.display-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 4.1rem;
}

.display-1-title {
    font-family: 'Raleway', sans-serif;
    font-size: 4.1rem;
}

.display-1-plus {
    font-family: 'Raleway', sans-serif;
    font-size: 6rem;
}

.display-1>.mbr-iconfont {
    font-size: 6.8rem;
}

p {
    font-family: 'Raleway', sans-serif;
}

.w-container {
    width: calc(91% - 3rem);
    margin: 0 auto;
}

.display-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 3rem;
}

.display-2-plus {
    font-family: 'Raleway', sans-serif;
    font-size: 3.2rem;
}

.display-2>.mbr-iconfont {
    font-size: 4.8rem;
}

.display-3-plus {
    font-size: 2.9rem;
    font-family: 'Raleway', sans-serif;
}

.display-4 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.2rem;
}

.display-4>.mbr-iconfont {
    font-size: 1.6rem;
}

.display-5 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.0rem;
}

.display-6 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
}

.display-5>.mbr-iconfont {
    font-size: 2.4rem;
}

.display-7 {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

.display-7>.mbr-iconfont {
    font-size: 1.6rem;
}


/* ---- Fluid typography for mobile devices ---- */


/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */


/* 100vw - current viewport width */


/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */


/* 0.65 - min scale variable, may vary */

.width-table {
    width: 100%;
}

@media (max-width: 768px) {
    .display-1-title {
        font-family: 'Raleway', sans-serif;
        font-size: 2.4rem;
        line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-1 {
        font-size: 3.4rem;
        font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 2.2rem;
        font-size: calc( 1.6rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.2rem;
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.letter-spacing-8 {
    letter-spacing: 8px;
}

.letter-spacing-10 {
    letter-spacing: 10px;
}

.letter-spacing-12 {
    letter-spacing: 12px;
}

@media (min-width: 900px) and (max-width: 1400px) {
    .display-1-plus {
        font-size: 4rem;
    }
    .display-2-plus {
        font-size: 3.2rem;
    }
    .display-1 {
        font-size: 3.5rem;
    }
    .display-3 {
        font-size: 2.6rem;
    }
    .display-2 {
        font-size: 2.4rem;
    }
    .display-4 {
        font-size: 0.8rem;
    }
    .display-5 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .display-1-plus {
        font-size: 3.8rem;
    }
    .display-3 {
        font-size: 1.8rem !important;
    }
    .display-4 {
        font-size: 2rem;
    }
    .letter-spacing-1 {
        letter-spacing: 0px;
    }
    .letter-spacing-2 {
        letter-spacing: 1px;
    }
    .letter-spacing-5 {
        letter-spacing: 2px;
    }
    .letter-spacing-8 {
        letter-spacing: 4px;
    }
    .letter-spacing-10 {
        letter-spacing: 5px;
    }
    .letter-spacing-12 {
        letter-spacing: 6px;
    }
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    height: auto;
    color: black;
}

.color-tip {
    background-color: #b39351;
    border-radius: 100px;
    text-align: center;
}

.content-tip {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 700px) {
    .btn-itinerary {
        padding: 0.6rem 0.1rem !important;
        width: 70px !important;
    }
}

.btn-whatsapp,
.btn-whatsapp:hover {
    background-color: #30cc00 !important;
    border: none !important;
}

@media only screen and (max-width: 2000px) {
    .cid-rN0rq4HiND {
        padding-top: 0px;
        padding-bottom: 800px;
    }
}

@media only screen and (max-width: 1600px) {
    .cid-rN0rq4HiND {
        padding-top: 0px;
        padding-bottom: 650px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1550px) {
    .cid-rN0rq4HiND {
        padding-top: 0px;
        padding-bottom: 460px;
    }
}

@media only screen and (max-width: 1500px) {
    .cid-rN0rq4HiND {
        padding-top: 0px;
        padding-bottom: 580px;
    }
    .header-div {
        color: #050f49;
        margin-top: -50px;
        padding: 20px !important;
        /* padding-bottom: 60px; */
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0px 10px 2px 2px rgba(0, 0, 0, 0.75);
    }
}

.cid-rBXQnLGSk6 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.header-div {
    color: #050f49;
    margin-top: 0px;
    padding: 30px;
    /* padding-bottom: 60px; */
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 10px 21px 2px rgba(0, 0, 0, 0.75);
}

.cid-rN0rq4HiND .rs-background-video-layer iframe {
    visibility: inherit !important;
}

.hidden-loading {
    display: none;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 100px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.bg-dark-2 {
    background: white;
}

.p-3 {
    padding: 0.3rem!important;
}

.icon-bar {
    position: fixed;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
    color: #ffffff;
}

.form-availability {
    padding: 0px;
}

.entry-content tr th {
    padding: 9px 0px;
}

.entry-content tr td {
    padding: 9px 0px;
}

.form-availability input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.form-availability select {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    width: 20%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.form-availability button {
    padding: 11px 20px;
    background-color: #262a34;
    border: none;
    color: white;
    cursor: pointer;
}

#btn_plan {
    background-color: #baad85;
}

.form-availability button:hover {
    background-color: #05499a;
}

.hidden-movil {
    display: none;
}

@media only screen and (max-width: 600px) {
    .hidden-movil {
        display: block;
    }
    .form-availability select {
        vertical-align: middle;
        margin: 5px 10px 5px 0;
        padding: 10px;
        width: 45%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    .form-availability input {
        vertical-align: middle;
        margin: 5px 10px 5px 0;
        padding: 10px;
        width: 35%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
    }
}

.hidden-loading {
    display: none;
}

.btn-sm-2 {
    padding: .45rem .45rem!important;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.fondo-gold-dark {
    background-color: #9d702c;
}

.button-gold-dark {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #bb8635 0%, #9d702c 80%, #9d702c 100%);
    border-left: 2px solid#9d702c;
    border-right: 2px solid#9d702c;
    border-bottom: 2px solid#9d702c;
    border-top: 2px solid#9d702c;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #2e2d2d;
}

.button-gold-dark:hover {
    color: #ffffff;
    background-color: linear-gradient(to bottom, #bb8635 0%, #9d702c 80%, #9d702c 100%);
    border-left: 2px solid#9d702c;
    border-right: 2px solid#9d702c;
    border-bottom: 2px solid#9d702c;
    border-top: 2px solid#9d702c;
    font-weight: 700;
    box-shadow: 2px 2px 8px #2e2d2d;
    transform: scale(1.05);
}

.more-bold {
    text-shadow: 0px 2px, 2px 0px, 2px 2px;
    letter-spacing: 1.2px;
    font-weight: bold;
}

.border-card {
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 2px 8px 7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 8px 7px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.shadow-card {
    -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.75);
}

.shadow-card-2 {
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
}

.border-card img {
    border-radius: 10px 10px 0px 0px;
}

.border-button-card {
    border-radius: 0px 0px 10px 10px;
}

.border-top-card {
    border-radius: 10px 10px 0px 0px;
}

#news-latest {
    background-image: url("../../../images/new-images/fondo-news.jpg");
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
}

#cruises {
    background-image: url("../../../images/new-images/fondo-mar.jpg");
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
}