* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    background-color: #f7f9f6;
}

nav {
    display: flex;
    padding: 0.7% 6%;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    background-color: transparent;
    z-index: 10;
    transition: background-color 0.8s ease-in-out, padding 0.4s ease;
}

nav.scrolled {
    background-color: #1a1318;
}

nav img {
    width: 170px;
}

.links {
    flex: 1;
    text-align: right;
}

.links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 25px;
    position: relative;
}

.links ul li a {
    text-decoration: none;
    font-size: 15px;
}

.link {
    color: #f7f9f6;
    font-weight: 450;
}

.link:hover {
    font-weight: 550;
    transition: 0.1s;
}

.miembro {
    background-color: #f7f9f6;
    margin-left: 35px;
    border-radius: 10px;
}

.miembro a {
    color: #1a1318;
    font-weight: 600;
}



.miembro:hover {
    background-color: #DACCBE;
    transition: 0.1s;
}

.headerIndex {
    min-height: 90vh;
    width: 100%;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    margin-bottom: 40px;
}

.videoFondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.videoFondo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textoIndex {
    width: 80%;
    color: #f7f9f6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.textoIndex h1,
.textoIndex h1 b i {
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.textoIndex p {
    font-size: 15px;
    margin: 30px 0;
    font-weight: 500;
    max-width: 450px;
}

.textoIndex a {
    display: inline-block;
    text-decoration: none;
    color: #1a1318;
    background-color: #f7f9f6;
    border-radius: 10px;
    padding: 12px 34px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.textoIndex a:hover {
    background-color: #1a1318;
    color: #f7f9f6;
    letter-spacing: 0.5px;
}

.blq1 {
    margin: 0 2%;
}


.tit1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 27.5px;
    font-weight: 600;
    color: #1a1318;
    text-align: center;
    padding: 20px;
}

.tit1 b i {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a1318;
}

.tit2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: 600;
    color: #1a1318;
    text-align: center;
    margin: 30px;
}

.texto {
    font-size: 17px;
    color: #1a1318;
    padding: 0 20px;
}

.imgFrame {
    width: 30%;
    display: block;
    margin: auto;
}

.imgFrame2 {
    width: 25%;
    display: block;
    margin: 0 auto;
}

.blq2 a {
    position: absolute;
    margin-top: 39.85%;
    margin-left: 74.5%;
    text-decoration: none;
    cursor: pointer;
    color: #1a131800;
    font-size: 16px;
    font-weight: 600;
    background-color: #daccbe00;
    padding: 10.5px 20px;
}

.web {
    width: 100%;
}

.rsp {
    display: none;
}

.blq3 {
    background-color: #DACCBE;
    text-align: center;
    margin-top: -4px;
    padding-top: 15px;
}

.titulo {
    text-align: center;
}

.titulo img {
    margin-bottom: -25px;
    margin-top: 20px;
}

.sub {
    margin-top: -15px;
    margin-bottom: 20px;
}

.tit3,
.tit3 b {
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.tarjetas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5 {
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 250px;
}

.sec4,
.sec5 {
    margin-bottom: 40px;
}

.blq3 a {
    display: inline-block;
    text-decoration: none;
    padding: 15px 45px;
    background-color: rgba(143, 41, 15, 0.8);
    color: #f7f9f6;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 40px;
}

.blq3 a:hover {
    letter-spacing: 0.7px;
    background-color: rgba(143, 41, 15, 100);

}

.blq4 {
    background-image: url("../media/fondoblq4.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 20px;
}

.blq4 h1 {
    padding-top: 40px;
    color: #f7f9f6;
    letter-spacing: 1px;
    font-weight: 600;
}

.tarjeta {
    display: flex;
    background-color: rgba(26, 19, 24, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    max-width: 800px;
    gap: 20px;
    margin: 20px auto;
    align-items: center;
}

.perfil {
    padding-left: 15px;
    text-align: center;
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.perfil img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 10px solid #fff;
    object-fit: cover;
    margin-bottom: 10px;
}

.perfil h2 {
    margin-top: 10px;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.contenidos {
    text-align: justify;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-size: 13.5px;
    flex: 1;
    padding: 30px;
    padding-left: 15px;
    font-weight: 400;
    line-height: 20px;
}

.contenidos b {
    font-weight: 600;
    font-size: 13.9px;
}


.tarjeta:hover {
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

#shalekMovil {
    display: none;
}

#shalek .contenidos {
    padding-left: 30px;
    padding-right: 15px;
}

#shalek .perfil {
    padding-right: 15px;
    padding-left: 10px;
}

#shalek {
    margin-bottom: 50px;
}

footer {
    background-color: #1a1318;
    /* Fondo blanco */
    padding: 20px 150px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer ul {
    list-style: none;
    display: flex;
    gap: 40px;
    padding: 0;
    margin: 0;
}

footer .logo {
    width: 80px;
}

footer li {
    display: flex;
    align-items: center;
}

footer a {
    text-decoration: none;
}

.btn {
    background-color: #f7f9f6;
    color: #1a1318;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

.btn:hover {
    letter-spacing: 0.5px;
    padding: 15px 25px;
}

footer img {
    width: 50px;
    height: auto;
    transition: transform 0.3s ease;
}

footer img:hover {
    transform: scale(1.1);
}

footer p {
    font-size: 16px;
    color: #f7f9f6;
    font-weight: 600;
    letter-spacing: 0.2px;
    max-width: 150px;
    line-height: 22px;
}

@media (max-width: 875px) {
    .blq4 h1 {
        font-size: 24px;
        padding-top: 20px;
    }

    .tarjeta {
        flex-direction: column;
        gap: 15px;
        max-width: 90%;
        margin: 10px auto;
    }

    .perfil {
        flex: 1 1 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .perfil img {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
    }

    .perfil h2 {
        font-size: 20px;
    }

    .contenidos {
        font-size: 12.8px;
        padding: 15px;
    }

    .contenidos b {
        font-size: 13.2px;
    }

    #shalek {
        display: none;
    }

    #shalekMovil {
        display: block;
    }

    #shalekMovil .contenidos {
        padding-left: 15px;
        padding-right: 15px;
    }

    #shalekMovil .perfil {
        padding-right: 0;
        padding-left: 0;
    }

    footer {
        font-size: 12px;
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }

    footer ul {
        gap: 15px;
        align-items: center;
        margin-bottom: 15px;
    }

    footer li {
        margin: 10px 0;
    }

    .logo {
        width: 60px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
        margin: 10px 0;
    }

    .btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    footer img {
        width: 40px;
    }

    .sec1,
    .sec2,
    .sec3 {
        width: 30%;
    }

    .sec4,
    .sec5 {
        width: 45%;
    }

    .web {
        display: none;
    }

    .blq2 {
        background-image: url("../media/img1.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
    }

    .blq2 a {
        margin-top: 63%;
        margin-left: 46%;
    }

    .rsp {
        padding: 25px;
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .textoIndex {
        text-align: center;
    }

    .imgFrame {
        width: 50%;
    }

    .imgFrame2 {
        width: 45%;
    }

    .blq1 {
        background-size: 40%;
    }

    .textoIndex p {
        margin-left: 15%;
    }

    nav img {
        width: 120px;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger div {
        width: 20px;
        height: 2px;
        background-color: #f7f9f6;
        margin: 5px;
    }

    .links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #1a1318;
        padding: 20px 0;
        text-align: center;
        z-index: 9;
    }

    .links.active {
        display: flex;
        animation: slideDown 0.3s ease-in-out;
    }

    .links ul li {
        display: block;
        padding: 10px 0;
    }

    .miembro {
        margin-right: 35px
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

}

@media (max-width: 500px) {
    .blq3 a {
        font-size: 16px;
    }

    .titulo h2 {
        margin-top: 20px;
    }

    .tit3 {
        font-size: 16.5px;
    }

    .sub {
        font-size: 15px;
        margin-top: 10px;
    }

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5 {
        width: 100%;
        font-size: 13px;
    }

    .blq2 a {
        font-size: 13px;
        padding: 20px 20px;
    }

    .headerIndex {
        margin-bottom: 20px;
    }

    .textoIndex p {
        margin-left: 5%;
        font-size: 14px;
    }

    .textoIndex a {
        font-size: 15px;
    }

    .textoIndex h1,
    .textoIndex h1 b i {
        font-size: 37px;
    }

    .tit1 {
        padding: 10px;
        font-size: 19.5px;
    }

    .tit1 b i {
        font-size: 20px;
    }

    .tit2 {
        margin: 15px;
        font-size: 18.5px;
    }

    .texto {
        font-size: 12px;
    }
}