@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 BoldItalic';
	src: url('../druk/DrukText-BoldItalic-Web.eot');
	src: url('../druk/DrukText-BoldItalic-Web.eot?#iefix') format('embedded-opentype'),
	url('../druk/DrukText-BoldItalic-Web.woff2') format('woff2'),
	url('../druk/DrukText-BoldItalic-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;
	  }


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

b, strong {
	font-weight:bold;
}

html, body{
	font-family: 'Georgia', serif;
	color: #000000;
}
body{
	background-color: #ffffff;
}

.fondo-colors{
	background: url(../img/bg-colors.png) no-repeat center center fixed;
	min-height: 50%;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0 0 0;
	}

.inicio {
	padding-top: 1em;
}
.inicio h2 {
	font-family: 'Druk Text Bold', sans-serif;
	font-size: 80px;
    letter-spacing: 25px;
	background-color: #2FB6BC;
	text-align: center;
}

.inicio h3 {
	font-family: 'Druk Text Bold', sans-serif;
	font-size: 120px;
	text-align: center;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Druk Text Web Bold', sans-serif;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;	
}
h6{
	font-size: 10px;
}

p{
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}


.sumario p{
	font-family: 'Roboto',sans-serif;
	line-height:1.3!important;
	text-align: center !important;
	font-size: 29px;
	color: #000000;
	padding: 1em 0px;
}

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

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

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

.titulo h2{
    text-align: center;
    color: #000000;
    font-family: 'Druk Text Web Bold', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-size: 6em !important;
	font-weight: 700;
}

.graficos{
	padding: 10px 0;
  }
  .graficos h2{
  font-size:46px;
  color: #000000;
  text-align: center;
  opacity: 100%;
  }
  .graficos p{
  font-size:20px;
  text-align: center;
  font-family: 'Georgia', serif;
  color: #000000;
  font-weight: 200;
  padding-bottom: 10px;
  }

.destacado{
	background-color: #2FB6BC;
	padding: 50px 30px !important;
}
  
  .destacado h2{
  font-family: 'Druk Text Bold',sans-serif;
  color: #000000;
  font-size: 120px;
  text-align: center;
  }
  
  .destacado h3{
  font-family: 'Druk Text Medium',sans-serif;
  color: #000000;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  }

  .datos{
	background-color: #2FB6BC;
	padding: 40px;
  }

  .datos h2{
	font-family: 'Druk Text Bold',sans-serif;
	color: #000000;
	font-size: 120px;
	text-align: center;
	line-height: 1;
	}

	.datos h3{
	font-family: 'Six Caps',sans-serif !important;
	color: #000000;
	font-size: 220px;
	text-align: center;
	font-weight: 300;
	}

	.datos h4{
		font-family: 'Druk Text Medium',sans-serif;
		color: #000000;
		font-size: 50px;
		line-height: 1;
		font-weight: 300;
		text-align: center;
	}

  .datos p{
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 30px;
  }

.numeros h2{
background-color: #000000;
color: #ffffff;
font-size: 29px;
margin-bottom:7px;
width: fit-content;
padding: 6px 14px 3px;
text-align: left !important;
}

.numeros p{
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-align: left !important;
	padding-bottom: 30px;
  }

  .posiciones p{
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-align: left;
	padding-bottom: 30px;
  }

  .mapa img{
	width: 70% !important;
  }

  .globo img{
	width: 60% !important;
  padding-bottom: 10px !important;
}

.medalla img{
	width: 30% !important;
	margin: auto !important;
	text-align: center !important;
}

/********** vertical timeline ***********/

/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #2FB6BC;
	top: -35px;
	bottom: 0;
	left: 25%;
	margin-left: -3px;
  }
  
  /* Container around content */
  .box {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 55%;
  }
  
  /* The circles on the timeline */
  .box::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: -17px;
	background-color: #000000;
	border: 4px solid #ffffff;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
  }
  
  /* Place the container to the left */
  .left {
	left: 0;
  }
  
  /* Place the container to the right */
  .right {
	left: 25%;
  }

.texto_ciudad p {
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
}

.texto_ciudad span {
font-family: 'Druk Text Bold',sans-serif;
text-transform: uppercase;
font-size: 1.3em;
/* color: #f9e9aa; */
}

.texto_ciudad b{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
}


.subtitulo h2 {
	font-family: 'Druk Text Web Bold', serif;
	padding-top: 0.5em;
	padding-bottom:0.5em;
	line-height: 1;
	font-size: 60px !important;
	font-weight: 300;
	text-align: center;
	color: #000000;
}


.imgp{
	padding: 1.5em 0;
}

.imgp h3{
	padding: 1em 0 0;
	font-size: 25px;
	font-family: 'Georgia', sans-serif;
	text-align: left;
}

.imgp h4{
	font-size: 20px;
	font-family: 'Georgia',sans-serif;
	text-align: left;
	text-transform: none;
	padding-bottom: 0.5em;
}

.imgp p{
	font-size: 17px;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.credito p{
	padding-bottom:1em;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.2em;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.pie-foto p{
	padding-top: 10px;
	font-size: 15px !important;
	color: #000000;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Roboto',sans-serif;
}

.pie-foto span{
	padding-top: 10px;
	font-size: 12px !important;
	color: #666666;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Roboto',sans-serif;
}
  
  /* Container around content */
  .box {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 60%;
  }
  
  /* The circles on the timeline */
  .box::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: -17px;
	background-color: #ffffff;
	border: 4px solid #000000;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
  }
  
  /* Place the container to the left */
  .left {
	left: 0;
  }
  
  /* Place the container to the right */
  .right {
	left: 25%;
  }
  
  /* Fix the circle for containers on the right side */
  .right::after {
	left: -16px;
  }
  
  /* The actual content */
  .content {
	padding: 20px 30px;
	position: relative;
	border-radius: 6px;
  }
  
  .content h2 {
  color: #000000;
  text-align: left;
  font-size: 3em;
  padding-bottom: 10px;
  }

  .content img{
padding-bottom:40px ;
  }

  /* ------ */

  /* This only changes this particular animation duration */
.animate__animated.animate__pulse {
	--animate-duration: 2s;
  }
  
  /* This changes all the animations globally */
  :root {
	--animate-duration: 800ms;
	--animate-delay: 0.9s;
  }

  .animate__animated.animate__swing {
	--animate-duration: 4s;
  }

  

.menu{
  background-color: #fff;
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
}
.menu .container-fluid{
	padding: 0 !important;
	margin: 0 !important;
}

.head_exp{top:0px;background-color: #ed1c24;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;
}
/* estilos cambio Adaptabilidad */
.desk{
	display:block;
}
.mobile {
	display: none;
}
/* estilos cambio Adaptabilidad */

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

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

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

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

/************* FRASE **********/
.frase h3{
	font-family: 'Georgia',serif !important;
	line-height: 1.2;
	font-size: 1.8em;
	color: #E68780;
	text-transform:none ;
	text-align: center;
  }

.frase h6{
	font-size: 1.3rem;
	font-weight: 600;
	padding: 5% 0;
	font-family: 'Montserrat', sans-serif !important;
}

.frase-2{
	background-color: #99BCAE;
	padding: 3%;
}

.frase-2 h3{
	font-family: 'Georgia',serif !important;
	line-height: 1.2;
	font-size: 1.8em;
	color: #ffffff;
	text-transform:none ;
	text-align: center;
	font-weight: 200;
}

.frase-2 h6{
	font-size: 1.3rem;
	font-weight: 600;
	padding: 5% 0;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif !important;
}

.frase-3{
	background-color: #FABAAE;
	padding: 3%;
}

.frase-3 h3{
	line-height: 1;
	font-size: 6em;
	color: #000000;
	text-transform:uppercase ;
	text-align: center;
	font-weight: 200;
}

.frase-3 h4{
	font-size: 2.6em !important;
	padding-top: 2%;
	color: #000000;
}

/************* FRASE **********/

/************* CUADROS **********/
.cuadros{
	background-color: #ebebeb;
	padding-bottom: 5%;
}


.subtitulo-cuadro h2 {
	font-family: 'Druk Text Web Bold', serif;
	padding-top: 0.5em;
	padding-bottom:0.5em;
	line-height: 1.1em;
	font-size: 3.3em;
	font-weight: 300;
	text-align: center;
	color: #000000;
}

.texto_cuadros p {
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	padding: 0 2%;
}

/************* CUADROS **********/

.image-txt img{padding: 0 2%;}

.icono {
	width: 70px;
	position: fixed;
	bottom: 250px;
	right: 0;
	z-index: 999;
  }
  
  .icono img{
	--animate-duration: 5.5s;
	--animate-delay: 1s;
  }

@media (min-width: 200px) and (max-width: 768px) {
	.fondo-colors{
		padding: 15px 0 0 0;
		}

	.desk {
		display: none;
	}
	.mobile {
		display: block;
	}
	.redes {
	    width: 10% !important;
	}
	.redes a {
	    padding: 0 7px;
	}
	

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

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

	.img-doble img{
	margin-bottom: 0em;
	}

	.inicio h2 {
		font-size: 36px;
		letter-spacing: 7px;
	}

	.inicio h3 {
		font-size: 50px;
	}

	.sumario p{
		font-size: 25px;
	}

	.pie-foto{
		bottom:0;
		width: 100%;
		margin-bottom: 1em;
	}

	.pie-foto p{
		font-size: 1rem;
		font-weight: 200;

	}
	.cita p {
		color: #4d7883;
		font-size: 1.7rem;
		padding-top: 1.5em;
		line-height: 1.3;
	}

	p{
		padding-left: .6em;
		padding-right: .6em;
		line-height: 1.4;
		font-size: 20px;
		font-weight: 300;
	}

	.titulo h2{
		font-size: 45px !important;
	}

	.titulo h1 span{
		text-align: center;
		color: #000000;
		font-family: 'Druk Text Web Bold', sans-serif;
		line-height: 1;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 700;
		padding-top: .5em;
	}

	.graficos h2 {
		font-size: 38px !important;
		line-height: 1;
	}

	.graficos p {
padding-top: 5px;
	}

	.subtitulo h2 {
		line-height: 1 !important;
		font-size: 43px !important;
		text-align: center;
		color: #000;
	}

.destacado{
padding:30px !important;
margin: 20px 0;
}
.destacado h2{
font-size: 100px !important;
}
.destacado h3{
font-size: 29px !important;
}

.datos{
	padding: 24px 0;
}

.datos h3{
	font-size: 180px;
}
.datos h4{
	font-size: 48px;
}

.datos p{
	line-height: 1.1;
	padding-left: 0;
	padding-right: 0;
}

	.principal img{
		margin-top: 3em;

	}

	.imgp h3,h4 {
text-align:center !important;
	}

	.timeline::after {
	left:5%;
	}

	.right::after {
		left: -18px;
	}

	.content {
		padding: 20px 10px;
	}

.content img{
width:60% ;
padding-bottom: 20px;
	}

	.box {
		padding: 10px;
		width: 94%;
	}

	.right {
		left: 6%;
	}


	.overlay-desc .foto4{
		position: absolute;
		bottom: 18%;
		left: 5%;
		width: 45%;
		z-index: 500;
	  }
	
	  .overlay-desc .foto5{
		position: absolute;
		bottom: 18%;
		left: 50%;
		width: 45%;
		z-index: 500;
	  }
	
	  .overlay-desc .foto6{
		position: absolute;
		bottom: 3%;
		left: 5%;
		width: 45%;
		z-index: 500;
	  }
	
	  .overlay-desc .foto7{
		position: absolute;
		bottom: 3%;
		left: 50%;
		width: 45%;
		z-index: 500;
	  }

.titulo-rec h1{
	font-size: 3em !important;
}

.perfil-individual{padding-top: 16%;}

.perfil-individual h1{
	font-size: 2.5em !important;
}

.subtitulo-cuadro h2 {
	font-size: 2.3em;
}

.perfiles img{width: 100%;}


.menu_button {
    top: 55px;
	max-width: 60px;
  }

  .frase h3{
	font-size: 1.3em;
}

  .frase-2 h3{
	font-size: 1.3em;
}

.frase-2 h6{
	font-size: 1rem;
}

  .frase-3 h3{
	font-size: 4.4em;
  }
	
}



