.body-card-specific-v1-info {
    display: grid;
    grid-template-columns: 131px 200px;
    place-content: center;
}
.price-card-specific-v1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.format-price-v1 {
    font-weight: 800;
    font-size: 1.2rem;
    text-align: center;
}
.format-iso-v1 {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
.container-description-pecific-v1 p {
    font-size: 0.93rem;
    line-height: 16px;
    font-weight: 600;
}
.btn-especific-v1-link {
    display: block;
    width: max-content;
    text-align: center;
    /* background-color: var(--color4); */
    /* color: white; */
    padding: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    padding: 5px 14px;
    margin: auto;

    /* background-color: transparent; */
    /* color: rgb(6, 97, 104); */
    font-size: 14px;
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffe6c8;
    background-color: #f28705;
    color: #fff;
    border-image: initial;
    padding: 8px 25px;
    transition: all 0.3s ease 0s;
}
.btn-especific-v1-link:hover {
    /* background-color: rgb(6, 97, 104); */
    background-color: rgb(0 37 71);
    color: #fff;
}
/* .btn-especific-v1-link:hover {
    color: #FFAA0D;
    border-color: #fff;
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.btn-especific-v1-link::after {
    background: #85D200;
    content: "";
    height: 160px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}
.btn-especific-v1-link:hover::after {
    left: 200%;
    opacity: 0.6;
} */
.container-main-btn-v1 {
    margin: auto;
}
.country-experiences-v1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;

    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    backdrop-filter: blur(7px);
    padding: 15px 30px;
    background: rgba(6, 97, 104, 0.31);
    transition: 0.5s;
    color: #fff;
}
.ref-title-v1 {
    font-size: 1.1rem;
}
.country-experiences-v1 p {
    margin: 0;
}
.img-card {
    height: 300px;
}
.img-card img {
    height: inherit;
}
body {
    /* background-color: #f9f8f6; */
    background-color: #F4F4F4;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.carousel.basic .card {
    background: unset;
}
.container__experiences__populators__days {
    position: absolute;
    top: 3%;
    left: 0%;
    background-color: var(--color-primary-medium);
    color: #fff;
    height: 40px;
    width: 100px;
    padding: 10px;
    /* border-radius: 50%; */
    font-size: 0.85rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    gap: 5px;
    font-weight: 600;
    z-index: 1;
}
.container-main-items-card-blurred-v1 h6 {
    height: 60px;
}
.img-card:before {
    content: unset;
}
.card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
}
.arrow_box {
    position: relative;
    background: var(--color-error-red);
    height: 50px;
    width: 81px;
    animation: float 3s ease-in-out infinite;
    border-radius: 10px;
}
.arrow_box .subtitle {
    font-size: 0.75rem;
}
.special-offer {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 16%;
    right: -10%;
    left: unset;
}
.card img {
    transition: all 0.3s ease;
}
.card {
    overflow: hidden;
    border-radius: var(--border-radius-medium)
}
.card:hover {
    /* box-shadow: 0px 0px 10px 5px #dfdfdf; */
    box-shadow: 0px 18px 18px rgb(3 11 61 / 15%);
}
.card:hover img {
    filter: brightness(70%);
    transform: scale(1.12);
}
.card-content .black {
    height: 10px;
}

/* maquetacion nuevva */
.container-main-base-main {
    height: 330px;
    width: 250px;
    border-radius: var(--border-radius-medium);
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px #a5a5a55e;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
#section-list-base-items-list .container-main-base-main:hover {
    box-shadow: 0px 12px 20px rgb(3 11 61 / 15%);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}
#section-list-base-items-list .owl-stage-outer {
    padding: 15px 0;
}
.image-base-card {
    height: inherit;
    width: 100%;
    object-fit: cover;
}
.name-base-card {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.name-base-card h3 {
    font-size: 1.0rem;
    text-align: center;
    margin: auto;
}
.name-base-card h3 a {
    color: inherit;
}
.overlay-base-card {
    background-color: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.container-sub-main {
    height: 280px;
    width: 100%;
    position: relative;
}
.content-svg-base {
    position: absolute;
    left: 50%;
    top: 33%;
    z-index: 2;
    font-size: 4.0rem;
    color: #fff;
    transform: translateX(-50%);
}
.content-svg-base a {
    color: inherit;
}
.slider-based-items-v1 {
    width: 1062px;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {
    .slider-based-items-v1 {
        width: 790px;
    }
}
@media screen and (max-width: 1024px) {
    .slider-based-items-v1 {
        width: 522px;
    }
}
@media screen and (max-width: 768px) {
    .slider-based-items-v1 {
        width: 522px;
    }
}
@media screen and (max-width: 640px) {
    .slider-based-items-v1 {
        width: 255px;
    }
}

.container-general-reels-v1 .container-reels-hotels-v1 {
    width: 300px;
    height: 330px;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-medium);
}
.container-general-reels-v1 .reels-hotels-img {
    height: inherit;
    width: inherit;
    object-fit: cover;
}
.container-reels-hotels-v1:hover .overlay-reels-v1 {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}
.container-general-reels-v1 {

}
.information-reels-hotel {
    font-size: 0.98rem;
    position: absolute;
    bottom: 18%;
    color: #ffff;
    background: #ff0a0a4f;
    width: 100%;
}
.btn-reels-hotel {
    position: absolute;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 20px;
    padding: 4px 20px;
    margin-top: 10px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}
.btn-reels-hotel:hover {
    background-color: var(--color-accent-orange);
    color: #ffff;
    box-shadow: 0 12px 18px rgba(255, 90, 60, .22) !important;
    transition: all 0.3s ease-in-out;
}

.container-main-internal-v1 {
    display: grid;
    grid-template-columns: 480px 620px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    place-content: center;
    padding: 30px 0px;
    transition: all 0.3s ease-in-out;
}
.container-reels-hotels-v1 .overlay-reels-v1 {
    background-color: rgba(0, 0, 0, 0.48);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.text-title-reels-hotel {
    font-size: inherit;
    color: inherit;
    margin: auto;
    padding: 12px 7px;
}
.text-title-reels-hotel span {
    color: var(--warning);
}
.container-subcontent-public {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-medium);
}
.container-subcontent-public img {
    height: inherit;
    width: inherit;
    object-fit: cover;
}
.container-subcontent-public h3 {
    position: absolute;
    left: 5%;
    top: 25%;
    font-size: 1.32rem;
    color: #fff;
}
.container-subcontent-public p {
    position: absolute;
    top: 44%;
    left: 5%;
    font-size: 1.0rem;
    color: #fff;
    width: 280px;
}
.overlay-public-card {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.container-subcontent-public:hover .overlay-public-card {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {
    .container-main-internal-v1 {
        grid-template-columns: 500px 300px;
    }
}
@media screen and (max-width: 1024px) {
    .container-main-internal-v1 {
        grid-template-columns: 401px 300px;
    }
}
@media screen and (max-width: 768px) {
    .container-main-internal-v1 {
        grid-template-columns: 288px 300px;
    }
}
@media screen and (max-width: 640px) {
    .container-main-internal-v1 {
        grid-template-columns: 300px;
        grid-auto-rows: 300px;
    }
}

/* card populates */
.container-main-items-card-blurred-v1{
    display: grid;
    grid-template-columns: 360px 360px 360px;
    gap: 25px;
    margin: auto;
    place-content: center;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {
    .container-main-items-card-blurred-v1 {
        grid-template-columns: 360px 360px;
    }
}
@media screen and (max-width: 1024px) {
    .container-main-items-card-blurred-v1 {
        grid-template-columns: 360px 360px;
        gap: 15px;
    }
}
@media screen and (max-width: 768px) {
    .container-main-items-card-blurred-v1 {
        grid-template-columns: 360px;
    }
}
@media screen and (max-width: 640px) {
    
}
.container-subcontent-travel-v1 {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 15px;
    place-content: space-between;
}
.container-footer-transportation-v1 {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 15px;
    place-content: space-between;
}
.container-blog-general-item{
    /* display: grid;
    grid-template-columns: 450px;
    grid-template-rows: 250px 450px; */
    display: flex;
    /* grid-template-rows: 250px 450px; */
    flex-direction: column;
    width: 320px;

}
.container-header-item-blog {
    height: 240px;
    box-shadow: 0px 0px 7px 1px #a5a5a5;
    border-radius: var(--border-radius-medium);
    overflow: hidden;
}
.link-item-blog-v1 {
    height: inherit;
    width: inherit;
    display: block;
}
.link-item-blog-v1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-body-main-item-blog {
    box-shadow: 0px 0px 7px 1px #e1e0e0;
    width: 93%;
    margin: auto;
    position: relative;
    top: -23px;
    background-color: #fff;
    border-top: 3px solid var(--warning);
    border-radius: var(--border-radius-medium);
    overflow: hidden;
}
.content-blog-title {
    padding: 15px;
    font-size: 1.01rem;
    text-align: center;
    position: relative;
    height: 90px;
    /* box-shadow: 0px 0px 4px 0px #373434; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-blog-title h2 {
    font-size: inherit;
}
.subcontent-information-blog-v1 {
    display: grid;
    grid-template-rows: 70px 80px;
    padding: 25px;
    padding-top: 0px;
    color: #ffff;
}
.catregory-item-blog {
    font-size: 0.95rem;
    text-align: center;
    height: max-content;
    width: auto;
    margin: auto;
    /* background: #2e2c2c; */
    background: var(--color-primary-dark);
    color: #ffff;
    border-radius: var(--border-radius-medium);
    padding: 5px 15px;
}
.container-description-v1 {
    text-align: center;
    color: #6b6b6b;
}
.container-description-v1 p {
    line-height: 20px;
    font-size: 0.92rem;
}
.border-ficti {
    border: 1px solid rgb(233 233 233 / 39%);
    width: 90%;
    margin: auto;
}
.container-button-action-blog {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-button-action-blog a {
    color: #00263d;
    /* color: #3b3737; */
    /* margin: auto; */
    display: block;
    width: max-content;
    font-size: 1.11rem;
    font-weight: 500;
}
.article-blog-slider {
    width: 1050px;
    margin: auto;
}
.overlay-blog-v1 {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(rgb(255 255 255 / 0%) 0%, rgb(97 97 97 / 5%) 100%);
    height: 15%;
    z-index: 1;
    filter: drop-shadow(2px 4px 6px black);
}
.article-blog-slider  {
    width: 1010px;
}
.container-blog-general-item .link-item-blog-v1 img {
    transition: all 0.3s ease-in-out;
}
.container-blog-general-item:hover .link-item-blog-v1 img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {
    .article-blog-slider  {
        width: 1000px;
    }
}
@media screen and (max-width: 1024px) {
    .article-blog-slider {
        width: 670px;
    }
}
@media screen and (max-width: 768px) {
    .article-blog-slider {
        width: 332px;
    }
}
@media screen and (max-width: 640px) {
    .article-blog-slider {
        width: 322px;
    }
}

/* dots personalice */
.personalize-dots-v1.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    /* border: solid 2px #ec927e; */
    border: solid 2px var(--color-primary-dark);
    background: white;
    margin: 0px 8px;
    border-radius: 50%;
}
.personalize-dots-v1.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    /* background: #ec927e; */
    background: var(--color-primary-medium);
}
.title-reutiliced {
    text-align: center;
    margin-bottom: 18px;
    margin-top: 18px;
}
.title-reutiliced h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.45rem;
}
.decoration-color {
    /* color: #ec927e; */
    color: var(--color-accent-gold);
}
.btn-especific-v2 {
    background-color: var(--color-accent-gold);
    color: #fff;
    box-shadow: 0 12px 18px rgb(255 191 60 / 22%) !important;
    border-radius: 50px;
    font-weight: 500;
}

.civi-theme.personalize-dots-v1.owl-theme .owl-dots .owl-dot span {
    border: solid 2px var(--color-accent-orange);
}

.civi-theme.personalize-dots-v1.owl-theme .owl-dots .owl-dot.active span, .civi-theme.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-accent-gold);
}
.civi-theme .owl-nav button.owl-next, .civi-theme .owl-nav button.owl-prev {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: var(--color-accent-orange);
}

.civi-theme .owl-nav button.owl-prev {

}
.civi-theme.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease-out;
}

.civi-theme.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--color-accent-orange);
}

.card-img-vehicucle-v1 {
    height: 250px;
    /* width: 250px; */
    width: 100%;
}
.card-img-vehicucle-v1 a {
    width: inherit;
    height: inherit;
    display: block;
}
.card-img-vehicucle-v1 img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.card-body-vehivule {}
.card-title-vehicucle .card-name-service-vehicule h2 {
    font-size: 1.05rem;
}
.card-title-vehicucle .card-model-vehicucle-v1 h2 {
    font-size: 1.05rem;
}
.information-extra h3 {
    font-size: 1.05rem;
}
.card-list-vehicucle-v1 {
    /* width: 270px; */
    width: inherit;
    background-color: #ffff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
}
.container-general-list-vehicules-v1 {
    display: grid;
    grid-template-columns: 374px 374px 374px;
    gap: 5px;
    place-content: center;
    transition: all 0.3s ease;
}
.card-title-vehicucle {
    padding: 10px;
}
.container-general-list-vehicules-v1 .capacidad.container__Information__paxs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {
    .container-general-list-vehicules-v1 {
        grid-template-columns: 374px 374px;
    }
}
@media screen and (max-width: 1024px) {
    
}
@media screen and (max-width: 768px) {
    .container-general-list-vehicules-v1 {
        grid-template-columns: 374px;
    }
}
@media screen and (max-width: 640px) {
    
}

.btn-personalize-vehicules-v1 {
    
}