﻿
@font-face {
    font-family: 'Albra Sans';
    src: url("../fonts/092943753ab37b7e455a6ac0e6bdec25.woff2")format("woff2"),
}
:root {
    --brand-color-bg: #d8b989 !important;
    --ios-blue: #007AFF;
    --ios-gold: #C5A059;
    --ios-bg: rgba(255, 255, 255, 0.8);
    --ios-border: rgba(0, 0, 0, 0.1);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Albra Sans', sans-serif;
    /* Imagen de fondo para notar la transparencia del 80% */
}

.display-mobile { display:none !important;}

h2 {
    color: #773600;
    font-weight: 100;
    margin: 0px 0px 25px 0px;
}

.header-transparente {
    width: 100%;
    height: 60px;
    /* De transparente a #005751 con 0.8 (80%) de opacidad */
    background: linear-gradient(to right, transparent, rgba(5, 46, 45, 0.8));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    box-sizing: border-box;
    backdrop-filter: blur(5px); /* Opcional: añade un desenfoque elegante */
    position: fixed;
    z-index: 9;
}

.logo {
    color: #005751;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}

.nav-menu {
    font-family: 'Albra Sans', sans-serif;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    text-decoration: none;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 100;
}
/* Clase para la página activa */
.nav-menu a.active {
    border-bottom: 3px solid #009999;
    color: #ffffff; /* Puedes cambiar el color del texto si lo deseas */
}

.nav-menu a:hover:not(.active) {
    opacity: 0.7;
}

.nav-menu a:hover {
    border-bottom: 3px solid #009999;
}

.slider-container {
    width: 100%;
    height: 80vh; /* Ocupa toda la pantalla */
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; /* Alineación vertical */
    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    background-size: cover;
    background-position: center;
    color: white;
    align-items: flex-start;
}

.hero-content {
    /* EL MARGEN SOLICITADO */
    margin-left: 80px;
    color: white;
}

.hero-content h1 {
    font-size: 2rem;
    margin: 0;
    line-height: 1;
    font-weight: 100;
}

.hero-content h2 {
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: 6px;
    opacity: 0.9;
    margin: 0px;
    line-height: 4.5rem;
    color:#fff;
}

.btn-booking {
    /* Estructura del botón */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Diseño */
    background-color: #009999; /* Un turquesa tipo Akumal */
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
    text-align: center;
    margin-top: 17px;
    max-width:70%;
}

.btn-booking:hover {
    background-color: #005751;
}

.boton-blanco {
    /* Estructura del botón */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Diseño */
    background-color: #fff; /* Un turquesa tipo Akumal */
    color: #009999;
    border: 1px solid;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
    text-align: center;
    margin: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    /* Add a smooth transition for hover effect */
    transition: box-shadow 0.3s ease;
}

.boton-verde {
    /* Estructura del botón */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Diseño */
    background-color: #009999; /* Un turquesa tipo Akumal */
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
    text-align: center;
    margin: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    /* Add a smooth transition for hover effect */
    transition: box-shadow 0.3s ease;
}

.boton-blanco:hover, .boton-verde:hover {
    background-color: #005751;
    color: #fff;
}

sup {
    vertical-align: super;
    font-size: 0.6em; /* Ajusta el tamaño si es necesario */
}

.line-1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

.line-2 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
    opacity: 0.9;
    display: block;
}
/**************botones *************/
.side-menu {
    position: fixed;
    right: 0;
    top: 42%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Alinea los items a la derecha */
    gap: 10px; /* Espacio entre los iconos */
    padding: 10px 5px;
}

.menu-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 3px;
    transition: all 0.4s ease;
    overflow: hidden; /* Oculta el texto que sobresale */
}

.menu-icon {
    width: 45px;
    height: 45px;
    background-color: #005751; /* Turquesa Akumal */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
    border-radius: 50%; /* Redondeado solo a la izquierda */
}

.menu-text {
    background-color: #f4f4f4;
    color: #333;
    padding: 0;
    max-width: 0; /* Empieza con ancho 0 */
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    opacity: 0;
    border-radius: 50px 0px 0px 50px;
}
/* Efecto Hover */
.menu-item:hover .menu-text {
    max-width: 300px; /* Ancho suficiente para el texto largo */
    padding: 0 20px;
    opacity: 1;
    border: 1px solid #005751;
    border-right: none;
    margin-right: -15px;
}

.menu-item:hover .menu-icon {
    background-color: #005751;
}
/*****************************/
.content {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.content h1 {
    color: #005751;
    margin: 50px 0px 0px 0px;
    font-size: 2.2em;
}

.content h2 {
    color: #773600;
    font-weight: 100;
    margin: 0px 0px 25px 0px;
    font-size:1.5rem;
}

.col-3 {
    width: 31%;
    margin: 1%;
    float: left;
}

.col-3-text {
    background: #005751;
    color: #fff;
    padding: 20px;
    height: 357px;
    margin-top: -5px;
}

.col-3-text h2 {
    color: #fff;
}

.button {
    margin: 25px;
    padding: 10px 20px;
    background: #EFE8E2;
    border: 1px solid #fff;
    color: #052E2D;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Albra Sans';
    font-weight: bold;
    text-decoration: none;
}

.button:hover {
    background-color: #009999;
    color:#fff;
}
/*****************************Carrousel ************/
.wrapper-offer {
max-width: 1100px;
width: 100%;
position: relative;
margin: 0 auto;
padding-top: 50px;
}

.wrapper-offer i {
    height: 50px;
    width: 50px;
    background: #009999;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wrapper-offer i:first-child {
    left: -22px;
    z-index: 1;
}

.wrapper-offer i:last-child {
    right: -22px;
}

.wrapper-offer .carousel-offer {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}

.wrapper-offer ul {
    margin: 0px;
    padding: 0px;
}

.carousel-offer::-webkit-scrollbar {
    display: none;
}

.carousel-offer :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel-offer.no-transition {
    scroll-behavior: auto;
}

.carousel-offer.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel-offer.no-transition {
    scroll-behavior: auto;
}

.carousel-offer.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel-offer .card {
    scroll-snap-align: start;
    height: 1009px;
    width: 356px;
    max-width: 100%;
    list-style: none;
    display: flex;
    cursor: pointer;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card {
    border: none !important;
    color: #fff;
}

.card-content {
    width: 356px;
    max-width: 100%;
    background: #005751;
    padding-top: 30px;
    display: grid;
    grid-template-rows: 55px 55px 250px;
}

.card-content p {
    padding: 0px 20px;
}

.carousel-text1 {
    margin-top: -92px;
    color: #fff;
    text-align: center;
    position: relative;
}

.card img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.card .img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}

.img img {
    width: 100%;
}

.card h2 {
    color: #fff;
}

.card span {
    color: #6a6d78;
    font-size: 1.31rem;
}

.carousel-text1 h3 {
    font-size: 1.5rem;
}



@media screen and (max-width: 900px) {
    .wrapper-offer .carousel-offer {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .display-desktop {
        display: none;
    }
    .wrapper-offer .carousel-offer {
        grid-auto-columns: 100%;
    }

    .wrapper-offer i:first-child {
        left: 0px;
    }

    .wrapper-offer i:last-child {
        right: 0px;
    }
}
/***************************/

.activity-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Crea dos columnas iguales */
    gap: 10px 20px; /* Espacio entre filas y columnas */
    list-style-type: none;
    padding-left: 20px;
   
}
/* Para que en celulares se vea en una sola columna */
@media (max-width: 600px) {
    .activity-list {
        grid-template-columns: 1fr;
    }
}
/***********************FOOTER**************/
.col-3 img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.main-footer {
    width: 100%;
    height: 200px;
    background-color: #005751; /* Color sólido para el footer */
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 0 80px; /* Manteniendo el margen de 80px del slider */
    box-sizing: border-box;
}

.footer-col {
    flex: 1; /* Divide el espacio en 3 partes iguales */
    display: flex;
    flex-direction: column;
}
/* COLUMNA 1: Menú pegado abajo */
.col-menu {
    justify-content: center;
    padding-bottom: 30px;
    font-family: 'Albra Sans', sans-serif;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.8;
}
/* COLUMNA 2: Logo centrado verticalmente */
.col-logo {
    justify-content: center;
    align-items: center;
}

.footer-logo {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 2px;
}
/* COLUMNA 3: Redes sociales pegadas abajo */
.col-social {
    justify-content: center;
    align-items: flex-end; /* Alinea a la derecha */
    padding-bottom: 30px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: background 0.3s;
}

.social-links a:hover {
    background: white;
    color: #005751;
}


/* Mobile */
@media (max-width: 991px) {

    .display-mobile {
        display: block !important;
    }

    .display-desktop {
        display: none !important;
    }

    .hero-content {
        margin: auto;
        text-align: center;
    }

    .hero-content h2 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .content {
        width: 90%;
    }

    .card, .card-content {
        width: 100% !important;
    }

    .main-footer {
        flex-direction: column;
        padding: 40px 20px;
        height: auto;
        padding-bottom:120px;
    }

    .footer-nav, .social-links {
        justify-content: center;
    }

    .col-social {
        align-items: center;
        padding-bottom: 0px;
        padding-top: 35px;
    }

    /* BARRA ESTILO TAB BAR DE IPHONE */
    .ios-tab-bar {
        position: fixed;
        bottom: 20px; /* Flota un poco como en los modelos con FaceID */
        left: 50%;
        transform: translateX(-50%);
        width: 92%; /* No toca los bordes para verse más moderno */
        max-width: 400px;
        height: 75px;
        background: var(--ios-bg);
        backdrop-filter: blur(20px); /* El famoso efecto difuminado de Apple */
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid var(--ios-border);
        border-radius: 25px; /* Bordes muy redondeados */
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        z-index: 9999999;
        background-color: rgba(5, 46, 45, 0.5);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .tab-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #1c1c1e;
        flex: 1;
        transition: opacity 0.2s;
    }

    .tab-item:active {
        opacity: 0.5; /* Feedback táctil estilo iOS */
    }

    .tab-item i {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .tab-item span {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.3px;
    }

    /* DIFERENCIACIÓN DE BOTONES */
    .tab-item.offers {
        color: #fff;
    }
    /* Gris iOS */
    .tab-item.call {
        color: #fff;
    }

    /* Verde iOS */

    /* BOTÓN BOOK NOW - ESTILO BOTÓN PRINCIPAL APPLE */
    .tab-item.book {
        background-color: #773600;
        height: 55px;
        border-radius: 18px;
        color: white;
        margin-left: 5px;
        justify-content: center;
        flex: 1.8; /* Más ancho */
        box-shadow: 0 4px 12px rgba(197, 160, 89, 0.3);
    }

    .tab-item.book i {
        margin-bottom: 2px;
    }

    /* Indicador de inicio de iPhone (La rayita inferior) */
    .home-indicator {
        position: absolute;
        bottom: 6px;
        width: 35%;
        height: 5px;
        background: rgba(0,0,0,0.15);
        border-radius: 10px;
    }

}


