﻿@charset "utf-8";
/* CSS Document */

/* COVID19 AVISO */

.text ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

    .text ol li {
        counter-increment: my-awesome-counter;
        margin-bottom: 10px;
    }

        .text ol li::before {
            content: counter(my-awesome-counter) ". ";
            color: #f60;
            border-right: solid 1px #f60;
            font-weight: bold;
            margin-right: 15px
        }

    .text ol ul {
        list-style: none;
    }

    .text ol li ul li {
        margin: 10px 0 5px;
    }

        .text ol li ul li::before {
            content: "\2022";
            display: inline-block;
            margin-left: -1em;
            margin-right: 0;
            color: #f60;
            border-right: none;
            font-weight: bold;
            width: 1em;
        }


/* GENERALES */
.centrado {
    text-align: center;
}

.flotante_izq img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.imagen_seccion img {
    width: 100%;
}

.datos_contacto {
    float: left;
    margin: -5px 0px 0px 30px;
}

.jt-feedback .jt-title {
    width: 100% !important;
}

.btn_azul {
    text-align: center;
    margin: 20px 0px;
}

    .btn_azul a {
        padding: 10px 30px;
        border-radius: 5px;
        border: 0px;
        text-align: center;
        margin: 20px 10px;
        background-color: #3399CC;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

.btn-waze {
    display: none;
}

/* BOTON VER UBICACION HOTEL */
.btn_ver_ubicacion {
    margin: 20px 0px;
}

    .btn_ver_ubicacion a {
        padding: 8px 0px 8px 30px;
        background: url(/turismo/PublishingImages/icon_gps.png) no-repeat;
        background-position: top left;
        text-align: center;
        margin: 20px 0px;
        line-height: 3em;
        color: #ff6600;
        text-decoration: none;
    }

/* ICONOGRAFIA */
.iconografia {
    clear: both;
    display: table;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.cuadro_icono_small,
.cuadro_icono_medium,
.cuadro_icono_big {
    text-align: center;
    font-family: "Roboto", sans-serif;
    line-height: 1.2em;
    font-weight: bold;
    float: left;
}

.cuadro_icono_small {
    font-size: 16px;
    color: #626262;
    margin: 5px 20px;
    width: 120px;
}

.cuadro_icono_medium {
    font-size: 16px;
    color: #FF6600;
    margin: 20px;
    width: 140px;
}

/* ICONOGRAFIA PARA SECCIONES */
.cuadro_icono_big {
    padding: 30px;
    border-right: 1px #999 dashed;
    width: 20%;
}

    .cuadro_icono_big:last-child {
        border-right: none;
    }

    .cuadro_icono_big h2 {
        color: #666;
    }

.btn_verde {
    padding: 10px 30px;
    border-radius: 5px;
    border: 0px;
    background-color: #00A287;
    text-align: center;
}

a.btn_verde {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.btn_verde:hover {
    background-color: #FF6600;
}

/* CUADRO OFERTAS, PLANES Y EVENTOS */
.contenedor_cuadros,
.contenedor_cuadros_estelar,
.contenedor_cuadrosMedianos {
    display: table;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}

.contenedor_cuadros {
    max-width: 1150px;
}
/*.col1 {
	width:100% !important;
}*/
.contenedor_cuadros_estelar {
    max-width: 1150px;
}

.contenedor_cuadrosMedianos {
    max-width: 1130px;
}

.x2 {
    width: 100%;
}

.cuadro_animado {
    margin: 15px;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
    width: 30%;
}

    .cuadro_animado img {
        width: 100%;
        height: 100%;
    }
    /* Setting for corners */
    .cuadro_animado .top {
        position: absolute;
        background-repeat: no-repeat;
        float: left;
        line-height: 1.5;
        margin: 0px;
        background-color: #00A287;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 200;
        display: block;
    }

        .cuadro_animado .top a {
            color: #FFF;
        }

        .cuadro_animado .top h2 {
            margin-top: 5px;
            text-align: center;
            padding: 10px 0px;
            color: #fff;
        }

        .cuadro_animado .top h3 {
            text-align: center;
            padding: 0 10px;
            font-size: 20px;
            line-height: 1.2;
            color: #fff;
        }

        .cuadro_animado .top p {
            font-size: 16px;
            margin: 10px 0px 0px 0px;
            text-align: center;
            padding: 0px 5px;
            line-height: 1em;
            font-weight: normal;
        }

        .cuadro_animado .top h4 {
            font-size: 16px;
            text-align: center;
            margin: 20px;
            padding: 15px;
            color: #00A287;
            background-color: #fff;
            text-transform: uppercase;
            position: absolute;
            bottom: 0px;
            width: 80%;
        }

        .cuadro_animado .top h6 {
            font-size: 16px;
            text-align: center;
            margin-top: 0px;
        }

.contenedor_cuadros .verde,
.contenedor_cuadrosMedianos .verde {
    background-color: #679202;
}

.cuadro_animado .verde h4 {
    color: #679202;
}

.contenedor_cuadros_estelar .azul {
    background-color: #4A617C;
}

/* CUADRO GASTRONOMIA */
.cuadro_animado_titulo {
    background-color: #00A287;
    color: #fff;
    margin: 15px;
    text-align: center;
    font-size: 20px;
    float: left;
    width: 30%;
    height: 286px;
    position: relative;
}

    .cuadro_animado_titulo img {
        width: 100%;
        height: 230px;
        position: absolute;
        top: 3px;
        left: 0px;
    }

    .cuadro_animado_titulo:hover img {
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-opacity: 0;
    }

    .cuadro_animado_titulo h2 {
        background-color: #fff;
        color: #666;
        width: 100%;
        margin: 0px;
        padding: 12px 0px;
        position: absolute;
        bottom: 0px;
    }

    .cuadro_animado_titulo h3 {
        font-weight: normal !important;
        font-size: 20px;
        margin: 15px;
        line-height: 1.4em;
        color: #fff;
    }

/* CUADRO ENTRETENIMIENTO */
.cuadro_medio {
    width: 220px !important;
    margin: 15px 30px;
}

    .cuadro_medio h2 {
        line-height: 1em !important;
    }

/* CUADRO HOTELES */
.cuadro_title {
    margin: 15px 0;
    position: relative;
    float: left;
    /*	width: 350px;*/
    background: #000;
}

    .cuadro_title img {
        width: 100%;
    }

    .cuadro_title p {
        width: 100%;
        padding: 20px;
        text-align: center;
        background: rgba(0,0,0, 0.5);
        color: #FFF;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        position: absolute;
        bottom: 0px;
    }

    .cuadro_title a:hover p {
        background: rgba(0,0,0, 1);
    }

    .cuadro_title a:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

/* IMAGENES GALERIA */
.galeria_turismo {
    background-color: #000;
    /*width: 220px;
	height: 220px;*/
    margin: 15px 0;
    float: left;
}

    .galeria_turismo a img {
        box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
        filter: alpha(opacity=70);
        opacity: 0.7;
        -moz-opacity: 0.7;
        width: 100%;
        height: 100%;
    }

    .galeria_turismo a:hover img {
        box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

/* GALERIA HABITACIONES */
.nbs-flexisel-item {
    width: 417px !important;
}

.nbs-flexisel-nav-right,
.nbs-flexisel-nav-left {
    top: 118px !important;
}

/* PÁGINA DE HOTELES ESTELAR */

.he-destinos-titulos h3 {
    font-size: 20px;
    color: #f60;
    font-weight: 400;
    width: 50%;
    margin: 30px auto;
    border-bottom: #f60 dotted;
    padding: 10px 0;
}

.he-destinos-titulos .he-ciudad-desc {
    width: 75%;
    margin: 10px auto 20px;
}

.he-link-sitio {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2000;
    margin-top: -125px;
    clear: both;
    background-color: #312783;
    width: 60px;
    height: 60px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .he-link-sitio ul {
        list-style: none;
        width: 50px;
        margin: 0;
        padding: 0 !important;
        height: 60px;
    }

        .he-link-sitio ul li {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

            .he-link-sitio ul li a {
                display: block;
                padding: 5px;
                text-decoration: none;
                width: 100%;
                height: 100%;
                float: left;
            }

    .he-link-sitio:hover {
        background-color: #f60;
        right: -30px;
        width: 100px
    }

#fortalecimiento-alinza ul li {
    list-style-type: none;
    padding-top: 5px;
    position: relative;
}

    #fortalecimiento-alinza ul li:before {
        list-style-type: inherit;
        content: "\25cf";
        font-family: "Glyphicons Halflings";
        font-size: 1.1em;
        float: left;
        margin-left: -15px;
        color: #ff944d;
        top: 2px;
        position: absolute;
    }

.estelar ul li {
    list-style-type: none;
    padding-top: 0px;
}

    .estelar ul li:before {
        list-style-type: none;
        content: "";
        font-family: "Glyphicons Halflings";
        font-size: auto;
        float: none;
        margin-left: auto;
        color: transparent;
        top: 2px;
        position: relative;
    }

/* FORMULARIO DE COTIZACIÓN */
.jt-feedback {
    width: 50%;
    max-width: 500px;
}

    .jt-feedback .jt-title,
    .jt-content {
        width: 100% !important;
    }

/* TABLA TEMPORADAS */
#temporadas {
    width: 70%;
    margin: 0px auto;
}

.btn_faqs {
    text-align: center;
    margin-top: 20px;
}

    .btn_faqs a {
        padding: 10px 30px;
        border-radius: 5px;
        border: 0px;
        text-align: center;
        margin: 20px 10px;
        background-color: #ff6600;
        color: #fff !important;
        font-weight: bold;
        text-decoration: none;
    }

p .numeral {
    font-size: 1.8em;
    font-weight: bold;
    padding-right: 5px;
}

.respuesta {
    padding: 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
}


/* Comprar y reservar */
.transaccion {
    width: 65px;
    height: 80px;
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    top: 67%;
    right: 0px; /* Establecemos la barra en la izquierda */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
    margin-top: -125px;
    clear: both;
}

    .transaccion ul {
        list-style: none;
        width: 65px;
        margin: 0;
        padding: 0;
        height: 80px;
    }

    .transaccion img {
        display: none;
        width: 50px;
        height: 50px;
    }

    .transaccion ul li {
        width: 65px;
        height: 80px;
        margin: 0;
        padding: 0;
    }

        .transaccion ul li:before {
            content: "";
        }

        .transaccion ul li a {
            display: block;
            padding-top: 5px;
            text-decoration: none;
            width: 100%;
            height: 100%;
            float: right;
            background-size: 60px;
            color: #fff;
            text-align: center;
            line-height: 1.1em;
            font-size: 16px;
            font-weight: bold;
            font-family: "Roboto", sans-serif;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease; /* Establecemos una transición a todas las propiedades */
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

            .transaccion ul li a img {
                padding-top: 5px;
                vertical-align: middle;
            }

        .transaccion ul li .icon-reserva {
            background: url(/turismo/PublishingImages/reserva_ahora.png) no-repeat center center;
            background-color: #D02E10;
        }

        .transaccion ul li .icon-compra {
            background: url(/turismo/PublishingImages/compra_ahora.png) no-repeat center center;
            background-color: #85be00;
        }


        /*.transaccion ul li .icon-pago {
	background: url("/img/2016/turismo/plat_pagos.png") no-repeat center center;
	background-color: #D02E10;
}*/


        .transaccion ul li a:hover {
            background-color: #f60; /*Cambiamos el fondo cuando el usuario pase el mouse */
            color: #fff !important;
            padding: 5px 15px 0px 15px; /*Hacemos mas grande el espacio cuando el usuario pase el mouse */
            width: 95px;
        }

/*MAPA RUTAS*/
.mapa_ruta {
    position: relative;
    max-width: 1000px;
    margin: 0px auto 40px auto;
}

    .mapa_ruta img {
        width: 100%;
    }

.transporte {
    position: absolute;
    left: 20px;
    top: 20px;
}

    .transporte img {
        width: 100%;
        max-width: 240px;
    }

.btn_reserva_cuadrado {
    text-align: center;
}

    .btn_reserva_cuadrado a {
        text-align: center;
        text-decoration: none;
        color: #fff;
        background-color: red;
        padding: 10px 30px;
        font-size: 20px;
        font-weight: bold;
    }

/* SECCIONES */
.menu_secciones {
    display: none;
}

.flotante_der {
    float: right;
    width: 50%;
}

.flotante_izq {
    float: left;
    width: 48%;
}

.final {
    clear: both;
    padding: 20px 0px;
}

.banner {
    margin-top: 70px;
}

/* NUEVOS ESTILOS BOOTSTRAP */
.servicios {
    color: #00a287;
}

    .servicios .text-center {
        margin-top: 15px;
        height: 70px;
        margin-bottom: 15px;
    }

/* AGENCIA DE VIAJES */
.estelar .col-planes {
    background-color: #fcf8e2;
    padding-top: 10px;
    padding-bottom: 20px;
}

.col-planes img {
    width: 100%;
}

.col-planes a p {
    font-size: 12px;
    font-weight: 300;
    color: #333;
    line-height: 1.5;
    margin: 10px auto 30px auto;
}

.contenido.estelar {
    padding: 0 !important;
}

.estelar .main_derecha {
    padding-top: 10px;
    padding-bottom: 50px;
}

.estelar .ciudades {
    text-align: center;
}

    .estelar .ciudades h3 {
        margin-top: 10px;
    }

.estelar .btn-orange {
    margin: 0 0 40px 0;
}

/* GALERIA DE HABITACIONES */
.carousel {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 50px auto;
}


/*video youtube*/

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

    .video-responsive iframe,
    .video-responsive object,
    .video-responsive embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* TOUR VIRTUAL */

.tour-virtual .tour-cont, .tour-virtual .tour-cont .tour {
    border: none !important;
    font-weight: 500;
    text-align: center;
}

    .tour-virtual .tour-cont .tour {
        background-color: white;
        -webkit-box-shadow: 0px 5px 17px -9px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 17px -9px rgba(0,0,0,0.75);
        box-shadow: 0px 5px 17px -9px rgba(0,0,0,0.75);
    }

.tour-virtual .tour h3 {
    color: #ff6600;
    margin: 10px 0;
    font-weight: normal !important
}

.tour-virtual-360 {
    margin: 0 !important
}


/* ALIANZA ESTELAR INFO */

#fortalecimiento-alinza {
    background-color: #F9F9F9;
    padding: 20px 30px
}

    #fortalecimiento-alinza table, #fortalecimiento-alinza td, #fortalecimiento-alinza th {
        border: 1px solid #ddd;
        text-align: left;
    }

    #fortalecimiento-alinza table {
        border-collapse: collapse;
        width: 100%;
    }

    #fortalecimiento-alinza th, #fortalecimiento-alinza td {
        padding: 15px;
    }

.modal-dialog {
    width: 800px;
}

/* BOTÓN PAGO AVALPAY */

#avalPay-sec {
    text-align: center;
}

    #avalPay-sec img {
        width: 100%;
    }

/* COLLAPSE STYLE -
#btn-avalPay {
	border: 2px solid #FF6600;
	color: #FF6600;
	background-color: transparent;
	text-align: center;
    padding: 15px;
    width: 30%;
	font-size: 17px;
}

#btn-avalPay:hover {
	border: 2px solid #FF6600;
	color:white;
	background-color:  #FF6600;
}

*/

.btn-pasos {
    border: none;
    background-color: #9E9E9E;
    color: white;
    width: 60px;
    border-radius: 100px;
    height: 60px;
    margin: 0 30px 50px;
    font-size: 25px;
}

.seleccion {
    border: none;
    background: #FF6600;
    font-size: 25px;
}


.btn-pasos:hover, .btn-pasos:focus {
    border: none;
    background: #FF6600;
    font-size: 25px;
    outline-color: transparent
}

.cont-pasos {
    margin-bottom: 30px;
    text-align: center
}

    .cont-pasos h3 {
        color: #FF6600;
    }

@media only screen and (max-width: 1680px) {
    .contenedor_cuadros {
        max-width: 1140px;
    }

    .col1 {
        width: 100%;
    }

    .x2 {
        max-width: 760px;
    }

    .contenedor_cuadrosMedianos {
        max-width: 1010px;
    }

    .cuadro_animado_titulo {
        margin: 15px;
    }

    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 359px !important;
    }

    .cuadro_icono_small {
        margin: 5px 10px;
    }

    .cuadro_icono_medium {
        margin: 20px 10px;
    }
}

@media only screen and (max-width: 1600px) {
    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 395px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .contenedor_cuadrosMedianos {
        max-width: 1000px;
    }
    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 353px !important;
    }

    .col1 {
        width: 100%;
    }
}

@media only screen and (max-width: 1366px) {
    .datos_contacto {
        margin: -5px 0px 0px 0px;
    }

    .iconografia {
        max-width: 980px;
    }

    .tooltip:hover:after {
        font-size: 26px;
    }

    .tooltip:after {
        font-size: 26px;
    }

    .cuadro_animado,
    .cuadro_animado_titulo {
        margin: 5px;
    }

    .cuadro_medio {
        margin: 15px;
    }

    .contenedor_cuadros {
        max-width: 1080px;
    }

    .contenedor_cuadrosMedianos {
        max-width: 1000px;
    }

    .x2 {
        max-width: 720px;
    }

    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 333.5px !important;
    }

    .cuadro_icono_big {
        width: 18%;
    }
    /*
.cuadro_title {
    width: 330px;
}
*/
    .cuadro_icono_small {
        margin: 5px;
    }

    .cuadro_icono_medium {
        margin: 20px 0px;
    }

    .col1 {
        width: 100%;
    }
}

@media only screen and (max-width: 1280px) {
    .cuadro_animado,
    .cuadro_animado_titulo {
        margin: 5px;
        width: 320px;
    }

        .cuadro_animado .top h2 {
            font-size: 20px;
        }

        .cuadro_animado .top h3,
        .cuadro_animado_titulo h3 {
            font-size: 16px;
        }
    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 468px !important;
    }

    #temporadas {
        width: 100%;
    }
    /*
.cuadro_title {
    margin: 5px;
}
*/

    .contenedor_cuadros {
        max-width: 990px;
    }

    .contenedor_cuadrosMedianos {
        max-width: 920px;
    }

    .x2 {
        max-width: 660px;
    }

    .contenedor_cuadros_estelar {
        max-width: 1020px;
    }

    .col1 {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .flotante_izq,
    .flotante_der {
        float: none;
        clear: both;
        width: 100%;
        margin-top: 15px;
    }

    .cuadro_animado,
    .cuadro_animado_titulo {
        width: 260px;
    }

        .cuadro_animado .top h2 {
            font-size: 16px;
        }

        .cuadro_animado .top h3,
        .cuadro_animado_titulo h3 {
            font-size: 14px;
        }

        .cuadro_animado .top p,
        .cuadro_animado .top h6 {
            font-size: 12px;
        }

    .x2 {
        max-width: 550px;
    }

    .cuadro_animado .top h4 {
        font-size: 14px;
        width: 72%;
    }

    .cuadro_animado_titulo h5 {
        line-height: 1.3em;
    }

    .contenedor_cuadrosMedianos {
        max-width: 690px;
    }
    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 370px !important;
    }

    #tab-1 h3 {
        clear: both;
    }
    /*
.cuadro_title {
    width: 260px;
}
*/
    .cuadro_title p {
        font-size: 14px;
    }

    .cuadro_icono_big {
        width: 40%;
    }

        .cuadro_icono_big:nth-child(odd) {
            border-right: 1px #999 dashed;
        }

        .cuadro_icono_big:nth-child(even) {
            border-right: none;
        }

    .transporte img {
        max-width: 200px;
    }

    .col1 {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .flotante_izq,
    .flotante_der {
        float: none;
        clear: both;
        width: 100%;
    }

    .iconografia {
        max-width: 570px;
    }

    .contenedor_cuadros {
        max-width: 580px;
    }

    .cuadro_animado,
    .cuadro_animado_titulo {
        width: 280px;
    }

        .cuadro_animado .top h2 {
            font-size: 18px;
        }

        .cuadro_animado .top h3,
        .cuadro_animado_titulo h3 {
            font-size: 16px;
            line-height: 1.2em;
        }

        .cuadro_animado .top h4 {
            margin: 12px;
            width: 80%;
        }

        .cuadro_animado .top p {
            font-size: 14px;
        }

    .cuadro_medio {
        width: 170px !important;
        height: 236px !important;
    }

    .contenedor_cuadrosMedianos {
        max-width: 550px;
    }

    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 568px !important;
    }

    .cuadro_icono_big {
        width: 90%;
        border-right: none;
        border-bottom: 1px #999 dashed;
    }

        .cuadro_icono_big:last-child {
            border-bottom: none;
        }

        .cuadro_icono_big:nth-child(odd) {
            border-right: none;
        }

    .transporte img {
        max-width: 140px;
    }

    .contenedor_cuadros_estelar {
        max-width: 580px;
    }

    .col1 {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .contenido.estelar {
        padding-top: 80px !important;
    }
    /* LOGO 
.logo a img {
  display: none;
  width: 150px;
  height: 40px;
}*/
    .btn-waze {
        display: block;
    }

    .tooltip:hover:after {
        font-size: 22px;
    }

    .tooltip:after {
        top: -20px;
        content: attr(title); /* este es el texto que será mostrado */
        left: 1px;
        position: absolute;
        z-index: 98;
        /* el formato gráfico */
        background: rgba(0,0,0, 0.5); /* el color de fondo */
        color: #FFF; /* el color del texto */
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        padding: 35px 0px;
        text-align: center;
        width: 99.5%;
        max-width: 380px;
    }

    .cuadro_title {
        width: 100%;
    }

    .contenido h1 {
        line-height: 1.3em;
    }

    .contenido h2 {
        font-size: 18px;
    }

    .tabla thead th {
        font-size: 14px;
    }

    .contenedor_cuadros {
        max-width: 580px;
    }

    .contenedor_cuadrosMedianos {
        max-width: 550px;
    }

    .cuadro_animado,
    .cuadro_animado_titulo {
        margin: 5px;
    }

        .cuadro_animado_titulo h2 {
            padding: 15px 0px;
        }

    .cuadro_medio h2 {
        font-size: 18px;
    }

    .imagen_seccion {
        display: none;
    }
    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 641px !important;
    }
    /* Compra y reserva */
    /*
.transaccion {
	width: 100%;
	position: relative !important;
	bottom: -15px;
	height: auto;
	left: 0;
	z-index: 100;
	margin-top: 0
}
.transaccion ul {
	width: 60%;
	height: auto;
	position: relative;
    margin: 0px auto;
}
.transaccion ul li {
	display: inline;
	width: 100%;
	height: 40px;
}
.transaccion ul li a {
	border: none;
	transition: none;
	width: 100%;
	height: 30px !important;
	float: left;
	text-align: center;
	padding: 5px 0 30px 0;
	font-size: 24px;
	height: auto;
	margin: 0px auto;
	background-image: none !important;
	border-radius: 4px;
}

.transaccion ul li a:hover {
	background-color: #f60;
	padding: 10px 0 5px 0;
	width: 100%;
}
*/
    .col1 {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .iconografia {
        max-width: 280px;
    }

    .contenedor_cuadros {
        max-width: 300px;
    }

    .contenedor_cuadrosMedianos {
        max-width: 360px;
    }
    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 339px !important;
    }

    #galeria_salones td img {
        width: 70px;
    }

    #temporadas td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .transporte {
        position: relative;
        text-align: center;
    }

        .transporte img {
            max-width: 240px;
        }

    .contenedor_cuadros_estelar {
        max-width: 250px;
    }

    .col1 {
        width: 100%;
    }

    /* TOUR VIRTUAL */

    .tour-virtual {
        display: none
    }
}

@media only screen and (max-width: 375px) {
    .cuadro_icono_medium {
        width: 120px;
    }

    .contenedor_cuadrosMedianos {
        max-width: 320px;
    }

    .cuadro_medio {
        width: 150px !important;
    }
    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 295px !important;
    }
}

@media only screen and (max-width: 320px) {
    .tabla {
        font-size: 10px;
        margin-left: -15px;
    }

    .iconografia {
        max-width: 220px;
    }

    .cuadro_icono_medium,
    .cuadro_icono_small {
        width: 95px;
    }

    .contenedor_cuadrosMedianos {
        max-width: 300px;
    }

    .cuadro_medio {
        width: 125px !important;
    }

    #escenarios th img {
        width: 40px;
    }

    /* GALERIA HABITACIONES */
    .nbs-flexisel-item {
        width: 246px !important;
    }

    .cuadro_animado_titulo h3 {
        font-size: 14px;
        line-height: 1.1em;
    }
}
