html,
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F6F7;
}

.h1,
h1 {
    color: #386F83;
    margin-bottom: 50px;
    font-size: 28px;
}

.h2,
h2 {
    color: #386F83;
    margin-bottom: 50px;
}

p,
li,
h3 {
    color: #6F7478;
}

.cont-seccion-down h3 a {
    font-size: 34px;
    color: #386F83;
}

.cont-seccion-down p {
    font-size: 12px;
}

.txt-confianza-turistica {
    color: #6F7478;
    margin-top: 46px;
}

.sub-menu-home li.active:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #f8a12d;
    margin: 0px auto 0;
}

img.img-confianza.img-responsive {
    text-align: center;
    float: left;
    width: 89px;
    margin: 20px 30px 0px 30px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e500;
}

.modal-content h2 {
    font-size: 34px;
    line-height: 48px;
    color: #6F7478;
}

.modal-content h2:after {
    content: "";
    display: block;
    min-width: 147px;
    height: 2px;
    background: #f8a12d;
    margin: 20px auto 0;
    position: absolute;
    left: 18px;
}

.modal-header button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    background-color: #a2a2a2;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: 10px;
    top: 20px;
}

h2:after {
    content: "";
    display: block;
    min-width: 147px;
    height: 2px;
    background: #f8a12d;
    margin: 20px auto 0;
    position: absolute;
    left: 18px;
}

h2:after {
    content: "";
    display: block;
    min-width: 147px;
    height: 2px;
    background: #f8a12d;
    margin: 20px auto 0;
    position: absolute;
    left: 18px;
}

h1:after {
    content: "";
    display: block;
    min-width: 147px;
    height: 2px;
    background: #f8a12d;
    margin: 20px auto 0;
    position: absolute;
    left: 20%;
}

h2.text-center:after {
    content: "";
    display: block;
    width: 31px;
    height: 2px;
    background: #f8a12d;
    margin: 20px auto 0;
    position: relative;
    left: 0%;
}

a.collapsed i.more-less.glyphicon.glyphicon-minus {
    display: none;
}

a.collapsed i.more-less.glyphicon.glyphicon-plus {
    display: block;
}

a.display-mas i.more-less.glyphicon.glyphicon-plus {
    display: none;
}

a.display-mas.collapsed i.more-less.glyphicon.glyphicon-plus {
    display: block;
}

i.more-less.glyphicon.glyphicon-plus,
i.more-less.glyphicon.glyphicon-minus {
    position: relative;
    top: 1px;
    left: -7px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    color: #F8A12D;
    line-height: 1;
    float: left;
    font-size: 12px;
    height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item-box.box-orange h3 {
    color: #fff;
    font-size: 32px;
}

.item-box.box-blue h3 {
    color: #fff;
    font-size: 32px;
}

.container.item-box.primary {
    background-color: #F8A12D;
    color: #fff;
    border-radius: 20px;
    padding: 50px;
}

.ayuda-turismo-atiende {
    background-color: #F8A12D;
    height: 100px;
    width: 295px;
    position: fixed;
    right: 0;
    top: 100px;
    padding: 14px 10px 10px 10px;
    color: #fff;
    z-index: 100;
    font-size: 12px;
    border-radius: 50px 0px 2px 50px;
    transition: all.4s ease;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ayuda-turismo-atiende .col-xs-3,
{
    padding-right: 0px;
    padding-left: 0px;
}

.ayuda-turismo-atiende.despliega {
    background-color: #F8A12D;
    height: 100px;
    width: 310px;
    position: fixed;
    right: 0px !important;
    top: 100px;
    padding: 5px 10px 10px 10px;
    color: #fff;
    z-index: 9999;
    font-size: 12px;
    border-radius: 50px 0px 2px 50px;
}

.ayuda-turismo-atiende:hover {
    -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
    transition: all.4s ease;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ayuda-turismo-atiende img {
    padding: 1px 0px 0px 7px;
    position: relative;
    left: -16px;
    max-width: none!important;
}

.ayuda-turismo-atiende span a {
    color: #fff;
}

.ayuda-turismo-atiende span {
    color: #fff;
}

.ayuda-turismo-atiende span.ayuda-titulo {
    font-size: 18px;
}

a.ayuda-fono {
    font-size: 19px;
    color: #fff;
}

.button {
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 24px;
    /* font-weight: bolder; */
}

.box-orange .button {
    background-color: #fff;
    color: #f8a12d;
    text-align: center;
    border: 2px solid #fff;
}

a.button.button-big:hover {
    text-decoration: none;
    /* font-weight: bolder; */
    background-color: #f8a12d;
    border: 2px solid #fff;
    color: #fff;
}

.box-blue .button {
    background-color: #fff;
    color: #57ADCC;
    text-align: center;
}

.box-orange {
    background-color: #F8A12D;
    border-radius: 22px;
    padding: 30px 40px;
    color: #fff;
    margin: 20px auto;
}

.item-box.box-blue a.button.button-big:hover {
    text-decoration: none;
    /* font-weight: bolder; */
    background-color: #57ADCC;
    border: 2px solid #fff;
    color: #fff;
}

.item-box h1,
.item-box p,
.box-orange {
    color: #fff;
}

.item-box.box-orange p {
    padding: 10px;
}

.box-blue {
    background-color: #57ADCC;
    border-radius: 22px;
    padding: 20px 50px;
    color: #fff;
    margin: 20px auto;
}

.item-box.box-blue p {
    padding: 12px;
}

.row.seccion-mapa {
    background-color: #458BA4;
    padding: 20px 0px;
    color: #fff;
}

li.item-sub-menu-home.text-center:hover,
li.item-sub-menu-home.text-center a:hover {
    background-color: #F5F6F7;
    transition: all.4s ease;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.sub-menu-home li.active a {
    color: #6F7478 !important;
    /*font-size: 13px;*/
    background-color: #F5F6F7 !important;
}

.sub-menu-home li a:hover {
    color: #458BA4;
    font-weight: bold;
    text-decoration: none;
    background-color: F5F6F7 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cont-sub-menu {
    box-shadow: 3px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}

.seccion-mapa {
    background-color: #458BA4;
    color: #fff;
    padding: 35px 0px;
    margin: 50px 0px;
}

a:hover,
button,
input,
select,
textarea {
    transition: .4s ease;
}

h4.panel-title a {
    font-size: 18px;
    font-weight: bolder;
    color: #6F7478;
    text-decoration: none;
}

h4.panel-title a {
    font-size: 18px;
    font-weight: bolder;
    color: #6F7478;
    text-decoration: none;
}

.panel-heading-padding-sup {
    padding: 5px 0px;
}

h4.panel-title a.title-pregunta.collapsed {
    background: #57ADCC;
}

h4.panel-title a.title-pregunta {
    height: 52px;
    background: #386F83;
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 25px;
    position: relative;
}

h4.panel-title a.title-pregunta i {
    position: absolute;
    right: 25px;
    top: 13px;
    transform: rotate(0deg);
    font-size: 24px;
}

h4.panel-title a.title-pregunta.collapsed i {
    position: absolute;
    right: 25px;
    top: 13px;
    transform: rotate(180deg);
    font-size: 24px;
}

.no-border-top {
    border-top: none!important;
}

.sliderweb {
    height: 500px;
    background-color: #ccc;
}

.content-image {
    height: 303px;
    background-size: cover;
    background-color: #386f83;
}

.seccion {
    color: #fff;
    padding: 35px 0px;
    /* margin: 25px 0px; */
    position: relative;
}

.seccion.seccion-baja {
    margin-bottom: 40px;
    margin-top: 40px;
}

.seccion.mapa {
    background-color: #458BA4;
    color: #fff;
    padding: 0px;
    margin: 50px 0px;
}

ul.nav.nav-pills.nav-stacked.tabs-mapa {
    padding: 48px 0px;
}

.cont-3-map-ct {
    background-color: #386F83;
    height: 531px;
}

.cont-3-map-ct img {
    /* object-fit: cover; */
}

.seccion.mapa div.container div p {
    font-size: 13px;
}

.seccion.mapa p,
.seccion.mapa h2 {
    color: #fff;
}

.panel-body {
    padding: 15px;
    color: #6F7478;
}

.cont-seccion-down {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #cacaca80;
    padding: 25px;
    min-height: 250px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.tabs-mapa li a {
    color: #fff;
    padding: 30px 20px 30px;
    border-radius: 0px;
    padding-bottom: 23px;
}


/*
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #386f83;
}*/

.tab-pane ul {
    list-style-image: url("../../img/listuldeco.png");
    padding-inline-start: 40px!important;
}

.tabs-mapa li.active a,
.tabs-mapa li.active a:hover {
    background-color: #386f83;
    font-weight: bolder;
}

.tabs-mapa .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #599eb7;
}

.item-box-seccion-down .img-confianza {
    margin-left: auto;
    margin-right: auto;
}

.item-box-seccion-down:nth-child(3) {
    border-right: 1px solid #ccc0;
}

.item-box-seccion-down {
    border-right: 2px solid #386f834a;
}

.item-box-seccion-down h3 {
    color: #386F83;
}

.panel-body {
    border-left: 2px solid #f8a12d;
    margin-left: 58px;
}

.panel.panel-default {
    background-color: #f5f6f7;
    border-color: #f5f6f7;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f6f7;
    font-size: 13px;
    color: #6F7478;
}

.ctravelvideo img {
    margin: 0px 0px 51px;
}

.btns-map-ct.list-unstyled li a {
    padding: 19px 15px 13px 15px;
    color: #fff;
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.btns-map-ct.list-unstyled li a:hover {
    background-color: #386F83
}

.home-carrusel {
    height: 250px;
}

footer.footer {
    height: 650px;
    background-color: #2C303F;
}

.modal-block .modal-content {
    display: block!important;
}

.modal .modal-content .modal-body ul {
    list-style-image: url(../../img/listuldeco.png);
    padding-inline-start: 40px!important;
}

article.article-tall {
    border-radius: 100px!important;
}

article.article-bg {
    height: 200px!important;
}

article.article-primary .article-title a {
    color: #ffffff;
}

article .article-cover:after {
    box-shadow: none;
}

article.article-primary .article-title {
    font-size: 12px;
}

article .article-description:last-child,
article .article-title:last-child {
    margin-bottom: 10px;
}

.display_destok {
    display: block;
}

.hidde_destok {
    display: none;
}

.footer-contact a {
    color: #f8a12d;
    text-decoration: none;
}

.span_ancla {
    position: absolute;
    top: -107px
}

@media (max-width: 900px) {
    .panel-1 {
        margin-left: 30px;
    }
    .panel-2 {
        margin-left: 30px;
    }
}

@media (max-width: 500px) {
    .panel-1 {
        margin-left: 10px;
    }
    .panel-2 {
        margin-left: 10px;
    }
}