:root {
    --color-white: #ffffff;
    --color-dark: #4F4F4F;
    --color-light: #828282;
    --color-red: #C2303D;
    --color-orange: #FF6B00;
    --color-blue: #002874;
    --font-family: 'Red Hat Display', sans-serif;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    background-color:#1f2e4d!important;
}

.bgblue{
    background-color:#1f2e4d!important;
}

a {
    text-decoration: none !important;
}

button:focus {
    outline: 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.logo-maxmeio {
    position: fixed;
    right: 0;
    bottom: 110px;
    z-index: 50;
}

.dropdown-item {
    font-weight: 500;
    color: #fff;
}

.dropdown-menu {
    color: #fff;
    background-color: #ff6b00ba;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 30px 0 60px 30px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    color: #98120d;
    font-weight: 800;
    transition: .6s;
    background-color: transparent;
}

.dropdown button {
    padding: .5rem 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6b00;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#preloader .inner img {
    max-width: 400px;
}

.pulse {
    animation: pulse .5s both infinite;
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.offcanvas-header {
    display: none;
}

section.navegador {
    background: linear-gradient(180deg, rgba(43, 43, 43, 0.75) -2.97%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 20px;
}

section.navegador .navbar-toggler i {
    color: #fff;
}

.bt-fecharresp {
    z-index: 9999;
    position: absolute;
    right: 33%;
    top: -10px;
    width: 5%;
}

@media (max-width: 900px) {
    .bt-fecharresp {
        z-index: 1101;
        right: 14%;
        top: -8px;
    }
}

@media (max-width: 767px) {
    section.navegador .navbar-brand img {
        width: 400px !important;
        transition: .6s;
    }
    #bt-fechar {
        right: 13% !important;
        width: 7% !important;
    }
    #bt-fechar-red {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        height: 30px;
    }
    .navegador_fixed-top {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

@media (max-width: 1199px) {
    .offcanvas-header {
        display: block;
        padding-bottom: 5rem;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffa600;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
        z-index: 9999;
    }
    .navbar-nav {
        display: flex;
 align-items: center;
    }
    .offcanvas-header button {
        color: var(--color-light);
    }
    .offcanvas-header button:hover {
        color: var(--color-blue);
    }
    .sociais-nav {
        margin-top: 5rem;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 499px) {
    .navbar-brand {
        display: contents;
    }
    section.navegador .navbar-brand img {
        width: 220px !important;
        transition: .6s;
    }
}

section.navegador .navbar-brand img {
    width: 450px;
    transition: .6s;
}

section.navegador .img-resp {
    width: 100px !important;
    transition: .6s;
}

.nav-item {
    padding: 3px 10px;
}

.nav-item .nav-link {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: .6s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.62);
}

.nav-item .dropdown .dropdown-toggle {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: .6s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.62);
}

.nav-item .nav-link.active,
.nav-item:hover .nav-link {
    color: #ff6b00;
}

.nav-item .dropdown .dropdown-toggle.active,
.nav-item:hover .dropdown .dropdown-toggle {
    color: #ff6b00 !important;
}

.nav-item:hover .dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #ff6b00;
}

.nav-item .dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #fff;
}

.nav-item .nav-link .line::after {
    content: '';
    display: none;
    background-image: url(../img/icon/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 8px;
    background-position: center;
    transition: all 1s ease;
    animation-direction: reverse;
}

.nav-item:hover .nav-link::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 8px;
    background-position: center;
    transition: opacity .3s ease;
    animation-fill-mode: both;
    animation: transition_line 1s linear both;
}

.nav-item .nav-link.active::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 8px;
    background-position: center;
    transition: opacity .3s ease;
    animation-fill-mode: both;
    animation: transition_line 1s linear both;
}

@keyframes transition_line {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.dropdown-menu {
    min-width: 4rem;
}

.nav-item.idi_dropdown {
    margin-left: 2rem;
}

@media (max-width: 1790px) {
    section.navegador .navbar-brand img {
        width: 400px;
        transition: .6s;
    }
    .nav-item .dropdown .dropdown-toggle,
    .nav-item .nav-link {
        font-size: 14px;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .nav-item.idi_dropdown {
        margin-left: 0;
    }
}

.bg_bottom {
    background: 0 0;
    max-height: 170px;
    position: absolute;
    bottom: -1px;
    z-index: 0 }

section.banner .form_reserva {
    background: #1157b5;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.banner .form_reserva h1 {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    width: max-content;
    margin-bottom: 0;
}

section.banner .form-control {
    height: 45px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

section.banner label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

section.banner .form-control::placeholder {
    color: #fff;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(152, 18, 13, 0.42);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(152, 18, 13, 0.42);
}
.btn7 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1f2e4d;

    background: #fbe238;
    border-radius: 20px;
    padding: 12px 25px;
}

.btn7:hover {
    transition: .6s;
    color: #fff;
    background: #1f2e4d;
}
section.banner .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1f2e4d;

    background: #fbe238;
    border-radius: 20px;
    padding: 12px 25px;
}

section.banner .btn:hover {
    transition: .6s;
    color: #fff;
    background: #1f2e4d;
}

section.acomodacoes {
    margin: 3rem auto;
}

section.acomodacoes h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #002874;
    text-align: center;
}

section.acomodacoes .card-body {
    padding: 1.25rem 0;
}

section.acomodacoes .card:hover .card-body .card-title {
    transition: .6s;
    color: #ff6b00;
}

section.acomodacoes h1::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line-a.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    margin: 10px;
    background-position: center;
}

section.acomodacoes .card {
    border: none;
}

section.acomodacoes .card .card-body .card-title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #002874;
}

section.acomodacoes .card .bg_img_rotate {
    transform: rotate(3deg);
    border-radius: 10px;
    margin: 10px;
    background: linear-gradient(270deg, #ff5100, #ff6b00, #ff9400, #ffab00);
    background-size: 800% 800%;
    animation: AnimationName 8s ease infinite;
}

section.acomodacoes .card .bg_img_rotate img {
    transform: rotate(-3deg);
    border-radius: 10px;
}

@media (max-width: 1440px) {
    section.acomodacoes .card .card-body .card-title {
        font-size: 24px;
    }
    section.acomodacoes .owl-nav {
        display: none;
    }
    section.acomodacoes .owl-theme .owl-dots .owl-dot.active span,
    section.acomodacoes .owl-theme .owl-dots .owl-dot:hover span {
        background: #002874;
        border: 1px solid #002874;
        height: 16px;
        width: 48px;
    }
    section.acomodacoes .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 5px 7px;
        border: 1px solid #002874;
        background: 0 0;
        display: block;
        backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
}

section.all_inclusive {
    background-image: url(../img/all_inclusive/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;

    height: 885px;
}

section.all_inclusive h1 {
    font-weight: 400;
    font-size: 55px;
    line-height: 113.1%;
    color: #002874;
    margin-bottom: 2rem;
}

section.all_inclusive a,
section.politica__content-1 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background: #002874;
    border-radius: 15px;
    padding: 15px 35px;
}

:is(section.all_inclusive, section.politica__content-1) a:hover {
    transition: .6s;
    color: #fff;
    background: #ff6b00;
}

@media (max-width: 1440px) {
    section.all_inclusive {
        height: auto;
        padding: 10px 0 90px;
    }
    section.all_inclusive h1 {
        font-weight: 400;
        font-size: 40px;
        line-height: 113.1%;
        color: #002874;
        margin-bottom: 2rem;
    }
}

.bgwhite{
    background-color:white!important;
}

section.gastronomia {
    padding: 3rem auto;
}

section.gastronomia h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #002874;
    text-align: center;
}

section.gastronomia h1::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line-a.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    margin: 10px;
    background-position: center;
}

section.gastronomia .card {
    border: none;
    text-align: center;
}

section.gastronomia .card .card-body .card-title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #002874;
}

section.gastronomia .card:hover .card-body .card-title {
    transition: .6s;
    color: #ff6b00;
}

section.gastronomia .card .card-body small {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ff6b00;
}

section.gastronomia .card .bg_img_rotate {
    transform: rotate(3deg);
    border-radius: 10px;
    margin: 10px;
    background: linear-gradient(270deg, #ff5100, #ff6b00, #ff9400, #ffab00);
    background-size: 800% 800%;
    animation: AnimationName 8s ease infinite;
}

section.gastronomia .card .bg_img_rotate img {
    transform: rotate(-3deg);
    border-radius: 10px;
}

@media (max-width: 1440px) {
    section.gastronomia .card .card-body .card-title {
        font-size: 25px;
    }
    section.gastronomia .owl-nav {
        display: none;
    }
    section.gastronomia .owl-theme .owl-dots .owl-dot.active span,
    section.gastronomia .owl-theme .owl-dots .owl-dot:hover span {
        background: #002874;
        border: 1px solid #002874;
        height: 16px;
        width: 48px;
    }
    section.gastronomia .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 5px 7px;
        border: 1px solid #002874;
        background: 0 0;
        display: block;
        backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0 50%;
    }
    50 % {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

section.servicos {
    background-image: url(../img/servicos/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 5rem auto;
    height: 885px;
}

section.servicos h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

section.servicos h1::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    margin: 10px;
    background-position: center;
}

section.servicos .card {
    background: 0 0;
    border: none;
    text-align: center;
}

section.servicos .card .card-body .card-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1440px) {
    section.servicos .card .card-body .card-title {
        font-size: 24px;
    }
    section.servicos .owl-nav {
        display: none;
    }
    section.servicos .owl-theme .owl-dots .owl-dot.active span,
    section.servicos .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff;
        border: 1px solid #fff;
        height: 16px;
        width: 48px;
    }
    section.servicos .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 5px 7px;
        border: 1px solid #fff;
        background: 0 0;
        display: block;
        backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
}

section.certificacoes {
    display: flex;
    align-items: center;
    margin: 5rem auto;
}

section.certificacoes h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #002874;
    text-align: center;
}

section.certificacoes h1::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line-a.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    margin: 10px;
    background-position: center;
}

section.certificacoes img {
    height: 160px;
    object-fit: contain;
    object-position: center;
}

section.videos {
    background-image: url(../img/videos/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    height: 1046px;
}

section.videos h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

section.videos h1::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    margin: 10px;
    background-position: center;
}

.videos-corpo {
    width: 100%;
    height: 250px;
}

section.videos .card {
    background: 0 0;
    border: none;
    text-align: center;
}

section.videos .card .card-body .card-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 175.9%;
    text-align: center;
    color: #fff;
}

@media (max-width: 1440px) {
    section.videos .card .card-body .card-title {
        font-size:  25px;
    }
    section.videos .owl-nav {
        display: none;
    }
    section.videos .owl-theme .owl-dots .owl-dot.active span,
    section.videos .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff;
        border: 1px solid #fff;
        height: 16px;
        width: 48px;
    }
    section.videos .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 5px 7px;
        border: 1px solid #fff;
        background: 0 0;
        display: block;
        backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
}

section.newsletter {
    margin: 5rem auto;
}

section.newsletter h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #002874;
}

section.newsletter .form-control {
    height: 68.05px;
    border: 1px solid #828282;
    padding: .375rem 1.75rem;
}

section.newsletter .input-group-text button {
    color: #fff;
}

section.newsletter .input-group-text {
    background: #ff6b00;
    border: 1px solid #ff6b00;
}

section.newsletter .input-group-text:hover {
    background: #002874;
    border: 1px solid #002874;
    transition: .6s;
}

section.newsletter button {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
}

section.newsletter .form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #bdbdbd;
}

@media (max-width: 1440px) {
    section.newsletter h1 {
        font-weight: 400;
        font-size: 25px;
        line-height: 29px;
        text-transform: uppercase;
        color: #002874;
        margin: 2rem auto;
    }
    section.newsletter img {
        width: 70% !important;
    }
}

section.instagram {
    background-image: url(../img/instagram/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 5rem auto;
    height: 885px;
}

section.instagram h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #002874;
    text-align: center;
}

section.instagram h1::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line-a.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    margin: 10px;
    background-position: center;
}

.owl-nav,
section.instagram .owl-dots {
    display: none;
}

@media (max-width: 1440px) {
    section.instagram {
        padding: 1rem 0 !important;
        height: 500px;
    }
}

section.localizacao h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #002874;
    text-align: center;
}

section.localizacao h1::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line-a.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    margin: 10px;
    background-position: center;
}

footer {
    padding: 2rem 0 4rem 0;
    background-color: #1f2e4d;
}

footer h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140.5%;
    color: #fff;
}

footer p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140.5%;
    color: #ff6b00;
}

footer .phones a {
    font-weight: 400;
    font-size: 18px;
    line-height: 140.5%;
    color: #fff;
    text-decoration: none;
}

footer .phones p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140.5%;
    color: #fff;
    text-decoration: none;
}

footer .endereco {
    background-color: #fff;
    border-radius: 15px;
}

footer .endereco p {
    font-size: 21px;
    line-height: 140.5%;
    color: #ff6b00;
    padding: 40px 20px;
}

footer .phones p i {
    font-size: 1.5rem;
}

footer .endereco::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #fff;
    margin-top: -1.56rem;
    margin-left: 8rem;
}

@media (max-width: 990px) {
    footer .endereco::before {
        content: '';
        display: none;
    }
}

.formMax {
    flex: initial;
    max-width: 100%;
    border-radius: 0 !important;
    transition: opacity .3s ease;
    animation-fill-mode: both;
    animation: transition_line 1s linear both;
}

section.banner .form_reserva.formMax h1 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

section.banner .form_reserva.formMax .form-control {
    height: 35px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

section.banner .form_reserva.formMax .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1f2e4d;

    background: #fbe238;
    border-radius: 20px;
    padding: 7px 12px;
}

section.banner .form_reserva.formMax .btn:hover {
    transition: .6s;
    color: #fff;
    background: #1f2e4d;
}

section.banner .form_reserva.formMax img {
    width: 50px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.banner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.video-header {
    position: absolute;
    top: 0;
    left: 0; /* Ensure it starts from the left */
    z-index: -1;
    width: 100%;
    height: 100vh; /* Full height */
    object-fit: cover; /* Cover the entire area */
    overflow: hidden; /* Hide any overflow */
}
@media (min-width: 1199px) {
    .btn_mobile {
        display: none;
    }
    .reservation {
        position: absolute;
        bottom: 200px;
        left: 0;
        z-index: 0;
        width: 100%;
    }
    .reservation > .container {
        position: relative;
    }
    .reservation > .container:after,
    .reservation > .container:before {
        content: "";
        transition: .5s;
        position: absolute;
        top: 0;
        width: 0%;
        height: 100%;
        z-index: 1;
        background: #007b8b;
    }
    .reservation > .container:before {
        right: calc(100% - 40px);
    }
    .reservation > .container:after {
        left: calc(100% - 40px);
    }
    .reservation.resFixed {
        position: fixed;
        bottom: initial;
        top: 0;
        z-index: 99999;
    }
}

@media (max-width: 1199px) {
    section.banner .form_reserva {
        background: #1157b5;
        border-radius: 15px;
        padding: 20px;
        display: block;
        justify-content: center;
        align-items: center;
    }
    section.banner .form_reserva h1 {
        font-size: 14px;
        margin-bottom: 0;
    }
    section.banner .form_reserva img {
        width: 30px;
    }
    .reservation {
        position: absolute;
        bottom: 140px;
        left: 0 z-index: 0;
        width: 100%;
    }
    .reservation.resFixed {
        position: fixed;
        bottom: initial;
        top: 0;
        z-index: 99999;
    }
    .navegador_fixed-top {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    section.banner .btn {
        font-weight: 400;
        font-size: 12px;
        line-height: 19px;
        color: #fff;
        background: #98120d;
        border-radius: 20px;
        padding: 8px 10px;
    }
    section.banner form {
        display: none;
    }
}

section.interna {
    background-image: url(../img/all_inclusive/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 3rem auto;
    min-height: 900px;
    text-align: left;
}

section.interna:nth-child(2n + 1) {
    background: #fff;
    min-height: auto;
}

section.interna h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 113.1%;
    color: #002874;
    margin: 2rem auto;
    text-align: left;
}

section.interna p {
    font-size: 1.3rem;
    color: #002874;
    margin-bottom: 2rem;
}

section.interna ul {
    list-style-type: none;
    margin-bottom: 3rem;
    text-align: left;
}

section.interna ul li {
    font-size: 1.3rem;
    color: #002874;
}

section.interna a.reserva {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background: #002874;
    border-radius: 15px;
    padding: 15px 35px;
}

section.interna a.reserva:hover {
    transition: .6s;
    color: #fff;
    background: #ff6b00;
}

section.interna .card:hover .card-body .card-title {
    transition: .6s;
    color: #ff6b00;
}

section.interna .card .bg_img_rotate {
    transform: rotate(3deg);
    border-radius: 10px;
    margin: 10px;
    background: linear-gradient(270deg, #ff5100, #ff6b00, #ff9400, #ffab00);
    background-size: 800% 800%;
    animation: AnimationName 8s ease infinite;
}

section.interna .card .bg_img_rotate img {
    transform: rotate(-3deg);
    border-radius: 10px;
}

section.interna .owl-theme .owl-dots .owl-dot.active span,
section.interna .owl-theme .owl-dots .owl-dot:hover span {
    background: #002874;
    border: 1px solid #002874;
    height: 16px;
    width: 48px;
    transition: .6s;
}

section.interna .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    border: 1px solid #002874;
    background: 0 0;
    display: block;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

@media (max-width: 767px) {
    section.interna .card .card-body .card-title {
        font-size: 25px;
    }
}

section.interna {
    margin: 0;
    padding: 5rem 0 10rem 0;
    text-align: center;
}

section.interna:nth-child(2n + 1) {
    background: #fff;
}

section.interna:nth-child(1n) {
    margin: 2rem auto;
}

section.interna h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 113.1%;
    color: #002874;
    margin-bottom: 2rem;
    text-align: center;
}

section.interna .modal-header {
    border-bottom: 2px solid #ff7300;
}

section.interna .modal-content {
    border-radius: 30px;
}

section.interna .galeria {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

section.interna .galeria .card {
    border: none;
    text-align: center;
}

section.interna .galeria .card .card-body .card-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #002874;
}

section.interna .galeria .card .bg_img_rotate {
    transform: rotate(3deg);
    border-radius: 10px;
    margin: 10px;
    background: linear-gradient(270deg, #ff5100, #ff6b00, #ff9400, #ffab00);
    background-size: 800% 800%;
    animation: AnimationName 8s ease infinite;
}

section.interna .galeria .card .bg_img_rotate img {
    transform: rotate(-3deg);
    border-radius: 10px;
}

section.interna .galeria .card .card-body .card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text span {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span:nth-child(3) {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span:nth-child(4) {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span:nth-child(5) {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span:nth-child(6) {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span:nth-child(7) {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card- text p span:nth-child(8) {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span:nth-child(9) {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria .card .card-body .card-text p span:nth-child(10) {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #002874;
}

section.interna .galeria img {
    height: 200px;
    width: 16.3%;
}

section.interna .galeria a {
    background: 0 0;
    border-radius: 0;
    padding: 0;
}

section.interna .galeria a:hover {
    transition: .6s;
    background: 0 0;
}

@media (max-width: 990px) {
    section.interna .galeria img {
        max-width: initial;
        width: 49%;
        margin: 0;
        height: 150px;
    }
}

.zoomIn:hover {
    animation: zoomIn 4s both;
}

@keyframes zoomIn {
    0% {
        opacity: 1;
    }
    45% {
        opacity: .5;
        transform: scale3d(.9, .9, .9);
    }
    50% {
        opacity: 1;
    }
}

section.interna.fale_conosco .gerencia h1 {
    color: #fff;
}

section.interna.fale_conosco .gerencia {
    background: #002874;
    border-radius: 15px 0 0 15px;
    padding: 20px;
}

section.interna.fale_conosco .gerencia button {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background: #ff6b00;
    border-radius: 15px;
    padding: 15px 35px;
}

section.interna.fale_conosco .gerencia button:hover {
    transition: .6s;
    color: #fff;
    background: #ff9400;
}

section.interna.fale_conosco .gerencia .form-control {
    padding: 1.375rem 1.75rem;
    border: 1px solid #002874;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 60px;
}

section.interna.fale_conosco .contato {
    background: #ff6b00;
    border-radius: 0 15px 15px 0;
    padding: 20px;
}

section.interna.fale_conosco .contato h1 {
    color: #fff;
}

section.interna.fale_conosco .contato .form-control {
    padding: 1.375rem 1.75rem;
    border: 1px solid #ff6b00;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 60px;
}

section.interna.fale_conosco .contato button {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background: #002874;
    border-radius: 15px;
    padding: 15px 35px;
}

section.interna.fale_conosco .contato button:hover {
    transition: .6s;
    color: #fff;
    background: #ff9400;
}

@media (max-width: 990px) {
    section.interna.fale_conosco .contato {
        border-radius: 15px;
        padding: 10px;
    }
    section.interna.fale_conosco .gerencia {
        border-radius: 15px;
        padding: 10px;
    }
    section.interna.fale_conosco {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    section.interna.fale_conosco h1 {
        font-weight: 400;
        font-size: 19px !important;
        line-height: 113.1%;
        color: #002874;
        margin-bottom: 2rem;
        text-align: center;
    }
    section.interna.fale_conosco p {
        font-size: 1rem;
        color: #002874;
        margin-bottom: 2rem;
    }
}

section.interna2 {
    background-image: url(../img/all_inclusive/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 3rem auto;
    text-align: left;
    padding: 5rem 0;
}

section.interna2:nth-child(2n + 1) {
    background: #fff;
    min-height: auto;
}

section.interna2 h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 113.1%;
    color: #002874;
    margin: 2rem auto;
    text-align: left;
}

section.interna2 p {
    font-size: 1.3rem;
    color: #002874;
    margin-bottom: 2rem;
}

section.interna2 ul {
    list-style-type: none;
    margin-bottom: 3rem;
    text-align: left;
}

section.interna2 ul li {
    font-size: 1.3rem;
    color: #002874;
}

section.interna2 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background: #002874;
    border-radius: 15px;
    padding: 15px 35px;
}

section.interna2 a:hover {
    transition: .6s;
    color: #fff;
    background: #ff6b00;
}

section.interna2 .card:hover .card-body .card-title {
    transition: .6s;
    color: #ff6b00;
}

section.interna2 .card .bg_img_rotate {
    transform: rotate(3deg);
    border-radius: 10px;
    margin: 10px;
    background: linear-gradient(270deg, #ff5100, #ff6b00, #ff9400, #ffab00);
    background-size: 800% 800%;
    animation: AnimationName 8s ease infinite;
}

section.interna2 .card .bg_img_rotate img {
    transform: rotate(-3deg);
    border-radius: 10px;
}

section.interna2 .owl-theme .owl-dots .owl-dot.active span,
section.interna2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #002874;
    border: 1px solid #002874;
    height: 16px;
    width: 48px;
    transition: .6s;
}

section.interna2 .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    border: 1px solid #002874;
    background: 0 0;
    display: block;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

@media (max-width: 767px) {
    section.interna2 .card .card-body .card-title {
        font-size: 25px;
    }
}

section.interna2 {
    margin: 0;
    padding: 5rem 0;
    text-align: center;
}

section.interna2:nth-child(2n + 1) {
    background: #fff;
}

section.interna2:nth-child(1n) {
    margin: 2rem auto;
}

section.interna2 h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 113.1%;
    color: #002874;
    margin-bottom: 2rem;
    text-align: center;
}

section.interna2 .modal-header {
    border-bottom: 2px solid #ff7300;
}

section.interna2 .modal-content {
    border-radius: 30px;
}

section.interna2 .galeria {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

section.interna2 .galeria img {
    height: 315px;
    width: 35%;
    object-fit: cover;
}

section.interna2 .galeria a {
    background: 0 0;
    border-radius: 0;
    padding: 0;
}

section.interna2 .galeria a:hover {
    transition: .6s;
    background: 0 0;
}

@media (max-width: 990px) {
    section.interna2 .galeria img {
        max-width: initial;
        width: 48%;
        margin: 0;
        height: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    section.banner label {
        font-size: 13px;
    }
    .nav-item .dropdown .dropdown-toggle,
    .nav-item .nav-link {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .row.d-flex.justify-content-center.mb-3.ml-lg-auto {
        margin-left: 0 !important;
    }
    footer h1 {
        font-size: 22px;
    }
    footer .phones a {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.newsletter img {
        width: 30% !important;
        margin: 0 auto;
        display: table;
    }
}

@media (max-width: 767px) {
    .reservation {
        bottom: 70px;
    }
    section.banner .reservation.resFixed .form_reserva {
        padding: 5px 10px;
    }
    section.banner .reservation.resFixed .form_reserva.formMax img {
        width: 20px;
    }
    section.banner .reservation.resFixed .form_reserva.formMax h1 {
        font-size: 12px;
    }
    section.banner .reservation.resFixed .form_reserva.formMax .btn {
        font-size: 12px;
        padding: 5px 12px;
    }
    section.all_inclusive {
        height: auto;
        padding: 10px 0 90px;
    }
    section.servicos {
        height: auto;
        padding: 40px 0 100px;
    }
    section.newsletter img {
        width: 50% !important;
    }
    section.interna {
        padding: 0 0 10rem 0;
    }
    .politica__title {
        font-size: 1.8em !important;
    }
    section.politica__content-1 {
        padding-bottom: 6em;
    }
    .bg-pol-2 {
        background-size: cover !important;
    }
    section.politica__content-3 {
        padding: 8em 0;
    }
} ```css
``` ```css
:root {
    --color-white: #ffffff;
    --color-dark: #4F4F4F;
    --color-light: #828282;
    --color-red: #C2303D;
    --color-orange: #FF6B00;
    --color-blue: #002874;
    --font-family: 'Roboto', sans-serif;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
}

a {
    text-decoration: none !important;
}

button:focus {
    outline: 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.logo-maxmeio {
    position: fixed;
    right: 0;
    bottom: 110px;
    z-index: 5;
}

.dropdown-item {
    font-weight: 500;
    color: #fff;
}

.dropdown-menu {
    color: #fff;
    background-color: #ff6b00ba;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 30px 0 60px 30px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    color: #98120d;
    font-weight: 800;
    transition: .6s;
    background-color: transparent;
}

.dropdown button {
    padding: .5rem 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6b00;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#preloader .inner img {
    max-width: 400px;
}

.pulse {
    animation: pulse .5s both infinite;
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.offcanvas-header {
    display: none;
}

section.navegador {
    background: linear-gradient(180deg, rgba(43, 43, 43, 0.75) -2.97%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 20px;
}

section.navegador .navbar-toggler i {
    color: #fff;
}

.bt-fecharresp {
    z-index: 9999;
    position: absolute;
    right: 33%;
    top: -10px;
    width: 5%;
}

@media (max-width: 900px) {
    .bt-fecharresp {
        z-index: 1101;
        right: 14%;
        top: -8px;
    }
}

@media (max-width: 767px) {
    section.navegador .navbar-brand img {
        width: 400px !important;
        transition: .6s;
    }
    #bt-fechar {
        right: 13% !important;
        width: 7% !important;
    }
    #bt-fechar-red {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        height: 30px;
    }
    .navegador_fixed-top {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

@media (max-width: 1199px) {
    .offcanvas-header {
        display: block;
        padding-bottom: 5rem;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffa600;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
        z-index: 9999;
    }
    .navbar-nav {
        display: flex;
        align-items ```css
: center;
    }
    .offcanvas-header button {
        color: var(--color-light);
    }
    .offcanvas-header button:hover {
        color: var(--color-blue);
    }
    .sociais-nav {
        margin-top: 5rem;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 499px) {
    .navbar-brand {
        display: contents;
    }
    section.navegador .navbar-brand img {
        width: 220px !important;
        transition: .6s;
    }
}

section.navegador .navbar-brand img {
    width: 450px;
    transition: .6s;
}

section.navegador .img-resp {
    width: 100px !important;
    transition: .6s;
}

.nav-item {
    padding: 3px 10px;
}

.nav-item .nav-link {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: .6s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.62);
}

.nav-item .dropdown .dropdown-toggle {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: .6s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.62);
}

.nav-item .nav-link.active,
.nav-item:hover .nav-link {
    color: #ff6b00;
}

.nav-item .dropdown .dropdown-toggle.active,
.nav-item:hover .dropdown .dropdown-toggle {
    color: #ff6b00 !important;
}

.nav-item:hover .dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #ff6b00;
}

.nav-item .dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #fff;
}

.nav-item .nav-link .line::after {
    content: '';
    display: none;
    background-image: url(../img/icon/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 8px;
    background-position: center;
    transition: all 1s ease;
    animation-direction: reverse;
}

.nav-item:hover .nav-link::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 8px;
    background-position: center;
    transition: opacity .3s ease;
    animation-fill-mode: both;
    animation: transition_line 1s linear both;
}

.nav-item .nav-link.active::after {
    content: '';
    display: block;
    background-image: url(../img/icon/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 8px;
    background-position: center;
    transition: opacity .3s ease;
    animation-fill-mode: both;
    animation: transition_line 1s linear both;
}

@keyframes transition_line {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.dropdown-menu {
    min-width: 4rem;
}

.nav-item.idi_dropdown {
    margin-left: 2rem;
}

@media (max-width: 1790px) {
    section.navegador .navbar-brand img {
        width: 400px;
        transition: .6s;
    }
    .nav-item .dropdown .dropdown-toggle,
    .nav-item .nav-link {
        font-size: 14px;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .nav-item.idi_dropdown {
        margin-left: 0;
    }
}

.bg_bottom {
    background: 0 0;
    max-height: 170px;
    position: absolute;
    bottom: -1px;
    z-index: 0}

    section.banner .form_reserva {
        background: #1157b5;
        border-radius: 15px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    section.banner .form_reserva h1 {
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        width: max-content;
        margin-bottom: 0;
    }
    
    section.banner .form-control {
        height: 45px;
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        background-color: transparent;
        background-clip: padding-box;
        border: 1px solid #fff;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    section.banner label {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
    }
    
    section.banner .form-control::placeholder {
        color: #fff;
    }
    
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: rgba(152, 18, 13, 0.42);
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(152, 18, 13, 0.42);
    }
    
    section.banner .btn {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #1f2e4d;
        background: #fbe238;
        border-radius: 20px;
        padding: 12px 25px;
    }

    section.banner .btn:hover {
        transition: .6s;
        color: #fff;
        background: #1f2e4d;
    }
    
    section.acomodacoes {
        margin: 3rem auto;
    }
    
    section.acomodacoes h1 {
        font-weight: 700;
        font-size: 35px;
        line-height: 41px;
        text-transform: uppercase;
        color: #002874;
        text-align: center;
    }
    
    section.acomodacoes .card-body {
        padding: 1.25rem 0;
    }
    
    section.acomodacoes .card:hover .card-body .card-title {
        transition: .6s;
        color: #ff6b00;
    }
    
    section.acomodacoes h1::after {
        content: '';
        display: block;
        background-image: url(../img/icon/line-a.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 15px;
        margin: 10px;
        background-position: center;
    }
    
    section.acomodacoes .card {
        border: none;
    }
    
    section.acomodacoes .card .card-body .card-title {
        font-weight: 700;
        font-size: 26px;
        text-align: center;
        text-transform: uppercase;
        color: #002874;
    }
    
    section.acomodacoes .card .bg_img_rotate {
        transform: rotate(3deg);
        border-radius: 10px;
        margin: 10px;
        background: linear-gradient(270deg, #ff5100, #ff6b00, #ff9400, #ffab00);
        background-size: 800% 800%;
        animation: AnimationName 8s ease infinite;
    }
    
    section.acomodacoes .card .bg_img_rotate img {
        transform: rotate(-3deg);
        border-radius: 10px;
    }
    
    @media (max-width: 1440px) {
        section.acomodacoes .card .card-body .card-title {
            font-size: 24px;
        }
        section.acomodacoes .owl-nav {
            display: none;
        }
        section.acomodacoes .owl-theme .owl-dots .owl-dot.active span,
        section.acomodacoes .owl-theme .owl-dots .owl-dot:hover span {
            background: #002874;
            border: 1px solid #002874;
            height: 16px;
            width: 48px;
        }
        section.acomodacoes .owl-theme .owl-dots .owl-dot span {
            width: 16px;
            height: 16px;
            margin: 5px 7px;
            border: 1px solid #002874;
            background: 0 0;
            display: block;
            backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px;
        }
    }
    section.all_inclusive {
        background-image: url(../img/all_inclusive/bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;

        height: 885px;
    }
    
    section.all_inclusive h1 {
        font-weight: 400;
        font-size: 55px;
        line-height: 113.1%;
        color: #002874;
        margin-bottom: 2rem;
    }
    
    section.all_inclusive a,
    section.politica__content-1 a {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #fff;
        background: #002874;
        border-radius: 15px;
        padding: 15px 35px;
    }
    
    :is(section.all_inclusive, section.politica__content-1) a:hover {
        transition: .6s;
        color: #fff;
        background: #ff6b00;
    }
    
    @media (max-width: 1440px) {
        section.all_inclusive {
            height: auto;
            padding: 10px 0 90px;
        }
        section.all_inclusive h1 {
            font-weight: 400;
            font-size: 40px;
            line-height: 113.1%;
            color: #002874;
            margin-bottom: 2rem;
        }
    }
    
    section.gastronomia {
        margin: 3rem auto;
    }
    
    section.gastronomia h1 {
        font-weight: 700;
        font-size: 35px;
        line-height: 41px;
        text-transform: uppercase;
        color: #002874;
        text-align: center;
    }
    
    section.gastronomia h1::after {
        content: '';
        display: block;
        background-image: url(../img/icon/line-a.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 15px;
        margin: 10px;
        background-position: center;
    }
    
    section.gastronomia .card {
        border: none;
        text-align: center;
    }
    
    section.gastronomia .card .card-body .card-title {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #002874;
    }
    
    section.gastronomia .card:hover .card-body .card-title {
        transition: .6s;
        color: #ff6b00;
    }
    
    section.gastronomia .card .card-body small {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
        color: #ff6b00;
    }
    
    section.gastronomia .card .bg_img_rotate {
        transform: rotate(3deg);
        border-radius: 10px;
        margin: 10px;
        background: linear-gradient(270deg, #ff5100, #ff6b00, #ff9400, #ffab00);
        background-size: 800% 800%;
        animation: AnimationName 8s ease infinite;
    }
    
    section.gastronomia .card .bg_img_rotate img {
        transform: rotate(-3deg);
        border-radius: 10px;
    }
    
    @media (max-width: 1440px) {
        section.gastronomia .card .card-body .card-title {
            font-size: 25px;
        }
        section.gastronomia .owl-nav {
            display: none;
        }
        section.gastronomia .owl-theme .owl-dots .owl-dot.active span,
        section.gastronomia .owl-theme .owl-dots .owl-dot:hover span {
            background: #002874;
            border: 1px solid #002874;
            height: 16px;
            width: 48px;
        }
        section.gastronomia .owl-theme .owl-dots .owl-dot span {
            width: 16px;
            height: 16px;
            margin: 5px 7px;
            border: 1px solid #002874;
            background: 0 0;
            display: block;
            backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px;
        }
    }
    
    @-webkit-keyframes AnimationName {
        0% {
            background-position: 0 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0 50%;
        }
    }
    
    @-moz-keyframes AnimationName {
        0% {
            background-position: 0 50%;
        }
    }        