@font-face {
    font-family: 'rns_sanzlight';
    src: url('../fonts/rnssanz-light.woff2') format('woff2'),
        url('../fonts/rnssanz-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rns_sanzmedium';
    src: url('../fonts/rnssanz-medium.woff2') format('woff2'),
        url('../fonts/rnssanz-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rns_sanznormal';
    src: url('../fonts/rnssanz-normal.woff2') format('woff2'),
        url('../fonts/rnssanz-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
html {
    font-family: 'rns_sanznormal';
    margin: 0;
    padding: 0;
    height: 100%;
    
}

.noPadding {
    padding: 0;
}

.fontWhite {
    color: #ffffff;
}

.oculto {
    display: none !important;
}

#main {
    background: #FFF;
/*
    padding-bottom: 35px;
*/
}

.center {
    text-align: center;
}

.center-footer {
    color: white;
    position: relative;
    right: 20px;
    top: 40%;
    width: 100%;
    text-align: center;
}

.center-right {
    color: white;
    position: relative;
    right: 20px;
    top: 40%;
    width: 100%;
    text-align: right;
}

/*------------------------------  TOP NAVIGATION   ----------------------*/
#topBoarding {
    height: 70px;
    background: #1f2754 url('../images/top_caribbean.png');
    width: 100%;
    z-index: 10000;
    top: 0px;
    -webkit-transition: height .5s, line-height .5s;
    /* Safari */
    transition: height .5s, line-height .5s;
}

#topNavigation {
    height: 100px;
    background: #1f2754 url('../images/top_caribbean.png');
/*    -webkit-box-shadow: 0 3px 5px 1px #000;
    -moz-box-shadow: 0 3px 5px 1px #000;
    box-shadow: 0 3px 5px 1px #000;*/
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0px;
    -webkit-transition: height .5s, line-height .5s;
    /* Safari */
    transition: height .5s, line-height .5s;
}

#logoSite {
    -webkit-transition: margin-top .5s;
    /* Safari */
    transition: margin-top .5s;
}

#topNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topNavigation ul li {
    display: inline-block;
    line-height: 100px;
    padding: 0;
    text-align: left;
    -webkit-transition: height .5s, line-height .5s;
    /* Safari */
    transition: height .5s, line-height .5s;
}
#tb_tarifas >.table-bordered > tbody > tr > th
{
border: 2px solid #fff;
}
#topNavigation ul li:hover {
    background: #00002C;
}

.logoc:hover {
    background: none !important;
}

.cbp-spmenu-vertical {
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 10000;
}

.modal-home {

    position: fixed;
    top: 88px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;

}

#topNavigation ul li.menuLanguage:hover {
    background: none;
}

#topNavigation ul li a {
    color: #ffffff;
    padding: 40px 12px;
    text-decoration: none;
}

#topNavigation.eng ul li a {
    padding: 40px 12px;
}

#topNavigation ul li ul {
    padding: 0;
    background: #4d1a11;

    display: none;
    opacity: 0;
    position: absolute;
    /*transition: opacity 1s;*/

}

#topNavigation ul li ul.end {
    right: 0;
}

#topNavigation ul li ul li.menuSecondary {
    background: #4d1a11;
    color: #ffffff;
    padding: 0 15px;
    display: block;
    background-color: #2d2d2d;
    border-left: 3px solid #1f2754;
    margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
}

#topNavigation ul li ul li.menuSecondary a {
    padding: 10px 9px;
    line-height: 50px;
}

#topNavigation ul li ul li:hover {
    background: #1f2754;
    color: #ffffff;
}

#topNavigation ul li ul li a:hover {
    text-decoration: none;
}

#topNavigation ul li:hover ul {
    display: block;
    opacity: 1;
}

/*--  menu images --*/
#topNavigation ul li ul.menuImage {
    padding: 5px;
    -webkit-box-shadow: 0 3px 5px 1px #444;
    -moz-box-shadow: 0 3px 5px 1px #444;
    box-shadow: 0 3px 5px 1px #444;
}

#topNavigation ul li ul li img {
    border-bottom: solid 2px #1f2754;
}

#topNavigation ul li ul li ul.menuImage {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    top: 0;
    left: -200px;
    /*transition: opacity 1s;*/
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    
    border-top: 0px solid #ddd;
    padding: 0px;
    vertical-align: middle;
}

#table-caribbean {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;

}

#topNavigation ul li ul li ul.menuImage.right {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    top: 0;
    right: -200px;
    left: auto;
    /*transition: opacity 1s;*/
}

#topNavigation ul li ul li:hover ul.menuImage {
    /*display: block;*/
    opacity: 1;
}

html {
    scroll-behavior: auto;
}

#topNavigation.scrolled-nav {
    height: 50px;
    line-height: 50px;
}

#topNavigation.scrolled-nav ul li a,
#topNavigation.scrolled-nav ul li {
    line-height: 50px;
}

#topNavigation.scrolled-nav ul li a:hover {
    line-height: 50px;
}

#topNavigation.scrolled-nav ul li a {
    padding: 15px 9px;
}

#topNavigation.scrolled-nav #logoSite {
    margin-top: 0px;
}

.sectionMenuTwo {
    margin-left: 16px;
}

/*---------------------------   MENU MOBILE   -----------------------*/
#holderMobile {
    height: 420px;
    overflow-x: scroll;
}

#menu_mobile {
    background: #012667;
    padding: 15px;
}

#menu_mobile h3 {
    text-transform: uppercase;
    font-family: 'rns_sanznormal';
    background: #000000;
    color: #ffffff;
    padding: 20px 0;
}

#menu_mobile h3 .fa {
    float: right;
}

#menu_mobile a {
    color: #f2f2f2;
    background-color: #e31e24;
    border-left: 3px solid #ffed01;
    margin-bottom: 2px;
    line-height: 18px;
    font-size: 14px;
}

#menu_mobile a:hover {
    background-color: #000000;

}

#menu_mobile a.menuLanguage,
#menu_mobile a.menuLanguage:hover {
    background: #000;
    border: none;
    ;
}

#callToAction {
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 75px;
}

#callToAction h3 {
    margin-top: 0;
}

#callToAction ul {
    text-align: center;
    color: #ffffff;
}

#callToAction .bx-wrapper {
    background: none;
    border: none;
    margin-bottom: 30px;
}

#callToAction ul li {
    /*height: 150px;*/
    /*padding-top: 15px;
    background: #1f2754;*/
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

#callToAction ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

#callToAction ul li:hover img {
    /*background: -webkit-linear-gradient(left top, #000,  #ababab); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(bottom right, #000, #ababab); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(bottom right, #000,  #ababab); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to bottom right, #000,  #ababab); /* Standard syntax */
    /*opacity: 1;*/
}

#callToAction p.ctaTitle {
    margin: 0;
    height: 35px;
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
    font-size: 14px;
    line-height: 15px;
    background: rgba(0, 1, 10, .6);
    padding-top: 5px;
    z-index: 2;
    transition: height .8s;
}


#callToAction p.ctaTitle:hover {
    height: 100%;

}

.bx-wrapper img {
    display: initial;
    /* filter:sepia(100%);*/
    /*opacity: .5;*/

    /*margin-top: 8px;*/
}

#callToAction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f2754;
    z-index: 1;
    opacity: .6;
    transition: opacity .7s;
}

#callToAction ul li:hover .overlay {
    opacity: 0;
}

#footer {
    background: #F0F0F0;
    color: #2e2e2e;
}
#footer-home {
    background: #C0C0C0;
    color: #2e2e2e;
    margin-top: -1px;
}
#footer .fa {
    color: #1f2754;
    border: solid 2px #1f2754;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
}
#footer-home .fa {
    color: #1f2754;
    border: solid 2px #1f2754;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
}
#proposito {
float: left;
margin-top: 6px;
margin-left: -38px;
}

#proyeccion {
float: left;
margin-top: 15px;
margin-left: -38px;
}

#footer .fa:hover {
    color: #fff;
    border: solid 2px #1f2754;
    background: #1f2754;
}

#footer ul {
    margin-top: 20px;
    font-size: 12px;
    padding: 0px;
}

#footer ul li {
    list-style: none;
    line-height: 20px;
}

#footer ul li a {
    color: #000;
    text-decoration: none;
}

#footer-home .fa:hover {
    color: #fff;
    border: solid 2px #1f2754;
    background: #1f2754;
}

#footer-home ul {
    margin-top: 20px;
    font-size: 12px;
    padding: 0px;
}

#footer-home ul li {
    list-style: none;
    line-height: 20px;
}

#footer-home ul li a {
    color: #000;
    text-decoration: none;
}

#chatOnLine {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#headerSlider {
    margin-top: 100px;
    position: relative;
    /*min-height: 600px;*/
}



#venta {
    /*height: 580px;*/
    height: auto;
    width: 380px;
    background: #ffffff;
    position: absolute;
    top: 30px;
    z-index: 17;
    
    left: 35px;
    /*position: relative;*/
    margin-left: 135px;
    /*-moz-border-radius: 28px 0px 28px 0px;*/
    /*-webkit-border-radius: 28px 0px 28px 0px;*/
    /*border: 3px inset #4d1a11;*/
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

#venta .wizard ul {
    padding-left: 0px;
    padding-right: 0px;
    color: #333;
    font-size: 14px;
    padding-top: 0;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    /*margin: 0 0.5em 0.5em;*/
    margin:0;
    padding: 8PX 5px;
    text-decoration: none;

    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    border-radius: 0px;
    min-height: 35px;
    color: gray;
    background: #fff;
}


.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #000;
    cursor: default;
    min-height: 35px;
    text-align: center;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: /*#1f2754*/#e31e24;
    color: #fff;
    cursor: default;
    min-height: 35px;
    text-align: center;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: /*#000*/ #eee;
    color: #000;
    min-height: 35px;
    text-align: center;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #C2212A;
    color: #fff;
}

.wizard > .steps .number {
    font-size: 14px;
}

.wizard > .content > .body label {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    /*line-height: 34px;*/
}

.wizard > .content {
    /*height: 268px;*/
    height: auto;
    min-height: 15em;
}

.wizard > .content > .body label.nombreCampo {
    line-height: 14px;
}

/*------------------------------------  RADIO BUTTON   --------------------------*/
.wizard > .content > .body label.btnRadio {
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
    font-size: 14px;
    line-height: 20px;
    width: 92px;
    height: 30px;
    margin-left: 0.1px;
    border-radius: 5px;
}

input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle + label {
    cursor: pointer;
    background: #f8f8f8;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
    font-size: 14px;
    line-height: 20px;
    width: 92px;
    height: 30px;
    margin-left: 0.1px;
    border-radius: 5px;
}

input[type="radio"].toggle + label:hover {
    background: /*#f8f8f8*/ #e31e24;
    color: #fff;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {

    background: /*#351812*/#e31e24;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;

}

input[type="radio"].toggle + label:after {
    /*background: #ec6b10;*/
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
}

input[type="radio"].toggle.toggle-left + label {
    border-right: 0;
}

input[type="radio"].toggle.toggle-left + label:after {
    left: 100%;
}

input[type="radio"].toggle.toggle-right + label {
    /*margin-left: -5px;*/
}

input[type="radio"].toggle.toggle-right + label:after {
    left: -100%;
}

input[type="radio"].toggle:checked + label {
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
    font-size: 14px;
    line-height: 20px;
    width: 92px;
    height: 30px;
    margin-left: 0.1px;
    border-radius: 5px;
    background: #1f2754;
    cursor: default;
    color: #fff;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    
}

input[type="radio"].toggle:checked + label:after {
    left: 0;
}

.form-control {
    border-radius: 5px;
    background-color: #eee;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 5px;
}

.wizard > .content > .body label.error {
    right: 20px;
    display: none !important;
}

.ui-widget-content {
    font-size: 13px;
    font-family: 'rns_sanznormal';
}

.ui-datepicker-trigger {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 25px;
    height: 25px;
}

.wizard > .actions {
    background: #ffffff;
}

.wizard > .actions ul {
    padding: 0;
    padding-right: 15px;

    
    margin-right: 16px;
}

.wizard > .actions a {
    background: #1f2754;

}

.inputPax {
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border-radius: 5px;
    /*background-color: #eee;*/

}

.pax {
    margin-bottom: 5px
}

#winjet-p-1 {
    height: 250px;
    overflow-x: auto;
}

.wizard > .steps > ul > li {
    width: 33.33%;
}

.sectionResume p {
    font-size: 14px;
    color: #333;
}

.sectionResume p span {
    text-transform: capitalize;
    color: #666;
}

/*.wizard > .content > .body.sectionPasajeros {
    padding-top: 50px;
}*/


/*----------------------  RESUMEN DE COMPRA------------------------*/
#resumenCompra {
    padding: 50px 15px;
}

.ticket {
    height: auto;
    border-left: dashed 1px #cccccc;
    border-right: dashed 1px #cccccc;
    background: #ffffff;
    padding: 0px;
    margin-top: 25px;
    text-transform: uppercase;
    border-bottom: solid 7px #1f2754;
    background: #fafafa;
}

.logomx {
    background: #1f2754;
    text-align: center;
}

.ticket .datos {
    padding-top: 20px;
    text-align: center;
}

.ticket .datos img {
    width: 100%;
}

.ticket .datos p span {
    font-weight: 700;
}

.btnCaribbean{
    background: #1f2754;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.btnCaribbean:hover {
    background: #e31e24;
}

/*----------------  PAGOS  ---------------*/
.sectionResume {
    background: #fff;
    padding-top: 20px;
}

.inputPaxConekta {
    width: auto;
    display: initial;
}

.wizard .form-control.invalid,
.wizard .form-control.error,
#wincard .form-control.error {
    background: rgb(251, 227, 228);
    border: 1px solid #ee3231;
    color: #ee3231;
}

.wizard label.invalid,
.wizard label.error,
#wincard label.error {
    display: none !important;
}

.secundarias h2 {
    font-family: 'rns_sanzmedium';
    color: #2e2e2e;
}

.secundarias p a {
    color: #1f2754;
    font-weight: 600;
}

.secundarias h3 {
    color: #1f2754;
}

.horarios {
    background: #1f2754;
    color: #ffffff;
    padding: 20px;
    margin-top: 20px;
}

/*---------------------   MUELLES Y OFICINNAS   -------------*/
.address h4,
.address p {
    padding-left: 20px;
}

#playa,
#cozumel {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.tabMap {
    background: #000;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    margin-top: 25px;
}

.tabMap.active {
    background: #1f2754;
}

#playa {
    display: none;
}

/*--------------------   CONTACTO   ---------------------*/
#contactForm textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

#contactForm .error {
    background: rgb(251, 227, 228);
    border: 1px solid #ee3231;
    color: #ee3231;
}

#contactForm label.error {
    display: none !important;
}

#holder_form.mensaje {
    background: #1f2754;
    color: #ffffff;
    text-align: center;
    padding: 30px 0;
}

#holder_form.mensaje h3 {
    color: #ffffff;
    margin-top: 0;
}

#holder_form label {
    font-weight: 400;
}

.ui-datepicker-title select {
    color: #555;

}

#caribbean {
    border-radius: 0px 0px 25px 0px;
    -moz-border-radius: 0px 0px 25px 0px;
    -webkit-border-radius: 0px 0px 25px 0px;

}

/*--------------------   HORARIOS   ----------------*/
#horarios {
    height: auto;
    width: 400px;
    position: absolute;
    top: 80px;
    z-index: 17;
    right: 35px;
    background: rgba(255, 255, 255, 1);
    margin-right: 135px;
    padding-bottom: 1px;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    top: 30px;
/*
    border: 3px inset #4d1a11;
*/
}

#horarios .titulo {
    background: #1f2754;
    color: #ffffff;
    height: 36px;
    padding: 0 15px;
    line-height: 35px;
    /*border-bottom: solid 1px #000;*/
    border-radius: 21px 0px 0px 0px;
    -moz-border-radius: 21px 0px 0px 0px;
    -webkit-border-radius: 21px 0px 0px 0px;
}

#venta .titulo {
    background: #1f2754;
    color: #ffffff;
    height: 36px;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;

}

#horariosHolder {
    font-family: 'rns_sanzlight';
    padding-top: 5px !important;
    min-height: 306px;
    /*background: #ffffff url('../images/icono48X48.png') top center no-repeat;*/
    margin-top: 10px;
}

#horariosHolder p.horas {
    font-size: 13px;
    margin: 0;
}

#horariosHolder ul {
    list-style: none;
    padding: 0;
    text-align: center;
    padding: 0 35px 15px 35px;

}

#horariosHolder ul li {
    float: left;
    font-size: 10px;
    margin-right: 3px;
    margin-bottom: 3px;

}

#horariosHolder a {
    color: #ffffff;
    display: inline-block;
    background: none;
    text-decoration: none;
    border-radius: 15px;
    margin-bottom: 2px;
    margin-right: 3px;
    width: 20px;
    height: auto;
    font-size: 10px;
    display: block;

}

.selectDate {
    color: #ffffff;
    background: nonne;
    text-decoration: none;
    margin-bottom: 2px;
    margin-right: 3px;
    width: 40px;
    height: auto;
    font-size: 13px;
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 11px;

}

.selectDate span {
    font-size: 10px;
}

.selectDate.active,
.selectDate:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border-bottom: solid 5px #1f2754;
}

#calendarHorarios {
    padding: 0px;
    background: #4d1a11;
}

#calendarHorarios .bx-wrapper {
    margin: 0 auto;
    box-shadow: none;
    background: #4d1a11;
    border: none;
}

.bx-prev,
.bx-next {
    color: #fff;

}

#slider-prev {
    text-align: right;
}

#slider-next,
#slider-prev {
    padding: 0;
    line-height: 40px;
    background: #4d1a11;
    text-align: center;
}

#horariosHolder p {
    text-align: center;
    font-size: 13px;
}

#horariosHolder p.horas {
    color: #333333;
    padding: 5px;
    width: 70%;
    margin: 8px auto;
}

.restriccion {
    font-size: 12px;
}

.diasMes {
    padding: 0px 15px 0px 25px;
    min-height: 30px;
    text-align: center;
}

.nombreFecha {
    text-transform: uppercase;
    margin: 0;
    font-family: 'rns_sanzmedium';
    font-size: 13px;
    font-weight: 600;
    line-height: 37px;
    color: #351812;
}

.carousel-inner > .item > img {
    max-width: initial;
}

#horariosHolder ul.horas {
    padding: 0;
    text-align: center;
    padding: 0 15px 0px 15px;
}

#horariosHolder ul.horas li {
    float: none;
    background: none;
    width: 100%;
    height: auto;
    border-radius: 0;
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #eee;

}

/*-------------   TARIFAS   --------------------*/
#tarifas {
    height: auto;
    width: 400px;
    position: absolute;
    /*top: 80px; left: 35px;*/
    right: 0;
    top: 0;
    z-index: 16;
    left: 380px;
    background: #1f2754;
    /*url("../images/bg-tarifas.jpg") right bottom no-repeat;*/
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    /* width: 0px;*/
    opacity: 0;
    border-left: solid 4px #000;
}

.plecaTarifa {
    border-top: 2px solid #000;
    margin-top: 0;
    width: 30px;
}

.mx {
    font-size: 12px;
}

.tarifaOferta {
    background: url(../images/bg-price.png) center center no-repeat;
    text-align: center;
}

.tache {
    position: absolute;
    left: 0;
}

.tarifaNormal {
    text-align: center;
}

.underline {
    text-decoration: line-through;
    text-align: center;
}

#tarifas p {
    color: #ffffff;
    margin: 0;
    line-height: 17px;
    margin-bottom: 3px;
}

.nombreTarifa {
    /*font-weight: 600;*/
    text-align: left;
    padding: 0;
}

#tarifas h3,
.modal-body h3 {
    color: #fff;
    font-family: 'rns_sanzmedium';
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}

#tarifas .fa {
    float: right;
    cursor: pointer;
}

.holderTarifas {
    /* height: 175px;*/
}

#btnTarifas {
    background: #1f2754;
    color: #ffffff;
    height: 30px;
    width: 100px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 72px;
    right: 0px;
    /*top: 160px;
  left: 310px;*/
    z-index: 18;
    cursor: pointer;
}

.tablaTarifas {
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.tablaTarifas tr td:first-child {
    text-align: left;
}

.tablaTarifas tr th {
    color: #000;
    text-align: center;
}

#tarifas .textoDescuento,
.modalBodyTarifas .textoDescuento {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    background: url('../images/bg-descuento-gris.png') right no-repeat;
    line-height: 17px;
    height: 66px;
    padding-top: 16px;
    padding-right: 25px;
    font-family: 'rns_sanzmedium';
    margin-bottom: 10px;

}

#tarifas .textoDescuento.esp,
.modalBodyTarifas .textoDescuento.esp {
    font-size: 20px;
}

#tarifas .textoDescuento span,
.modalBodyTarifas .textoDescuento span {
    font-size: 16px;
}

.restriccionTarifa {
    font-size: 13px;
    color: #ffffff;
    padding-top: 10px;
}

/*--------------   WINCARD   ----------------*/
#wincard input[type=file] {
    height: 0px;
    opacity: 0;
}

#imageFileSource {
    width: 100%;
    cursor: default;
}

#wincard.mensaje {
    text-align: center;
}

#viewSchedule {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 72px;
    /*left: 310px;*/
    right: 0px;
    z-index: 17;
    cursor: pointer;
    line-height: 30px;
    padding: 0;
    text-align: center;
}

.modal-header {
    background: #1f2754;
    color: #ffffff;
    font-family: 'rns_sanzmedium';
}

.modal-dialog .close {
    color: #ffffff;
    opacity: .5;
}

/*----------------   TARIFAS MODAL   -------------------*/
.modalHeaderTarifas {
    background: #000000;
    color: #ffffff;
    border: none;
}

.modalBodyTarifas {
    color: #ffffff;
    background: #1f2754;
}

.modalFooterTarifas {
    background: #000;
    border: none;
}

#verHorarios {
    margin-top: 50px;
    height: 50px;
    background: #000;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: solid 2px #1f2754;
    border-top: 0;
}

#loadingIcon {
    text-align: center;
    padding-top: 120px;
}

.closeHorarios {
    float: right;
    margin-top: 9px;
}

#footer a img {
    margin: 10px 0;
}

#footer-home a img {
    margin: 10px 0;
}

#loadingIcon img {
    width: 65px;
}

#goHome{
  background: #8a8a8a;
  color: #ffffff;
  margin-top: 100px;
  height: 47px;
  line-height: 45px;
  text-transform: uppercase;

  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
/*
  border: solid 2px #ff6600;
*/
  border-top: 0;

}
#goHome a,#goHome a:hover{
  text-decoration: none;
  color: #ffffff;

}

#logosPago {
    position: absolute;
    /*top: 420px; left: 45px;*/
    bottom: 15px;
    z-index: 17;
    width: 190px;
    left: 10px;

}

#logosPago img {
    height: 25px;
    width: auto;
}

.btnConekta {
    margin-top: 36px;
}

.wizard > .content > .body label[for="radioPaypal"] {
    background: url('../images/paypal.png') center center no-repeat;
    width: 40px;
}

input[type="radio"].toggle:checked + label[for="radioPaypal"],
.wizard > .content > .body label[for="radioPaypal"]:hover {
    background: url('../images/paypal-color.png') center center no-repeat;
    width: 40px;
}

.wizard > .content > .body label[for="radioOxxo"] {
    background: url('../images/oxxo.png') center center no-repeat;
}

input[type="radio"].toggle:checked + label[for="radioOxxo"],
.wizard > .content > .body label[for="radioOxxo"]:hover {
    background: url('../images/oxxo-color.png') center center no-repeat;
}

.wizard > .content > .body label[for="radioSpei"] {
    background: url('../images/spei.png') center center no-repeat;
}

input[type="radio"].toggle:checked + label[for="radioSpei"],
.wizard > .content > .body label[for="radioSpei"]:hover {
    background: url('../images/spei-color.png') center center no-repeat;
}

.wizard > .content > .body label[for="radioTarjeta"] {
    background: url('../images/card.png') center center no-repeat;
}

input[type="radio"].toggle:checked + label[for="radioTarjeta"],
.wizard > .content > .body label[for="radioTarjeta"]:hover {
    background: url('../images/card-color.png') center center no-repeat;
}

#infoTotal {
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}

#btnTotal {
    color: #ffffff;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

#venta.eng .wizard ul[role="tablist"] {
    font-size: 12px;
}

#venta.eng .wizard ul[role="tablist"] li a {
    padding: 8px 1px;
}

.wizard > .steps > ul > li:nth-child(1) {
    width: 25%;
}

.wizard > .steps > ul > li:nth-child(2) {
    width: 30%;
}

.wizard > .steps > ul > li:nth-child(3) {
    width: 45%;
}

/*-----------  RESUMEN DE COMPRA  ------------------*/
.tableResume {
    text-transform: uppercase;
}

.ticketItem {
    width: 50px;
    height: 50px;
    border: solid 2px #555;
    border-radius: 4px;
    text-align: center;
    padding-top: 5px;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}

.ticketItem .fa {
    font-size: 30px;
    color: #555;
}

.ticketItem .fa.menor:before {
    content: "\f1ae";
}

.ticketItem .fa.adulto:before {
    content: "\f183";
}

.tableResume > tbody > tr > td.danger {
    font-weight: 700;
    background-color: #ff7b00;
    color: #fff;
    border-bottom-right-radius: 5px;
}

.tableResume > tbody > tr > th {
    background-color: #ff7b00;
    color: #fff;
}

.descItem {
    font-weight: 700;
    font-size: 14px;

}

.descItem span {
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    text-transform: capitalize;
}

.ss-paginate {
    margin-bottom: 40px;
}

.ss-paginate a.ss-paginate-current {
    background: #fd8204;
    border: solid 2px #fd8204;
}

.pleca {
    width: 45px;
    border-top: 3px solid #1f2754;
    display: inline-block;
    margin-top: 0;
}

.latinlower li {
    /*list-style-type: lower-latin;*/
}

.flota {
    margin: 30px 0;
    box-shadow: 0 0 13px rgba(0, 0, 0, .25);
}

.messageVenta {
    padding-top: 120px;
    font-size: 18px;
    color: #999999;
}

.messageVenta .fa {
    color: #999999;
}

/*-----------------------------  FEATURES  -------------------*/
#features {
    padding: 80px 0;
}

.featureItem {
    background: #1f2754;
    cursor: pointer;
}

.featureItem.middle {
/*
    background: #4d1a11;
*/
}

.featureItem a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.featureImg a img {
    transition: .3s;
}

.featureImg img {
    width: 100%;
}

/* Circle */
.circulo {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.circulo::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.circulo:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.circulo img {

    height: 320px;

}

/*.shine {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.shine:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}*/

/* Hover state - trigger effect */

/*.shine:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}*/

/* Active state */

/*
.shine:active:after {
    opacity: 0;
}
*/

.featureTitle {
    height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    background: #1f2754;
    margin-top: -6px;
}

.featureTitle h3 {
    text-align: center;
    margin: 0;
}

.featureItem a {
    color: #ffffff;
    text-decoration: none;
}

.featureTitle p {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}
.left-footer {
    color: white;
}
/*-----------------------------   WELCOME   -------------------*/
#welcome {
    background: url(../images/slide/slider-1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed !important;
    color: #ffffff;
    text-align: center;
}

.bgoverlay {
    padding: 6rem 0;
    background: rgba(91, 113, 143, 0.7);
}

.pleca-white {
    width: 45px;
    border-top: 3px solid #fff;
    display: inline-block;
    margin-top: 0;
}

.pleca-black {
    width: 45px;
    border-top: 3px solid #000;
    display: inline-block;
    margin-top: 0;
}

#welcome p {
    font-size: 20px;
}

.btnDark {
    margin-top: 30px;
    background: #6c6c6c;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08), 0 0 4px rgba(0, 0, 0, .04);
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.btnDark:hover,
.btnDark:active:hover {
    background: #6c6c6c;
    background-color: #6c6c6c;
    color: #ff6600;
    border: none;
}

/*-------------  header flex -----------------------*/
.padreFlex {
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    align-items: center;
}

#horarios .bx-viewport {
    height: 40px !important;
}

#footerBottom {

    background: #ffffff url('../images/dow-caribbean.png');
    height: 100px;
    color: #828282;
    line-height: 40px;
    padding-left: 50px;
}

#footerBottom img {
    height: 26px;
    width: auto;
    opacity: .5;
    margin-left: 15px;
}

#footerBottom a:hover img {
    opacity: 1;
}

#footerBottom p {
    margin: 0;
    font-size: 12px;
    margin-top: 30px;
}

#topNavigation ul li.menuLanguage {
    /*display: none!important;*/
}

.wizard > .actions > ul > li {
    /*display: none!important;*/
}

.notFound {
    color: #1f2754;
    font-size: 120px;
    font-style: italic;
}

.pb50 {
    padding-bottom: 50px;
}

/*-----------  CÓDIGO PROMOCIONAL   -------------------*/
#promoCodeAction {
    color: #ff6600;
    font-size: 14px;
    font-weight: 700;
    margin-top: 40px;
    text-align: right;
    cursor: pointer;
    padding: 5px 2px;
    text-align: center;

}

#promoCodeAction:hover {
    color: #ffffff;
    background: #1f2754;

}

.promoCode {
    /*padding-top: 20px;*/
    display: none;
}

.promoCode .btnCaribbean {
    height: 34px;
    padding: 0 15px;

}

#closeCode {
    position: absolute;
    margin-top: 7px;
    margin-left: 15px;
    color: #1f2754;
    cursor: pointer;
}

.alertMessage,
.sectionResume p.alertMessage {
    /* background: rgb(251, 227, 228);*/
    color: #ee3231;
    text-align: center;
    font-weight: 700;
}

/*-----------   MENSAJES PROMOCIONALES   ---------------------*/
#promocionalItem {
    width: 380px;
    height: 185px;
    background: #f57e1f;
    border-radius: 12px;
    position: absolute;
    margin-top: -250px;
    z-index: 3;
    right: 0;
    font-family: 'rns_sanznormal';
    display: none;
}

#promocionalTitle {
    background: #ef4028;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#promocionalTitle img {
    height: 42px;
}

.closePromocional {
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;

}

#promocionallCall h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
}

#promocionallCall h1,
#promocionalInfo h1 {
    color: #ef4028;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
    margin-top: 0;
}

.btnPromocional {
    background: #ef4028;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    margin-right: 15px;
}

.btnPromocional:hover {
    color: #ffffff;
    background: #404041;
}

#promocionalInfo {
    text-align: center;
    padding-top: 10px;
    display: none;
}

#promocionalInfo h1 {
    font-style: 28px;
}

#promocionalInfo p {
    color: #ffffff;
    padding: 0 15px;
    line-height: 18px;
    font-size: 14px;
}

#promocionalInfo #promocionalCupon {
    color: #ef4028;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 800;
}

#promocionalCallMobile {
    display: none;
}

.ui-widget-header {
    border: 1px solid #1f2754;
    background: #1f2754;
    color: #fff;
    font-weight: bold;
}

#tu {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

.form-control:focus {
    /*border-color: #f69642;*/
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(246, 150, 66);*/
}

/*
.card {
  border-radius: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 250px;
  height: 250px;
  background: url('../images/servicios/clase-ejecutiva1.png');
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.85);
}
.card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.92);
}
.card .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.card .img span {
  width: 25%;
  height: 100%;
  background: url('../images/servicios/clase-ejecutiva1.png');
  transition: 0.5s;
}
.card .img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.card .img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.card .img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.card .img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.card:hover .img > span {
  transform: translateY(-100%);
}
.card:hover .content {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}

.card > .content {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

*/

figure.snip1091 {
  position: relative;
/*  display: inline-block;
  margin: 10px;*/
  min-width: 120px;
  max-width: 254px;
  max-height: 230px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
   
  margin: auto auto 6px auto;
}

figure.snip1091 * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1091 #serv {
  
  opacity: 1;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

figure.snip1091 #logserv {
  
  opacity: 1;  
  width: 85px;
  height: 85px;
  position: relative;
  top: 0;
  left: 0;
}

figure.snip1091 figcaption {
  position: absolute;
  top: 350px;
  left: 30px;
  right: 30px;
  -webkit-transform: rotate(0deg) translateY(-50%) scale(1);
  transform: rotate(0deg) translateY(-50%) scale(1);
  -webkit-transform-origin: center 0;
  transform-origin: center 0;
}

figure.snip1091 figcaption h2 {
  top: 50%;
  letter-spacing: -1px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
    
}

figure.snip1091 figcaption h2 span {
  font-weight: 800;
}

figure.snip1091 figcaption:before,
figure.snip1091 figcaption:after {
/*  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 2px;*/
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1091 figcaption:before {
  left: 0;
  top: 0;
}

figure.snip1091 figcaption:after {
  bottom: 0;
  right: 0;
}

figure.snip1091.blue {
  background: #091b27;
}

figure.snip1091.red {
  background: #2e0e0a;
}

figure.snip1091.yellow {
  background: #4f3204;
}

figure.snip1091.green {
  background: #061c10;
}

figure.snip1091.navy {
  background: #000000;
}

figure.snip1091 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1091:hover #serv,
figure.snip1091.hover #serv {
  opacity: 0.25;
}

figure.snip1091:hover figcaption,
figure.snip1091.hover figcaption {
    top: 55%;
/*  -webkit-transform: rotate(-45deg) translateY(-50%) scale(0.9);
  transform: rotate(-45deg) translateY(-50%) scale(0.9);*/
}

figure.snip1091:hover figcaption:before,
figure.snip1091.hover figcaption:before,
figure.snip1091:hover figcaption:after,
figure.snip1091.hover figcaption:after {
/*  width: 200%;*/
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;

}
.social-bar {
position: fixed;
right: 8px;
bottom: 102px;
font-size: 20px;
display: flex;
flex-direction: column;
align-items: flex-end;
z-index: 100;
}



.social-bar a {
    
    text-decoration: none;
        color: white;

}


.social-bar a:focus, a:hover {
    color: none;
}
.icon {
	color: white;
	text-decoration: none;
	padding: 10px;
	padding-right: 20px;
	display: flex;
	transition: all .5s;
    border-radius: 1rem 1rem 1rem 1rem;
}


.icon-comprar {
  animation-name: anim;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

/*
.icon-twitter {
	background: #339DC5;
}

.icon-youtube {
	background: #E83028;
}

.icon-instagram {
	background: #3F60A5;
}
*/

/*.icon:first-child {
	border-radius: 1rem 0 0 0;
}

.icon:last-child {
	border-radius: 0 0 0 1rem;
}*/

.icon:hover {
    	color: #000;

/*
	border-radius: 1rem 0 0 1rem;
	border-radius: 1rem 0 0 1rem;
*/
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

@keyframes anim{
    0% {background-color: lightskyblue;} /*Amarillo*/
   25% {background-color: orangered;} /*Naranja*/
   50% {background-color: lightskyblue;} /*Negro*/
   75% {background-color: orangered;} /*Otra vez naranja*/
  100% {background-color: lightskyblue;} /*Otra vez amarillo*/
}

#muelle {
width: 41px;
float: left;
margin-top: 3px;
margin-left: -28px;
}

#tAnimales {
    padding: 50px 15px;
}

#tAnimalesr p, #tAnimales li, #tAnimales ol {
	margin-bottom: 0.9em;
	}

#footerBoarding {
    background: #ffffff url('../images/dow-caribbean.png');
    height: 70px;
    color: #828282;
    line-height: 40px;
    padding-left: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

#boarding {
    
    color: black;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 100%;
}

.title-boarding{
    text-transform: uppercase;
    margin: 0;
    font-family: 'rns_sanzmedium';
    font-size: 20px;
    font-weight: 600;
    color: #351812;

}

.texto-asiento {

    text-transform: uppercase;
        margin: 0;
    font-family: 'rns_sanzmedium';
    font-size: 16px;
    font-weight: 600;
    color: red;
}

.plans {
  margin: 40px auto;
  width: 660px;
  zoom: 1;
}
.plans:before, .plans:after {
  content: '';
  display: table;
}
.plans:after {
  clear: both;
}

.plan {
  
  margin: 10px 0;
  padding: 20px;
  background: #fafafa;
  background-clip: padding-box;
  border: solid #453b5d;
  border-width: 2px 0 2px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.plan:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.plan:last-child {
  border-width: 2px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.plan-title {
  position: relative;
  margin: -20px -8px 0px;
  padding: 10px;
  line-height: 1;
  font-size: 12px;
  font-family: 'rns_sanzmedium';
  font-weight: bold;
  color: #595f6b;
  border-bottom: 1px dashed #d2d2d2;
}
.plan-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}

.plan-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #595f6b;
  border-radius: 45px;
}
.plan-price > span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}

.plan-features {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.plan-features > li > strong {
  font-weight: bold;
  color: #888;
}

.plan-button {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  background: #7c69a3;
  border: 1px solid #222;
  border-bottom-color: black;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #9780cc, #6f5e96);
  background-image: -moz-linear-gradient(top, #9780cc, #6f5e96);
  background-image: -o-linear-gradient(top, #9780cc, #6f5e96);
  background-image: linear-gradient(to bottom, #9780cc, #6f5e96);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 2px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 2px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);
}
.plan-button:active {
  color: rgba(255, 255, 255, 0.95);
  background: #6f5e96;
  border-color: black #222 #222;
  background-image: -webkit-linear-gradient(top, #6f5e96, #8770b9);
  background-image: -moz-linear-gradient(top, #6f5e96, #8770b9);
  background-image: -o-linear-gradient(top, #6f5e96, #8770b9);
  background-image: linear-gradient(to bottom, #6f5e96, #8770b9);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.plan-tall {
  margin: 0;
  background-color: white;
  border-width: 2px;
  border-radius: 7px;
}
.plan-tall > .plan-title {
  font-size: 12px;
}
.plan-tall > .plan-price {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 21px;
  border-radius: 50px;
}
.plan-tall > .plan-features {
  font-size: 13px;
}
.plan-tall > .plan-button {
  padding: 0 16px;
  line-height: 32px;
}
.plan-tall + .plan {
  border-left: 0;
}

.content-plan {
    
      font-size: 11px;

}
.negrita {
    
    font-weight:900;
}

.row:before {
      content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);

}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: 15%;
    opacity: 1;
}



.items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
}

.items .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item.active {
  opacity: 1;
  z-index: 99;
  box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
}

.item.prev {
  z-index: 2;
  opacity: 0.25;
  transform: translate(-125%, -50%);
}

.item.next {
  z-index: 2;
  opacity: 0.25;
  transform: translate(25%, -50%);
}

.items .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 275px;
  z-index: 100;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.button-container .button {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}

.button-container .button:hover {
  opacity: 1;
}

.button-container .button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: -99;
}

.button-container .button:nth-child(1) {
  float: left;
}

.button-container .button:nth-child(2) {
  float: right;
}

.fondo {
    background: url(../images/fondo.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;

}

.fondo-contacto {

    background: url(../images/fondo2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

#footerBoarding {
    background: #ffffff url('../images/dow-caribbean.png');
    height: 70px;
    color: #828282;
    line-height: 40px;
    padding-left: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.vcenter {
background-color: #000; position: absolute; width: 650px; height: 100px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #1f2754;
    border-color: #f69642;
}

.btn-caribbean {
    color: #fff;
    background-color: #1f2754 !important;
    border-color: #ffffff;
}

.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
    background-image: url('../images/logo_loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
  }
  .loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
  }
  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
  .loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
  }