:root {
    --primary: #1A9739;
    --gris: #333333;
}

body {
    font-family: 'Montserrat';
    overflow-x: hidden;
}

a, a:hover {
    text-decoration: none!important;
}

@media (min-width: 1200px) {
    .container-plus {
        width: 95%;
        max-width: 1400px;
    }
}

header {
    height: 110px;
    display: flex;
    align-items: center;
}

#logo-header {
    width: 110px;
    /*display: none;*/
}

@media (max-width: 768px) {
    header {
        display: block;
    }
    #header-ENTRELARES .wrapper-logo {
        display: none;
    }
    ul.nav.navbar-nav {
        background: rgba(255, 255, 255, 0.8);
        margin-top: 20px;
    }
}

/*#header-ENTRELARES .wrapper-logo {
    display: none;
}*/

#header-ENTRELARES .navbar-brand {
    height: auto!important;
    padding: 0!important;
}

#header-ENTRELARES .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-datos-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.datos-header a {
    color: var(--gris);
    font-size: 18px;
}
.datos-header a i {
    color: var(--primary)
}
.redes-header {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}
.redes-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff!important;
}

@media(max-width: 768px) {
    #header-ENTRELARES .container {
        width: 95%;
    }
    #header-ENTRELARES .navbar-brand img {
        margin-top: -5px;
    }
}

@media(max-width: 500px) {
    header {
        height: 80px;
    }
    .datos-header a {
        font-size: 16px;
    }
    #logo-header, #header-ENTRELARES .navbar-brand img {
        width: 90px;
    }
}


#header-ENTRELARES .navbar-default .navbar-toggle .icon-bar {
    background-color: #d9d9d9;
}


#header-ENTRELARES .navbar-default {
   background-color: transparent;
   border:none;
   float:right;
   margin-top: 12px;
   margin-bottom:0;
   width:100%
}

#header-ENTRELARES .navbar-default a {
    color:var(--gris);
    font-weight: 600;
    font-size: 14px;
    /*border: 1px solid transparent;*/
    text-transform: uppercase;
    padding: 7px 7px;
    display: flex;

}

#header-ENTRELARES .navbar-default .navbar-nav>.active>a,
#header-ENTRELARES .navbar-default .navbar-nav>.active>a:hover,
#header-ENTRELARES .navbar-default .navbar-nav>.active>a:focus {
    color:#1a9739 !important;
    background: transparent;
}

@media (min-width: 768px) {
    #header-ENTRELARES .navbar-collapse.collapse {
        float: right!important;
    }
}





/*** AJUSTES FORMAS DE PAGO ***/

#financiacion .container {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 10px 0;
}

.formas_pagos-carousel#formas_pagos-carousel_all {
    box-shadow: none !important;
    padding: 0 10px!important;
}

.formas_pagos-carousel#formas_pagos-carousel_all .panel {
    box-shadow: none!important;
    margin-bottom: 0!important;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: var(--gris);
    font-weight: 300 !important;
}

.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    color: var(--primary);
    font-weight: 700 !important;
}

.titulos-seccion {
    font-weight: 700;
    font-size: 28px;
    padding-top: 30px;
    color: var(--gris);
    text-align: center;
}

/*** SUSCRIPCION ***/
#suscripcion {
    background-color: var(--primary);
    padding: 40px 0 30px 0;
}


/*** FOOTER ***/

footer {
    background-color: var(--gris);
    padding: 40px 0;
}
footer li, footer li a {
    color: #ffffff;
    padding: 2px 0;
    font-size: 16px;
}
footer li a:hover {
    color: var(--primary);
}
.redes-footer a {
    color: #ffffff;
}
.redes-footer {
    display: flex;
    gap: 10px;
}
.redes-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff!important;
}
.logos-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 40px;
}
.logos-footer img {
    height: 70px;
}
#consultar {
    background-color: #1c1c1c;
    padding: 10px 0;
}
#consultar a {
    color: #ffffff;
}

@media(max-width:768px) {
    #logo-footer {
        margin: 0 auto 40px;
    }
    footer li, footer li a {
        text-align: center;
    }
    .redes-footer {
        justify-content: center;
    }
    .redes-footer {
        gap: 30px;
    }
}

/*** AJUSTES HOTELES ***/

#app_hot .vc-arrows-container {
    display: flex !important;
}

/*** AJUSTES PAQUETES MANUAL ***/

#container {
    margin-top: 30px;
}

.list-group-item.list-group-item-precios {
    margin-bottom: 0 !important;
}

a.btn.btn-default.btn-block.btn-xs.btn-theme.btn-consultar {
    color: #fff;
}

body.contactenos button.btn.btn-default.btn-theme.btn-block {
    background: var(--primary);
    color: #ffffff;
    padding: 8px 5px;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px !important;
    margin: 0 auto;
}

#wsp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

/*** CIRCUITOS ***/

.resultados .tarifa_leyenda span {
    display: block!important;
}
.mkte_circuitos-consulta .conector {
    display: none!important;
}

/*** RESULTADOS CIRCUITOS COTIZAR ***/

#desglose > .table tr.tarifa th, #desglose > .table tr.tarifa td {
    color: #333333!important;
    background-color: #F1F1F1!important;
    border: none!important;
}
#desglose > .table tr.subtotal th, #desglose > .table tr.subtotal td {
    color: #333333!important;
    background-color: #d9d9d9!important;
    border: none!important;
}

body.mkte_circuitos-consulta .conector {
    display: none!important;
}
body.mkte_circuitos-consulta .conector img {
    display: none!important;
}
#gracias > div.row.row-20 > div.col-xs-12.col-sm-4 > .row > div {
    width: 100%;
}
/*** VPT ***/
body.is-excursion #btn-cotizar {
    border-radius: 10px!important;
    height: 40px;
    opacity: 1;
}
body.is-excursion select.input-sm {
    height: 40px!important;
    line-height: 40px!important;
    border-radius: 10px!important;
}
body.is-excursion form#reservar .panel {
    border: none;
}

.paso3 .panel.panel-default.panel-habitacion .form-control {
    border-radius: 10px;
    height: 40px;
}

.paso3 #reservar #politicas {
    padding: 0!important;
    border-radius: 10px!important;
}
.paso3 #reservar #politicas .list-group {
    padding: 10px!important;
}
.paso3 #reservar #habitaciones .table tr td .form-control {
    height: 40px!important;
    border-radius: 10px!important;
}
.paso3 #reservar #habitaciones .panel-body .form-control,
.paso3 #reservar #categorias .form-control,
.paso3 #reservar #regimenes .form-control,
.paso3 #reservar #idiomas .form-control {
    height: 40px!important;
    border-radius: 10px;
}
.paso3 #reservar #btn-cotizar {
    border-radius: 10px!important;
    height: 40px;
    opacity: 1;
}
.paso3 .container-agencia {
    font-weight: normal!important;
}
.paso3 #reservar #btn-reservar, 
.paso3 #reservar #btn-cotizar, 
.paso3 #reservar #btn-consultar {
    color: #ffffff;
}
.paso3 #reservar .table-condensed>tbody>tr {
    font-size: 14px;
}
.paso3 #reservar .trasladosIncluidos_item input {
    border-radius: 5px!important;
    border: solid 1px #d9d9d9!important;
}
.paso3 #reservar section.nochesAdicionales select {
    border: solid 1px #d9d9d9!important;
    border-radius: 5px!important;
    padding: 2px 10px!important;
}


/*** MENSAJES ***/

.gracias .page-header h2 {
    color: var(--primary);
    font-weight: 700;
}

.gracias .flipInX h3 {
    background-color: var(--primary);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 21px;
    font-weight: 700;
}

.gracias .flipInX h2 {
    color: var(--primary)!important;
    font-weight: 700;
    padding: 20px;
    font-size: 21px;
}

.gracias .flipInX p {
    font-size: 16px;
    padding: 0 20px;
}

.gracias #detalle .panel.infomacion {
    margin-top: 20px;
}

.gracias #detalle .panel.infomacion .list-group .list-group-item-caratula .list-group-item-heading {
    color: var(--primary);
    font-weight: 700;
    padding: 10px 0;
}

.gracias #panel_politicas .panel-heading {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
    font-weight: 700;
}

.gracias #panel_politicas .list-group .list-group-item {
    background-color: #f1f1f1!important;
}

.gracias #desglose .table thead tr th {
    background: #333333!important;
    color: #FFFFFF;
}

.gracias #desglose .table tbody tr.subt th, 
.gracias #desglose .table tbody tr.subt td {
    color: #333333!important;
    background-color: #d9d9d9!important;
}

.gracias #desglose .table tbody tr.rule th, 
.gracias #desglose .table tbody tr.rule td {
    color: #333333!important;
    background-color: #f1f1f1!important;
}

.gracias #desglose .table tfoot tr th {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: 1px dashed var(--primary)!important;
}


/*** PAQUETES ***/

#gracias .flipInX h1 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}

#gracias .flipInX h4 {
    color: var(--primary);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
}

#gracias .flipInX h2 {
    color: var(--primary)!important;
    font-weight: 700;
    padding: 20px;
    font-size: 21px;
}

#gracias .flipInX p {
    font-size: 16px;
    padding: 0 20px;
}

#gracias #detalle .panel.infomacion {
    margin-top: 20px;
}

#gracias #detalle .panel.infomacion .list-group .list-group-item-caratula .list-group-item-heading {
    color: var(--primary);
    font-weight: 700;
    padding: 10px 0;
}

#gracias #panel_politicas .panel-heading {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
    font-weight: 700;
}

#gracias #panel_politicas .list-group .list-group-item {
    background-color: #f1f1f1!important;
}

#gracias .desglose .table thead tr th {
    background: #333333!important;
    color: #FFFFFF;
}

#gracias .desglose .table tbody tr.subt th, 
#gracias .desglose .table tbody tr.subt td {
    color: #333333!important;
    background-color: #d9d9d9!important;
}

#gracias .desglose .table tbody tr.rule th, 
#gracias .desglose .table tbody tr.rule td {
    color: #333333;
    background-color: #f1f1f1;
}

tr.rule.tfoot .concepto, tr.rule.tfoot .monto {
    background-color: var(--primary) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

#gracias .desglose .table tfoot tr th {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: 1px dashed var(--primary)!important;
}

#gracias .desglose .table thead tr th:first-child {
    border-bottom: 0;
    border-radius: 10px 0 0 0;
}

#gracias .desglose .table thead tr th:nth-child(2) {
    border-radius: 0 10px 0 0;
}

#gracias .desglose .table tbody tr.subt th, 
#gracias .desglose .table tbody tr.subt td {
    border-top: none;
}
