/* =========================
   CONFIGURACIÓN GENERAL
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    font-family: Arial, Helvetica, sans-serif;

    color: #222;

    background: #ffffff;
}


img {
    display: block;
}


a {
    text-decoration: none;
}



/* =========================
   HEADER
========================= */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.menu {
    max-width: 1250px;
    margin: auto;
    padding: 25px 35px;

    display: flex;
    justify-content: flex-end;
    align-items: center;

    gap: 35px;
}

.menu a {
    color: white;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    transition: opacity .3s;
}

.menu a:hover {
    opacity: .65;
}

/* =========================
   HERO
========================= */

.hero {
    height: 100vh;
    min-height: 650px;

    position: relative;

    display: flex;
    align-items: center;

    padding: 120px 8%;

    color: white;

    overflow: hidden;
}


/* VIDEO DE PORTADA */

.hero-video {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 0;
}


/* OSCURECER EL VIDEO */

.hero-overlay {
    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, .48);

    z-index: 1;
}


/* TEXTO */

.hero-content {
    position: relative;

    z-index: 2;

    max-width: 700px;
}


.eyebrow {
    font-size: 12px;

    letter-spacing: 4px;

    font-weight: bold;

    margin-bottom: 18px;

    color: white;
}



 .hero h1 {
    font-size: clamp(45px, 7vw, 82px);

    line-height: 1.03;

    margin-bottom: 25px;

    font-weight: 600;

    color: white;

    font-family: Georgia, serif;

    font-style: italic;
}


.hero-description {
    font-size: 18px;

    line-height: 1.7;

    max-width: 570px;

    margin-bottom: 35px;

    color: white;
}


/* =========================
   BOTONES
========================= */

.main-button {

    display: inline-block;

    background: white;

    color: #222;

    padding: 16px 30px;

    font-weight: bold;

    border-radius: 3px;

    transition: .3s;
}


.main-button:hover {

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}


.dark-button {

    background: #222;

    color: white;
}



/* =========================
   INTRO
========================= */

.intro {

    max-width: 850px;

    margin: auto;

    text-align: center;

    padding: 120px 30px;
}


.intro h2 {

    font-size: clamp(35px, 5vw, 55px);

    margin-bottom: 25px;
    font-family: Georgia, serif;

    font-style: italic;
}



.intro-text h2{

    color: white;

    line-height: 1.8;

    font-size: 17px;
    
}





/* =========================
   DEPARTAMENTOS
========================= */

.departments-section {

    max-width: 1250px;

    margin: auto;

    padding: 100px 30px;
}


.section-title {

    text-align: center;

    margin-bottom: 55px;
}


.section-title h2 {

    font-size: clamp(35px, 5vw, 55px);
    font-family: Georgia, serif;

    font-style: italic;
}


.departments-container {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 35px;
}


.department-card {

    background: #f5f4f1;

    overflow: hidden;

    border-radius: 5px;
}


.department-image {

    height: 420px;

    overflow: hidden;
}


.department-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .5s;
}


.department-card:hover
.department-image img {

    transform: scale(1.04);
}


.department-info {

    padding: 35px;
}


.availability {

    display: flex;

    align-items: center;

    gap: 8px;

    font-size: 13px;

    font-weight: bold;

    margin-bottom: 15px;
}


.availability span {

    width: 8px;

    height: 8px;

    background: #3d8b55;

    border-radius: 50%;
}


.department-info h3 {

    font-size: 29px;

    margin-bottom: 18px;
}


.description {

    color: #666;

    line-height: 1.7;

    margin-bottom: 25px;
}


.features {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

    margin-bottom: 30px;
}


.features div {

    background: white;

    padding: 12px;

    border-radius: 3px;

    font-size: 13px;
}


.features span {

    margin-left: 5px;

    color: #555;
}


.price {

    font-size: 32px;

    font-weight: bold;

    margin-bottom: 22px;
}


.price span {

    font-size: 14px;

    font-weight: normal;

    color: #777;
}


.whatsapp-button {

    display: block;

    width: 100%;

    text-align: center;

    padding: 15px;

    background: #25D366;

    color: white;

    border-radius: 4px;

    font-weight: bold;

    transition: .3s;
}


.whatsapp-button:hover {

    transform: translateY(-2px);
}



/* =========================
   GALERÍA
========================= */

.gallery-section {

    padding: 110px 7%;

    background: #fafafa;
}


.gallery {

    max-width: 1250px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}


.gallery img {

    width: 100%;

    height: 350px;

    object-fit: cover;

    border-radius: 3px;

    transition: .4s;

    cursor: pointer;
}


.gallery img:hover {

    transform: scale(1.02);
}



/* =========================
   VIDEOS
========================= */

.videos-section {
    max-width: 1250px;
    margin: auto;
    padding: 110px 30px;
}

.videos-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.video-card {
    width: 100%;
    max-width: 1100px;
}

.video-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.video-card video {
    width: 100%;
    display: block;
    border-radius: 5px;
    background: #111;
}



/* =========================
   INFORMACIÓN
========================= */

.information-section {

    padding: 120px 30px;

    background: #222;

    color: white;

    text-align: center;
}


.information-content {

    max-width: 750px;

    margin: auto;
}


.information-section h2 {

    font-size: clamp(35px, 5vw, 55px);

    margin-bottom: 25px;
    font-family: Georgia, serif;

    font-style: italic;
}

.information-section p:last-child {

    color: #ccc;

    line-height: 1.8;

    font-size: 17px;
}

/* =========================
   UBICACIÓN
========================= */

.location-section {
    padding: 110px 30px;
    background: #f7f6f3;
    text-align: center;
}


/* TÍTULO */

.location-section .section-title {
    max-width: 700px;
    margin: 0 auto 35px;
    text-align: center;
}

.location-section .section-title h2 {
    text-align: center;
}

.location-description {
    color: #666;
    line-height: 1.7;
    margin-top: 15px;
    text-align: center;
}


/* DIRECCIÓN */

.location-info {
    width: 100%;
    text-align: center;
    margin: 0 auto 35px;
}

.location-address {
    color: #555;
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 25px;
    text-align: center;
}


/* MAPA CENTRADO */

.map-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
    margin: 0 auto;
}


/* CELULAR */

@media (max-width: 600px) {

    .location-section {
        padding: 80px 20px;
    }

    .map-container {
        max-width: 100%;
    }

    .map-container iframe {
        height: 350px;
    }

}

/* =========================
   CONTACTO
========================= */

.contact-section {

    padding: 130px 30px;

    text-align: center;
}


.contact-section h2 {

    font-size: clamp(40px, 5vw, 60px);

    margin-bottom: 20px;
     font-family: Georgia, serif;

    font-style: italic;
}


.contact-section > p:not(.eyebrow) {

    color: #666;

    margin-bottom: 30px;
}



/* =========================
   FOOTER
========================= */

footer {

    background: #111;

    color: #888;

    padding: 40px 30px;

    text-align: center;

    font-size: 13px;
}


.footer-logo {

    width: 110px;

    max-height: 60px;

    object-fit: contain;

    margin: 0 auto 20px;
}



/* =========================
   TABLET
========================= */

@media (max-width: 850px) {


    .menu {

        display: none;
    }


    .departments-container {

        grid-template-columns: 1fr;
    }


    .videos-container {

        grid-template-columns: 1fr;
    }


    .gallery {

        grid-template-columns: 1fr 1fr;
    }

}



/* =========================
   CELULAR
========================= */

@media (max-width: 550px) {


    nav {

        padding: 20px;
    }


    .logo {

        width: 120px;
    }


    .hero {

        min-height: 600px;

        padding: 100px 25px;
    }


    .hero h1 {

        font-size: 44px;
    }


    .hero-description {

        font-size: 16px;
    }


    .departments-section,
    .videos-section {

        padding-left: 20px;

        padding-right: 20px;
    }


    .department-image {

        height: 300px;
    }


    .department-info {

        padding: 25px;
    }


    .features {

        grid-template-columns: 1fr;
    }


    .gallery-section {

        padding-left: 20px;

        padding-right: 20px;
    }


    .gallery {

        grid-template-columns: 1fr;
    }


    .gallery img {

        height: 300px;
    }

}
.gallery-category {
    max-width: 1250px;
    margin: 0 auto 90px;
}

.gallery-category:last-child {
    margin-bottom: 0;
}

.gallery-category h3 {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: left;
}

.gallery-intro {
    margin-top: 15px;
    color: #777;
    font-size: 16px;
}

.gallery-category .gallery {
    max-width: none;
    margin: 0;
}

@media (max-width: 550px) {

    .gallery-category h3 {
        font-size: 26px;
    }

}
.extra-cost {
    font-size: 11px;
    color: #888;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 50px auto;
    width: 100%;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    max-width: 500px;
    height: 25px;
    border-top: 2px solid #222;
    border-radius: 50%;
}

.divider span {
    font-size: 20px;
    transform: translateY(-2px);
}
.Frase.ubicacion {
    margin-top: 40px;
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.email-contact {
    margin-top: 35px;
    font-weight: bold;
    color: #555;
}

@media (max-width: 550px) {

    .main-button {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

}