body {
    content: "large";
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    font-family: "Lato";
    /*    font-family: Helvetica, 'Open Sans', sans-serif;*/
}
*, :after, :before {
    box-sizing: border-box;
}
body, html {
    height: 100%;
    min-height: 100%;
    min-width: 320px;
}
.fondo-contenedor-menu-seccion{
    background-image: url("../images/bg-paquetes-001.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    width: auto;
}
.sticky{
    min-height: 18px;
}
.sticky-fixed {
    position:fixed;
    z-index:1000;
    top:0;
    /*width:100%;*/
}
.blanco-bottom {
    background-image: url("../images/blanco-bottom.png");
    background-position-y: -49px;
    padding-top: 12px;
    border-top: 1px solid #00AA00;
    margin-top: 2px;
    border-bottom: 1px solid #00AA00;
}
.bg-video {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}
/****** IFRAME Vuelos ************/
.embed-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/************MENU Y SUBMENU**************/
.borde-top{
    height: 3px;
    background-color: #4db848;
}
.padding-logo {
    background-color: #ffffff;
    padding: 18px 0;
}
.verde-top{
    background-image: url("../images/bg-top.png");
}

.subMenu {
    list-style: none;
    float: right;
    margin-top: 34px;
    padding-top: 15px;
    margin-bottom: -4px;
}
.subMenu a {
    font-size: 13px;
    color: #13499f;
}
.subMenu i {
    color: #4db848;
    font-size: 22px;
    margin-top: -3px;
}
.subMenu a:hover {
    color: #4db848;
    text-decoration: none;
}
.subMenu li{
    float: left;
    padding: 10px;
}
.subMenu-xs {
    list-style: none;
    float: left;
    margin-top: 4px;
    margin-left: -35px;
}
.subMenu-xs a {
    font-size: 13px;
    color: #13499f;
}
.subMenu-xs i {
    color: #4db848;
    font-size: 22px;
    margin-top: -3px;
}
.subMenu-xs a:hover {
    color: #4db848;
    text-decoration: none;
}
.subMenu-xs li {
    float: left;
    padding-top: 13px;
    padding-right: 9px;
}
.navbar{
    border: none;
    min-height: 34px;
    margin-bottom: 4px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    min-width: 300px;
}
.menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #4DB848;
    border-bottom: 1px solid #4DB848;
    border-radius: 0;
    margin-bottom: 0px;
}
.itemMenu {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    margin-top: 6px;
    float: left;
}
.itemMenu a{
    color: #13499f;
    text-decoration: none;
}
.itemMenu a:hover{
    color: #4db848;
    text-decoration: none;
}
.itemMenu i {
    margin-right: 10px;
    font-size: 19px;
}
.padding-item{
    padding-right: 34px;
}
.padding-item-ultimo{
    padding-right: 0px;
}
.menu-active {
    color: #4db848 !important;
    font-weight: bold;
}
.menu-cruceros {
    background-image:url(../images/icono-crucero.png);
}
.menu-cruceros-active {
    background-image:url(../images/icono-crucero-v.png);
}
/************BUSCADOR DE PASAJES**************/
.cuotas_buscador {
    font-size: 17px;
    color: #ffffff;
    text-align: right;
    margin-top: 20px;
}
.cuotas_buscador a{
    color: #ffffff;
}
.cuotas_buscador a:hover{
    color: #a0a0a0;
}
.cuotas_buscador i {
    font-size: 24px;
    margin-right: 9px;
    padding-top: 0px;
}
.reimprimir{

}
.reimprimir i{
    font-size: 21px;
    color: #ffffff;
}
.cont-imprimir {
    float: right;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 15px;
    width: 95px;
}
.cont-imprimir-xs {
    float: left;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 15px;
    width: 145px;
}
.impresora{
    text-align: center;
    width: 50px;
    float: right;
}
.impresora-xs{
    float: left !important;
    width: 29px;
    text-align: left;
}
.contenedor-buscador-pasajes{
    background-image: url("../images/bg-micros-0002.jpg");
    background-position: right;
    height: 450px;
    background-position-y: top;
}
@media (max-width: 991px){
    .contenedor-buscador-pasajes{
        background-image: none;
    }
}
.banner{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;

}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.errorTransaccion{
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.okTransaccion{
    color: #346834;
    background-color: #c2ee9f;
    border: 1px solid #87e587;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*-------------------------BANNER MICROS------------------------*/
#micros_home{
    color: #ff0000;
    height: 153px;
    position: relative;
    margin-top: 2px;
}
#micros_home div{
    position:absolute;
    z-index:1;
}
#micros_home .active{
    z-index:3;
}

.container-empresas {
    height: 77px;
    padding-top: 7px;
}
.border-sep {
    border-top: 1px solid #00AA00;
    margin-top: 8px;
    padding-top: 3px;
    border-bottom: 1px solid #00AA00;
    padding-bottom: 21px;
}
/*-------------------------BANNER SECCIONES------------------------*/
.bg-gris{
    background-image: url("../images/test-bg.png")
}
.bg-gris-top {
    background-image: url("../images/fondo-top.jpg");
}
.contenedor-seccion{
    margin-top: 50px;
    margin-bottom: 40px;
}
.contenedor-banner-seccion {
    border: 2px solid #a8a8a8;
    margin-top: 10px;
    background-color: #ffffff;
}
.contenedor-banner-seccion img{
    margin-bottom: 10px;
}
/*
.titulo-banner {
    font-size: 20px;
    color: #cccccc;
    text-align: center;
    width: 100%;
    font-weight: bold;
    letter-spacing: 3px;
}
*/
.titulo-banner {
    font-size: 28px;
    color: #4db848;
    text-align: center;
    width: 100%;
    /* font-weight: bold; */
    font-family: 'Open Sans Condensed', sans-serif;
}
.text-banner {
    padding-left: 17px;
    font-size: 18px;
    padding-right: 17px;
    padding-top: 10px;
    margin-bottom: 23px;
    height: 87px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
}
.banner-arrow {
    text-align: right;
    font-size: 20px;
    padding-right: 11px;
    color: #13499f;
}
/*-------------------------BANNER SECCIONES------------------------*/
.footer-menu {
    background-color: #ffffff;
    color: #ababab;
    margin-bottom: 15px;
}
.footer-menu ul {
    list-style: none;
    margin-left: -25px;
}
.footer-menu ul li {
    float: left;
    padding: 2px;
    font-size: 14px;
}
.footer-marca-blanca {
    background: #4db848 none repeat scroll 0 0;
    color: #eaeaea;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
.absoluto{
    position: absolute;
    bottom: 0;
}
.copyright{
    margin-top: 7px;
}
.legajo_footer {
    margin-top: 19px;
    float: left;
}
/*-------------------------ENCOMIENDAS------------------------*/
.tracking-box {
    background: rgba(56, 56, 56, 0.85) none repeat scroll 0 0;
    float: left;
    padding: 0px 20px 10px 20px;
    width: 100%;
    margin-bottom: 9px;
    color: #fff;
    border-radius: 4px;
}
.logo-express{
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    margin-top: 335px;
    float:right;
    border-radius: 4px;
}
.tracking-box2{
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.tracking-box h2 {
    font-size: 19px;
    color: #13499F;
    font-weight: bold;
}
.title_form{
    font-size: 14px;
    color: #13499F;
    font-weight: bold;
}
.margin-form{
    margin-top: 15px;
}

.margin-form2{
    margin-top: 5px;
}
.label-encomiendas{
    font-size: 14px;
}
.btnCotizar{
    background-color: #4db848;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    height: 37px;
    text-transform: uppercase;
}
.contenedor-buscador-encomiendas {
    background-image: url("../images/bg-encomiendas-0023.jpg");
    height: 400px;
    background-size: cover;
}
.contenedor-titulo-fondo{
    background-color: #13499f;
    width: 100%;
    padding: 3px;
    color: #ffffff;
    height: 40px;
}
.cotizador-titulo-fondo{
    background-color: #4db848;
    width: 100%;
    padding: 3px;
    color: #ffffff;
    height: 40px;
}
.contenedor-titulo{
    width: 50%;
    font-size: 25px;
    font-weight: bold;
    float: left;
}
.valor-estimado{
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding-left: 10px;
    padding-top: 2px;
    width: 100%;
}
.contenedor-valor{
    background-color: #13499f;
    width: 100%;
    padding: 3px;
    color: #ffffff;
    height: 37px;
}
@media (max-width: 991px){
    .contenedor-buscador-encomiendas{
        /* background-image: none;*/
    }
}
.repartidor {
    background-image: url("../images/repartidor.png");
    height: 450px;
    background-repeat: no-repeat;
    background-position-x: center;
}
.container-tracking {
    border: 2px solid #4db848;
    margin: 10px 0;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.titulo-seguimiento {
    background-color: #4db848;
    font-size: 18px;
    width: 100%;
    padding: 1px 20px;
    font-weight: bold;
    color: #ffffff;
}
.titulo-detalle-guia{
    background-color: #9EC232;
    font-size: 18px;
    padding: 1px 20px;
    font-weight: bold;
    color: #ffffff;
}
.select-track {
    font-size: 19px;
    height: 29px;
    text-align: center;
}
/*-------------------------SUCURSALES------------------------*/
#map {
    height: 400px;
    width: 100%;
    position: absolute;
}
.sucursales-box{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    float: left;
    padding: 20px;
    width: 100%;
    margin-top: 80px;
}
.sucursales-box h2 {
    font-size: 19px;
    color: #ffffff;
    font-weight: bold;
}
.sucursales-box .title_form {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.tituloRight {
    border-bottom: 1px solid #4db848;
    border-top: 1px solid #4db848;
    color: #4db848;
    font-size: 19px;
    margin: 7px 0 14px;
}
.detalleSucursales {
    color: #8c8c8c;
    font-size: 15px;
    list-style: outside none none;
    padding-left: 6px;
}
.bg-buscador-sucursales{
    /*
        background-color: #4db848;
        */
}
.alturaMaps{
    height: 400px;
}
/*-------------------------SUCURSALES------------------------*/
.contact-box {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    float: left;
    padding: 20px;
    width: 100%;
    margin-top: 6px;
}
.contact-box h2 {
    font-size: 19px;
    color: #13499F;
    font-weight: bold;
}
.datos-sucursal {
    color: #5c5e60;
    font-size: 14px;
    list-style: outside none none;
    padding-left: 6px;
}
.datos-sucursales-detalle{
    font-size: 16px;
    color: #5c5e60;
    padding: 8px 0;
}
.datos-sucursales-detalle i {
    font-size: 22px;
    color: #5c5e60;
    margin-right: 11px;
    float: left;
}
/*-------------------------CONTACTO------------------------*/
.contenedor-contacto {
    background-image: url("../images/bg-contacto.jpg");
    height: 450px;
}
@media (max-width: 991px){
    .contenedor-contacto{
        background-image: none;
    }
}

.cac {
    background-image: url("../images/cac.png");
    height: 450px;
    background-repeat: no-repeat;
    background-position-x: center;
}
/*-------------------------QUIENES SOMOS------------------------*/

.contenedor-quienes-somos {
    background-image: url("../images/bg-nosotros.jpg");
    height: 450px;
}
@media (max-width: 991px){
    .contenedor-quienes-somos{
        background-image: none;
    }
}
.quienes-box {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    float: left;
    padding: 20px;
    width: 100%;
    margin-top: 80px;
}
.quienes-box h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
}
.text-quienes {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
}
.text-condiciones {
    padding: 0 17px;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    margin-bottom: 28px;
}
/*-------------------------PAQUETES TUSISTICOS-------------------------- */
.contenedor-contacto {
    background-image: url("../images/bg-paquetes-turisticos.jpg");
    height: 450px;
}
@media (max-width: 991px){
    .contenedor-contacto{
        background-image: none;
    }
}

.paquetes-box {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    float: left;
    padding: 20px;
    width: 100%;
    margin-top: 2%;
    border-radius: 4px;
    height: 430px;
}
.barcos-box {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    float: left;
    padding: 20px;
    width: 100%;
    margin-top: 10%;
    border-radius: 4px;
    height: 280px;
}
.contenedor-asistencia{
    background-image: url("../images/bg-asistencia.jpg");
    height: 450px;
}
@media (max-width: 991px){
    .contenedor-asistencia{
        background-image: none;
    }
}

.txt_proximamente_ch {
    color: #ffffff;
    text-align: center;
    font-size: 40px;
}
.txt_proximamente_ch span{
    font-size: 45px;
}
.txt_proximamente_mail{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}
.txt_proximamente_viaje{
    color: #ffffff;
    text-align: center;
    font-size: 33px;
}

.contenedor-vuelos {
    background-image: url("../images/bg-aereos-0001.jpg");
    height: 450px;
    background-position-x: -571px;
}
@media (max-width: 991px){
    .contenedor-vuelos{
        background-image: none;
    }
}

.btn_azul{
    width: 100%;
    background-color: #13499f;
    height: 35px;
    color: #fff;
    text-align: center;
    float: inherit;
    margin-top: 10px;
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
}
.btn_azul a{
    color:#fff;
}
.btn_azul:hover {
    color: #fff;
    text-decoration: underline;
}

/*-------------------------PAQUETES HOTELES-------------------------- */
.contenedor-hoteles {
    background-image: url("../images/bg-hoteles-001.jpg");
    height: 450px;
}
@media (max-width: 991px){
    .contenedor-hoteles{
        background-image: none;
    }
}

.txt_proximamente_hoteles{
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    /*    font-family: 'Open Sans Condensed', sans-serif;*/
}
/*-------------------------PAQUETES CRUCEROS-------------------------- */
.contenedor-cruceros {
    background-image: url("../images/bg-cruceros.jpg");
    height: 450px;
    background-position-y: -60px;
    background-position-x: center;
}
@media (max-width: 991px){
    .contenedor-cruceros{
        background-image: none;
    }
}

.txt_proximamente_cruceros{
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    /*    font-family: 'Open Sans Condensed', sans-serif;*/
}
/*-------------------------PAQUETES CRUCEROS-------------------------- */
.contenedor-barcos {
    background-image: url("../images/bg-barcos.jpg");
    height: 450px;
}
@media (max-width: 991px){
    .contenedor-barcos{
        background-image: none;
    }
}

.txt_proximamente_barcos{
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    /*    font-family: 'Open Sans Condensed', sans-serif; */
}
.search-busqueda-boletos{
    margin-top: 25px !important;
}

.nombreOrigenLlegada{
    float: left;
    font-size: 11px;
    min-height: 49px;
    padding: 4px;
    width: 100%;
}
.fechaOrigenLlegada{
    float: left;
    font-size: 11px;
    min-height: 35px;
    padding: 4px 0;
    width: 100%;
}
.pasjeroBoletoTable{
    color: #9a999d;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 4px auto 0;
    width: 100%;
}
.marginImprimir{
    margin-top: 25px;
}
/***********************--- MEDIA ---********************************************/
@media screen
and (max-width: 1199px) {
    /*   .contenedor-vuelos {
           background-image: url("../images/bg-aereos-0001.jpg");
           height: 450px;
           background-position-x: -670px;
       }
       .contenedor-hoteles {
           background-image: url("../images/bg-hoteles-001.jpg");
           height: 450px;
           background-position-x: center;
       }
       */

    .padding-item{
        padding-right: 25px;
    }

}
@media screen
and (min-width:992px)
and (max-width:1198px){
    .padding-item{
        padding-right: 9px;
    }

}
@media screen
and (min-width:768px)
and (max-width:991px){
    .container-empresas{
        padding-top: 0px;
    }
    .logo-express{
        display: none;
    }

    .contenedor-buscador-pasajes{
        background-position: 1260px;
    }
    .cuotas_buscador {
        text-align: center;
    }

    .contenedor-buscador-encomiendas {
        background-position: -415px;
        height: 450px;
    }
    .padding-item {
        width: 33%;
        padding-left: 48px;
    }
    .padding-item-ultimo {
        padding-left: 48px;
    }
    /*    .contenedor-vuelos {
            background-image: url("../images/bg-aereos-0001.jpg");
            height: 450px;
            background-position-x: -970px;
        }
        */

}/*
@media screen
and (max-width: 991px) {

}
*/
@media screen
and (max-width: 767px) {
    .contenedor-buscador-pasajes{
        background-position: 1000px;
    }
    .logo-express{
        display: none;
    }
    #map {
        height: 400px;
        width: 100%;
        position: relative;
    }
    .sucursales-box {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        float: left;
        padding: 20px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .alturaMaps{
        height: 0px;
    }
    .padding-logo {
        background-color: #ffffff;
        padding: 18px 0;
        text-align: center;
    }
    .search-box {
        margin-top: 31px !important;
    }
    .search-box h2 {
        font-size: 18px !important;
    }
    .cont-imprimir {
        width: 138px;
    }
    .cuotas_buscador {
        text-align: center;
    }
    .contenedor-buscador-encomiendas {
        background-position: -210px;
        background: none;
    }
    .txt_proximamente_viaje{
        color: #ffffff;
        text-align: center;
        font-size: 33px;
        font-family: 'Open Sans Condensed', sans-serif;
    }
    .padding-item{
        width: 100%;
    }

}
@media screen
and (max-width: 480px) {
    .contenedor-titulo {
        width: 90%;
    }
    .logo-express{
        display: none;
    }
    .contenedor-buscador-pasajes{
        background-position: 840px;
    }
    .contenedor-buscador-encomiendas {
        background-position: -253px;
    }
    .txt_proximamente_ch {
        color: #ffffff;
        text-align: center;
        font-size: 30px;
        font-family: 'Open Sans Condensed', sans-serif;
    }
    .txt_proximamente_viaje{
        color: #ffffff;
        text-align: center;
        font-size: 25px;
        font-family: 'Open Sans Condensed', sans-serif;
    }
    .contenedor-hoteles {
        background-image: url("../images/bg-hoteles-001-ch.jpg");
        height: 450px;
        background-position-x: center;
    }
    .txt_proximamente_barcos{
        color: #ffffff;
        text-align: center;
        font-size: 29px;
        font-family: 'Open Sans Condensed', sans-serif;
    }
}
@media screen
and (max-width: 320px) {

}
.buscador-ola .ola-form{
    width: 100%;
    background: none !important;
    /* border-radius: 5px; */
    padding: 0px 0px 15px;
    margin-top: -8px;
    color: #fff;
    height: 250px;
    min-width: 225px;
    max-width: 600px;
}
#ola_mb_buscador{
    width: 585px !important;
    max-width: 600px;
}
.ola-form h2 {
    padding: 0px;
    margin: 0px;
    font-size: 25px !important;
    margin-bottom: 2px !important;
    font-family: "Lato" !important;
    font-weight: normal !important;
    padding-bottom: 4px;
    border-bottom: 1px dotted #fff;
}
.resultado-ola{
    width: 1100px !important;
    max-width: 1100px !important;
}
@media screen
and (max-width: 767px) {
    #ola_mb_buscador {
        width: 400px !important;
    }
    .resultado-ola{
        width: 500px !important;
        max-width: 1100px !important;
    }
}
@media screen
and (max-width: 480px) {
    #ola_mb_buscador {
        width: 250px !important;
    }
    .resultado-ola{
        width: 250px !important;
        max-width: 1100px !important;
    }
}