/**
 * @copyright Casa Símera
 * @author Nucliux Solutions (edoardo@nucliux.mx)
 * @version 1.1.0 (Mayo 2025)
 * @since 1.0.0
 */
 
/*Importación de otros estilos*/
@import "reset.css";
@import "menu.css";
@import "footer.css?v=1.0.0";
@import "inicio.css?v=1.0.0";
@import "legal.css";
@import "checkout.css?v=1.0.0";
@import "reservaciones.css?v=1.0.1";
@import "clase.css?v=1.1.0";
@import "perfil.css?v=1.0.0";

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

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

/*Tipografías*/
@font-face{
	font-family: "Editorial Old";
	font-weight: 400;
	src: url("fonts/EditorialOld-Regular.otf");
}

@font-face{
	font-family: "Editorial Old";
	font-weight: 400;
    font-style: italic;
	src: url("fonts/EditorialOld-Italic.otf");
}

@font-face{
	font-family: "Acumin Pro";
	font-weight: 200;
	src: url("fonts/AcuminPro-ExtraLight.ttf");
}

@font-face{
	font-family: "Acumin Pro";
	font-weight: 400;
	src: url("fonts/AcuminPro-Regular.ttf");
}

@font-face{
	font-family: "Acumin Pro";
	font-weight: 600;
	src: url("fonts/AcuminPro-Semibold.ttf");
}

/*Página*/
html,body{
    background-color: #E6DDCA;
    width: 100%;
    height: 100%;
    color: #24040F;
    font-family: 'Acumin Pro', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    line-height: 1.7vw;
}

b{
    font-weight: 600;
}

h1{
    font-family: "Editorial Old", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3vw;
    line-height: 3.5vw;
}

h2{
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    font-size: 2vw;
    line-height: 2.5vw;
}

.oculto{
    display: none;
}

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