:root{
    --primary: #0455c0;
    --secondary: #023e74;
    --gris-texto: #333333;
    --gris-oscuro: #777777;
    --gris-medio: #d9d9d9;
    --gris-claro: #f1f1f1;
    --font:'Montserrat', sans-serif;
}

@media (min-width: 1200px) {
    .container-plus {
        width: 95%;
        max-width: 1400px;
    }
}


header .col-md-5 a img {
    max-width: 176px;
    margin-top: 0;
}

header #header-container {
    padding-top: 5px;
    padding-bottom: 10px;
}


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

.whatsapp {
    font-weight: bold;
}

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

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


/*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: -47px;
    border-bottom-right-radius: 0;
}

.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;
}

#sldHome .carousel-caption {
    text-transform: uppercase;
}

#sldHome .carousel-caption h3 {
    font-size: 20px;
}

/*footer #logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}*/

/* footer #logo img {
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
} */

#guiaDestinos {
    z-index: 9;
}

.jumbotron.jumbotron-categoria {
    text-align: center;
    min-height: 246px;
}

.jumbotron.jumbotron-categoria h1 {
    line-height: 145px;
    text-shadow: 2px 2px 11px #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 31px;
}

.ficha-spider ul#iconos {
    height: auto !important;
}

body.viajes_medida button.btn.btn-default.btn-theme i {
    display: none;
}

section#mapa {
    display: none;
}

div#container {
    min-height: 275px;
}

footer a {
    color: #fff;
}

footer a:focus, footer a:hover {
    color: #d8d8d8;
}

a.btn-arrepentimiento {
    color: #fff!important;
    background-color: var(--primary);
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
}

a.btn-arrepentimiento:hover {
    color: #fff!important;
}

body.viajes_medida .page-header h2 i {
    display: none;
}

#formasPago {
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.6);
    padding: 25px 0px 22px;
    z-index: 50;
    border-top: 1px solid #e2e2e2;
    margin-top: 36px;
}

div#formasPago a img {
    border: 1px solid #ddd;
}

#formasPago .page-header {
    margin: 15px 0 10px 0;
    border-bottom: 0px;
}

#formasPago .page-header h3 {
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-size: 23px;
    color: #323d47;
    font-weight: 600;
    font-style: normal;
}

#mapa, #links {
    display: none;
}

header h3 {
    font-size: 28px;
}

section#destacados {
    padding-bottom: 0px;
}

section#suscripcion {
    padding: 0 0 53px;
}

footer {
    background-color: #f1f1f1;
    color: #333333;
}

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

footer #logos {
    background-color: #4d4d4f;
    padding: 10px 0;
}

ul.list-inline.redes {
    text-align: center;
}

#financiacion {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
    padding: 35px 0 40px;
    position: relative;
    z-index: 2;
    background-color: #FFF;
}

#financiacion h3 {
    margin: 20px 0 30px;
    text-transform: uppercase;
    font-family: 'Nexa', sans-serif;
    font-size: 28px;
    color: #434343;
    display: none;
}


.botonera_footer_m h4 {
    margin: 2px 0 8px;
    font-size: 17px;
    color: var(--primary);
}

.botonera_footer_m a {
    color: #313131;
    line-height: 25px;
    font-size: 15px;
}

p.razon {
    margin: 18px;
    text-align: center;
}

#newsFooter,
#newsHome {background-color: #f1f1f1;padding: 30px 0; font-weight: 100;margin-top: 40px;}
#newsFooter h4,
#newsHome h4 {font-size: 16px; margin: 10px 0;}
#newsFooter .form-group,
#newsHome .form-group {margin: 0;}
#newsFooter .form-control,
#newsHome .form-control{border: none; border-radius: 10px; box-shadow: none; font-style: normal;}
#newsFooter button,
#newsHome button {background-color: var(--primary); color: #FFF; border: none; border-radius: 10px; padding: 7px 0; font-style: normal;}

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

div#des-PAQ .page-header {
    display: none;
}

footer a#logo img {
    width: 167px;
    margin: 0;
}

@media (max-width:768px){
    footer a#logo img {
        margin: 0 auto;
    }
    ul.redes {
        justify-content: center;
    }
}

.botonera_footer_m a:hover {
    color: var(--secondary);
}

ul.redes {
    list-style: none;
    display: flex;
    padding-left: 0!important;
}

/*@media (min-width: 992px) {
    .p-50 {
        padding-left: 70px;
    }
}*/

/*header ul.nav.navbar-nav li:nth-child(5)::after {
    content: url('../images/prox-tooltip.png');
    position: absolute;
    top: -31px;
    left: -1px;
    display: none;
}

header ul.nav.navbar-nav li:nth-child(5):hover::after {
    display: block;
}*/

#guiaDestinos {
    background-color: var(--primary) !important;
}

header .navbar .nav > li > a:focus {
    background-color: transparent;
}


header .navbar .nav > li > a:focus {
    background-color: transparent;
}

#sldHome .carousel-caption {
    display: block;
}
 

#sldHome .carousel-caption p {
    display: none;
}

div#wsp .bubble {
    padding: 0;
}

/* Media Querys */

@media (max-width: 448px) {
    .heading {
        background: none !important;
    }    

    .container-fluid.heading {
    height: 673px !important;
	}
    
    footer {
        text-align: center;
    }

    footer img {
        margin: 0 auto;
    }
    
    footer .botonera li {
    border-right: 0;
    margin-bottom: 10px;
    }
    
    div#consultar {
        text-align: center;
    }

    .page-header small {
        display: block;
        margin-top: 5px;
    }
    .btn-group.btn-group-sm.btn-group-justified.btn-toolbar-share>.btn-group {
        width: auto;
    }
    .jumbotron.jumbotron-categoria h1 {
        line-height: initial;
        margin-top: 35px;
    }
    #paq_destacados h3 {
        margin-top: 20px !important;
    }
    .cruceros #paq_destacados {
    margin-top: 150px;
    }
    #novedades .media-left {
        display: block;
        margin-bottom: 21px;
    }

    #novedades .media-left img {
        width: 100% !important;
        max-height: 250px;
    }                    
}

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

    #sldHome .carousel-caption {
        padding-bottom: 55px;
    }

    #sldHome .carousel-caption h3 {
        font-size: 32px;
    }
    
    
    .navbar-static-top {
    border-bottom: 0;
    }
    
    #fichaPaquete .list-group .list-group-item-precios .row > div {
    border-top: 0;
    }
}

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

@media (min-width:1200px) {
    div#CRU .form-group {
    margin-bottom: 10px;
    }

    .carousel-caption {
        left: auto;
        right: 10%;
        padding-bottom: 30px;
        width: 40%;
    }

    #sldHome .carousel-caption p {
        font-size: large;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #sldHome .carousel-caption h1 {
        text-align: center !important;
        margin-left: auto !important;
        width: auto !important;
        font-size: 38px !important;
        background: no-repeat !important;
        font-style: normal !important;
        margin-bottom: 6px !important;
    }
    
    /*Buscador transparente*/
    
/*    .heading #motor_buscador h2, .heading #PAQ, .heading #CRU, .heading #CIR, #slide-buscador .nav.nav-tabs li.active a {
    background-color: rgba(0, 0, 0, 0.35) !important;
    }*/
    
    #slide-buscador .nav.nav-tabs {
        background-color: transparent !important;
    }
}

/**** AGENCIA BUSCAR ****/

body.agencia-buscar #filtro .btn-group>.btn-group:first-child .btn {
    background-color: var(--primary);
}


/*** SPIDER RESULTADOS ***/

body.spider .panel-heading,
body.agencia-buscar .panel-heading {
    color: #333333;
} 

.ficha-producto .btn-group.btn-group-sm:last-child .btn-theme i {
    color: #ffffff!important;
}

.dl.extra-iconos > dt {
    color: var(--primary)!important;
}

.panel.resultado .label-destacado {
    width: 130px;
    text-shadow: none!important;
    background-color: var(--primary)!important;
}

body.agencia-buscar .resultado .panel-title,
.panel.resultado .lead {
    padding-left: 15px;
    padding-right: 15px;
}

body.spider-paquete #fichaSpiderPaquete > .page-header:first-child {
    padding-top: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: var(--primary)!important;
    border-color: var(--primary)!important;
}

dl.extra-iconos > dt {
    color: var(--primary)!important;
}

body.agencia-buscar .resultado .btn-block {
    position: relative;
    visibility: hidden;
}

body.agencia-buscar .resultado .btn-block:before {
    content: 'Ver m\0e1s';
    visibility: visible !important;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary);
    padding: 7px 5px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    border-color: var(--primary);
    display: inline-block;
}

@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 300px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}

.buscador-principal h4 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 448px) {
    .buscador-principal.col-xs-12.col-md-12 {
        margin-top: 30px;
    }
}