*{margin:0; padding:0;}

body{
    font-family: 'Inter', sans-serif;
    color:#00263B;
}

.margen_menu{
    margin-right: 6em;
    margin-left: 4em;
}

.activo{
    font-weight: 600;
    color:#FF9E16 !important;
}

.txt_ppal{
    font-weight: 700;
    color:#00263B;
    font-size: 2.5em;
    line-height:1.25em;
    font-family: 'Inter', sans-serif;
}

.margen_txt{
    margin-left: 8em;
}

.txt_normal{
    font-weight: 400;
    color:#00263B;
    font-size: 16px;
    margin-top: 0;
}

.txt_naranja{
    color:#FF9E16;
    font-weight: 500;
    font-size: 16px;
}

.tamano{
    width: 30%;
    margin-left:-0.813em;
    margin-top: -1.25em;
}

.tamano_img_ppal{
    width: 80%;
    margin-top: -4em;
}



.espacio_home{
    display:grid;
    grid-template-columns: 50% 50%;
    margin-top: 2em;
}

.seccion2_margen{
    margin-top: 7em;
    margin-bottom: 7em;
    
}

.txt_secundario{
    font-size: 1.8em;
    line-height: 1.1em;
    margin-top: 4em;
}

.recuadro{
    background-color:#FAE0BB;
    
}

.recuadro a{
    text-decoration: none;
    font-size: 12px;
    color:#00263B;
}
.recuadro_logos{
    display: grid;
  grid-template-columns: 33% 34% 33%;
}

.pie_logo{
    width: 30%;
}

.pie_logo_central{
    width: 50%;
    margin-top: 2em;
    margin-left: 0px;
    justify-content: center;
}

.pie_link{
    font-size: 0.8em;
    margin-top: 3em;
   
}

.margen_privacidad{
    margin-right: 5em;
}

.margen_top {
    margin-bottom: 4em;
}

.centre{
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}

.margen_fin{
    margin-bottom: 4em;
}

/* Media queries*/

@media only screen and (max-width: 768px){
    .tamano_img_ppal{
        display: block;
        margin: auto;
        margin-top: 1em;
    }
}

@media only screen and (max-width: 768px){
    .txt_ppal{
        font-size: 1.5em ;
        text-justify: center;
        text-align: center;
    }
}

@media only screen and (max-width: 768px){
    .espacio_home{
        display: grid;
        grid-template-columns: 100%;
        margin-top: 2em;
    }

    .txt_normal{
        font-size: 0.7em;
        text-justify: center;
        text-align: center;
    
    }

    .txt_naranja{
        font-size: 0.7em;
        text-align: center;
    }

    .tamano{
    display: block;
    margin: auto;
    margin-top: -1em;
    }

    .txt_secundario{
        font-size: 0.8em;
        text-align: center;
        justify-content: center;
        padding:1em;
    }
    .margen_txt{
        margin-left: 5px;

    }

    .tamano_responsive{
        width: 65%;
        display: block;
        margin:auto;
    }

    .recuadro_logos{
        margin:0.5em;
        display: grid;
        grid-template-columns: 33% 33% 34%;
    }

    .pie_logo{
        width: 60%;
    }

    .pie_logo_central{
        width: 70%;
        margin-top: 1.5em;
    }

    .pie_link{
        font-size: 1em;
        margin-top: 1em;
    }

    .margen_menu{
        margin-left:0;
    }   



}



/*  fin Media queries*/


