.topbar-style-two {
    background: var(--c-primary);
    position: relative;
    z-index: 1;
    padding: 8px 0px;
}

#logo-turismo{
  max-width: 130px;
}
.package-card-delta .package-thumb .card-lavel {
    opacity: 1;
    transform: none;
    font-weight: 500;
    font-size: 13px;
}
.package-card-delta .package-card-body .p-card-title {
    font-size: 19px;
    line-height: normal;
    margin-bottom: 10px;
}

.package-card-delta .package-card-body .p-card-text {
    font-size: 14px !important; 
}
/* .package-card-delta .package-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.package-card-delta .package-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.package-card-delta .package-thumb {
    width: 100%;
    height: 220px; /* Ajusta según el alto que quieras */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-card-delta .package-thumb img {
    width: 100%;
    height: auto;
    /* object-fit: cover;  *//* Recorta manteniendo proporción */
}
.destination-item .destination-overlay .content {
    padding: 30px;
    transform: translateY(30px);
    transition: all 0.5s ease-in-out;
    /* background: #000000; */
    width: 100%;
    background: linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(29, 29, 29, 1) 48%, rgb(61 61 61 / 0%) 100%);
}
.destination-item .destination-overlay .content h5 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    text-shadow: 0 2px #2f2f2f;
}

.destination-item .destination-img {
    height: 280px;
}

.destination-img img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.destination-img:hover img {
    transform: scale(1.1);
}

header .header-style-four .main-nav ul li ul.sub-menu > li a {
    font-size: 16px;
    font-weight: 300;
}
header .header-style-four .main-nav ul li ul.sub-menu > li a b{
    font-weight: 700;
}


.topbar-social-links .text a{
    font-weight: 600;
    color: #FFF;
    font-size: 13px;
}
.category-sidebar-wrapper .category-sidebar .category-box .cate-icon {
    border: 1px solid #CCC;
}
.category-sidebar-wrapper .category-sidebar .category-box .cate-icon .fa{
    font-size: 30px;
}
.hero-style-four .hero4-content p {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 3px 2px 6px black;
}
.hero-style-four .hero4-content h1 {
    text-shadow: 10px 2px 13px black;
}
.package-card-delta.eventos .package-thumb {
    height: 500px;
}
.package-card-delta.eventos .package-card-body {
    padding: 30px 25px;
    position: relative;
    z-index: 1;
    min-height: 190px;
}
.package-card-delta.eventos .package-card-body .p-card-title {
    font-size: 19px;
    line-height: normal;
    margin-bottom: 10px;
    min-height: 50px;
}

.package-card-delta.eventos .badge {
    background-color: var(--c-primary);
    font-size: 20px;
    margin-top: 5px;
}
.package-card-delta.eventos .package-card-body .p-card-bottom .p-card-info {
    padding-left: 10px;
    margin-top: -10px;
}
.blog-card-beta.articles .blog-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover; /* Recorta pero mantiene proporción */
    object-position: center; /* Centra el recorte */
    display: block;
}
.blog-card-beta.articles .blog-content {
    padding: 20px;
    text-align: center;
    min-height: 150px;
}
.section-head-alpha h2 {
    color: var(--c-primary);
}
.guide-card-beta.folletos .guide-image img {
    width: 100%;
    height: 250px;
    object-fit: cover; /* Recorta pero mantiene proporción */
    object-position: center; /* Centra el recorte */
    display: block;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--c-primary);
}
.guide-card-beta.folletos .guide-content {
    text-align: center;
    padding: 25px;
    transition: all 0.45s ease-in;
    min-height: 130px;
}
.swiper-button-next, .swiper-button-prev {
    top: 88%;
    color: var(--c-primary);
}
.swiper.folletos-swiper {
    padding-bottom: 90px;
}
.swiper.folletos-swiper .swiper-horizontal>.swiper-pagination-bullets,.swiper.folletos-swiper  .swiper-pagination-bullets.swiper-pagination-horizontal,.swiper.folletos-swiper  .swiper-pagination-custom, .swiper.folletos-swiper .swiper-pagination-fraction {
    bottom: 50px;
    left: 0;
    width: 60%;
    margin-left: 20%;
}
.swiper.folletos-swiper .swiper-pagination-bullet-active {
    background: var(--c-primary)
}
.multi-main-searchber .search-box-single .searchbox-input label {
    line-height: 1.5;
}
header .header-style-four .main-nav ul li:hover > a {
    color: #d6d6d6 !important;
}
.events {
    background-image: linear-gradient(rgba(0, 5, 15, 0.6), rgba(0, 5, 15, 0.6)) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.button-outlined-white {
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    background: transparent;
    display: inline-block;
    padding: 9px 25px;
    border: 2px solid #FFF;
    box-sizing: border-box;
    transition: all 0.4s;
}
.button-outlined-white:hover {
    color: var(--c-primary);
    background-color: #FFF;
}
.more-update-section {
    background: linear-gradient(91.22deg, rgba(0, 5, 15, 0.8) 24.54%, rgba(0, 5, 15, 0.2) 100%), url(https://chile.tur.com/_next/image?url=https%3A%2F%2Fd6myp1633h7qr.cloudfront.net%2Fposts-assets%2F7ac6be1a-91e3-4faa-b927-2c05ec4bae28.jpeg&w=1200&q=75);
    background-size: 100%;
    background-position: center;
}
.footer-area .footer-bottom {
    background: var(--c-primary);
}
.category-sidebar-wrapper .category-sidebar .category-box .cate-icon i {
    color: var(--c-primary-transparent-black); 
}
.breadcrumb-style-one {
    position: relative;
    background: url(https://content.r9cdn.net/rimg/dimg/f8/cd/68c099d4-city-25913-16ae49c42a6.jpg?crop=true&width=1366&height=768&xhint=2549&yhint=2305) no-repeat center !important;
    background-size: cover !important;
    padding: 150px 0;
    z-index: 1;
}

.breadcrumb-style-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* negro con 50% transparencia */
    z-index: -1;
}
.breadcrumb-style-one .breadcrumb-title {
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    text-shadow: 0 2px #2f2f2f;
    margin-top: 20px;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px #2f2f2f;
}
.guide-card-gamma.servicios-turisticos {
    border: 1px solid #eaeaea;
}
.servicios-turisticos .guide-content { padding: 16px; display: flex; flex-direction: column; gap: 6px; }
.servicios-turisticos .guide-content .guide-name { margin: 0 0 4px; }
.servicios-turisticos .guide-designation{
  min-height: 72px;             /* ajusta según tu tamaño de fuente */
  overflow: hidden;
}
.servicios-turisticos .content-image{
    height: 300px;
    width: 100%;
    transition: transform 0.3s ease-in-out; /* animación suave */
}
.servicios-turisticos:hover .content-image{
    transform: scale(1.05);
}
.btn-whatsapp {
    background: #008e35;
    color: #FFF;
    border-radius: 10px;
    font-size: 28px;
    height: 160px;
    width: 155px;
    zoom: 1;
    padding: 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    animation: pulse-shadow 4s infinite;
    z-index: 50;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: 100;
}
.btn-whatsapp:hover{
    color: #FFF;
}
.btn-whatsapp i {
    font-size: 30px;
    position: absolute;
    top: 13px;
    left: 35%;
    font-size: 60px;
}
.btn-whatsapp p {
    position: absolute;
    top: 78px;
    left: 10px;
    right: 10px;
    text-align: center;
    font-size: 14px;
}
.servicios-turisticos .guide-social-links {
    background: var(--c-primary);
    padding: 10px;
    /* bottom: 0px; */
}
.loader-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* ocupa pantalla completa */
}

.loader-logo img {
  width: 120px;
  height: auto;
  animation: spin 2s linear infinite;
}
.preloader {
    background: #ffffff;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
header .header-style-four .main-nav ul li:last-child {
    padding-right: 20px;
}
header .header-style-four .main-nav ul li.has-child-menu:after {
    color: #f7fffe !important;
}
/* Animación del box-shadow */
@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
    }
    50% {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    }
    100% {
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
    }
}
.footer-area .footer-bottom {
    background: #03ab99;
}
.pb-80{
    padding-bottom: 80px;
}
.center{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.page-item.active .page-link {
    background-color: var(--c-primary);
    border-color: var(--c-primary);
}
.page-link {
    color: var(--c-primary);
}
.bg-primary {
    background-color: var(--c-primary) !important;
}
.bg-secondary {
    background-color: var(--c-secondary) !important;
}
.badge{
    font-weight: 500;
}

.fc-h-event {
    background-color: #ff934f !important;
    border: 1px solid #ff934f !important;
}
.hotline-icon,
.hotline-info {
    animation: zoom-in-out 2s infinite ease-in-out;
}
.topbar-style-two {
    background: var(--c-primary-dark);
}
header .header-style-four .nav-right-icons div i {
    background: var(--c-primary-dark);
}
.hero-style-four .slider-bg-1 {
    height: 700px;
}
@keyframes zoom-in-out {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); }
    100% { transform: scale(1); }
}
@media (max-width: 1199px) {
    header .header-style-four .main-nav.slidenav {
        background: #161616;
    }
    header .header-style-four .main-nav > ul > li > a {
        color: #ffffff !important;
    }
    header .header-style-four .main-nav ul li ul.sub-menu > li a {
        color: #bcbcbc;
    }
    header .header-style-four .main-nav ul li ul.sub-menu > li a::before {
        background-color: var(--c-primary);
    }
    .inner-contact-options .contact-box-inner {
        color: var(--c-primary);
    }
    .inner-contact-options .contact-box-inner i {
        margin-right: 10px;
        color: var(--c-primary);
    }
    .category-sidebar-wrapper {
        z-index: 33333;
    }
}

