@import url('https://fonts.googleapis.com/css2?family=Bahianita&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bahianita&family=Cuprum:ital,wght@0,400..700;1,400..700&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.encabezado-superior {
    background-color: #000000;
    color: #7B5A14;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
}

@media (max-width: 768px) {
    .encabezado-superior {
        height: auto;
        min-height: 60px;
    }
    .logo {
        width: 160px;
        height: auto;
        margin: 0.25rem 0;
    }
    .sidebar-static {
        display: none;
    }
    #nosotros, #inicio, #staff, #clientes {
        min-height: 100vh;
        height: auto;
    }
    .nosotrosinfo {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .nosotrostitle {
        font-size: 28px;
    }
    .btnnosotros {
        width: 100%;
        margin-top: 15px;
    }
    .numeroa {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.encabezado-izquierdo {
    background-color: transparent;
}

.wrapper {
    display: flex;
    min-height: 100vh;
}

.sidebar-static {
    width: 50px;
    height: 200px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #7B5A14;
    z-index: 100;
    padding: 1rem 0;
    border-radius: 0 10px 10px 0;
}

.sidebar-static .nav-link {
    color: white;
    text-align: center;
    padding: 0.5rem 0;
}

.sidebar-static .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}



.container-fluid {
    padding-left: 0;
}

.navbar-nav .nav-link {
    color: white !important;
}

.navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.logo {
    width: 220px;
    height: 70px;
    margin: 0.5rem 0;
}

.navbar-nav {
    font-size: 16px;
}

.contenedor {
    padding: 0;
}

.opciones-encabezado {
    color: #DBC27C;
    font-size: 20px;
    text-decoration: none;
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;
}

.opciones-superior {
    position: relative;
}

.opciones-superior::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.opciones-superior:hover::before {
    transform: scaleX(1);
}

.opciones-encabezado:hover {
    color: white;

}

.main-content{
    width: 100%;
}
/* Estilo para la imagen principal */
.hero-image {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.qr {
    width: 100px;
    height: 100px;
}

.contenedor-qr {

    justify-content: center;
    align-items: center;
    text-align: center;
}

.titulos-piedepagina {
    color: #DBC27C;
    font-size: 20px;
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 3px;

}

.text-justify {
    text-align: justify;
}

/* Estilos para los iconos de las redes sociales */

.instagram {
    color: #c223af;
}

.tiktok {
    color: #ffffff;
}

.facebook {
    color: #3b5998;
}

.twitter {
    color: #ffffff;
}

.linkedin {
    color: #0077b5;
}

.youtube {
    color: #ff0000;
}

.footer-letras {
    font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-weight: 20px;
    font-style: normal;
}
#nosotros {
    min-height: 100vh;
    width: 100%;
    height: auto;
}
#inicio {
    height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nosotrosinfo {
    font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-weight: 20px;
    font-style: normal;
    font-size: 20px;
    text-align: justify;

}

.imagenosotros {
    width: 100%;
}

.btnnosotros {
    height: 50px;
    width: 150px;
    text-decoration: none;
    background-color: #7B5A14;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;

}

.btnnosotros:hover {
    background-color: #DBC27C;
}

.asesoriap {
    color: #7B5A14;
    text-align: center;
    font-weight: bold;
}

.numeroa {
    text-align: center;

}

.nosotrostitle {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid black;
    padding-bottom: 5px;
    text-align: center;
}

.padrenosotros{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 28px 0;
    font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
}

/* .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
} */

.dropdown-menu {
    background-color: #333;
    border: 1px solid #7B5A14;
}

.dropdown-menu .dropdown-item.opciones-encabezado {
    color: #DBC27C;
    font-size: 18px;
    padding: 8px 15px;
}

.dropdown-menu .dropdown-item.opciones-encabezado:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}