body{
    /* font-size: 1.3rem; */
}

strong{
    font-weight: bold!important;
}

header{
    height: 70vh;
    background-color: #000;
    background-image: url();
    position: relative;
}
header .top-bar{
    /* background-color: rgb(137 137 137 / 60%); */
    background-color: rgb(255 255 255 / 60%);
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0 1px 10px -5px #8b8b8b;
}
header .top-bar .top-logo{
    padding: 17px 10px;
    height: 100%;
}
header .top-bar .top-logo img{
    height: 65px;
}
header .top-bar nav ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
header .top-bar nav ul li{}
header .top-bar nav ul li a{
    display: block;
    padding: 5px 0;
    margin: 2px 5px;
    text-decoration: none;
}
header .top-bar nav.top-small-nav{}
header .top-bar nav.top-small-nav ul li a{
    font-size: 13px;
    /* color: #fff; */
    color: #286193;
}
header .top-bar nav.top-normal-nav{}
header .top-bar nav.top-normal-nav ul li a{
    font-size: 14px;
    /* color: #fff; */
    color: #004785;
    font-weight: 400;
    /* letter-spacing: 1px; */
    border-bottom: 1px solid #5686b1;
}
header .top-bar nav.top-normal-nav ul li a:hover{
    text-decoration: none;
    border-bottom: 1px solid #113a5e;
}
header .top-bar nav ul li a.nav-item-special{
    color: #3e76a7;
    font-weight: bold;
}

header .header-slider{
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}
header .header-slider .header-slider-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
header .header-slider .header-slider-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    text-align: center;
}
header .header-slider .header-slider-caption h2{
    color: #fff;
    font-size: 6vw;
    text-transform: uppercase;
    -webkit-text-shadow: 1px 1px 3px #000;
    -moz-text-shadow: 1px 1px 3px #000;
    -ms-text-shadow: 1px 1px 3px #000;
    -o-text-shadow: 1px 1px 3px #000;
    text-shadow: 1px 1px 3px #000;
}
@media (min-width: 720px) {
    header .header-slider .header-slider-caption h2{
        font-size: 45px;
    }
}


#listado-financiaciones .bx-slider{
    max-width: 930px!important;
}

#containerPaq{
    margin-top: 30px;
}
#containerPaq .ofertas_recomendadas{
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    font-weight: bold;
}
#containerPaq #paquetesHome .paqDest{
    width: 100%;
    margin-right: 0;
    height: 200px;
}
#containerPaq #paquetesHome .box-tituloPaq{
    height: calc(100% - 50px);
}
#containerPaq #paquetesHome .box-precioPaq .boxprecio .precio{
    font-weight: bold;
    color: #004785;
}

#containerMapa{
    margin-top: 70px;
}
#containerMapa .direcciones-container{}
#containerMapa .direccion{
    margin-bottom: 20px;
    background: #ebebeb;
    border-radius: 10px;
    position: relative;
    min-height: 175px;
    padding: 40px 10px 10px 10px;
}
#containerMapa .marcador{
    position: absolute;
    top: -30px;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    background: #004785;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 45px;
}
#containerMapa .datos{}
#containerMapa .datos .tit-dir{
    font-size: 16px;
}

#porqueComprar{
    padding: 80px 0 100px 0;
    margin-top: 40px;
}
#porqueComprar h2, #porqueComprar h3,#porqueComprar h4{
    margin: 0;
    font-size: 24px;
}
#porqueComprar h4{
    margin-bottom: 60px;
}
#porqueComprar h2#confiar_titulo{
    /* margin-bottom: 65px; */
    margin: 20px;
    font-size: 28px;
}
#porqueComprar h3#porqueSub{
    /* margin-bottom: 65px; */
    /* margin: 20px; */
    font-size: 18px;
}
#porqueComprar h4#porqueSub2{
    /* margin-bottom: 65px; */
    /* margin: 20px; */
    font-size: 18px;
}
#porqueComprar .motivos img{
    margin-bottom: 25px;
}
#porqueComprar .motivos:hover > img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#newsletterContainer{
    background: #093052;
    min-height: 100px;
    padding: 60px 0;
}
#newsletterContainer h2{
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

.responsive-nav-btn{
    font-size: 22px!important;
    color: #fff;
    background: #004785;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.responsive-nav-content{
    display: flex;
    flex-direction: column;
}
.responsive-nav-content nav{}
.responsive-nav-content nav.top-normal-nav ul li a{
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 3px;
    font-weight: bold;
    transition: all 0.1s ease-in-out;
}
.responsive-nav-content nav.top-normal-nav ul li a:hover{
    background: #004785;
    color: #fff;
    padding: 5px 16px;
    margin: 0 -16px 3px -16px;
}
.responsive-nav-content nav.top-small-nav ul li a{
    display: block;
    padding: 3px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 2px;
    color: #5a5a5a;
    transition: all 0.1s ease-in-out;
}
.responsive-nav-content nav.top-small-nav ul li a:hover{
    background: #4babff;
    color: #fff;
    padding: 3px 16px;
    margin: 0 -16px 2px -16px;
}
.responsive-nav-content nav.top-small-nav{
    order: 1;
    margin-top: 35px;
}

.banners_slider .bx-wrapper .bx-prev{
    left: -15px;
}
.banners_slider .bx-wrapper .bx-next{
    right: -15px;
}

footer{}
footer .top-footer{
    background: #000;
    min-height: 100px;
    padding: 40px 0;
}
footer .top-footer h4{
    color: #fff;
    font-size: 22px;
    margin: 0 0 5px 0;
}
footer .top-footer p{
    color: #8d8d8d;
    font-size: 12px;
    margin: 0;
}
footer .top-footer .social-media{
    margin-bottom: 10px;
}
footer .top-footer .social-media li{
    margin: 0 10px;
}
footer .top-footer .social-media li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #fff;
    color: #000;
    font-size: 22px;
    border-radius: 50%;
    transition: background 0.1s ease-in-out;
}
footer .top-footer .social-media li a:hover{
    color: #fff;
}
footer .top-footer .social-media li a.fb-icon:hover{
    background: #185798;
}
footer .top-footer .social-media li a.tw-icon:hover{
    background: #72abe4;
}
footer .top-footer .social-media li a.ig-icon:hover{
    background: #d76fa0;
}
footer .top-footer .footer-top-nav{
    margin-top: 10px;
}
footer .top-footer .footer-top-nav li{
    margin: 0 10px;
}
footer .top-footer .footer-top-nav li a{
    color: #fff;
    font-size: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.1s ease-in-out;
}
footer .top-footer .footer-top-nav li a:hover{
    border-bottom: 1px solid #fff;
}
footer .top-footer .footer-top-content p{
    margin-bottom: 5px;
    color: #d5d5d5;
}
footer .top-footer .footer-top-content p a{
    color: #d5d5d5;
    font-size: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.1s ease-in-out;
}
footer .top-footer .footer-top-content p a:hover{
    border-bottom: 1px solid #fff;
}

footer .bottom-footer{
    background: #fff;
    min-height: 100px;
}
footer .bottom-footer .footer-logos{}
footer .bottom-footer .footer-logos li{
    margin: 0 10px;
}
footer .bottom-footer .footer-logos li img{
    width: 90px;
}

/*css media query responsive*/
@media (max-width: 555px){
    header .top-bar .top-logo img{
        width:100%;
        height: auto;
    }
}
@media (max-width: 575px){
    .banners_slider .bx-wrapper .bx-next{
        right: -5px;
    }
    .banners_slider .bx-wrapper .bx-prev{
        left: -5px;
    }
}


#motores{
	position:relative;
	left: auto;
	width: auto;
	top: 0;
	min-height: auto;
	margin-bottom: 10px;
}
#motores #menu-motor{
	margin-top: -160px;
    background: rgb(255 255 255 / 60%);
    border-radius: 10px 10px 0 0;
	border: 1px solid #ccc;
    border-bottom: 0;
	padding: 0;
}
#motores #menu-motor li a{
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 10px 14px 10px;
	border-radius: 0;
	color: #004785;
	text-decoration: none;
	background: transparent;
	transition: background 0.3s ease-in-out;
}
#motores #menu-motor li a:hover{
	background: #fff;
}
#motores #menu-motor li a.active{
	background: #fff;
    color: #004785;
}
/* #motores #menu-motor li.active a i{
    color: #f3f3f3;
} */
#motores #menu-motor li:first-child a{
	border-radius: 7px 0 0 0;
}
#motores #menu-motor li a i{
	margin-right: 10px;
}
#motores .tab-content{
	border: 1px solid #ccc;
    border-top: 0;
    padding: 20px;
    margin-top: 0;
	padding-bottom: 45px;
	box-shadow: 0 10px 10px -10px #00284a;
	background: #fff;
}
#motores #menu-motor.nav-tabs>li{
	margin: 0;
}

#motores .mb-2{
	margin-bottom: 10px;
}

#motores #menu-motor li a .fa-2x:hover{
	color: #1081df;
}



#motores #labAdultos, #motores #labAlianza, #motores #labBebes, #motores #labClase, #motores #labNinios, #motores #labPrefAir{
    margin: 0 0 5px 0;
}
ul#searchType{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}
#searchType li{
    display: inline-block;
    margin: 0 5px 0 0;
    /* padding: 6px 15px 4px 15px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fbfbfb;
    color: #707070;
    box-shadow: 0 0 5px -3px #666;
}
#searchType li input{
    display: none;
}
#searchType li label{
    margin: 0;
    font-weight: 500;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

#searchType li.searchActive{
    background: #004785;
    color: #fff;
}
.flexSearchActive{
    background: #008548!important;
    color: #fff!important;
}


section h2{
    color: #2d7ec5!important;
}



/**
* Responsive fixes
*/
@media (max-width: 991px){
    
}