﻿@charset "utf-8";

@font-face {
    font-family: 'Grand Hotel';
    src: url(/Style%20Library/fonts/GrandHotel-Regular.ttf);
}

/*--- GENERAL ---*/
.trTitle {
    display: block;
    margin: 0.5em 0;
    font-family: 'Grand Hotel', cursive !important;
    font-size: 60px !important;
    font-weight: 400;
    line-height: 0.9 !important;
}

.trSubtitle {
    display: block;
    margin: 0.5em 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

.text {
    line-height: 1.2;
}

.btn.btn-orange {
    background: #F60;
    color: #FFF;
}

    .btn.btn-orange:hover {
        background: #F60;
        color: #FFF;
    }

.modalImg-T1 {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*--- BANNER ---*/
.trYoutube {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    background: #F00;
    color: #FFF !important;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 2;
}

.trBanner {
    display: block;
    position: relative;
}

.trBanner-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.trBanner-item {
    display: block;
}

.trBanner-box {
    display: block;
    height: auto;
    min-height: 400px;
    padding: 20px 0;
    position: relative;
    color: #FFF;
}

.trBanner-bg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

    .trBanner-bg::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-image: linear-gradient(to right, rgba(0,0,0,0.85) 20%,rgba(0,0,0,0) 60%);
    }

    .trBanner-bg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.trBanner-cols {
    display: flex;
    height: auto;
    min-height: 400px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.trBanner-col {
    flex: 0 0 auto;
}

.trBanner-title {
    font-size: 36px;
    font-weight: 700;
}

.trBanner-box .text {
    font-size: 16px;
}

.trBanner-list .slick-arrow {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    color: #F60;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.trBanner-list .slick-prev {
    left: 30px;
}

.trBanner-list .slick-next {
    right: 30px;
}

.trBanner-tag {
    display: inline-block;
    padding: 6px;
    background: #FFFC;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#trIN-lgm .trBanner-bg::after {
    display: none;
}

/*--- PROMO ---*/
.trProm {
    display: block;
    padding: 30px 0 50px;
    background: #F7F7F7;
}

.trProm-bigTitle {
    margin: 1em 0;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F60;
}

.trProm .trTitle {
    margin-bottom: 0;
}

.trProm-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trProm-col {
    margin: 15px 0;
    float: none;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
}

.trProm-art {
    display: block;
    height: 100%;
    margin: 15px 0;
    padding-bottom: 50px;
    position: relative;
}

.trProm-pic {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0;
    position: relative;
}

    .trProm-pic img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.trProm-art .trSubtitle {
    font-size: 16px;
    font-weight: 400;
    color: #F60;
}

.trProm-title {
    display: block;
    margin: 0.5em 0;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.1 !important;
    color: #333 !important;
}

.trProm-art .text {
    font-size: 14px !important;
    color: #333 !important;
    font-family: "Roboto", sans-serif !important;
}

    .trProm-art .text p {
        font-size: 14px;
        color: #333 !important;
    }

.trProm-btn {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 15px;
    border-top: 1px dashed #707070;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/*--- PLACES ---*/
.trDest {
    display: block;
    margin: 50px 0;
}

    .trDest .trTitle {
        margin-bottom: 0;
    }

.trDest-box {
    display: block;
    width: 100%;
    height: 260px;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .trDest-box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    .trDest-box:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.trDest-boxLab {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 300;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* #BOOTSTRAP MOD */
/*
.modal-backdrop{ background-color: #FFF !important; }
.modal-backdrop.in{ opacity: 0.9 !important; }
.modal-content{ border: 1px solid #FFF !important; }
*/
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/* #BOOTSTRAP MOD */

.trDest-modDL {
    display: block;
    margin: 30px -10px;
    font-size: 0;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    -o-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px dashed #CCC;
    -moz-column-rule: 1px dashed #CCC;
    column-rule: 1px dashed #CCC;
}

    .trDest-modDL dt,
    .trDest-modDL dd {
        display: inline-block;
        vertical-align: top;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }

    .trDest-modDL dt {
        width: 40%;
    }

    .trDest-modDL dd {
        width: 60%;
    }

.trDest-modCR {
    display: block;
}

/*--- CONTACT ---*/
.trCont {
    display: block;
    background: url('/turismo/PublishingImages/th-bgform_004.jpg') no-repeat center center / cover;
    position: relative;
    z-index: 1;
}

    .trCont::before {
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(221,102,0,0.85);
    }

.trCont-box {
    display: block;
    padding: 30px 0; /*background: #FFFD;*/
    position: relative;
    z-index: 2;
}

    .trCont-box .trTitle {
        color: #FFF;
    }

/*--- TESTIMONIALS ---*/
.trTest {
    display: block;
    padding: 30px 0;
    background: #F7F7F7;
}

.trTest-list {
    display: block;
    margin: 0;
    padding: 0 30px;
    list-style: none;
}

.trTest-item {
    display: block;
}

.trTest-box {
    display: block;
    padding: 30px;
    text-align: center;
}

.trTest-name {
    display: block;
    margin: 0.5em 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.1;
    color: #323232;
}

.trTest-certified {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    padding: 3px 6px;
    border: 1px solid;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #00B63C;
}

.trTest-data {
    display: block;
    margin: 10px 0;
    font-size: 13px;
    color: #7D7D7D;
}

.trTest-desc {
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
    color: #424242;
}

    .trTest-desc p::before {
        display: inline;
        content: "“";
    }

    .trTest-desc p::after {
        display: inline;
        content: "”";
    }

.trTest-list .slick-arrow {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    color: #F60;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}

.trTest-list .slick-prev {
    left: 0;
}

.trTest-list .slick-next {
    right: 0;
}

.trTest-list .slick-dots {
    display: block;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

    .trTest-list .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

    .trTest-list .slick-dots button {
        display: block;
        width: 15px;
        height: 15px;
        margin: 0;
        padding: 0;
        border: 1px solid #8F8F8F;
        border-radius: 50%;
        background: #8F8F8F;
        outline: 0;
    }

    .trTest-list .slick-dots li.slick-active button {
        background: #FFF;
    }


/*--- MEDIA ---*/
.trMedia {
    display: block;
    margin: 50px 0;
}

.trMedia-box .text {
    display: block;
    margin: 1em 0;
    font-size: 25px;
    text-align: center;
    color: #787878;
}

.trMedia-pic {
    display: block;
    margin: 0;
}

    .trMedia-pic img {
        display: block;
        width: 100%;
        height: auto;
    }


/*--- LANDING ACTIVIDADES ---*/
.trCalen {
    display: block;
    margin: 30px 0;
}

.trCalen-top {
    display: block;
    padding: 15px;
    border-radius: 8px;
    background: #F60;
    color: #FFF;
}

.trCalen-box {
    display: block;
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #EEE;
    border-radius: 8px;
    background: #F6F6F6;
}

.trCalen-art {
    display: block;
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #EEE;
    border-radius: 8px;
    text-align: center;
    background: #FFF;
    color: #F60;
}

.trCalen-artDay {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.trCalen-artNum {
    display: block;
    margin: 0.2em 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
}

.trCalen-table {
    display: block;
    width: 100%;
    height: auto;
    overflow-x: auto;
}

    .trCalen-table > table {
        width: 100%;
    }

    .trCalen-table table,
    .trCalen-table tr,
    .trCalen-table th,
    .trCalen-table td {
        border: 1px solid #EEE;
        border-collapse: collapse;
    }

    .trCalen-table th,
    .trCalen-table td {
        padding: 5px;
    }

    .trCalen-table p {
        margin: 0.3em 0 !important;
    }


@media screen and (max-width: 768px) {
    .menu_secciones {
        display: none !important;
    }

    .trProm {
        margin-top: 40px;
    }

    .trProm-bigTitle {
        font-size: 24px;
    }

    .trTest-box {
        padding: 15px;
        font-size: 18px;
    }

        .trTest-box .trSubtitle {
            font-size: 24px;
        }

    .trYoutube {
        display: none;
    }
}


/* MENU TO DELETE */
/*
 * contextMenu.js v 1.4.0
 * Author: Sudhanshu Yadav
 * s-yadav.github.com
 * Copyright (c) 2013 Sudhanshu Yadav.
 * Dual licensed under the MIT and GPL licenses
**/
.iw-contextMenu {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.10) !important;
    border: 1px solid #c8c7cc !important;
    border-radius: 11px !important;
    display: none;
    z-index: 1000000132;
    max-width: 300px !important;
    width: auto !important;
}

.dark-mode .iw-contextMenu,
.TnITTtw-dark-mode.iw-contextMenu,
.TnITTtw-dark-mode .iw-contextMenu {
    border-color: #747473 !important;
}

.iw-cm-menu {
    background: #fff !important;
    color: #000 !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: visible !important;
}

.dark-mode .iw-cm-menu,
.TnITTtw-dark-mode.iw-cm-menu,
.TnITTtw-dark-mode .iw-cm-menu {
    background: #525251 !important;
    color: #FFF !important;
}

.iw-curMenu {
}

.iw-cm-menu li {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Ubuntu, sans-serif !important;
    list-style: none !important;
    padding: 10px !important;
    padding-right: 20px !important;
    border-bottom: 1px solid #c8c7cc !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    position: relative !important;
    font-size: 14px !important;
    margin: 0 !important;
    line-height: inherit !important;
    border-radius: 0 !important;
    display: block !important;
}

.dark-mode .iw-cm-menu li, .TnITTtw-dark-mode .iw-cm-menu li {
    border-bottom-color: #747473 !important;
}

.iw-cm-menu li:first-child {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
}

.iw-cm-menu li:last-child {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
    border-bottom: none !important;
}

.iw-mOverlay {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    background: #FFF !important;
    opacity: .5 !important;
}

.iw-contextMenu li.iw-mDisable {
    opacity: 0.3 !important;
    cursor: default !important;
}

.iw-mSelected {
    background-color: #F6F6F6 !important;
}

.dark-mode .iw-mSelected, .TnITTtw-dark-mode .iw-mSelected {
    background-color: #676766 !important;
}

.iw-cm-arrow-right {
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid #000 !important;
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    margin-top: -5px !important;
}

.dark-mode .iw-cm-arrow-right, .TnITTtw-dark-mode .iw-cm-arrow-right {
    border-left-color: #FFF !important;
}

.iw-mSelected > .iw-cm-arrow-right {
}

/*context menu css end */

/*  ???????? */
@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
