@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 {
	font-family: 'Druk Text Web Bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
}
h2, h3, h5, h6 {
	font-family: 'Druk Text Web Medium', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1em;
}
h6{
	font-size: 15px;
}

p{
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
}

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

a:hover{
	text-decoration: none !important;
}

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

.zoom {
    transition: transform .8s; 
    width: 100%;
}
 
.zoom:hover {
	box-shadow: 2px 2px 5px #00000085;
  	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
	transform: scale(1.05);
}

.pleca_ap {
	background-color: rgba(0, 0, 0, 0.5);
}

.principal img{
	margin-top: 3em !important;
}

.autor p{
	font-size:16px;
	opacity: 0.8;
	color: #555555;
	text-align: center;
}
.agregados {
	transition: transform .7s;
	text-align: center;
}



.agregados:hover{
	transform: scale(1.2);
}

.titulo h1{
    text-align: center;
    color: #000;
	line-height: 1;
	font-size: 4em;
	padding: 1em 0;
}

.intro {
	padding: 2em 0;
}

.intro h2{
	margin: 0;
	color: #000;
	font-weight: 700;
	font-size: 5em;
	line-height: 1.2 !important;
}


.s-1 {
	padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.s-1 h2 {
    color: #ffffff;
    background-color: #eb3823;
    font-size: 7em;
    line-height: 1;
    font-weight: 300;
    padding: 20px 0 20px 65px;
    margin-left: -65px;
}

.s-1 h4 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 2.07em;
	padding-bottom: 1.8em;
}

.s-1 h3 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.5em;
}

.s-1 h5 {
	text-transform: uppercase;
	font-size: 2em;
}

.s-3{
	padding: 1em 0;
}
.s-3 h2{
	color: #000000;
    text-align: center;
    line-height: 1.3;
    font-size: 2.5em;
}
.s-3 h3 {
    font-family: 'Georgia', serif;
    /* color: #bbbbbb; */
    font-size: 1.5em;
    font-weight: 800;
    text-transform: none;
}
.s-3 h4 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 0.9em;
}

.s-3 span{
	font-size: 3em;
	line-height: 0.1;
	color: #ed1c24;
	vertical-align: -webkit-baseline-middle;
}


/***************************** CARD ************************/
figure {
    margin: 0 !important;
	overflow: hidden;
}

.gallery {
	display: grid;
	justify-items: center;
	padding: 2px;
	transition: 0.3s;
}
.gallery:hover .gallery__image {
	filter: grayscale(1);
}
.gallery__row {
	display: flex;
	flex-direction: row;
	width: 85%;
}
.gallery__link {
	margin: 5px;
	overflow: hidden;
}
.gallery__link:hover .gallery__image {
	filter: grayscale(0);
}
.gallery__link:hover .gallery__caption {
	opacity: 1;
}
.gallery__thumb {
	position: relative;
}
.gallery__image {
	display: block;
	width: 100%;
	transition: 0.3s;
}
.gallery__image:hover {
	transform: scale(1.1);
}
.gallery__caption {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 20px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.1;
	color: white;
	opacity: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	transition: 0.3s;
}
/**************************** CARD ************************/





.quote-numero{
	background-color: #54c5d2;
	box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.25);
	color: #000000;
	padding: 1em;
}

.quote-numero h2{
	color: #ffffff !important;
	font-family: 'Six Caps', sans-serif;
	padding: 0;
    font-size: 155px;
    text-align: center;
    line-height: 1.2;
}

.quote-numero h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
	line-height: 1.2;
}

.quote-numero h4 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.9em;
	padding-bottom: 0;
}

.quote-numero h5{
	font-size: 1.7em;
	line-height: 1.1;
}




b, strong {
    font-weight: 800;
}


.pie-foto{
	padding-top: 10px;
  	text-align: center !important;
	color: #666666 !important;
	width: 100%;
	font-family: 'Montserrat', sans-serif !important;
}

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


.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;
}
/***************** list ***********/
ul {
	list-style: none;
}
  
li {
	border-bottom: 1px solid rgb(0, 0, 0);
}
/***************** list ***********/

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

.mobile {
	display: none;
}

.redes2 {
    opacity: 1;
    max-width: 30px !important;
    margin: 0px 5px;
    transition: transform .3s;
}

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


/* ****************************** fichas **************************** */

.recuadro{
	background: #54c5d2;
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 689px;
}

.botX_2{
	position: fixed;
	top: 100px;
	right: 10px;
  	width: 70px;
  	z-index: 999;
  	max-width:100px;margin: 10px;
   	-webkit-transition: 0.3s ease-out;
  	-moz-transition: 0.3s ease-out;
  	-o-transition: 0.3s ease-out;
  	transition: 0.3s ease-out;
}
.botX_2:hover{
  -webkit-transform: rotate(-90deg);
  	transform: rotate(-90deg);

}


/********************* / MENÚ - BOTONERA ******************/
.logo img {
	width: 100%;
	padding: 20px 0 25px 0;
}
  

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


.graficas{
	padding: 3em 0;
}

.video{
	margin-top: 48px;
}


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



@media (min-width: 300px) and (max-width: 560px) {
	.desk {
		display: none;
	}

	.mobile {
		display: block;
	}
}


@media (min-width: 375px) and (max-width: 800px) {
	.desk {
		display: none;
	}
	.redes {
	    width: 15% !important;
	}
	.mobile {
		display: block;
	}
	
}


@media (min-width: 200px) and (max-width: 675px) {
	.apertura{
		padding-top: 49px;
	}
	.intro h2 {
		margin: 0;
		font-weight: 700;
		font-size: 4em;
		line-height: 1 !important;
	}
	.inicio{
		margin-top: 7.3em;
	}
	.logo img {
		width: 90%;
		padding: 10px 0;
	}
	.logo2 img {
		width: 80%;
		padding: 0;
	}
	.s-1 {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.s-1 h1 {
		font-size: 2.1em;
	}
	.s-1 h2 {
		margin: 0;
		font-size: 3em;
	}
	.s-1 h3 {
		font-size: 1.2em;
	}
	.s-1 h4 {
		font-size: 1.5em;
    	padding-top: 10px;
		padding-bottom: 25px;
	}
	.s-3 h2 {
		line-height: 1.3;
		font-size: 1.6em;
	}

	.gallery {
		display: contents;
		justify-items: center;
		padding: 2px;
		transition: 0.3s;
	}
	.gallery:hover .gallery__image {
		filter: none;
	}

	.gallery__row {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

	.gallery__caption {
		position: relative;
		bottom: 0;
		text-align: center;
		padding: 12px;
		width: 100%;
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.1;
		color: #ffffff;
		opacity: 1;
		background:  #00A0AA;
		transition: 0.3s;
	}
	
	.mobile{
		display: block;
	}
	.desk{
		display: none;
	}
	.redes {
	    width: 10% !important;
	}
	.redes a {
	    padding: 0 7px;
	}
	
	p{
		padding-left: 15px;
		padding-right: 15px;
		line-height: 1.6;
		font-size: 20px;
		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;
	}

}


