html {
    scroll-behavior: smooth;
}
.d-none {
    display: none;
}
body {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.t-transform-up {
    text-transform: uppercase !important;
}
.p-2r {
    padding: 2rem;
}
.pt-1r {
    padding-top: 1rem;
}
.pt-2r {
    padding-top: 2rem;
}
.readmore {
    color: #64e5ff;
    margin: 0 auto;
    font-size: 16px;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5s;
}
.readmore2 {
    color: #64e5ff;
    margin: 0 auto;
    font-size: 16px;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5s;
}
.shadow-g {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 2;
}
.shadow2 {
    position: absolute;
    background: linear-gradient(transparent, #000);
    width: 100%;
    height: 50%;
    opacity: 1;
    z-index: 2;
    bottom: 0;
}
.shadow3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
}
.shadowBlue {
    position: absolute;
    background-color: rgba(34, 86, 153, 0.5);
    width: 50%;
    height: 100%;
    z-index: 2;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shadowBlue2 {
    position: absolute;
    background-color: rgba(34, 86, 153, 0.5);
    width: 50%;
    height: 100%;
    z-index: 2;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shadowBlue h3,
.shadowBlue2 h3 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}
header {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    margin: 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    transition: top 0.1s ease-in-out;
    z-index: 100;
    max-width: 100vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#masthead-m {
    padding-top: 0.5rem;
    transition: 0.5s ease;
}
.header-left {
    float: left;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 23%;
}
.header-left svg {
    fill: white;
    width: 140px;
}
.header-center {
    float: left;
    margin: 0 auto;
    padding: 40px 0 0 0;
    text-align: center;
    width: 47%;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 77%;
    flex-direction: row;
    justify-content: flex-end;
}
.header-right a {
    color: #fff;
    display: inline-block;
    padding: 7px 14px 7px 13px;
}
.header-right .site-nav ul li a svg {
    stroke: #fff;
    margin: auto 0 auto 4px;
}
.header-right a.showonmob {
    display: none;
}
.header-right a {
    text-decoration: none;
}
.header-right .nav-contact {
    background-color: #64e5ff;
    color: #00569e;
    border: 2px solid #64e5ff;
    margin-right: 1rem;
    transition: 0.5s;
    font-weight: 700;
}
.header-right .nav-contact:hover {
    background-color: #00569e;
    color: #fff;
    border: 2px solid #00569e;
}
.header-right .phoneD {
    border: solid 2px #fff;
    margin-right: 1rem;
}
#contact {
    font-weight: 700 !important;
}
.site-nav {
    position: relative;
    z-index: 10;
}
.site-nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 11;
}
.site-nav li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 12px;
    position: relative;
}
.site-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    line-height: 40px;
    padding: 0 0;
    text-decoration: none;
}
.site-nav li a:hover {
    text-decoration: underline;
}
.site-nav li a.nounder:hover {
    text-decoration: none;
}
.site-nav ul .submenu-1,
.site-nav ul .submenu-2,
.site-nav ul .submenu-3,
.site-nav ul .submenu-4,
.site-nav ul .submenu-5 {
    --bg-pseudo: rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.35);
    display: none;
    padding: 0.75em 0 0.75em 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40px;
}
.site-nav ul .submenu-1 {
    left: 50%;
}
.site-nav ul .submenu-1:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 47px;
    width: 0;
    height: 0;
    border-width: 0 6px 7px;
    border-style: solid;
    border-color: transparent transparent var(--bg-pseudo);
}
.site-nav ul .submenu-2:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 41px;
    width: 0;
    height: 0;
    border-width: 0 6px 7px;
    border-style: solid;
    border-color: transparent transparent var(--bg-pseudo);
}
.site-nav ul .submenu-3:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 44px;
    width: 0;
    height: 0;
    border-width: 0 6px 7px;
    border-style: solid;
    border-color: transparent transparent var(--bg-pseudo);
}
.site-nav ul .submenu-4:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 70px;
    width: 0;
    height: 0;
    border-width: 0 6px 7px;
    border-style: solid;
    border-color: transparent transparent var(--bg-pseudo);
}
.site-nav ul .submenu-5:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 70px;
    width: 0;
    height: 0;
    border-width: 0 6px 7px;
    border-style: solid;
    border-color: transparent transparent var(--bg-pseudo);
}
.site-nav ul .submenu-2 {
    left: 50%;
}
.site-nav ul .submenu-3 {
    left: 50%;
}
.site-nav ul .submenu-4 {
    left: 50%;
}
.site-nav ul .submenu-5 {
    left: 50%;
}
.submenu-5 {
    width: max-content;
}
.site-nav ul li:hover > .submenu,
.site-nav ul li:hover > .submenu-1,
.site-nav ul li:hover > .submenu-2,
.site-nav ul li:hover > .submenu-3,
.site-nav ul li:hover > .submenu-4,
.site-nav ul li:hover > .submenu-5 {
    display: inherit;
}
.site-nav ul ul li {
    font-size: 16px;
    text-align: left;
    margin: 0;
    float: none;
    display: list-item;
    padding: 0 20px 0 20px;
    position: relative;
    width: max-content;
}
.site-nav ul ul li.showonmob {
    display: none;
}
.site-nav ul ul:nth-child(3) {
    border-right: 0;
}
.site-nav ul ul li a {
    line-height: 160%;
    text-transform: none;
}
.blue {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.blue p{
    width: 100%;
    color: #005699 !important;
    font-family: "Roboto Condensed", sans-serif !important;
}
.blue p a {
    color: #005699 !important;
    text-decoration: underline;
}
.grey {
    margin: 2rem 0 1rem 0;
    color: #707070;
}
.grey a {
    margin: 2rem 0 1rem 0;
    color: #707070;
    height: inherit !important;
    background-color: inherit !important;
    display: inherit !important;
    margin: inherit !important;
    justify-content: inherit !important;
    align-items: inherit !important;
    color: inherit !important;
    transition: inherit !important;
    width: inherit !important;
    margin: inherit !important;
    font-weight: inherit !important;
}
#for-travel-advisors a {
    height: 2rem;
    background-color: #64e5ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 6px 0;
    justify-content: center;
    align-items: center;
    color: #005699;
    font-family: "Roboto Condensed", sans-serif;
    transition: 0.5s;
    font-weight: 700;
}
#for-travel-advisors p.grey a {
  font-family: helvetica, sans-serif !important;
 display: inline!important;
}
#for-travel-advisors a:hover {
    background-color: #00569e;
    color: #64e5ff;
    color: #fff;
}
.input-news,
.text-area {
    padding: 6px;
}
.inputs .input-news input {
    flex: 1;
    margin: 0 !important;
    padding: 0;
    height: 2rem;
    margin: 6px;
    border-radius: 0;
    border: 0;
    text-align: center;
    color: #00569e;
    font-family: "Roboto Condensed", sans-serif;
    background-color: #f2f2f2;
    padding-left: 5px;
}
.inputs-area .text-area {
    padding: 0;
    display: flex;
}
.inputs-area .text-area textarea {
    margin: 0 !important;
    padding: 0;
    height: 11rem;
    margin: 6px;
    border-radius: 0;
    border: 0;
    color: #00569e;
    font-family: "Roboto Condensed", sans-serif;
    background-color: #f2f2f2;
    padding: 5px;
    min-height: 240px;
    width: auto !important;
    flex: 1;
}
#how-it-works,
.content-how {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
#how-it-works {
    padding: 0 1rem 3rem 1rem;
}
#how-it-works h2 {
    font-family: "Roboto Condensed", sans-serif;
    color: #00569e;
    font-size: 22px;
    text-transform: uppercase;
}
#how-it-works p {
    color: #707070;
    font-family: helvetica, sans-serif !important;
    margin: 1rem 0;
    line-height: 160%;
    text-align: justify;
}
.row-how {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.left-how {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 3rem;
    position: relative;
    justify-content: center;
    display: flex;
}
.circle {
    height: 3rem;
    width: 3rem;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #00569e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    z-index: 5;
}
.vertical {
    width: 5px;
    height: 100%;
    position: relative;
    bottom: 0;
    background-color: #00569e;
    z-index: 1;
}
.circle span {
    margin: auto;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.right-how {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 1rem;
}
.right-how h3 {
    margin: 0.9rem 0 0 0;
    color: #00569e;
    font-family: "Roboto Condensed", sans-serif;
}
#reference {
    background-color: #5f85af;
    padding-bottom: 1rem;
    height: auto !important;
    position: relative;
    padding-top: 3rem;
}
#reference h2 {
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
    text-transform: uppercase;
}
.slideshow-container-2 {
    margin: auto;
    min-height: 300px;
}
.next-2,
.prev-2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: #daf2e7;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next-2 {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.text-2 {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-family: "Roboto Condensed", sans-serif;
}
.text-2 .stars {
    color: #bebebe;
    font-size: 16px;
}
.text-2 .text-ref {
    padding: 0 51px;
    font-family: helvetica, sans-serif !important;
    line-height: 160%;
}
.text-2 .author {
    padding: 0 30px;
    font-size: 16px;
}
#dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 90%;
}
.dot-2 {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0 10px;
    background-color: #9fb6cf;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active-2,
.dot-2:hover {
    background-color: #fff;
}
#newsletterForm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    font-size: 18px;
}
.inputs,
.inputs-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
#newsletterForm2 input {
    padding: 0;
    height: 2rem;
    margin: 6px;
    border-radius: 0;
    border: 0;
    text-align: center;
    color: #005699;
    font-family: "Roboto Condensed", sans-serif;
}
#newsletterForm2 #submit-nl2 {
    height: 2rem;
    background-color: #64e5ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 6px;
    justify-content: center;
    align-items: center;
    color: #005699;
    font-family: "Roboto Condensed", sans-serif;
    transition: 0.5s;
    font-weight: 700;
}
#newsletterForm2 #submit-nl2:hover {
    background-color: #005699;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #005699;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}
:-ms-input-placeholder {
    color: #005699;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}
::placeholder {
    color: #005699;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}
.input-news,
.text-area {
    padding: 0;
    display: flex;
}
.inputs .input-news input,
.inputs-area .text-area textarea {
    margin: 0 !important;
}
.content-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    width: fit-content;
    margin: 2rem auto;
    color: #005699 !important;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 !important;
}
.content-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    right: -30px;
    height: 20px;
    width: 20px;
    border: solid 1px #005699;
}
.content-check input:checked ~ .checkmark {
    background-color: #005699;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.content-check input:checked ~ .checkmark:after {
    display: block;
}
.content-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#logos-home {
    margin: 0 auto 1.5rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #9a9a9a;
    color: #fff;
    padding: 2rem 1rem;
}
.sign-up h2 {
    text-transform: uppercase;
}
#logos-home h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: 2rem;
}
#logos-home a {
    margin-top: 2rem;
}
#logos-home .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    justify-content: center;
}
.logos .logo {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos-desk {
    margin: 0 0 2rem 0;
    height: auto;
    width: 100%;
    margin: auto !important;
}
.logos-mobile {
    margin: 0 0 2rem 0;
    width: 229px;
    margin: auto !important;
}
#blue-parallel {
    margin: 2rem 0 0 0;
}
.blue-parallel-insta-title {
    color: #00569e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
}
.blue-parallel-insta-title a,
.blue-parallel-insta-title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #00569e;
}
.blue-parallel-insta-title a svg {
    height: 2rem;
}
.blue-parallel-insta-title p {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
}
#blue-parallel svg {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    fill: #00569e;
    width: 1.5rem;
    margin-right: 5px;
}
#blue-parallel .galery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}
.galery .galeryPic {
    width: 50%;
    height: 10rem;
}
.galery .galeryPic a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pic {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.pic-1 {
    background-image: url("../../img/Argentina-Northwest-Purmamarca.jpg");
}
.pic-2 {
    background-image: url("../../img/card-argentina-patagonia-perito-moreno-glacier.jpg");
}
.pic-3 {
    background-image: url("../../img/Croatia-Dubrovnik-Old-Town.jpg");
}
.pic-4 {
    background-image: url("../../img/Greece-Private-Yacht-Charter.jpg");
}
.pic-5 {
    background-image: url("../../img/Greece-Santorini-Grace-Hotel-Pool.jpg");
}
.pic-6 {
    background-image: url("../../img/Iceland-Eleven-Deplar-Farm.jpg");
}
footer {
    background-color: #5f85af;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
}
footer .content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}
footer .foo1,
footer .foo2,
footer .foo3,
footer .foo4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: flex;
    flex-direction: column;
}
footer .foo1 {
    padding: 1rem 2rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
}
footer .foo2,
footer .foo3,
footer .foo4 {
    padding: inherit;
}
.foo1,
.foo2,
.foo3,
.foo4 {
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
}
.foo1 p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    text-align: center;
}
.foo1 img {
    margin: auto;
    width: 140px;
}
.foo1 svg {
    margin: 0 auto;
    width: 140px;
}
.logos-foo img {
    width: auto;
    height: 19px;
}
.logos-foo svg {
    width: auto;
    height: 19px;
    max-width: 30%;
}
.logos-foo :first-child {
    width: 86px;
    height: auto;
    fill: #fff;
}
.logos-foo :last-child {
    width: auto;
    height: 27px;
}
.logos-foo svg path {
    stroke: white;
    fill: white;
}
.foo2 {
    text-align: center;
    order: 1;
}
.foo2 h3,
.foo2 ul {
    margin: 0;
    padding: 0;
}
.foo2 ul li {
    text-decoration: none;
    list-style: none;
    line-height: 200%;
}
.foo2 h3 {
    line-height: 200%;
}
.foo3 {
    text-align: center;
    order: 2;
}
.foo2 a,
.foo3 a {
    color: #fff;
}
.foo2 a:hover {
    text-decoration: underline;
}
.foo3 a:hover {
    text-decoration: underline;
}
.foo4 {
    order: 3;
}
.foo1 {
    order: 4;
}
.foo5 {
    order: 5;
}
.foo3 h3,
.foo3 ul {
    margin: 0;
    padding: 0;
}
.foo3 ul li {
    text-decoration: none;
    list-style: none;
    line-height: 200%;
}
.foo3 h3 {
    line-height: 200%;
    white-space: nowrap;
}
.foo3 li a {
    white-space: nowrap;
}
.foo4 {
    padding-bottom: 0 !important;
}
.foo5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 1rem 0 0 0;
}
.foo5 a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
.foo5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    padding: 0 1rem 1rem 1rem;
}
.foo5 ul li {
    list-style: none;
}
.foo5 p {
    text-align: center;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}
.foo5 .foo-phone {
    font-size: 17px;
}
.foo-logos-5 {
    text-align: center !important;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cont-newsletter2 h2 {
    margin: 0;
}
#newsletterForm2 a {
    width: 100%;
}
.input input {
    width: 100%;
}
.li-redes svg {
    width: 27px;
    height: auto;
    stroke: #fff;
}
.desk {
    display: none !important;
}
.desk-t {
    display: none !important;
}
.desk-hero {
    display: none !important;
}
#thanks {
  padding: 8rem 0 6rem 0;
}
#thanks .main-title {
  color: #005699;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0 auto 1.25em auto;
  text-align: center;
  padding: 0 1rem;
}
.content-card-s3 {
  margin:3rem auto 0 auto;
    max-width: 700px;
}
.content-lux-img {
    max-width: 100%;
    padding: 5px 10px !important;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.content-lux-img a {
    display: block;
}
.content-lux-img p {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content-lux-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 767px) {
  .content-card-s3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
  }
  .lux-mid {
      margin: 0 10px;
  }
  .content-lux-img {
      width: 33%;
  }
  .content-lux-img p {
      font-size: 18px;
  }

    .desk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important;
    }
    .mobile {
        display: none !important;
    }
    .readmore {
        font-size: 16px;
    }
    .p-md-2r {
        padding: 2rem;
    }
    .shadowBlue,
    .shadowBlue2 {
        width: 30%;
    }
    .shadowBlue h3,
    .shadowBlue2 h3 {
        font-size: 32px;
    }
    header {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    #masthead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        transition: 0.5s ease;
    }
    .header-left {
        padding-left: 1rem;
    }
    .fix-li-ins {
        min-width: 10rem !important;
        width: auto;
    }
    .header-right a {
        white-space: nowrap;
    }
    .header-center {
        justify-content: center;
        align-items: center;
        width: 60%;
        padding: 0;
        align-items: center;
    }
    .site-nav ul li a {
        align-items: center;
    }
    .site-nav ul li a svg {
        margin: 0 0 0 5px;
        stroke: #fff;
    }
    .header-right {
        float: unset;
        align-items: center;
        width: 26%;
    }
    .header-left {
        justify-content: left;
        align-items: center;
        width: 20%;
    }
    .loginForm {
        width: 45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
    }
    .input-news,
    .text-area {
        width: 100% !important;
    }
    .readmore:hover {
        color: #fff;
    }
    .readmore2:hover {
        color: #fff;
    }
    .cont-newsletter {
        padding: 5% 0;
    }
    .cont-newsletter h2 {
        font-size: 24px;
    }
    .cont-newsletter p {
        font-size: 18px;
        margin: 1rem 0;
    }
    .text-2 .text-ref {
        padding: 0 20%;
        font-size: 16px;
        line-height: 160%;
    }
    .inputs {
        flex-direction: row;
        justify-content: center;
    }
    .content-lux-img {
        padding: inherit !important;
    }
    #how-it-works {
        padding: 0 20% 5rem 20%;
    }
    #reference {
        margin-bottom: 1.5rem;
        height: auto !important;
    }
    .cont-newsletter {
        padding: 5% 0;
    }
    .cont-newsletter h2 {
        font-size: 24px;
    }
    .cont-newsletter p {
        font-size: 18px;
        margin: 1rem 0;
    }
    #newsletterForm {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    #newsletterForm input {
        width: 20%;
        text-align: left;
    }
    #newsletterForm a {
        margin: 2rem auto !important;
        width: 15%;
    }
    .inputs {
        flex-direction: row;
        justify-content: center;
    }
    .content-lux-img {
        padding: inherit !important;
    }
    #logos-home {
        padding: 3rem 12%;
        margin-top: 1.5rem;
    }
    #logos-home a {
        margin-top: 2rem;
    }
    #logos-home .logos {
        justify-content: center;
    }
    .logos .logo {
        width: 16%;
    }
    .logos .logo img {
        transform: scale(1.2);
    }
    .logos-desk {
        margin: 0 0 2rem 0;
        height: auto;
        width: 100%;
        margin: auto !important;
    }
    .pic {
        margin: 3px;
    }
    #blue-parallel {
        padding-top: 5rem;
    }
    .blue-mid {
        margin: 0 10px;
    }
    .galery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .galery .galeryPic {
        width: 16vw;
        height: 16vw;
        padding: 3px;
    }
    #blue-parallel .galery {
        flex-wrap: nowrap;
        padding: 1rem 1rem 1.5rem 1rem;
    }
    footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 4rem 1rem;
    }
    footer .content-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        flex-direction: row;
    }
    footer .foo1 {
        padding: 0;
    }
    .foo1 svg {
        margin: 0;
    }
    .foo1 {
        order: 1;
    }
    .foo2 {
        order: 2;
    }
    .foo3 {
        order: 3;
    }
    .foo4 {
        order: 4;
    }
    .foo5 {
        order: 5;
    }
    .foo2 h3 {
        line-height: 100%;
    }
    .foo3 h3 {
        line-height: 100%;
    }
    .foo5,
    footer .foo1,
    footer .foo2,
    footer .foo3,
    footer .foo4 {
        width: auto;
        max-width: 25%;
        margin: 0 auto;
    }
    footer .foo4 {
        padding: 0;
    }
    footer .foo4 h2 {
        text-align: left;
    }
    footer .foo4 .cont-newsletter2 .form-newsletter form input {
        min-width: inherit;
    }
    .foo1 img {
        margin: inherit;
    }
    .logos-foo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .foo1 p {
        text-align: left;
        margin-bottom: 1rem;
    }
    .foo2 ul,
    .foo3 ul {
        line-height: 200%;
        text-align: left;
    }
    .foo2 h3,
    .foo3 h3,
    .foo4 h2 {
        text-align: left;
        font-size: 17px;
        line-height: 100%;
        margin-bottom: 5%;
    }
    .cont-newsletter2 {
        padding-top: 0 !important;
    }
    .cont-newsletter2 h2 {
        margin: 0;
    }
    .foo5 a {
        font-size: 16px;
    }
    .li-redes svg {
        width: 27px;
        height: auto;
        stroke: #fff;
    }
    #newsletterForm2 input {
        text-align: left;
        height: 20px;
        margin: auto 0;
    }
    .input {
        height: 28px;
        background-color: #fff;
        padding: 4px;
        margin: 4px 0;
    }
    #newsletterForm2 a {
        margin: 5px 0 !important;
    }
    .input-news {
        background-color: #fff;
        padding: 4px;
        margin: 4px 0;
        padding: 0;
        margin: 0;
        width: 20%;
    }
    .text-area {
        background-color: #fff;
        padding: 4px;
        margin: 4px 0;
        padding: 0;
        overflow: hidden;
        width: 20%;
        margin: 0 0 8px 0;
    }
    .input-news input,
    .text-area textarea {
        vertical-align: bottom;
        width: inherit;
        width: 99% !important;
        margin: 0 !important;
        text-align: left !important;
    }
    #signUpForm {
        max-width: 45%;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 auto;
        flex-direction: row;
    }
    #signUpForm .inputs {
        flex: 49%;
    }
    #signUpForm .inputs-area {
        width: 100% !important;
    }
    #signUpForm .a-signup {
        width: 100% !important;
    }
    #signUpForm a {
        width: auto !important;
        margin: 8px 0 8px 4px !important;
    }
    #for-travel-advisors {
        padding: 8rem 1rem 3rem 1rem;
    }
    #for-travel-advisors p {
        padding: 0;
    }
    #thanks .blue p {
        width: auto;
        margin:0 auto;
        text-align: center;
        padding: 0 1rem;
    }
    #for-travel-advisors a {
        width: 50% !important;
        margin: 0 auto !important;
    }
    .content-travel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    c .ml-5px {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
    .mx-3px {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}
@media (max-width: 767px) {
  #thanks .blue p {
      width: auto;
      margin:0 auto;
      text-align: center;
      padding: 0 1rem;
  }
    #header-left {
        width: 105px;
        fill: #fff;
        width: 50%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-left: 1rem;
        justify-content: left;
        align-self: center;
    }
    #header-center {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        top: 55px;
        position: fixed;
        left: 0;
        height: calc(100vh - 75px);
        padding: 5px 0 0 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 100%;
        transition: all 0.3s ease-out 0s;
        text-align: right !important;
        background-color: transparent;
    }
    #header-center .site-nav {
        width: 45%;
        background: #fff;
    }
    #header-center .submenus {
        width: 55%;
        background-color: transparent;
        position: relative;
        z-index: 10;
    }
    .submenus ul {
        background: #818181;
        height: 1000%;
        margin: 0;
        text-align: left;
        padding: 1rem;
        color: #fff;
        font-size: 14px;
        line-height: 185%;
        position: relative;
        z-index: 11;
    }
    .submenus ul li a {
        color: #fff;
    }
    .submenus li {
        margin: 0 0 0.375rem 0;
        list-style: none;
    }
    #tog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 5px 6px 8px !important;
    }
    #tog svg {
        width: 100px;
        margin: 0 1rem 0 1rem;
        height: 40px;
    }
    .site-nav li {
        width: 100%;
        margin: 0;
    }
    .site-nav ul {
        padding: 1rem;
    }
    .site-nav li a {
        border-bottom: 1px solid #818181;
        color: #818181;
        line-height: 100%;
        padding: 9px 0;
        text-align: right;
        width: 100%;
    }
    #header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 70%;
        margin-right: 1rem;
        justify-content: flex-end;
        align-self: center;
    }
    #header-right a {
        text-decoration: none;
        font-size: 12px;
        padding: 7px 8px 6px 8px;
        font-size: 14px;
        color: #fff;
        display: inline-block;
        vertical-align: top;
    }
    .containerX {
        display: inline-block;
        cursor: pointer;
        margin: auto;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 20px;
        height: 3px;
        background-color: #fff;
        margin: 4px 0;
        transition: 0.1s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 2px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -1px);
    }
    .nav-contact-m {
        background-color: #64e5ff;
        color: #00569e !important;
        border: 3px solid #64e5ff;
        font-size: 11px !important;
        padding: 4px 6px !important;
        letter-spacing: 1px;
        font-weight: 700;
    }
    #number {
        border: 1px solid #fff;
        padding: 4px 5px !important;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .tab-row {
        flex-direction: column;
    }
    .foo2,
    .foo3 {
        margin-bottom: 0.5rem;
    }
    .foo4 {
        margin-top: 1rem;
    }
}
@media (max-width: 361px) {
    #contact {
        letter-spacing: 0;
    }
    #masthead-m #header-right {
        margin-right: 2px;
    }
}
.modal {
    background: #fff;
    display: none;
    height: 400px;
    left: 50%;
    max-width: 700px;
    max-height: 100%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999999999;
}
.modal.modal-weather {
    box-shadow: 14px 14px 39px 16px rgba(0, 0, 0, 0.27);
    height: 600px;
    max-width: 360px;
}
.modal.modal-weather .weather_header {
    background: #cecece;
    margin: 0 auto 3px auto;
    padding: 0.5em 1em 0.5em 15px;
    width: 100%;
}
.modal.modal-weather .weather_header h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: none;
}
.modal.modal-weather .weather_header svg {
    display: inline-block;
    margin: 0 5px 0 0;
    fill: #005699;
    max-width: 57px;
    height: auto;
}
.modal.modal-weather h3 {
    background: #005699;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 0.5em 0 0.5em 15px;
}
.modal.modal-weather table {
    margin: 0 auto 1em auto;
    width: 100%;
}
.modal.modal-weather th {
    border-bottom: 1px solid #818181;
    color: #005699;
    font-size: 12px;
    padding: 0.5em 15px;
    text-align: center;
}
.modal.modal-weather td {
    color: #005699;
    font-size: 12px;
    padding: 0.5em 15px;
    text-align: center;
}
.modal.modal-weather tr:nth-child(even) {
    background: #cecece;
}
.modal.modal-weather {
    box-shadow: 14px 14px 39px 16px rgba(0, 0, 0, 0.27);
    max-width: 360px;
}
.modal.modal-contact .contact-header {
    padding: 1em 3%;
    width: 100%;
}
.modal.modal-contact .contact-header img,
.modal.modal-contact .contact-header svg {
    margin: 0 0 0 auto;
    max-height: 50px;
    vertical-align: middle;
    width: auto;
}
.modal.modal-contact .contact-header svg {
    fill: #346094;
    width: 90px;
    height: auto;
}
.modal.modal-contact .contact-header .slogan {
    margin: 6px 12px 0 0;
    max-height: 26px;
}
.modal.modal-contact .line {
    background: #dcdcdc;
    margin: 0 auto 0.5em auto;
    padding: 0 3%;
    position: relative;
    width: 100%;
}
.modal.modal-contact .line.dark {
    background: #bcbcbc;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    padding: 0.5em 3%;
    margin: 0 auto 0.5em auto;
}
.modal.modal-contact .line.dark .col {
    margin: 0 15px 0 0;
}
.modal.modal-contact .line.dark i {
    color: #005699;
    display: inline-block;
    font-size: 40px;
    line-height: 100%;
    vertical-align: top;
}
.modal.modal-contact .line.dark a {
    color: #fff;
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    text-decoration: none;
}
.modal.modal-contact .line.dark a:hover {
    text-decoration: underline;
}
.modal.modal-contact input,
.modal.modal-contact textarea {
    background: 0 0;
    border: 0;
    color: #005699;
    font-size: 16px;
    margin: 0 auto 0 auto;
    padding: 0.75em 0;
    width: 100%;
}
.modal.modal-contact textarea {
    padding: 0.75em 0 0.75em 0;
    height: 120px;
}
.modal-guts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 0 2em 0;
    z-index: 1;
}
.modal-guts-int {
    height: 100%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.modal .modal_int .contact-submit {
    background: #005699;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 24px;
    right: 24px;
    text-align: center;
}
.modal .modal_int .contact-submit a {
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: bolder;
}
.modal .cerrar {
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2;
}
.modal .cerrar a {
    background: #fff;
    border-radius: 50%;
    color: #005699;
    display: block;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: none;
}
.modal .cerrar a:hover {
    background: #005699;
    color: #fff;
}
.modal {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
    width: 90%;
}
.modal.modal-contact .contact-header .slogan {
    margin: 7px 12px 0 0;
    max-height: 23px;
}
.modal.modal-contact input,
.modal.modal-contact textarea {
    font-size: 14px;
}
.modal.modal-contact .line.dark {
    font-size: 16px;
}
.modal.modal-contact .line.dark a {
    line-height: 30px;
}
.modal.modal-contact .line.dark i {
    font-size: 30px;
    min-width: 30px;
    text-align: center;
}
.modal .modal_int .contact-submit {
    font-size: 12px;
    line-height: 40px;
    width: 40px;
    bottom: 12px;
    right: 30px;
}
.line .col {
    color: #00569e;
}
.line .col svg {
    min-width: 30px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}
@media (min-width: 769px) {
    .modal.modal-contact .line.dark {
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .modal-guts-int {
        width: 97%;
    }
    .modal.modal-contact .contact-header {
        text-align: end;
        max-width: 100%;
        width: inherit;
    }
    .logos-desk {
        margin: 0 0 2rem 0;
        height: auto;
        width: 100%;
        margin: auto !important;
    }
}
@media (max-width: 767px) {
    .foo2 h3,
    .foo2 ul li,
    .foo3 h3,
    .foo3 ul li,
    .foo4 h2 {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
    }
    .foo5 ul {
        justify-content: center;
    }
    .li-redes-mid {
        margin: 0 12px;
    }
}
@media (max-width: 361px) {
    .cont-newsletter p {
        font-size: 13px;
    }
    #tog svg {
        margin-left: 10px;
    }
    #reference {
        height: auto !important;
    }
}
@media (min-width: 1200px) {
    footer .content-footer {
        max-width: 1200px;
    }
}
@media (max-width: 1025px) {
    .header-right a {
        white-space: nowrap;
    }
}
@media (max-width: 1300px) {
    #masthead-m {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important;
    }
    #masthead {
        display: none !important;
    }
    header {
        color: #fff;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 16px;
        margin: 0;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        transition: top 0.1s ease-in-out;
        z-index: 100;
        max-width: 100vw;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    #masthead-m {
        padding-top: 0.5rem;
    }
    .header-left {
        float: left;
        margin: 0 auto;
        padding: 0;
        text-align: left;
        width: 23%;
    }
    .header-left svg {
        fill: white;
        width: 140px;
    }
    #header-left a svg {
        width: 100px;
        margin: 0 1rem;
        height: 40px;
        fill: white;
    }
    .header-center {
        float: left;
        margin: 0 auto;
        padding: 40px 0 0 0;
        text-align: center;
        width: 47%;
    }
    .header-right {
        float: left;
        width: 77%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .header-right a {
        color: #fff;
        display: inline-block;
        padding: 7px 14px 7px 13px;
    }
    .header-right .site-nav ul li a svg {
        stroke: #fff;
        margin: auto 0 auto 4px;
    }
    .header-right a.showonmob {
        display: none;
    }
    .header-right a {
        text-decoration: none;
    }
    .header-right .nav-contact {
        background-color: #64e5ff;
        color: #00569e;
        border: 2px solid #64e5ff;
        margin-right: 1rem;
        transition: 0.5s;
        font-weight: 700;
    }
    .header-right .nav-contact:hover {
        background-color: #00569e;
        color: #fff;
        border: 2px solid #00569e;
    }
    .header-right .phoneD {
        border: solid 2px #fff;
        margin-right: 1rem;
    }
    #contact {
        font-weight: 700 !important;
    }
    .site-nav {
        position: relative;
        z-index: 10;
    }
    .site-nav ul {
        margin: 0;
        list-style: none;
        padding: 0;
        position: relative;
        z-index: 11;
    }
    .site-nav li {
        display: inline-block;
        text-transform: uppercase;
        margin: 0 12px;
        position: relative;
    }
    .site-nav li a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        line-height: 40px;
        padding: 0 0;
        text-decoration: none;
    }
    .site-nav li a:hover {
        text-decoration: underline;
    }
    .site-nav li a.nounder:hover {
        text-decoration: none;
    }
    .site-nav ul .submenu-1,
    .site-nav ul .submenu-2,
    .site-nav ul .submenu-3,
    .site-nav ul .submenu-4,
    .site-nav ul .submenu-5 {
        background: rgba(0, 0, 0, 0.35);
        display: none;
        padding: 0.75em 0 0.75em 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 40px;
    }
    .site-nav ul .submenu-1 {
        left: 50%;
    }
    .site-nav ul .submenu-1:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 47px;
        width: 0;
        height: 0;
        border-width: 0 6px 7px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.35);
    }
    .site-nav ul .submenu-2:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 41px;
        width: 0;
        height: 0;
        border-width: 0 6px 7px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.35);
    }
    .site-nav ul .submenu-3:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 44px;
        width: 0;
        height: 0;
        border-width: 0 6px 7px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.35);
    }
    .site-nav ul .submenu-4:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 70px;
        width: 0;
        height: 0;
        border-width: 0 6px 7px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.35);
    }
    .site-nav ul .submenu-5:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 80px;
        width: 0;
        height: 0;
        border-width: 0 6px 7px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.35);
    }
    .site-nav ul .submenu-2 {
        left: 50%;
    }
    .site-nav ul .submenu-3 {
        left: 50%;
    }
    .site-nav ul .submenu-4 {
        left: 50%;
    }
    .site-nav ul .submenu-5 {
        left: 50%;
    }
    .submenu-5 {
        width: max-content;
    }
    .site-nav ul li:hover > .submenu,
    .site-nav ul li:hover > .submenu-1,
    .site-nav ul li:hover > .submenu-2,
    .site-nav ul li:hover > .submenu-3,
    .site-nav ul li:hover > .submenu-4,
    .site-nav ul li:hover > .submenu-5 {
        display: inherit;
    }
    .site-nav ul ul li {
        font-size: 16px;
        text-align: left;
        margin: 0;
        float: none;
        display: list-item;
        padding: 0 20px 0 20px;
        position: relative;
        width: max-content;
    }
    .site-nav ul ul li.showonmob {
        display: none;
    }
    .site-nav ul ul:nth-child(3) {
        border-right: 0;
    }
    .site-nav ul ul li a {
        line-height: 145%;
        text-transform: none;
    }
    #header-left {
        width: 105px;
        fill: #fff;
        width: 50%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-left: 1rem;
        justify-content: left;
        align-self: center;
    }
    #header-center {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        top: 55px;
        position: fixed;
        left: 0;
        height: 100%;
        padding: 5px 0 0 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 100%;
        transition: all 0.3s ease-out 0s;
        text-align: right !important;
        background-color: transparent;
    }
    .site-nav {
        height: 100%;
    }
    .submenus {
        height: 100%;
    }
    #header-center .site-nav {
        width: 45%;
        background: #fff;
    }
    #header-center .submenus {
        width: 55%;
        background-color: transparent;
        position: relative;
        z-index: 10;
    }
    .submenus ul {
        background: #818181;
        height: 100%;
        margin: 0;
        text-align: left;
        padding: 1rem;
        color: #fff;
        font-size: 16px;
        line-height: 185%;
        position: relative;
        z-index: 11;
    }
    .submenus ul li a {
        color: #fff;
    }
    .submenus li {
        margin: 0 0 0.375rem 0;
        list-style: none;
    }
    #tog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 5px 6px 8px !important;
    }
    #tog svg {
        width: 100px;
        margin: 0 1rem 0 1rem;
        height: 40px;
    }
    .site-nav li {
        width: 100%;
        margin: 0;
    }
    .site-nav ul {
        padding: 1rem;
    }
    .site-nav li a {
        border-bottom: 1px solid #818181;
        color: #818181;
        line-height: 100%;
        padding: 9px 0;
        text-align: right;
        width: 100%;
    }
    #header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 70%;
        margin-right: 1rem;
        justify-content: flex-end;
        align-self: center;
    }
    #header-right a {
        text-decoration: none;
        font-size: 12px;
        padding: 7px 8px 6px 8px;
        font-size: 14px;
        color: #fff;
        display: inline-block;
        vertical-align: top;
    }
    .containerX {
        display: inline-block;
        cursor: pointer;
        margin: auto;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 20px;
        height: 3px;
        background-color: #fff;
        margin: 4px 0;
        transition: 0.1s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 2px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -1px);
    }
    .nav-contact-m {
        background-color: #64e5ff;
        color: #00569e !important;
        border: 3px solid #64e5ff;
        font-size: 11px !important;
        padding: 4px 6px !important;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .tab-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
@media (max-width: 943px) {
    .desk-X {
        display: none !important;
    }
}
@media (min-width: 944px) {
    .desk-X {
        display: block !important;
    }
}
@media (min-width: 1101px) {
    .desk-t {
        display: block !important;
    }
    .desk-hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important;
    }
    .mobile-t {
        display: none !important;
    }
    .hero-dest .nav-page a:hover {
        border-bottom: 3px solid #40e0d0 !important;
    }
    .hero-dest .nav-page a:focus {
        border-bottom: 3px solid transparent !important;
    }
    .hero-dest .nav-page a:active {
        border-bottom: 3px solid transparent !important;
    }
    .logos-desk {
        margin: 0 0 2rem 0;
        height: auto;
        width: 934px;
        margin: auto !important;
    }
    footer .foo4 .cont-newsletter2 .form-newsletter form input {
        min-width: 14rem;
    }
    footer .foo2,
    footer .foo3,
    footer .foo4 {
        padding: 0 2rem 1rem 2rem;
    }
    .form-newsletter {
        margin-top: 5px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #for-travel-advisors p {
        padding: 0;
    }
    .sign-up {
        margin-top: 2rem;
    }
    #reference {
        margin-bottom: 1.5rem;
        height: auto !important;
    }
    footer .content-footer {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .row-2 .row-left p {
        width: 70%;
        margin: 0;
    }
    .p-md-2r {
        padding: 0;
    }
    #intro .row-2 .row-left {
        flex-direction: row;
    }
    footer .content-footer {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .foo1 {
        min-width: 33%;
    }
    .foo2,
    .foo3 {
        min-width: 20%;
    }
    .foo1 p {
        padding: 0 1rem 0 0;
    }
    .foo4 {
        margin-top: 2rem !important;
    }
    .foo5 {
        min-width: 100%;
        margin-top: 2rem;
    }
    .foo5 .redes {
        justify-content: center;
    }
    .foo5 .redes .li-redes-mid {
        margin: 0 1rem;
    }
    .foo4 {
        min-width: 100%;
    }
    .foo4 .cont-newsletter2,
    .foo4 .cont-newsletter2 .form-newsletter {
        width: 100%;
    }
    .foo4 .cont-newsletter2 h2 {
        text-align: center;
    }
    #newsletterForm2 {
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
    }
    #newsletterForm2 .input {
        width: 23%;
    }
    #newsletterForm2 a {
        width: 23%;
    }
    #newsletterForm2 #submit-nl2 {
        min-height: 36px;
        margin: 0 !important;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    #reference {
        height: auto !important;
    }
}
@media (max-width: 569px) and (orientation: landscape) {
    #reference {
        height: auto !important;
    }
}
@media (min-width: 570px) and (max-width: 990px) and (orientation: landscape) {
    #reference {
        height: auto !important;
    }
    .text-2 .text-ref {
        padding: 0 15%;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .n-tab {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .n-tab {
        display: block !important;
    }
    .tab-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .tab-row .foo1 {
        max-width: 40%;
    }
}
.swiper-pagination-bullet {
    cursor: pointer;
    height: 6px;
    width: 6px;
    margin: 0 10px !important;
    background-color: #9fb6cf;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
    outline: 0;
}
#content-dots span {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0 10px;
    background-color: #98bbd7 !important;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    opacity: 1;
}
#content-dots .swiper-pagination-bullet-active {
    background-color: #00569e !important;
    opacity: 1;
}
@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}
@media (min-width: 1024px) {
    .tab-rowtab-row {
        max-width: 60% !important;
    }
}
.contact-alt:hover {
    background-color: #fff !important;
    color: #005699 !important;
    border: solid 2px #fff !important;
}
.menu {
    width: 100%;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 4;
}
.wrapper {
    height: 2000px;
    width: 100%;
    padding-top: 20px;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 4;
}
.a-active {
    border-bottom: 3px solid #40e0d0 !important;
}
.a-activeX {
    border-bottom: 3px solid transparent !important;
}
