@font-face {
  font-family: 'Druk Text Web Bold';
  src: url('../druk/DrukText-Bold-Web.eot');
  src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
  url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
  url('../druk/DrukText-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

body {
  font-size: 1rem;
  font-family: 'Georgia';
  /* background-color: rgba(0, 182, 180, 1) !important; */
}

.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
  color: #000000 !important;
  text-decoration: none !important;
}
a:hover{
  color: rgba(0, 182, 180, 1) !important;
  text-decoration: none !important;
}

li{
  background-color:#fff;
}

li:hover{
background-color:#ccc;

}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
}


p{
  line-height: 1.2;
  font-size: 1em;
  color: #000;
}

.principal{
  margin-top: 3.6em;
}

/********************* MENÚ ******************/
.head_exp{top:0px;background-color: #000;padding: 0.4em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
	border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
	background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}

.head_exp:hover{
	background-color: #ed1c24;
}

ul.nav.justify-content-end {
  
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
}

.mobile {
	display: none;
}

.redes{ 
	opacity: 1;
	max-width: 40px !important;
	margin: 0px 5px;
	transition: transform .3s; /* Animation */
}
.redes:hover{
	opacity: 0.8;
	transform: scale(1.2);
}

.texto p{
  line-height: 1.7;
  font-size: 1.3em;
  color: #000;
  font-family: 'Georgia' !important;
}
.introsub {
	font-family:'Druk Text Web Bold', sans-serif;
	text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-size: 70px;
  line-height: 1;
	
}
.introsub2 {
	font-family:'Druk Text Web Bold', sans-serif;
	text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 4em;
  line-height: 1;
	padding-bottom: 3%;
}
.intro{
  padding-top: 2em;
  padding-bottom: 1em;
}
.intro h1{
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-size: 80px;
  line-height: 1;
}

.intro h1 span{
  font-size: 120px;
  text-decoration: underline;
  color: rgba(0, 182, 180, 1);
}

.intro p{
  margin: 0;
  padding: 1em 0;
  font-family: 'Georgia' !important;
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
  color: #000000;
}

.intro-top10 h1 {
  padding: 50px 0;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  font-size: 150px;
  line-height: 1;
}
.intro-top10 span {
  font-size: 100px;
}

.division{
  border-top: #ed1c24 solid 10px;
}

.s-1{padding: 5% 0 0 0;}

.s-3{
  background-color: #6eb544;
  text-align: center;
}
.s-3 h2{
  font-family: 'Georgia', serif;
  color: #fff;
  text-align: center;
  padding: 1em 0 0.3em 0;
  line-height: 1.3;
  font-size: 3.5em;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #000000;
}

.s-3 h2 span{
  font-size: 0.6em;
  font-weight: 800;
  vertical-align: text-top;
  display: inline-block;
}
.s-3 h3 {
  font-family: 'Roboto', sans-serif !important;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-size: 0.9em;
  font-weight: 600;
}

.nota{
  padding: 0 0 4em 0;
}

.nota p{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  color: #5c5c5c;
  font-size: 0.9em;
  text-align: center;
}

label{
  font-size: 1.1em !important;
  color: #fff;
  font-weight: 400 !important;
  line-height: 0.9em ;
  padding: 14px 14px 5px 14px; 
}
label input{
  border-style: none !important;
  margin: 2px;

}
label select{
  color: rgba(0, 182, 180, 1);
  border-radius: 0px !important;
  border-style: none !important;
  margin: 2px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900;
}

.agregados {
  transition: transform .7s;
  text-align: center;
}

.agregados h6{
  font-size: 30px;
  padding: 3px 3px 3px 3px;
  border-style: solid;
  border-width:2px 0px;
  border-color: rgba(0, 182, 180, 1);
  position: relative;
  margin: 40px 0;
}
.agregados:hover{
transform: scale(1.2);
}

.subtitulo{
  padding-top: 2em;
  padding-bottom: 3em;
  width: 35%;
  margin: 0;
}

.iframe{width: 100%;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  padding: 50px;

}
.text-center button{  color:#fff; font-family: "Open Sans", sans-serif !important;padding:4px; margin:4px;text-transform: uppercase; font-size: .9em ;
}


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper
.dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  font-size: 0.8em;
  font-weight: 400 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.dataTables_wrapper .dataTables_info{
  color: #000000 !important; 
  opacity: 0.5;
  font-size: 0.6em;
  font-weight: 400 !important;

}

th{
  color: #6eb544;
}

tr{
  background-color: #000000 !important;
  color: #000000!important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}


table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #ffffff !important;

    }
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #ffffff !important;

}
table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #faf2e9 !important
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
      background-color: #ffffff !important;

}  

/*------------------------------------------------------------------------------------------------------------------------*/

.thumbnail {
  max-width: 40%;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox_card {
  /** Default lightbox_card to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.8);
    -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;

}

.lightbox_card:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox_card **/
  display: block;
}
.lightbox_card h6{
  opacity: 0.6; 
}

.ficha{
  max-width: 310px;
  min-height: 600px;
  background-image: url(../img/back_card.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: cover;

}

.info_card1{
    position: relative;
    top: 40px;
}
.info_card2{
    position: relative;
    left: 0px;
    top: 40px;
}
/*------------------------------------------------------------------------------------------------------------------------*/
.head_table{
  font-size: 0.7em;
 font-weight: 400 !important;
  font-family: 'Roboto', sans-serif !important;
  text-align: center;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  background-color: #fff !important;
}

.pos2020{
  font-size: 20px;
  font-weight: 400;
  color: #6eb544 !important;
  font-weight: 900;
  font-family: 'Roboto', sans-serif !important;
  text-align: center;
}

.name-list{
  font-weight: 700;
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman" !important;
  line-height: 1.2em;
  padding: 4px 12px;
}

.telm-list {
  color: #747474;
  font-family: Georgia, Times, "Times New Roman" !important;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.sec{
  color: #000000;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  padding: 4px 12px;
}

.telm{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  background-color: #eeeeee !important;
}

.cardimg{
  width: 100%;
  max-width: 80px;
  display: block;
}

/*********** Galerría ********/

.gallery-block{
  padding: 1.5em 0;  
}

.desliza img{
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 4%;
}

.desliza:hover img{
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}



.description h3{
  text-align: center !important;
  font-size: 25px !important;
  font-weight: 400 !important;
}

.gallery-block .zoom-on-hover:hover .image {
  opacity: 0.4; 
 -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  }

.gallery-block .zoom-on-hover:hover .image {
  transform: scale(1.2);
  opacity: 0.4; 
}

.info_mobile img{
  display: none;
}

.mobile{ display: none;
}
.desk{display: block;
}



/*    CSS filtrado */ 


.filterDiv {
  
  display: none;
}

.show_table{
  display:table-row;
  text-align: left;
  visibility: inherit !important;
}

.container_t{  overflow: hidden;
}


/********************* boton sección ******************/
.modal-window {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(4px);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}
.modal-window:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.modal-window p {
  font-family: 'Roboto', sans-serif !important;
	font-size: 19px;
	font-weight: 400;
}
.modal-window b {
	font-weight: 900;
}
.modal-window > div {
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2em;
	/* background: #c4d7d8; */
  background: #ffffff;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.5) !important;
}

.modal-window header {
	font-weight: bold;
}
.modal-window h2 {
	padding-bottom: 20px;
  font-size: 2.8em;
}

.modal-window img{
  width: 50%;
}

.modal-close {
	color: #ffffff;
	line-height: 40px;
	font-size: 80%;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 0;
	width: 70px;
	text-decoration: none;
}
.modal-close:hover {
	color: black;
}
.modal-link {
	letter-spacing: 3px;
	text-decoration: underline;
	font-size: 25px;
	color: #ed1c24;
	font-weight: 100;
}
.modal-link:hover {
	color: #535a59;
	font-weight: 800;
}
.modal-link-out {
	letter-spacing: 3px;
	font-size: 20px;
	color: #68babf;
	font-weight: 100;
}
.modal-link-out:hover {
	color: #ed1c24;
	font-weight: 800;
}
.modal-window div:not(:last-of-type) {
	margin-bottom: 15px;
}

.btn:hover{
	letter-spacing: 3px;
	text-decoration: underline;
	color: #000000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
  box-shadow: 2px 2px 8px 5px rgba(0, 182, 180, 0.2);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.btn{
	font-size: 18px;
	width: 250px;
	border-style:solid;
	border-color: #ffffff;
	background-color: #ffffff;
	border-width: 2px;
	border-radius: 3px;
	margin:20px; 
	padding: 0 !important;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.boton {
  color: #000;
  font-size: 23px;
  font-weight: 500;
  padding: 0.5em 0;
  margin-right: 0.5em;margin-left: 0.5em;
  margin-bottom: 1.8em;
  background: #e9e9e9;
  position: relative;
  border-radius: 4px;
}
.boton:before {
  border-radius: 14px;
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 1s ease;
}
.boton:hover:before {
width: 100%;
}

/********************* fin boton sección ******************/

.partidos{
  width: 16%;
}

.datos{
  background-color: rgb(244, 244, 244);
  padding: 3% 0;
  margin-top: 3%;
  text-align: center;
}

.datos h3{
  font-size: 3em;
  padding: 10% 0;
}

.datos img{
  width: 100%;
}

.quote-numero h4{
	font-weight: 500;
	color: rgba(0, 182, 180, 1);
	font-size: 325px;
	text-align: center;
	line-height: 1.02;
}

.quote-numero-peque h4{
	font-weight: 500;
	color: rgba(0, 182, 180, 1);
	font-size: 100px;
	text-align: center;
	line-height: 1.02;
}

.datos h5{
	font-weight: 700;
	color: #000000;
	padding-top: 15px;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.2em;
	line-height: 1.1 !important;
}

.datos-2{
  background-color: rgba(0, 182, 180, 1);
  padding: 3% 0;
  text-align: center;
}

.datos-2 img{
  width: 60%;
}

.datos-2 h3{
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 200;
  font-size: 1.8em;
  padding: 10% 0 0 0;
  color: #ffffff;
}

.datos-2 p{
  font-size: 1em;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif !important;
}

.datos-2 h5{
	font-weight: 700;
	color: #ffffff;
	padding-top: 15px;
	font-family: 'Druk Text Web Bold', sans-serif !important;
	font-size: 3.2em;
	line-height: 1.1 !important;
}

.datos-2 p{color: #ffffff;}

.pie{padding-top: 2%;}

.creditos h6{
	font-size: 0.8em;
	padding-bottom: 7px;
	color: #000000 !important;
}

.creditos p{
	font-family: 'Georgia',serif !important;
	font-size: 1.1em;
	color: #000000 !important;
}

.creditos strong{
	font-family: 'Roboto',sans-serif;
}



/*    Termina CSS Filtrado */

@media only screen and (max-width: 550px) {
  .hide_element{
  display: none !important;
 }
 
}



@media (min-width: 200px) and (max-width: 425px) {
  .intro {
    padding-top: 2em;
  }
  .intro h1 {
    font-size: 50px;
    line-height: 1;
  }

  .intro h1 span{
    font-size: 50px;
    text-decoration: underline;
  }

  .introsub2 {
    padding: 3% 0;
  }

  .datos-2 h3{
    font-size: 2em;
  }

  .datos-2 h5{
    font-size: 4em;
  }

  .s-3 h2 {
    font-size: 2.5em;
  }
  .s-3 h2 span {
    font-size: 0.5em;
  }
  .desliza img{
    width: 10%;
  }
  .gallery-mobile h2 {
    font-size: 23px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif !important;
    color: #6eb544 !important;
    padding: .6em 0;
  }
  .gallery-mobile .item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .subtitulo{
    width: 100%;
    padding: 3em 0;
  }

  .mobile{ display: block;
  }
  .principal img{
    padding-top: 4px;
  }

  .texto p{
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .texto h1{
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .info_desk img {
    display: none;
  }

  .info_mobile img {
    display: inline-block;
  }

  .mobile h4{
    text-align: center;
    padding: 3px;
    border-bottom: #000000 dashed 2px;
    position: relative;
  }
  .desk{display: none;
  }

  .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  /*.col-sm-6 h4{
    font-size: 1em;
    font-weight: 700; 
    padding-top: 10px;

    }*/

    .modal-window{
      position: absolute;
      top: 100px !important;
    }

    .modal-window > div{
      width: 90%;
    }

    .modal-window h2{
      font-size: 2.4em;
      padding-bottom: 10px;
    }

    .quote-numero-peque h4{
      font-weight: 500;
      color: rgba(0, 182, 180, 1);
      font-size: 100px;
      text-align: center;
      line-height: 1.02;
    }

}



