@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600;6..96,800&family=Montserrat:wght@400;600&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*contenido*/
	.caja_contenido{
		width: 83.33%;
		margin-left: calc(50vw - 41.67%);
		margin-bottom: 4%;
}
	.caja_texto{
		margin-top: 6%;
		width: 60%;
		float: right;
	}
	
.ilustracion_about{
	width: 66%;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
}

.premios_izq{
	width: 15%;
	margin-top: 20%;
	float: left;
}
.premios_der{
	width: 15%;
	margin-top: 20%;
	float: right;
	margin-left: 1%;
}
.premios_izqmovil{
	display: none;
}
.premios_dermovil{
	display: none;
}
.cabecera_premios{
	 font-family: 'Poppins' , sans-serif;
	 font-weight: 600;
	 font-size: 14pt;
}
.texto_premios{
	 font-family: 'Poppins' , sans-serif;
	 font-weight: 300;
	 font-size: 12pt;
	margin-top: 1%;
}

.texto_about23{
		width: 70%;
		margin-left: calc(50% - 35%);
		font-family: 'Poppins' , sans-serif;
		font-weight: 200;
		font-size: 18pt;
		margin-top: 2%;
	   margin-bottom: 6%;
}

	.titulo_about {
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		font-size: 15pt;
		margin-top: 0;
	}
	
	.texto_about {
		font-family: 'Poppins' , sans-serif;
		font-weight: 200;
		font-size: 18pt;
		margin-top: 0;
	}

	.texto_about_2{
		font-family: 'Poppins' , sans-serif;
		font-weight: 500;
		font-size: 12pt;
		margin-top: 10%;
	}

	#lovetohear{
		color: #761616;
		font-weight: 400;
		font-size: 14pt;
		text-decoration: none;
	}

	.caja_foto {
		margin-top: 6%;
		width: 25%;
		float:left;
}

	.byn{
		font-family: 'Poppins' , sans-serif;
		font-weight: 400;
		font-size: 14pt;
		margin-top: 6%;
		color: #761616;
	}

	.recognitions{
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		font-size: 15pt;
		margin-top: 0;
	}

/*footer*/
.footer_about {
   left: 0;
   bottom: 0;
   width: 60%;
   margin-left: calc(50vw - 30%);
   color: #303030;
   text-align: center;
   font-family: 'Montserrat', sans-serif;
   font-size: 8pt;
   margin-top: 3%;
   margin-bottom: 0.6%;
   position: absolute;
}




@media only screen and ( max-width : 812px )
{/* For mobile phones: */
	.texto_about23{
		width: 90%;
		margin-left: calc(50% - 45%);
		font-size: 18pt;
}
	.ilustracion_about{
	width: 100%;
	float: none;
	margin-left: 0;
	margin-top: 1%;
}

.premios_izq{
	display: none;
}
.premios_der{
	display: none;
}
	.premios_izqmovil{
	display: block;
	width: 31%;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 10%;
	float: left;
}
.premios_dermovil{
	display: block;
	width: 31%;
	margin-top: 2%;
	float: right;
	margin-left: 2%;
	margin-bottom: 10%;
}
}


