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

a{text-decoration: none !important;}

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

.title {
    flex-wrap: wrap;
	background-image: linear-gradient(to top, #7B1A51, #000000);
	position: relative;
	top: -8px;
}
.title h1{
	text-align: center;
    color: #ffffff;
    font-family: 'Druk Text Web Medium', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-size: 10em !important;
}
.title h1 span{
	text-align: center;
    color: #ffffff;
    font-family: 'Druk Text Web Medium', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.4em;
	padding-top: .5em;
	letter-spacing: 0.2em;
}


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

/* Back to top */
#buttonUp {
	display: inline-block;
	background-color: #000000;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 100000;
}
#buttonUp::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 46px;
	color: #fff;
}
#buttonUp:hover {
	cursor: pointer;
	background-color: #333;
}
#buttonUp:active {
	background-color: #555;
}
#buttonUp.show {
	opacity: 1;
	visibility: visible;
}

/* Styles for the content section */
@media (min-width: 500px) {
	#buttonUp {
		margin: 30px;
	}
}
/* Back to top */


.sumario{
	background-color: #000000;
	padding: 2% 0;
	/* margin-top: -8px; */
}

.sumario p{
	font-family: 'Montserrat', sans-serif !important;
	line-height:1.3!important;
	text-align: center !important;
	font-size: 1.6em;
	color: #ffffff;
}

.sumario-perfiles{
	margin: 25px 0 10px 0;
}

.sumario-perfiles p{
	font-family: 'Montserrat', sans-serif !important;
	line-height:1.3!important;
	text-align: center !important;
	font-size: 1.6em;
	color: #000000;
}

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

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

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

.capitular h2{
	font-size: 280px;
    line-height: 1;
	text-align: center;
	font-family: 'Druk Text Web Bold', sans-serif !important;
	padding-bottom: 30px;
	color: #7B1A51;
}

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

.fondo-color{
	background-color: #292929;
	padding:2.5em 0;
}

.fondo-color p{
color: #ffffff;
}


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


.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;
	line-height: 1.2em;
	color: #000000;
	text-align: center;
	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-apertura p{
	padding-top: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Roboto',sans-serif;
}

.pie-foto-blanco p{
	padding-top: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.2em;
	text-align: left;
	font-family: 'Roboto',sans-serif;
}
  
  /* 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: #ed1c24;
	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%;
  }
  
  /* 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;
}



/* Blockquote main style */
.blockquote {
    position: relative;
    max-width: 620px;
    margin: 40px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h2 {
    font-family: 'Montserrat', sans-serif !important;
	text-transform: none;
    position: relative; /* for pseudos */
    color: #EB6814;
    font-size: 1.9rem;
	font-weight: normal;
    line-height: 1.1;
    margin: 0;
    border: solid 2px;
    border-radius: 30px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h2:after {
    content:"";
    position: absolute;
    border: 2px solid #EB6814;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h2:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FFF6F0;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #303030;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

.blockquote h3 {
	font-family: 'Roboto',sans-serif !important;
	font-weight: 300;
	position: relative;
    color: #222222;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0;
    z-index: 1;
    margin-left: 139px;
    padding-left: 12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}

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


.quote-numero{

	border-radius: 12px;
}

.quote-numero h2{
	font-weight: 500;
	color: #EB6814;
	padding: 0;
	font-size: 195px;
	text-align: center;
	letter-spacing: -5px;
	line-height: 1;
}

.quote-numero h5{
	font-weight: 700;
	color: #EB6814;
	padding-top: 15px;
	font-family: 'Druk Text Web Medium', sans-serif !important;
	font-size: 2.7em;
	line-height: 1.1 !important;
}

.iconos img{width: 68%;}

.title3{
	margin: 40px 0;
  }
  
  .title3 h2{
	font-family: 'Druk Text Web Bold', sans-serif !important;
	text-transform: uppercase;
	font-size: 4em;
	color: #ffffff;
  }
  
  .title3 p{
	padding-top: 20px;
	letter-spacing: 5px;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.9em;
	color: #ffffff;
	--animate-duration: 2s;
  }

.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 p{
	font-family: 'Georgia',serif !important;
	font-size: 1.1em;
	color: #000000 !important;
}

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

/************* FRASE **********/
.frase{
	padding: 3em 0;
}

.frase p{
	font-weight: 700;
	color: #000000;
	padding: 15px 0 25px 0;
	font-family: 'Roboto',sans-serif;
	font-size: 1.5em;
	line-height: 1.1 !important;
	text-transform: uppercase;
} 

.frase h2{
	color: #E5007D;
    text-align: left;
    line-height: 1.1 !important;
    font-size: 4em;
	font-weight: 700;
}

.frase img{
	width:30%;
}

.frase h6{
	font-size: 1.3rem;
	font-weight: 200;
	padding-top: 10px;
	font-family: 'Montserrat', sans-serif !important;
}

.frase h6 span{
	font-weight: 600;
}

.f-naranja .frase h2{
	color: #EB6814;
}

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


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

  .perfiles{
	padding: 1.5em 0;
  }

  .perfiles img{width: 90%;}

  .perfiles h2{
	font-size: 2.4em;
	color: #ffffff;
	padding: 2% 0;
  }

  .perfiles p{
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	padding-bottom: 10%;
  }

  .perfiles a{
	text-decoration: none;
  }

  .perfiles img:hover{
	filter: grayscale(80%);
  }

/*Estilos Perfiles Apartados*/
.menu_button{
	position: fixed;
	top: 80px;
	left: -8px;
	z-index: 999;
	max-width: 40px;
	transition: 0.5s ease-out;
  }
  .menu_button:hover{
	transform: translate(5px, 0);
  }

.titulo-inicio{
	padding: 0 1% !important;
}

.titulo-inicio h1{
	font-size: 3.5em !important;
}

.titulo-inicio h2{
	font-size: 4.5em;
	line-height: 1em;
}

.titulo-inicio p{
	font-size: 1.8em;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.titulo-inicio img{
	padding: 5% 0;
	width: 32%;
}

.img-grande{padding:0 1.8%;}

.btnrevista{padding: 5% 0 5% 0;}

.fuenteboton a{
	font-family: 'Druk Text Web Bold', sans-serif !important;
	color: #ffffff !important;
	background-color: #ed1c24 !important;
}

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

.section{
background-color: #DFDCEB;
}

.plecas{
	margin: 48px 0;
	width: 60%;
}

.pleca-agencia{
	margin: 0 0 50px 0;
}

.pleca-agencia-logo{
	margin: 0 0 50px 0;
}

.fichas{text-align: center;}

.fichas img{width: 40%;}

#doritos .fichas h2{
	font-size: 4em !important;
	background: -webkit-linear-gradient(0deg,#000000, #E9640B);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#victoria .fichas h2{
	font-size: 4em !important;
	background: -webkit-linear-gradient(0deg,#000000, #00a6b9);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#duolingo .fichas h2{
	font-size: 4em !important;
	background: -webkit-linear-gradient(0deg,#000000, #b9d269);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#ghandi .fichas h2{
	font-size: 4em !important;
	background: -webkit-linear-gradient(0deg,#000000, #2c4780);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#sabritas .fichas h2{
	font-size: 4em !important;
	background: -webkit-linear-gradient(0deg,#000000, #941b80);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#amnrdac .fichas h2{
	font-size: 4em !important;
	background: -webkit-linear-gradient(0deg,#000000, #fcc200);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#montalvo .fichas h2{
	font-size: 4em !important;
	background: -webkit-linear-gradient(0deg,#000000, #7acae3);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.marcas{
	text-align: center;
	border-style: double;
	border-width: 4px;
	font-family: 'Georgia', serif !important;
	font-size: 1.8em;
	margin:0 auto;
	width: 70%;
	padding: 0.8%;
}

.marcaAgencia p{
	font-family: 'Georgia', serif !important;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	color: #ffffff;
	letter-spacing: 5px;
	top: 10px;
	padding-left: 25px;
}

.datos{
	text-align: center;
	border-style: double;
	border-width: 4px;
	margin:0 auto;
	padding: 5%;
	width: 70%;
}

.datos h3{
	font-family: 'Georgia',serif !important;
	font-size: 1.4em;
	font-weight: 300;
}

.datos h6{
	font-size: .9em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4%;
}

.datos p{
	font-family: 'Montserrat', sans-serif !important;
	font-size: .9em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding-top: 2%;
}

.datos-mon{
	text-align: center;
	border-style: double;
	border-width: 4px;
	margin:0 auto;
	padding: 5%;
	width: 70%;
}

.datos-mon h3{
	font-family: 'Georgia',serif !important;
	font-size: 1em;
	font-weight: 300;
}

.datos-mon h4{
	font-family: 'Montserrat', sans-serif !important;
	font-size: .8em;
	font-weight: 300;
}

.datos-mon p{
	font-family: 'Montserrat', sans-serif !important;
	font-size: .8em;
	font-weight: 300;
	text-align: left !important;
}

.datos-mon span{
	font-family: 'Druk Text Web Bold', serif;
	font-size: 2.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.uno{
	font-size: 2.5em;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	padding-top: 2%;
}

.dos{
	font-size: 3.5em;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	padding-top: 2%;
}

.tres{
	font-size: 4.5em;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	padding-top: 2%;
}

.datos-mon p{
	font-family: 'Montserrat', sans-serif !important;
	font-size: .9em;
	font-weight: 400;
	text-align: center;
	padding-top: 2%;
}

/*BOTONES MENÚ*/
.btns-ganadores{
	margin-top: -8px;
}

.btns-menu{
	padding: 0 !important;
	max-height: 310px;
}

/* .btns-general{
	min-height: 375px;
} */

.btns-general{
	min-height: 380px;
}

.btns-general h3{
	font-family: 'Druk Text Web Bold', sans-serif !important;
	font-size: 3em;
	padding: 10% 0;
}

.btns-general h5{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1.6em;
	font-weight: 300;
	padding:0 0 7% 0;
}

.btns-general img{
	padding: 10% 0 0 0;
	width: 40%;
}

.btn-doritos{
	background-color: #EB6814;
	color: #ffffff;
	text-align: center;
}

.btn-victoria{
	background-color: #00a6b9;
	color: #ffffff;
	text-align: center;
}

.btn-victoria h3{
	font-size: 2.5em !important;
}

.btn-duolingo{
	background-color: #b9d269;
	color: #ffffff;
	text-align: center;
}

.btn-ghandi{
	background-color: #2c4780;
	color: #ffffff;
	text-align: center;
}

.btn-ghandi h3{
	font-size: 2.5em !important;
}

.btn-sabritas{
	background-color: #941b80;
	color: #ffffff;
	text-align: center;
}

.btn-montalvo{
	background-color: #7acae3;
	color: #000000;
	text-align: center;
}



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

/*FONDOS*/
.f-doritos{
	background-image: url("../img/fondo-doritos.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.f-victoria{
	background-image: url("../img/fondo-victoria.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.f-duolingo{
	background-image: url("../img/fondo-duolingo.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.f-ghandi{
	background-image: url("../img/fondo-ghandi.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.f-sabritas{
	background-image: url("../img/fondo-sabritas.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.f-amnrdac{
	background-image: url("../img/fondo-amnrdac.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.f-montalvo{
	background-color: #F6F6F0;
}

.f-naranja{
	background-color: #FFF6F0;
}

.f-aqua{
	background-color: #f3fafb;
}

.f-verde{
	background-color: #f7fce7;
}

.f-azul{
	background-color: #eef3fe;
}

.f-morado{
	background-color: #fcedfa;
}

.f-amarillo{
	background-color: #fcf8ec;
}

.personajes{
	padding-top: 4%;
	width: 100%;
}

.jurado{
	background-color: #E9E9C6;
}

.jurado h2{
	font-size: 3em;
	color: #000000;
	padding: 5% 0;
}

@media (min-width: 200px) and (max-width: 768px) {
	.btns-general h3 {
		font-size: 2.5em;
	}
	.btns-general h5 {
		font-size: 1.3em;
	}
	.btn-victoria h3{
		font-size: 2.2em !important;
	}
	.btn-ghandi h3{
		font-size: 2.2em !important;
	}
	.btns-general{
		min-height: 290px;
	}
	.f-doritos, .f-victoria, .f-duolingo, .f-ghandi, .f-sabritas, .f-amnrdac{
		background-image: none;

	}
	.blockquote h2 {
		font-weight: normal;
		font-size: 1.7rem;
		line-height: 1.1;
	}
	.marcaAgencia p {
		font-size: 1.1em;
		text-align: left;
		position: initial;
		color: #000000;
		letter-spacing: 3px;
		top: 0;
		padding-left: 15px;
	}
	.pleca-agencia-logo{
		margin: 0 0 50px 0;
		padding-top: 50px;
	}
	.desk {
		display: none;
	}
	.mobile {
		display: block;
	}
	.redes {
	    width: 10% !important;
	}
	.redes a {
	    padding: 0 7px;
	}
	

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

	.title h1{
		font-size: 5.2em !important;
	}
	.title h1 span{
		font-size: 0.4em;
	}

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

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

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

	.subtitulo h2 {
		line-height: 1.2em;
		font-size: 2.3em;
		text-align: center;
		color: #000;
	}

	.subtitulo-2 h3 {
		font-size: 1.8em;
		padding: 10px 0;
	}
	
	.subtitulo-cuadro h2 {
		font-size: 2em;
	}

	.texto_cuadros{padding-bottom: 5%;}

	.personaje-cuadro h4{
		padding-bottom: 8%;
	}

	.principal img{
		margin-top: 3em;

	}

	.sumario{
		padding:8% 0;
		
	}

	.sumario p{
		font-size: 1.6em;
	}

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

	.quote-numero h2{
		font-size: 6.8em;
		letter-spacing: -5px;
	}

	.quote-numero h5{
		font-size: 1.8em;
	}

	.iconos img{width: 80%;}

	.titulo-inicio h1{
		font-size: 3.3em;
	}
	
	.titulo-inicio h2{
		font-size: 4.3em;
		line-height: 1em;
	}
	
	.titulo-inicio p{
		font-size: 1.4em;
		font-weight: 500;
	}

	.titulo-inicio img{
		padding: 8% 0;
		width: 50%;
	}

    .frase p{
		font-size: 1.3em;
		line-height: 1.5 !important;
	}

	.frase h2{
		font-size: 3em;
	}

	.frase h6{
		font-size: 1.3rem;
	}

	.frase img{width: 40%;}

	.graf-txt h2{
		font-size: 2.3em;
	}

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

	  div.scrollphot .phot {
		width: 300px;
	}
	
	.modal-window > div {
		width: 400px;
	}
}



