@import url(//db.onlinewebfonts.com/c/dd4cd94627c61f898bfd2ee76483fa85?family=Gill+Sans+Nova);
@font-face {
  font-family: 'Gill Sans Nova';
  src: url('https://meridaguatemalaviva.com/fonts/Gill-Sans-Nova-Inline-W07-Rg.ttf');
}

span.fuenteMenu{
  font-family: 'Gill Sans Nova';
  color: #dfdfcd;
  font-size: 2.5em; 
}
a.a-link:hover {
    text-decoration: none;
}

body{
	/*background: transparent;*/
	background: #F9F6ED;
  font-family: 'Degular';
  color: #333333;
}
body.back-intro{
  background: url(../img/backgrounds/fondo-intro3.jpg)  no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body.back-cronologia{
  background: url(../img/backgrounds/fondo-cronologia2.jpg)  no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.back-menu{
background: #b42e2d url(../img/backgrounds/fondo-menu.jpg)  no-repeat center/100%;
}


/*#example-wrapper .scrollContent div {
    font-size: 14px !important;
}*/


/* ESTILOS DEL MENU */
.franja-menu{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
}

.franja-menu2{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.navbarText{

  position: absolute; 
  right: 20px;
}

a.nav-link.titulo-menu-sup{
  color: #303030 !important;
  display: block;
  padding-left: 15px;
}

a.nav-link.titulo-menu-sup.blanco{
  color: #fff !important;
  display: none;
}

span.navbar-toggler-icon{
  background-image: url('../img/menu/icono-menu-hamburguesa-blanco.png');
}

.img-logo{
	max-height: 70px;
}

.img-logo2{
  max-height: 70px;
}
.linea-menu{
	border-left: 1px solid #000;
}
#divMenu{
	display: none;
}
.margen-menu{
	padding-right: 5%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
  .contenedorRedes {
      padding-bottom: 30%;
  }
}
.Open{
	display: none; z-index: 9;
	position: absolute;
	display: block;
	width:100% !important;
	height:100% !important;
	background: #b42e2d url(../img/backgrounds/fondo-menu.jpg)  no-repeat center/100%;
}
.Close{
	z-index: 9;
	position: absolute;
	top: 0px; 
	right: 0px;
	height: 0px;
	width: 0px; 
	
}
.divCargando{
  z-index: 9;
  position: absolute;
  top: 0px; 
  right: 0px;
  height: 0px;
  width: 100%; 
  
}
#menuClose{
	background: url(../img/menu/icono-menu.png) center center;
    width: 30px;
    height: 30px;
    position: relative;
    float: right;
    z-index: 9;

	-moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}
#menuClose:hover{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}



/* FIN ESTILOS DEL MENU */


/*ESTILOS VIDEO*/
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

iframe{
  width: 100%;
  height: 100%;
}
.img-video {
    max-height: 632px;
    width: 100%;
}
ol.carousel-indicators.bullet-video{
  justify-content: center !important;
}
.carousel-item.item-video.active {
    padding-bottom: 3%;
}
.banner-video{
  margin-top: 30px;
}
@media (max-aspect-ratio: 16/9) {
  .banner-video{
    width: 100%;
    overflow: hidden;
  }
  iframe{
    width: calc((100vh*16)/9);
    height: 100vh;
  }
}
/*FIN ESTILOS VIDEO*/

ol.carousel-indicators {
    justify-content: left;
    margin: 0;
}
.carousel-indicators li {
  border: 1px;
  border-radius: 25px !important;
  width: 8px;
  height: 8px;
  background: #e9b2b2 !important;
}

.carousel-indicators li.active{
  background-color: #e9b2b2;
}

.contenido-carrusel{
	min-height: 250px;
	text-align: left;
}

·rotor{

  height: 25px !important;
  width: 15px !important;
  margin-top: 20px !important;
}


.portada{
	/*background: url(../img/backgrounds/fondo-equipo.jpg) no-repeat center/100%;*/
  background-attachment: fixed;
  height: 100%;
  width: 100% !important;
}
.testimonios{
  background: url(../img/backgrounds/fondo-testimonios.jpg) no-repeat center/100% !important;
}
.equipo{
  background: url(../img/backgrounds/fondo-equipo.jpg) no-repeat center/100% !important;
}
.intro{
  background: url(../img/backgrounds/fondo-intro2.jpg) no-repeat 100% !important;
}
.cronologia{
  background: url(../img/backgrounds/fondo-cronologia.jpg) no-repeat center/100% !important;
}
.murales{
  background: url(../img/backgrounds/fondo-murales.jpg) no-repeat top/100% !important;
}
.loadingMerida{
  background: #b52e2c !important;
  }
.minh-100 {
  height: 100vh;
}
.titulo-portada{
	font-size: 3em;
	color: #fff;
  font-family: 'gravesend-sans';
  font-weight: 700;
}

/*Stilos para el icono de scroll*/
.franja-scroll{
	margin-top: -60px;
	color: #fff;
}
.icon-scroll,.icon-scroll:before{
  position: absolute;
  left: 50%;
}
.icon-scroll{
  width: 18px;
  height: 30px;
  margin-left: -10px;
  margin-top: -33px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.icon-scroll:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
.text-scroll{
	font-size: .7em;
  font-weight: 700;
}
@keyframes scroll{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: translateY(16px);
  }
}
.margin-top{
  margin-top: 10%;
}
.max-height-500{
  max-height: 550px;
}

/*efectos*/
.ocultar{
	display: none;
}
.scrollmagic-pin-spacer{
	background: transparent !important;
}


/*FUENTES*/
.ttlo-nombre{
	font-weight: bold;
	font-size: 2em !important;
	text-align: left;
  font-family: 'gravesend-sans';
}
.proyecto{

  font-style: italic;
}
.ttlo-cargo{
   
  text-align: left !important;
}

.cargo{

  color:#9f261b;
  font-weight: bolder;
  font-family: 'gravesend-sans';
}

.tituloIntro {
  margin: 5% 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #9f261b;
}
h4.ttpal {
  margin: 0;
  font-family: 'gravesend-sans';
  font-size: 2em !important;
  text-transform: uppercase;
  font-weight: bolder;
}
h6.ttsec{
  margin-bottom: 10px;
  font-size: 1.2em !important;
  text-transform: uppercase;
  font-family: 'gravesend-sans';
}
span.texto {
  font-size: 16px;
  text-transform: uppercase;
}
span.subtitulo {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 45px;
}



/* ESTILOS CRONOLOGIA */



button.tablinks:before {
    content: '';
    display: block;
    background: #D15A2D;
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    margin-left: 15px;
}

button.tablinks2:before {
    content: '';
    display: block;
    background: #D15A2D;
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    margin-left: 35px;
}

.tab button.tablinks {
    border: 0;
    margin: 2% 25px 15px;
    background: transparent;
    font-family: 'gravesend-sans';
}

.tab button.tablinksM {
    border: 0;
    margin: 2% 25px 15px;
    background: transparent;
    font-family: 'gravesend-sans';
}

.tab.bar-sectionM {
    border-bottom: 1px solid #d15a2d;
    font-size: 14px;
    color: #78392E;


    
}


.fichaTecnica {
    font-family: 'degular';
}
.tab button.tablinks2 {
    border: 0;
    margin: 2% 25px 15px;
    background: transparent;
    font-family: 'gravesend-sans';
}

.contenedor-anos {
    border-right: 1px solid #D15A2D;
    max-height: 600px;
    overflow-y: auto;
}
div.ano {
    color: #78392E;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    font-family: 'gravesend-sans';
}

.activo{

  font-weight: bolder;
}

.img-cronologia{
  max-height: 600px;
  justify-content: center;
}
.contenedor-anos-h{
  width: 100%;

  display: inline-flex;
}
.linea-h{
  border-bottom: 1px solid #D15A2D;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ano-h{
  padding: 0 5%;
  display: inline-block;
}
.titulo-ano{
  font-size: 4em !important;
}

.titulo-civico{

  color: #91251B;
  font-size: 1.5em;
  font-family: 'gravesend-sans' !important;
  font-weight: 600;

}

.contenedor-audio{
  margin: 30% 0px 0px;
}

.seccion-cronologia{
  display: inline-flex;
  min-width: 1300px;
}
div#slide-cronologia {
    display: inline-flex;
}
/*.scrollmagic-pin-spacer {
    padding-bottom: 0px !important;
}*/

#fondo-menu { 
  background:red; 
  -webkit-transition:background 1s; 
  -moz-transition:background 1s; 
  -o-transition:background 1s; 
  transition:background 1s 
}

/* Esconder flechas carrusel años */



/*ESTILOS CONTENIDO SLIDES */

.ocultar{

  display: none;

}

.conten-years{
  font-size: 12px !important;
  /*text-align: justify !important;*/

}


.imageYear img {
    height: 330px !important;
    width: auto !important;
    float: right;
}


/*
.fichaTecnica::before {
  content: url('../img/icons/icono-imagen2.png');
  padding-right: 10px;
 }*/

.fichaTecnica, .bibliografia {

  font-size: 11px;
}

.notaBibliograficaClose{

  font-style: italic;
}

.notaGaleria{
font-size: 11px;

}


.notaBibliograficaClose, .bibliografiaClose {

  opacity: 0;
  font-size: 11px;
  display: none;
}

.before{
    padding-left: 40px;
    margin-top: -24px;
}

.icoCerrar {

  padding-right: 10px;
}
/*
.icoCerrar img{

  height: 12px !important;
  width: 24px !important;
}
*/

.modal-backdrop.show {
    opacity: .9 !important;
}


.leyendaPortada{

  font-size: 12px; font-style: italic ; position: absolute; left: 20px; bottom: 70px; color: white; width: 30%;
}

.conten-years.col-md-12.justify-content {
    font-family: 'degular';
    font-size: 13px !important;
}

.leerMas{

  cursor: pointer; 
  color:#9f261b; 
  font-weight: bolder;
}