* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wow {
    animation-duration: 1s !important;
    /* animation-timing-function: linear; */
}


.delay {
    animation-delay: 0.5s !important;
}

.delay1 {
    animation-delay: 1s !important;
}

.delay2 {
    animation-delay: 1.5s !important;
}

.delay3 {
    animation-delay: 2s !important;
}


html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    font-family: 'Jost', sans-serif;
    background-color: #F1F1F1;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

:root {
    --normalize: -8rem;
    --width: calc(100% - 16rem);
    --padding: 0rem 8rem;
    --center: 0 auto;
    --main-color: #B2623B;
    --orange: #FF5C00;
}

p {
    color: #5A5A5A;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp {
    background-color: #25D366;
    width: 6rem;
    height: 6rem;
    border-radius: 100rem;
    border: 1px solid black;
    position: fixed;
    right: 2rem;
    z-index: 10001;
    bottom: 5rem;
}

.whatsapp a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp i {
    font-size: 3rem;
    color: white;
}

.button {
    min-width: 10rem;
    width: fit-content;
    height: 4rem;
    padding: 0.8rem 1.6rem;
    background-color: #696969;
    color: white !important;
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;

    & i {
        color: #21A3DD;
    }
}


.button.secondary {
    background-color: white;
    border: 2px dotted #21A3DD;
    color: #1E3C72 !important;
}


header {
    height: 10rem;
    width: 100%;
    margin: var(--center);
    position: fixed;
    z-index: 1000;
    background-color: transparent;
    display: flex;
    align-items: center;
}

nav {
    width: var(--width);
    margin: var(--center);
    height: 100%;
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    position: relative;
}

nav>a:first-child {
    display: flex;
    align-items: center;
    gap: 2rem;
}

nav>a:last-child {
    display: none;
}

header nav .menu__button {
    display: none;
}

header figure,
header picture {
    display: block;
    height: 9rem;
}

header figure img,
header picture img {
    object-fit: contain;
}

header .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* column-gap: 10rem; */
    height: 100%;
    width: 100%;
}

.menu li>a,
.menu li>p {
    font-size: 1.6rem;
    color: var(--main-color);
    font-weight: 400;
    transition: all 0.3s linear;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: capitalize;
    background: #E6E6E64D;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: white;

    &:hover {
        background: #8ECEEB;
        color: black;
    }
}

.menu .logo a {
    background-color: transparent;

    &:hover {
        background-color: transparent;
    }
}

.menu summary {
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    color: white;
    background: #E6E6E64D;
    border-radius: 1rem;
}

.menu details {
    position: relative;

    & div {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        border-radius: 1rem;
        background-color: #E6E6E64D;
        position: absolute;
        top: 120%;
        width: 120%;
        padding: 1rem;
        left: -10%;
    }

    & a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0.5rem 1rem;
        text-align: center;
        font-size: 1.6rem;
        color: white;
        background: #E6E6E64D;
        border-radius: 1rem;
        text-transform: capitalize;

        &:hover {
            background: #8ECEEB;
            color: black;
        }
    }
}

.menu a.contact-option {
    font-weight: 700;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.menu a.contact-option img {
    min-width: 2.5rem;
    max-width: 2.5rem;
    height: 2.5rem;
}

.menu>li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 10rem;
}

.menu .button__secondary {
    min-height: 5rem;
}

nav.mov {
    display: none;
}

nav .redes {
    display: flex;
    align-items: center;
    gap: 1rem;
}

nav .redes a {
    font-size: 2rem;
}

p {
    font-size: 1.8rem;
    font-weight: 400;
}

h2 {
    font-size: 4rem;
    font-weight: 500;
}

/* body main section:first-of-type {
    padding-top: 10rem !important;
} */

section {
    padding: var(--padding);
    margin-bottom: 10rem;
}

section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 10rem;
}

section h2 {
    color: #1E3C72;
    margin-bottom: 10rem;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 400;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.flexbox figure {
    flex-basis: 40rem;
    height: 40rem;
    flex-grow: 1;
    border-radius: 2rem;
    overflow: hidden;
}

.flexbox .textbox {
    flex-basis: 40rem;
    min-height: 40rem;
    flex-grow: 1;
    border-radius: 2rem;
    background-color: var(--gray);
    padding: 3rem;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.bg figure {
    width: 100%;
    height: 100%;
}

.content-wrapper {
    position: relative;
    min-height: 200vh;
    height: fit-content;
}

/* HERO  */

#hero {
    height: 100vh;
    position: relative;
    background-color: rgba(30, 59, 114, 0.4);
    padding: var(--padding);
    padding-top: 10rem;
}


#hero .container {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;

    & .elips {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70rem;
        max-width: 80%;
        height: 40rem;
        transform: translateX(-50%) translateY(-50%);
    }

    & .elipses {
        position: relative;
        width: 100%;
        height: 100%;
        margin: var(--center);

        & figure {
            position: absolute;

            &:last-of-type {
                rotate: 50deg;
            }
        }
    }
}

h1 {
    font-size: 4.8rem;
    text-align: center;
    width: 70rem;
    max-width: 100%;
    color: white;
    font-weight: 400;
}

#hero p {
    font-size: 1.4rem;
    width: 70rem;
    max-width: 100%;
    color: white;
    font-weight: 400;
    text-align: center;
}


/* HERO  */

/* NOSOTROS  */

#nosotros {
    padding: var(--padding);


    & .description {
        width: 70rem;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2.4rem;
        margin: var(--center);
        align-items: center;
    }

    & p {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 300;
    }
}

/* NOSOTROS  */

/* VALORES  */

#valores {
    position: relative;
    min-height: 70vh;

    & .bg img {
        object-fit: fill;
        transition: all 0.3s ease;
    }

    & .container {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
    }

    & .col-big {
        flex-basis: 64rem;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    & .col-sm {
        flex-basis: 30rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    & .h-big, .h-sm {
        position: relative;
        border-radius: 2rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.2);
        
        & p {
            color: white;
            font-size: 3.5rem;
            transition: all 0.3s ease;
        }

        &:hover  img {
            scale: 1.1;
        }

        &:hover p {
            scale: 1.1;
        }
    }

    & .h-big {
        height: 40rem;
    }

    & .h-sm {
        height: 20rem;

        &.solo {
            background-color: transparent;
            padding: 2rem;
            align-items: flex-start;
            height: 18rem;

            & p {
                color: black;
                font-size: 2rem;
            }
        }
    }

}

/* VALORES  */

/* SERVICIOS  */

dialog {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #BBBCBD;
    width: 70rem;
    max-width: 100%;
    height: 50rem;
    max-width: 95dvw;
    border: 0;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.5);
    border-radius: 1rem;

    .modal__wrapper {
        position: relative;
        height: 100%;
        padding: 2rem;
        padding-top: 4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;

        .close-modal {
            position: absolute;
            font-size: 3rem;
            top: 0.5rem;
            right: 1rem;
            cursor: pointer;
        }

        figure {
            width: 8rem;
            height: 8rem;

            img {
                object-fit: contain;
            }
        }

        h4 {
            text-align: center;
            font-size: 3rem;
            color: #1E3C72;
        }

        ul {
            overflow-y: auto;
            list-style: inside;
            padding-right: 2rem;

            &::-webkit-scrollbar {
                width: 5px;
            }
        
            &::-webkit-scrollbar-thumb {
                background-color: #aaa;
            }
        
            &::-webkit-scrollbar-track { 
                background-color: #ddd;
            }
            
            li {
                font-size: 1.6rem;
                color: #1E3C72;
                font-weight: 500;
            }
        }
    }
}

#servicios {

    & .button {
        margin: var(--center);
        margin-top: 5rem;
    }

    & .container {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        justify-content: center;
    }

    & .servicio {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        flex-basis: 30rem;
        align-items: center;
        justify-content: space-between;
        height: 21rem;

        .button {
            background-color: #1E3C72;
            color: white;
            border-radius: 10rem;
            margin: 0;
            margin-top: 1rem;
        }
    }

    & figure {
        width: 8rem;
        height: 8rem;

        & img {
            object-fit: contain;
        }
    }

    & p {
        font-size: 2rem;
        width: 15rem;
        text-align: center;
        color: #1E3C72;
    }
}

/* SERVICIOS  */

/* PAQUETES  */

#paquetes {

    /* & .container {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        justify-content: center;
    } */

    & .paquete {
        /* flex-basis: 20rem; */
        /* flex-grow: 1; */
        /* max-width: 40rem; */
        padding: 1.6rem 2.8rem;
        display: flex;
        flex-direction: column;
        border: 2px solid #1E3C72;
        justify-content: space-between;
        border-radius: 2rem;
        row-gap: 3rem;
        height: 55rem;
    }

    & h3 {
        color: #1E3C72;
        font-size: 4rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
    }

    & .line {
        height: 2px;
        width: 100%;
        background-color: #21A3DD;
    }

    & ul {
        list-style: inside;

        & li {
            font-size: 1.8rem;
            text-transform: uppercase;
        }

        &.fl {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: center;
        }

        & .c1, .c2 {
            flex-basis: 15rem;
            flex-grow: 1;
        }
    }

    & .price {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    & .price p {
        font-size: 4rem;
        color: #1E3C72;

        &.blue {
            color: #21A3DD;
        }
    }

    & .button {
        width: 100%;
        background-color: transparent;
        border-radius: 10rem;
    }
}

/* PAQUETES  */

/* PRODUCTOS  */

#productos {
    
    & .contenedor {
        background-color: #1E3C72;
        border-radius: 2rem;
        padding: 4rem 3rem;
    }

    & h2, p {
        color: white;
    }

    & figure {
        width: 4.8rem;
        height: 4.8rem;

        & img {
            object-fit: contain;
        }
    }

    & .container {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
    }

    & .producto {
        display: flex;
        flex-direction: column;
        border: 2px solid white;
        border-radius: 2rem;
        padding: 1rem;
        padding-top: 6rem;
        height: 30rem;
        justify-content: space-between;
        flex-basis: 30rem;
    }

    & .button {
        background-color: rgba(230, 230, 230, 0.3);
        border-radius: 10rem;
        color: white !important;
        border-color: white;
        width: 100%;
        justify-content: space-between;

        & i {
            color: white;
        }
    }
}

/* PRODUCTOS  */

/* FAQS  */

#faqs {

    & .container {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        justify-content: center;
        align-items: center;
    }

    & .faq {
        background-color: #c0c0c0cf;
        border-radius: 1rem;
        width: 100%;
        padding: 1rem 2rem;
        transition: all 0.3s ease-in-out;
        height: 6rem;
        transition: all 0.3s;
        interpolate-size: allow-keywords;

        ::marker {
            content: '';
        }

        summary {
            color: #1E3C72;
            font-size: 2.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
        }

        p {
            margin-top: 2rem;
            font-size: 2rem;
            color: #1E3C72;
        }
    }

    & .faq[open] {
        height: auto;
    }
}

/* FAQS  */

/* CONTACTO  */

#contacto {
    padding: 0;
    padding-left: 8rem;
    padding-bottom: 20rem;

    
    & .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3rem;
    }

    & .left {
        flex-basis: 35rem;
        flex-grow: 1;
    }

    & .input {
        margin: 2rem 0;
    }

    & label {
        padding-left: 4.5rem;
        font-size: 2rem;
        color: #1E3C72;
        font-weight: 300;
    }

    & .input-content {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    & input {
        width: 100%;
        height: 3.5rem;
        border-radius: 10rem;
        border: none;
        outline: none;
        text-indent: 1rem;
    }

    & .input-content figure {
        width: 3.5rem;
        height: 3.5rem;

        & img {
            object-fit: contain;
        }
    }

    & .right {
        flex-basis: 30rem;
        flex-grow: 1;
        background-color: #1E3C72;
        padding: 2rem 4rem;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;

        & div {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        & i {
            font-size: 3rem;
            color: white;
        }

        & a, p {
            font-size: 2rem;
            color: white;
            word-wrap: break-word;
            word-break: break-all;
        }
    }

    & .button {
        margin: var(--center);
        margin-top: 5rem;
        text-transform: uppercase;
    }
}

/* CONTACTO  */


@media screen and (max-width: 850px) {
    :root {
        --normalize: -2rem;
        --width: calc(100% - 4rem);
        --padding: 0rem 2rem;
    }

    nav.desk {
        display: none;
    }

    nav.mov {
        display: flex;
    }

    header {
        height: 10rem;
    }

    header .menu {
        position: absolute;
        top: 100%;
        background-color: rgba(255, 255, 255, 1);
        width: calc(100% + 4rem);
        left: -2rem;
        display: flex;
        flex-direction: column;
        display: none;
        height: fit-content;
        /* padding-top: 6rem; */
    }

    header .menu li {
        text-align: center;
        padding: 2rem 0;
        border-top: 1px solid #1E3C72;
        width: 100%;
    }

    header .menu details {
        margin: var(--center);

        & summary {
            color: #1E3C72;
        }
    }

    header .menu li:first-of-type {
        border-top: none;
    }

    header .menu li a {
        margin: var(--center);
        color: #1E3C72 !important;
    }

    header .menu li a.button {
        color: white !important;
    }

    header nav>a {
        display: block;
    }

    nav>a:last-child {
        display: block;
    }

    header nav .menu__button {
        display: block;
        font-size: 3rem;
        color: white;
        transition: all 0.5s ease-in-out;
        /* margin-right: 2rem; */
    }


    footer .navegacion {
        padding-left: 0;
        width: 100%;
        justify-content: center;
    }

    footer .top {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .reservacion-box {
        top: 10rem;
        z-index: 999;
    }

}

@media screen and (max-width: 820px) {
    nav>a:first-child h3 {
        font-size: 1.2rem;
    }

    nav>a:first-child p {
        font-size: 1rem;
    }

    header .nombre {
        max-width: 20rem;
    }
}

@media screen and (max-width: 550px) {

    header figure,
    header picture {
        height: 8rem;
    }

    header figure img,
    header picture img {
        object-fit: contain;
    }


    h1 {
        font-size: 4rem !important;
    }

    #contacto {
        padding: var(--padding);
        padding-bottom: 15rem;
        overflow: hidden;
    }

    #valores {
        & .col-sm {
            flex-grow: 1;
        }
    }

}



@keyframes showMenu {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes hideMenu {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


@keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(-0.5rem);
    }

    50% {
        transform: translateY(1rem);
    }

    100% {
        transform: translateY(-0.5rem);
    }

}


@keyframes bounceInRightCustom {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes customPulse {
    0% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(1.2);
        -ms-transform: scaleY(1.2);
        transform: scaleY(1.2);
    }

    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes customPulseClose {
    0% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(0.85);
        -ms-transform: scaleY(0.85);
        transform: scaleY(0.85);
    }

    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}


@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}