/**
 * @copyright GyB Abogados
 * @author Blend Estudio (edoardo@nucliux.mx)
 * @version 1.0.0 (Octubre 2023)
 * @since 1.0.0
 */

/*Importación de otros estilos*/
@import "reset.css";
@import "menu.css";
@import "inicio.css";
@import "firma.css";
@import "socios.css";
@import "servicio1.css";
@import "servicio2.css";
@import "etica.css";
@import "footer.css";

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

/*Tipografías*/
@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');

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

/*Página*/
html,body{
    background-color: #000000;
	width: 100%;
	height: 100%;
	color: #DDDCD8;
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 1.7vw;
    overflow-x: hidden!important;
}

h1{
	font-family: "Moldern";
    font-weight: 400;
    font-size: 2.5vw;
    text-transform: uppercase;
    line-height: 3vw;
}

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

h3{
    font-weight: 700;
    font-size: 2vw;
    font-style: italic;
    line-height: 2.5vw;
}

b{
    font-weight: 700;
}

i{
    font-style: italic;
}

.centro{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;

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

.ancho-completo{
	width: 100%;
	height: 100%;

	transition: all 1.3s ease-out;
	-webkit-transition: all 1.3s ease-out;
}

.ancho{
	width: 80%!important;
	height: 80%!important;
}

.to-animate{
    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: 3.5vw;
        line-height: 4vw;
    }
    
    h2{
        font-size: 3.5vw;
        line-height: 4vw;
    }

    h3{
        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: 5vw;
        line-height: 6vw;
    }
    
    h2{
        font-size: 5vw;
        line-height: 6vw;
    }

    h3{
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
}
