@import url('./variables.css');
@import url('./mkte_services_circuitos.css');


/*GENERALES*/

.btn-color {
    border-radius: 20px;
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    border: none;
    display: inline-block;
    padding: 10px 50px;
    width: auto;
}

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #CC007A;
    --secondary: #CC007A;
    --gris: #333333;
}

body {
    font-family: 'Montserrat'; font-size: 16px;
}

a, a:hover, a:focus {
    color: var(--primary);
    text-decoration: none!important;
    outline: none!important;
}

.p-0 {
    padding: 0;
    overflow: hidden;
}

/*.btn-default {
    background-color: var(--primary);
    border-color: var(--primary);
    color:#FFFFFF;
    font-weight: 500;
    border-radius: 35px;
}*/

.btn-default:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color:#FFFFFF
}

.input-group-addon {
    background:var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.resultado #header-PUNTOFAN {
    margin-bottom: 0;
}

.resultado .jumbotron {
    margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary);
}

body.resultado #container {padding-top: 25px; padding-bottom: 25px;}

/*#container .page-header {
    padding-top: 35px;
    padding-bottom: 10px!important;
}*/


/*HEADER*/

#header-PUNTOFAN {
    padding: 7px 0 0; 
    height: 135px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 9999;
}

#logo-header-blanco {display: none;}

.header-contacto {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    list-style: none;
    padding-top: 15px;
}

.header-contacto li a {
    border-radius: 10px;
    padding: 5px 25px;
    border: 1px solid;
    border-color: #333;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.header-contacto .btn-club {
    background-color: var(--primary);
    border-color: var(--primary)!important;
    color: #ffffff;
}

#header-PUNTOFAN .navbar-default .navbar-toggle,
#header-PUNTOFAN .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-PUNTOFAN .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 15px;
   margin-bottom: 0;
}

#header-PUNTOFAN #logo-header {
    margin-top: -35px;
}


@media(max-width:768px) {
    #header-PUNTOFAN .navbar-default {
        margin-top: 0;
    }
    #header-PUNTOFAN {
        padding: 10px 0 10px; 
        height: 70px;
    }
    img#logo-header-color {
        display: none!important;
    }

    #header-PUNTOFAN #logo-header {
        margin-top: 0!important;
    }
}


@media (min-width: 769px) {
    #header-PUNTOFAN div#navbarNav {
        float: right;
    }
}


#header-PUNTOFAN .navbar-default a {
    color: var(--gris);
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
}

#header-PUNTOFAN .navbar-default a .caret {
    display: none;
}

#header-PUNTOFAN .navbar-default a:hover {
    color:var(--secondary)
}

#header-PUNTOFAN .navbar-default .navbar-nav>.active>a,
#header-PUNTOFAN .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: var(--secondary)
}

@media (min-width: 768px) {
    #header-PUNTOFAN .navbar-default {
        background-color: transparent;
        border: none;
        width: 100%;
    }
}

/* SUBMENU */
.submenu-paquetes{
    background: rgba(0,0,0,0.8);
    border: 0;
    border-radius: 4px;
    padding: 15px 20px;
    min-width: 240px;
    margin-top: 10px;
}

/* LINKS */
.submenu-paquetes li a{
    display: flex;
    align-items: center;
    gap: 10px;

    color: #FFF !important;
    font-size: 16px;
    font-weight: 600;

    padding: 8px 0;
    background: transparent !important;
}

/* ICONOS */
.submenu-paquetes .material-symbols-outlined{
    color: var(--primary);
    font-size: 22px;
}

/* HOVER */
.submenu-paquetes li a:hover{
    padding-left: 5px;
}

/* FLECHA */
.arrow-drop{
    font-size: 18px;
    vertical-align: middle;
}


img#logo-header-color {
    margin-top: -30px;
}

ul.nav.navbar-nav li a .material-symbols-outlined {
    font-size: 21px;
    color: var(--primary);
}



@media (min-width: 1024px) {
    .container-plus {
        max-width: 1400px;
        width: 95%;
    }
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.redes-header a, .redes-footer a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}

.redes-header a i, .redes-footer a i {   
    color: #fff!important;
}

@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 350px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}


@media(min-width: 769px) {
   .flex-center {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 25px;
    } 
}


/*CONTENIDO*/

@media(max-width:768px) {
    .slide-image {
        height: 200px!important;
    }
}

.video-header {
  position: relative;
  width: 100%;
  height: 650px;          /* alto del banner, ajustable */
  overflow: hidden;
}

#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;       /* asegura que cubra el contenedor */
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #222222 0%, rgba(34,34,34,0) 25%);
  z-index: 2;
}

/* HEADER */
.video-header{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

@media(min-width: 769px) {
    .row-center {
        display: flex;
        align-items: center;
        padding-top: 50px;
    }
}


/* CONTENIDO */
.hero-content{
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/* ISO */
.hero-iso{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-iso img{
    width: 100%;
    max-width: 424px;
    height: auto;
    opacity: 0.6;
}

/* TEXTOS */
.hero-copy{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

/* BOX */
.hero-box{
    background-color: rgba(204, 0, 122, 0.6);
    color: #FFF;
    font-weight: 400;
    line-height: 1.2;
    padding: 16px 28px;
    margin-bottom: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    text-align: center;
}

/* TEXTO GRANDE */
.hero-box-big{
    font-size: 36px;
    max-width: 540px;
    font-weight: 100;
    text-transform: uppercase;
}

/* TEXTO CHICO */
.hero-box-small{
    font-size: 28px;
    /*margin-left: 40px;*/
    font-weight: 100;
    text-transform: uppercase;
}

/* MOBILE */
@media(max-width:991px){

    .hero-content{
        text-align: center;
    }

    .hero-iso{
        margin-bottom: 30px;
    }

    .hero-iso img{
        max-width: 300px;
    }

    .hero-copy{
        align-items: center;
        margin-top: 0;
    }

    .hero-box-big{
        font-size: 28px;
        max-width: 100%;
    }

    .hero-box-small{
        font-size: 20px;
        margin-left: 0;
    }

}

/* MOBILE CHICO */
@media(max-width:767px){

    .video-header{
        height: 85vh;
    }

    .hero-iso img{
        max-width: 220px;
    }

    .hero-box{
        padding: 14px 18px;
    }

    .hero-box-big{
        font-size: 22px;
    }

    .hero-box-small{
        font-size: 17px;
    }

}

.titulos-seccion {
    text-align: center;
}

.titulos-seccion h2 {
    background-color: var(--primary);
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin: 40px auto;
    padding: 10px 25px;
    font-size: 28px;
    display: inline-block;
    border-radius: 10px;
}

.btn-vermas-paquetes {
    display: flex;
    justify-content: center;
}

.btn-vermas-paquetes a {
    text-align: center;
    color: var(--primary);
    border: solid 1px var(--primary);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
}

.seccion-fondo {
    position: relative;
    background: url(../images/fondo-destacados.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

/* CONTENEDOR */
.filtros-destacados{
    margin-bottom: 40px;
}

/* BOTONES */
.filtro-pill{
    background: rgba(0,0,0,0.75);
    border: 1px solid rgba(255,255,255,0.08);
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 4px;
    margin: 0 4px 10px;

    display: inline-flex;
    align-items: center;
    gap: 6px;

    transition: all .25s ease;
    outline: none;
}

/* ICONOS */
.filtro-pill .material-symbols-outlined{
    font-size: 21px;
    color: var(--primary);
    transition: all .25s ease;
}

/* HOVER */
.filtro-pill:hover{
    background: var(--primary);
    color: #FFF;
    transform: translateY(-2px);
}

/* HOVER ICON */
.filtro-pill:hover .material-symbols-outlined{
    color: #FFF;
}

/* ACTIVO */
.filtro-pill.active{
    background: var(--primary);
    color: #FFF;
    border-color: var(--primary);
}

/* ICON ACTIVO */
.filtro-pill.active .material-symbols-outlined{
    color: #FFF;
}

/* MOBILE */
@media(max-width:768px){

    .filtros-destacados{
        /*white-space: nowrap;*/
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .filtros-destacados::-webkit-scrollbar{
        display:none;
    }

}

.bloque-categoria{
    display:none;
}

.bloque-categoria.active{
    display:block;
}

.cta-team{
    padding:20px 0 0;
}



.cta-team-box{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    background-image:url("../images/banner-team.jpg");
    background-size:cover;
    background-position:center;
    min-height:360px;
    display:flex;
    align-items:center;
    padding:70px;
}

.cta-team-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0)
    );
    z-index: 1;
}

.cta-team-content{
    position:relative;
    z-index:2;
    max-width:620px;
    color:#fff;
}

.cta-team-badge{
    display:inline-block;
    margin-bottom:20px;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(204,0,122,.60);
    color:#fff;
    font-size:14px;
    font-weight:600;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.cta-team-content h2{
    margin-bottom:20px;
    font-size:36px;
    line-height:1.15;
    font-weight:700;
}

.cta-team-content h2 span, .cta-team-content p span {
    color:var(--primary);
}

.cta-team-content p{
    font-size:18px;
    line-height:1.8;
    opacity:.95;
    margin-bottom:35px;
}

.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    border-radius:100px;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    transform:translateY(-2px);
    background:var(--primary);
    opacity:.9;
}

/* ===========================
   TABLET
=========================== */

@media (max-width:991px){

    .cta-team{
        padding:0;
    }

    .cta-team-box{
        min-height:320px;
        padding:50px;
        border-radius:22px;
    }

    .cta-team-content{
        max-width:520px;
    }

    .cta-team-content h2{
        font-size:2.3rem;
    }

    .cta-team-content p{
        font-size:1rem;
        line-height:1.7;
    }

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:767px){

    .cta-team{
        padding:0;
    }

    .cta-team-box{
        min-height:auto;
        padding:40px 28px;
        align-items:flex-start;
        background-position:70% center;
        border-radius:18px;
    }

    .cta-team-box::before{
        background:rgba(0,0,0,.65);
    }

    .cta-team-content{
        max-width:100%;
    }

    .cta-team-content h2{
        font-size:1.8rem;
        line-height:1.25;
    }

    .cta-team-content p{
        font-size:.95rem;
        line-height:1.6;
        margin-bottom:28px;
    }

    .cta-team-content h2 span{
        display:inline;
        padding:.15em .3em;
    }

    .btn-primary{
        width:100%;
        padding:15px 20px;
        font-size:1rem;
    }

}

/* ===========================
   MOBILE PEQUEÑO
=========================== */

@media (max-width:480px){

    .cta-team-box{

        padding:30px 22px;

    }

    .cta-team-content h2{

        font-size:1.55rem;

    }

}

#testimonios {
    background: url(../images/bg-testimonios.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0; 
    position: relative;
}
#testimonios::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%; /* ajustá lo que necesites */
    background: linear-gradient(to bottom, #222222 0%, rgba(34,34,34,0) 100%);
    pointer-events: none;
}
#testimonios .titulos-seccion,
#testimonios .container {
    position: relative;
    z-index: 2;
}

.seccion-fondo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 0%, /* Arranca sÃ³lido */ rgba(34, 34, 34, 1) 15%, /* Mantiene sÃ³lido hasta el 20% */ rgba(34, 34, 34, 0) 30%, /* Degrada hasta transparente */ rgba(34, 34, 34, 0) 70%, /* Centro libre */ rgba(34, 34, 34, 1) 85%, /* Comienza a volver a sÃ³lido */ rgba(34, 34, 34, 1) 100% /* Mantiene sÃ³lido hasta abajo */);
    z-index: 1;
}

.seccion-fondo .container {
    position: relative;
    z-index: 2;
}

#partners {
    padding: 70px 0;
}

.wrapper_quienes_home {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin: 40px auto;
    display: flex;
}

@media (max-width: 768px) {
    
    img#logo-footer {
        margin: auto auto 40px auto;
    }
    #header-PUNTOFAN .navbar {
        z-index: 9999;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none!important;
        border-color: transparent!important;
    }
    #header-PUNTOFAN .navbar-default ul {
        background-color: rgba(0, 0, 0, 0.8);  
    }
    #header-PUNTOFAN .navbar-default ul:first-child {
        margin-top: 70px;
    }
    #header-PUNTOFAN .navbar-default a {
        color: #fff;
        font-size: 18px;
    }
    #footer-PUNTOFAN {
        text-align: center;
    }
    .redes-header {
        justify-content: center;
        margin-top: 30px;
    }
    .wrapper_prefooter a {
        gap: 10px!important;
        margin: 10px auto;
    }
    .wrapper_prefooter a img {
        height: 50px!important;
    }
    .wrapper_prefooter a p {
        font-size: 14px!important;
    }
}


#news {
    background: var(--gris);
    padding: 35px 0;
}

#news form h3 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 12px;
    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;
    padding: 10px 20px;
    background: transparent;
    border-color:white;
    border-width: 2px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    height: 49px;
}



/*FOOTER*/


#footer-PUNTOFAN {
    padding: 50px 0;
    background-color: var(--primary);
    color: #ffffff;
    font-size: 15px;
}

#footer-PUNTOFAN a{
    color: #ffffff;
}

#footer-PUNTOFAN a i{
    color:#ffffff;
}

#footer-PUNTOFAN a:hover {
    color:#ffffff;
}

#footer-PUNTOFAN ul li {
    margin-bottom: 5px ;
}

.redes-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.btn-arrepentimiento {
    padding: 7px 20px;
    border: solid 1px #ffffff;
    border-radius: 50px;
}

@media(min-width: 769px) {
    .redes-footer {
        margin-top: 55px;
    }
    /*#footer-PUNTOFAN a#qr {
        margin-top: 195px;
    }*/
    
}

#footer-PUNTOFAN a#qr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#footer-PUNTOFAN a#qr img {
    width: 70px;
}

@media (max-width: 768px) {
    #footer-PUNTOFAN a#qr {
        justify-content: center;
    }
    .redes-footer {
        justify-content: center;
        margin: 30px auto;
    }
    .btn-arrepentimiento {
        margin-bottom: 50px;
        display: inline-block;
    }
}



#consultar {
    background: #131313;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}


/*RESPONSIVE*/

@media(max-width:768px){
    #header-PUNTOFAN {
        border:none
    }

    #news form label{
        text-align: center;
        margin-bottom: 35px;
    }

    #slideinf .carousel-caption {
        width: 80%!important;
        left: 10%!important;
    }
}



/*AJUSTES SERVICES*/


.paso3 .table tbody tr.active th, .paso3 .table thead tr th,
.paso3 .table tbody tr.active th, .paso3 .table thead tr th,
.paso3 .habitacion-cabecera[data-v-286bf90e]
{
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
}

.paso3 #itinerario .list-group .list-group-item .list-group-item-heading,
.paso3 .infomacion .list-group .list-group-item .list-inline li b
{
    color:var(--primary)!important
}

.container-agencia div#relacionados-container {
    display: none;
}

/*** AJUSTES PAQUETES MANUAL ***/

body.agencia-buscar div#container {
    margin-top: 50px;
}
body.agencia-buscar .resultado .panel-title {
    padding: 10px 20px 0!important;
}
body.agencia-buscar .panel.resultado .lead {
    padding: 0 20px;
}
body.agencia-buscar .resultado .panel-body {
    padding: 20px 20px 20px 20px!important;
}


body.texto a:hover {
    color: var(--primary)!important;
}

body.texto .panel-body p {
    font-weight: 400!important;
}

#container > #wb_container {
    margin-bottom: 40px;
}



/*AJUSTE RESULTADO HOTELES*/

#app_hot .pre-scrollable[data-v-06d5e44e] {
    max-height: 100%!important;}

#app_hot.reserva .affix {
    position: initial;
}


/*AJUSTE CIRCUITOS*/
.mkte_circuitos-resultado .resultados .tarifa_leyenda span {display: block!important;}

/*** RESULTADOS HOTELES ***/


/* PASO 1 */

body.HOT {
    background-color: var(--gris-claro);
}

body.HOT .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.HOT .panel,
body.HOT .panel-danger {
    border: none!important;
}

body.HOT .panel {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.HOT .panel-heading,
body.HOT .panel-footer {
    background-color: transparent;
    border: none!important;
    padding: 10px 0px;
}


body.HOT #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.HOT #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.HOT #filtros .panel-danger .btn-danger i,
body.HOT #filtros .btn-block i {
    display: none;
}

body.HOT #filtros .panel {
    box-shadow: none!important;
}

body.HOT #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.HOT #filtros .list-group-item {
    border: none!important;
    padding: 10px 0px;
}

body.HOT #filtros .input-group {  
    height: 40px;
    border-radius: 10px;
    
}

body.HOT #filtros .input-group-addon,
body.HOT #filtros .form-control,
body.HOT #filtros .btn-delete {
    height: 40px;
}

body.HOT #filtros .input-group-addon {
    border-radius: 10px 0 0 10px;
    text-align: center;
}

body.HOT #filtros .btn-delete {
    border-radius: 0 10px 10px 0;
    background-color: var(--primary);
    border-color: var(--primary);
}

body.HOT div#ordenes .btn {
    height: 40px;
}

body.HOT 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.HOT #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.HOT #resultados > div > div > div > div.list-group > div.list-group-item.info,
body.HOT #resultados .list-group-item.list-group-item-footer {
    border: none!important;
}

body.HOT #resultados .list-group-item.list-group-item-footer {
    padding: 20px!important;
}

body.HOT #resultados .resultados .resultado .info .texto .list-group-item-heading,
body.HOT #resultados .resultados .resultado .tarifa .h4 {
    font-size: 24px;
}

body.HOT #resultados .resultados .resultado .info .texto .dl-horizontal {
    border-top: none!important;
}

body.HOT #resultados .resultados .resultado .info .texto .dl-horizontal dt {
    color: var(--gris-texto)!important;
}

@media (min-width: 768px) {

    body.HOT #resultados .resultados .resultado .info .texto .dl-horizontal {
        font-size: 14px!important;
        margin-bottom: 10px;
    }

    body.HOT #resultados .resultados .resultado .info .texto .dl-horizontal dt {
        width: 80px;
        text-align: left;
    }
    body.HOT #resultados .resultados .resultado .info .texto .dl-horizontal dd {
        margin-left: 0px;
    }
    body.HOT #resultados .resultados .resultado .info .texto .dl-horizontal dd i {
        margin-right: 10px;
    }

    body.HOT #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.HOT #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.HOT #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.HOT .resultados .resultado .itinerario.breadcrumb {
    background-color: var(--gris-texto);
    padding: 10px;
}

body.HOT #filtros .select2-container--default .select2-selection--multiple {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
    font-size: 14px;
    padding: 3px 7px;
}

#container aside .panel-buscador,
#container div#fichaHotel, .spider-paquete div.ficha-producto {
    margin-top: 50px;
} 

#container .panel-buscador #HOT label.input-group-addon {
    display: none;
}

body.spider-paquete div#relacionados-container {
    display: none;
}

@media (min-width: 768px) {
    #container .panel-buscador #HOT .cantidad {
        width: 100%!important;
    }
}

#slide-novedades .catalogo {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#slide-novedades .catalogo .btn-default {
    border: none!important;
    background-color: #f1f1f1;
}

#slide-novedades .catalogo .btn-default:hover {
    color: var(--primary);
}

.container-agencia #fichaPaquete > .page-header > small {
    display: none;
}

.container-agencia #fichaPaquete > .btn-block.btn-default {
    display: none;
}

@media (min-width: 1200px){
    .container-agencia #galeria .owl-stage {
        width: 100%!important;
    }
    .container-agencia #galeria a.thumbnail .img {
        width: 390px!important;
        height: 250px!important;
    }
}


/*.ficha-producto .panel>.list-group:last-child .list-group-item:last-child a {
    color: #ffffff!important;
}*/

.list-group-item-precios .col-xs-5.col-sm-2.col-md-2.text-center.small {
    display: none;
}

#tarifas > .panel > div.list-group > .list-group-item-precios > .row > div.col-xs-5.col-sm-2.col-md-2.text-center {
    display: none;
}

@media (min-width: 992px) {
    #tarifas > .panel > div.list-group > .list-group-item-precios > .row > .col-xs-12.col-sm-4.col-md-4.small,
    #tarifas > .panel > div.list-group > .list-group-item-precios > .row > div.col-sm-4.col-md-4.hidden-xs  {
        width: 50%;
    }
    .container-agencia .col-md-pull-8 {
        margin-top: 50px;
    }
}

.container-agencia .ficha-producto {
    margin-top: 50px;
}