/*Familia de fuientes*/
@font-face {
    font-family: 'FuenteSura';
    src: url('../Fonts/SuraSans-Italic.otf');
    font-size: 1.5rem !important;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'FuenteSura', 'Italic' !important;
    overflow-x: hidden;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    left: 30px;
    bottom: 60px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9900;
    margin-top: 1%;
}

    .back-to-top i {
        font-size: 20px;
    }
/*** Button Start ***/
.btn, #formPropietario button {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.btn.btn-primary, #formPropietario button {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

    .btn.btn-primary:hover {
        box-shadow: inset 900px 0 0 0 var(--bs-light) !important;
        color: var(--bs-primary) !important;
    }

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

    .btn.btn-light:hover {
        box-shadow: inset 300px 0 0 0 var(--bs-primary);
        color: var(--bs-yellow-sr) !important;
    }

.btn-hover {
    transition: 0.5s;
}

    .btn-hover:hover {
        color: var(--bs-secondary) !important;
    }

.botonInicio {
    width: 30%;
}

.btn.btn-warning {
    color: var(--bs-primary) !important;
    background-color: #C4EC26 !important;
    border-color: #C4EC26 !important;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

    .btn.btn-warning:hover {
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6); /* sombra más intensa y más difusa */
    }


.custom-btn {
    padding: 20px 80px;
    font-size: 1.2rem;
}

.line-vertical {
    width: 1px;
    height: 200px;
    background-color: #2d6df6;
    margin: 20px;
}

.fontSizeBtn {
    font-size: 1.25rem !important;
}


.imgBannerSpace{
    justify-content: space-evenly !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

    .section-title::before {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-right: -50px;
        border: 1px solid var(--bs-primary) !important;
    }

    .section-title::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-left: -50px;
        border: 1px solid var(--bs-primary) !important;
    }


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

    .topbar a,
    .topbar a i {
        transition: 0.5s;
    }

        .topbar a:hover,
        .topbar a i:hover {
            color: var(--bs-secondary) !important;
        }


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'FuenteSura', Italic !important;
    position: relative;
    padding: 35px 15px;
    color: var(--bs-dark) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-yellow-sr) !important;
    background-color: var(--bs-primary);
}



/* Estilo para los logos */

/* Contenedor principal del logo */
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center; /* Centra el contenido horizontalmente dentro del contenedor */
    text-decoration: none; /* Elimina el subrayado del enlace */
}

.shadowView {
    background-color: rgba(0,0,0,0.4) !important;
}

/* Imagen del primer logo */
.logo-img {
    height: 25px; /* Ajusta la altura del logo según tus necesidades */
    width: auto; /* Mantiene la proporción de la imagen */
    margin-right: 10px; /* Espacio entre la primera imagen y la línea vertical */
}

/* Línea vertical entre los logos */
.line-vertical {
    width: 2px; /* Ancho de la línea vertical */
    height: 50px; /* Ajusta la altura de la línea vertical para que coincida con las imágenes */
    background-color: #2d6df6; /* Color de la línea vertical (puedes cambiarlo si es necesario) */
    margin: 0 10px; /* Espacio entre la línea vertical y las imágenes */
}

/* Imagen del segundo logo */
.suraImg {
    max-height: 35px !important; /* Ajusta la altura del logo según tus necesidades */
    width: auto; /* Mantiene la proporción de la imagen */
    margin-left: 1%;
}

/* Alineación del logo en la parte superior derecha */
.navbar-brand {
    /*position: absolute;*/
    top: 0;
    right: 0;
    padding: 15px; /* Ajusta el espaciado alrededor del logo */
}

/*.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
}*/

.line-vertical {
    width: 4px;
    height: 50px;
    background-color: #2d6df6;
    border-radius: 20px;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 44px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 44px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "FuenteSura", 'Italic';
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link.active {
            /* color: var(--bs-primary) !important; */
            color: var(--bs-white) !important;
            background-color: var(--bs-primary);
        }

    .navbar-light .navbar-brand img {
        max-height: 44px !important;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        /* position: absolute; */
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-white);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: var(--bs-primary);
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

.text-gray-sr{
    color: var(--bs-yellow-sr) !important;
}

.img-options{
    max-width: 100%;
    height: auto;
}

.nav-item.nav-link.active{
    background-color: var(--bs-primary);
}
/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 25px 30px;
        border-top-left-radius: 0;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 50px;
        background-size: 60% 60%;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        padding: 25px 30px;
        border-top-left-radius: 50px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 0;
        background-size: 60% 60%;
    }

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 70vh
}

    .carousel-header .carousel-inner .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
        background-size: cover;
    }

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

        .carousel-header .carousel-control-prev .carousel-control-prev-icon,
        .carousel-header .carousel-control-next .carousel-control-next-icon {
            opacity: 0;
        }

    .search-bar {
        /*margin-top: -100px;*/
        transition: 0.5s;
    }
}
/*** Carousel Hero Header End ***/


.userSelect {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-white);
    transition: 0.5s;
    color: var(--bs-white);
    margin: .5%;
}

.userSelect:hover {
    background-color: var(--bs-white);
    border-color: var(--bs-primary);
    transition: 0.5s;
    color: var(--bs-primary);
    cursor: pointer;
}


.container_float_buttons {
    position: absolute;
}

.btn-float {
    position: fixed;
    bottom: 190px;
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 19000;
    border-radius: 50px;
}

    .btn-float i {
        font-size: 18px;
    }

.btn-float-second {
    position: fixed;
    bottom: 85px;
    right: 23px;
    width: 45px;
    height: 45px;
    z-index: 19000;
    border-radius: 50px;
}

.btn-float-second i {
    font-size: 18px;
}

.btn-float-note {
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 19000;
    border-radius: 50px;
}

.toggleMenuBtn{
    position: fixed;
    bottom: 85px;
    right: 23px;
    width: 50px;
    height: 50px;
    z-index: 19000;
    border-radius: 50px;
}

.chatButton {
    position: fixed;
    bottom: 235px;
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 19000;
    border-radius: 50px;
    cursor: pointer;
}


.chatbox{
    position: fixed;
    bottom: 70px;
    width: 30% !important;
    right: 75px;
    z-index: 19000;
    display: none;
}


@media (max-width: 768px) {
    .container_float_buttons {
        right: 10px;
        bottom: 20px;
    }

    

    .chatbox{
        position: fixed;
        bottom: 70px;
        width: 80% !important;
        right: 75px;
        z-index: 19000;
    }
}

/* Adjust z-index to ensure buttons are above other elements */
.btn-float, .btn-float-second, .back-to-top {
    z-index: 1000;
}

/* Add padding or margin to content to avoid overlap */
main {
    padding-bottom: 100px; /* Adjust based on the height of the floating buttons */
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/sura\ img/andre-hunter-xpxKHXmxwOM-unsplash.jpg);
    /* background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url("~/img/sura\ img/andre-hunter-xpxKHXmxwOM-unsplash.jpg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

    .bg-breadcrumb .breadcrumb-item a {
        color: var(--bs-secondary) !important;
    }
/*** Single Page Hero Header End ***/


/*#popoverr-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;*/ /* Necesario para posicionar el popover relativo al botón */
/*}*/

/* Estilos para el popover */


.iconss {
    display: inline-flex !important;
}


.izq-button {
    display: flex;
    flex-direction: row;
    bottom: 80px;
    left: 30px;
    width: 45px;
    height: 45px;
}

.popoverr {
    position: fixed; /* Fija el botón en la pantalla */
    bottom: 190px; /* Distancia desde la parte superior de la pantalla */
    right: 80px; /* Distancia desde el lado derecho de la pantalla */
    z-index: 9999; /* Z-index alto para que esté sobre otros elementos */
    padding: 10px 20px; /* Espaciado interno del botón */
    background-color: var(--bs-primary); /* Color de fondo del botón */
    color: white; /* Color del texto del botón */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados */
    cursor: pointer; /* Puntero al pasar el mouse */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra del botón */
    font-size: 16px; /* Tamaño de la fuente */
}

.popoverrView{
    display: none;
}
/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.borderMark {
    border: 50px solid;
    border-color: transparent var(--bs-primary) transparent var(--bs-primary);
}

.about__us {
    display: flex;
    flex-direction: row;
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}



.container_info_ext {
    width: 300px;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
}

.parrafo_ext {
    display: none; /* Inicialmente oculto */
    margin-top: 10px;
}

.cards_valores {
    align-self: center;
    margin-right: 5%;
}

.collapsible {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    background-color: #f9f9f9;
    padding: 0 1rem;
}
.collapsible.open {
        max-height: 200px;
    }
/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}

    .service .service-content-inner:hover {
        position: relative;
        background: var(--bs-primary) !important;
    }


    .service .service-content-inner .service-content h5,
    .service .service-content-inner .service-content p,
    .service .service-content-inner .service-icon i {
        transition: 0.5s;
    }

    .service .service-content-inner:hover .service-content h5,
    .service .service-content-inner:hover .service-content p,
    .service .service-content-inner:hover .service-icon i {
        color: var(--bs-white) !important;
    }

    .service .service-content-inner:hover .service-icon i {
        color: var(--bs-yellow-sr) !important;
    }
/* 
.numtel:hover{
    color: var(--bs-yellow-sr) !important;
} */

.sheeticon__ {
    font-weight: 600;
    font-size: 4em;
}

@media (max-width: 768px) {
    .sheeticon__ {
        font-size: 3em;
    }
}

.sheeticon_c{
    font-size: 6em;
}
/*** Service End ***/

@media (max-width: 670px) {
    .section-title::before {
        border: none !important;
    }
    .section-title::after {
        border: none !important;
    }
}


/* Errores */
.error{
    background-color: #00a9e0;
    color: #333;
}

.error-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.error-message {
    background-color: #fff;
    padding: 40px;
    /* border-radius: 10px; */
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.error-message h1 {
    font-size: 4rem;
    font-weight: bold;
    color: #0033A0;
}

.error-message p{
    font-size: 1.5rem;
}
.text-error{
    font-weight: bold;
}
.error-image {
    max-width: 100%;
    height: auto;
}
.btn-custom-error {
    background-color: #000;
    color: #fff;
}
.btn-custom-error:hover {
    background-color: #333;
}
.custom-hr {
    border: 5px solid #fff; /* Cambia el color de la línea */
    margin: 0px 0; /* Espacio superior e inferior */
}
.marco{
    /* border-left: 5px solid #fff;
    border-top-left-radius: 5px;
    border-bottom: 5px solid #fff; */
    border-radius: 5px;
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.3);
}


/* errores end*/


/***  ***/
.btn-custom {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}


    .btn-custom:hover {
        background-color: var(--bs-primary);
        color: var(--bs-light);
    }

    .btn-custom.active {
        background-color: var(--bs-secondary);
        color: var(--bs-yellow-sr);
        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.5);
    }

.activo {
    background-color: yellow;
}

.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

    .destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        z-index: 3;
        transition: 0.5s;
    }

    .destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        display: flex;
        justify-content: end;
        padding: 20px 20px 0 0;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        transition: 0.5s;
    }

.todo-con {
    display: flex;
    flex: 1 1;
    flex-direction: row;
}

.izq-con {
    width: 45%;
}

.der-con {
    width: 45%;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}

    .destination .tab-class .nav-item a.active {
        background: var(--bs-primary) !important;
    }

        .destination .tab-class .nav-item a.active span {
            color: var(--bs-white) !important;
        }

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}

.asks_btn {
    margin-bottom: 1.5%;    
}

.answ_ask {
    border:1px solid var(--bs-primary) !important;
    color: var(--bs-gray-dark);
}


/*** Destination End ***/


/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

    .packages .packages-item .packages-img .packages-info {
        background: rgba(0, 0, 0, .3);
    }

        .packages .packages-item .packages-img .packages-info small,
        .packages .packages-item .packages-img .packages-info small i {
            color: var(--bs-white);
            transition: 0.5s;
        }

    .packages .packages-item .packages-img::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 0px solid;
        border-radius: 10px !important;
        visibility: hidden;
        transition: 0.7s;
        z-index: 3;
    }

    .packages .packages-item .packages-img:hover.packages-img::after {
        width: 100%;
        height: 100%;
        border: 300px solid;
        border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
        visibility: visible;
    }

    .packages .packages-item .packages-img small,
    .packages .packages-item .packages-img small i {
        transition: 0.5s;
    }

    .packages .packages-item .packages-img:hover small,
    .packages .packages-item .packages-img:hover small i {
        color: var(--bs-white) !important;
    }

    .packages .packages-item .packages-img img {
        transition: 0.5s;
    }

    .packages .packages-item .packages-img:hover img {
        transform: scale(1.3);
    }

    .packages .packages-item .packages-img .packages-price {
        position: absolute;
        width: 100px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background: var(--bs-primary);
        color: var(--bs-white);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 5;
    }

.packages .packages-carousel {
    position: relative;
}

    .packages .packages-carousel .owl-nav .owl-prev {
        position: absolute;
        top: -50px;
        left: 0;
        padding: 5px 30px;
        border: 1px solid var(--bs-primary);
        border-radius: 30px;
        transition: 0.5s;
    }

    .packages .packages-carousel .owl-nav .owl-next {
        position: absolute;
        top: -50px;
        right: 0;
        padding: 5px 30px;
        border: 1px solid var(--bs-primary);
        border-radius: 30px;
        transition: 0.5s;
    }

        .packages .packages-carousel .owl-nav .owl-prev i,
        .packages .packages-carousel .owl-nav .owl-next i {
            color: var(--bs-primary);
            font-size: 17px;
            transition: 0.5s;
        }

        .packages .packages-carousel .owl-nav .owl-prev:hover,
        .packages .packages-carousel .owl-nav .owl-next:hover {
            background: var(--bs-primary);
        }

            .packages .packages-carousel .owl-nav .owl-prev:hover i,
            .packages .packages-carousel .owl-nav .owl-next:hover i {
                color: var(--bs-white);
            }
/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}

    .ExploreTour .tab-class .nav-item a.active {
        background: var(--bs-primary) !important;
    }

        .ExploreTour .tab-class .nav-item a.active span {
            color: var(--bs-white) !important;
        }


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .ExploreTour #NationalTab-1 .national-item img {
        transition: 0.5s;
    }

    .ExploreTour #NationalTab-1 .national-item:hover img {
        transform: scale(1.2);
    }

    .ExploreTour #NationalTab-1 .national-item .national-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 10px;
        padding: 20px;
        background: rgba(0, 0, 0, .2);
        display: flex;
        align-items: end;
        justify-content: center;
        transition: 0.5s;
    }

    .ExploreTour #NationalTab-1 .national-item:hover .national-content {
        background: rgba(19, 53, 123, .6);
    }

    .ExploreTour #NationalTab-1 .national-item .national-plus-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        opacity: 0;
    }

    .ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
        opacity: 1;
    }

    .ExploreTour #NationalTab-1 .national-item .tour-offer {
        position: absolute;
        top: -1px;
        left: -1px;
        padding: 20px;
        border-top-right-radius: 40px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 80px;
        background: var(--bs-primary);
        color: var(--bs-white);
    }

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .ExploreTour #InternationalTab-2 .international-item img {
        transition: 0.5s;
    }

    .ExploreTour #InternationalTab-2 .international-item:hover img {
        transform: scale(1.2);
    }

    .ExploreTour #InternationalTab-2 .international-item .tour-offer {
        position: absolute;
        top: -1px;
        left: -1px;
        padding: 20px;
        border-top-right-radius: 30px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 80px;
        background: var(--bs-primary);
        color: var(--bs-white);
    }

    .ExploreTour #InternationalTab-2 .international-item .international-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 10px;
        padding: 20px;
        background: rgba(0, 0, 0, .3);
        display: flex;
        align-items: end;
        justify-content: center;
        transition: 0.5s;
    }

    .ExploreTour #InternationalTab-2 .international-item:hover .international-content {
        background: rgba(19, 53, 123, .6);
    }

    .ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
        font-size: 14px;
    }

    .ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        opacity: 0;
    }

    .ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
        opacity: 1;
    }

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

    .ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
        width: 40px;
        background: var(--bs-primary);
    }
/*** Explore Tour End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .gallery .gallery-item img {
        min-height: 300px;
        object-fit: cover;
    }

    .gallery .gallery-item .gallery-content {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        padding: 15px;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        transition: 0.5s;
    }

        .gallery .gallery-item .gallery-content .gallery-info {
            position: relative;
            margin-bottom: -100%;
            opacity: 0;
            transition: 0.5s;
        }

    .gallery .gallery-item .gallery-plus-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        opacity: 0;
    }

    .gallery .gallery-item:hover .gallery-content .gallery-info,
    .gallery .gallery-item:hover .gallery-plus-icon {
        opacity: 1;
        margin: 0;
    }

    .gallery .gallery-item img {
        transition: 0.5s;
    }

    .gallery .gallery-item:hover img {
        transform: scale(1.2);
    }

    .gallery .gallery-item:hover .gallery-content {
        background: rgba(19, 53, 123, 0.8);
    }

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}

    .gallery .tab-class .nav-item a.active {
        background: var(--bs-primary) !important;
    }

        .gallery .tab-class .nav-item a.active span {
            color: var(--bs-white) !important;
        }

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url('../img/sura img/tierra-mallorca-rgJ1J8SDEAY-unsplash.jpg');
    /* background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url('~/img/sura img/tierra-mallorca-rgJ1J8SDEAY-unsplash.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


    .booking .container .section-booking-title {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: var(--bs-white);
    }

        .booking .container .section-booking-title::before {
            content: "";
            width: 50px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            margin-right: -50px;
            border: 1px solid var(--bs-white) !important;
        }

    .booking .container form .btn.btn-primary {
        box-shadow: inset 0 0 0 0 var(--bs-primary);
    }

        .booking .container form .btn.btn-primary:hover {
            box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
            color: var(--bs-primary) !important;
        }



/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

    .guide .guide-item .guide-img .guide-icon {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-bottom: -50px;
        display: flex;
        justify-content: center;
        border: 1px solid var(--bs-primary);
        background: var(--bs-light);
        z-index: 9;
    }

    .guide .guide-item .guide-img .guide-img-efects {
        position: relative;
        overflow: hidden;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

        .guide .guide-item .guide-img .guide-img-efects::after {
            content: "";
            width: 100%;
            height: 0;
            position: absolute;
            top: 0;
            left: 0;
            transition: 0.5s;
        }

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

    .guide .guide-item .guide-title::after {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        transition: 0.5s;
    }

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

    .guide .guide-item:hover .guide-title .guide-title-inner h4 {
        color: var(--bs-white);
    }
/*** Travel Guide End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

    .blog .blog-item .blog-img .blog-info {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        display: flex;
        background: rgba(255, 255, 255, .2);
        color: var(--bs-white);
    }

    .blog .blog-item .blog-img .blog-img-inner {
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

        .blog .blog-item .blog-img .blog-img-inner .blog-icon {
            position: absolute;
            width: 100%;
            height: 0;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.5s;
        }

            .blog .blog-item .blog-img .blog-img-inner .blog-icon a {
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                transition: 0.5s;
            }

    .blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
        opacity: 1;
    }

    .blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
        height: 100%;
        background: rgba(19, 53, 123, .6);
        opacity: 1;
    }

    .blog .blog-item .blog-img .blog-img-inner {
        overflow: hidden;
    }

        .blog .blog-item .blog-img .blog-img-inner img {
            transition: 0.5s;
        }

    .blog .blog-item .blog-img:hover .blog-img-inner img {
        transform: scale(1.2);
    }
/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

    .testimonial .testimonial-carousel .testimonial-item .testimonial-img {
        position: relative;
        width: 100px;
        height: 100px;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid var(--bs-primary);
        border-style: dotted;
        border-radius: 50%;
    }

.testimonial-item {
    height: 400px; /* Altura fija para cada testimonio */
    overflow-y: auto; /* Barra de desplazamiento vertical cuando sea necesario */
    padding: 15px; /* Espaciado interior */
}

.testimonial-comment {
    max-height: 100%; /* Altura máxima para el contenido del testimonio */
    overflow-y: auto; /* Barra de desplazamiento vertical si el contenido es demasiado largo */
}


.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

    .testimonial .testimonial-carousel .owl-dot.active {
        width: 40px;
        background: var(--bs-primary);
    }

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .testimonial-carousel .owl-nav .owl-prev i,
    .testimonial .testimonial-carousel .owl-nav .owl-next i {
        color: var(--bs-primary);
        font-size: 17px;
        transition: 0.5s;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
    .testimonial .testimonial-carousel .owl-nav .owl-next:hover {
        background: var(--bs-primary);
    }

        .testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
        .testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
            color: var(--bs-white);
        }

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white);
    border-style: dotted;
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

    .contact .container form .btn.btn-primary:hover {
        box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
        color: var(--bs-primary) !important;
    }
/*** Contact End ***/



/* Consulta */
.barra {
    overflow: auto;
}

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(../img/sura\ img/tierra-mallorca-rgJ1J8SDEAY-unsplash.jpg);
    /* background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(~/img/sura\ img/tierra-mallorca-rgJ1J8SDEAY-unsplash.jpg); */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .subscribe .subscribe-title {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: var(--bs-white);
    }

        .subscribe .subscribe-title::before {
            content: "";
            width: 50px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            margin-right: -50px;
            border: 1px solid var(--bs-white) !important;
        }

        .subscribe .subscribe-title::after {
            content: "";
            width: 50px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            margin-left: -50px;
            border: 1px solid var(--bs-white) !important;
        }

.logoMV {
    margin-left: 6%;
    margin-right: 5%;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-primary);
}

    .footer .footer-item a {
        line-height: 30px;
        color: var(--bs-white);
        transition: 0.5s;
    }

        .footer .footer-item a:hover {
            letter-spacing: 2px;
            color: var(--bs-yellow-sr);
        }

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-primary) !important;
}
/*** copyright end ***/

.user-type-container {
    text-align: center;
    margin: 20px 0;
}

.user-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.user-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    transition: background-color 0.3s;
}

    .user-option:hover {
        background-color: #e0e0e0;
    }

    .user-option input[type="radio"] {
        display: none;
    }

    .user-option label {
        cursor: pointer;
        font-weight: bold;
        margin-top: 10px;
    }

.submit-button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .submit-button:hover {
        background-color: #004999;
    }

.logoMV {
    max-width: 90px;
    max-height: fit-content;
}

.izquierdaBot{
    display: flex;
    flex-direction: row-reverse;
}

.menuLat{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height: 0; /* Menú cerrado */
}
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(90deg, var(--grey) 31px, transparent 1px) 50%, linear-gradient(180deg, var(--grey) 31px, var(--blue) 1px) 50%;
    background-size: 32px 32px;
    color: var(--dark);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* GLOBAL STYLES */
:root {
    --blue: #335DFF;
    --grey: #F5F5F5;
    --grey-d-1: #EEE;
    --grey-d-2: #DDD;
    --grey-d-3: #888;
    --white: #FFF;
    --dark: #222;
}
/* GLOBAL STYLES */







/* CHATBOX */
.chatbox-wrapper {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
}

.chatbox-toggle {
    width: 100%;
    height: 100%;
    background: var(--blue);
    color: var(--white);
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
}

    .chatbox-toggle:active {
        transform: scale(.9);
    }

.chatbox-message-wrapper {
    position: absolute;
    bottom: calc(100% + 1rem);
    right: 0;
    width: 420px;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: .5rem .5rem 2rem rgba(0, 0, 0, .1);
    transform: scale(0);
    transform-origin: bottom right;
    transition: .2s;
}

    .chatbox-message-wrapper.show {
        transform: scale(1);
    }

.chatbox-message-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    padding: .75rem 1.5rem;
}

.chatbox-message-profile {
    display: flex;
    align-items: center;
    grid-gap: .5rem;
}

.chatbox-message-image {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 50%;
}

.chatbox-message-name {
    font-size: 1.125rem;
    font-weight: 600;
}

.chatbox-message-status {
    font-size: .875rem;
    color: var(--grey-d-3);
}

.chatbox-message-dropdown {
    position: relative;
}

.chatbox-message-dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    cursor: pointer;
    border-radius: 50%;
}

    .chatbox-message-dropdown-toggle:hover {
        background: var(--grey);
    }

.chatbox-message-dropdown-menu {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--white);
    padding: .5rem 0;
    width: 120px;
    box-shadow: .25rem .25rem 1.5rem rgba(0, 0, 0, .1);
    transform: scale(0);
    transform-origin: top right;
    transition: .2s;
    border-radius: .5rem;
}

    .chatbox-message-dropdown-menu.show {
        transform: scale(1);
    }

    .chatbox-message-dropdown-menu a {
        font-size: .875rem;
        font-weight: 500;
        color: var(--dark);
        text-decoration: none;
        padding: .5rem 1rem;
        display: block;
    }

        .chatbox-message-dropdown-menu a:hover {
            background: var(--grey);
        }

.chatbox-message-content {
    background: var(--grey);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1rem;
    max-height: 300px;
    overflow-y: auto;
}

.chatbox-message-item {
    width: 90%;
    padding: 1rem;
}

    .chatbox-message-item.sent {
        align-self: flex-end;
        background: var(--blue);
        color: var(--white);
        border-radius: .75rem 0 .75rem .75rem;
    }

    .chatbox-message-item.received {
        background: var(--white);
        border-radius: 0 .75rem .75rem .75rem;
        box-shadow: .25rem .25rem 1.5rem rgba(0, 0, 0, .05);
    }

.chatbox-message-item-time {
    float: right;
    font-size: .75rem;
    margin-top: .5rem;
    display: inline-block;
}

.chatbox-message-bottom {
    background: var(--white);
    padding: .75rem 1.5rem;
}

.chatbox-message-form {
    display: flex;
    align-items: center;
    background: var(--grey);
    border-radius: .5rem;
    padding: .5rem 1.25rem;
}

.chatbox-message-input {
    background: transparent;
    outline: none;
    border: none;
    resize: none;
    scrollbar-width: none;
}

    .chatbox-message-input::-webkit-scrollbar {
        display: none;
    }

.chatbox-message-submit {
    font-size: 1.25rem;
    color: var(--blue);
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.chatbox-message-no-message {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
/* CHATBOX */







/* BREAKPOINTS */
@media screen and (max-width: 576px) {
    .chatbox-message-wrapper {
        width: calc(100vw - 2rem);
    }

    .chatbox-wrapper {
        bottom: 1rem;
        right: 1rem;
    }
}
/* BREAKPOINTS */

/*banner de la landing pages*/
.bannerarriende {
    background-image: url('/img/sura img/Hombre con mujer en caja.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*banner de la landing pages*/
.bannercifras {
    background-image: url('/img/sura img/hombre firmando.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*banner de la landing pages*/
.bannercontactofoot {
    background-image: url('/img/sura img/firma de contrato.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-propietario {
    position: relative;
    overflow: hidden;
}

    /* Fondo con imagen y blur */
    .header-propietario::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/img/sura img/Hombre con casa en mano.jpg');
        background-size: cover;
        background-position: center;
        filter: blur(4px);
        z-index: 1;
    }

    /* Velo blanco encima de la imagen */
    .header-propietario::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.6); /* blanco semitransparente */
        z-index: 2;
    }

    /* Contenido visible encima de todo */
    .header-propietario .contenido {
        position: relative;
        z-index: 4;
    }

.grecaptcha-badge {
    z-index: 9999 !important;
}

/*banner seguro arrendamiento*/
.banner-seguro-arrendamiento {
    background-image: url('/img/sura img/tierra-mallorca-rgJ1J8SDEAY-unsplash.jpg');
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
    height: 90vh;
}
.text-outline {
    text-shadow: -1px -1px 0 rgba(19, 53, 123, 0.6), 1px -1px 0 rgba(19, 53, 123, 0.6), -1px 1px 0 rgba(19, 53, 123, 0.6), 1px 1px 0 rgba(19, 53, 123, 0.6); /* Crea un contorno negro alrededor del texto */
}

/*banner de la landing pages*/
.banner-seguro-arriendamiento {
    background-image: url('/img/sura img/manos-acuerdo.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
