/*
    Created on : 4 sep. 2025, 14:42:11
    Author     : Cristian Rodriguez <crodriguez@akelita.com>
*/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* {
    font-family: "Lexend", sans-serif !important;
    font-weight: 400;
}
.icons-shark .shark-icon-text {
    font-size: 20px;
    padding: 0 20px;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
}
.shark-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.shark-icon.door-to-door {
    background-image: url('/assets/img/door-to-door.png');
}
.shark-icon.ontime {
    background-image: url('/assets/img/ontime.png');
}

.shark-icon.customize {
    background-image: url('/assets/img/customize.png');
}

.shark-icon.rep {
    background-image: url('/assets/img/rep.png');
}
.ul-check-bold li {
    list-style: none;
    position: relative;
    color: #000;
    margin-bottom: 8px;
}

.ul-check-bold li:before {
    content: "";
    background-image: url(/assets/img/check-bold.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    padding: 10px;
    left: -25px;
    top: 4px;
}
body {
    background-color: #E9E9E9; /* Color de fondo gris claro */

}
.inputlargearea {
    background: #FFF;
    border-radius: 30px;
    padding-left: 30px;
}

.inputlargearea .uil{
    margin: 10px 5px;
}
.inputlargearea input,.inputlargearea select {
    border: none;
    margin: 7px auto;
}

.inputlargearea button {
    background: #00A21E;
    color: #FFF;
    border: none;
    border-radius: 30px;
}
.text-green {
    color: #00A21E !important;
}
.bg-green{
    background-color:  #00A21E !important;
}
.bg-green2{
    background-color:  #B7FFC4 !important;
}
.btn-green{
    background-color:  #00A21E !important;
    border-color: #00A21E !important;
}
.bg-dark{
    background-color:  #000 !important;
}
.bg-gray {
    background-color: #323232 !important;
}
.bg-dark-menu {
    background-color: #151515;
}
.fw-200 {
    font-weight: 200 !important;
}
.formBooking-shark:after {
    content: "";
    background: url('/assets/img/shark-icon-white.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    width: 30%;
    height: 150px;
    background-size: contain;
    z-index: 1;
    background-position: center bottom;
}

.shark-yellow:after {
    content: "";
    background: url('/assets/img/shark-icon-yellow.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;
    width: 70%;
    height: 80%;
    background-size: contain;
    z-index: 0;
    background-position: center bottom;
}
.shark-white:after {
    content: "";
    background: url('/assets/img/shark-icon-white.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;

    width: 60%;
    height: 80%;
    background-size: contain;
    z-index: 0;
    background-position: center bottom;
}
.shark-dark:after {
    content: "";
    background: url('/assets/img/shark-icon-black.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 60%;
    height: 80%;
    background-size: contain;
    z-index: 0;
    background-position: center bottom;
}

.formBooking, .shark-yellow, .shark-white, .shark-dark{
    position: relative;
}
.formBooking, .shark-yellow .container, .shark-white .container, .shark-dark .container{
    position: relative;
    z-index: 1;
}
.rounded-shark {
    border-radius: 50px;
}
.vertical-form .input-group-text {
    background: #FFF;
    line-height: 0;
    min-width: 61px;
    padding: 12px;
    height: 49.7px;
    margin-top: 1px;
}


/* Círculo que contiene la flecha */
.arrow-circle {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #333;
}
ul.imgZoneSelector {
    padding: 0;
    margin-left: 5rem;
    max-width: 252px;
}

ul.imgZoneSelector li {
    list-style: none;
    font-size: 1rem;
}

ul.imgZoneSelector li:hover {
    background: #fab758;
    cursor: pointer;
}
.shark-avatar {
    border: 0.5rem solid #FFF;
}
.z-n1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}
.z-4 {
    z-index: 4 !important;
}
.z-5 {
    z-index: 5 !important;
}
.z-6 {
    z-index: 6 !important;
}

.overlap-grid-2 .item:nth-child(2){
    margin-top:-60%;
}

.check-fake {
    background: #00A21E1A;
    padding: 0.7rem;
    margin-top: 11px;
    width: 2.5rem;
    border-radius: 20px;
    position: relative;
}

.check-fake:before {
    content: "";
    background: #00A21E;
    border-radius: 50%;
    padding: 0.4rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}
.roof-back img {
    width: 35px;
    transform: rotate(140deg);
}

.roof-back {
    float: inline-end;
    margin-top: 0px;
    margin-right: 53px;
}

.roof-back + img {
    margin-top: -39px;
}

.roof-back >span {
    font-size: x-large;
    width: 13px;
    white-space: break-spaces;
    display: inline-block;
    line-height: 20px;
    margin-left: 9px;
    vertical-align: middle;
}
.shark-roof {
    background: url(/assets/img/rack.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

/* 1. Define la animación de desplazamiento */
@keyframes desplazarFondo {
    from {
        /* La imagen comienza fuera de la vista a la derecha, o en su posición inicial si es más ancha */
        background-position: -200% center; /* O un valor negativo si la imagen es más ancha que el contenedor */
    }
    to {
        /* Se mueve hacia la izquierda */
        background-position: 100% center; /* Esto mueve la imagen un ancho completo a la izquierda */
    }
}

/* 2. Aplica la animación a tu pseudo-elemento */
.aroma-menu:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute ;
    top: 0;
    left: 0;
    background-image: url('/assets/img/aroma.png');
    background-size: auto 100%; /* Ajusta el tamaño para que quepa verticalmente y se desplace horizontalmente */
    background-repeat: repeat-x; /* Es crucial para que se "repita" al desplazarse */
    background-position: 0% center; /* Posición inicial */

    /* Aquí se añade la animación de desplazamiento */
    animation: desplazarFondo 40s linear infinite; /* 15s es la duración, ajusta según la velocidad deseada */
}

.aroma-menu {
    position: relative;

    /* overflow: hidden; /* Importante para que la imagen no se desborde visualmente */

}
.five-stars svg {
    width: 40px;
}
.btn-muted-video-shark {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}
.ac-panel {
    position: absolute !important;
    max-width: 400px;
    z-index: 10000 !important;
    width: 100%;
}
.ac-panel:before {
    content: "";
    background: url(/assets/img/shark-icon-white.png);
    background-repeat: no-repeat;
    position: absolute !important;
    top: -17px;
    width: 18px;
    height: 18px;
    background-size: contain;
    z-index: 1;
    background-position: center bottom;
    left: 2rem;
}
.ac-panel ul {
    padding: 0 20px;
}
.ac-panel li{
    list-style:  none;
    cursor: pointer;
}
.sombra {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000, transparent);
    z-index: 2;
}
.navbar-shark {
    background-color: #272727;
    border-bottom: 2px solid var(--bs-yellow);
    position: sticky;
    top: 0;
    z-index: 30;
}

.navbar-shark > div > .navbar-nav .nav-link {
    color: #FFF;
    font-weight: 300;
    padding: 10px 20px;
    text-align: center;
}
.navbar-shark > div > .navbar-nav .nav-link-with-submenu > .nav-link {
    background-image: url('/assets/img/menu-arrow.png');
    background-position: center left;
    background-repeat: no-repeat;
    cursor: pointer;
}
.navbar-shark
.nav-link.active {
    color: #FFAE00;
}
.navbar-shark > div > .navbar-nav {
    display: inline;
}

.navbar-shark .navbar-nav > .nav-item {
    display: table-cell;
}
.sub-nav-item {
    position: absolute;
    background: #FFF;
    margin-top: 0px;
    display: none;
    padding: 20px;
    width: 100%;
    max-width: 18rem;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 2px solid #FFAE00;
}

.navbar-shark .navbar-nav > .nav-item:hover .sub-nav-item {
    display: inline !important;
}

.sub-nav-item ul {
    padding: 0;
}

.sub-nav-item ul li {
    list-style: none;
}

.sub-nav-item ul li a {
    padding: 10px;
    color: #000;
}

.navbar-shark .navbar-nav > .nav-item:hover .sub-nav-item2:before {
    content: "";
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 199px;
    z-index: -4;
    opacity: 0.5;
}

.find-more-nav-link {
    border-top: 1px solid #EEE;
    display: block;
    text-align: right;
    padding-top: 13px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.ul-nostyle {
    padding: 0;
}

.ul-nostyle li {
    list-style: none;
}

/*
Footer
*/
.site-footer {
    background-color: #FFAE00; /* Color naranja/amarillo del fondo */
    color: #000;
    font-weight: 500;
}

.site-footer .footer-logo {
    max-width: 200px;
}

.site-footer .footer-links {
    list-style: none;
    padding-left: 0;
}

.site-footer .footer-links a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer .footer-links a:hover {
    color: #333;
}

.site-footer .footer-links .bi-chevron-right {
    font-size: 0.8em;
    vertical-align: middle;
}

.site-footer .sub-footer {
    font-size: 0.9em;
}

.site-footer .footer-icon {
    font-size: 1.5rem;
    margin: 0 8px;
    color: #000;
}
.pre-footer {
    background-color: #FFBB29;
    position: relative;
}
.pre-footer:before {

    content: "";
    background-image: url(/assets/img/shark-icon-yellow.png);
    background-size: contain;
    padding: 3rem;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media (min-width: 900px){
    .pre-footer:before {
        left: 18%;
    }
}
@media (max-width: 600px){
    .pre-footer:before {
        display:none;
    }
}

.pre-footer p {
    letter-spacing: 4px;
    font-size: 10px;
}
.swiper-pagination-bullet-active {
    width: 50px !important;
    background: #000 !important;
    opacity: 1 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0px !important;
    transform: scale(0.7) !important;
}
.uil-star {
    background-image: url('/assets/img/star.svg');
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent !important;
    background-position: center;
}
/* --- Caja de Código de Reserva --- */
.booking-code-box {
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;

    border: 2px solid #9A9A9A;
}
.booking-code-box .booking-code {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.booking-code-box p {
    margin: 0;
    color: #000;
    line-height: 1;
}

.booking-code-tittle {
    font-size: 30px;
    margin-bottom: 5px !important;
}
.input-selected-destination-or-pickup {
    border: 1.5px solid hsl(0deg 0% 0% / 10%);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 3px 10px;
    cursor: default;
}
.col-card-4 {
    width: 110px;
    padding: 0px 20px;
}

.col-card-8 {
    width: 152px;
    /* background: red; */
}

.row-card-dest > div {
    display: inline-block;
    vertical-align: bottom;
    align-items: center;
}

.card-dest {
    max-width: 300px;
    margin: 0 auto;
}

.card-dest .card-body {
    padding: 10px 0px;
}
.card-dest .uil {
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
    text-align: center;
}
.icon-private-chauffeur {
    background: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-image: url(/assets/img/private.png);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#shadowMenuAuto {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000036;
    right: 0;
    display: none;
    z-index: 28;
}
.bg-image.bg-extra-dark:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000bd;
}

.bg-image {
    background-position: bottom;
}

.searchInput {
    padding: 0 10px;
}