/* Sobreescribir CSS de Slick Slider*/

.slick-prev,
.slick-next {
    width: 70px !important;
    height: 70px !important;
    z-index: 1;
}

.slick-prev::before,
.slick-next::before {
    font-size: 45px !important;
    opacity: 1 !important;
    color: #73ddc7 !important;
}


/* ------------------------- */


/* Sobreescribir CSS de Flatpickr */

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 5px 0 0 5px !important;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 5px 5px 0 !important;
}

.flatpickr-day {
    max-width: 42px !important;
    border-radius: 0 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #ee8821 !important;
    border-color: #ee8821 !important;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* -------------------------- */

.login{
    width: 100%;
    height: 100vh;
    text-align: center;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
}

.login h2 {
    font-size: 30px;
    font-weight: bold;
}

.login label{
    margin: 6px 0px;
    font-size: 12px;
}

.login input{
    width: 100%;
    border-radius: 3px;
    outline: none;
    border: 1px solid #ccc;
    padding: 4px 10px;
}

.login button{
    width: 100%;
    margin: 10px 0px;
    background: green;
    font-size: 16px;
}

.panel-cancelacion{
    height: 100vh;
}

.panel-cancelacion h2{
    font-size: 25px;
    font-weight: bold;
    margin: 4px 0px;
}

.panel-cancelacion input{
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 4px;
    font-size: 17px;
    margin: 4px 0px;
}

.panel-cancelacion button{
    width: 100%;
    margin: 5px 0px;
    font-size: 15px;
    font-weight: bold;
}


.div-section {
    margin: 20px 0px;
}

.div_consulta {
    position: absolute;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 3px #ccc;
    padding: 5px 5px;
    z-index: 1;
    text-align: center;
    right: -43px;
    top: 32px;
    display: none;
}

.div_consulta::before {
    content: '';
    top: -3px;
    border: 8px solid #fff;
    position: absolute;
    transform: rotate(136deg);
    left: 90px;
}

.div_consulta button {
    margin: 5px 0px 0px 0px;
    width: 100%;
    background: #9f9c9c;
}

.close_consulta {
    text-align: right;
}

.close_consulta span {
    font-size: 15px;
    margin: 0px 6px;
    cursor: pointer;
}

.cajaslider1 {
    position: absolute;
    top: 20px;
    z-index: 9999;
    right: 0px;
    width: 450px;
}

.cajaslider2 {
    position: absolute;
    top: 20px;
    z-index: 9999;
    left: 20px;
    width: 600px;
}

.cajaslider3 {
    position: absolute;
    bottom: 60px;
    z-index: 9999;
    right: 0;
    width: 650px;
}

.cajaslider1 h2,
.cajaslider2 h2,
.cajaslider3 h2 {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Styles para imagen de los parallax para secciones */

.parallax-1 {
    background: url("../images/latarifa/seccion-home-layour4-2080x1362.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.parallax-2 {
    background: url("../images/latarifa/seccion-home-layour4-2080x1362-2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.parallax-3 {
    background: url("../images/latarifa/parallax-nosotros-2080x1362.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.parallax::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.36;
    z-index: 0;
    top: 0;
}

.img-home {
    width: 100%;
}

.img-visa-master {
    width: 20%;
    border-radius: 20px;
}

.pos {
    position: relative;
    z-index: 1;
}

.padd {
    padding: 10px;
}

.paddbottom {
    padding-bottom: 10px;
}

.paddtopbot {
    padding: 0px 14px !important;
}

.martop15 {
    margin-top: 15px;
}

.martop20 {
    margin-top: 20px;
}

.martop30 {
    margin-top: 30px;
}

.margin20 {
    margin: 20px 0;
}

.marginbottom10 {
    margin-bottom: 40px;
}

.centrado {
    display: grid;
    align-items: center;
}

.img-formaspago {
    height: 192px !important;
}

.h192 {
    height: 192px;
}

.nopadd {
    padding: 0 !important;
}

.paddmenos {
    padding-top: 20px;
    padding-bottom: 20px;
}

.paddmas {
    padding: 80px 0px;
}

.imgdestino {
    transition: all 0.2s;
    width: 100%;
}

.cajatextodestino {
    position: absolute;
    bottom: 0px;
    background: #ef882182;
    width: 100%;
    z-index: 2;
}

.cajatextodestino h4 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 6px 0px;
    color: #fff;
}

.cajatextodestino p {
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 100;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}

.cajatextodestino p small {
    font-size: 13px;
}

.positiondestino {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 3s;
}

.positiondestino::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s;
}

.positionhotel {
    position: relative;
}

.positiondestino:hover>.cajabotondestino {
    opacity: 1;
}

.positiondestino:hover::before {
    opacity: 0.3;
}

.positiondestino:hover>img {
    transform: scale(1.40);
    transition: all 3s;
}

.buttondestino {
    background: #ef8a4a;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.buttondestino:hover,
.buttondestino:active,
.buttondestino:focus {
    color: #fff;
}

.cajabotondestino {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.hoveffect {
    box-shadow: 0px 0px 10px #ccc;
}

.hoveffect:hover {
    box-shadow: 0px 0px 10px 5px #ccc;
}

.w100 {
    width: 100%;
}

.star {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #009688;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 13px;
    color: #fff;
}

.promoazul {
    background: rgb(67, 67, 255);
    color: #fff;
    font-size: 12px;
    border-radius: 10px 0px;
    padding: 4px;
    margin: 0px 0px;
    position: absolute;
    right: 0px;
    bottom: 0;
    letter-spacing: 1px;
}

.detail {
    padding: 12px 20px;
}

.green-area {
    background: #42a7f1;
}

.shadow {
    box-shadow: 7px 7px 7px #7f7f7f;
    border: 1px solid #eee;
    border-radius: 7px;
}

.prom {
    padding: 0px 6px;
}

.promociones img {
    border-radius: 10px;
    width: 100%;
    /* height: 270px; */
}


/* Destinos */

.contenedordestino {
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 10px 3px #ccc;
    border-radius: 15px;
    transition: all 0.2s;
}

.contenedordestino:hover {
    box-shadow: 0px 0px 10px 6px #ccc;
    transform: scale(1.02);
}

.contenedordestino img {
    width: 100%;
    border-radius: 15px;
}

.contenedordestino img:hover {}

.cajadestino {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.cajadestino h4 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cajadestino a {
    display: inline-block;
    margin: 5px 0px 0px 0px;
    padding: 7px 7px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #0064ff;
    border-radius: 6px;
    transition: all 0.2s;
    text-align: center;
}

.cajadestino a:hover {
    color: #0064ff;
    background: #fff;
}


/* Style del buscador para las habitaciones */

.icon-input {
    position: absolute;
    top: 5px;
    left: 6px;
    color: #73ddc7;
    font-size: 20px;
    z-index: 1;
}

.input-destinos,
.input-buscador {
    cursor: pointer;
}

.destinos {
    display: none;
    position: absolute;
    background: #fff;
    width: 750px;
    box-shadow: 3px 3px 6px 0px #00000021;
    top: 45px;
    left: -19px;
    z-index: 2;
}

.destinos::before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 9px solid transparent;
    border-top: 13px solid #e9e9e9;
    position: absolute;
    top: -8px;
    transform: rotate(55deg);
    left: 70px;
}

.destinos-title {
    background: #e9e9e9;
    padding: 7px 7px;
    margin-bottom: 3px;
}

.destinos-title i {
    margin: 0px 8px;
}

.destinos-title h4 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    color: #0000008f;
}

.destinos-sub {
    padding: 7px 25px;
    cursor: pointer;
    border-bottom: 1px solid #7f7f7f1f;
    font-size: 15px;
    line-height: 10px;
    margin: 0;
    color: #0000008f;
}

.destinos-sub i {
    margin: 0px 4px 0px 0px;
    font-size: 14px;
}

.destinos-sub span {
    margin-left: 22px;
    font-size: 11px;
    font-style: italic;
}

.destinos-sub:hover {
    background: #e9e9e987;
}

.form-buscador {
    margin: 0 !important;
}

.select-habitaciones {
    position: relative;
}

.input-buscador {
    position: relative;
}

.edades-tour {
    position: absolute;
    background: #fff;
    top: 40px;
    left: 0;
    box-shadow: 0px 0px 3px #ccc;
    padding: 5px 5px;
    z-index: 1;
    display: none;
}

.select-tour {
    height: 34px;
    font-size: 15px;
    background: none;
    padding: 0px 30px;
    cursor: pointer;
    width: 100%;
    z-index: 1;
}

.divedadpasajero {
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
}

.div-personas {
    position: absolute;
    top: 8px;
    left: 40px;
    color: inherit;
    cursor: pointer;
    font-size: 15px;
}

.habitaciones {
    position: absolute;
    top: 40px;
    left: 75px;
    background: #edecec;
    display: none;
    border: 1px solid #edecec;
    padding: 15px;
    width: 990px;
    z-index: 1;
    box-shadow: 0px 4px 7px 0px #000;
}

.contenedor-habitacion {
    padding: 10px 10px;
    box-shadow: 1px 2px 3px 0px #7f7f7f;
    border-radius: 8px;
    background: #fff;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.contenedor-habitacion:hover {
    box-shadow: 1px 2px 8px 2px #7f7f7f;
}

.contenedor-habitacion h4 {
    text-transform: uppercase;
    font-size: 12px;
    color: inherit;
    font-weight: bold;
}

.añadir-habitacion {
    cursor: pointer;
    color: #fff;
    background: #98ce44;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 20px;
    margin-right: 15px;
}

.añadir-habitacion:hover {
    color: #fff;
}

.eliminar-habitacion {
    display: none;
    cursor: pointer;
    color: #fff;
    background: #ff0404;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 20px;
    margin-right: 15px;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 15px;
}

.eliminar-habitacion:hover {
    cursor: pointer;
    color: #fff;
}

.cerrar-habitaciones {
    background: #fdb714;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 3px 2px #ccc; */
    color: #fff;
    font-size: 20px;
    transition: all 0.5s;
}

.cerrar-habitaciones:hover {
    /* box-shadow: 0px 0px 3px 3px #ccc; */
}

.personas {
    position: relative;
}

.personas a:hover {
    background: #e8e5e5;
    color: initial;
}

.personas a i {
    margin-top: 9px;
}

.inp-personas {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    padding-left: 15px !important;
    border-bottom: none !important;
}

.personasA {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
}

.plus-left {
    left: 0;
}

.plus-right {
    right: 0;
}

.marbot10 {
    margin-bottom: 10px;
}

.marbot0 {
    margin: 0;
}

.edades {
    text-align: center;
    padding: 5px 0px 0px;
    border-top: 2px solid #ccc;
}

.edades h5 {
    margin: 0px 0px 4px 0px;
}

.edad {
    padding: 7px;
}

.edad p {
    margin: 0;
}

.select-edades {
    height: 20px;
    padding: 0px 0 0px 10px;
}

.bannerlargeesc img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #ccc;
}

.bannerlargemobile {
    display: none;
}

.bannerlargemobile img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #ccc;
}


/* Loader CSS Home */

.modalAlerta::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: #000;
    height: 100%;
    opacity: 0.9;
}

.top80 {
    top: 20px;
}

.busc {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px;
}

.fech {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
}

.contentloading h4 {
    font-size: 26px;
    color: #2d3e52;
    margin-bottom: 0;
}

.loadimg {
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #73ddc7 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Seccion de confirmacion de pago / reserva */

.caja {
    margin: 40px 0px;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ccc;
}

.imp {
    text-align: right;
}

.imp button {
    background: #0087ff;
    margin: 0;
    padding: 4px 7px;
    border-radius: 3px;
    transition: all 0.1s;
    height: initial;
    line-height: inherit;
    font-size: 13px;
}

.imp button:hover {
    background: #47a2f2;
}

.titulo {    
    font-size: 30px;
    text-transform: uppercase;
    color: #ff5722;
    margin-bottom: 45px;
    font-weight: bold;
}

.habitacion {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.info-titular h3,
.info-reserva h3,
.info-pago h3,
.info-status h3 {
    font-size: 21px;
    margin: 8px 0px 15px 10px;
    border-bottom: 1px solid #73ddc7;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff8f00;
}

.info-titular label,
.info-reserva label,
.info-pago label,
.info-status label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.info-titular input,
.info-reserva input,
.info-pago input,
.info-status input {
    width: 100%;
    border: none;
    background: #f2f2f2;
    border-radius: 2px;
    padding: 7px 7px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
}

.info-titular input,
.info-reserva input,
.info-pago input,
.info-status input:focus-visible {
    outline: none;
}

.marginbottom15 {
    margin-bottom: 15px;
}


/*
*
*   STYLES DE CHECKOUT
*
*/

.--linnk-back-checkout {
    font-size: 16px;
    color: #f3a14f;
    font-weight: bold;
}

.titulo_checkout {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}

.header-checout {
    padding: 14px 0px;
}

.logo-checkout {
    width: 140px;
}

.logo-checkout_confirmacion{
    width: 120px;
}

.div_titulo_row_confirmacion{
    background: #ee882142;
    margin-top: -10px;
    border-radius: 10px 10px 0px 0px;
}

.section_all_check_page {
    background: #eeeeee;
    padding: 30px 0px;
}

#radio_checkout[type="radio"] {
    width: 22px;
    height: 22px;
}

.div_blanco_general {
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 7px #ccc;
    padding: 25px 25px 35px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.label_checkout_radio {
    margin-top: -15px;
}

.div_radio_checkut {
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
}

.titulos_div_checkut {
    font-weight: bold;
    font-size: 25px;
    color: #000;
}

.div_credido_checkut {
    margin-bottom: 10px;
}

.div_credido_checkut input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.divdivisor_checkout_credito {
    height: 15px;
    width: 100%;
}

.titulo_sub_checkout {
    font-size: 25px;
    margin-top: 20px;
    color: #000;
}

.montos_subtotales_checkout {
    text-align: right;
}

.montotalpagar_checkout {
    text-align: right;
    margin-bottom: 0px;
}

.montotalpagar_checkout span {
    text-align: right;
    font-weight: bold;
    font-size: 19px;
    color: #000000;
}

.total_checkout {
    border-top: 1px solid #ccc;
    width: 100%;
}

.total_titulo_div_checkout {
    margin-top: 14px;
    margin-bottom: 0px;
}

.divcondionespoliticas {
    background: #73ddc7;
    padding: 25px 25px;
    border: 1px solid #73ddc7;
}

.divcondionespoliticas p {
    font-weight: bold;
    font-size: 19px;
    color: #ffffff;
}

.divcondionespoliticas a {
    color: #ffffff;
    border: 1px solid white;
    padding: 5px 40px;
    border-radius: 17px;
    font-size: 14px;
}

.titulo_cargos_adicionales {
    font-weight: bold;
    font-size: 18px;
}

.sub_titulo_cargos_adicionales {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0px;
    color: #000;
}

.hotel_nombre_checkout {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}

.verubicacion_checkout {
    color: #73ddc7;
    font-size: 16px;
    font-weight: bold;
}

.llegadaysalida_checkout {
    margin-bottom: 15px;
    margin-top: 10px;
}

.llegadaysalida_checkout span {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.btnpago {
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0;
    height: initial;
    line-height: 0;
    font-size: 14px;
    background: #26d526;
}

.btn_transfer {
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0;
    height: initial;
    line-height: 0;
    font-size: 14px;
    background: #26d526;
}

.titulohoteles {
    color: #ef8821;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 6px;
    border-bottom: 2px solid #ef8821;
}

.alert_disp {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 15px;
    background: #fff3cd;
    color: #000;
}

.alert_disp i {
    font-size: 35px;
    color: #d03333;
    line-height: 2;
}

.alert_disp h2 {
    font-size: 18px;
    color: #000;
    margin: 10px 0px;
    font-style: italic;
    font-weight: bold;
}

.alert_disp p {
    margin: 0;
    font-size: 13px;
    font-style: italic;
}

.action {
    margin-left: 80px;
    margin-top: 13px;
}

.divisor {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: solid 1px #e9e9e9;
}

.address {
    margin: 5px 5px;
}

.divhabi {
    margin-bottom: 10px;
}

.div_price {
    margin-top: 10px;
    width: 100%;
    background: rgb(115, 221, 199, 0.3);
    border-radius: 10px;
    padding: 6px 10px;
}

.description {
    font-size: 1.0833em;
    line-height: 1.6666;
    margin-bottom: 0px;
}

.alimentos {
    width: 100%;
    padding: 6px 0px;
}

.lista_alimentos {
    font-size: 10px;
    column-count: 2;
}

.text_plan {
    font-size: 12px;
    font-weight: bold;
    color: #fd0c0c;
}

.color_check {
    color: #2fbf33;
}

.fa-chevron-right {
    font-size: 13px;
}

.photo-gallery .flex-viewport {
    max-height: 577px !important;
}


/* diseño de habitaciones seccion del hotel */

.espacio_fechas {
    margin-left: 6px;
    font-size: 12px;
}

.tamano_icon_hotel {
    font-size: 11px !important;
}

.division {
    margin-top: 5px;
    margin-bottom: 5px;
}

.row_info {
    box-shadow: 0px 0px 2px #f2a253;
    width: 99%;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 21px 0px;
    border: solid 2px #f2a253;
}

.price_btn {
    top: 55px;
}

.div_center_habitacion {
    border-right: solid 1px #f2a253;
}

.precio_texto {
    margin: 0;
    padding: 0;
    line-height: 13px;
    font-size: 15px;
    margin-top: 5px;
}

.precio_texto span {
    color: #7db921;
    font-weight: bold;
}

.agregar {
    background: #f2a253 !important;
}

.agregado {
    background: #73ddc7 !important;
}

.color_star {
    color: #fdd605;
}

.espacio_icono {
    margin-left: 12px;
}

.btn_center {
    float: right;
    width: 30%;
    margin: 15px 15px;
}

.date_search {
    float: left;
    padding-top: 20px;
}

.border_div_center {
    border-bottom: solid 1px;
    margin-bottom: 15px;
}

.button-17 {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px, rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    justify-content: center;
    letter-spacing: 0.25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 6px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
    bottom: 10px;
}

.button-17:hover {
    background: #f6f9fe;
    color: #174ea6;
}

.button-17:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

.button-17:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0 2px 3px 0, rgba(60, 64, 67, 0.15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, 0.3) 0 4px 4px 0, rgba(60, 64, 67, 0.15) 0 8px 12px 6px;
}

.button-17:disabled {
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}


/* cronometro */

.cronometro {
    float: right;
    margin-top: 18px;
    text-align: center;
    font-size: 20px;
}

.fa-clock {
    color: #f1983f;
}


/* Estilos de seccion alojamientos ult. modif. 27-11-2022 */

.alojamientos_img_hoteles {
    width: 100% !important;
    height: 240px !important;
}

.alojamientos_separador {
    margin-bottom: 5px;
    border-bottom: solid 1px #e9e9e9;
}

.alojamientos_lista_alimentos {
    column-count: 1;
}

.alojamientos_tipo_hotel {
    background: rgb(238, 166, 102);
    font-size: 10px;
    border-radius: 5px;
    padding: 5px 7px;
    margin: 0px 5px;
    letter-spacing: 0.5px;
    color: #fff;
}

.alojamientos_buscafiltro {
    padding: 0;
}

.amenidades {
    max-height: 450px;
    overflow: auto;
    margin-bottom: 20px;
}

.alojamientos_filtros {
    padding: 10px 5px 10px;
    text-align: left;
}

.alojamientos_filtros label {
    margin: 7px 0px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alojamientos_filtros input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.alojamientos_customcheckbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #aeaeae;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.alojamientos_customradio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #aeaeae;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.alojamientos_filtros input:hover~.alojamientos_customcheckbox,
.alojamientos_filtros input:hover~.alojamientos_customradio {
    background-color: #ccc;
}

.alojamientos_filtros input:checked~.alojamientos_customcheckbox,
.alojamientos_filtros input:checked~.alojamientos_customradio {
    background-color: #2196F3;
}

.alojamientos_customiconcheckbox {
    line-height: 1.6;
    display: none;
}

.alojamientos_customiconradio {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 1px;
    display: none;
}

.alojamientos_filtros input:checked~.alojamientos_customcheckbox .alojamientos_customiconcheckbox,
.alojamientos_filtros input:checked~.alojamientos_customradio .alojamientos_customiconradio {
    display: block;
}

.alojamientos_estrellas i {
    color: gold;
}

.alojamientos_btnfiltro {
    width: 100%;
    border-radius: 5px;
    background: #ef8821;
}

.alojamientos_btnfiltro:hover {
    background: #ef8821;
}

.alojamientos_responsivebtnfiltro {
    width: 100%;
    background: cadetblue;
    font-size: 18px;
    font-weight: bold;
}

.alojamientos_formfiltro {
    margin: 15px 0px 0px 0px;
}

.alojamientos_display-hoteles {
    position: relative;
}

.alojamientos_cargafiltros {
    position: absolute;
    padding: 0px 30px 0px 15px;
}

.alojamientos_divcargafiltros {
    overflow: hidden;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: preloadAnimationalojamiento;
    animation-timing-function: linear;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    padding: 0px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    max-height: 241px;
}

.alojamientos_divcargafiltros img {
    width: 100%;
    max-height: 241px;
}

@keyframes preloadAnimationalojamiento {
    0% {
        background-position: -769px 0
    }
    100% {
        background-position: 769px 0
    }
}

.tipo_hotel {
    background: rgb(238, 166, 102);
    font-size: 10px;
    border-radius: 5px;
    padding: 5px 7px;
    margin: 0px 5px;
    letter-spacing: 0.5px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.tipo_tour_circuito {
    background: #ef8821;
    font-size: 20px;
    border-radius: 3px;
    padding: 7px 10px;
    margin: 0px 0px;
    letter-spacing: 0.5px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-weight: bold;
}

.icon-box.style6 .description,
.icon-box.style7 .description {
    padding: 0;
}

.alojamientos_sinhoteles {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 15px;
    padding: 15px 0px;
    background: #fff;
}

.alojamientos_sinhoteles h4 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.alojamientos_sinhoteles p {
    margin: 0;
    font-size: 18px;
    font-style: italic;
}

.alojamientos_sinhoteles a {
    color: #ee8821;
}

.divamenidades {
    margin-bottom: 15px;
}

.divamenidades h2 i {
    color: #ef8821;
    margin-right: 5px;
}

.divamenidades h2 {
    margin: 0px 0px 4px 0px;
}

.descripcionhotel {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 15px;
    text-align: justify;
    box-shadow: 1px 2px 4px 0px #ccc;
    margin-bottom: 10px;
    min-height: 240px;
}

.descripcionhotel h2 {
    margin: 0px 0px 5px 0px;
    font-size: 20px;
    font-weight: bold;
}

.descripcionhotel p {
    margin: 0;
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
}

.descripcionhotel ul li {
    font-size: 13px;
    margin-bottom: 7px;
}

.descripcionhotel label {
    font-weight: 100;
    font-size: 13px;
    display: block;
}

.descripcionhotel label span {
    font-weight: bold;
}

.descripcionhotel table {
    width: 100%;
}

.descripcionhotel table tbody tr {
    border-bottom: 1px solid #ccc;
}

.descripcionhotel table tbody tr td {
    padding: 5px 0px;
}

.form-hotel {
    background: #ef8821c4;
    /* box-shadow: 0px 0px 4px 3px #ccc; */
}

.form-hotel h4 {
    color: #fff;
}
.tabs_checkout_active{
    padding: 5px 4px;
    color: white;
    background: #ef8a24;
    text-align: center;
}

.tabs_checkout_pending{
    padding: 5px 4px;
    color: #ef8a24;
    background: none;
    text-align: center;
    border: 1px solid #ef8a24;
}

.tabs_checkout_last{
    padding: 5px 4px;
    color: #ef8a2461;
    background: none;
    text-align: center;
    border: 1px solid #ef8a2442;
}

.form-hotel input,
textarea {
    width: 100%;
    outline: none;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 6px 7px;
}

.form-hotel button {
    width: 100%;
    border-radius: 5px;
    background: #73ddc7;
    font-size: 17px;
}

.titulo-hotel {
    font-size: 30px;
}

.titulo_habitacion {
    color: #2d3e52;
    font-weight: bold;
}

.titulo_habitacion span {
    font-size: 10px;
    text-transform: uppercase;
    background: #4692e4;
    padding: 0px 4px;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
}

.especific_habitacion {
    margin: 0px 5px;
    display: block;
}

.hotel_habitacion_img {
    width: 100%;
    height: 150px;
}

.alinear-texto {
    text-align: right;
}

.div_carac_habitacion {
    /* border-bottom: 1px solid #838383; */
}

.div_carac_habitacion h2 {
    margin: 10px 0px 0px;
}

.div_back_img_habitacion {
    background-size: cover;
    background-position: center;
    height: 225px;
}

.button_comentarios {
    height: revert;
    line-height: 1;
    padding: 3px 5px;
    background: #fff;
    color: rgb(242, 162, 83);
    border: 1px solid rgb(242, 162, 83);
    margin: 8px 20px;
    display: block;
}

.button_comentarios:hover {
    background: #fff;
    color: rgb(242, 162, 83);
}


/* CSS seccion Tours */

.img_tour {
    width: 100% !important;
    height: 300px !important;
}

.caja_tour {
    border: 1px solid #ccc;
}

.titulo_tour {
    margin: 0;
    padding: 5px 0px 5px;
}

.titulo_tour h4 {
    margin: 0;
    font-size: 16px;
}

.titulo_tour small {
    display: block;
    font-style: italic;
}

.precio_tour {
    margin: 0;
    padding: 5px 0px 5px;
    text-align: end;
}

.precio_tour h4 {
    margin: 0;
    color: #7db921;
    font-weight: 100;
    font-size: 20px;
}

.precio_tour small {
    display: block;
}

.detalle_tour {
    padding: 5px 15px 5px;
    min-height: 95px;
}

.detalle_tour ul li {
    margin: 0px 0px 3px 0px;
    font-size: 13px;
}

.link_tour {
    padding: 10px 20px;
    text-align: center;
}

.link_tour a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    transition: all .2s;
}

.link_tour a:hover {
    background: #ef8a4ad6;
}


/* Boton del carrito */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ee8821;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #ee8821;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
}

.price-offert {
    position: absolute;
    background: #ffeb3b;
    color: black;
    padding: 0px 10px;
    right: 30px;
    top: 11px;
    border-radius: 0px 5px 0px 0px;
    font-size: 11px;
    margin-bottom: 0px;
}


/*! estilo de preventas */

.parallax-1 {
    background: url("images/home/seccion-home-layour4-2080x1362.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.img-home {
    width: 100%;
}


/** estilo de la seccion preventa */

body {
    font-family: 'Montserrat', sans-serif;
}

.preventa_div_top {
    background: #fff;
    box-shadow: 0px 0px 5px 5px #e3e3e3;
    border-radius: 10px;
    margin-top: 20px;
}

.detalles_destino {
    margin-top: 15px;
    font-weight: 700;
    font-size: 15px;
    font-family: sans-serif;
    margin-left: 25px;
}

.detalles_preventa {
    font-size: 15px;
    font-family: sans-serif;
    margin-left: 25px;
}

.detalle_hotel {
    font-size: 15px;
    font-family: sans-serif;
    margin-left: 25px;
}

.color_star {
    color: #FA8E04;
}

.icon_tamano {
    font-size: 17px;
}

.detalle_txt_ver {
    font-size: 16px;
}

.detalle_vehiculo {
    padding-top: 40px;
}

.detalle_img_txt {
    text-align: center;
}

.detalle_btn {
    float: right;
    padding-bottom: 20px;
}

.agregar {
    padding: 7px 22px;
    color: #fff;
    background: #53c5ee;
    border: solid 1px #53c5ee;
    border-radius: 6px;
    font-size: 14px;
    font-family: sans-serif;
    float: right;
    margin-top: 10px;
}

.detalle_centrar {
    padding: 29px;
}

.detalle_ficha_vehiculo {
    box-shadow: 2px 2px 2px #adadad;
    background: #fff;
    border-radius: 10px;
    border: solid 1px #b7b7b7;
}

.detalle_desc {
    text-align: center;
}


/* estilo de carga */

.loader {
    width: 150px;
    height: 150px;
    margin: 40px auto;
    transform: rotate(-45deg);
    font-size: 0;
    line-height: 0;
    animation: rotate-loader 5s infinite;
    padding: 25px;
    border: 1px solid #53c5ee;
    border-radius: 5px;
}

.loader .loader-inner {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 50%;
}

.loader .loading {
    position: absolute;
    background: #53c5ee;
}

.loader .one {
    width: 100%;
    bottom: 0;
    height: 0;
    animation: loading-one 1s infinite;
}

.loader .two {
    width: 0;
    height: 100%;
    left: 0;
    animation: loading-two 1s infinite;
    animation-delay: 0.25s;
}

.loader .three {
    width: 0;
    height: 100%;
    right: 0;
    animation: loading-two 1s infinite;
    animation-delay: 0.75s;
}

.loader .four {
    width: 100%;
    top: 0;
    height: 0;
    animation: loading-one 1s infinite;
    animation-delay: 0.5s;
}


/* end */

.detalle_preventa_ {
    position: fixed;
    background: #fff;
    bottom: 0px;
    width: 100%;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    padding-top: 20px;
}

.detalle_desc_text {
    margin-top: 15px;
    font-size: 21px;
    font-family: sans-serif;
}

.detalle_info {
    float: right;
    margin-bottom: 20px;
}

.detalle_btn_next {
    margin-top: 5px;
    font-size: 20px;
    padding: 9px 20px;
    text-align: center;
    background: #01b7f2;
    color: #fff;
    border: solid 1px;
    border-radius: 5px;
}

.detalle_btn_next:hover {
    color: #fff;
}

.detalle_btn_next_disabled {
    cursor: no-drop;
    margin-top: 5px;
    font-size: 20px;
    padding: 9px 20px;
    text-align: center;
    background: #01b7f2;
    color: #fff;
    border: solid 1px;
    border-radius: 5px;
}

.detalle_btn_next_disabled:hover {
    color: #fff;
}

.preventa {
    padding-bottom: 140px;
}

.detalle_txt_vehiculo {
    font-size: 20px;
}

.txt_ficha {
    font-size: 15px;
}

.text_precios {
    float: left;
}

.text_precio_actividad {
    float: left;
}

.cantidad_personas {
    position: absolute;
    box-shadow: 2px 2px 2px #000;
    border-radius: 5px;
    margin-top: 7px;
    background: #fff;
    padding-bottom: 20px;
    bottom: 140px;
    moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    padding-top: 20px;
}

.adulto {
    float: left;
}

.cantidad_adulto {
    float: right;
    width: 35%;
    display: flex;
    height: 35px;
    border: solid 1px #c3c3c3;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.numero_persona {
    width: 35%;
    text-align: center;
    border: none;
}

.numero_nino {
    width: 35%;
    text-align: center;
    border: none;
}

.cantidad_ninos {
    float: right;
    width: 35%;
    display: flex;
    height: 35px;
    border: solid 1px #c3c3c3;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.ninos {
    float: left;
}

.menor_nino {
    display: inline-block;
}

.menor_anio {
    border: solid 1px #d3d3d3;
    width: 35%;
    border-radius: 5px;
}

.detalle_num_personas {
    position: absolute;
    top: 184px;
    left: 109px;
    font-size: 14px;
}

.precio_final {
    font-size: 20px;
    font-family: sans-serif;
}

.mxn {
    color: #ef8821;
}

.icon_precio {
    margin-left: 15px;
    color: #73ddc7
}

.detalle_btn_carrito {
    margin-top: 20px;
}

.details_preventa {
    margin-top: 15px;
}

.detail_habi {
    font-size: 15px;
    font-weight: 600;
}

.habitacion_desc {
    font-size: 15px;
}

.total_person {
    font-size: 15px;
}

.alimento {
    font-size: 15px;
}

.line_right {
    border-right: solid 1px #e7e7e7;
}

.line-top {
    border-top: solid 1px #e7e7e7;
}

.politica_cancelacion {    
    font-size: 15px;
    font-weight: 600;
}

.text-cancel {    
    font-size: 15px;
}

.img_habi {
    height: 251px;
    background-size: cover !important;
    background-position: center !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: -15px;
}

.bottom_margin {
    margin-bottom: 0px;
}

.text_check_politic{
    font-size: 16px;
}

.checkinput_poli{
    margin-bottom: 25px;
}

/*! end */


/*? estilo de resumen de compra en el archivo de chechout */

.chechout_resumen {
    background: #fff;
    box-shadow: 0px 0px 7px #ccc;
    margin-top: 10px;
}

.line_divider {
    border: solid 1px #ccc;
    margin-bottom: 15px;
}


/*? end */

.text-resumen {
    font-size: 13px;
}

.brand_mracks{
    width: 25px;
}

.padding_politicas_cancell{
    padding: 4px 0px 0px 40px;
}

.oferta_promo{
    position: absolute;
    top: -3px;
    z-index: 9;
    width: 60px;
    right: -2px;
}

.hotelesTop{
    position: absolute;
    bottom: -55px;
    left: -54px;
    background: #e96313;
    padding: 0;
    font-size: 13px;
    color: #fff;
    z-index: 999;
    font-weight: bold;
    width: 117px;
    height: 143px;
    transform: rotate(-41deg);
}

.iconTop{
    color: #fff;
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: 8PX;
    left: 15px;
    z-index: 999;
    font-weight: bold;
}

.iconTop i{
    color: gold;
    display: block;
    margin-bottom: 4px;
}

.totalhoteles{
    margin: 0;
    text-align: end;
    font-weight: bold;
    font-size: 15px;
}

.marginbo0{
    margin-bottom: 0px;
}

.divor_r{
    border-bottom: 1.5px solid #181818;
    width: 50%;
    margin-bottom: 10px;
}

.safe2stay{
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.safe2stay i{
    font-size: 22px;
    color: #428742;
}

.tabla-precios{
    border: solid 1px #000;
    width: 100%;
    margin-top: 15px;
}

.tabla-precios td{
    border: solid 1px #000;
    color: #000;
}

.texto_reembolsable{
    border: 2px solid #7db921;
    padding: 3px 7px;
    font-size: 13px;
    letter-spacing: 1;
    font-weight: bold;
}

.no_reemb{
    border-color: #b93d21;
}

/* Responsive */

@media (max-width: 500px) {
    .slick-prev {
        left: 0 !important;
    }
    .slick-next {
        right: 0 !important;
    }
    .parallax-1 {
        background: url("../images/latarifa/seccion-home-layour4-2080x1362.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed !important;
        background-size: auto;
        background-position: center bottom;
        position: relative;
    }
    .parallax-2 {
        background: url("../images/latarifa/seccion-home-layour4-2080x1362-2.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed !important;
        background-size: auto;
        background-position: center 65%;
        position: relative;
        padding: 20px 0px;
    }
    .parallax-3 {
        background: url("../images/latarifa/parallax-nosotros-2080x1362.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed !important;
        background-size: auto;
        background-position: center;
        position: relative;
    }
    .bg-mobile {
        background: linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(239, 136, 33, 1) 100%);
    }
    .input-buscador {
        margin-bottom: 10px;
    }
    .accioneshabitacion {
        padding: 0px;
    }
    .slideshow-bg .flexslider .slidebg {
        background-size: cover;
        background-position: left;
    }
    .search-box-wrapper {
        position: initial;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fullwidthbanner-container {
        max-height: initial;
    }
    #content.tour .slideshow-bg {
        min-height: 450px !important;
    }
    #slideshow::before {
        height: 450px;
    }
    .titulohoteles {
        font-size: 22px;
    }
    .price {
        font-size: 14px;
    }
    .price-sm small {
        font-size: 8px;
    }
    .search-box {
        top: initial !important;
        margin-top: 0;
    }
    .habitaciones {
        position: initial;
        top: initial;
        left: initial;
        border: none;
        width: 100%;
        margin-top: 15px;
    }
    .añadirhab {
        margin-top: 10px;
    }
    .promociones {
        padding: 8px 7px;
    }
    .image-box .box img,
    .image-box.box img {
        height: 230px;
    }
    .icon-box.style6 {
        margin: 20px 0px;
    }
    .icon-box.style6 .description {
        padding-left: 0px;
    }
    .description-mobile {
        display: none;
    }
    .details-mobile {
        display: none;
    }
    .alojamientos_lista_alimentos {
        column-count: 2;
        padding: 5px;
    }
    .bannerlargeesc {
        display: none;
    }
    .bannerlargemobile {
        display: block;
    }
    .destinos {
        width: 325px;
        height: 400px;
        top: 37px;
        left: 6px;
        overflow: auto;
        border: 1px solid #ccc;
    }
    .destinos-title h4 {
        font-size: 14px;
    }
    .search-tab-content {
        padding: 30px 10px;
    }
    .contenedor-habitacion {
        margin-bottom: 15px;
    }
    input.input-text,
    textarea,
    span.custom-select {
        padding-left: 40px;
    }
    .top80 {
        top: 100px;
    }
    .social-icons {
        display: flex;
        justify-content: center;
    }
    .caja {
        margin: 40px 0px;
    }
    .div_price {
        width: initial;
        padding: 6px 10px;
        margin: 10px 10px 0px 10px;
    }
    .alimentos {
        width: initial;
        padding: 11px 10px;
        margin: 0;
    }
    .alojamientos_buscafiltro {
        padding-left: 15px;
        padding-right: 15px;
    }
    .alojamientos_formfiltro {
        display: none;
    }
    .alojamientos_cargafiltros {
        position: initial;
    }
    .alojamientos_sinhoteles {
        padding: 15px 15px;
    }
    .alojamientos_sinhoteles h4 {
        font-size: 18px;
    }
    .alojamientos_sinhoteles p {
        font-size: 16px;
    }
    /* RESPONSIVE HOTEL */
    .titulo-hotel {
        font-size: 24px;
    }
    .photo-gallery .slides>li {
        height: 230px;
    }
    .row_info {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .espacio_fechas {
        display: block;
    }
    .tab-container .tab-content .tab-pane {
        padding: 20px 0px;
    }
    .div_center_habitacion {
        border-right: none;
    }
    .border_div_center {
        margin-bottom: 0;
    }
    .especific_habitacion {
        /* display: block; */
    }
    .alinear-texto {
        text-align: center;
    }
    .agregar {
        display: block;
    }
    .action{
        margin-top: 20px;
    }
    .price-offert{
        right: 25px;
        top: 10px;
        border-radius: 0px 10px 0px 0px;
    }
    .alojamientos_cargafiltros{
        padding: 0px 0px 0px 0px;
    }
    .alojamientos_divcargafiltros{
        border-radius: 15px;
    }
}

@media (min-width: 768px) {
    /* .habitaciones{
        top: 80px;
        left: 20px;
        width: 720px;
    } */
    .alojamientos_buscafiltro {
        padding: 0px 10px;
    }
    .alojamientos_cargafiltros {
        position: initial;
    }
    .destinos {
        left: 5px;
        width: 725px;
    }
    input.input-text, textarea, span.custom-select{
        margin-bottom: 10px;
    }
}