.it_video_title h3 {
    font-family: 'Miso';
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 17px;
    margin-top: 60px;
}

.it_video_title {
    text-align: center;
    top: 50%;
    position: relative;
    transform: translate(0%,-50%);
}

.it_video {
    display: none;
}

.it_video iframe {
    border: none;
}

.play-video {
    cursor: pointer;
}

.it_contenido_descargable .it_contenido_img {
    position: relative;
}

.it_contenido_descargable .it_contenido_img img {
    object-fit: cover;
    width: 100%;
}

.it_contenido_descargable .it_contenido {
    background-color: #f4f6f7;
    padding: 25px 80px;
}

.it_contenido_descargable .it_contenido h3 {
    margin: 0px;
    font-family: 'Miso';
    color:  #1ea0db;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    min-height: 53px;
    text-align: center;
}

.it_contenido_descargable .it_contenido h3::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #79c7ea;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.it_contenido_img_hover {
    display: none;
}

.it_contenido_descargable .it_contenido p {
    font-family: 'TradeGothic';
    color:  #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
}

.it_contenido_descargable:hover .it_contenido_img_hover {
    display: block;
    position: absolute;
    height: 100%;
    background: rgba(24, 161, 220, 0.5);
    width: 100%;
}

.it_contenido_descargable:hover .it_contenido_img_hover img {
    margin: auto;
    display: block;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%);
    width: auto;
}

.it_contenido_descargable:hover .it_contenido_img_hover a::after {
    content: '';
    width: 90%;
    display: block;
    position: absolute;
    height: 2px;
    background: #fff;
    left: 50%;
    bottom: 60px;
    margin: 0 auto;
    transform: translate(-50%);
}

.it_contenido_descargable:hover .it_contenido {
    background-color: #18a1dc;
}

.it_contenido_descargable:hover .it_contenido p,
.it_contenido_descargable:hover .it_contenido h3 {
    color: #fff;
}

.descripcion-hotel .vc_col-sm-3 .vc_column-inner {
    padding: 0px;
}

.descripcion-hotel .vc_col-sm-3 .it_direction_hotel {
    margin-top: 30px;
    margin-bottom: 58px;
}

.descripcion-hotel .vc_col-sm-3 .it_direction_hotel p {
    margin-bottom: 0px;
    font-family: 'TradeGothic';
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px;
}

.descripcion-hotel .vc_col-sm-3 .it_direction_hotel p img,
.descripcion-hotel .vc_col-sm-3 .it_direction_hotel p span {
    display: inline-block;
    vertical-align: top;
}

.descripcion-hotel .vc_col-sm-3 .it_direction_hotel p img {
    width: 20px;
    margin-right: 10px;
}

.descripcion-hotel .vc_col-sm-3 .it_direction_hotel p span {
    max-width: 268px;
}

.descripcion-hotel .vc_col-sm-3 .it_direction_hotel p strong {
    font-family: 'TradeGothic';
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}

.boton-estilo1,
.boton-estilo2 {
    width: 100%;
}

.boton-estilo1 .vc_btn3 {
    background-color: transparent !important;
    width: 100%;
    padding: 0px;
    line-height: 48px;
    font-family: 'TradeGothic';
    color: #1ea0db !important;
    font-size: 16px;
    font-weight: 300;
    border-color: #dadada !important;
    background-position: 12px center;
    background-repeat: no-repeat;
}

.boton-estilo2 .vc_btn3 {
    width: 100%;
    font-family: 'Miso';
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    padding: 0px;
    background-color: #18a1dc !important;
    border: 0px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.boton-estilo1.boton-mail .vc_btn3 {
    background-image: url('../images/MAIL_ICON.png');
    padding-left: 40px;
    height: 50px;
    overflow: hidden;
    text-align: left;
}

.boton-estilo1.boton-web .vc_btn3 {
    background-image: url('../images/WEB_ICON.png');
    text-align: left;
    padding-left: 40px;
}

.boton-estilo2.boton-reservar .vc_btn3 {
    background-image: url('../images/CART_ICON.png');
    background-repeat: no-repeat;
    background-position: 80px center;
}

.slider-hotel {
    margin-top: 110px !important;
}

.slider-hotel .gem-gallery-item-image .fancy-gallery::before {
    background-color: rgba(24, 161, 220, 0.6) !important;
}

.slider-hotel .gem-mini-pagination a.selected {
    background-color: #18a1dc;
}

.caracteristica_hotel {
    width: 23%;
    display: inline-block;
    border: 1px solid #e7e7e7;
    margin-right: 2%;
    margin-bottom: 1%;
    vertical-align: top;
}

.caracteristica_hotel img {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    border-right: 1px solid #e7e7e7;
    max-height: 100%;
}

.caracteristica_hotel span {
    display: inline-block;
    vertical-align: middle;
    width: 83%;
    font-family: 'TradeGothic';
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    line-height: 13px;
    padding: 0px 10px;
}

.it_imagen_texto_enlace .it_contenido_img {
    position: relative;
}

.it_imagen_texto_enlace .it_contenido_img img {
    width: 100%;
    object-fit: cover;
}

.it_imagen_texto_enlace h3 {
    font-family: 'Miso';
    color: #1ea0db;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 35px;
    margin-bottom: 0px;
}

.it_imagen_texto_enlace p {
    font-family: 'TradeGothic';
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    margin-bottom: 0px;
}

.it_imagen_texto_enlace {
    background-color: #f3f3f3;
}

.it_imagen_texto_enlace .it_contenido {
    padding: 0px 57px 40px 57px;
    min-height: 113px;
}

.it_imagen_texto_enlace h3::after {
    content: '';
    display: block;
    background: #78c6e9;
    width: 52px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.verde .it_imagen_texto_enlace h3{
    color: #46a534;
}

.verde .it_imagen_texto_enlace h3::after {
    background: #46a534;
}

.it_imagen_texto_enlace .it_contenido_img_hover {
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(18, 154, 207, 0.8);
}

.rojo .it_imagen_texto_enlace .it_contenido_img_hover {
    background: linear-gradient(-90deg, rgba(199, 14, 48, 0.8), rgba(224, 106, 45, 0.8));
}

.verde .it_imagen_texto_enlace .it_contenido_img_hover {
    background: linear-gradient(-90deg, rgba(2, 147, 69, 0.8), rgba(140, 198, 63, 0.8));
}

.naranja .it_imagen_texto_enlace .it_contenido_img_hover {
    background: linear-gradient(-90deg, rgba(253, 88, 25, 0.8), rgba(255, 153, 20, 0.8));
}

.rosa .it_imagen_texto_enlace .it_contenido_img_hover {
    background: linear-gradient(-90deg, rgba(196, 1, 156, 0.8), rgba(254, 86, 3, 0.8));
}

.it_imagen_texto_enlace .it_contenido_img_hover img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.it_imagen_texto_enlace .it_contenido_img:hover .it_contenido_img_hover {
    display: block;
}

.rojo .it_imagen_texto_enlace h3,
.rojo.seccion-interesar h2 {
    color: #c60c30;
}

.rojo .it_imagen_texto_enlace h3::after {
    background: #c60c30;   
}

.naranja .it_imagen_texto_enlace h3,
.naranja.seccion-interesar h2 {
    color: #ff5927;
}

.naranja .it_imagen_texto_enlace h3::after {
    background: #ff5927;   
}

.rosa .it_imagen_texto_enlace h3,
.rosa.seccion-interesar h2 {
    color: #c4009f;;
}

.rosa .it_imagen_texto_enlace h3::after {
    background: #c4009f;;   
}

.it_download_link {
    text-align: center;
    margin-bottom: 30px;
}

.it_download_link .icon {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.it_download_link .text {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    text-align: left;
}

.it_download_link a {
    font-family: 'TradeGothic';
    color: #333333;
    font-size: 25px;
    font-weight: 100;
}

.top-80 {
    margin-top: 80px;
}

.it_escapada img {
    height: 547px;
    object-fit: cover;
    width: 100%;
}

.it_escapada .linea-azul {
    width: 275px;
    height: 40px;
    background: #18a1dc;
    margin-top: -20px;
}

.it_escapada .texto {
    padding: 20px 50px;
}

.it_escapada h3 {
    margin: 0px;
    font-family: 'Miso';
    color: #1ea0db;
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
}

.it_escapada h3::after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #8ecfed;
    margin-top: 20px;
    margin-bottom: 20px;
}

.it_escapada p {
    font-family: 'TradeGothic';
    color:  #333333;
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
}