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

b, strong {
	font-weight:bold;
}

html, body{
	font-family: 'Georgia', serif;
	color: #545a5b;
}
body{
	background-color: #f2f2f2;
}

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

.principal img{
	margin-top: 5em;
}

p{
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}
.caja-destacada{
	padding:35px;
	background:#ffa39b;
}

.caja-destacada p{
	font-family: 'Yaldevi', sans-serif;
	line-height:26px !important;
	text-align: center !important;
	color: white;
}	

.graficas p {
	padding: 1em 0 ;
	font-family: 'Yaldevi', sans-serif;
}

.graficas h3 {
	font-family: 'Yaldevi', sans-serif !important;
	color: #ffa39b !important;
	text-transform: none;
}

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

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

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

.texto_subtitulo p {
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	font-style: italic;
	padding-bottom: 1em;
}

.texto_ciudad h2{
	font-family: 'Druk Text Web Bold', serif;
	line-height: 1.1em;
	font-size: 3em;
	font-weight: 300;
	text-align: left;
	color: #545a5b;
}

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

.imgp{
	padding: 1.5em 0;
}


.credito p{
	padding: 30px 0 10px 0;
	font-size: .8em;
	font-weight: 300;
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Yaldevi', sans-serif;
}

.pie-foto p{
	padding-top: 10px;
	font-size: 12px;
	font-weight: 300;
	color: #656565;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Yaldevi', sans-serif;
}

.pie-foto-en-texto p{
	padding-top: 10px;
	font-size: 12px;
	font-weight: 300;
	color: #656565;
	line-height: 1.2em;
	text-align: left;
	font-family: 'Yaldevi', sans-serif;
}

.frase {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.frase p{
	font-size: 1.7em;
	font-weight: 300;
	font-family: 'Yaldevi', serif;
	color: #4d7883;
	line-height: 1.4em;
	text-align: center;
	margin: 1em 0;
	padding: 20px;
	border: #ffa39b solid 3px;
}

.frase span{
	font-weight: 800;
	color: #4d7883;
	line-height: 1.4em;
	text-transform: none;
	font-family: 'Yaldevi', serif;
}

/* Blockquote right double quotes
.comillas:before {
	font-family: 'Yaldevi', serif;
	position: absolute;
    content: "”";
    color: #83d7dd;
    font-size: 10rem;
    line-height: 0;
    bottom: 50px;
    right: 50px;
} */

.comillas{
	width: 10%;
	height:0px;

}

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

/********************* MENÚ - BOTONERA ******************/
.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;
}

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


@media (min-width: 200px) and (max-width: 675px) {
	.desk {
		display: none;
	}
	.mobile {
		display: block;
	}
	.redes {
	    width: 10% !important;
	}
	.redes a {
	    padding: 0 7px;
	}
	
	.caja-destacada p{
	font-size: 1.2em ;
	}

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

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

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

	.pie-foto-en-texto p{
		text-align: center;
		padding-bottom:40px;
	}

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

	}
	.cita p {
		color: #4d7883;
		font-size: 1.7rem;
		padding-top: 1.5em;
		line-height: 1.3;
	}
	.parallax {
		/* The image used */
		background-image: url(../img/apertura_phone.jpg);

		/* Full height */
		height: 100%; 

		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: full;
	}
	p{
		padding-left: .6em;
		padding-right: .6em;
		line-height: 1.6;
		font-size: 23px;
		font-weight: 300;
	}

	.frase p{
		font-size: 1.2em;
		font-weight: 100;
		color: #4d7883;
		line-height: 1.2em;
		text-align: center;
		text-transform: none;
		font-family: 'Yaldevi', sans-serif;
	}

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

	}

	.subtitulo-azul h2 {
		padding:20px;
		line-height: 0.9em;
		font-size: 3em;
		text-align: center;
	}

	.principal img{
		margin-top: 7.2em;
	}


}



