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

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

/* ul {
  column-count: 2;
} */



body {
  font-size: 1rem;
  font-family: 'Georgia';
  color: #000000;
  background-color: #F0F8F1 !important;
}

.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* .col-12{
	padding-left: 0 !important;
	padding-right: 0 !important;
} */

a {
  color: #222B38 !important;
  text-decoration: none !important;
}

p{
  line-height: 1.7;
  font-size: 1.2em;
  color: #222B38;
  font-family: 'Georgia' !important;
}

.mobile {
  display: none;
}

.block video{
  margin-top: -100px;
}

.desk{
  display: block;
 }

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

.titulo{
  font-weight: 900;
  text-transform: uppercase;
}

.texto h2{
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #222B38 !important;
  padding-top: 50px !important;
}

.texto h3{
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #222B38 !important;
 font-size: 40px !important;
}

.texto h5{
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 24px;
  color: #222B38;
}

.texto p{
  text-align: left;
  font-family: 'Georgia', serif !important;
}

.graficos{
  padding: 0 20px !important;
}

.graficos h4{
font-family: 'Druk Text Medium', sans-serif !important;
text-align: center;
color: #222B38 !important;
font-size:34px !important;
}

.graficos p{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  line-height: 1.3;
  font-size: 20px;
}

.datos-destacados{
  background-color: #4d5399;
  padding: 20px;
  margin: 30px 0;
}

.datos-destacados h3{
font-family: 'DrukText-Medium-Web', sans-serif;
color: #ffffff;
font-size: 90px !important;
}

.datos-destacados h3 span{
  font-family: 'DrukText-Medium-Web', sans-serif !important;
color: #fec558;
font-size: 90px !important;
}

.datos-destacados h4{
  font-family: 'DrukText-Medium-Web', sans-serif;
  color: #fec558;
  font-size: 30px !important;

  }

.bg-azul{
  background-color: #50a2b9;
}

.bg-blanco{
  background-color: #fff;
}



.bg-azul-claro{
  background-color: #d4edef;
}

.estilotabla th{
  color: #fff;
  background-color: #000;
}

.estilotabla td{
  color: #000;
  background-color: #b2d9dd;
  padding: 2%;
}

.carousel-control-prev-icon{
  color: #000 !important;
}

.carousel-control-next-icon{
  color: #000 !important;
}


/******** QUOTES *********/
.quote{
  margin: 60px 10px;
  padding: 20px;
  border-radius: 15px;
  border: #222B38 solid 3px;
}

.quote h3{
  font-family: 'Druk Text Medium', sans-serif !important;
  font-size: 45px !important;
}

.quote h3 span{
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #fec558;
    font-size: 45px !important;
}

.quote h5{
  font-family: 'Roboto Condensed', sans-serif !important;
  text-transform: none;
}
/******** FINAL QUOTES *********/

.intro{
  padding-top: 2em;
  padding-bottom: 1em;
}
.intro h1{
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-size: 80px;
}
.intro p{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
}

.s-1{
  padding-top: 2em;
  padding-bottom: 2em;
}

.s-1 h2{
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
  font-size: 50px;
}

.s-2{
  padding-top: 3em;
  padding-bottom: 3em;
}


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

.subtitulo{
  width: 80%;
  padding-left: 20%;
  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 ;
}

.head_exp{
  background-color: #ed1c24;
  padding: 17px 17px;
  position: fixed;
  display: block;
  top: 0;
  /* left: 0; */
  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 img{ 
  width: 210px;
  text-align: center;
}

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

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

.botX{
      width: 35px;
    max-width: 80px;
    margin: 10px;
    position: fixed;
    right: 0px;
    top: 0px;
   -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX:hover{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);

}

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

.seccion {
	width: 100%;
	/* padding-top: 60px; */
	position: relative;
	float: left;
	text-align: center;
	color: #fff;
	z-index: 0;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	font-size: 35px;
}
.seccion h2{
  font-family: 'Druk Text Web Bold', sans-serif !important;
  color: #fff;
  padding: 15px 0;
  font-size: 80px;
}

.resumen {
  padding-top: 20px;
  padding-bottom: 20px;
}

.resumen p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
  /* margin-top: -180px; */
  padding: 1em 1em 0;
  z-index: 1;
  position: relative;
}

.botoness h6{
  color: #000;
  padding: 10px;
  margin: 20px auto;
  position: relative;
  font-size: 33px !important;
  font-weight: 400;
  border: #009ca9 2px solid;
}

.botoness:hover h6{
  /* transform: scale(1.2);  */
  color: #fff !important;
  background-color: #000;
  border: #fff 2px solid;
}

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

}

.btn-menu {
  display:block;
  width:20%;
  color:#fff;
  position: fixed;
  left:-30px;
  top:155px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  z-index:999;
}

.btn-menu :hover{
  width: 120%;
}

.btn-menu-seccion {
  display:block;
  width:4%;
  position: fixed;
right:85px;
  top:7px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  z-index:999;
}

.btn-menu-seccion :hover{
  width: 120%;
}


/* ************ home ************ */

#home {
	background:#ffffff;
}

.apertura img{
  z-index: -16;
  position: relative;
}


/* ************ home ************ */



/********** linea del tiempo ***********/
.pie-foto-scroller h6 {
  font-family: 'Montserrat', sans-serif !important;
  padding: 5px;
  font-weight: 600;
  font-size: 10px;
  color: #ffffff !important;
}
.scroller{
  margin: 40px 0;
  
}
.scroller-title h2{
  padding: 40px 0 20px 0;
  color: #ffffff !important;
  font-size: 3.8em;
}

.cards_back {
  background-color: #F0F8F1 !important;
}
.card {
  margin: 10px 4px;
  border: none !important;
  background-color: #F0F8F1 !important;
}

.card img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.card_texto {
	text-decoration: none;
	white-space: initial;
}

.card_texto h2{
  text-align: center;
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: .9em;
	padding-top: 10px;
	margin-bottom: 10px;
}

.card_texto p{
  font-family: 'Montserrat', sans-serif !important;
  text-align: center;
	color: #000 !important;
  font-size: 15px;
  padding: 0 20px;
}

.subtitle-texto h3 {
  font-weight: 400;
  font-size: 2.2em !important;
  background-color: #000000;
  color: #ffffff !important;
  /* border-bottom: 10px solid #ffffff; */
  text-align: center;
}

.subtitle-texto h2 {
  font-weight: 400;
  font-size: 3.2em !important;
  color: #50a2b9 !important;
  /* border-bottom: 10px solid #ffffff; */
  text-align: center;
}

.subtitle-texto p {
  font-weight: 400;
  font-size: 2.2em !important;
  color: #000 !important;
  /* border-bottom: 10px solid #ffffff; */
  text-align: center;
}

.subtitle-texto2 h2 {
  font-weight: 400;
  font-size: 2.2em !important;
  color: #000 !important;
  /* border-bottom: 10px solid #ffffff; */
  text-align: center;
}

.subtitle-section h2 {
  font-weight: 700;
  font-size: 3.2em !important;
  line-height: 1.05 !important;
  background-color: #000000;
  color: #ffffff !important;
  /* border-bottom: 10px solid #ffffff; */
  text-align: center;
}

.title-table-section {
  padding: 4px;
  line-height: 1.05 !important;
  margin-bottom: 25px;
  background-color: #b2d9dd;
  /* border-bottom: 10px solid #ffffff; */
  text-align: center;
}

.title-table-section h2 {
  font-weight: 400;
  font-size: 2.5em !important;
  line-height: 1.05 !important;
  margin-bottom: 25px;
  background-color: #000000;
  color: #fff !important;
  /* border-bottom: 10px solid #ffffff; */
  text-align: center;
}

.title-table-section p {
  font-size: 1.1em !important;
  padding: 4px;
  line-height: 1.05 !important;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000 !important;
  text-align: center;
}

.scrollphot {
  overflow: auto;
  cursor: grab;
  white-space: nowrap;
}

.refran{
  font-family: 'Georgia',serif !important;
}

div.scrollphot .card {
  vertical-align: middle;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  height: auto; 
  width: 500px;
  border-radius: 0 !important;
}
/* *********************************** */





/***************** ESTILOS DE SECCIONES GENERALES ****************/
.pin-seccion {
  position: fixed;
  left: 0;
  padding-top: 250px;
  z-index: 998;
  width: 4%;
  max-width: 160px;
}

.titular-bg{
  padding: 0px 0 10px;
  background-color: #63A9BB;
}

.titulo-apartado h1{
  padding-top: 40px;
  font-size: 4.1em;
  color: #000000;
  line-height: 1;
  font-family: 'Druk Text Web Medium', sans-serif !important;
}

.titulo-apartado h3{
  color: #ffffff;
  text-align: right !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 300;
  letter-spacing:6px;
}

.pie-foto p{
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 0.8em !important;
  font-family: 'Roboto',sans-serif !important;
  text-align: center;
}

.intro-apartado{
  margin-left: 30px;
}

.intro-apartado p{
  padding-top: 1.5em;
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.3;
}

.nota-alcredito {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  color: #ffffff !important;
  text-align: left !important;
}

.capitular h2 {
  font-size: 350px;
  line-height: 0.8;
  color: #000000;
}

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

.creditos p{
  font-family: 'Georgia',serif !important;
  font-size: 12px;
  color: #000000 !important;
  text-align: center !important;
}

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

.f-textura {
  background-image: url(../img/fondo-textura.jpg);
  background-size: cover;
  background-attachment: scroll;
  height: 100px;
}

.graficos-sec{
  padding: 25px 0 10px 0 !important;
}

.subtitle-sec-blue h3 {
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #ffffff !important;
  font-size: 40px !important;
  text-align: left;
}

.subtitle-sec h3 {
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #63A9BB !important;
  font-size: 40px !important;
  text-align: left;
}

.foto-big{
  background-color: #DDF0F2;
}
/***************** ESTILOS DE SECCIONES GENERALES ****************/





/* ------------------- 02 ¿Cuánto hay para acapulco? ----------------- */

@media (min-width: 200px) and (max-width: 770px) {

}
/* ------------------- 02 ¿Cuánto hay para acapulco? ----------------- */




/* ------------------- 03 Empleo ----------------- */

@media (min-width: 200px) and (max-width: 770px) {

}
/* ------------------- 03 Empleo ----------------- */





/* ------------------- 04 La industria Hotelera ----------------- */

@media (min-width: 200px) and (max-width: 770px) {

}
/* ------------------- 04 La industria Hotelera ----------------- */




/* ------------------- 05 La otra amenaza ----------------- */

@media (min-width: 200px) and (max-width: 770px) {

}
/* ------------------- 05 La otra amenaza ----------------- */





/* ------------------- 06 Recuperacion ----------------- */
.titulo-apartado-recuperacion h1 {
  padding-top: 90px;
  font-size: 4.1em;
  color: #000000;
  line-height: 1;
  text-align: center;
  font-family: 'Druk Text Web Medium', sans-serif !important;
}

.graficos-sec-recu{
  padding: 25px 0 !important;
}
@media (min-width: 200px) and (max-width: 770px) {

}
/* ------------------- 06 Recuperacion ----------------- */





/* ------------------- 07 Del katrina a Otis ----------------- */


@media (min-width: 200px) and (max-width: 770px) {

}

.subtitle-sec h3 {
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #63A9BB !important;
  font-size: 60px !important;
  text-align: left;
}

/* ------------------- 07 Del katrina a Otis ----------------- */

/* ------------------- 08 Cambio Climatico ----------------- */

@media (min-width: 200px) and (max-width: 770px) {

}

.porcentaje{
  font-size: 2em ;
  line-height: 100% ;
  font-family: 'Druk Text Web Bold', sans-serif !important;
}
/* ------------------- 08 Cambio Climatico ----------------- */





/* Menu hamburguesa */
.hamburger{
	position:fixed;
  background-color:#222B38;
	right: 0;
	height: 70px;
	width: 70px;
	padding: 20px 20px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:9002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
/*.hamburger.is-active{*/
/*  background-color: none;*/
/*}*/
._layer{
	background:#ffffff;
	margin-bottom:4px;
	border-radius:2px;
	width:28px;
	height:4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}
.hamburger:hover .-bottom{
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	}
.hamburger.is-active .-top{
	-webkit-transform:translateY(200%) rotate(45deg) !important;
	-ms-transform:translateY(200%) rotate(45deg) !important;
	transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
	opacity:0;
}
.hamburger.is-active .-bottom{
	-webkit-transform:translateY(-200%) rotate(135deg) !important;
	-ms-transform:translateY(-200%) rotate(135deg) !important;
	transform:translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active{
  transform: translate3d(0px, 0px, 0px);
}

.menuppal{
   background-color:rgba(0,0,0,0.85); 
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
}
.menuppal ul{
  margin:0;padding:0;
}
.menuppal ul li { 
  list-style: none;
	text-align:center;
	font-family: Verdadna, Arial, Helvetica;
	font-size:1.5rem;
	line-height:2em;
	height:3em;
  color:#fff;
	text-transform:none;
	font-weight:bold;
}
.menuppal ul li a{
  text-decoration:none;
  color:#fff !important;
}

.menuppal ul li a:hover{
  text-decoration:none;
  /* color:#333; */
}


/* CSS Slider */

.container {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.content {
  width: 150%;
}

.content-text {
  float: left;
  width: 30%;
  /* padding-top:70px; */
}

.transition {
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}

@media(max-width:700px){
  .col{
    width: 100%;
  }
}

/*    Termina CSS Filtrado */

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

}

@media (min-width: 200px) and (max-width: 770px) {
  .head_exp{
    top:0px;
    background-color: #ed1c24;
    padding: 21px 15px;
    left: 0px;
    position: fixed;
    display: block;
    width: 13.6%;
    z-index: 99;
  }
  .fixed-top {
    background-color: #00000079;
  }
  .redes {
    max-width: 30px !important;
  }
  .seccion {
    width: 100%;
    /* padding-top: 10px; */
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    z-index: 0;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1px;
    font-size: 35px;
  }

  .desk {
    display: none;
  }

  .mobile {
    display: block;
  }

  .pin-seccion {
    position: fixed;
    left: unset;
    padding-top: 0px;
    z-index: 998;
    width: 9%;
    max-width: 160px;
    margin-top: -35px;
    transform: rotate(90deg);
  }

  .texto h3 {
    font-size: 31px !important;
    line-height: 1.1;
  }

  .intro-home img{
    width: 360px;
  }
  .intro-home {
    padding-top: 5em;
  }
  .cloumna-abajo {
    margin-top: 100px;
  }
  .sec2 {
    padding-top: 100px;
  }  

  .intro h1 {
    text-align: center;
    font-size: 66px;
  }
  .intro p {
    text-align: left;
    font-size: 1.3em;
  }

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

    }
  
    .titular-bg {
      padding: 80px 0 0;
    }  

  .titulo-apartado h1 {
    font-size: 3.4em;
    text-align: center !important;
  }

  .titulo-apartado h3 {
    text-align: center !important;
  }

  .intro-apartado {
    margin-left: 0 !important;
    border-left: none;
    
  }
  .intro-apartado p {
    padding:10px !important;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3;
  }
  .nota-alcredito {
    font-size: 18px !important;
    text-align: center !important;
  }

  .texto h2{
    padding-top: 0 !important;
    font-size: 2.9em;
  }

  .texto h5 {
    font-size: 20px;
}

.botoness h6 {
  padding: 10px 0;
  margin: 5px auto;
  font-size: 28px !important;

}

.graficos {
  padding: 0 !important;
}

.datos-destacados h3 {
    font-size: 80px !important;
}

.datos-destacados h4 {
    font-size: 23px !important;
}

  .quote {
    margin: 20px 10px;
  }

  .quote h3 {
    font-size: 25px !important;
}

.quote h5 {
    font-size: 20px !important;
}

}

/*    Termina CSS Filtrado */

@media (min-width: 200px) and (max-width: 770px) { 
  
  p {
    font-size: 19px;
    line-height: 1.4;
  } 
  .s-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

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


  .card_texto p{
    font-size: 1em;
  }
 

}


@media (min-width: 200px) and (max-width: 770px) {
  .btn-menumovil {
  display:block;
  width:10%;
  color:#fff;
  opacity: 100%;
  position: fixed;
  top:180px;
  left: 0px;
  text-align:center;
  line-height: 60px;
  z-index:999;
  }

  .btn-menu-seccion {
    display:block;
    width:11%;
    position: fixed;
    left:25px;
    top:140px;
    border-radius:50%;
    line-height:50px;
    text-align:center;
    z-index:999;
  }

  .hamburger{
    position:fixed;
    background-color:#222B38;
    right: 0;
    height: 62px;
    width: 61px;
    padding: 20px 17px;
  }

  .resumen p {
    font-size: 20px;
    margin-top: 0px;
    padding: 1em 0 0 !important;
  }


}

@media (min-width: 200px) and (max-width: 770px) {
  .seccion h2{
    font-size: 2em;
  }

  .seccion button{
    font-size: 15px;
  }

  /* .seccion img{
    width: 70%;
  } */

  .seccion span img{
    width: 30%;
  }

}





