/* ESTILOS PARA NOSOTROS */

html{
    box-sizing: border-box;
    font-size: 62.5%; /* 1REM = 10px */
}

*, *:before, *:after {
    box-sizing: inherit;
}

body{
    font-family: 'Roboto Slab', serif;
    font-size: 1.6rem;
    line-height: 2; /* interlineado, no necesario */
}

/* globales */

h1,
h2,
h3{
    font-family: 'Playfair Display SC', serif;
    margin: 0 0 5rem 0;
}

h1{
    font-size: 5rem;
}

h2{
    font-size: 4rem;
}

h3{
    font-size: 3rem;
}

a{
    text-decoration: none;
    color: #000;
}

.contenedor{
    max-width: 120rem;
    margin: 0 auto;
}

img{
    max-width: 100%;
    display: block;
}

/** Utilidades **/
.centrar{
    text-align: center;
}

/** Header y Navegación **/
.header-principal{
    margin-top: 6rem;
}

.header-principal strong{
    color: #e91717;
}

hr{
    border: .1rem solid #e1e1e1;
}

.navegacion-principal{
    display: flex;
    padding: 2rem 0;
    justify-content: space-between;
}

.navegacion-principal a{
    font-size: 1.5rem;
    color: #4d4a4a;
}


/** MAIN PRINCIPAL**/
.principal{
    
}

.titulo-sobre{
    
}

.sobre-nosotros{
    display: flex;
    gap: 2rem;
}

.sobre-nosotros .info-nosotros{
    flex-basis: 50%;
    width: 50%;;
}

.info-nosotros{
}


/** FOOTER **/
.nav-footer{
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.hijo{
    display: flex;
    flex-direction: column;
}



/** BLOG **/







/*font-family: 'Playfair Display SC', serif;
font-family: 'Roboto Slab', serif;*/