/**
 * @copyright GP Know Concept
 * @author MarLab (edoardo@marlab.mx)
 * @version 1.0.0 (Septiembre 2021)
 * @since 1.0.0
 */

/*Importación de otros estilos*/
@import "reset.css";
@import "menu.css";
@import "inicio.css";
@import "nosotros.css";
@import "certificaciones.css";
@import "servicios.css";
@import "vacances.css";
@import "contacto.css";
@import "footer.css";

@import "politicas.css";
@import "animate.min.css";

/*Tipografías*/
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&family=Raleway:wght@700&display=swap');

/*Página*/
html,body{
    background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	color: #213653;
	font-family: 'Kaisei Opti', serif;
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 1.5vw;
}

h1{
	color: #6E8690;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 2vw;
	line-height: 2.5vw;
}

h2{
	font-weight: 700;
	font-size: 1.5vw;
	line-height: 2vw;
}

h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1vw;
	line-height: 1.5vw;
}

.marlab{
	background-color: #213653;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2vh 0;
	width: 100%;

	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.marlab img{
	width: auto;
	height: 3vh;
	object-fit: contain;
}

/*Estilo para media pantalla
______________________________*/
@media only screen and (max-width: 1024px){
	html,body{
		font-size: 2.5vw;
		line-height: 3vw;
	}

	h1{
		font-size: 3vw;
		line-height: 3.5vw;
	}

	h2{
		font-size: 2.5vw;
		line-height: 3vw;
	}

	h3{
		font-size: 2vw;
		line-height: 2.5vw;
	}
}

/*Estilo para móviles
______________________________*/
@media only screen and (max-device-width: 465px) and (max-aspect-ratio: 13/9){
	html,body{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	h1{
		font-size: 4.5vw;
		line-height: 5vw;
	}

	h2{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	h3{
		font-size: 3.5vw;
		line-height: 4vw;
	}
}
