html,
body {
    height: 100%;

}

@font-face{
    font-family: 'Gotham-Light';
    src:url('fonts/Gotham-Light.ttf') format('truetype'),
        url(fonts/Gotham-Light.otf) format("opentype");
    font-weight: normal;
    font-style:normal
}

@font-face{
    font-family: 'Gotham-Bold';
    src:url('fonts/GothamRoundedMedium.ttf') format('truetype'),
        url(fonts/Gotham-Bold.otf) format("opentype");
    font-weight: bold;
    font-style: normal
}

body {

    background-color: #f5f5f5;
    font-family: "Gotham-Light",Arial,Helvetica,sans-serif;

}

.galeria-list #w0 img, .galeria-list #w1 img, .galeria-list #w2 img, .galeria-list #w3 img, .galeria-list #w4 img, #barcoFichaTecnica #w0 img{
    display: none;
}

h2{
    font-size: 1.6667em;
    line-height: 1.25em;
}
h1,h2{
    font-family: "Gotham-Bold",Arial,Helvetica,sans-serif;
}


/**************************
******** PRELOADER ********
**************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 9999; /* makes sure it stays on top */
}
#status {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0%; /* centers the loading animation horizontally one the screen */
    top: 25%; /* centers the loading animation vertically one the screen */

    /*margin: -100px 0 0 -100px; */ /* is width and height divided by two */
}

#status .panel-body{
    background: #fff;
    border-radius: 12px;
}

#status .panel {
    box-shadow: none;
    border: none;
    background: transparent;
}

#status .cuadroPreload .panel{
    border-radius: 10px;
    max-width: 250px;
    min-width: 250px;
    margin-left: 20%;
}

@media (max-width: 801px) {
    #status .cuadroPreload .panel{
        margin-left: 30%;
    }
}

@media (max-width: 401px) {
    #status .cuadroPreload .panel{
        margin-left: 14%;
    }
}

#status .imgPreload{
    padding-right:-5px;
}
#status .imgLogo{
    padding-right: 0px;
    padding-left:10px !important;
    width: 220px;
}

.spinner {
    margin: 20px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #0073ba;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.navbar-inverse img{
    max-height: 50px;
    margin-top: 12px;
}


#navbar{
    background: #fff;
}

.navbar{
    min-height: 40px;
    border:none;
    border-radius: 0px;
}

.navbar-principal {
    margin: 0;
    height: 40px;
    background-color: #00366f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-menu {
    margin: 0;
    border-radius: 0px;
}

.navbar-brand, .logo-folleto img{
    padding: 8px 15px;
}

#navbar-telefonos .row{
    margin: 0px !important;
}

.navbar .nro0800{
    margin-top: 10px;
    max-height: 40px;
    float: right;
    padding-right: 2%;
}

.navbar .whatsapp{
    margin-right: 20px;
}

.navbar .whatsapp i{
    font-size: 16px;
}

@media (max-width: 360px) {
    .navbar .nro0800{
        padding-right: 2px;
    }
    .navbar .whatsapp{
        margin-right: 10px;
    }
}

.navbar-principal a{
    color: #fff;
}

#navbar-telefonos .row{
    margin: 0px !important;
}

.nro0800 .icons{
    background: none;
    height: 2rem;
    vertical-align: middle;
    margin-top: -2px;
}

.nro0800 a{
    color: #fff;
}

.navbar-nav {
    margin-top: 34px;
}

.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.wrap-affix{
    padding-top: 80px;
}

.wrap-affix.home{
    padding-top: 0px !important;
}

.navbar-fixed-top{
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    background:rgba(0, 54, 111,0.8) !important;
}

.navbar-inverse{background-color: #00366f;}
.separador{
    height: 10px;
}

@media (min-width: 768px) {
    #navbar.transparent .navbar-inverse{background:linear-gradient(rgba(0, 54, 111,1),rgba(0, 54, 111,0.8));display:block;align-items:center;height:80px;position:absolute;text-align:center;z-index:9999;transition:all 500ms ease-out;width:100%;}
    #navbar.transparent .navbar-inverse{background:rgba(0,0,0,0.5);background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));}
    #navbar.transparent .navbar-inverse:hover{background:rgba(0,0,0,0.66);}
    .separador{ height: 0px;}
}


.navbar-inverse .navbar-nav > .active > a{
    background: none;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: #2489b8;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #2489b8;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    transition:all 500ms ease-out
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.navbar-nav {
    padding-top: 0px !important;
}

.navbar-header{
    height: 80px;
}

@media (max-width: 768px) {
    .navbar-collapse{
        background-color: #0061a5;
    }

    .navbar-collapse .navbar-nav {
        margin-top: 0px;
    }
}

.navbar-inverse .navbar-toggle .menu-bar{
    color: #fff;
}
.navbar-inverse .navbar-toggle{
    border-color: #fff;
    margin-top: 20px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #0061a5;
}


section{
    padding-top: 30px;
    padding-bottom: 30px;

}

section#banner{
    border-top: none;
    position: relative;
}

@media (max-width: 768px) {
    section#banner{
        /*visibility: hidden;
        display: none;*/
    }
}

section#banner > .mcs_cruceros_buscador{
    position: absolute;
    left: 8%;
    top: 100px;
    width: 320px;
}

.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
}

.no-padding-right{
    padding-right: 0px !important;
}
.no-padding-left{
    padding-left: 0px !important;
}

@media (min-width: 768px) {
    .no-padding-right-md{
        padding-right: 0px;
    }
    .no-padding-left-md{
        padding-left: 0px;
    }
}

.padding-left-12{
    padding-left: 12px;
}

.padding-right-25{
    padding-right: 25px;
}

.padding-left-0{
    padding-left: 0px;
}

/*Section Home_box_3*/
.home_box_3{
    padding-bottom: 0px;
}

.home_box_3 .cuadro, .home_box_2 .cuadro, .home_box_4 .cuadro{
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,54,111,0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,54,111,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,54,111,0.5);
    margin-bottom: 20px;
}

.home_box_3 .img img, .home_box_2 .img img , .home_box_4 .img img{
    width: 100%;
}

.home_box_2 .titulo{
    top: 10%;
}

.home_box_4 .titulo{
    top: 10%;
}

.home_box_3 .titulo{
    top: 10%;

}

.home_box_3 .titulo, .home_box_2 .titulo, .home_box_4 .titulo{
    position: absolute;
    left:0;
    width: 100%;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.home_box_3 .titulo h2, .home_box_2 .titulo h2, .home_box_4 .titulo h2{
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 0px 0px 6px #000;
}

.home_box_3 .titulo h3, .home_box_2 .titulo h3, .home_box_4 .titulo h3{
    font-weight: bold;
    text-shadow: 0px 0px 6px #000;
}

.home_box_3 h2.precio, .home_box_2 h2.precio, .home_box_4 h2.precio{
    font-size: 3.6rem;
}

.home_box_3 .boton, .home_box_2 .boton, .home_box_4 .boton{
    position: absolute;
    left:0;
    width: 100%;
    color: #fff;
}

.home_box_3 .boton{
    top: 60%;
}

.home_box_2 .boton{
    bottom: 20%;
}

.home_box_4 .boton{
    bottom: 20%;
}

.home_box_3 .fecha, .home_box_3 .precio{

}

.btn-border-white, .btn-border-white:hover{
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;    
    font-size: 3rem;
    border-radius: 0px;
    padding: 6px 40px;
    background: rgba(0, 54, 111,.5);
}

.home_box_2 .titulo h2.fecha{
    font-size: 4rem;
    font-weight: normal;
    text-shadow: 3px 3px 1px #00366f;
}

.home_box_4 .titulo h2.fecha{
    font-size: 4rem;
    font-weight: normal;
    text-shadow: 3px 3px 1px #00366f;
}

@media (max-width: 768px) {
    .home_box_3 .titulo {
        top: 5% !important;
    }

    .home_box_3 .titulo h2{
        font-size: 3rem;
    }

    .home_box_2 .titulo h2{
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home_box_4 .titulo h2{
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .btn-border-white, .btn-border-white:hover{
        font-size: 2rem;
        padding: 6px 10px 3px 10px !important;
        line-height: 1.229 !important;
    }

    .home_box_2 .titulo h2.fecha{
        font-size: 2rem;
    }

    .home_box_2 .boton{
        bottom: 15%;
    }

    .home_box_4 .titulo h2.fecha{
        font-size: 2rem;
    }

    .home_box_4 .boton{
        bottom: 15% !important;
    }

    .home_box_3 .boton{
        bottom: 15% !important;
    }

    .home_box_3 .titulo h3, .home_box_2 .titulo h3, .home_box_4 .titulo h3, .home_box_3 .titulo h4, .home_box_2 .titulo h4, .home_box_4 .titulo h4 {
        font-weight: bold;
        text-shadow: 0px 0px 6px #000;
    }

}





section#promos{
    padding-top: 0px;
}

#promos .promoCuadro{
    padding-left: 10px;
    padding-right: 10px;
}

#promos .promoCuadro .imagenPreview{
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;

}

#promos .thumbnail{
    padding: 0px;    
}

#promos .promoCuadro .imagenPreview .imagen{
    position: absolute;
    width: 100%;
    height: 240px;
    top:0;
    left:0px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

#promos .promoCuadro:hover .imagenPreview .imagen { transition: all .1s ease-in-out; transform: scale(1.2); }

#promos .lupa{
    position: absolute;
    width: 100%;
    height: 240px;
    top: 0;
    left: 0;
    color: #0073ba;
    display: none;
    padding: 45%;
    font-size: 30px;
}

#promos .promoCuadro:hover .imagenPreview .lupa {
    display: block !important;
    background: rgba(255,255,255,.5);
    cursor: pointer;
}



#promos .promoCuadro .iconos{
    position: absolute;
    top: 5px;
    left: 5px;
}

#promos .promoCuadro .iconos li{
    margin-bottom: 4px;
    background: #B3CE52;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 20px;
    text-align: center;
}

#promos .promoCuadro .lineaLogo{
    position: absolute;
    top: 5px;
    right: -8px;
    width: 70%;
    background: rgba(255,255,255,.8);
    padding: 4px;
}

#promos .promoCuadro.AZA .lineaLogo, #promos .promoCuadro.NCL .lineaLogo{
    background: rgba(2, 19, 89, .9);
}

#promos .promoCuadro .lineaLogo > img{
    display: block;
    width: 95%;
    height: auto;

}

#promos .promoCuadro .beneficios{
    position: absolute;
    top: 175px;
    right: 5px;
    width: 95%;
    text-align: right;
}

#promos  .thumbnail .caption{
    background-color: #fff;
    font-size: 12px;
    height: 114px;
    padding-top: 10px;
    padding-bottom: 0px;
}

#promos .form-inline{
    margin-top: 28px;
}
#promos .form-inline .order{
    margin-top:-2px;
}

#promos-por-destinos #promos .thumbnail .caption{
    height: 136px !important;
}
#promos-por-destinos #promos .thumbnail .caption.verde{
    height: 110px !important;
}

#promos .promoCuadro .caption .row{
    margin-bottom: 8px;
}

#promos .thumbnail .titulo{
    font-size: 16px;
}

#promos .imagenPreview .titulo{
    position: absolute;
    width: 100%;
    height: 50px;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 54, 111,.8);
    color: #fff;
    text-align: center;
    padding: 2px;

}

#promos .caption.verde{
    background-color: #a9cf46;
    height: 80px;
    padding-top: 10px;
    color: #333;
}
#promos .caption.verde div{

    color: #333;
}
#promos .caption.verde .btn{
    margin-top: 18px;
}

#promos .caption.verde .promoPrecio{
    margin-top: 8px;
    font-weight: bold;
}

/*PROMOS CUADRO LARGO*/
#promos .promosListado{
    padding: 0px;
}
#promos .promoCuadroLargo{
    padding: 10px;
    background-color: #ddd;
}

#promos .promoCuadroLargo .imagenPreview{
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}


#promos .promoCuadroLargo .imagenPreview .imagen{
    position: absolute;
    width: 100%;
    min-height: 150px;
    max-width: 180px;
    top:0;
    left:0px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    border-radius: 10px;
}


#promos .promoCuadroLargo .lineaLogo{
    position: absolute;
    top: 5px;
    right: -8px;
    width: 70%;
    background: rgba(255,255,255,.8);
    padding: 4px;
    max-width: 150px;

}

#promos .promoCuadroLargo.AZA .lineaLogo, #promos .promoCuadroLargo.NCL .lineaLogo{
    background: rgba(2, 19, 89, .9);
}

#promos .promoCuadroLargo .lineaLogo > img{
    display: block;
    width: 95%;
    height: auto;

}

#promos .promoCuadroLargo .titulo{
    height: 28px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}

#promos .promoCuadroLargo .descripciones{
    font-size: 12px;
    line-height: 20px;
}
#promos .promoCuadroLargo .descripciones h4, #promos .promoCuadroLargo .divIncluye h4{
    font-size: 16px;
    margin-bottom: 6px;
}

#promos .promoCuadroLargo .itinerario p{
    display: inline;
}

#promos .promoCuadroLargo .cuadroPrecio{
    margin-top: 20px;
}


#promos .promoCuadroLargo .titulo-nuevo{
    height: 28px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

#promos .promoCuadroLargo a:hover, #promos .promoCuadroLargo a{
    color: #0073ba;
}
#promos .promoCuadroLargo .btn:hover, #promos .promoCuadroLargo .btn{
    color: #fff;
}

@media (min-width: 768px) {
    #promos .promoCuadroLargo .vermas{
        margin-top: -14px;
    }
}

#promos .promoCuadroLargo .beneficios{
    position: absolute;
    top: 0px;
    right: 5px;
    width: 100%;
    text-align: right;
}

#promos .promoCuadroLargo .beneficios.beneficiosmayorcantidad{
    position: absolute;
    top: 0px;
    right: 5px;
    width: 50%;
    text-align: right;
}

#promos .promoCuadroLargo .beneficios.beneficiosmayorcantidad img{
    max-width: 45px;
}

#promos .promoCuadroLargo .beneficios img{
    max-width: 55px;
}

#promos .promoCuadroLargo .caption.azul{
    background-color: #0073ba;
    font-size: 12px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
}

#promos .caption.azul .promoPrecio{
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}




.tablaBonificaciones{
    width: 100%;
    margin-top: 5px;
}

.tablaBonificaciones th{
    background-color: #0073ba;
    color: #fff;
}

.tablaBonificaciones td:nth-child(1) {
    background-color: #eee;
    border-top: 5px solid #ddd;
    color: #0073ba;
}

.tablaBonificaciones td:nth-child(2) {
    background-color: #EBC330;
    border-top: 5px solid #ddd;
    color: #0073ba;
    font-weight: bold;
}
.tablaBonificaciones td{
    font-size: 12px;
}

#banner{
    padding: 0px;
}

#banner .carousel-caption{
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
}

#banner .bannerImagen{

    background-size: auto auto;
}

@media (max-width: 768px) {
    #banner .bannerImagen{
        min-height: 400px;
    }
}
@media (max-width: 450px) {
    #banner .bannerImagen{
        min-height: 200px;
    }
}


#banner .carousel-caption {
    color: none;
    text-align: center;
    text-shadow: none;
}

#banner .carousel-control{
    top:45%;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0,0,0,.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    margin: 10px;
}

@media (max-width: 768px) {
    .carousel-control{
        display: none;
    }
}

.carousel-control:hover{
    opacity: 1;
}

#banner .carousel-caption .cuadro{
    position: absolute;
    top:30px;
    right: 8%;
    min-height: 360px;
    width: 320px;
    background-color: rgba(2, 19, 89, .5);
    padding: 20px 20px;
}

#banner .carousel-caption .cuadro .lineaLogo{

}

#banner .carousel-caption .cuadro .destino{
    color: #FAC100;
}

#banner .carousel-caption .cuadro .fechaDuracion{
    color: #fff;
}

#banner .carousel-caption .cuadro .precio{

    background-color: #FAC100;
    padding: 2px 0;
    margin-top: 20px;
    color: #000209;
}

#banner .carousel-caption .cuadro .beneficios{
    position: absolute;
    top:0;
    left:-55px;
}

#banner .carousel-caption .cuadro .precio h3{
    margin-top: 2px;
    color: #000209;
    font-size: 30px;
    font-weight: bold;
}

#banner .carousel-caption .cuadro .btn{
    font-size: 24px;
    font-weight: bold;
}

#banner .carousel-caption .cuadro .vermas{
    margin-top: 20px;

}

#banner .carousel-caption .cuadro.CEL{
    background-color: rgba(255, 255, 255, .6);
}

#banner .carousel-caption .cuadro.CEL .destino{
    color: #023471;
}

#banner .carousel-caption .cuadro.CEL h4.fechaDuracion{
    color:#626667 !important;
}

#banner .carousel-caption .cuadro.CEL .precio{

    background-color: #01ADDD;
    padding: 2px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
}

#banner .carousel-caption .cuadro.CEL .precio h3{
    margin-top: 2px;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
}

#banner .carousel-caption .cuadro.CEL .btn{
    font-size: 24px;
    font-weight: bold;
}

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

.div-sabias-que {
    min-height: 150px;
}

#sabias-que .panel{
    margin-top: 20px;
    background: #15305d;
    border: none;
}
#sabias-que .carousel-caption{
    position: absolute;
    height: 100%;
    width: 100%;
    left:0%;
    padding: 30px 20px;
}

#sabias-que .imgSabiasQue{
    padding-top: 10px;
    border-right: 1px solid #0d1f3e;
    height: 130px;
    margin: 10px 0;
}



#sabias-que .carousel-control{
    margin: 0px;
    margin-top: 10px;
    font-size: 40px;
    font-weight: 100;
    line-height: 28px;
    height: 34px;
    width: 34px;
}


#sabias-que .carousel-caption p.titulo{
    font-weight: bold;
    margin: 0 0 5px;
}

#sabias-que .carousel-caption p.descripcion{
    width: 100%; 
    height: 60px; 
    overflow: hidden;
    margin: 0 0 5px;
}

#sabias-que .carousel-caption .imagenPreview{
    height: 130px; 
    overflow: hidden;
    padding-top: 10px;
}

#sabias-que .carousel-caption .imagenPreview img{
    max-height: 130px; 
    max-width: 270px;
}

.modal-body img{
    max-width: 100%;
    margin-bottom: 20px;
}

.modal-content h2{
    color: #0073ba;
}


.tituloSeccion{
    margin-bottom: 10px;
    color: #0073ba;
}
.no-margin-top{
    margin-top: 0px;
}
#formasPagos{
    background: #fff;
    padding-bottom: 20px;

}
#formasPagos .well{
    border-radius: 0px;
}

#formasPagos .thumbnail{
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 140px;
    padding: 10px 0;
}

#formasPagos .thumbnail .titulo{
    margin-top: 10px;
}


#consejos-puertos-sabias-que{
    background: url('../img/global-map.jpg') no-repeat 50% 50%;
    padding: 20px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto auto;
    overflow: hidden;
}

#consejos-puertos{
    color: white;
}

#suscribite{
    background: #0073ba;
    color: white;
    padding: 20px;
}

#suscribite h4{
    font-size: 22px;
    text-transform: uppercase;
}

#suscribite .form-inline {
    margin-top: 4px;
}



footer.footer{
    min-height: 270px;
    background-color: #061556;
    padding: 20px 0 0 0;
}

footer.footer ol, footer.footer ul {
    list-style: none;
    padding-top: 10px;
    padding-left: 0px;
}

footer.footer li {
    text-align: left;
    padding: 0 0 2px 0;
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 12px;
}

footer.footer h2{
    color: #BFD2FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

footer.footer .footer-logos > div{
    padding: 20px;
}

footer.footer a{
    color: #fff;
}

footer.footer .icons-redes li {
    display: inline-block;
    margin: 1rem 0.25rem;
    vertical-align: middle;
    width: 5rem;
}

footer.footer .icons-redes img {
    height: 5rem;
    max-height: 5rem;
}

footer.footer #logo_footer {
    max-height: 10rem;
}

#copyright{
    background-color: #f5f5f5;
    border-top: 1px solid #eaeaea;
    padding: 15px 0;
    color: #0073ba;
}


/*==================================================
MAPA
====================================================*/
#mapa{
    padding-top: 30px;
}
#mapa_wrapper{
    position: relative;

}
#map{
    background-image: url('../img/map-word-blue.png');
    height: 575px;
    margin: 0 0 0 30px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
}
#alaska_icon{
    position: absolute;
    top: 190px;
    left: 65px;
}
#costa_del_pacifico_icon{
    position: absolute;
    top: 270px;
    left: 100px;
}
#hawai__icon{
    position: absolute;
    top: 330px;
    left: 70px;
}
#riviera_mexicana_icon{
    position: absolute;
    top: 350px;
    left: 145px;
}
#islas_galapagos_icon{
    position: absolute;
    top: 394px;
    left: 163px;
}
#reposicionamiento_icon{
    position: absolute;
    top: 500px;
    left: 100px;
}
#canada___new_england_icon{
    position: absolute;
    top: 252px;
    left: 285px;
}
#bermudas_icon{
    position: absolute;
    top: 290px;
    left: 285px;
}
#bahamas_icon{
    position: absolute;
    top: 325px;
    left: 248px;
}
#caribe_icon{
    position: absolute;
    top: 330px;
    left: 310px;
}
#canal_de_panama_icon{
    position: absolute;
    top: 363px;
    left: 249px;
}
#brasil_y_patagonia_icon{
    position: absolute;
    top: 450px;
    left: 295px;
}
#islas_canarias_icon{
    position: absolute;
    top: 300px;
    left: 380px;
}
#transatlantico_icon{
    position: absolute;
    top: 400px;
    left: 400px;
}
#europa_icon{
    position: absolute;
    top: 240px;
    left: 480px;
}
#africa_icon{
    position: absolute;
    top: 440px;
    left: 500px;
}
#rusia_icon{
    position: absolute;
    top: 170px;
    left: 600px;
}
#asia_icon{
    position: absolute;
    top: 290px;
    left: 660px;
}
#dubai_y_emiratos_arabes_icon{
    position: absolute;
    top: 330px;
    left: 545px;
}
#oceano_indico_mauricio_icon{
    position: absolute;
    top: 360px;
    left: 620px;
}
#lejano_oriente_icon{
    position: absolute;
    top: 290px;
    left: 735px;
}
#australia_e_islas_del_pacifico_icon{
    position: absolute;
    top: 450px;
    left: 750px;
}

#vuelta_al_mundo_icon,#rios_por_asia_icon,#patagonia_y_antartida_icon,#rios_por_europa_icon,#rios_por_rusia_icon,#rios_por_africa_icon{
    position: absolute;
    top: 0px;
    left: 0px;
}

.promocion-search {
    background: #fff;
    padding: 10px 0px;
}

.promocion-search .titulos{
    padding: 10px 0px 0px 20px;
}

.promocion-search .titulos h4{
    margin-top: 10px;
    margin-bottom: 0px;
}

.promocion-search .titulos .btn{
    margin-right: 20px;
    line-height: 1.4;

}

.promocion-search .nav-pills li{
    margin-bottom: 1px;
    background: #f5f5f5;
    padding: 0px;
    margin: 5px 20px;
}

.promocion-search .nav-pills li.active {
    background: #6dace6 !important;
    border-radius: 0px;
}

.nav-pills > li > a {
    border-radius: 0px;
}



.site-contact .form-group {
    padding-right: 20px;
    margin-bottom: 10px;
}

.site-contact-flotante{
    background: #f5f5f5;
    border: 1px solid #FF6300;
    padding: 20px;
}

.site-contact-flotante .panel{
    background: #f5f5f5;
    border: none;
}

.site-contact h3 {
    font-weight: normal;
    color: #666;
}

.barcoCuadroRow{
    margin-left: 20px;
    margin-right: 20px;
}
.barcoCuadro{
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 1px #eee;
}

.barcoCuadro .imagenPreview{
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;

}

.barcoCuadro.thumbnail{
    padding: 0px;    
}

.barcoCuadro.thumbnail .caption{
    padding: 10px 2px 2px 2px;    
}
.barcoCuadro .imagenPreview .imagen{
    position: absolute;
    width: 100%;
    height: 200px;
    top:0;
    left:0px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.barcoCuadro:hover .imagenPreview .imagen { transition: all .1s ease-in-out; transform: scale(1.2); }

.barcoCuadro .lupa{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #0073ba;
    display: none;
    padding: 35% 45%;
    font-size: 30px;
}

.barcoCuadro:hover .imagenPreview .lupa {
    display: block !important;
    background: rgba(255,255,255,.5);
    cursor: pointer;
}

.barcoCuadro .caption{
    background: #0073ba;
}

.barcoCuadro .caption a{
    color: white;
}
.linea-index.conBg{
    background-repeat: no-repeat !important;
    padding-top: 100px;
    position: relative;
    background-size: 100% !important;
}

.linea-index.conBg .nombreSeccion{
    position: absolute;
    top:50px;
    right: 8%;
    min-width: 50px;
    min-height: 50px;
    background: rgba(255,255,255,.9);
    padding: 20px;
}

.linea-index.conBg .promo{
    min-height: 200px;
    margin-bottom: 100px;
}

.linea-index.conBg .promo .marco{
    color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 2px #000;
    background-color: rgba(0, 0, 0, .5) !important;
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.linea-index.conBg h1{
    margin: 0px;
}


.linea-index .logo{
    margin-top: -16px;
}

.linea-index .panel-heading{
    background: #0073ba;
    border: none;
}

.linea-index .panel-heading h2{
    font-size: 2em;
    line-height: 0.5em;
    margin-top: 10px;
}

.linea-index .panel-heading a{
    color: #fff;
}

.lineaCuadro{
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 1px #eee;
}

.btn-blue-dark{
    margin-top: 20px;
    background: #0073ba;
}

.lineaCuadro .imagenPreview{
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;

}

.lineaCuadro.thumbnail{
    padding: 0px;    
}

.lineaCuadro.thumbnail .caption{
    padding: 10px 2px 2px 2px;    
}
.lineaCuadro .imagenPreview .imagen{
    position: absolute;
    width: 96%;
    height: 140px;
    top: 20%;
    left: 2%;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center center;

}

.lineaCuadro:hover .imagenPreview .imagen { transition: all .1s ease-in-out; transform: scale(1.2); }

.lineaCuadro .lupa{
    position: absolute;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    color: #0073ba;
    display: none;
    padding: 20% 45%;
    font-size: 30px;
}

.lineaCuadro:hover .imagenPreview .lupa {
    display: block !important;
    background: rgba(255,255,255,.5);
    cursor: pointer;
}

.lineaCuadro .caption{
    background: #0073ba;
}

.lineaCuadro .caption a{
    color: white;
}


.puertoCuadro{
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 1px 1px 1px #eee;
}

.puertoCuadro .imagenPreview{
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;

}
.puertoCuadro .imagenPreview .nombre{
    position: absolute;
    width: 100%;
    height: 30px;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 54, 111,.8);
    color: #fff;
    text-align: center;
    padding: 4px 2px 2px 2px;
    font-weight: bold;
}

.puertoCuadro.thumbnail{
    padding: 0px;    
}

.puertoCuadro.thumbnail .caption{
    padding: 2px 2px 2px -2px;
    font-size: 13px;
    max-height: 160px;
}
.puertoCuadro .imagenPreview .imagen{
    position: absolute;
    width: 100%;
    height: 180px;
    top:0;
    left:0px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center center;
    -webkit-transform: scale(1.22);
    -moz-transform: scale(1.22);
    -ms-transform: scale(1.22);
    -o-transform: scale(1.22);
    transform: scale(1.22);
}

.puertoCuadro:hover .imagenPreview .imagenX { transition: all .1s ease-in-out; transform: scale(1.2); }

.puertoCuadro .lupa{
    position: absolute;
    width: 100%;
    height: 170px;
    top: 0;
    left: 0;
    color: #0073ba;
    display: none;
    padding: 35% 45%;
    font-size: 30px;
}

.puertoCuadro:hover .imagenPreview .lupa {
    display: block !important;
    background: rgba(255,255,255,.5);
    cursor: pointer;
}

.puertoCuadro .caption{
    background: #fff;
}

#promocion-view{
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: relative;
    padding-top: 360px;
}

@media (max-width: 767px) {
    #promocion-view{
        padding-top: 440px;
    }
}

#promocion-view > .lineaLogo{
    position: absolute;
    top:30px;
    left: 8%;
    min-height: 50px;
    width: 260px;
    background-color: rgba(2, 19, 89, .9);
    padding: 10px;
}

#promocion-view > .precio{
    position: absolute;
    top:120px;
    left: 8%;
    min-height: 100px;
    width: 260px;
    background-color: rgba(2, 19, 89, .9);
    padding: 10px;
    color: white;
    text-align: center;
}

#promocion-view > .precio h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

#promocion-view > .precio .btnConsultar{
    margin-top: 15px;
}

#promocion-view .jumbotron.formasPagosNavieras {
    background: #0073ba;
    color: white;
    padding: 20px 10%;
}

#promocion-view .modal-title{
    color: #333;
    text-align: left;
}

#promocion-view .jumbotron.formasPagosNavieras a{
    color: white;
}

#promocion-view > .titulo{
    position: absolute;
    top:300px;
    left: 0px;
    min-height: 50px;
    width: 100%;
    background-color: rgba(2, 19, 89, .9);
    padding: 10px 30px;
    text-align: center;
    color: white;
}

@media (max-width: 767px) {
    #promocion-view > .titulo h2{
        font-size: 1.3em;
    }

    #promocion-view > .titulo{
        top:370px;
    }
}

#promocion-view.CEL > .lineaLogo, #promocion-view.CEL > .precio, #promocion-view.CEL > .titulo{
    background-color: rgba(255, 255, 255, .9) !important;
    color: #0073ba;
}

#promocion-view.PUL > .lineaLogo, #promocion-view.PUL > .precio, #promocion-view.PUL > .titulo{
    background-color: rgba(255, 255, 255, .9) !important;
    color: #0073ba;
}

#promocion-view.MSC > .lineaLogo, #promocion-view.MSC > .precio, #promocion-view.MSC > .titulo{
    background-color: rgba(255, 255, 255, .9) !important;
    color: #0073ba;
}

#promocion-view.COS > .lineaLogo, #promocion-view.COS > .precio, #promocion-view.COS > .titulo{
    background-color: rgba(255, 255, 255, .9) !important;
    color: #0073ba;
}

#promocion-view.PRI > .lineaLogo, #promocion-view.PRI > .precio, #promocion-view.PRI > .titulo{
    background-color: rgba(255, 255, 255, 1) !important;
    color: #0073ba;
}

#promocion-view > .titulo h2{
    margin: 0px;
}

#promocion-view .container{

}

#promocion-view .jumbotron.precio, #divDesglose .jumbotron.precio{
    padding: 10px 10px;
}

#promocion-view .jumbotron.precio h3, #divDesglose .jumbotron.precio h3{
    margin-top: 10px;
    color: #0073ba;
}

#promocion-view .jumbotron.precio .btnConsultar{
    margin-top: 15px;
}

#promocion-view .container h2, #divDesglose .jumbotron.precio h2, #divDesglose .jumbotron.precio h4{
    color: #0073ba;
}

#promocion-view .jumbotron{
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100px;
}

@media (max-width: 768px) {
    #promocion-view .jumbotron{
        margin-top: 6px;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 40px;
    }
}

#promocion-view .jumbotron h2, #divDesglose .jumbotron h2{
    margin-top: 10px;
}

#promocion-view .jumbotron p, #divDesglose .jumbotron p{
    font-size: 14px;
}

#promocion-view .promoPrecio{
    font-weight: bold;
    font-size: 30px;
}

#promocion-view .well.incluye{
    padding: 10px;
    margin-bottom: 5px;
}

#promocion-view .beneficios{
    position: absolute;
    top:0;
    right: -145px;
    width: 140px;
    height: 150px;
}

#promocion-view .beneficios.beneficiosmayorcantidad{
    position: absolute;
    top:0;
    right: -125px;
    width: 120px;
    height: 150px;
}

#promocion-view .beneficios img{
    margin-bottom: 5px;
}

#promocion-view .beneficios.beneficiosmayorcantidad img{
    margin-bottom: 5px;
    width: 50px;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.tab-content {

}

.tab-pane {
    padding: 15px 30px;
    border:1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}

#barcoFichaTecnica .panel-body{
    padding: 0px;
}

#barcoFichaTecnica .panel-heading{
    background: #337ab7;
    color:white;
}
#barcoFichaTecnica .list-group-item.item2{
    background: #f5f5f5;
}

#barcoFichaTecnica .list-group-item{
    min-height: 20px;
    border: none;
}

.margin-20px{
    margin: 20px;
}

.padding-35px{
    padding: 0px 35px;
}

.padding-top-35px{
    padding-top: 35px;
}


#barcoFichaTecnica .list-group {
    padding: 0;
    margin: 0px;
    border: none;
}

#barcoFichaTecnica #tabBarcoVideo{
    height: 620px;
}

#tabBarcoCubiertasDetalle{
    padding: 20px;
}

.bgLineaAZA{
    background-color: rgba(255, 255, 255, .9) !important;

    color: #0073ba;
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bgLineaNCL{
    background-color: rgba(2, 19, 89, .9) !important;
    color: #0073ba;
    min-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bgLineaRCC, .bgLineaCOS, .bgLineaPUL{
    background-color: rgba(255, 255, 255,.9) !important;
    color: #0073ba;
    padding-top: 10px;
    padding-bottom: 10px;

}

.margin-auto{
    margin: auto !important;
}


.estrellas{
    color: #FF8F00;

    font-size: 24px;
    display: inline;
}

.estrellas.padding-left{
    padding-left: 25px;
}

#promos-hoteles .promoCuadro{
    padding-left: 10px;
    padding-right: 10px;
}

#promos-hoteles .promoCuadro .imagenPreview{
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;

}

#promos-hoteles .thumbnail{
    padding: 0px;    
}

#promos-hoteles .promoCuadro .imagenPreview .imagen{
    position: absolute;
    width: 100%;
    height: 240px;
    top:0;
    left:0px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

#promos-hoteles .promoCuadro:hover .imagenPreview .imagen { transition: all .1s ease-in-out; transform: scale(1.2); }

#promos-hoteles .lupa{
    position: absolute;
    width: 100%;
    height: 240px;
    top: 0;
    left: 0;
    color: #0073ba;
    display: none;
    padding: 45%;
    font-size: 30px;
}

#promos-hoteles .promoCuadro:hover .imagenPreview .lupa {
    display: block !important;
    background: rgba(255,255,255,.5);
    cursor: pointer;
}



#promos-hoteles .promoCuadro .iconos{
    position: absolute;
    top: 5px;
    left: 5px;
}

#promos-hoteles .promoCuadro .iconos li{
    margin-bottom: 4px;
    background: #FF6300;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 20px;
    text-align: center;
}

#promos-hoteles .promoCuadro .lineaLogo{
    position: absolute;
    top: 5px;
    right: -8px;
    width: 70%;
    background: rgba(255,255,255,.8);
    padding: 4px;
}

#promos-hoteles .promoCuadro.AZA .lineaLogo, #promos-hoteles .promoCuadro.NCL .lineaLogo{
    background: rgba(2, 19, 89, .9);
}

#promos-hoteles .promoCuadro .lineaLogo > img{
    display: block;
    width: 95%;
    height: auto;

}

#promos-hoteles .promoCuadro .beneficios.estrellas{
    position: absolute;
    top: 205px;
    right: 5px;
    text-align: right;
    padding: 0px 5px;
    background-color: rgba(255, 255, 255,.8);
    border-radius: 4px;
}

#promos-hoteles  .thumbnail .caption{
    background-color: #fff;
    font-size: 12px;
    height: 172px;
    padding-top: 10px;
    padding-bottom: 0px;
}

#promos-hoteles .promoCuadro .caption .row{
    margin-bottom: 8px;
}

#promos-hoteles .thumbnail .titulo{
    font-size: 16px;
}

#promos-hoteles .imagenPreview .titulo{
    position: absolute;
    width: 100%;
    height: 50px;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 54, 111,.8);
    color: #fff;
    text-align: center;
    padding: 2px;

}

#promos-hoteles .caption.verde{
    background-color: #FF6300;
    height: 110px;
    padding-top: 10px;
    color: #333;
}
#promos-hoteles .caption.verde small{
    color: #333;
}
#promos-hoteles .caption.verde div{

    color: #333;
}
#promos-hoteles .caption.verde .btn{
    margin-top: 18px;
}

#promos-hoteles .caption.verde .promoPrecio{
    margin-top: 8px;
    font-weight: bold;
}

#promos-hoteles .caption.verde h4.promoPrecio{
    font-size: 14px;
}


#promocion-hotel-view{
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: relative;
    padding-top: 360px;
}


#promocion-hotel-view > .precio{
    position: absolute;
    top:40px;
    left: 8%;
    min-height: 100px;
    width: 260px;
    background-color: rgba(2, 19, 89, .9);
    padding: 10px;
    color: white;
    text-align: center;
}
#promocion-hotel-view > .titulo{
    position: absolute;
    top:300px;
    left: 0px;
    height: 50px;
    width: 100%;
    background-color: rgba(2, 19, 89, .9);
    padding: 10px 30px;
    text-align: center;
    color: white;
}

#promocion-hotel-view > .titulo h2{
    margin: 0px;
}

#promocion-hotel-view .container h2{
    color: #0073ba;
}

#promocion-hotel-view .jumbotron{
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100px;
}

#promocion-hotel-view .jumbotron h2{
    margin-top: 10px;
}

#promocion-hotel-view .jumbotron p{
    font-size: 14px;
}

#promocion-hotel-view .oferta-incluye-financiacion-disponible h2{
    font-size: 1.4em;
    line-height: 1.25em;
}

#promocion-hotel-view .financiacion-disponible{
    margin-bottom: 5px;
}
#promocion-hotel-view .financiacion-disponible .imagen{
    margin-top: 4px;
}
#promocion-hotel-view .financiacion-disponible .texto{
    margin-top: 10px;
    font-size: 14px;
}

#promocion-hotel-view .promoPrecio{
    font-weight: bold;
    font-size: 20px;
}
#promocion-hotel-view .promoPrecio small{
    color: white;
}

#promocion-hotel-view .list-group-item-success .promoPrecio  small{
    color: #3c763d;
}

#promocion-hotel-view .well.incluye{
    padding: 10px;
    margin-bottom: 5px;
}

.briefconsulta{
    max-height: 100px;
    margin-bottom: 20px;
}

.briefconsulta .llama{
    padding: 20px;
    padding-left: 40px;
    background: rgba(255,255,255,.7);
}

.briefconsulta .briefcase{
    position: absolute;
    bottom:0%;
    left: 5%;
    padding: 0px 20px;
    z-index: 300;
    width: 300px;
}

.briefconsulta .cruise{
    position: absolute;
    bottom:25%;
    right: 0%;
    width: 160px;
    z-index: 200;
}

.briefconsulta .airplane{
    position: absolute;
    bottom:45%;
    left: 10%;
    width: 170px;
    z-index: 200;
}

.briefconsulta .hotel{
    position: absolute;
    bottom:20%;
    left:35%;
    height: 200px;
    z-index: 100;
}

.colFinanciacion{
    background-color: #ddd;
    padding: 0px;
    margin: 0px;
}

@media (min-width: 768px) {
    .colFinanciacion.fixed{
        position: fixed;
        background-color: #ddd;
        right: 20px;
        padding: 0px;
        margin-top: 20px;
        width: 16.66666667%;
        height: 620px;
        overflow: hidden;
    }
}

.colFinanciacion.fixed .row{
    height: 580px;
    overflow-x: auto;
}



.colFinanciacion .titulo h2{  
    text-transform: uppercase;
    font-weight: bold;
    color: #0073ba;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.financiacion .naviera h2{
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.financiacion{
    padding: 0px;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
}

.colFinanciacion.fixed .financiacion{
    width:95%;
}

.financiacion .carousel-indicators{
    display: none;
}

.financiacion .carousel-control{
    top:10%;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    line-height: 30px;
    color: #0073ba;
    text-align: center;
    cursor: pointer;
    margin: 10px;
    background: none !important;
    border: none;
}

.financiacion .carousel-control.left{
    left: -60px;
}

.financiacion .carousel-control.right{
    right: -60px;
}

.financiacion .naviera{
    width: 100%;
    background-color: #0073ba;
    text-align: center;
    color: #fff;
}

.financiacion .naviera h2{
    font-weight: bold;
}
.financiacion .bancos{
    width: 100%;
}


.financiacion .bancos .item{
    width: 12.5%;
    min-width: 142px;
    height: 80px;
    float: left;
    text-align: center;
    padding: 5px;
}



@media (max-width: 768px) {
    .financiacion .bancos .item{
        width: 25%;
    }
}

@media (max-width: 450px) {
    .financiacion .bancos .item{
        width: 50%;
    }
}

.financiacion .bancos .cuotas{
    margin-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.financiacion .bancos .cuotas .titulo{
    color: #0073ba;
    font-weight: bold;
    font-size: 14px;
}

.financiacion.variasFilas .item{
    margin-bottom: 20px;
}

.financiacion .bancos .item.item3{
    width: 33.33333%;
}

.financiacion .bancos .item .caption{
    text-transform: uppercase;
    color: #0073ba;
    width: 100%;
    overflow: hidden;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

#formasPagos .logosNavieras img{
    max-height: 50px;
}

#formasPagos .logosNavieras{
    margin-bottom: 20px;
}

.financiacion .item .well{
    min-height: 75px;
    margin: 0px;
    padding: 0px 10px;
    background: #fff;
}

#formasPagos .bancos .item{
    min-width: 120px;
}

.financiacion .bancos .itemCorto{
    width: 33.33333%;
    height: 40px;
    float: left;
    text-align: center;
    padding: 0px;
    margin-bottom: 5px;
}

#formasPagos .bancos .itemCorto{
    min-width: 60px;
}

.financiacion .itemCorto .well{
    min-height: 40px;
    margin: 0px;
    padding: 8px 2px;
    background: #fff;

}


#formaPago .financiacion{
    padding: 10px;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

#formaPago .financiacion .well{
    min-height: 160px;
    padding: 0px;
}

#formaPago .financiacion .well img{
    padding: 10px;
}

#formaPago .logosNavieras img {
    max-height: 50px;
    margin-bottom: 10px;
    max-width: 204px;
}

#formaPago .financiacion .caption{
    height: 50px;
    margin-left: 10px;
}

#formaPago .financiacion .nombre{
    color: #0073ba;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    min-height: 40px;
}

#formaPago .financiacion .fechaVigencia{
    color: #aaa;
    font-size: 12px;
}

#formaPago .financiacion .descripcion{
    font-size: 12px;
}

#formaPago .legales .well{
    padding: 10px;
    font-size: 12px;
}

#formaPago .legales .well p{
    margin: 0px;
}

.formaPagoDetalle .well, .formaPagoDetalle .jumbotron{
    padding: 0px;
    margin-bottom: 0px !important;
    min-height: none;
}

.formaPagoDetalle .well h4{
    padding: 0px;
    margin: 2px !important;
}

.formaPagoDetalle .fechaHasta{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    border-color: red;
}

.formaPagoDetalle .fechaHasta p{
    margin-bottom: 0px !important;
}

.mayuscula{
    text-transform: uppercase;
}

#promocion-view .legales{
    padding: 10px 20px 20px 10px;
}

#promocion-view .legales .legalesNoWell{
    border-top: 1px dashed  #555;
    font-size: 10px;
    padding: 5px;
}

#promocion-view .legales .legalesNoWell p{
    margin: 0px;
}

section#contacto {
    background: #061556;
    color: white;
    padding: 20px;
}

section#contacto .tituloSeccion{
    color: white;
}

section#contacto .panel{
    background: none;
    border: none;
}

#scrollUp {
    left: 10px;
    right: inherit !important;
    font-size: 4rem !important;
    padding: 0px 10px !important;
}

#premium_cel{
    background: #171616;
}

#float_presupuesto{
    position: fixed;
    left:60px;
    bottom: 20px;
    height: 70px;
    width: 400px;
    padding: 10px;


}

#float_presupuesto a{
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(161, 161, 161,.8);
}

#float_presupuesto a:hover{
    background: #a1a1a1;
}

#float_presupuesto h1{
    margin: 0px;
}

#float_presupuesto .close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    color:#fff;
    opacity: 1;
}

#folletos{
    margin-bottom: 60px;
}

#folletos h1{
    margin-top: 60px;
    margin-bottom: 60px;
}

#folletos hr{
    border-top: 1px solid #00366f;
}

#folletos .btn{
    margin-top: 20px;
    min-width: 300px;
}

#suscribirse input{
    min-width: 400px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#tabBarcoCubiertas h3{
    color: #0073bb;
}

#tabBarcoCubiertas h4, #tabBarcoCubiertas h5{
    font-weight: bold;
}

#tabBarcoCubiertas .deck-plan__stateroom__subtype__icon{
    display: inline-block;
    margin-right: 3px;
}


/*PROMOCION VIEW NUEVO*/

#promocion-new-view{
    padding-top: 20px;
    background-color: #fff;
}

#promocion-new-view .container-fluid h2, #divDesglose .jumbotron.precio h2, #divDesglose .jumbotron.precio h4{
    color: #0073ba;
}

#promocion-new-view .promocion-imagen{
    margin:20px 5px;
}

#promocion-new-view .paquete-incluye{
    padding:0px 20px;
    color: #0073ba;
}

#promocion-new-view .paquete-incluye .item{
    margin-bottom: 20px;
}

#promocion-new-view .titulo h1 {
    color: #0073ba;
}

#promocion-new-view .sub-titulo.jumbotron{
    color: #0073ba;
    padding: 10px 20px;
}

#promocion-new-view .sub-titulo p, #promocion-new-view .sub-titulo div{
    display: inline;
}

#promocion-new-view .precio #divPrecio {
    color: #d9534f;
    display: inline;
    font-size: 28px;
}

#promocion-new-view .divResumenCrucero .precio .divResumenPrecio {
    color: #00366f;
    display: inline;
    font-size: 28px;
}

#promocion-new-view .divResumenCrucero .alert-success{
    padding: 5px;
}

#promocion-new-view .linea-logo.AZA, #promocion-new-view .linea-logo.NCL{
    background: rgba(2, 19, 89, .9);
}

.divTabIncluye{
    margin-top:30px;
}

.divTabIncluye li{
    text-align: center;
}

.divIntinerario{
    margin-top:30px;
    margin-bottom:20px;
}

.divIntinerarioBox{
    border: 1px solid #ddd;
    padding:10px 20px;
}


.divContactForm{
    margin-top:30px;
}

.panel-destacado {
    background: #FF6300;
    background: -webkit-linear-gradient(#FF6300,#FF8F00);
    background: -o-linear-gradient(#FF6300,#FF8F00);
    background: -moz-linear-gradient(#FF6300,#FF8F00);
    background: linear-gradient(#FF6300,#FF8F00);
    color: white;
}

.panel-destacado h4{
    color: white;
}

.divContactForm .btn-primary{
    margin-right: 30px;
}

.divContactForm .form-group .control-label{
    text-align: right;
}

.field-promocioncontacto-pasajeros > div, .field-promocioncontacto-tipocabina > div{
    margin-left: 0;
    width: 100%;
}

#promocion-new-view .divResumenCrucero .pull-right {
    color: #E38D13;
}

#promocion-new-view .promocionIncluyeIcono{
    max-width: 50px;
}

@media (max-width: 765px) {
    #promocion-new-view .promocionIncluyeIcono{
        max-width: 25px;
    }

    .tab-pane {
        padding: 15px 10px;
        border:1px solid #ddd;
    }

}
#promos .promocionIncluyeIcono{
    max-width: 40px;
    margin-right: 10px;
}

.promocion-imagen .gallery-item{
    cursor: zoom-in;
}

.promocion-imagen .carousel-control{
    top: 35%;
    z-index: 100;
    width: 30px;
    height: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0,0,0,.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    margin: 10px;
}

.promocion-imagen .carousel-indicators{
    bottom: 0px;
}

#promocion-new-view .precio.margin-top {
    margin-top: 32px;
}


/*PROMOS ITEMS NUEVO*/
#promos .promo-items{
    padding: 4px;
    border: none;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, .2);
}


#promos .promo-items .panel-heading{
    background-color: #FFF;
    padding: 5px 15px;
}

#promos .promo-items .panel-body{
    padding: 0px;
    background-color: #ddd;
}

#promos .promo-items .imagenPreview{
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}


#promos .promo-items .imagenPreview img{
    width: 100%;
    min-height: 150px;
    max-width: 180px;
}

#promos .promo-items .detalle{
    padding: 0px 10px 10px 10px;
}

#promos .promo-items .itinerario p {
    display: inline;
}

#promos .promo-items .cuadroPrecio {
    color: #fff;

    margin-bottom:15px;
    padding: 8px 12px 12px;
    background: rgba(0,0, 0, .6);
    max-width: 200px;
}

@media (max-width: 765px) {
    #promos .promo-items .cuadroPrecio {
        margin-top:10px;
    }  
}
#promos .promo-items .border-radius {
    -ms-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

#promos .promo-items .descripcion{
    margin-top: 10px;
}

#promos .promo-items .descripcion .row{
    margin-bottom: 4px;
}

#promos .promo-items .descripcion .separador{
    margin-top: 10px;
    margin-bottom: 4px;
    border-top: 1px solid #eee;
}

#promos .promo-items .cuadroPrecio .lineaLogo{
    padding: 4px;
    background: rgba(255,255,255, .9);
}

#promos .promo-items .cuadroPrecio .lineaLogo.AZA, #promos .promo-items .cuadroPrecio .lineaLogo.NCL{
    background: rgba(2, 19, 89, .9);
}

#promos .promo-items .vermas{
    width: 150px;
    background-color: #f6c700;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

#promos .promo-items .promoPrecio{
    font-size: 32px;
}

#contactform-captcha-image, #suscriptor-captcha-image{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.homebox-texto{
    padding: 10px;
}

#homebox.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-center .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}