/*GENERALES*/

@import url('./variables.css');
@import url('./mkte_services_circuitos.css');

@media(min-width:1300px){
    .container-plus {
        max-width: 1400px;
        width: 95%;
    }
    #header-BERACA .navbar-default a {
        padding: 15px 20px!important;
    }
}

:root {
    --naranja: #FF4C00;
    --gris: #333333; 
}

body {
    --font: 'Montserrat';
    font-size: 14px;
}

a, a:hover, a:focus {
    color: var(--gris);
    text-decoration: none;
}

.btn-default {
    /*background-color: var(--naranja);
    border-color: var(--naranja);
    color:#FFFFFF;*/
    font-weight: bold;
    border-radius: 35px;
}

.btn-default:hover {
    background-color: #000000!important;
    border-color: #000000!important;
    color:var(--naranja)
}

.input-group-addon {
    background: #000000;
    color: white;
    border-color: #000000;
}

.resultado #header-BERACA {
    margin-bottom: 0;
}

.resultado .jumbotron {
    margin-bottom: 30px;
}

.redes li {
    padding: 0;
    font-size: 16px;
}

.container-agencia {
    padding-top: 40px;
    padding-bottom: 40px;
}

.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 {
    padding: 6px 5px 0px 15px!important;
    line-height: 1em;
    font-size: 13px!important;
}


/*HEADER*/

#logo-header {
    width: 115px;
}

#top-header {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 0px;
}
#top-header b {
    font-weight: 600;
}
#top-header .fa {
    color:var(--naranja)
}
#top-header .fa-inverse {
    color:white!important;
}

#header-BERACA {
    width: 100%;
    background-color:#f1f1f1;
}

#header-BERACA .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

#header-BERACA .navbar-default .navbar-toggle,
#header-BERACA .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-BERACA .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 50px;
   margin-bottom: 0;
   display: flex;
   align-items: center;
   justify-content: flex-end;
}

#header-BERACA .navbar-default .dropdown-menu a {
    font-weight: 600;
    font-size: 14px;
    color:#333333!important;
} 

#header-BERACA .navbar-default a {
    color:#333333;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid transparent;
    padding: 15px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    #header-BERACA .navbar-default {
        display: block!important;
    }
    #header-BERACA .navbar-default li a {
        flex-direction: row;
        align-items: center;
    }
    #header-BERACA .navbar-default .nav > li > a::before {
        margin-top: 0!important;
    }
}

#header-BERACA .navbar-default a .caret {
    display: none;
}

#header-BERACA .navbar-default a:hover {
    opacity: 0.8;
}

#header-BERACA .navbar-default a:before {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    color: var(--primary);
    text-decoration: inherit;
}

#header-BERACA .navbar-default .nav > li > a::before {
    display: inline;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#btn-id-8 > a:before {
    content: 'travel_luggage_and_bags';
}
#btn-id-21 > a:before {
    content: 'map';
}
#btn-id-10 > a:before {
    content: 'calendar_month';
}
#btn-id-22 > a:before {
    content: 'downhill_skiing';
}
#btn-id-13 > a:before {
    content: 'directions_bus';
}
#btn-id-7 > a:before {
    content: 'mail';
}


/*HOME*/

.titulos-seccion {
    font-weight: 700;
    color:var(--gris);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

#news {
    background: var(--naranja);
    padding: 35px 0;
    margin-top: 50px;
}

#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: 35px;
}

#news form span {
    color:#FFFFFF
}

#news form .btn-default {
    font-size: 16px;
    border-radius: 35px;
    padding: 10px 20px;
    background-color: transparent;
    border-color:white;
    border-width: 2px;
    color:white;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: #ff4c00;
    font-weight: 700!important;
}



/*FOOTER*/

#logo-footer {
    margin-top: -15px;
}

#footer-BERACA {
    padding: 50px 0 35px;
    background-color: var(--gris);
    color: #FFFFFF;
    margin-top: 30px;
}

#footer-BERACA a{
    color:#FFFFFF;
    border:none!important;
}

#footer-BERACA a:hover {
    color: var(--naranja)
}

#footer-BERACA ul li {
    margin-bottom: 10px ;
}

#footer-BERACA .fa {
    color:var(--naranja)
}

#footer-BERACA .redes .fa-inverse {
    color:white!important;
}

#consultar {
    background: #202020;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #conBuscador {
        position: initial!important;
        width: 90%!important;
        margin: 20px auto;
    }
    #slidesup #sldHome .item > div {
        height: 375px!important;
        opacity: 0.65!important;
    }
    #logo-header {
        width: 90px!important;
        margin-top: -50px!important;
        margin-left: -10px;
    }
    #header-BERACA .navbar-default a {
        color:white!important;
    }
    #header-BERACA .navbar-default .navbar-collapse {
        border:none;
        background-color: rgba(0,0,0,0.7);
    }
    #header-BERACA .navbar-default #btn-id-12 {
        display: none;
    }
    #slideinf .carousel-caption {
    width: 90%!important;
    left: 5%!important;
    top: -10px;
    }
    #logo-footer {
        margin-bottom: 25px;
    }
    #footer-BERACA .redes {
        float: left!important;
        margin-top: 10px;
    }
}



/*FORMAS DE PAGO*/

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    font-weight: 700!important;
    font-size: 25px!important;
    color:var(--primary)!important
}
.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    color:initial!important
}

#bancos.formas_pago .page-header > h2, 
.fp_vigentes #filtros {display: none;}

#modal_formas_pago_banco .modal-forma .info > th:nth-child(2), 
#modal_formas_pago_banco .modal-forma .info > th:nth-child(3),
#modal_formas_pago_banco .modal-forma .info > th:nth-child(5){display: none;}

#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(2),
#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(3),
#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(5) {display: none!important;}

/*** 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;
}
