/**
 * @copyright DSI
 * @author MacoLab (edoardo@nucliux.mx)
 * @version 1.0.1 (Octubre 2020)
 * @since 1.0.0
 */

/*Importación de otros estilos*/
@import "reset.css";
@import "inicio.css";
@import "menu.css";
@import "nosotros.css?v=1.0.1";
@import "certificaciones.css";
@import "diferenciadores.css";
@import "servicios.css?v=1.0.1";
@import "ubicaciones.css";
@import "contacto.css?v=1.0.1";
@import "footer.css";

@import "animate.min.css";

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

/*Página*/
html,body{
    background-color: #003051;
	width: 100%;
	height: 100%;
	color: #F4F4F4;
	font-family: "Georgia", serif;
	font-size: 1.3vw;
}

h1{
	color: #F4F4F4;
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 3vw;
}

h2{
	color: #F4F4F4;
	font-family: "Georgia", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.8vw;
}

h3{
	color: #37BFEC;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	font-size: 1.2vw;
	text-transform: uppercase;
}

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

	h1{
		font-size: 4vw;
	}

	h2{
		font-size: 2.8vw;
	}

	h3{
		font-size: 2.2vw;
	}
}

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

	h1{
		font-size: 5.5vw;
	}

	h2{
		font-size: 4.3vw;
	}

	h3{
		font-size: 3.7vw;
	}
}
