.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 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
}

.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))));
    }
    .icon-width {
        width: 20px!important;
    }
    .w-container {
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
    .width-table {
        width: 600px;
    }
    .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))));
    }
    .clients-img {
        width: 60px;
    }
}

@media (min-width: 900px) and (max-width: 1400px) {
    .display-1-plus {
        font-size: 4.9rem;
    }
    .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;
    }
}

.color-blue-dark {
    color: #091936;
}

.color-blue-dark a {
    color: #091936;
}

.color-green {
    color: #9cc52f;
}

.fondo-blue-dark {
    background-color: #091936;
}

.color-gold {
    color: #b39351;
}

.fondo-gold {
    background-color: #b39351;
}

.fondo-orange {
    background-color: #fa503f;
}

.color-white {
    color: #ffffff;
}

.fondo-white {
    background-color: #ffffff;
}

.fondo-gray {
    background-color: #f7f5fd;
}

.radius-border-25 {
    border-radius: 25px;
}

.radius-border-10 {
    border-radius: 10px;
}

.radius-border-5 {
    border-radius: 5px;
}

.button-orange {
    color: #ffffff;
    background-color: #fa503f;
    border-left: 2px solid#fa503f;
    border-right: 2px solid#fa503f;
    border-bottom: 2px solid#fa503f;
    box-shadow: 2px 2px 4px #8d8981;
}

.border-top-section-blue {
    border-top: 4px solid #091936;
}

.border-top-card-gold {
    border-top: 4px solid #b39351;
}

.button-orange:hover {
    color: #ffffff;
    background-color: #f0652f;
    border-left: 2px solid#f0652f;
    border-right: 2px solid#f0652f;
    border-bottom: 2px solid#f0652f;
    font-weight: 700;
    box-shadow: 2px 2px 8px #8d8981;
    transform: scale(1.05);
}

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

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

.button-blue {
    color: #ffffff;
    background-color: #091936;
    border-left: 2px solid#091936;
    border-right: 2px solid#091936;
    border-bottom: 2px solid#091936;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-blue:hover {
    color: #ffffff;
    background-color: #0b1f46;
    border-left: 2px solid #091936;
    border-right: 2px solid#091936;
    border-bottom: 2px solid#091936;
    box-shadow: 2px 2px 8px #091936;
    transform: scale(1.03);
}

.button-blue-light {
    color: #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid#ffffff;
    border-bottom: 2px solid#ffffff;
    border-top: 2px solid#ffffff;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-blue-light:hover {
    color: #ffffff;
    background-color: #0b1f4600;
    border-left: 2px solid #ffffff;
    border-right: 2px solid#ffffff;
    border-bottom: 2px solid#ffffff;
    border-top: 2px solid#ffffff;
    box-shadow: 2px 2px 8px #091936;
    transform: scale(1.03);
}

.button-white {
    color: #091936;
    background-color: #ffffff;
    border-left: 2px solid#dad9d9;
    border-right: 2px solid#ffffff;
    border-bottom: 2px solid#dad9d9;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-white:hover {
    color: #091936;
    background-color: #ececec;
    border-left: 2px solid#dad9d9;
    border-right: 2px solid#ffffff;
    border-bottom: 2px solid#dad9d9;
    font-weight: 700;
    box-shadow: 2px 2px 8px #8d8981;
    transform: scale(1.05);
}

.button-white-light {
    color: #091936;
    background-color: #ececec;
    border-left: 3px solid#091936;
    border-right: 3px solid#091936;
    border-bottom: 3px solid#091936;
    border-top: 3px solid#091936;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-white-light:hover {
    color: #091936;
    background-color: #ececec;
    border-left: 3px solid#091936;
    border-right: 3px solid#091936;
    border-bottom: 3px solid#091936;
    border-top: 3px solid#091936;
    font-weight: 700;
    box-shadow: 2px 2px 8px #8d8981;
    transform: scale(1.05);
}

.border-lateral {
    border-right: 3px solid #091936;
}

.border-lateral-gold {
    border-right: 3px solid #b39351;
}

.fondo-white {
    background-color: #ffffff;
}

.fondo-beige {
    background-color: #f0f1ed;
}

.fondo-beige-light {
    background-color: #f1f0ec;
}

.btn-float {
    position: absolute;
    top: -100px;
    left: 20%
}

.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;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.youtube {
    background: #ff0000;
    color: white;
}

.whatsapp {
    background: #52dd39;
    color: white;
}

.instagram {
    background: #704325;
    color: white;
}

.linkedint {
    background: #0e72a3;
    color: white;
}

.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;
    }
}

.arrow-image {
    list-style-type: none;
}

.arrow-image li::before {
    content: url(../../../images/new-images/icons/isotipo-tortuga-2.svg);
    height: 20px;
    width: 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700 !important;
    vertical-align: middle;
    color: #ffffff;
    display: inline-block;
    margin-left: -2rem;
    margin-right: 0.5rem;
}

.modal {
    overflow-y: auto;
}

.internal-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-hover {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.hover-container:hover .image-hover {
    opacity: 0.3;
}

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

.hover-container {
    position: relative;
    background-color: rgb(0, 0, 0);
}

.social-icon-color {
    background-color: white;
    border-radius: 150px;
    padding: 5px 10px;
}

.social-icon-color-2 {
    background-color: white;
    border-radius: 150px;
    padding: 5px 5px;
}

.icon-width {
    width: 35px;
}

.clients-img {
    width: 150px;
}