@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root
{
    --color_fondo_princiapal: #212D07;
    --color_texto_link_menu: rgb(50,50,50);
    --color_texto_link_menu_hover: #00517A;
    --color_text_gris: #424242;
    --color_linea_abajo_menu:#212D07;
    --color_boton_menu_movil: #424242;

    --color_fondo_footer: #0F3177;
}
*
{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body 
{
    font-size: 16px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*header*/
.header_primary
{
    z-index: 4;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    background-color: white;
}
.text_color
{
    color: var(--color_texto_link_menu);
    font-weight: 500;
    padding: 5px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.text_color:hover
{
    color: var(--color_texto_link_menu_hover) !important;
}
.boton_header
{
    width: 50px;
    height: 50px;
    border: 3px solid rgb(50, 50, 50);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
    display: none;
    align-items: center;
    justify-content: center;
}
.boton_header i
{
    width: 30px;
    height: 30px;
    font-size: 35px;
    color: rgb(50, 50, 50);
    display: flex;
    align-items: center;
    justify-content: center;  
}
.menu_desplegable
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.clic_fuera
{
    opacity: 0;
    z-index: 3;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

/*responsive*/
@media (max-width: 840px)
{
    .header_primary
    {
        justify-content: space-between !important;
    }
    .menu_desplegable
    {
        opacity: 0;
        position: absolute;
        top:85px;
        right:0px;
        width: 60vw;
        padding: 10px 0;
        padding-bottom: 20px;
        border-radius: 5px 0 0 5px;
        align-items: flex-start !important;
        padding-left: 10px !important;
        flex-direction: column;
        background-color: white;
    }
    .link_submenu:hover
    {
        color: var(--color_texto_link_menu);
    }
    .menu_desplegable li
    {
        width: 100%;
        border-bottom: 2px solid var(--color_linea_abajo_menu);
    }
    .boton_header
    {
        display: flex;
    }
    .boton_acomodo
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width: 570px)
{
    .menu_desplegable
    {
        width: 100vw;
    }
    .link_submenu
    {
        font-size: 1.1rem;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*footer*/
.contenedor_footer
{
    width: 100%;
    height: auto;
    background-image: url(../img/neruc_footer.png);
    background-size: cover;
    background-position: bottom;
    clip-path: polygon(83% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
}
.filtro_footer
{
    width: 100%;
    height: auto;
    padding-top: 50px;
    clip-path: polygon(83% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
    background-color: rgba(38, 47, 78, 0.703);
    display: flex;
    align-items:flex-end;
    justify-content: center;
}
.cont_informacion_footer
{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border: 1px solid green; */
}
.cont_logo_footer
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    border-bottom: 1px solid white;
    padding: 10px 0;
}
.cont_arriba_footer
{
    width: 100%;
    display: flex;
    align-items:flex-start;
    justify-content:space-between;
    padding: 10px 0;
}
.cont_izq_footer
{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.cont_izq_footer p
{
    font-size: 17px;
    line-height: 1.8;
    color: white;
    text-align: justify;
}
.cont_der_footer
{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-direction: column;
    /* border: 1px solid red; */
}
.cont_der_footer h2
{
    font-size: 17px;
    color: white;
    font-weight: 500;
    padding-bottom: 30px;
}
.cont_redes_footer
{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.boton_red_footer
{
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 10px;
    padding: 0 15px;
    margin: 5px 0;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s;
}
.link_footer
{
    text-decoration: none;
    color: white;
}
.boton_red_footer:hover
{
    transition: all 0.3s;
    border: 2px solid grey;
}
.boton_red_footer i
{
    font-size: 20px;
    color: white;
    margin-right: 10px;
}
.cont_abajo_footer
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid white;
    padding: 10px 0;
}
.cont_abajo_footer_izq
{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cont_abajo_footer_der
{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cont_abajo_footer h3
{
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

.verde
{
    background-color: #12BB18;
}
.azul
{
    background-color: #124dbb;
}
.morado
{
    background-color: #875A7B;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*Responsive*/
@media screen and (max-width:840px){
    /*footer*/
    .cont_arriba_footer
    {
        flex-direction: column;
    }
    .cont_izq_footer
    {
        width: 100%;
        padding-bottom: 10px;
    }
    .cont_der_footer
    {
        width: 100%;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:570px)
{
    /*footer*/
    .cont_logo_footer
    {
        justify-content:center;
    }
    .cont_izq_footer p
    {
        text-align: left;
    }
    .cont_abajo_footer
    {
        flex-direction: column;
    }
    .cont_abajo_footer_izq
    {
        padding: 10px 0;
    }
    .cont_abajo_footer_der
    {
        padding: 10px 0;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:395px){
    /*footer*/
    .cont_izq_footer p
    {
        font-size: 15px;
    }
    .cont_abajo_footer h3
    {
        font-size: 17px;
    }
}