.main_hotel .info_title_main{
    top: 70%;
}
.main_hotel .info_title_main h2{
    font-size: 45px;
    text-transform: none;
}
.main_hotel .info_titulo{
    position: absolute;
    top: 20%;
}
.main_hotel .info_titulo h2{
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
}
.main_hotel .tabs_ul_a ul li .active{
    background-color: #026636;
    color: #ffffff;
}

.section_espacios .espacios_imgs .contenedor_espacio{
    height: 350px;
    border-radius: 20px;
    position: relative;
}
.section_espacios .espacios_imgs .contenedor_espacio p{
    margin: 0;
    position: absolute;
    left: 10px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5); /* Opcional para que se lea mejor el texto */
    padding: 5px 10px;
    border-radius: 4px;
}
.section_espacios .espacios_imgs .contenedor_espacio p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -53px;
    transform: translateY(-50%);
    width: 45px;
    height: 2px;
    background-color: #ffffff;
}
.section_espacios .espacios_imgs .col-lg-3:nth-child(1) .contenedor_espacio p,
.section_espacios .espacios_imgs .col-lg-3:nth-child(3) .contenedor_espacio p {
    top: 20px;
}

/* Segundo y cuarto ítem: texto abajo */
.section_espacios .espacios_imgs .col-lg-3:nth-child(2) .contenedor_espacio p,
.section_espacios .espacios_imgs .col-lg-3:nth-child(4) .contenedor_espacio p {
    bottom: 20px;
    top: auto; /* Aseguramos que `top` no afecte */
}
.espacios_imgs{
    background-color: #f2f2f2bf;
    padding: 38px 27px;
    border-radius: 20px;
}
.section_espacios .espacios_imgs .contenedor_espacio img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.alto_slider_habitaciones{
    height: 550px;
    position: relative;
}
.alto_slider_habitaciones img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.descripcion_habitacion{
    position: absolute;
    z-index: 9999;
    top: 45px;
    right: 10px;
    width: 415px;
    background-color: #026636cf;
    padding: 10px 20px;
    border-radius: 20px;
}
.descripcion_habitacion p{
    color: #ffffff;
    font-size: 24px;
    margin: 0px;
}
.owl-habitaciones{
    position: relative;
}
.owl-habitaciones .owl-dots{
    text-align: center;
    position: relative;
    top: -50px;
}
.owl-habitaciones .owl-dots button{
    background-color: #026636 !important;
    padding: 10px !important;
    height: 10px !important;
    width: 10px !important;
    margin: 0px 4px;
    border-radius: 20px;
}
.owl-habitaciones .owl-dots .active{
    background-color: #f2f2f2 !important;
    width: 30px !important;
}
.owl-habitaciones .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0px 30px;
}
.section_cafe_fondo .owl-habitaciones .owl-next{
    float: right;
}
.section_cafe_fondo .section_espacios .owl-habitaciones .owl-nav button{
    background-color: #f2f2f2;
    padding: 1px 16px 8px !important;
    font-size: 22px;
    font-weight: 900;
    border-radius: 50%;
}