/**
 * @copyright Scandro
 * @author Nucliux Solutions (edoardo@nucliux.mx)
 * @version 1.0.0g (Noviembre 2024)
 * @since 1.0.0
 */
 
/*Importación de otros estilos*/
@import "reset.css";
@import "menu.css?v=1.0.0g";
@import "footer.css?=1.0.0b";
@import "inicio.css?v=1.0.0a";
@import "nosotros.css";
@import "contacto.css?v=1.0.0c";
@import "legal.css?v=1.0.0b";
@import "productos.css?v=1.0.0e";
@import "producto.css?v=1.0.0c";
@import "carrito.css?v=1.0.0d";
@import "perfil.css";

@import "modal.css?v=1.0.0b";

@import "fontawesome/css/all.min.css";

/*Tipografías*/
@font-face{
	font-family: "Aviano";
	font-weight: 700;
	src: url("fonts/Aviano-Bold.otf");
}

@font-face{
	font-family: "Steve Sans";
	font-weight: 300;
	src: url("fonts/StevieSans-Light.ttf");
}

@font-face{
	font-family: "Steve Sans";
	font-weight: 400;
	src: url("fonts/StevieSans-Medium.ttf");
}

@font-face{
	font-family: "Steve Sans";
	font-weight: 700;
	src: url("fonts/StevieSans-Bold.ttf");
}

/*Página*/
html,body{
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    color: #201E1E;
    font-family: 'Steve Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2vw;
    line-height: 1.7vw;
}

b{
    font-weight: 400;
}

h1{
    font-family: "Aviano", sans-serif;
    font-weight: 700;
    font-size: 3vw;
    text-transform: uppercase;
    line-height: 3.5vw;
}

h2{
    font-family: "Aviano", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    text-transform: uppercase;
    line-height: 2.5vw;
}

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

    h1{
        font-size: 4vw;
        line-height: 4.5vw;
    }
    
    h2{
        font-size: 3vw;
        line-height: 3.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: 5vw;
    }

    h1{
        font-size: 5.5vw;
        line-height: 6.5vw;
    }
    
    h2{
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
}
