@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: none;
    /* height: 400vh; */
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.foto-principal {
    width: 100%;
    height: 100%;
    padding: 0.5rem 5% 1rem 5%;
    /* background-color: #f7f7f7; */
    /* background-color: #f1f2f6; */
    background-color: #f0f0f0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.foto-principal img {
    width: 40%;
    max-height: 50%;
}

/* ------------ HERADER ------------ */

.contenedor-header {
    position: static;
    position: fixed;
    position: sticky;
    /* position: relative; */
    top: 0;
    background-color: #f0f0f0;
    z-index: 2;
    width: 100%;
    height: auto;
    background-color: #B91C1C;
    /* background-color:rgba(185, 28, 28, .55); */
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 15px;
}

.barra-nav {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.titulo-nav {
    width: auto;
    height: auto;
}

.texto-nav {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.texto-nav.rojo-nav {
    cursor: default;
}

.rojo-nav {
    color: #B91C1C;
}

.contenedor-items-navegacion {
    width: auto;
    height: 35px;
    list-style: none;

    padding: 0px 10px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.item-navegacion {
    width: 80%;
    padding: 5px 10px 0px 10px;
    /* align-items: center; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.item-navegacion a {
    width: 100%;
    /* padding-top: 10px; */
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: .9rem;
}

.item-navegacion a::after {
    content: "";
    display: block;
    background-color: #f8f9fa;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: width 0.2s ease-in, background-color 0.2s ease-in;
}

.item-navegacion a:hover::after {
    width: 100%;
}

.contenedor-dropmenu-responsivo {
    display: block;
}

.contenedor-texto-icono {
    width: fit-content;
    height: fit-content;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.contenedor-texto-icono h2 {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

/* ---------- RESPONSIVO ---------- */
#barra_nav_responsivo {
    /* width: 40%; */
    width: 0px;
    height: 100dvh;
    /* padding: .4rem 1rem; */
    position: fixed;
    top: 0;
    left: 100%;
    /* transform: translateX(100%); */
    transform: translateX(-100%);
    background-color: #b40e0e;
    /* border-left: 1px solid rgb(0, 0, 0, 0.4); */
    overflow: hidden;

    display: flex;
    /* display: none; */
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 6;
    gap: 1rem;
    transition: all .1s ease-in-out;
}

#lista_navegacion_responsivo {
    width: 100%;
    padding: 1.5rem 0;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

#boton_nav_responsivo_inactivo {
    cursor: pointer;
}

#boton_nav_responsivo_activo {
    cursor: pointer;
}

.todo-negro {
    width: 100%;
    height: 100dvh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0, 0.3);
    z-index: 2;
    display: none;
    cursor: pointer;
    transition: all .3s ease-in-out;

}

/*  */



/* -------------------- FOOTER INICIO -------------------- */

footer {
    width: 100%;
    padding: 10px 35px;
    background-color: #111827;
}

footer .contenedor-footer {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

footer .seccion-footer {
    flex: 1;
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 10px 0 10px;
    color: #f8f9fa;
}

footer .seccion-footer h2 {
    width: max-content;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

footer .seccion-footer h2::after {
    content: "";
    display: block;
    background-color: #EF4444;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -10px;
}

footer .seccion-footer a {
    color: #f8f9fa;
    text-decoration: none;

}

footer .seccion-footer a:hover {
    color: #EF4444;
}

footer .redes {
    display: flex;
    gap: 20px;
}

footer .enlaces-redes {
    display: flex;
    /* flex-direction: column; */
    justify-content: baseline;
    align-items: baseline;
    gap: 20px;

    font-size: 1.5rem;
}

.fecha-derechos-reservados {
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    align-items: baseline;
}

.texto-resaltado-rojo {
    color: #EF4444;
    font-weight: 600;
}


/* ----------------- RESPONSIVO --------------- */

@media screen and (min-width:1000px) {
    .contenedor-dropmenu-responsivo {
        display: none;
    }
}


@media screen and (max-width:1000px) {
    .barra-nav {
        display: none;
    }

    .contenedor-dropmenu-responsivo {
        width: 100%;
        padding: .6rem 0rem;
        max-height: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contenedor-dropmenu-responsivo i {
        max-height: 25px;
        font-size: 1.5rem;
        color: #f0f0f0;
    }

    .item-navegacion a {
        font-size: 1rem;
    }

    .item-navegacion {
        /* width: 100%; */
        border-bottom: 1px solid#f0f0f0;
    }

    .boton-activo {
        justify-content: end;
    }
}

@media screen and (max-width:650px) {

    .contenedor-footer {
        flex-direction: column;
    }

    footer .seccion-footer {
        padding: 10px;
    }

}