/* RESET */

a, a:hover, a:focus, a:active, .form-control:focus, .form-control:active, .form-control:hover, [type=button]:not(:disabled), [type=reset]:not(:disabled),
[type=submit]:not(:disabled), button:not(:disabled), .btn-success.focus, .btn-success:focus, .form-select, button:hover, button:active, button:focus, 
.btn-success,.btn, [type=button], [type=reset], [type=submit], button, .btn:hover, .btn:active, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

:root {
    --text: #1c3339;
    --primary: #d35e33;
    --secondary: #009da4;
    --title: #022c3c;
    --subtitle: #249a9e;
    --lead: #cb6b45;
    --light-lead: #e4a481;
    --ws: #1ccf71;
    --light-green: #97ccd0;
    --dark: #222222;
    --white: #fff;
    --border-solid: 1px solid;
    --border-radius: 50%;
    --border-radius-half: calc(var(--border-radius) / 2);
    --border-corners: 20px;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.text-primary {
    color: var(--title) !important;
}

.text-subtitle {
    color: var(--subtitle) !important;
}

.text-lead {
    color: var(--lead) !important;
}

.bg-icono-uno {
    background-color: var(--subtitle);
}

.bg-icono-dos {
    background-color: #94cecf;
}

.bg-icono-tres {
    background-color: var(--primary);
}

/* GENERALES */
body {
    font-family: 'AvertaStd', sans-serif;
    color: var(--text);
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 0.5rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 5rem;
}

p {
    color: var(--text);
}

.section {
    position: relative;
    padding: 60px 0px;
}

.subtitle {
    color: var(--subtitle);
    font-weight: 600;
}

.title {
    color: var(--title);
    font-weight: 900;
}

.lead {
    color: var(--lead);
    font-weight: 600;
}

.etiqueta {
    display: inline-block;
    padding: 6px 18px;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}

.box-shadow {
    -webkit-box-shadow: -1px -1px 19px 3px rgba(0,0,0,0.27);
-moz-box-shadow: -1px -1px 19px 3px rgba(0,0,0,0.27);
box-shadow: -1px -1px 19px 3px rgba(0,0,0,0.27);
}

/* BOTONES */

#loader {
    position: fixed;
    inset: 0;
    background: rgba(2, 44, 60, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-logo {
    width: 120px;
    animation: giro 1.6s linear infinite;
}

@keyframes giro {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Oculta el body mientras esté el loader */
body.loader-active {
    overflow: hidden;
}

/* BOTONES */

.btn-primary {
    background: var(--secondary);
    border-radius: 50px;
    border-color: var(--secondary);
    font-weight: 600;
    --bs-btn-padding-x: 0.95rem;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: var(--secondary);
    border-radius: 50px;
    border-color: var(--secondary);
    font-weight: 600;
    --bs-btn-padding-x: 0.95rem;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: transparent;
    border-color: white;
    color: white;
}

.btn-contacto {
    background: var(--primary);
    color: #fff !important;
    padding: 6px 18px;
    border-radius: 25px;
}

.btn-contacto:hover,
.btn-contacto:active,
.btn-contacto:focus {
    background: transparent;
    border-color: white;
    color: white;
}

.btn-info-destino {
    color: white;
    font-weight: 600;
    font-size: 13px;
}

.btn-info-destino:hover,
.btn-info-destino:active,
.btn-info-destino:focus {
    color: white;
}

.whatsapp-btn {
    background: #1ccf71;
    color: white;
    padding: 7px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    border: none;
    display: inline-flex;
    align-items: center;
    border: 1px solid #1ccf71;
    gap: 10px;
}

.whatsapp-btn:hover,
.whatsapp-btn:active,
.whatsapp-btn:focus {
    background: transparent;
    color: #1ccf71;
    border-color: #1ccf71;
}

/* HEADER */


.header {
    transition: all .3s ease;
    background: transparent;
    width: 100%;
}

.header.scrolled {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header a {
    color: white;
    font-weight: 600;
    padding: 6px 18px;
}

.header.scrolled a {
    color: black;
}

.header.scrolled .btn-contacto:hover,
.header.scrolled .btn-contacto:active,
.header.scrolled .btn-contacto:focus {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.header.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* LOGO */
#logo {
    height: 180px;
    transition: all .3s ease;
}

.header.scrolled #logo {
    height: 75px;
    transition: all .3s ease;
}

/* MOBILE MENU */

.mobile-menu {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 0 25px;
    z-index: 999;
    transition: max-height .35s ease;
    gap: 0px;
}


nav.open .mobile-menu {
    max-height: 200px;
    padding: 30px 25px;
    flex-direction: column;
    display: flex;
    gap: 0px;
}

.mobile-menu a {
    color: black !important;
    font-weight: 600;
    font-size: 18px;
}

/* HERO */

.hero {
    position: relative;
    height: 100vh;
}

.hero .swiper {
    height: 100vh;
}

.hero .slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero .slide-content {
    position: relative;
    z-index: 2;
    padding-top: 25vh;
    color: #fff;
}

.hero .slide-content h1 {
    font-weight: 900;
    font-size: 4.5rem;
}

.hero .info span {
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 20px;
}

.hero .info i {
    color: var(--light-green);
}

/* ARROWS HERO*/

.hero .slider-arrows {
    position: absolute;
    bottom: 40px;
    left: 60px;
    z-index: 9;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: transparent;
    border: 2px solid white;
}

.hero .swiper-button-prev:hover,
.hero .swiper-button-prev:active,
.hero .swiper-button-prev:focus,
.hero .swiper-button-next:hover,
.hero .swiper-button-next:active,
.hero .swiper-button-next:focus {
    background: rgba(255, 255, 255, 0.2);
}

.hero .swiper-button-next:after,
.hero .swiper-button-prev:after {
    font-size: 20px;
}

.hero .swiper-button-prev {
    left: -50px;
}

.hero .swiper-button-next {
    left: 10px;
}

.hero .slider-arrows .custom-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.hero .slider-arrows .custom-arrow i {
    font-size: 26px;
    line-height: 1;
}

.hero .swiper-button-next:after,
.hero .swiper-button-prev:after,
.hero .swiper-rtl .swiper-button-prev:after,
.hero .swiper-rtl .swiper-button-next:after {
    content: none;
}

/* HERO ANIMACIONES*/

.hero-anim {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s ease-out;
}

.hero-anim.fade-right {
    transform: translateX(-40px);
}

.hero-anim.fade-up {
    transform: translateY(40px);
}

.hero-anim.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}



/* REDES FLOTANTES */

.redes {
    position: fixed;
    right: 25px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.redes .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    transition: all .3s ease;
}

.redes .icon:hover,
.redes .icon:active,
.redes .icon:focus {
    background: rgba(255, 255, 255, 0.4);
}

.redes .linea {
    width: 2px;
    height: 80px;
    background: rgba(255, 255, 255, 0.4);
}

/* REDES AL SCROLL */

.redes.scrolled .icon {
    background: #fff;
    color: var(--title);
    border-color: var(--title);
}

.redes.scrolled .linea {
    background: var(--title);
}

/* BACKGROUNDS */

.bg-uno {
    background-image: url(../imagenes/bg-uno.webp);
    background-size: 25%;
    background-position: bottom right;
    background-attachment: fixed;
}

.bg-dos {
    background: var(--secondary) url("../imagenes/bg-dos.webp");
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}

.bg-tres {
    background-image: url(../imagenes/bg-tres.webp);
    background-size: 50%;
    background-position: center left;
    background-attachment: fixed;
}

.bg-uno,
.bg-dos,
.bg-tres {
    background-repeat: no-repeat;
}

/* ABOUT */

.about img {
    border-radius: var(--border-corners);
}

p span {
    position: relative;
    display: inline-block;
}

p span::after {
    content: "";
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    background-color: var(--light-lead);
    z-index: -1;
    height: 10px;
}

/* LISTADOS */

.card-destino {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.card-destino .overlay {
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: 0.4;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    transition: all .3s ease;
}

.card-destino:hover .overlay {
    opacity: 0.2;
    transition: all .3s ease;
}

.card-destino .img {
    width: 100%;
    min-height: 560px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: center;
}

.card-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 3;
    transition: all .3s ease;
}

.card-info .etiqueta {
    background: var(--primary);
    display: inline-block;
    margin-bottom: 8px;
}

.card-info h3 {
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
}

.card-info p {
    margin: 0 0 10px 0;
}

.card-destino .btn-info-destino {
    opacity: 0;
    position: absolute;
    bottom: -100px;
    transition: all .3s ease;
}

.card-destino:hover .card-info {
    bottom: 40px;
    transition: all .3s ease;
}

.card-destino:hover .btn-info-destino {
    opacity: 1;
    position: absolute;
    bottom: -20px;
    transition: all .3s ease;
}

/* MOBILE */
@media (max-width: 767px) {
    .card-destino .img {
        min-height: 460px;
    }
}

/* ARROWS LISTADOS */
.listados .swiper-button-prev-dest,
.listados .swiper-button-next-dest {
    width: 45px;
    height: 45px;
    border: 2px solid white;
    border-radius: 50%;
}

.listados .swiper-button-prev-dest::after {
    content: "←";
    font-size: 22px;
    color: white;
    padding: 11px;
}

.listados .swiper-button-next-dest::after {
    content: "→";
    font-size: 22px;
    color: white;
    padding: 11px;
}

/* SLIDER */

.slider {
    position: relative;
    height: 80vh;
}

.slider .swiper {
    height: 80vh;
}

.slider .slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.slider .slide-content {
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 10vh;
    width: 100%;
}

.slider .slide-content h2 {
    font-weight: 400;
    font-size: 3.5rem;
}

.slider .slide-content h2 b {
    font-weight: 900;
}

/* BULLETS SLIDER*/

.slider .slider-pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 9;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.slider .slider-pagination .swiper-pagination-bullet {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.slider .slider-pagination .swiper-pagination-bullet-active {
    background: white;
    color: black;
}

/* SECCIÓN */
.faq-video-section {
    padding: 80px 0;
}

/* FAQ ------------------------------------------------------ */
.faq-accordion {
    width: 100%;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-question .icon {
    transition: transform 0.3s ease;
    color: var(--primary);
}

.faq-item.active .icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding-top: 15px;
    display: none;
    font-size: 16px;
    color: #555;
}

/* VIDEO ----------------------------------------------------- */
.video-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

/* CONTENEDOR */
.video-bg {
    width: 100%;
    height: auto;
    border-radius: var(--border-corners);
    display: block;
    object-fit: cover;
    height: 100%;
}

/* OVERLAY DE VIDEO */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    border-radius: var(--border-corners);
}

/* BOTÓN PLAY */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 32px;
    height: 44px;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
}

/* CÍRCULO ANIMADO EXTERIOR */
.play-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #ffffff;
    /* CAMBIADO A BLANCO */
    opacity: 0.45;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

/* CÍRCULO PRINCIPAL */
.play-btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #ffffff;
    /* CAMBIADO A BLANCO */
    border-radius: 50%;
    transition: all 200ms;
}

/* HOVER */
.play-btn:hover::after {
    opacity: 0.85;
}

/* TRIÁNGULO (ICONO PLAY) */
.play-btn span,
.play-btn::before span {
    display: none;
}

/* TRIÁNGULO PLAY */
.play-btn::part(triangle),
.play-btn span,
.play-btn::after span {
    display: none;
}

/* CREAMOS EL TRIÁNGULO PLAY */
.play-btn>span,
.play-btn::after>span,
.play-btn::before>span {
    display: none;
}

.play-btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 36%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.play-btn::before {
    content: "";
}

/* TRIÁNGULO REAL */
.play-btn::marker,
.play-btn i {
    display: none;
}

/* Triángulo blanco centrado */
.play-btn::before,
.play-btn::after {
    pointer-events: none;
}

.play-btn::after {
    position: relative;
}

/* Triángulo play */
.play-btn span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 22px solid var(--primary);
    /* ICONO PLAY — negro */
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* ANIMACIÓN PULSE */
@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}


/* VIDEO MODAL */
.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.video-modal-content {
    position: relative;
    max-width: 900px;
    width: 90%;
}

.video-modal video {
    width: 100%;
    border-radius: 12px;
}

.close-video {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 40px;
    color: white;
    cursor: pointer;
}


/* TESTIMONIOS */

.testimonios-section {
    padding-bottom: 40px;
}

.autor strong {
    font-size: 18px;
    color: var(--text);
}

.autor .experiencia {
    color: var(--primary);
    font-weight: 700;
}

/* IMAGEN */
.rounded-20 {
    border-radius: 20px;
}

/* MANITO */
.swipe-icon {
    width: 55px;
    position: absolute;
    bottom: 7%;
    right: 5%;
    z-index: 99;
}

.slide-left {
    animation: slide-left 0.6s 1s infinite alternate both;
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100px);
    }
}

/* Swiper ajustes */
.swiper {
    overflow: hidden;
}

.swiper-slide {
    padding-bottom: 40px;
}

/* Animaciones Testimonios */

.test-anim {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s ease;
}

.test-anim.show {
    opacity: 1;
    transform: translateY(0);
}

/* Fade Left */
.test-anim.fade-left {
    transform: translateX(-40px);
}

.test-anim.fade-left.show {
    transform: translateX(0);
}

/* Fade Right */
.test-anim.fade-right {
    transform: translateX(40px);
}

.test-anim.fade-right.show {
    transform: translateX(0);
}

/* Fade Up */
.test-anim.fade-up {
    transform: translateY(40px);
}

.test-anim.fade-up.show {
    transform: translateY(0);
}


/* FONDO GENERAL */
#footer {
    background: url(../imagenes/footer.webp) no-repeat center top / cover, var(--title);
}

#footer .container {
    z-index: 2;
}

/* PERSONA + LOGO */
.footer-person {
    width: 100%;
    height: auto;
    position: relative;
    top: -140px;
}

.footer-person-box {
    width: 100%;
    padding: 20px;
    height: auto;
    max-height: 470px;
    overflow: visible;
}

.footer-logo {
    position: absolute;
    bottom: 25%;
    left: 15%;
    width: 75%;
}

/* TÍTULO */
.footer-title {
    font-size: 2.7rem;
    line-height: 1.2;
    font-weight: 900 !important;
}


/* SUBTÍTULOS CON LÍNEA */
.footer-subtitle {
    color: white;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
}

.footer-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 2px;
    background: var(--secondary);
}

/* REDES FOOTER*/
.social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

.social-icon:hover {
    background: white;
    color: var(--title);
}

/* COPY + WEBMEDIA */
.footer-bottom {
    border-top: 2px solid #264c57;
}

.footer-copy {
    color: #728c94;
    font-size: 15px;
    margin: 0;
}

.footer-webmedia {
    height: 25px;
    width: auto;
}

.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    text-align: left;
}


/* =========================================
   HERO SLIDER HOJA 2 (DESKTOP)
   ========================================= */

.hero-hoja2 {
    position: relative;
    width: 100%;
    height: 110vh;
    overflow: hidden;
}

/* Fondo + slider fullwidth */
.hero-hoja2 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-hoja2 .hoja2-swiper,
.hero-hoja2 .swiper-wrapper,
.hero-hoja2 .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-hoja2 .slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Contenido sobre el slider */
.hero-hoja2 .hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Asegura que el container alinee con el header */
.hero-hoja2 .container {
    position: relative;
    z-index: 3;
}

/* COLUMNAS */
.hero-hoja2 .slide-content-left,
.hero-hoja2 .slide-content-right {
    position: relative;
    z-index: 10;
}

/* LEFT SIDE */
.hero-hoja2 .slide-content-left {
    max-width: 480px;
    color: white;
}

/* RIGHT SIDE */
.hero-hoja2 .slide-content-right {
    display: flex;
    justify-content: flex-end;
}

/* CUADRO DERECHO */
.hero-hoja2 .cuadro-derecha {
    padding: 40px 45px;
    background: #ffffff;
    border-radius: var(--border-corners);
    position: relative;
    z-index: 5;
    width: 420px;
}

/* Imagen decorativa */
.hero-hoja2 .bg-image {
    position: absolute;
    width: 42%;
    height: auto;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-hoja2 .bg-image img {
    width: 100%;
    height: auto;
}

/* BULLETS */
.hero-hoja2 .hoja2-pagination {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 20;
    justify-content: center;
}

.hero-hoja2 .hoja2-pagination .swiper-pagination-bullet {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.hero-hoja2 .hoja2-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    color: #000000;
}

/* BREADCRUMB */
.hero-hoja2 .breadcrumb li a,
.hero-hoja2 .breadcrumb li a i {
    color: white;
    font-weight: 300;
}

.hero-hoja2 .breadcrumb li.active {
    font-weight: 600;
    margin-left: 7px;
}

/* LEAD */
.hero-hoja2 .lead {
    font-size: 2rem;
}

.hero-hoja2 .lead span {
    position: relative;
    display: inline-block;
}

.hero-hoja2 .lead span::after {
    content: "";
    position: absolute;
    top: 64%;
    left: 0;
    width: 100%;
    background-color: var(--light-green);
    height: 10px;
    z-index: -1;
}

/* PRIMER BLOQUE HOJA 2 */

.destino-card {
    position: relative;
    border-radius: var(--border-corners);
    overflow: hidden;
    margin-bottom: 30px;
}

.destino-card img {
    width: 100%;
    display: block;
    border-radius: var(--border-corners);
    object-fit: cover;
}

.destino-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    transition: all .3s ease;
}

.destino-card h1 {
    position: absolute;
    bottom: 15px;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    z-index: 2;
    display: flex;
    font-weight: 600;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

/* Efecto hover */
.destino-card:hover .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0));
    transition: all .3s ease;
}

.destino-card:hover h1 {
    bottom: 50%;
    transform: translateY(50%);
    transition: all .3s ease;
}

/* CAROUSEL HOJA 2 */

.carousel-section {
  width: 100%;
  position: relative;
  padding: 60px 0;
}

.bloque7-swiper {
  width: 100%;
}

.bloque7-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.bloque7-swiper .swiper-slide {
  flex: 0 0 auto;
  width: 60%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease;
}

.bloque7-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.bloque7-swiper .swiper-slide img {
  width: 100%;
  max-width: 656px;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}

/* Flechas personalizadas */
.bloque7-swiper .swiper-button-next,
.bloque7-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  z-index: 10;
  color: #fff;
  font-size: 2rem;
  background: none;
  border: none;
}

.bloque7-swiper .swiper-button-next::after,
.bloque7-swiper .swiper-button-prev::after {
  content: none;
}

.bloque7-swiper .swiper-button-prev {
  left: 20px;
}

.bloque7-swiper .swiper-button-next {
  right: 20px;
}

/* Paginación */
.bloque7-swiper .swiper-pagination {
  bottom: 15px;
  display: none!important;
}

/* FEATURES HOJA 2 */

.features-section {
  padding: 80px 0;
  background-color: #f2fbfa;
}

.feature-item .feature-icon {
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.feature-item .feature-icon img {
    width: 100%;
    height: 46px;    
}

.feature-item .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-item .feature-text {
  font-size: 1rem;
  color: #555;
}

/* Mobile */
@media (max-width: 767px) {
  .feature-item {
    margin-bottom: 40px;
  }
  .feature-item .feature-icon {
    width: 60px;
    height: 60px;
  }
}
