.sin_margen { margin-right:0px; margin-left:0px; }
.sin_padding { padding-left:0px; padding-right:0px;  }
.sin_flex { display:inherit; }

.sin_padding_der { padding-right:0px; }
.sin_padding_izq { padding-left:0px; }

.margen_arriba_1 { margin-top:1%; }
.margen_arriba_2 { margin-top:2%; }
.margen_arriba_3 { margin-top:3%; }
.margen_arriba_4 { margin-top:4%; }
.margen_arriba_5 { margin-top:5%; }

.margen_abajo_1 { margin-bottom:1%; }
.margen_abajo_2 { margin-bottom:2%; }
.margen_abajo_3 { margin-bottom:3%; }
.margen_abajo_4 { margin-bottom:4%; }
.margen_abajo_5 { margin-bottom:5%; }

.padding_arriba_1 { padding-top:1%; }
.padding_arriba_2 { padding-top:2%; }
.padding_arriba_3 { padding-top:3%; }
.padding_arriba_4 { padding-top:4%; }
.padding_arriba_5 { padding-top:5%; }

.padding_abajo_1 { padding-bottom:1%; }
.padding_abajo_2 { padding-bottom:2%; }
.padding_abajo_3 { padding-bottom:3%; }
.padding_abajo_4 { padding-bottom:4%; }
.padding_abajo_5 { padding-bottom:5%; }

/*
Quiche Sans Thin
font-family: "quiche-sans", sans-serif;
font-weight: 100;
font-style: normal;

*/

body {
    font-family: 'Open Sans', sans-serif;
}

.bg_video_portada {
    position: relative;
}

.video_banner {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

.barra_menu_portada {
    background-color: rgba(102, 120, 53, 0.7);
    padding-top: 40px;
    padding-bottom: 20px;
}

.bot_wsp_portada {
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 6px 15px;
    text-decoration: none;
    display: inline-block;
    margin-top: 14%;    
}

.bot_wsp_portada i {
    color: #FFF;
    margin-left:5px;
    margin-right: 5px;
}

.align_redes_portada {
    text-align: center;
}

.redes_portada {
    margin-top: 16%;
}

.redes_portada a {
    margin-right: 10px;
}

.redes_portada i {
    color: #FFF;
    font-size: 20px;
}

.locaciones_portada {
    margin-top: 3%;
    margin-bottom: 2%;
}

.borde_ubicacion {
    border-left: 1px solid #FFF;
}

.cont_ubicacion {
    text-align: center;
}

.cont_ubicacion i {
    color: #FFF;
    font-size: 22px;
    margin-bottom: 20px;
}

.cont_ubicacion p {
    font-family: "quiche-sans", sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 30px;
}

.cont_ubicacion a {
    display: inline-block;
    color: #667835;
    border-radius: 25px;
    padding: 8px 35px;
    background-color: #FFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}

.tit_portada {
    color: #FFF;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.1;
    margin-top: 6%;
}

.borde_tit_portada {
    border-bottom:1px solid #FFF;
    padding-bottom: 50px;
}

.bot_ingresa_portada {
    color: #667835;
    font-size: 18px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 8px 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 7%;
    position: relative;
    z-index: 1;
}

.bot_ingresa_portada:before {
    content:'';
    position: absolute;
    left: -200%;
    top: 50%;
    width: 500%;
    height: 1px;
    background-color: #FFF;
    z-index: -1;
}

.barra_menu {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
}

.barra_menu:before {
    content:'';
    position: absolute;
    top: 100px;
    left: 2.5%;
    width: 95%;
    height: 1px;
    background-color: #FFF;
}

.menu_der {
    border-left: 1px solid #FFF;
    padding-left: 20px;
}

.menu_der span {
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.menu_izq {
    margin-right: 20px;
}

.menu_izq span {
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.bot_wsp_menu {
    color: #667835;
    border-radius: 20px;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;   
    background-color: #FFF;
    font-size: 14px;
}

.bot_wsp_menu i {
    color: #667835;
    margin-left:5px;
    margin-right: 5px;
}

.logo {
    max-width: 180px;
    margin-top: -10px;
}

.navbar-brand {
    position:relative;
}
.navbar-brand:before {
    content:'';
    position:absolute;
    width: 1px;
    height: 30px;
    background-color: #FFF;
    right: -15px;
    top: 30px;
}

.banner_home {
    background-image: url('../imagenes/bg_home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    padding-top: 150px;
}

.frase_banner_home {
    padding-top: 12%;
    color: #FFF;
    font-family: "quiche-sans", sans-serif;
    font-size: 64px;
    font-weight: 900;
    text-align: left;
    line-height: 1.1;
    letter-spacing: 2px;
}

.subtexto_banner_home {
    color: #FFF;
    font-size: 13px;
    margin-top: 50px;
}

.margen_subtit_banner_home {
    margin-top: 5%;
    padding-top: 5%;
    border-top: 1px solid #FFF;
}

.borde_izq_banner_home {
    border-left: 1px solid #FFF;
    padding-left: 40px;
}

.bg_flecha_abajo {
    position: relative;
}

.bg_flecha_abajo:before {
    content:'';
    position: absolute;
    background-image: url('../imagenes/flecha_abajo_blanco.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    bottom: 15px;
    width: 20px;
    height: 20px;
}

.subtit_banner_home {
    color:#FFF;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 15px;
}

.texto_banner_home {
    color:#FFF;
    font-weight: 300;
    max-width: 300px;
}


.bg_cuadro_video_home {
    background-color: #FFF;
    
}

.cuadro_video_home {
    padding: 15px;
    
}

.tit_cuadro_video_home {
    color: #667836;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
}

.texto_cuadro_video_home {
    color: #667836;
    font-size: 14px;
}

.filtro {
    background-color: #EAE4C1;
    border-radius: 35px;
    padding:18px 15px;
    margin-top: -20px;
    border: 5px solid #FFF;
}

.tit_filtro {
    margin-left: 20px;
    color: #2C2C2C;
    border-right:1px solid #667835;
    display: inline-block;
    padding-right: 20px;
}

.menu_filtro {
    margin-top: 7px;
}

.menu_filtro a {
    color: #2C2C2C;
    text-decoration: none;
    margin-right: 15px;
    position:relative;    
    padding-left: 25px;
    border-right:1px solid #667835;
    padding-right: 25px;
}

.menu_filtro a:last-child {
    border-right: none;
}

.menu_filtro a:before {
    content:'';
    position:absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #FFF;
}

.filtro_activo {
    text-decoration: underline !important;
    color: #667835 !important;
}

.filtro_activo:before {
    background-color: #667835 !important;
}

.tit_resultados {
    font-weight: 700;
}

.tit_resultados i {
    font-size: 14px;
}

.resultados a{
    color: #000;
    text-decoration: none;
    border-left: 1px solid #E7DFB9;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}

.cont_resultado {
    /*border: 1px solid #667835;
    border-radius: 40px 0 0 0;
    padding: 20px;*/
    margin-bottom: 5%;
}

.card_resultado {
    border: 1px solid #667835;
    border-radius: 40px 0 0 0;
    padding: 20px;
    margin-bottom: 5%;
    min-height: 932px;
}

.bot_mas_info {
    color: #667835;
    border-radius: 20px;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;   
    background-color: #FFF;
    font-size: 14px;
}

.bot_mas_info i {
    color: #667835;
    margin-left:5px;
    margin-right: 5px;
}

.bot_reserva {
    background-color: #667835;
    border-radius: 20px;
    font-size: 14px;
    color:#FFF;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;
}

.bot_reserva i {
    color:#FFF;
    font-size: 12px;
    margin-left: 10px;
}

.texto_info_hotel_card {
    color: #FFF;
    margin-bottom: 60px;
    max-width: 400px;
}

.cont_instalaciones_card {
    margin-bottom: 5px;    
    width: 100%;
    display: inline-block;
}

.cont_instalaciones_card p {
    font-size: 14px;
    margin-bottom: 0;
}


.cont_img_hotel {
    min-height: 400px;
    border-radius: 40px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.cont_img_hotel:before {
    content:'';
    width:100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 40px 0 0 0;
}

.cont_img_hotel_detalle {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.cont_img_hotel_detalle:before {
    content:'';
    width:100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.info_hotel {
    padding-top: 50px;
    margin-left: 50px;
    max-width: 550px;
    position: relative;
    z-index: 8;
}

.hashtags {
    color: #E7DFB9;
    font-weight: 700;
    border-bottom: 1px solid #E7DFB9;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.tit_info_hotel {
    color: #E7DFB9;
    font-weight: 700;
    font-family: "quiche-sans", sans-serif;
    font-size: 36px;
    line-height: 1;
}

.texto_info_hotel {
    color: #FFF;
    margin-bottom: 60px;
    max-width: 400px;
}

.cont_detalle_servicios {
    margin-top: 25px;
}

.tit_detalle {
    font-weight: 700;
    font-family: "quiche-sans", sans-serif;
    color: #667835;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #667835;
    padding-bottom: 2px;
    margin-bottom: 20px;
    margin-top: 3px;
}

.texto_detalle {
    color: #2C2C2C;
    font-size: 14px;
}

.items_detalle {
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    column-count: 2;
}

.cont_instalaciones {
    margin-bottom: 12px;    
    width: 49%;
    display: inline-block;
}

.cont_instalaciones p {
    margin-bottom: 0;
    font-size: 14px;
}

.cont_instalaciones a {
    color:#667835;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}

.bot_ubicacion {
    background-color: #667835;
    border-radius: 20px;
    font-size: 12px;
    color:#FFF;
    padding: 6px 15px;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
}

.bot_ubicacion i {
    color:#FFF;
    font-size: 12px;
    margin-left: 10px;
}

.borde_izq_detalle {
    border-left: 1px solid #667835;
}

.fotos_detalle {
    margin-top: 30px;
}

.fotos_detalle img {
    max-height: 163px;
    object-fit: cover;
    overflow: hidden;
    min-height: 163px;
}

.carousel-detalle .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-detalle .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-detalle .carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-detalle .carousel-control-prev {
    left: -35px;
}

.carousel-detalle .carousel-control-next {
    right: -35px;
}

.carousel-modal .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-modal .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-modal .carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: 1;
}

.carousel-modal .carousel-control-prev {
    left: 0px;
}

.carousel-modal .carousel-control-next {
    right: 0px;
}

.carousel-modal img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}

.bg_modal_instalaciones {
    background-image: url('../imagenes/bg_modal_instalaciones.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-color: #667835;
}

.modal-body {
    padding:0;
}

.cont_info_modal_inst {
    padding: 40px 90px;    
}

.tit_modal_inst {
    font-size: 22px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.item_modal_inst {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 13px;
}

.bot_wsp_modal {
    color: #667835;
    border-radius: 20px;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;   
    background-color: #FFF;
    margin-top: 10px;
    font-size: 14px;
}

.bot_wsp_modal i {
    color: #667835;
    margin-left:5px;
    margin-right: 5px;
}


.bg_ofrecemos {
    background-image: url('../imagenes/banner_footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4%;
    padding-bottom: 3%;
    text-align: center;
}

.tit_ofrecemos {
    color: #54632B;
    font-weight: 700;
    font-family: "quiche-sans", sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
}

.texto_ofrecemos {
    color: #393939;    
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 40px;
}

.lightbox .lb-image {
    border: none !important;
}

/********************************************** FOOTER ************************************************************/

.footer {
    background-color: #2C2C2C;
    padding-top: 3%;
    padding-bottom: 2%;
}

.logo_footer {
    max-width: 170px;
    margin-top: -20px;
}

.redes_footer {
    color: #FFF;
}

.redes_footer p {
    font-size: 14px;
}

.redes_footer i {
    font-size: 18px;
    color: #FFF;
}

.redes_footer a {
    margin-right: 8px;
}

.link_mas_info_footer p{
    color: #FFF;
    margin-bottom: 4px;
    font-size: 14px;
}

.link_mas_info_footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.bot_wsp_menu_footer {
    color: #FFF;
    border-radius: 20px;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;   
    background-color: transparent;
    border:1px solid #FFF;
    margin-top: 10px;
    font-size: 14px;
}

.bot_wsp_menu_footer i {
    color: #FFF;
    margin-left:5px;
    margin-right: 5px;
}

.info_contacto_footer {
    color: #FFF;
    line-height: 1;
    font-size: 15px;
}

.info_contacto_footer a {
    color: #FFF;
    font-size: 15px;
}

.info_contacto_footer i {
    margin-right: 4px;
}

.borde_izq_footer {
    border-left: 1px solid #FFF;
    padding-left: 30px;
}

.borde_abajo_footer {
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
}

.derechos {
    font-size: 12px;
    margin-top: 40px;
    color:#FFF;
}


.modal-video .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-video .modal-body {
position:relative;
padding:0px;
}
.modal-video .btn-close {
position:absolute;
right:-30px;
top:0;
}

.show_desk {

}

.show_resp {
    display: none;
}

/************************************************************************************************************************************/
/************************************************** FORM HOTELES ********************************************************************/

.banner_form {
    background-image: url('../imagenes/banner_form.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.logo_hoteles {
    margin-top: 120px;
}

.bg_form_hoteles {
    background: rgb(68,82,30);
    background: linear-gradient(180deg, rgba(68,82,30,1) 0%, rgba(102,120,53,1) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.adornos {
    width: 100%;
}

.tit_form {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
}

.texto_form {
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 40px;
}

.tit_input {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 3px;
}

.input {
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 5px;
    border: none;
    padding:5px 2px;
}

.subtit_form {
    background-color: #869A50;
    color: #FFF;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 18px;
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 40px;
    font-weight: 600;
}

.input_h { border:2px solid #5BB130; background-color:transparent; padding:0px; width:100%; visibility: hidden; height: 0; }

.select {
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 5px;
    border: none;
    padding:5px 2px;
}

.textarea {
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 5px;
    border: none;
    padding:5px 2px;
}

.bot_enviar {
    margin-top: 15px;
    color: #667835;
    background-color: #FFF;
    border-radius: 15px;
    padding: 5px 25px;
    border: none;
}


/************** DETALLE PRODUCTO **************************/

.bot_volver_atras {
    color: #667835;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;   
    margin-top: 10px;
    font-size: 14px;
    margin-top: 25px;
}

.bot_volver_atras i {
    color: #667835;
    margin-left:5px;
    margin-right: 5px;
}


/************************************************************************************************************************************/
/********************* RESPONSIVE ***************************************************************************************************/

@media (max-width: 1366px) { 

    .filtro {
        padding:18px 5px;
    }

    .menu_filtro a {
        padding-right: 15px;
    }

}

@media (max-width: 1280px) { 


}



@media (max-width: 767px) { 
    
    .show_desk {
        display: none;
    }

    .show_resp {
        display: block;
    }

    .logo_portada {
        width: 100%;
    }

    .barra_menu_portada {
        padding-top: 10px;
    }

    .redes_portada {
        margin-top: 3%;
    }

    .tit_portada {
        font-size: 26px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .barra_menu {
        padding-top: 0;
        z-index: 9999;
    }

    .barra_menu:before {
        top: 85px;
    }

    .navbar-collapse {
        /* margin-top: 15px; */
        background-color: rgba(0,0,0,0.5);
        padding-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-top: 15px;
    }

    .menu_der {
        padding-left: 0;
        border: none;
       /* margin-top: 15px;*/
    }

    .menu_izq {
        margin-bottom: 10px;
    }


    .texto_cuadro_video_home {
        line-height: 1.1;
        font-size: 12px;
    }

    .frase_banner_home {
        padding-top: 10%;
        font-size: 40px;
        text-align: center;
    }

    .subtexto_banner_home {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .banner_home {
        padding-bottom: 80px;
    }

    .borde_izq_banner_home {
        padding-left: 15px;
        padding-bottom: 25px;
        border: none;
    }

    .col-video .col-6:nth-child(1) {
        padding-right: 0px;
        padding-left: 15px;
    }

    .col-video .col-6 {
        padding-right: 15px;
        padding-left: 0px;
    }

    .bg_cuadro_video_home {
        background-color: transparent;
    }

    .cuadro_video_home {
        background-color: #FFF;
        height: 100%;
    }

    .tit_filtro {
        margin-left: 0px;        
        border-right: none;
        display: block;
        padding-right: 20px;
        border-bottom: 1px solid #667835;
    }

    .cont_filtro {
        padding-left: 0;
        padding-right: 0;
    }

    .filtro {
        border: none;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tit_resultados {
        text-align: left;
        margin-bottom: 10px;
    }

    .cont_resultado {
        padding:0;
        border:none;
    }

    .info_hotel {
        margin-left: 20px;
        padding-bottom: 5px;
    }

    .cont_img_hotel:before {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .menu_filtro a {
        margin-right: 10px;
        position:relative;
        padding-left: 20px;
        border-right:1px solid #667835;
        padding-right: 10px;
        width: 45%;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .tit_info_hotel {
        font-size: 28px;
    }

    .texto_info_hotel {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .tit_detalle {
        margin-top: 15px;
    }

    .borde_izq_detalle {
        border: none;
    }

    .fotos_detalle img {
        max-height: 100px;
        min-height: 100px;
    }

    .fotos_detalle a {
        margin-bottom: 10px;
        display: inline-block;
    }

    .carousel-detalle .carousel-control-prev {
        left: -10px;
    }
    
    .carousel-detalle .carousel-control-next {
        right: -10px;
    }

    .borde_izq_footer {
        margin-bottom: 20px;
    }

    .borde_izq_footer {
        border-top: 1px solid #FFF;
        text-align: center;
        border-left: none;
        padding-top: 20px;
        
    }

    .borde_abajo_footer .row {
        margin-left: 0;
        margin-right: 0;
    }

    .footer {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo_footer {
        margin-top: 0;
        max-width: 160px;
        margin-bottom: 20px;
    }

    .cont_ubicacion p {
        font-size: 24px;
    }

    .cont_ubicacion a {
        padding: 8px 25px;
        font-size: 12px;
    }

    .bot_volver_atras {
        padding:0;
        font-size: 12px;
    }

    .bot_mas_info {
        margin-bottom: 15px;
    }

    .bot_reserva {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .bot_wsp_menu {
        margin-bottom: 15px;
    }

}