/*GENERALES*/



@media(min-width:1024px){
    .container-extra {
        max-width: 1400px;
        width: 95%;
    }
    #header-NOMADA .navbar-default a {
        padding: 15px 5px!important;
    }
}

@media(max-width: 1300px) {
    #header-NOMADA {
        font-size: 14px;
    }
}
@media(max-width: 1200px) {
    .redes-header {
        display: none!important
    }
}

:root {
    --primary: #57B6CF;
    --secondary: #ACA188;
    --gris: #232323; 
}

body {
    --font: 'Montserrat';
    font-size: 16px;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    color: var(--gris);
    text-decoration: none!important;
}

ul, li {
    list-style: none;
}


.flex-center {
    display: flex;
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-right: 40px;
}

.redes-header i {
    color: var(--primary);
} 

.redes-footer i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    font-size: 24px;
}

.redes-footer a:hover i {
    background-color: var(--gris);
}

.receptivo a {
    padding: 8px 25px;
    font-size: 16px;
    display: block;
    float: right;
    color: #fff;
    background-color: var(--primary);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    /*width: 100%;*/
    text-align: center;
}

@media (max-width: 768px) {
    .receptivo a {
        padding: 5px 15px!important;
    }
}

/*** BOTONERA ***/

.btn-default {
    background-color: var(--primary);
    border-color: var(--primary);
    color:#FFFFFF;
    font-weight: bold;
    border-radius: 10px;
}

.btn-default:hover {
    background-color: #202020!important;
    border-color: #202020!important;
    color:var(--primary)
}

.navbar-default .navbar-toggle {
    border-color: transparent!important;
}

.navbar-default {
    background: none!important;
    border: none!important;
}

.input-group-addon {
    background: #202020;
    color: white;
    border-color: #202020;
}

.resultado #header-NOMADA {
    margin-bottom: 0;
}

.resultado .jumbotron {
    margin-bottom: 30px;
}

.redes li {
    padding: 0;
    font-size: 16px;
}

#container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ficha-producto .panel-mapa, body.resultado button[data-target="#mapa"] {
    display: none!important;
}

body.services #busqueda .container {
    max-width: 1170px;
}

form.buscador-horizontal .popover-select .placeholder,
form.buscador-horizontal > .list-group-item > .popover-select > .placeholder, .popover-ocupacion > .placeholder {
    font-size: 13px!important;
}

body.producto-consultar #desglose {display: none;}

body.services .paginado .btn {background: none;}


/*HEADER*/

#logo-header {
    width: 180px;
}


#header-NOMADA {
    width: 100%;
    background-color:#ffffff;
    height: 80px;
}

@media (min-width: 769px) {
    #header-NOMADA {
        width: 100%;
        background-color:#ffffff;
        height: 80px;
        display: flex;
        align-items: center;
    }
}

.landing-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 20px 0 40px;
}




/*HOME*/

.titulos-seccion {
    font-weight: 700;
    color:var(--gris);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 24px;
}

.titulos-seccion span {
    color: var(--primary);
}

section#destacadosHomeNac {
    padding: 20px 0;
    background-color: #f1f1f1;
}

#news {
    background: var(--primary);
    padding: 35px 0;
}

#news form label {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color:#FFFFFF
}

#news form input {
    height: 49px;
    padding: 6px 20px;
    border-color:transparent;
    border-radius: 0px;
}

#news form span {
    color:#FFFFFF
}

#news form .btn-default {
    font-size: 16px;
    border-radius: 0px;
    padding: 10px 20px;
    background-color: transparent;
    border-color:white;
    border-width: 2px;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: var(--primary);
    font-weight: 800!important;
}



/*FOOTER*/


@media (min-width: 992px) {
    .wrapper-footer {
        display: flex;
        align-items: flex-start;
    }
}


#logo-footer {
    width: 180px;
    margin-top: -15px;
}

#footer-NOMADA {
    padding: 40px 0 50px;
    color: var(--gris);
    font-size: 16px;
    position: relative;
    z-index: 8009;
}

#footer-NOMADA a{
    color:var(--gris);
    border:none!important;
}

#footer-NOMADA a:hover {
    color: var(--primary)
}

#footer-NOMADA ul li {
    margin-bottom: 7px ;
    display: flex;
    align-items: center;
}

.redes-footer {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

@media (min-width: 769px) {
    .footer-column {
        padding: 0;
    }
}




#consultar {
    background: #111111;
    padding: 10px 0;
    font-size: 15px;
    position: relative;
    z-index: 9998;
}

#consultar a {
    color:#FFFFFF;
}


/*** BUSCADOR HOME ***/

@media (min-width: 992px) {
    .buscador-principal { position: absolute; top: 350px; width: 100%; max-width: 1117px; padding: 0;}
}



.buscador-principal h4 {
    display: block;
    margin: 0;
    padding: 8px 25px;
    font-size: 20px;
    color: #ffffff;
    background-color: var(--secondary);
    text-align: left;
    font-weight: bold;
    width: 100%;
    border-radius: 10px 10Px 0px 0px;
}

.main-title {
    font-size: 28px;
    font-weight: 300;
    color: var(--gris);
    text-align: left;
    padding: 30px 0 20px 0;
}



/*RESPONSIVE*/

@media(max-width:991px) {
    #footer-NOMADA ul li {
        justify-content: center;
    }
    .redes-footer {
        margin-top: 20px;
        justify-content: center;
    }
    .redes-header {
        display: none;
    }
    .row.wrapper-footer #logo-header {
        margin: auto auto 20px auto;
    }
}

@media(max-width:768px){
    #conBuscador {
        /*position: initial!important;
        width: 90%!important;
        margin: 20px auto;*/
    }
    #slidesup #sldHome .item > div {
        height: 530px!important;
        /*opacity: 0.65!important;*/
    }
    .navbar-brand {
        /*float: none;*/
        padding: 5px 5px;
    }
    #header-NOMADA {
        height: 50px;
    }
    #logo-header {
        width: 150px !important;
        /*margin-top: -35px !important;*/
    }
    #header-NOMADA{
        background: none!important;
    }
    #header-NOMADA .navbar-default a {
        color:#232323!important;
    }
    #header-NOMADA .navbar-default .navbar-collapse {
        border:none;
        background-color: rgba(255, 255, 255, 0.9);
    }
    #slideinf .carousel-caption {
    width: 90%!important;
    left: 5%!important;
    top: -10px;
    }
    #sldHome2 .item > div:first-child { 
        height: 475px!important;
    }
    #logo-footer {
        margin: 0 auto 25px;
    }
    #footer-NOMADA .redes {
        margin-right: 60px;
    }
    
    #news form label {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        padding-left: 0!important;
        padding-right: 0!important;
        float: right;
    }
}



/*** NOVEDADES ***/

@media (min-width: 992px) {
    .ficha-novedad #galeria img {
        width: 40%;
        margin: auto;
    }
}

.ficha-novedad {
    text-align: center;
}

.ficha-novedad .panel-default {
    border: none!important;
}

.ficha-novedad .descripcion {
    column-count: 1!important;
}

.ficha-novedad .descripcion ul {
    padding-left:0;
}

/*** 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 .panel {
    box-shadow: none!important;
    margin-bottom: 0!important;
}

/*.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4:before {
    content: 'Ver formas de pago';
    visibility: visible !important;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 10px 0px 8px;
    font-size: 18px;
    color: #007CC2;
    font-weight: 800 !important;
}*/

/*.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4,
.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    visibility: hidden;
}

.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a:before {
    content: 'Consultar promociones bancarias';
    visibility: visible !important;
    position: absolute;
    left: 0;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: var(--gris);
    text-decoration: none;
}*/


.ficha-producto .list-group-item-precios {
    margin-bottom: 0!important;
}




/*AJUSTE RESULTADOS AGENCIA*/


body.agencia-buscar .panel.resultado .row > div:last-child {padding-left:15px!important}
body.agencia-buscar .panel.resultado .label-destacado {padding: 10px; background: #b74f95;}
body.agencia-buscar #filtro .btn-default.active {background:#b74f95; border-color:#b74f95; color:white}

.ficha-producto .panel>.list-group:last-child .list-group-item:last-child a {
    color: #ffffff;
}


/*** SUGERIDOS HOME ***/

.shadow_border {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-color: transparent;
    padding: 0 5px 0 0;
    margin: 5px;
}

#promociones .wrapper-item {
    padding: 0;
}
#promociones h4 {
    font-size: 18px;
    line-height: 21px;
    color: var(--azul);
    padding-right: 15px;
}

#promociones .titulo {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
	padding-right: 15px;
}
#promociones ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

#promociones .panel-default {
    border: none;
}
#promociones .panel {
    margin-bottom: 0;
}

#promociones a {
    color: var(--GRIS);
}

#promociones .item:hover {
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px;
}

#promociones .panel-body {
    padding: 0;
	background: #f3f3f3;
}

#promociones .precio-c strong {
    /*display: block;*/
    color:var(--ROSA);
    font-size: 21px;
}

#promociones .paqDestacados .btn_verMas3{
    width: 23%;
    text-align: center;
    color: #fff;
    background-color: var(--primary);
    padding: 8px 10px;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 14px;
    position: absolute;
    right: 25px;
    bottom: 15px;
}

@media (max-width: 600px) {
    #promociones .precio-c strong {
        display: block;
    }
    #promociones .wrapper-promo,
    #promociones .image-promo {
        height: 190px!important;
    }
    #promociones .precio-c {
        margin-top: 10px;
    }
    #promociones .paqDestacados .btn_verMas3{
        width: 40%;
    }
}

.shadow_border {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-color: transparent;
    padding: 0 5px 0 0;
    margin: 5px;
}

#promociones .wrapper-item {
    padding: 0;
}
#promociones h4 {
    font-size: 18px;
    line-height: 21px;
    color: var(--azul);
    padding-right: 15px;
}

#promociones .titulo {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
	padding-right: 15px;
}
#promociones ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

#promociones .panel-default {
    border: none;
}
#promociones .panel {
    margin-bottom: 0;
}

#promociones a {
    color: var(--GRIS);
}

.promo-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

.promo-card-col {
    padding-left: 0;
}

#promociones .item:hover {
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px;
}

#promociones .panel-body {
    padding: 0;
	background: #f3f3f3;
}

#promociones .precio-c strong {
    /*display: block;*/
    color:var(--ROSA);
    font-size: 21px;
}

#promociones .paqDestacados .btn_verMas3{
    width: 23%;
    text-align: center;
    color: #fff;
    background-color: var(--primary);
    padding: 8px 10px;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 14px;
    position: absolute;
    right: 25px;
    bottom: 20px;
}

@media (max-width: 600px) {
    #promociones .precio-c strong {
        display: block;
    }
    #promociones .wrapper-promo,
    #promociones .image-promo {
        height: 190px!important;
    }
    #promociones .precio-c {
        margin-top: 10px;
    }
    #promociones .paqDestacados .btn_verMas3{
        width: 40%;
    }
}

#app_hot .pre-scrollable[data-v-06d5e44e] {
    min-height: 700px;
    overflow: hidden;
}



/*AJUSTE SERVICES - MENSAJE GRACIAS*/


#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;
}


/*** BOTONERA LANDINGS ***/

.wrapper-botonera-landings {
    background-color: var(--primary);
    margin-top: 5px;
}

.botonera-landings {
    width: 100%;
    display: flex;
    justify-content: center;
}
.botonera-landings li a {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 700;
}
.botonera-landings li a span {
    color: #ffffff;
    font-size: 21px;
}
.botonera-landings li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.mkte_circuitos-buscador .col-xs-12.col-sm-12.col-md-3:last-child {
    display: none !important;
}

@media (min-width: 992px) {
    .mkte_circuitos-buscador .col-md-3 {
        width: 33%;
    }
    .mkte_circuitos-buscador .col-md-1 {
        width: 20%;
    }
            
}