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

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

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

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

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

p{
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 1em;
}

h4 {
	color:#a5a0a0;
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

b, strong {
    font-weight: 800;
}



/*********** menu *************/
.hamburger {
	position: absolute;
	left: 20px;
	top: 70px;
	display: flex;
	height: 25px;
	width: 30px;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	user-select: none;
	z-index: 1999;
}
.hamburger__icon {
	display: inline-block;
	height: 3px;
	width: 30px;
	background: #000000;
	border-radius: 10px;
}
.sidebar {
    height: 80vh;
    width: 210px;
    background: #000000;
	opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999;
}
.sidebar__close {
	position: absolute;
	top: 50%;
	right: -30px;
	background: #000000;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translatex(-100%);
	cursor: pointer;
	transition: transform 0.4s ease-in-out 0.2s;
}
.sidebar__close::before, .sidebar__close::after {
	content: "";
	height: 3px;
	background: #e6e6e6;
	width: 25px;
	display: block;
	position: absolute;
}
.sidebar__close::after {
	transform: rotate(90deg);
}
.sidebar__menu {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-around;
	font-size: 19px;
	font-weight: 300;
	margin: 120px 10px 0 10px;
	color: #ffffff;
}
.sidebar__menu a {
	color: currentcolor;
	text-decoration: none;
	transform: translatex(-80%);
	transition: transform 0.4s ease-in-out;
}
.sidebar__menu a::before {
	content: "";
	height: 2px;
	background: #e6e6e6;
	width: 120px;
	position: absolute;
	bottom: -2px;
	left: 0;
	transform: translatex(-50%);
	opacity: 0;
	transition: transform 0.4s ease-in-out, opacity 0.4s linear;
}
.sidebar__menu a:hover::before {
	transform: translatex(0);
	opacity: 1;
}
.sidebar__menu a:nth-child(1) {
	transition-delay: 0.05s;
}
.sidebar__menu a:nth-child(2) {
	transition-delay: 0.1s;
}
.sidebar__menu a:nth-child(3) {
	transition-delay: 0.15s;
}
.sidebar__menu a:nth-child(4) {
	transition-delay: 0.2s;
}
.sidebar__menu a:nth-child(5) {
	transition-delay: 0.25s;
}
.sidebar__menu a:nth-child(6) {
	transition-delay: 0.25s;
}
.sidebar__menu a:nth-child(7) {
	transition-delay: 0.25s;
}
.sidebar__menu a:nth-child(8) {
	transition-delay: 0.25s;
}
.sidebar__menu a:nth-child(9) {
	transition-delay: 0.25s;
}
.sidebar__menu a:nth-child(10) {
	transition-delay: 0.25s;
}


.menu-control {
	display: none;
}
.menu-control:checked + .sidebar {
	transform: translatex(0);
}
.menu-control:checked + .sidebar .sidebar__close {
	transform: translatex(0) rotate(45deg);
}
.menu-control:checked + .sidebar .sidebar__menu a {
	transform: translatex(0);
}

/********** menu *************/




/* estilos para cambio de img mobile/desk  */
.mobile{ 
	display: none;
}
.desk{
	display: block;
}
/* estilos para cambio de img mobile/desk  */


.titulo h1{
    text-align: center;
    color: #000;
    font-family: 'Druk Text Web Medium', serif;
	line-height: 1;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 10vw;
	font-weight: 500;
	margin: 0.8em 0;
	padding: 20px;
	border: #000000 solid 1px;
}

.intro1 p{
	font-family: 'Montserrat', sans-serif !important;
    color: #242424;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 400;
}

.apertura img{
	margin-top: 3em;
}



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

.nombre-titular h2{
	font-family: 'Druk Text Web Medium', serif;
	font-weight: 500;
	color: #000000;
	font-size: 4.5em;
	text-align: center;
	padding: 0.5em 0;
	line-height: 1.3;
	font-weight: 300;
}
.nombre-titular span{
	vertical-align: top;
	letter-spacing: 35px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.45em !important;
}

.nombre-titular-centro h2{
	font-family: 'Druk Text Web Medium', serif;
	font-weight: 500;
	color: #000000;
	font-size: 4.5em;
	text-align: center;
	padding: 0.5em 0;
	line-height: 1.3;
	font-weight: 300;
}
.nombre-titular-centro span{
	vertical-align: top;
	letter-spacing: 25px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.45em !important;
}

.foto{
	padding-bottom: 3em;
}

.quote-numero{
	border-top: 30px solid #000000;
	padding: 2em 0.8em;
}

.quote-numero h3{
	font-size: 1.4em;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 200;
}


.quote-numero2 {
	border-bottom: 30px solid #0785c8;
	padding: 1em 0.8em;
}

.quote-numero2 h3 {
	text-align: right;
	font-size: 2.4em;
	line-height: 1.2;
}

.logo-10d img{
	padding: 1em;
	width: 170px;
}

.elementospng{
	width: 30px;
	text-align: center !important;
}


.pie-foto{
	padding-top: 25px;
  	text-align: center;
	color: #000000 !important;
	width: 100%;
	font-family: 'Montserrat', sans-serif !important;
}
.pie-foto p {
  	font-size: 1.2em;
  	font-weight: 200;
	line-height: 1.2;
}

.pie-foto-centro{
	padding-top: 25px;
  	text-align: center;
	color: #000000 !important;
	width: 100%;
	font-family: 'Montserrat', sans-serif !important;
}
.pie-foto-centro p {
  	font-size: 1.2em;
  	font-weight: 200;
	line-height: 1.2;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


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

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

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


.creditos h4{
	font-size: 1.1em;
	margin-top: 60%;
}


.nota p {
	text-align: center !important;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}

footer p{
	text-align: center;
	font-family: 'Georgia', serif;
	font-size: 1em;
	color: #c3c3c3;
}


/******************************************/
/******************************************/
/******************************************/



@media (min-width: 375px) and (max-width: 800px) {
	.apertura img{
		margin-top: 3em;
	}
	.intro1 p{
		color: #242424;
		font-size: 1.3em;
		font-family: 'Montserrat', sans-serif !important;
	}
	.hamburger {
		left: 15px;
		top: 70px;
		height: 25px;
		width: 30px;
	}
	.sidebar {
		height: 70vh;
		width: 190px;
		background: #000000;
		opacity: 0.87;
		padding: 30px 40px;
	}
	.sidebar__menu {
		font-size: 15px;
		font-weight: 500;
		margin: 120px 10px 10px 10px;
	}
	.nombre-titular h2{
		font-size: 3.1em;
		line-height: 1;
	}
	.nombre-titular span {
		letter-spacing: 10px;
		font-size: 0.5em !important;
	}
	.nombre-titular-centro h2{
		font-size: 3.1em;
		line-height: 1;
	}
	.nombre-titular-centro span {
		letter-spacing: 10px;
		font-size: 0.5em !important;
	}
	.pie-foto {
		font-size: 0.8em;
		padding: 0;
		margin: 0 !important;
	}
	.desk {
		display: none;
	}
	.mobile {
		display: block;
	}

	.mobile h1{
		text-align: center;
		font-size: 2.5em;
	}
	.texto h2 {
		font-size: 1.8em;
		padding: 0.5em;
	}
	.mobile img {
		width: 100%;
		/* position: absolute; */
	}
	.graficas {
		padding: 1.5em 0;
	}
	.creditos h4{
		font-size: 1rem;
		margin-top: 10%;
	}
}



@media (min-width: 200px) and (max-width: 675px) {
	.apertura img{
		margin-top: 3em;
	}
	.titulo h1 {
		padding: 0.5em 0;
		font-size: 4em;
		line-height: 1em;
	}
	.intro1 p{
		color: #242424;
		font-size: 1.3em;
		font-family: 'Montserrat', sans-serif !important;
	}
	.hamburger {
		left: 15px;
		top: 70px;
		height: 25px;
		width: 30px;
	}
	.sidebar {
		height: 70vh;
		width: 190px;
		background: #000000;
		opacity: 0.87;
		padding: 30px 40px;
	}
	.sidebar__menu {
		font-size: 15px;
		font-weight: 500;
		margin: 120px 10px 10px 10px;
	}
	.nombre-titular h2{
		font-size: 3.3em;
		line-height: 1;
	}
	.pie-foto {
		font-size: 0.8em;
		padding: 0;
		margin: 0 !important;
	}
	.elementospng {
		width: 20px;
		text-align: center !important;
	}
	.s-1 {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.mobile{
		display: block;
	}
	.desk{
		display: none;
	}
	

	.quote-numero h2, .quote-numero2 h2 {
		font-size: 2.4em;
	}
	p{
		padding-left: 15px;
		padding-right: 15px;
		line-height: 1.5;
		font-size: 21px;
		font-weight: 300;
	}

	h1, h2, h3, h4, h5, h6 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 0px;
		padding-left: 0px;
	}

}


