body{
    background-color: #f0f0f0;
}

.ocultar{
    display:none;
}

.bqb-breadcrumb{
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 1.5rem;
}

.text-primary{
    color: #333 !important;
}
.bg-primary{
    background: #3d96ce !important;
}

/* ------------ MENU BOTONES ---------*/

.nav-bar {
    margin: 0 auto;
    margin-top: 15px;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 13px 0px;
    /* border-bottom: solid 1px #bdbdbd; */
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.2), 0 1px 9px 0 rgba(0,0,0,.1);
    max-width: 1400px;
    position: relative;
}

.nav-bar ul {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	padding: 0px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.nav-item{
	position: relative;
	text-align: left;
}

.nav-bar a {
    color: #5f5f5f;
    font-size: 1.6rem;
    text-transform: none;
    text-decoration: none;
    padding: 12px 18px;
    /* font-family: open_sansregular;  AC - SICO - Agosto 2021    */  
}

.nav-bar a:hover{
    color: #3d96ce;
    /* background-color: #fff; */
    font-weight: 700;
}

.submenu a:hover{
    color: #fff !important;
    background-color: #636363;
    font-weight: 700;
}

/*.nav-bar .current:before{
    margin-left: 0px;
    bottom: -24px;
    content: "";
    z-index: 99;
    border: solid;
    border-color: #3d96ce;
    overflow: hidden;
    display: block;
    position: absolute;
    border-top: solid 10px #3d96ce;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-bottom: solid 0px transparent;
}*/

.nav-bar .current {
  background-color: #fff;
  color: #3d96ce;
  font-weight: 700;
  border-bottom: solid 4px #3d96ce;
}

.nav-bar .submenu {
	position: absolute;
	top: 38px;
    background-color: #7d7d7d/*rgba(250, 250, 250, 0.8)*/;
	display: block;
	width: 200px;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
    flex-flow: column nowrap;
    text-align: left;
}

.nav-bar .submenu a {
	width: 100%;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.nav-bar .submenu .current {
    background-color: #636363;
    color: #fff;
    font-weight: 700;
    border-bottom: solid 4px #3d96ce;
  }

.nav-bar .expanded .submenu {
	visibility: visible;
	opacity: 1;
	max-height: 500px;
}

.nav-bar .hamburguer {
	display: none;
}

/* ------------ FIN MENU BOTONES ---------*/

/* ---- CONTENIDO  ---- */

.BQB_styles{
	width: 100%;
}

#header-img{
    margin-bottom: 15px;
}

#header-img img,
.banner-aereos img {
	width: 100%;
}

.BQB_styles .img-lg{
	display: block;
}

.BQB_styles .img-sm{
	display: none;
}

#promos-viewport{
    max-width: 1320px !important;
}
.bg-white{
  background: #fff;
}
.card{
  padding: 10px !important;
  text-align: left;
}
.card-content{
  padding-bottom: 1rem;
  border-radius: 8px;
  border: solid 1px #d4d4d4;
  position: relative;
}
.card-content:hover{
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
}
.card-body{
  height: inherit;
  padding: 1rem 1.5rem;
}
.note{
  top: 3rem;
  padding: 1rem;
  font-weight: 600;
  z-index: 11;
  border-radius: 0px 5px 5px 0px;
}
.note h5{
  margin-bottom: 0px !important;
  font-size: 1.6rem;
  font-weight: 400;
}

.titulo-paquete h2{
  margin: 0px;
}

.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.card-img{
    height: inherit;
}

.card-img-top{
  position: relative;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.card-img-top img{
    width: 100%;
    max-height: 189px;
    object-fit: cover;
    object-position: center;
}

.card-img-top:after{
    content: "";
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.8));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
    position: absolute;
    display: block;
    width: 100%;
    height: 35%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.cuadruple{
  position: absolute;
  background-color: #fff;
  display: block;
  right: 11px;
  font-size: 7.9px;
  line-height: 14px;
  /* font-family: open_sansregular !important;  AC - SICO - Agosto 2021    */  
  width: 95%;
  color: #666;
}


.discount:before {
    content: " ";
    position: absolute;
    left: 3px;
    top: 30px;
    border-top: 8px solid #000;
    border-left: 7px solid transparent;
    border-right: 0 solid transparent;
    } 

.discount{
    background-color: #fdea35;
    color: #5a5a5a;
    position: absolute;
    z-index: 10;
    top: 125px;
    left: -10px;
    width: auto;
    padding: 6px 10px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    font-size: 1.6rem;
}

.card-title{
    font-size: 1.4rem !important;
    text-align: left;
    padding: 0px !important;
    text-transform: uppercase;
}

.card-title-2-l{
    font-size: 1.4rem !important;
    text-align: left;
    padding: 0px !important;
    text-transform: uppercase;
}


.hotel-title{
    position: relative;
    margin-bottom: 1rem;
    color: #333;
    font-size: 14px;
    /*margin-top: 10px;*/
    /* font-family: open_sansregular !important;  AC - SICO - Agosto 2021    */  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel-title h5 span{
    margin-top: 0.5rem;
}

.card-sub-title{
    color: #868e96;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.card-sub-title i{
    margin-right: 10px;
}

.item-price{
    /* font-family: open_sansregular;  AC - SICO - Agosto 2021    */  
    margin-top: 2rem;
    text-align: center;
    font-size: 11px;
    color: #868e96;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.price-final{
    display: inline-block;
    line-height: 1;
}

.price-final span{
    /*background-color: rgba(17, 157, 234, 0.8);*/
    font-size: 24px;
    color: #0077c4 ;
    /* font-family: open_sansbold;  AC - SICO - Agosto 2021    */  
    margin: 0.5rem 0 .5rem .5rem;
    display: inline-block;

}

.item-price b{
    font-weight: 600;
}

.price-list{
    display: inline-block;
    margin-right: 10px;
}

.price-list span{
    font-size: 16px !important;
    color: #868e96 !important;
    text-decoration: line-through !important;
    /* font-family: open_sansregular !important;  AC - SICO - Agosto 2021    */  
}

.hovereffect .overlay{
    position: relative;
    text-align: center;
	padding-bottom: 10px;
}

#promociones div.promocion{
    height: inherit !important;
    /*border: solid 1px #666666;*/
    text-align: center;
    background-color: #fff;
    margin-bottom: 15px;
}

.estrellas{
    display: block;
}


.servicios{
    position: absolute;
    text-align: right;
    top: -35px;
    right: 15px;
    z-index: 11;
}

.bqb-badge{
    font-size: 80% !important;
    padding: 0.4rem !important; 
}

.badge-secondary-out{
    border: solid 1px #868e96;
    border-radius: 3px;
}

.badge-success-out{
    border: solid 1px #28a745;
    border-radius: 3px;  
}

.item-days span:first-child{
    margin-right: 7px;
}

.servicios .item-service{
    padding: 5px;
    display: inline-block;
    /*background-color: rgba(0, 0, 0, 0.7);
    float: left;
    margin-right: 7px;
    border-radius: 50%;*/
}

.servicios img{
    width: 25px;
}

.item-info .fa-info-circle{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 6px 6px 6px 3px;
}

.item-info strong{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    margin-left: -13px;
    padding: 3px 0px 4px 5px;
    font-weight: 500;
}

.item-info span{
    background: rgba(0, 0, 0, 0.8);
    /*border: 1px solid #DFDFDF;*/
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    top: -100px;
    left: 13px;
    display:none;
    padding: 10px;
}

.item-info span:after{
    /*content:'';*/
    position:absolute;
    bottom:-10px;
    width:10px;
    height:10px;
    /*border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;*/
    background:#f8f8f8;
    left:50%;
    margin-left:-10px;
    /*-moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);*/
    width: 99%;
}
.item-info p{
    position:absolute;
    cursor:pointer;
    z-index: 15;
    top: 10px;
    left: 25px;
    text-align: left;
}

.item-info p:hover span{
    display:block;
    top: 10px;
    left: -14px;
    border-bottom: solid 2px #3d96ce;
}

.info{
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    text-align: center;
    padding: 15px; 
    color: #fff;
    font-size: 16px;
}

.info p{
    background-color: #3b837f; 
    border-radius: 7px;
    padding: 12px;
    margin-bottom: 0px;
}

.info a{
    color: #fff;
    font-weight: bold;
}

.info i{
    margin-right: 10px;
}
/*PAQUETES A MANO*/

.content-prom{
    text-align: left;
    margin: 0 auto;
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.bqb-btn-text{
    text-transform: none;
    text-decoration: none;
    color: #005891;
    font-size: 1.4rem;
    /* font-family: open_sansregular;  AC - SICO - Agosto 2021    */  
    margin-left: 10px;
    cursor: pointer;
    padding: 1rem 0;
}

.bqb-btn-text:hover{
    font-weight: 700;
    text-decoration: none;
}


/*LEGALES*/

.legales {
    border-top: 1px solid #c7c7c7;
    padding: 10px 0 20px 0;
    /* font-family: open_sansregular;  AC - SICO - Agosto 2021    */  
    text-align: center;
    clear: left;
    width: 100%;
    margin: 0 auto;
    color: #848484;
    max-width: 1400px;
    margin-top: 10px;
    /* font-size: 9px;  AC - SICO - Agosto 2021    */  
    
}

.legales a{
    text-decoration: underline !important;
    color: #666666;
}

.modal-title{
    width: 100%;
}


/*MOUSE HOVER ICONOS*/



.forma:before {
    display: block;
    /*border-radius: 50%;
    content: '';
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
    width: inherit;
    height: inherit;*/
    position: absolute;
}

.forma:after {
    display: table-cell;
    /*border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
    width: inherit;
    height: inherit;*/
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    opacity:0;
    content:"";
    color:#FFF;
    text-align:center;
    /* font-family: Arial;  AC - SICO - Agosto 2021    */  
    font-size: 12px;
    font-weight: bold;
    /*line-height: 50px;*/
    padding: 10px;
    margin-left: -17px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    bottom: 42px;
}

.forma:hover:before {
    margin-left: 5px;
    bottom: 36px;
    content: "";
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent;
    border-width: 6px 6px 0 6px;
    overflow: hidden;
  }

.abajo:hover:after {
    transform:translate(0px, 0px);
    -webkit-transform:translate(0px, 0px);
    -moz-transform:translate(0px, 0px);
    opacity:1;
    display: block;
}

.item-service.ALO_S/CP{
    display: none;
}

.item-service.OTROS_ADICGEN,
.item-service.COM_RES,
.item-service.VISADO_VISADO,
.item-service.ASIST_ASIST,
.item-service.ASIST_SGRCANCE,
.item-service.RGM_S_CP {
	display: none;
}


.item-service.TKT_BAR:after {
    content:"Barco";
}

.item-service.EXC_TRF:after {
    content: "Traslados";
}

.item-service.TRF_PKT:after {
    content: "Transfer";
}

.item-service.ALO_HTL:after{
    content: "Hotel";
}

.item-service.ALO_PKT:after{
    content: "Hotel";
}

.auto:after{
    content: "Bodega para Auto";
}

.item-service.ALO_CP:after{
    content: "desayuno";
}

.item-service.RGM_MAP:after{
    content: "Media pension";
}

.item-service.RGM_CP:after{
    content: "Desayuno";
}

.media-pension:after{
    content: "Media pension";
}

.item-service.EXC_CTY:after{
    content: "Excursion";
}

.item-service.EXC_CIR:after{
    content: "Excursion";
}

.bus:after{
    content: "Bus";
}

.item-service.TKT_AIR:after{
    content: "Avion"
}

.item-service.ALO_ALL:after{
    content: "All inclusive"
}

.item-service.COM_RES:after{
    content: "Comida"
}

.item-service.COM_HTL:after{
    content: "Comida"
}

.item-service.ALO_MAP:after{
    content: "Media pension"
}

.item-service.OTROS_CRUCERO:after{
    content: "Crucero";
}

.item-service.BUS_BUS:after{
    content: "Bus";
}

.item-service.RGM_ALL:after{
    content: "All Inclusive";
}

.item-service.RGM_CPBUFFET:after{
    content: "Desayuno Buffet";
}

/* PAQUETES OPEN Y PREVIAJE */

.previaje{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 2px solid #0077c4;
	border-radius: 4px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 15px;
	background: #fff;
}

.previaje img{
	max-width: 130px;
	margin-right: 15px;
	padding-top: 15px;
}

.previaje span{
	max-width: 500px;
	padding-top: 15px;
}

.title-zona{
	padding-bottom: 0px;
	justify-content: space-around;
}

.title-zona-tur{
	font-size: 1.6rem;
	color: #0077c4;
	font-weight: 600;
	padding-bottom: 0px;
	text-decoration: underline;
}


.paq-open{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 2px solid #0077c4;
	border-radius: 4px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 15px;
	background: #fff;
}

.paq-open span{
	padding-top: 15px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #5f5f5f;
}

.paq-open span span{
	color: #28a745;
}

.info-previaje .pasos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.step{
	width: 50%; 
	padding: 15px;
}

.modal-body .previaje{
	border: none !important;
}

@media only screen and (max-width : 768px) {
	.step{
		width: 100%; 
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 1023px) {
    .BQB_styles .img-sm{
        display: block;
    }
    .BQB_styles .img-lg{
        display: none;
    }

    .nav-bar ul li a {
        font-size: 12px;
    }

    .nav-bar .submenu {
        top: 32px;
    }
    .bqb-breadcrumb{
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .promocion{
        max-width: 495px;
        margin: 15px auto;
    }
    .imagen-bancos{
        display: none;
    }

    .bqb-btn.btn-primary{
        margin-bottom: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (max-width: 768px) {

    .nav-bar {
        padding: 0;
        margin: 0;
    }

    #header-img {
        margin: 0;
    }

    .nav-bar ul {
        flex-flow: column nowrap;
        align-items: center;
    }

    .nav-bar ul li {
        width: 100%;
    }

    .nav-bar ul li a {
        display: block;
        font-size: 17px;
        text-align: left;
    }

    .nav-bar .hamburguer {
        display: block;
    }

    .nav-bar .mobile {
        display: none;
    }

    .nav-bar.mobile-active .mobile {
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 1);
        z-index: 20;
        width: 60%;
    }

    .nav-bar .submenu {
        position: static;
        width: auto;
        visibility: visible;
        opacity: 1;
        max-height: 100%;
    }
    
    .bqb-badge{
        font-size: 90% !important;
        padding: 0.4rem !important; 
    }
}

