@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';
}

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

a {
  color: #000000 !important;
  text-decoration: none !important;
}
a:hover{
  color: #00b6b4 !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: #00b6b4;
}

.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;}

.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;
}

.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: #00b6b4;
  position: relative;
  margin: 40px 0;
}
.agregados:hover{
transform: scale(1.2);
}



/* ------------------------- */
.mobile{ display: none;
}
.desk{display: block;
}
/* ------------------------- */



/********************* 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: 18px;
	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;
  color: #00b6b4;
}

.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-seccion{
	font-size: 20px;
	color: #ed1c24;
	font-weight: 100;
}
.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 9px 5px #262626; */
  box-shadow: 2px 2px 10px 5px #adadad;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.btn{
	font-size: 18px;
	width: 250px;
	border: none !important;
	background-color: #ffffff;
	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: 14px;
  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;
    }

}



