.itemFil .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.btn-wrap {
    display: flex;
    align-items: center; 
}

.text-one {
    display: flex;
    align-items: center; 
}

.text-one img {
    margin-right: 5px; 
}

.post-widget_block {
    display: flex;
    align-items: center; 
}

.post-widget_block-image {
    margin-right: 15px; 
}

.post-widget_content {
    display: flex;
    align-items: center; 
}

.post-widget_heading,
.post-widget_date {
    margin: 0; 
}

.titulos-debes-saber {
    font-family: var(--font-family-MyriadPro) !important;
    font-size: 16px !important;
    line-height: 10px !important;
    color: #0095B2 !important;
    font-weight: bold !important;
}

.leer-mas-debes-saber {
    font-family: var(--font-family-MyriadPro) !important;
    font-size: 14px !important;
    line-height: 10px !important;
    color: rgba(0, 149, 178, 0.5) !important;
    font-weight: bold !important;
}


.hotel-block_one {
    max-width: 300px; 
    height: 300px; 
    border-radius: 10px; 
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.hotel-block_one-image {
    position: relative;
}

.rating {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 5px;
    border-radius: 50%; 
}

.hotel-block_one-content {
    padding: 20px;
}

.hotel-block_one-heading {
    margin: 0 !important;
    font-size: 18px !important;
    font-family: var(--font-family-Humanistist521BT-Bold) !important;
}

.tour-block_one-text {
    margin: 0 !important;
    font-size: 1.8vh !important;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
}

.hotel-block_one-arrow {
    font-size: 24px; 
    color: #333; 
}

.news-one_more {
    display: inline-block;
    vertical-align: middle;
}

.heart-container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; 
}

.destacado-text {
    text-align: right;
    font-family: 'MadeOkineSansBold', sans-serif;
    color: #931D25;
}

.titulos-seccion-3 {
    position: absolute;
    font-family: Humanistist521BT-Bold !important;
    font-size: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.modulos-estilo-2:hover {
    transform: scaleX(1.50); 

}

.velo-negro {
    position: absolute;
    z-index: 999;
    top: 0;
    padding: 0 !important;
    height: 91vh;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: none;
}


.gallery-block_two {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    transition: box-shadow 0.3s ease;
    margin-bottom: 10px; 
    border-radius: 0;
}

.gallery-block_two.focus {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-block_two .overlay-box_two-inner {
    text-align: center; 
}

.gallery-block_two .title-description {
    margin-top: 20px; 
}


<!--
Agrega estos estilos en tu sección de estilos o enlaza un archivo de estilo externo

-->


.gallery-block_two .gallery-block_two-image {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    position: relative;
    border-radius: 0;
}

.gallery-block_two .favorite-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #ff5050;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 2;
}

.gallery-block_two-inner {
    border-radius: 0;
}

.favorite-circle {
    position: absolute;
    top: 10px; 
    right: 10px; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.favorite-circle .circle-number {
    background-color: #4CAF50; 
    color: #fff; 
    border-radius: 50%;
    width: 60px; 
    height: 60px;
    line-height: 60px; 
    text-align: center;
    font-size: 24px; 
    font-weight: bold; 
    position: relative;
    z-index: 9;
}


.favorite-circle .circle-month {
    font-size: 18px; 
    color: #fff; 
    text-align: center; 
    margin-top: 5px; 
    z-index: 9;
}

.favorite-circle .circle-number span {
    display: block;
}

.favorite-circle .circle-day {
    font-size: 24px; 
    font-weight: bold; 
    color: #fff; 
}


.search-input {
    width: 28.9vw;
    height: 7.5vh;
    border-radius: 25px; 
    padding: 10px;
    border: 2px solid #F8A51C;
    background-color: rgba(255, 255, 255, 0.7); 
    outline: none;
    color: #383838; 
    font-size: 2.5vh !important;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
}

.search-input::placeholder {
            text-align: center;
            color: #383838; 
            font-size: 2.5vh !important; 
            font-family: var(--font-family-Humanistist521BT-Roman) !important;
        }

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 9.968vh;
    height: 9.968vh;
}

.icon-svg {
    max-height: 5.667vh;
    height: 5.667vh;
    transition: max-height 0.3s ease-in-out;
}

.icon-svg.hover {
    max-height: 10vh;
}


.owl-theme .owl-controls .owl-buttons .owl-next2 {
    left: -45px;
    top: 45%;
}


::placeholder {
    font-family: var(--font-family-Humanistist521BT-Roman) !important;;
    font-size: 27px !important;
    font-weight: normal !important;
    letter-spacing: 0.93px !important;
    color: #383838 !important;
    color: rgb(56, 56, 56) !important;
}

::-ms-input-placeholder { 
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-size: 27px !important;
    font-weight: normal !important;
    letter-spacing: 0.93px !important;
    color: #383838 !important;
    color: rgb(56, 56, 56) !important;
}

.menu-op-actual {
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-weight: normal !important;;
    font-size: 19px !important;;
    letter-spacing: 0.85px !important;;
    color: #AD236C !important;
    color: rgb(173, 35, 108) !important;
}

.menu-op {
    font-family: var(--font-family-Humanistist521BT-Roman) !important;;
    font-weight: normal !important;;
    font-size: 19px !important;;
    letter-spacing: 0.85px !important;;
    color: #383838 !important;;
    color: rgb(56, 56, 56) !important;;
}


.content {
    padding-top: 1vh !important;
}

.icono-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#icono-img {
    transition: transform 0.3s ease-in-out;
}

.icono-container:hover #icono-img {
    transform: rotate(360deg);
}



.icono-container-2 {
    display: inline-block;
    position: relative;
}


#icono-img-fav,
#icono-hover-fav {
    transition: opacity 0.3s ease-in-out;
}


#icono-hover-fav {
    opacity: 0;
    display: none;
}


.icono-container-2:hover #icono-img-fav {
    opacity: 0;
    display: none; 
}

.icono-container-2:hover #icono-hover-fav {
    opacity: 1; 
    display: inline-block;
}


.client-one_image-box {
    width: 100% !important;
    max-width: 100% !important;
}

.client-one_image-box img {
    width: 100% !important;
    max-width: 100% !important;
}

.carousel-image {
    transition: opacity 1s ease-in-out; 
}

.hide {
    display: none;
    opacity: 0;
}

.gallery-block_two-text-two {
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-size: 13px !important;
    line-height: 12px !important;
    text-align: justify !important;
}

.gallery-block_two-location {
    font-size: 15.66px !important;
    font-family: var(--font-family-Humanistist521BT-Bold) !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.overlay-box_two {
    padding: 0 1vh !important;
    text-align: justify !important;
}


.row {
    display: flex;
}

.col {
    flex: 1;
    position: relative;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    display: block;
    transition: filter 0.3s;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 10px;
    box-sizing: border-box;
    transition: opacity 0.3s;
    pointer-events: none;
}


.vertical-title {
    writing-mode: vertical-lr;
    direction: ltr !important;
    text-orientation: sideways;
    color: white;
    margin-right: 3px;
    transition: transform 0.3s;
    transform: rotate(180deg);
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.vertical-title-hover {
    display: none;
    writing-mode: horizontal-tb;
    direction: ltr !important;
    text-orientation: upright;
    color: white !important;
    margin-right: 3px;
    transition: transform 0.3s;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.imagen-cultura {
    width: 11.2vw !important;
    height: 89vh !important;;
    object-fit: cover !important;;
    object-position: center !important;
}


.col:nth-child(1):hover .overlay {
    background-color: transparent;
}

.col:nth-child(1):hover .vertical-title-hover {
    display: block;
}

.col:nth-child(1):hover .imagen-cultura {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(1):hover .image-container {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(1):hover .vertical-title {
    display: none;
}


.col:nth-child(2):hover .overlay {
    background-color: transparent;
}

.col:nth-child(2):hover .vertical-title-hover {
    display: block;
}

.col:nth-child(2):hover .imagen-cultura {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(2):hover .image-container {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(2):hover .vertical-title {
    display: none;
}


.col:nth-child(3):hover .overlay {
    background-color: transparent;
}

.col:nth-child(3):hover .vertical-title-hover {
    display: block;
}

.col:nth-child(3):hover .imagen-cultura {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(3):hover .image-container {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(3):hover .vertical-title {
    display: none;
}


.col:nth-child(4):hover .overlay {
    background-color: transparent;
}

.col:nth-child(4):hover .vertical-title-hover {
    display: block;
}

.col:nth-child(4):hover .imagen-cultura {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(4):hover .image-container {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(4):hover .vertical-title {
    display: none;
}


.col:nth-child(5):hover .overlay {
    background-color: transparent;
}

.col:nth-child(5):hover .vertical-title-hover {
    display: block;
}

.col:nth-child(5):hover .imagen-cultura {
    width: 175% !important;
    left: -12.5% !important;
    z-index: 999 !important;
}

.col:nth-child(5):hover .image-container {
    width: 175% !important;;
    left: -12.5% !important;;
    z-index: 999 !important;
}

.col:nth-child(5):hover .vertical-title {
    display: none;
}


.col:nth-child(6):hover .overlay {
    background-color: transparent;
}

.col:nth-child(6):hover .vertical-title-hover {
    display: block;
}

.col:nth-child(6):hover .imagen-cultura {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(6):hover .image-container {
    width: 150% !important;
    z-index: 999 !important;
}

.col:nth-child(6):hover .vertical-title {
    display: none;
}


.col:nth-child(7):hover .overlay {
    background-color: transparent;
}

.col:nth-child(7):hover .vertical-title-hover {
    display: block;
}

.col:nth-child(7):hover .imagen-cultura {
    width: 175% !important;
    z-index: 999 !important;
    left: -75% !important;;
}

.col:nth-child(7):hover .image-container {
    width: 175% !important;
    left: -75% !important;;
    z-index: 999 !important;
}

.col:nth-child(7):hover .vertical-title {
    display: none;
}

input {
    text-align: center;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #BA007E;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    color: white;
}

.heart-icon {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    color: #fff; 
    width: 2.288vw !important;
    height: 2.288vw !important;
}

.desc-prin-icon {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    color: #fff; 
    width: 3.2vw !important;
    height: 3.2vw !important;
}
.ubica_filtros_conoce_mas{
    position: absolute !important;
    bottom: 10.5vh !important;
    left: 10px !important;
    color: #fff!important; 
    width: 10vw !important;
    height: 2.288vw !important;
}
.titulo_filtros_conoce_mas{
    font-family : var(--font-family-Humanistist521BT-Bold)!important;
    font-weight : bold!important;
    font-size : 27px!important;
    width: 15vw;
    color : #FFFFFF!important;
}
.sub_titulo_filtros_conoce_mas{
    font-family : var(--font-family-Humanistist521BT-Roman)!important;
    font-weight : normal!important;
    font-size : 20px!important;
    width: 15vw;
    color : #FFFFFF!important;
}
.titulo-destinos-hover {
    font-size: 2.5vh !important;
    font-family: var(--font-family-Humanistist521BT-Bold) !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.gallery-block_two-text-two {
    text-align: justify;
    text-justify: inter-word;
}

.btn_busqueda_ava_sup {
    width: 14%;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-style: Solid;
    border-color: rgba(56, 56, 56, .3);
    border-width: 0.3px;
    border-radius: 3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-size: 12px;
    letter-spacing: 0.68px;
    color: #808080;
    color: rgb(128, 128, 128);
    display: inline-block;
    height: 4vh;
    margin-right: 1vw;
    padding: 0 !important;
}
.list-group-item{
    height: 5vh!important;
}
.list-group-item-hijos{
    height: 4vh!important;
    cursor: pointer;
    margin-bottom:0!important;
}
.btn_busqueda_ava_izq {
    width: 100%!important;
    background: #FFFFFF!important;
    background: rgba(255, 255, 255, 1)!important;
    border-bottom: solid rgba(204, 204, 204, .5) .2px!important;
    font-family: var(--font-family-Humanistist521BT-Bold) !important;
    font-weight: bold!important;
    font-size: 1.8vh!important;
    letter-spacing: 0.53px!important;
    color: #808080!important;
    display: flex!important;
    align-items: center!important;
    height: 5vh!important;
    margin-right: 1vw!important;
    padding: 0 !important;
}
.btn_busqueda_ava_izq::placeholder {
    width: 100%;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-bottom: solid rgba(204, 204, 204, .5) .2px;
    font-family: var(--font-family-Humanistist521BT-Bold) !important;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.53px;
    color: #808080;
    display: flex;
    align-items: center;
    height: 8vh;
    margin-right: 1vw;
    padding: 0 !important;
}
.btn_busqueda_ava_izq_sub {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-style: Solid;
    border-color: rgba(56, 56, 56, .3);
    border-width: 0.3px;
    border-radius: 3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: var(--font-family-Humanistist521BT-Bold) !important;
    font-size: 14px;
    letter-spacing: 0.53px;
    color: #808080;
    color: rgb(128, 128, 128);
    display: inline-flex;
    padding: 2vh;
    text-align: center;
    margin-right: 0.4vw;
    margin-bottom: 0.8vh;
}

.conoce_mas_items{
    padding: 5px!important;
    position: absolute!important;bottom: 2.5vh!important;left: .3vw!important;
}
.conoce_mas_items_titulo{
    font-family : var(--font-family-Humanistist521BT-Bold)!important;    font-weight : bold!important;font-size : 20px!important;
}
.conoce_mas_items_sub_titulo{
    margin-top: -.5vh!important;font-size: 16px!important;
    font-family : var(--font-family-Humanistist521BT-Roman)!important;
}


.item-prox-even-carousel.style-two.all.web.cloud.shadow-lg.shadow-3d.rounded .card:hover .cor-hover {
    display: block!important;
}

.item-prox-even-carousel.style-two.all.web.cloud.shadow-lg.shadow-3d.rounded .card:hover .card-body {
    opacity: 1!important;
    background-color: white !important;
}
.item-prox-even-carousel{
    cursor: pointer;
}


.proximos-event-footer.style-two.all.web.cloud.shadow-lg.shadow-3d.rounded .card:hover .cor-hover {
    display: block!important;
}
.proximos-event-footer.style-two.all.web.cloud.shadow-lg.shadow-3d.rounded .card:hover .card-body {
    opacity: 1!important;
    background-color: white !important;
}
.proximos-event-footer{
    cursor: pointer;
}

.fecha-prox-eventos-sup {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    height: 8vh !important;
    display: inline-block;
    width:auto !important;
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.texto-prox-eventos
{
    font-family : var(--font-family-Humanistist521BT-Roman);
    font-size : 12px;
    letter-spacing : 1px;
    text-transform : uppercase;
    color : rgb(56, 56, 56)!important;
}
.titulo-prox-eventos{
    font-family : var(--font-family-Humanistist521BT-Bold);
    font-weight : bold;
    font-size : 14px;
    letter-spacing : 1.3px;
    text-transform : uppercase;
    color : rgb(56, 56, 56);
    text-align: end;
}

