.offerHotel {
    position: absolute;
    top: 10px;
    right: -100px;
    z-index: 1;
    transition: all .5s ease-in;
}

.offerHotel span {
    background: #ffee60;
    padding: 3px 5px;
}

.single-package:hover > .offerHotel {
    right: 0;
}

.hotelTop {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}

.hotelTop span {
    background: #c82020;
    padding: 3px 6px;
    color: #fff;
}

.imgHotel {
    height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.imgHotel:hover {
    transform: scale(1);
}

.loading-hotels {
    overflow: hidden;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: preload;
    animation-timing-function: linear;
    background: linear-gradient(to right, #f4f4f4 8%, #f0f0f0 18%, #fdfdfd 33%);
    padding: 0;
    border: 1px solid #fff;
    border-radius: 0;
    max-height: 520px;
}

.loading-hotels img {
    max-width: 100%;
    width: 100%;
    height: 530px;
}

@keyframes preload {
    0% {
        background-position: 0
    }

    100% {
        background-position: 500px
    }
}

.btnFiltro {
    width: 100%;
    margin-bottom: 12px;
    background: #11265d;
    color: #fff;
}

.btnFiltro:hover,
.btnFiltro:focus,
.btnFiltro:active {
    color: #fff;
    box-shadow: 0 0 8px #ccc;
    background: #ff1865;
}

.htmlAlojamientos {
    position: relative;
}

.loadingHotels {
    display: none;
}

.boardHotel {
    background: #fff;
    color: #574f4f;
    padding: 4px 9px;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    margin: 10px 0;
    font-weight: bold;
    box-shadow: 0 0 6px #ccc;
}

.boardHotel i {
    font-size: 13px;
    color: #11265d;
    margin-right: 5px;
}

.listaAmenidades ul {
    margin-bottom: 15px;
}

.listaAmenidades ul li i {
    color: #37b721;
}

.listaAmenidades ul li {
    color: #727272;
    margin-bottom: 2px;
}

.listaAmenidades ul li span {
    color: #c82020;
}

.btnCheckout {
    position: fixed;
    bottom: 100px;
    z-index: 9999;
    right: 14px;
}

.btnCheckout a {
    background: #11265d;
    color: #fff;
    padding: 9px 13px;
    box-shadow: 0 0 3px #11265d;
    font-size: 25px;
    border-radius: 50%;
    position: relative;
}

.btnCheckout a:hover {
    box-shadow: 0 3px 10px #11265d;
}

.btnCheckout a span {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    background: #9d0808;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.7;
}

.single-package-details .single-package-title h2 span {
    font-size: 13px;
}

.single-package-details .single-package-title h2 span i {
    color: gold;
}

/* CSS RENDERIZADO DE HABITACIONES */

.box-style {
    padding: 6px 5px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px #ccc;
    background: #fff;
    border-radius: 3px;
}

.box-style:hover > .img-hab {
    transform: scale(0.95);
}

.box-style h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.box-style p {
    margin: 0;
}

.box-style em {
    font-size: 12px;
    color: #727272;
    display: block;
}

.img-hab {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.box-titulos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.box-titulos span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #11265d;
}

.habreem.yes {
    color: #37b721;
}

.habreem.not {
    color: #e83131;
}

.boardTitle {
    background: #37b721;
    color: #fff;
    padding: 2px 6px;
    display: inline-block;
    font-size: 14px;
    border-radius: 0 10px 10px 0;
    margin: 10px 0;
}

.btnMuestraHab {
    width: 100%;
    margin-bottom: 10px;
    background: #11265d;
    color: #fff;
}

.btnMuestraHab:hover,
.btnMuestraHab:focus,
.btnMuestraHab:active {
    color: #fff;
    background: #ff1865;
}

/* CSS PREVENTA.PHP */

.preventaCard {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
}

.preventaDesc {
    padding: 10px 0;
}

.preventaDesc h3 {
    font-size: 17px;
    font-weight: 400;
    color: #11265d;
    margin-bottom: 0;
}

.preventaDesc span {
    color: #4a4545;
    font-weight: 400;
}

.preventaDesc h4 {
    font-size: 23px;
    color: #2d2d2d;
    margin: 0;
    margin-top: 8px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.preventaDesc p {
    margin: 0;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1;
}

.btnRegresar {
    background: #11265d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.btnRegresar.red {
    background: #c11313;
}

.btnRegresar:hover,
.btnRegresar:active,
.btnRegresar:focus {
    color: #fff;
}

.float-prevent {
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 7px #717171;
}

.float-prevent-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.float-prevent h3 {
    font-size: 19px;
    color: #5e5e5e;
    font-weight: 100;
    margin: 0;
}

.float-prevent h3 span {
    font-size: 24px;
    font-weight: 400;
    display: block;
}

.float-prevent p {
    font-size: 12px;
    color: #5e5e5e;
    margin: 0;
}

.float-prevent p span {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #258a25;
    line-height: 0.6;
}

.float-prevent a {
    background: #11265d;
    color: #fff;
    padding: 5px 15px;
    font-size: 25px;
    border-radius: 3px;
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 7px;
}

/******************************/

/* CSS CHECKOUT.PHP */

.alerta-titular {
    background: #11265d;
    padding: 12px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 0 7px #ccc;
}

.alerta-titular p {
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-size: 15px;
    text-align: center;
}

.checkout-area {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.checkout-div {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.checkout-div h3 {
    border-bottom: 2px solid #c4c4c4;
    padding-bottom: 4px;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 14px;
    text-transform: none;
}

.checkout-div p {
    margin: 0;
}

.checkout-div h4 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 10px;
    background: #11265d;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 2px;
}

.checkout-div a {
    font-size: 18px;
    font-weight: 900;
    color: #11265d;
}

.checkout-content h5 {
    font-size: 19px;
    margin: 8px 0;
    font-weight: 900;
}

.checkout-content h6 {
    font-size: 16px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-content p {
    font-size: 16px;
    margin-bottom: 3px;
    text-align: justify;
}

.checkout-content p span {
    font-weight: 900;
}

.checkout-content label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #535353;
}

.checkout-content input,
textarea {
    padding: 5px 5px !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
}

.checkout-content input:focus {
    box-shadow: none;
    border-color: #11265d;
    outline: 0;
    background: #f2f2f2;
}

.checkout-btn-siguiente {
    background: #45bd45;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    padding: 5px 15px;
}

.checkout-btn-siguiente:hover {
    color: #fff;
}

.checkout-divider {
    border: 2px solid #9f9f9f;
    border-radius: 3px;
    margin-bottom: 20px;
}

.line-tarjeta {
    position: absolute;
    top: 7px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.checkout-descuento {
    background: #fbd84f;
    padding: 3px 5px;
    border-radius: 3px;
    box-shadow: 0 0 5px #fbd84f;
    color: #000;
    text-align: center;
}

.checkout-pago {
    display: flex;
    justify-content: space-between;
}

.checkout-pago span {
    font-size: 22px;
    font-weight: bold;
    color: #45bd45;
}

.checkout-pago span span {
    font-size: 15px;
}

.checkout-pago label {
    margin: 0;
}

.checkout-pago label i {
    width: 30px;
}

#datos-tarjeta-div {
    display: none;
}

.form-error {
    border-color: red !important;
}

.form-error-politicas {
    color: red !important;
}

/******************************/

/* ESTILOS BANNERS 1 X 2(SLIDER) */
.promociones img {
    border-radius: 0;
    width: 100%;
}

.promociones {
    margin-bottom: 30px;
    padding: 15px 0;
}

.nopadd {
    padding: 0 !important;
}

.prom {
    padding: 0 4.4px;
}

.prom2 {
    padding: 0 0;
}

/*****************************/

:root {
    --loading-grey: #ededed;
}

.card {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .12);
    margin-bottom: 15px;
}

.image {
    height: 200px;
}

.image img {
    display: block;
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.content {
    padding: 1rem 1rem;
}

h4 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.description {
    font-size: 1rem;
    line-height: 1.4rem;
}

.loading .image,
.loading h4,
.loading h3,
.loading h2,
.loading p,
.loading .description,
.loading h1 {
    background-color: var(--loading-grey);
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.loading h4 {
    min-height: 1.6rem;
    border-radius: 4px;
    animation-delay: .05s;
    /* margin-bottom: -8px; */
}

.loading h3 {
    min-height: 1rem;
    border-radius: 4px;
    animation-delay: .05s;
    /* margin-bottom: -10px; */
}

.loading h2 {
    min-height: 1rem;
    border-radius: 4px;
    animation-delay: .05s;
    width: 50%;
}

.loading p {
    min-height: 1rem;
    border-radius: 4px;
    animation-delay: .05s;
    width: 50%;
    float: right;
    margin: 10px 0;
}

.loading h1 {
    min-height: 2rem;
    border-radius: 24px;
    animation-delay: .05s;
    position: relative;
    margin-top: 46px;
}

.loading .description {
    min-height: 4rem;
    border-radius: 4px;
    animation-delay: .06s;
}

.loading .description {
    min-height: 4rem;
    border-radius: 4px;
    animation-delay: .06s;
}

/* Style checkout */
#mostrarAlertaHab {
    display: none;
    transition: all .5s ease-in-out;
}

.habNueva {
    position: absolute;
    right: 65px;
    background: #012662;
    padding: 8px 10px;
    top: -7px;
    width: 410px;
}

.habNueva::after {
    content: '';
    position: absolute;
    top: 12px;
    right: -6px;
    background: #012662;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}

.habNueva p {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

/* New Style added */
.slider-panel-text {
    /** CSS slider original theme */
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    /** CSS custom */
    background-color: rgb(0, 0, 128, 0.2);
    width: 1920px;
    height: 313px;
    padding: 15px;
    z-index: 6;
}

.slider-text {
    margin: 3% 10% !important;
}

.quotation {
    font-size: 60px !important;
}

.author-quotation {
    font-size: 30px !important;
    text-align: right !important;
}

.text-parallax {
    font-family: 'Poppins',serif !important;
    font-size:41px;
    font-weight:500;
    color: #FFFFFF;
}

 /* Servicios */
.service-content {
    color: #3c3c3c;
    font-size: 17px;
    transition: all ease-in-out 0.5s;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}

.service-content h3 {
    margin: 0;
}

.service-style:hover > .service-text {
    color: #37b721 !important;
}

.service-style:hover {
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.custom-justify {
    display: flex;
    justify-content: center;
}

.img-slide-conoce {
    width: 100%;
    border-radius: 20px;
    height: 216px;
}

.border-testimonial {
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #000080;
}

/* Custom Css Hoteles*/
.background-hoteles {
    background-image: url('/images/sarahi/hoteles/banner_hoteles.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.background-hoteles .txt-bg-hotel, .background-vuelos .txt-bg-vuelos,
.background-circuitos .txt-bg-circuito, .background-nosotros .txt-bg-nosotros {
    padding: 70px 0;
    color: white;
    font-size: 70px;
}

.texto-intro {
    padding: 50px 0;
}

.texto-hotel {
    color: #11265D;
    font-family: "Roboto", sans-serif;
}

.titulo-hotel {
    font-size: 30px;
}

.descripcion-hotel {
    font-size: 17px;
}

.descripcion-circuito {
    font-size: 20px;
}

.single-hotel-area {
    background-image: url('/images/sarahi/hoteles/fondoglobos.png');
    background-repeat: no-repeat;
    background-position: 90% -10px;
    padding: 50px 0 !important;
    background-size: 31%;
}

.single-hotel-area img {
    width: 100%;
}

.single-hotel {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px 0;
}

.hotel-content {
    position: absolute;
    bottom: 0;
    background-color: rgb(17 38 93 / 30%);
    width: 100%;
    border-radius: 10px;
    padding: 5px 0;
}

.hotel-content h3 {
    font-size: 30px;
    color: white;
    margin: 0;
}

.slider-hotel-area {
    position: relative;
    z-index: 1;
}

.hotel-slider {
    padding: 80px 0;
}

.hotel-slider img {
    border-radius: 10px;
    width: 100%;
    height: 270px;
}

.prom2 {
    padding: 0 3px;
}

.prom {
    padding: 0 8px;
}

/* css formulario contacto */
.formulario-hotel {
    padding-top: 50px;
    padding-bottom: 80px;
}

.formulariosContacto {
    background: #000080;
    padding: 50px 20px;
    border-radius: 30px;
    height: 100%;
}

.formulariosContacto h3 {
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.formulariosContacto textarea {
    resize: none;
}

.formulariosContacto input, .formulariosContacto select, .formulariosContacto textarea {
    padding: 15px 10px;
    border-radius: 15px !important;
    margin-bottom: 15px;
    font-size: 15px;
    height: initial;
}

.formulariosContacto button {
    background: #4B99EB;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* CSS Transportación */
.background-transportacion {
    background-image: url('/images/sarahi/transporte/bannertransporte.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.background-transportacion .txt-bg-transportacion {
    padding: 60px 0;
    color: white;
    font-size: 65px;
}

.transport {
    padding: 10px 0;
}

.transport .transport-img {
    border-radius: 20px;
}
.transport .transport-descrip {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    color: #11265D;
}

.transport .transport-caract {
    background: darkblue;
    color: #FFFFFF;
    padding: 5px 0;
    font-family: 'Roboto', sans-serif;
}

.transport .transport-list {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    color: #11265D;
}

/* CSS Vuelos */
.background-vuelos {
    background-image: url('/images/sarahi/vuelos/bannervuelos.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.imagen-vuelos {
    box-shadow: 1px 0 7px #ccc;
    margin-bottom: 25px;
    width: 90%;
}

/* CSS Contacto */
.background-nosotros {
    background-image: url('/images/sarahi/nosotros/bannernosotros.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.nosotros-contenido p {
    margin: 8px;
}

.nosotros-contenido ul{
    column-count: 3;
}

.nosotros-contenido ul li{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #727272;
}

.nosotros-contenido ul li i{
    color: #258a25;
}

/* Preguntas Frecuentes */
.card {
    border: 2px solid darkblue;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    color: darkblue;
    padding: 0 10px;
}

.card h5 {
    margin: 0;
    line-height: 1.6;
}

.card img {
    width: 25px;
}

.card span {
    font-size: 17px;
    font-weight: revert;
}

.card a {
    padding: 2px;
}

.card-body {
    padding: 12px;
}

.description-destino {
    height: 150px;
}
.description-destino p {
    color: black !important;
    text-align: justify;
    font-size: 15px !important;
}

/* Style Home*/
.btn-destino {
    border-radius: 20px !important;
}

.btn-destino:hover {
    background: #ff1865 !important;
    color: #FFFFFF;
}
.travel-primary-btn:hover {
    background: #ff1865;
}

.logo-area{
    width: 200px;
}

.menu-mobile{
    display: none;
    text-align: end;
    margin-top: 25px;
}

.menu-mobile a{
    font-size: 20px;
    color: #11265d;
    padding: 10px 10px;
    background: #ccc;
    border-radius: 5px;
    text-decoration: none;
}

.header-nav{

}

.destinos-img{
    height: 300px;
}

.footer-logo{
    margin-bottom: 20px;
}

.footer-sectur{

}

.banner-mobile{
    display: none;
}

.motor-busqueda-mobile{
    background: #f1f1f1;
    padding: 20px 0px;
}

.bnt-filtro-mobile{
    display: none;
    width: 100%;
    text-align: center;
    background: #012662;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 19px;
    padding: 4px 0px;
}

.filtros-resp{
    display: block;
}


.slider-hotel-img{
    height: 460px;
}

.content-area{
    margin-top: 15px;
}

/* RESPONSIVE */

@media (max-width: 768px){
    header{
        position: fixed;
    }

    .to-top a{
        right: 15px;
        bottom: 20px;
        top: initial;
    }

    .menu-mobile{
        display: block;
    }
    .logo-area{
        width: 150px;
    }

    .header-nav{
        display: none;
        position: fixed;
        top: 125px;
        right: 15px;
        background: #fff;
        z-index: 9999;
    }

    .header-bottom-area .main-menu > li{
        display: block !important;
        padding: 10px 20px !important;
    }

    .header-bottom-area .main-menu > li > a::before{
        bottom: -25% !important;
    }

    .slider-area{
        display: none;
    }

    .tabbased-search-area{
        background: #11265d;
        position: relative;
        margin: 135px 0px 0px;
    }

    .div_form__{
        position: initial;
        padding: 15px 0px;
        border-radius: 0;
    }

    .input_motor_home__{
        border-radius: 5px;
        padding: 12px 15px;
        margin-bottom: 10px;
    }
    
    .consultar_btn__{
        padding: 12px 15px;
        margin-top: 10px;
    }

    .destinos{
        width: 100%;
        left: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 5px 0px #575757;
    }

    .div_absolute_habitaciones{
        width: 100%;
        left: 0;
        top: 55px;
    }

    .background-hoteles, .background-vuelos, .background-circuitos, .background-nosotros, .background-transportacion{
        height: 160px;
        background-size: cover;
        margin-top: 125px;
    }

    .background-hoteles .txt-bg-hotel, .background-vuelos .txt-bg-vuelos, .background-circuitos .txt-bg-circuito, .background-nosotros .txt-bg-nosotros, .background-transportacion .txt-bg-transportacion{
        font-size: 40px;
        padding: 50px 0px;
    }

    .pt-100{
        padding-top: 20px;
    }

    .popular-packages .single-package{
        border-radius: 0px;
    }

    .destinos-img{
        height: 220px;
    }

    .count-down-bg{
        background-position: center;
    }

    .count-down-bg .buy-now{
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .text-parallax{
        font-size: 25px;
        text-align: center;
    }

    .img-slide-conoce{
        margin-bottom: 30px;
    }

    .single-travel{
        border-radius: 8px;
    }

    .single-travel .travel-number span{
        font-size: 30px !important;
    }

    .single-travel .travel-content h4{
        font-size: 24px !important;
    }

    .single-travel .travel-content p{
        width: 100%;
        font-size: 18px;
        text-align: justify;
    }

    .img-slide-conoce{
        height: 150px;
        margin-bottom: 30px;
        border-radius: 8px;
    }

    .section-paddings{
        padding: 30px 0px;
    }

    .testimonial-area .top-testimonial-image .slider-nav{
        padding: 0;
    }

    .footer-area{
        padding-top: 15px;
    }

    .footer-logo{
        width: 200px;
    }

    .footer-sectur{
        width: 200px;
        display: none;
    }

    .single-footer{
        text-align: center;
    }

    .single-recent-post{
        margin-bottom: 15px;
    }

    .footer-area .single-footer .footer-title{
        padding: 0;
    }

    .footer-area .single-footer .footer-title h3{
        margin-bottom: 10px;
        font-size: 25px;
    }

    .footer-area .single-footer .single-recent-post .recent-post li{
        display: block;
        margin: 3px 0px;
    }

    .footer-social-link{
        padding: 0px 30px 25px 80px;
    }

    .footer-area .single-footer .footer-social-media .footer-social-link li{
        display: block;
        text-align: left;
        font-size: 18px;
    }

    .footer-area .single-footer .footer-social-media .footer-social-link li img{
        width: 20px;
        margin-right: 10px;
    }

    .footer-area .single-footer .footer-social-media .footer-social-link li a{
        font-size: 17px;
    }

    .footer-area .footer-bottom::before{
        top: 0;
    }

    .footer-bottom{
        padding-top: 15px;
    }

    .texto-intro{
        padding-top: 30px;
        padding-bottom: 0;
    }

    .titulo-hotel{
        text-align: center;
    }

    .descripcion-hotel{
        text-align: justify;
    }

    .single-hotel-area{
        background: none;
    }

    .single-hotel{
        display: block;
    }

    .hotel-image img{
        width: 100%;
        height: 260px;
    }

    .hotel-content h3{
        font-size: 25px;
    }

    .promo-slider{
        display: none;
    }

    .hotel-slider{
        padding: 15px 0px;
    }

    .hotel-slider img{
        height: 200px;
    }

    .formulariosContacto{
        margin-top: 25px;
        border-radius: 20px;
    }

    .banner-desktop{
        display: none;
    }

    .banner-mobile{
        display: block;
        margin-bottom: 20px;
    }

    .descripcion-circuito{
        text-align: justify;
    }

    .transport{
        padding: 20px 0px;
    }

    .transport .transport-img{
        width: 100%;
        height: 300px;
    }

    .transport .transport-descrip{
        text-align: justify;
    }

    .imagen-vuelos{
        width: 100%;
        
    }

    .nosotros-contenido{
        margin-bottom: 20px;
    }

    .nosotros-contenido p{
        margin: 10px 0px;
    }

    .nosotros-contenido ul{
        column-count: 2;
    }

    .contact-title{
        text-align: center;
    }

    .address{
        text-align: center;
    }

    .menu-footer-mobile{
        display: none;
    }

    .menu-footer-title-mobile{
        display: none;
    }

    .motor-busqueda-mobile{
        background: #11265d;
        margin-top: 135px;
        margin-bottom: 0px;
    }

    .div_habitaciones{
        margin-top: 10px;
    }

    .bnt-filtro-mobile{
        display: block;
    }

    .filtros-resp{
        display: none;
        margin-bottom: 20px;
    }

    .total-hotels-title{
        font-size: 17px;
        line-height: 1;
    }

    .prom2{
        padding: 0px 15px;
    }

    .filtros{
        padding: 5px 10px;
    }

    .content-input{
        margin-bottom: 9px;
        font-size: 13px;
    }

    .contendorinfo-hotel-detalle{
        margin-top: 135px;
    }

    .single-package-details .single-package-title h2{
        font-size: 20px;
    }

    .slider-hotel-img{
        height: 235px;
    }

    .adding-form{
        margin-top: 20px;
    }

    .package-tab-menu .package-tab-menu li{
        display: block;
    }

    .info-details{
        column-count: 1 !important;
    }

    .listaAmenidades ul{
        column-count: 1 !important;
        text-align: left;
    }

    .related-title h2{
        margin-left: 0;
        font-size: 26px;
    }

    .box-titulos{
        display: none;
    }

    .box-style button{
        margin-top: 15px;
    }

    .checkout-area{
        margin-top: 135px;
        padding: 0;
    }

    .preventaDesc{
        padding: 10px 10px;
    }

    .float-prevent-desc{

    }

    .float-prevent p span{
        font-size: 20px;
        line-height: 1;
    }

    .float-prevent a{
        position: initial;
        width: 100%;
        text-align: center;
        padding: 0px 0px;
        font-size: 20px;
        margin-top: 13px;
    }

}