/*Light comun - header y footer standart*/
header .col-md-5 a img {
    width: auto;
}

header .col-md-4 h3 {
    font-size: 28px;
}

header .form-search {
    display: none;
}

.whatsapp {
    font-weight: bold;
}

footer .botonera li {
    border-right: 1px solid #aab2bd;
    line-height: 16px;
    padding-right: 12px;
}

footer .botonera li:last-child {
    border-right: 0;
}

footer dl dt a{
    color: #E2000F;
}

.tab-content {
    padding: 0!important;
}

#container .panel-default > .panel-heading > .panel-title {
    color: #878787;
}



/*Fixes*/

.viajes_medida #formViajes {
    background-color: white;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px;
}

#resultados .info .label-destacado {
    top: -64px;
}

.page-header h1, .page-header h2 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 2.8em;
}

.page-header {
    margin-top: 0;
}

.panel.panel-facebook {
    background-color: transparent;
    box-shadow: none;
}

footer h3 {
    font-size: 30px;
    padding-top: 10px;
}

footer h3 a.small {
    color: #fff;
    padding-right: 10px;
}

.carousel-caption {
    display: none;
}

#CRU .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 10px;
    margin: 7px 0 0;
    border: 0;
}

#CRU .input-group .select2-container .select2-selection {
    height: auto;
    min-height: 30px;
}
#fichaSpiderCrucero #mapa,
#fichaSpiderPaquete #mapa,
#fichaSpiderCircuito #mapa{
    display: none;
}
/* Media Querys */

@media (max-width: 448px) {
    footer {
        text-align: center;
    }

    footer img {
        margin: 0 auto;
    }

    footer .botonera li {
        border-right: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
	#resultados .info .label-destacado {
	    top: 0;
	}
}

@media (min-width: 992px) {
	.panel-buscador {
	    margin-top: 45px;
	}
}


/*** OCULTANDO CRUCEROS ***/

.nav-tabs.nav-justified > li:last-child {
    display: none;
}

#destacados ul.nav.nav-tabs.small.pull-right {
    display: none;
}


/*** AJUSTES CARGA MANUAL ***/

body.PAQ #resultados > div > div > div > div.list-group > div.list-group-item.list-group-item-footer > div > div.col-xs-12.col-sm-4.col-md-2.hidden-xs > a {
    border: none!important;
}

body.PAQ .panel-heading, body.PAQ .panel-footer {
    color: #333333;
    font-style: normal;
}

body.spider .panel-group-lists .panel-title a {
    background-color: #333333;
}

body.spider .panel-group#productos-relacionados > .panel {
    margin-top: 10px;
}

body.spider-paquete #container > div > aside > div.panel-group.panel-group-lists.collapse.in.panel-buscador > div > div.panel-heading a {
    font-style: normal;
    border-radius: 10px 10px 0 0;
}

@media (min-width: 992px) {
    body.spider .panel-buscador {
        margin-top: 5px!important;
    }
}

/* PASO 1 */

body.CIR #resultados > div > div > div > div.list-group > div.list-group-item.list-group-item-footer > div > div.col-xs-12.col-sm-4.col-md-2.hidden-xs > a {
    border: none!important;
}

body.CIR .panel-heading, body.PAQ .panel-footer {
    color: #333333;
    font-style: normal;
}

body.CIR {
    background-color: var(--gris-claro);
}

body.CIR .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default, .btn-default:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

body.CIR .panel,
body.CIR .panel-danger {
    border: none!important;
}

body.CIR .panel {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.CIR .panel-heading,
body.CIR .panel-footer {
    background-color: transparent;
    border: none!important;
    padding: 10px 0px;
}


body.CIR #filtros {
    background-color: #fff;
    padding: 15px;
    border: solid 1px #d9d9d9;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.CIR #filtros .panel-danger .btn-danger {
    background-color: var(--primary);
    padding: 10px 5px;
    height: 40px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 10px;
    border-color: var(--primary);
}

body.CIR #filtros .panel-danger .btn-danger i,
body.CIR #filtros .btn-block i {
    display: none;
}

body.CIR #filtros .panel {
    box-shadow: none!important;
}

body.CIR #filtros .btn-block {
    background-color: var(--primary);
    padding: 10px 5px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 10px;
    border-color: var(--primary);
}

body.CIR #filtros .list-group-item {
    border: none!important;
    padding: 10px 0px;
}

body.CIR #filtros .input-group {  
    height: 40px;
    border-radius: 10px;
    
}

body.CIR #filtros .input-group-addon,
body.CIR #filtros .form-control,
body.CIR #filtros .btn-delete {
    height: 40px;
}

body.CIR #filtros .input-group-addon {
    border-radius: 10px 0 0 10px;
    text-align: center;
}

body.CIR #filtros .btn-delete {
    border-radius: 0 10px 10px 0;
    background-color: var(--primary);
    border-color: var(--primary);
}

body.CIR div#ordenes .btn {
    height: 40px;
}

body.CIR div#ordenes .btn-group-sm>.btn {
    border-radius: 0px;
}

#ordenes > div.col-xs-12.col-sm-3.hidden-xs > div > div:nth-child(2) button,
#ordenes > div.col-xs-12.col-sm-4.clearfix > div > div:nth-child(5) > button {
    border-radius: 0 10px 10px 0!important;
}

#ordenes > div.col-xs-12.col-sm-3.hidden-xs > div > div:nth-child(1) button,
#ordenes > div.col-xs-12.col-sm-4.clearfix > div > div:nth-child(1) button {
    border-radius: 10px 0 0 10px!important;
}


body.CIR #resultados > div > div > div > div.list-group {
    background-color: #fff;
    padding: 15px;
    border: solid 1px #d9d9d9;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.CIR #resultados > div > div > div > div.list-group > div.list-group-item.info,
body.CIR #resultados .list-group-item.list-group-item-footer {
    border: none!important;
}

body.CIR #resultados .list-group-item.list-group-item-footer {
    padding: 20px!important;
}

body.CIR #resultados .resultados .resultado .info .texto .list-group-item-heading,
body.CIR #resultados .resultados .resultado .tarifa .h4 {
    font-size: 24px;
}

body.CIR #resultados .resultados .resultado .info .texto .dl-horizontal {
    border-top: none!important;
}

body.CIR #resultados .resultados .resultado .info .texto .dl-horizontal dt {
    color: var(--gris-texto)!important;
}

@media (min-width: 768px) {

    body.CIR #resultados .resultados .resultado .info .texto .dl-horizontal {
        font-size: 14px!important;
        margin-bottom: 10px;
    }

    body.CIR #resultados .resultados .resultado .info .texto .dl-horizontal dt {
        width: 80px;
        text-align: left;
    }
    body.CIR #resultados .resultados .resultado .info .texto .dl-horizontal dd {
        margin-left: 0px;
    }
    body.CIR #resultados .resultados .resultado .info .texto .dl-horizontal dd i {
        margin-right: 10px;
    }

    body.CIR #resultados > div > div > div > div.list-group > div.list-group-item.info > div > div.col-xs-12.col-sm-7.col-sm-push-5 > div > div {
        font-size: 14px;
    }
}


body.CIR #resultados > div > div > div > div.list-group > div.list-group-item.list-group-item-footer > div > div.col-xs-12.col-sm-8.col-md-10.tarifa > div > em {
    font-style: normal!important;
}

body.CIR #resultados > div > div > div > div.list-group > div.list-group-item.list-group-item-footer > div > div.col-xs-12.col-sm-4.col-md-2.hidden-xs > a {
    background-color: var(--primary);
    padding: 7px 5px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 10px;
    border-color: var(--primary);
}

body.CIR .resultados .resultado .itinerario.breadcrumb {
    background-color: var(--gris-texto);
    padding: 10px;
}


/* PASO 2 */


body.spider .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0;
}

body.spider #container > div > aside > div.panel-group.panel-group-lists.collapse.in.panel-buscador > div {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.spider #container > div > aside > div.panel-group.panel-group-lists.collapse.in.panel-buscador > div > div.panel-heading {
    background-color: var(--primary);
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

body.spider #container > div > aside > div.panel-group.panel-group-lists.collapse.in.panel-buscador > div > div.panel-heading i {
    display: none;
}

body.spider #container > div > aside > div.panel-group.panel-group-lists.collapse.in.panel-buscador > div > div.panel-heading a {
    font-weight: 700!important;
    border-radius: 10px 10px 0 0;
}

body.spider > form {
    box-shadow: none!important;
}


body.spider div#relacionados-container {
    border: solid 1px #d9d9d9;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.spider div#relacionados-container .page-header {
    margin: 0!important;
    background-color: var(--primary);
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
}

body.spider div#relacionados-container .page-header h4 {
    margin: 0;
    font-weight: 700;
}

body.spider #productos-relacionados > div {
    border: none!important; 
}

body.spider .panel-group#productos-relacionados {
    padding: 15px;
    
}

body.spider .panel-group#productos-relacionados .list-inline.list-theme {
    background-color: var(--primary)!important;
    font-style: normal!important;
    padding: 10px!important;
    font-size: 14px!important;
}

body.spider #productos-relacionados .list-group .list-group-item h4.list-group-item-heading {
    font-size: 16px!important;
}

body.spider #fichaSpiderCircuito > .page-header:first-child {
    margin: 0 0 20px;
    border: none!important;
}

body.spider #fichaSpiderCircuito > div > h2 {
    font-weight: 700;
    margin-top: 0!important;
}

body.spider #fichaSpiderCircuito > div:nth-child(2) > div > div:nth-child(1) {
    padding: 0!important;
}

body.spider #fichaSpiderCircuito .panel {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.spider #fichaSpiderCircuito .panel>.list-group .list-group-item {
    padding: 20px;
}

body.spider #fichaSpiderCircuito .btn-block {
    background: var(--primary);
    color: #ffffff;
    padding: 8px 20px;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    margin: 0 auto;
}

#fichaSpiderCircuito > div > div > div.list-group-item.hidden-print > div > div.col-md-8.text-center > h3 > small > em {
    font-style: normal!important;
}

body.spider .list-group .list-group-item-precios.active,
body.spider .list-group .list-group-item-precios.active:nth-of-type(odd), 
body.spider .list-group .list-group-item-precios.active:nth-of-type(odd) .row > div {
    background: var(--gris-texto);
    border-color: var(--gris-texto);
}

body.spider #fichaSpiderCircuito > div.page-header > h3 > a > i,
body.spider #observacionesCont > div.page-header > h3 > a > i {
    color: #fff;
}

body.spider #tarifas > div.panel.panel-default.panel-pesificado.small .panel-heading {
    font-size: 14px;
    font-weight: 700;
}

body.spider #pesificacion > div {
    text-align: center;
    padding: 10px;
}

body.spider #fichaSpiderCircuito > .page-header {
    border: none!important;
}

body.spider #tarifas > div.tarifa > div.panel-heading i {
    color: var(--gris-texto);
}

body.spider #tarifas > div.panel.panel-default.panel-pesificado.small > div.panel-heading i {
    color: var(--gris-texto);
}

body.spider #fichaSpiderCircuito > .page-header,
body.spider #observacionesCont > .page-header {
    margin: 40px 0 0px;
    border: none!important;
}

body.spider #fichaSpiderCircuito > .page-header h3,
body.spider #observacionesCont > .page-header h3 {
    background-color: var(--gris-texto);
    color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 700;
}

body.spider #filtro_proveedor .input-group-addon {
    display: none;
}



body.CIR #container > div > aside > div.panel-group.panel-group-lists.collapse.in.panel-buscador > div > div.panel-heading {
    padding: 0!important;
}

#relacionados-container .productos-relacionados .panel-default>.panel-heading {
    background-color: #333333;
    font-style: normal;
    border-radius: 10px 10px 0 0;
    padding: 0;
}


/*** AJUSTES LANDINGS TEXTO ***/

body.texto .cuerpo .panel-body {
    padding: 30px;
    font-size: 18px;
}


/*** 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;
}
