/* Clase para el botón de WhatsApp */
.btn-whatsapp {
    background-color: #128c7e !important; /* Verde oficial de WhatsApp */
    color: #ffffff !important; /* Texto e icono en blanco */
    border: none;
    transition: background-color 0.3s ease;
    height: 40px;
    margin-top: 5px;
}

/* Efecto al pasar el cursor */
.btn-whatsapp:hover {
    background-color: #128c7e !important; /* Un verde más oscuro para el feedback visual */
    color: #ffffff !important;
}

/* menu header */
.header {
    padding: 10px;
}

.nav-brand img {
    width: 110px;
    height: auto;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.resaltado td > div > a.link-hotel {
    display: block !important;
}

.text-right {
    text-align: right;
}
.pointer{
    cursor: pointer !important;
}

ul.nav-menu {
    list-style: none !important;
}

.header.header-transparent.theme.header-fixed,
.header.header-transparent.theme.header-single {
    /* border-color: #003149;
    background: #003149; */
    border-color: white;
    background: white;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}

.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
    font-weight: bold;
}

.nav-menu > li .nav-dropdown{
    list-style: none !important;
}

.nav-menu > li .nav-dropdown > li.active > a{
    color: red !important; 
}

.header.header-transparent.theme.header-fixed .nav-menu > .active > a {
    color: red !important;
    font-weight: bold;
}

.header.header-transparent.theme.header-fixed .nav-menu > li:hover > a {
    color: red !important;
}

.header.header-transparent.header-fixed .nav-brand,
.header.header-transparent.header-fixed .nav-brand:focus,
.header.header-transparent.header-fixed .nav-brand:hover,
.header.header-transparent.header-fixed .nav-menu > li > a,
.header.header-transparent.header-single .nav-brand,
.header.header-transparent.header-single .nav-brand:focus,
.header.header-transparent.header-single .nav-brand:hover,
.header.header-transparent.header-single .nav-menu > li > a {
    color: #003149;
}

/* text price web tour */
.citiesCard-content .cardCities-bg {
    background: rgba(0, 0, 0, 0.6);
}
.price-tour {
    font-size: 18px;
    color: #ffffff;
    text-shadow: -1px -1px 0 #ff0000d8, 1px -1px 0 #ff0000d8,
        -1px 1px 0 #ff0000d8, 1px 1px 0 #ff0000d8;
}

/* home package tour */
.packagetour-cover {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.touritem-middle {
    justify-content: space-around;
}

/* home hotel */
.hotel-cover {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.avatar-home {
    border-radius: 50%;
}

.search-wrap .btn,
.search-wrap .form-control {
    height: 45px;
}

.lb-nav a.lb-next {
    width: 50%;
    right: 0;
    float: right;
    opacity: 1;
    position: absolute;
    top: 0;
}

.lb-nav a.lb-next::after {
    content: "\f054"; /* fa-chevron-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.lb-nav a.lb-prev {
    width: 50%;
    left: 0;
    float: left;
    opacity: 1;
    position: absolute;
    top: 0;
}

.lb-nav a.lb-prev::after {
    content: "\f053"; /* fa-chevron-left */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

ul {
    list-style: circle !important;
}

.nav-pills {
    list-style: none !important;
}

.program h3 {
    font-size: 17px;
}

.program ul {
    margin-bottom: 20px;
}

.nowrap {
    white-space: nowrap;
}

.foot-socials ul li a {
    font-size: 20px !important;
}

.foot-socials ul li a:hover {
    background: black;
    color: #ffffff;
}

.content-iframe iframe {
    width: 100% !important;
    height: 390 !important;
}

.sides-block .card {
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.section-tour-header {
    margin-top: 70px;
}

.input-check {
    height: 18px !important;
    width: 20px !important;
    margin-right: 15px !important;
}

.img-hotel-name {
    display: inline;
    margin-left: 10px;
    font-size: 12px;
}

.tablaPrecios tbody tr.resaltado .icon {
    display: inline !important;
    font-size: 15px;
}

.tablaPrecios tbody tr.filas-precios .icon {
    color: green;
    margin-left: 5px;
    display: none;
}

.tablaPrecios tbody tr.resaltado td,
.text-seleccionado {
    background: #ffe2e0 !important;
}

.table.tablaPrecios tr td {
    padding: 8px 10px;
    vertical-align: middle;
}

.box-badge-hotel-selected {
    align-items: center;
    padding: 10px 15px;
    background: #ffe2e0;
}

#sectionBooking > .sides-block {
    position: sticky;
    top: 100px; /* ajusta según tu header */
    z-index: 1000;
}

#summary_price {
    font-size: 25px;
}

.hotel__list__item__boxdescription p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.3em;
}

.hotel__list__item__boxdescription p:not(:first-child),
.hotel__list__item__boxdescription div:not(:first-child) {
    display: none;
}

.social-share-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.social-share-list li a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-share-list li a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Colores */
.facebook {
    background: #1877f2;
}
.twitter {
    background: #000;
}
.whatsapp {
    background: #25d366;
}
.telegram {
    background: #0088cc;
}
.linkedin {
    background: #0a66c2;
}
.tiktok {
    background: #000;
}

@media (max-width: 550px) {
    .section-tour-header {
        margin-top: 0px;
    }

    .mob-show {
        text-align: right !important;
        right: -20px !important;
    }

    #sectionBooking {
        margin-top: 30px;
    }
}
