* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    list-style: none;
    text-shadow: none;
}

html {
    overflow: auto;
}

body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #303030;
    font-family: 'Mulish', 'sans-serif';
}

footer,
header,
main,
section {
    width: 100%;
    float: left;
    align-self: flex-start;
}

.btn-lina {
    color: #16216a;
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 12px;
}

.btn-adrenalina {
    color: #ea6d3f;
    background-color: #FFFFFF;
    border-radius: 6px;
    margin: 0 5px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
}

.btn-unico {
    color: #008996;
    background-color: #FFFFFF;
    border-radius: 6px;
    margin: 0 5px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
}

.menu {
    width: 100%;
}

.menu__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.menu__header li:first-of-type {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.menu__header li {
    padding: 13px 0;
}

.menu__header-link a {
    font-size: 14px;
    padding: 5px 13px;
}

.menu__header-link--a:last-of-type {
    border-right: transparent;
    font-weight: 700;
}

.menu__header-link--adrenalina {
    font-weight: 700;
}

.menu__header-link--amaralina {
    font-weight: 700;
}

.menu-fixo {
    z-index: 161;
    position: fixed;
    width: 100% !important;
    top: 0;
    transition: 1s;
}

.header__container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 30px;
}

.header__logo {
    width: auto;
    flex: 0 1 auto;
    height: 64px;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 10px 0;
}

.header__navigation {
    width: auto;
    float: left;
    align-self: stretch;
    display: flex;
    align-content: center;
    align-items: center;
}

.header__navigation-list {
    width: 100%;
    float: left;
    align-self: stretch;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.header__navigation-item {
    display: flex;
    height: 100%;
}

.header__navigation-item:not(:nth-of-type(1)) {
    margin-left: 18px;
}

.header__navigation-item:last-child {
    margin-right: 18px;
}

.header__navigation-link {
    width: 100%;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Work Sans', 'sans-serif';
    height: 100%;
    position: relative;
}

.header__navigation-link:hover {
    color: #000000 !important;
    font-weight: 600;
}

#nav--desktop .active:after {
    background-color: #000000;
    bottom: -0;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 768px) {
    
    .active:after {
        content: none;
    }

}

.menu__header-mob {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

@media screen and (min-width: 320px) and (max-width: 366px) {
    .menu__header-link a {
        padding: 5px 7px;
    }
    .menu__header-mob {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 766px) {
    .menu {
        box-shadow: none !important;
    }
    .menu__header {
        justify-content: center;
        padding: 0 !important;
    }
    .menu__header li {
        padding-bottom: 0;
    }
    .menu-fixo {
        position: unset;
    }
}

#banner * {
    font-family: 'Work Sans', 'sans-serif';
}

.carousel {
    width: 100%;
    float: left;
    position: relative;
}

.carousel__controls-item {
    border: transparent !important;
    width: 12px;
    height: 12px;
}

.carousel__controls-item.indicators {
    margin-right: 20px !important;
}

.carousel__controls-item.indicators:last-child {
    margin-right: 0 !important;
}

.carousel__wrapper {
    width: 100%;
    height: 100%;
    float: left;
}

.carousel__wrapper-item {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.carousel__wrapper-image {
    width: 100%;
    height: 100vh;
    background: url("../images/slider_home.jpg") center/cover;
}

.banner__slider {
    width: 100%;
}

@media only screen and (max-width: 1753px) {
    .banner__slider {
        padding-top: 6%;
    }
}

.banner__images {
    width: 100%;
}

#banner .flickity-page-dots .dot {
    background-color: rgba(233, 233, 233, 1);
    border: 2px solid rgba(108, 142, 251, 0.96) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

#banner .flickity-page-dots {
    bottom: 10px !important;
}

.banner__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner__content--text h1 {
    color: #FFFFFF;
    font-size: 87px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.13px;
    text-shadow: 0 2px rgba(0, 0, 0, 0.16);
}

.banner__content--text h1 span {
    font-size: 41px;
    font-weight: 400;
    letter-spacing: 10.25px;
}

.banner__content--btns {
    padding: 50px 0 0;
}

.btn-suite {
    background-color: #1A1A1A;
    color: #FFFFFF;
    border-radius: 13px;
    text-transform: uppercase;
    padding: 18px 70px;
    transition: background 0.3s, transform 0.5s;
    font-family: 'Work Sans', 'sans-serif';
    font-weight: 500;
    font-size: 22px;
}

.btn-reservar {
    background-color: #FFFFFF;
    color: #1A1A1A;
    border-radius: 13px;
    text-transform: uppercase;
    font-size: 22px;
    padding: 18px 70px;
    margin-left: 30px;
    transition: background 0.3s, transform 0.5s;
    font-family: 'Work Sans', 'sans-serif';
    font-weight: 500;
}

.btn-suite:hover {
    background-color: #FFFFFF;
    color: #1A1A1A;
    font-weight: 700;
    transform: scale(1.04);
}

.btn-reservar:hover {
    background-color: #1A1A1A;
    color: #FFFFFF;
    font-weight: 700;
    transform: scale(1.04);
}

.carousel__wrapper-caption {
    margin-bottom: 3%;
    word-wrap: break-word;
}

.carousel__wrapper-title {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.carousel__wrapper-caption p {
    text-align: left;
    margin-bottom: 46px;
    font-size: 16px;
}

.carousel__wrapper-button {
    text-transform: uppercase;
    border: none;
    padding: 11px 47px 10px;
    font-weight: 700;
    border-radius: 17px;
    font-size: 12px;
    letter-spacing: 2px;
}

@media screen and (min-width: 320px) and (max-width: 585px) {
    .carousel__wrapper-image {
        height: 90vh;
        background: url("../images/slider_home-m.jpg") center/cover;
    }
    .carousel__wrapper-caption {
        width: 100%;
    }
    .carousel__wrapper-title {
        font-size: 22px;
    }
    .carousel__wrapper-caption p {
        font-size: 14px;
    }
    .carousel-caption {
        left: 4% !important;
        right: 0;
    }
}

/* SUÍTES HOME */
.suites_home {
    background-color: #303030;
    color: #fff;
    font-family: 'Work Sans', 'sans-serif';
    text-align: center;
}

.suites_home .container-fluid {
    display: flex;
    flex-direction: column;
    padding: 75px 3% 50px;
}

.suites_home h2 {
    font-size: 39px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
}

.suites_home p {
    font-size: 20px;    
    line-height: 30px;
}

.display_suites {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 75px 0 50px;
}

.card_suite {
    align-items: center;
    border-radius: 20px;
    display: flex;
    height: 300px;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.card_suite img {
    border-radius: 20px;
    height: 300px;
    max-width: 100%;
    position: absolute;
    width: 100%;
}

.info_suite {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    bottom: 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    padding: 15px;
    position: absolute;
    width: 90%;
}

.info_suite-texto {
    text-align: left;
}

.info_suite-texto h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    text-transform: uppercase;
}

.info_suite-texto p {
    color: #1F1F1F;
    font-size: 13px;
}

.info_suite-texto p strong {
    font-size: 16px;
}

a.info_suite-botao {
    background-color: #1A1A1A;
    border-radius: 13px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 15px 35px;
    text-align: center;
}

.botao-branco {
    background-color: #FFFFFF;
    border-radius: 15px;
    color: #1F1F1F;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.botao-branco:hover {
    color: initial;
}

.botao-cinza {
    background-color: #303030;
    border-radius: 15px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.botao-cinza:hover {
    color: initial;
}

.suites_home .botao-branco {
    font-size: 20px;
    line-height: 23px;
    padding: 12px 35px;
}

.motel_home {
    background: url("../images/o-motel.png") center / cover no-repeat;
    color: #FFFFFF;
}

@media screen and (min-width: 992px) {

    .motel_home {
        padding-bottom: 100px;
    }
    
}

.motel_resenha {
    padding: 75px 0 93px;
}

.motel_resenha h2 {
    font-size: 39px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
}

.motel_resenha p {
    font-family: 'Mulish', 'sans-serif';
    font-size: 20px;
    line-height: 30px;
}

.reservas_home {
    padding: 55px 0 196px;
}

.reservas_home .container {
    display: flex;
    gap: 30px;
    height: 420px;
}

.reservas_home-image {
    width: 70%;
}

.reservas_home-image img {
    height: 100%;
}

.reservas_home-info {
    background-color: #595959;
    border-radius: 8px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    width: 30%;
}

.reservas_home-info h2 {
    font-family: 'Work Sans', 'sans-serf';
    font-size: 31px;
    line-height: 36px;
    margin-top: 0;
    text-transform: uppercase;
}

.reservas_home-info p {
    font-family: 'Mulish', 'sans-serif';
    font-size: 20px;
    line-height: 34px;
}

.reservas_home-info .botao-branco {
    margin-top: 10px;
    padding: 15px 0;
    width: 100%;
}

.footer_desk {
    background-color: #1A1A1A;
    padding: 5% 0 65px;
}

.footer_desk .container {
    color: #FFFFFF;
    display: flex;
    text-align: left;
}

.footer_div {
    flex: 1;
}

.footer_div * {
    color: #FFFFFF;
}

.footer_div h2 {
    font-family: 'Work Sans', 'sans-serf';
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 0;
    text-transform: uppercase;
}

.footer_div li, .footer_div h4 {
    font-family: 'Mulish', 'sans-serif';
    font-size: 16px;
    line-height: 20px;
}

.footer_div li:not(:last-child), .footer_div h4:not(:last-child) {
    margin-bottom: 10px;
}

.footer_div a:focus, .footer_div a:hover {
    color: inherit;
}

.footer__outras, .footer__copy {
    background-color: #303030;
    font-family: 'Work Sans', 'sans-serif';
    font-weight: 500;
}

.footer__outras {
    color: #FFFFFF;
    margin-top: 5%;
    text-transform: uppercase;
}

.footer__outras .container {
    color: #FFFFFF;
    display: flex;
}

.footer__outras--content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 15px;
}

.footer__outras--content p {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin: 10px 0;
}

.footer__outras--btns {
    display: flex;
}

.footer__outras .botao-branco, .footer__outras .botao-cinza {
    border-radius: 5px;
    padding: 6px 47px;
    text-transform: capitalize;
}

.footer__outras .botao-branco:nth-child(1),.footer__outras .botao-cinza:nth-child(3) {
    margin-right: 10px;
}

.footer__copy {
    align-items: center;
    color: #FFFFFF;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

.footer__copy a {
    color: #FFFFFF;
}

.whats_menu, .reservas_menu {
    border-radius: 15px;
    font-family: 'Work Sans', 'sans-serif';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-left: 15px;
    max-height: 50px;
    padding: 10px 15px;
}

.header__navigation-link.whats_menu:hover:after, .header__navigation-link.whats_menu.active:after,
.header__navigation-link.reservas_menu:hover:after, .header__navigation-link.reservas_menu.active:after {
    content: none !important;
}

.header__navigation-link.whats_menu, .header__navigation-link.whats_menu:hover {
    border: 1px solid #25D366;
    color: #25D366 !important;
    text-decoration: none;
}

.whats_menu svg {
    margin-right: 5px;
}

.header__navigation-link.reservas_menu, .header__navigation-link.reservas_menu:hover {
    background-color: #1A1A1A;
    color: #FFFFFF !important;
    text-decoration: none;
}

.header__logo.active:after, .navbar-logo a.active:after {
    content: none !important;
}

.footer_suites {
    margin-left: -150px;
}

.footer_div svg {
    margin-right: 10px;
}

.footer_div i {
    margin-right: 5px;
}

.localizacao_footer {
    display: flex;
    margin: -180px auto 130px;
    max-width: 900px;
}

.mapa_footer-div {
    width: 60%;
}

.mapa_footer-img {
    border-radius: 30px 0 0 30px;
}

.mapa_footer-info {
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    box-shadow: 0px 0px 28px 7px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 58px;
    width: 40%;
}

.mapa_footer-info h2 {
    font-family: 'Work Sans';
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

.mapa_footer-info p {
    font-family: 'Mulish';
    font-size: 15px;
    line-height: 30px;
}

.mapa_footer-info a {
    background-color: #000;
    border-radius: 20px;
    box-shadow: 0px 5.44535px 13.6134px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media screen and (max-width: 768px) {

    #nav--mobile {
        border-radius: 3px;
        margin: 0 15px;
    }
    
    .banner__content--text h1 span {
        font-size: 27px !important;
        letter-spacing: 3.75px;
        line-height: 32px;
    }

    .banner__content--text h1 {
        font-size: 58px !important;
        line-height: 58px;
    }

    .banner__content--btns {
        display: flex;
        flex-direction: column;
        gap: 15px;
        max-width: 300px;
        width: 60%;
    }

    .btn-suite, .btn-reservar {
        font-size: 14px !important;
        letter-spacing: inherit !important;
        padding: 13px 0;
        width: 100%;
    }
    
    .btn-reservar {
        margin-left: 0 !important;
    }

    .suites_home .container-fluid {
        padding: 75px 30px 50px;
        text-align: left;
    }

    .display_suites {
        flex-direction: column;
    }

    .card_suite, .card_suite img {
        height: 410px;
    }

    .info_suite {
        align-items: initial;
        background: none;
        box-shadow: none;
        flex-direction: column;
        margin: 10px auto;
        padding: 15px;
        position: absolute;
        width: 100%;
    }
    
    .info_suite-texto {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 15px;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        margin-bottom: 15px;
        padding: 15px;
        text-align: left;
    }

    .motel_home {
        background: url(../images/o-motel-m.png) center / cover no-repeat;
    }

    .motel_resenha {
        padding: 75px 30px 93px;
    }

    .reservas_home-info {
        display: flex !important;
        margin: 60px 0 -160px;
        width: 100%;
    }

    section.footer_mob {
        float: none;
        padding-top: 130px;
    }

    .localizacao_footer {
        align-items: center;
        flex-direction: column;
        margin: 0 0 85px;
        max-width: none;
        padding: 0 30px;
    }

    .mapa_footer-div, .mapa_footer-info {
        width: 100%;
    }

    .mapa_footer-img {
        border-radius: 30px 30px 0 0;
        width: 100%;
    }

    .mapa_footer-info {
        border-radius: 0 0 30px 30px;
        padding: 30px;
    }

    .footer_mob-container {
        align-items: center;
        background-color: #1A1A1A;
        border-radius: 30px 30px 0 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 40px 30px;
    }

    .footer_btn {
        background-color: #FFFFFF;
        border-radius: 15px;
        color: #1F1F1F;
        font-family: 'Work Sans', 'sans-serif';
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
        max-width: 430px;
        padding: 13px 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .reservas_footer {
        background-color: #595959;
        color: #FFFFFF;
    }

    .footer__outras {
        background-color: #1A1A1A;
        margin-top: 0;
    }

    .footer__outras .container {
        padding: 0;
    }

    .footer__outras--btns {
        font-size: 13px;
    }

    .footer__copy {
        background-color: #1A1A1A;
        padding-bottom: 50px;
    }

    #nav--mobile.headroom--pinned {
        border-radius: 3px;
        bottom: 30px;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        margin: 0 15px;
    }

    .topo_interna {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 300px;
        justify-content: center;
    }

    .motel_div {
        flex-direction: column;
    }

    .motel_div img, .motel_div p {
        width: 100% !important;
    }

    .interna {
        padding: 70px 0 0px !important;
    }

    .suites .card_suite:nth-child(2n + 1) {
        margin-right: 0 !important;
    }

    .suites .display_suites {
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .suites .card_suite {
        width: 100% !important;
    }

    .slick-slide {
        height: auto !important;
    }

    .info-suites {
        padding: 0 15px;
    }

    #contato .box-form a {
        color: #1A1A1A;
        text-decoration: underline;
    }
    
    .localizacao h2 {
        font-size: 20px;
    }

}

.topo_interna {
    background: url(../images/topo.jpg) center / cover no-repeat;
    color: #fff;
    padding: 16% 0 4%;
    width: 100%;
}

.topo_interna {
    font-family: 'Work Sans', 'sans-serif';
}

.topo_titulo {
    font-size: 50px;
    text-transform: uppercase;
}

.suites.interna {
    padding: 30px 0 150px;
}

.interna {
    background-color: #303030 !important;
    margin: 0 auto;
    padding: 70px 0 230px;
    position: unset !important;
}

.suites .display_suites {
    flex-wrap: wrap;
    gap: unset;
    justify-content: flex-start;
}

.suites .card_suite {
    height: 410px;
    margin-bottom: 50px;
    width: 47%;
}

.suites .card_suite:nth-child(2n + 1) {
    margin-right: 50px;
}

.suites .card_suite img {
    height: 410px;
}

.motel_div {
    color: #fff;
    display: flex;
    gap: 50px;
}

.motel_div img {
    border-radius: 10px;
    width: 50%;
}

.motel_div p {
    font-family: 'Mulish', 'sans-serif';
    font-size: 20px;
    width: 50%;
}

.localizacao.interna {
    padding: 70px 0 50px;
}

.localizacao .container {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.localizacao h2 {
    margin-bottom: 30px;
}

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

.localizacao .botao-branco {
    margin-top: 15px;
    padding: 10px 30px;
}

#contato.interna {
    padding: 70px 0 150px;
}

@media screen and (min-width: 501px) and (max-width: 768px) {
    
    
    .mapa_footer-img.mapa-grande {
        display: block;
    }
    
    .mapa_footer-img.mapa-pequeno {
        display: none;
    }

}

@media screen and (max-width: 500px) {
    
    .mapa_footer-img.mapa-pequeno {
        display: block;
    }

    .mapa_footer-img.mapa-grande {
        display: none;
    }

}

#calendario-section {
    margin-top: 35px;
    padding-top: 0;
}

.detalhes__calendario h2 {
    margin-top: 0;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

.detalhes__itens h3 {
    font-size: 18px !important;
    margin-top: 0 !important;
}

.detalhes__itens {
    margin: 0 !important;
    padding: 35px 0 0 !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
}

@media screen and (min-width: 992px) {

    .info-suites {
        align-items: flex-start;
        display: flex;
        width: 100%;
    }

    .bloco-suite {
        max-width: 33%;
    }

    .bloco-suite:not(:last-child) {
        margin-right: 30px;
    }

}

@media screen and (min-width: 320px) and (max-width: 370px) {

    .banner__content--text h1 span {
        font-size: 23px !important;
    }

    .banner__content--text h1 {
        font-size: 50px !important;
    }

    .mapa_footer-info h2 {
        font-size: 27px;
    }

    .footer__outras--content {
        padding: 0;
    }

    .footer__outras--btns {
        font-size: 9px;
    }

    .topo_titulo {
        font-size: 40px;
    }

    .flickity-page-dots .dot {
        height: 8px;
        width: 8px;
    }

    .ui-datepicker {
        width: 17em !important;
    }

}

@media screen and (min-width: 992px) {

    #outras .card_suite {
        width: 33%;
    }
    
}



#outras .card_suite img {
    position: initial;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .header__container {
        gap: 30px;
    }

    .header__navigation-link, .whats_menu, .reservas_menu {
        font-size: 14px;
    }

    .reservas_home-image {
        width: 60%;
    }

    .reservas_home-info {
        width: 40%;
    }

}













































































































































.motel__header-title {
    text-align: right;
    font-size: 42px;
    padding: 10px 30px 10px 15px !important;
    margin: 0;
}

.motel__header-description {
    font-size: 16px;
    margin-bottom: 0;
    max-width: 50%;
}

.motel__icons-item {
    height: 109px;
    max-width: 115px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px 15px;
}

.motel__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.motel__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.motel__button a {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 13px 78px 12px;
    border-radius: 28px;
    text-align: center;
    text-transform: uppercase;
}

.btn.primary {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 13px 78px 12px;
    border-radius: 28px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 598px) {
    .motel {
        margin: 0;
        padding: 30px 0;
    }
    .motel__header {
        flex-direction: column;
    }
    .motel__header-title {
        border-right: none !important;
        text-align: left;
        font-size: 32px;
    }
    .motel__header-description {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 18px;
    }
    .motel__icons-item {
        margin: 10px;
    }
    .motel__button {
        margin-top: 37px;
    }
}

.suites {
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.suites__header {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.suites__header-infos {
    flex: 1 1 10em;
    line-height: 0.35px;
    padding: 25px 10px;
}

.suites__header-right {
    flex: 0 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.suites__header-button {
    color: #1A1A1A !important;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 10px 18px;
}

.suite--intern .suite-interna__item .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.main__slider {
    position: relative;
    margin-top: 3.5%;
    margin-bottom: -3.5%;
}

.main__slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.main__slider img {
    width: 100%;
    height: 227px;
}

.suites__slide-title {
    position: absolute;
    top: 0;
    right: 17px;
    z-index: 160;
}

.suites__slide-title h2 {
    font-size: 12px;
    font-weight: 700;
}

.suites__faded__flickity .suite_options_intern {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.suites__faded__flickity .suite_options_intern p {
    font-size: 11px;
}

.suites__faded__flickity .suite_options_intern .suite_price_tag span {
    font-size: 18px;
}

.suites__faded__flickity .suite_options_intern .no-padding {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .suites__header-infos {
        padding: 0;
    }
    .d-block {
        display: block !important;
    }
}

.location__item {
    padding: 10% 10% 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.location__header-address {
    position: relative;
    padding: 10px 10px;
}

.location__header-address h2 {
    font-size: 16px;
    font-weight: 700;
}

.location__header-address-button a {
    position: absolute;
    top: 35px;
    right: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 28px;
    padding: 9px 13px 8px;
}

.location__header-address-img img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
    .location__item {
        padding: 0;
        flex-direction: column;
        position: relative;
    }
    .location__header-address {
        width: calc(100vw - 15px - 15px);
        z-index: 1;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .location__item {
        padding: 0;
    }
}

.reservas {
    padding: 50px 0;
    margin-bottom: 30px;
}

.reservas__img {
    margin-top: -6%;
    margin-bottom: -6%;
}

.reservas__img-image {
    width: 100%;
    height: 360px !important;
}

.lina-title {
    font-weight: 400;
    font-size: 32px;
}

.location__header-description {
    font-size: 14px;
    padding-bottom: 21px;
}

.reservas__header {
    padding-left: 50px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer {
    padding: 5% 0 0;
}

.footer__rodape {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer__logo {
    margin-top: 46px;
}

.footer__logo img {
    width: 40px;
}

.header__logo p {
    color: #888888;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 15px;
}

.footer__logo .header__logo {
    padding-bottom: 40%;
}

.footer__rodape-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.footer__rodape-social-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
}

.footer__rodape-social-item:first-of-type {
    padding-left: 0;
    padding-right: 30px;
}

.footer__rodape-social-item span {
    padding-right: 10px;
}

.is-title {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.is-border {
    padding-left: 30px;
}

.footer__rodape-list {
    padding-bottom: 10px;
}

.footer__rodape-list a {
    color: #1A1A1A;
    font: normal normal 500 12px/18px Ubuntu;
    letter-spacing: 1.74px;
    text-transform: uppercase;
}

.footer__copy {
    width: 100%;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 12px;
}

.footer__copy a {
    padding-right: 5px;
}

.footer__address {
    padding-top: 36px;
    padding-bottom: 30px;
    padding-left: 30px !important;
    margin-top: 46px;
}

.footer__address a {
    padding-bottom: 14px;
}

.is-address,
.is-whats {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
}

.is-whats span {
    padding-right: 11px;
}

.is-address span {
    padding-right: 10px;
}

.is-email {
    padding-left: 32px;
}

.is-italic {
    font-style: italic;
}

.is-whats-mob {
    border-radius: 28px;
    padding: 19px 76px 18px 23px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 26px;
    letter-spacing: 2px;
}

.is-blue:nth-of-type(2) {
    padding: 19px 23px 18px 26px;
    margin-top: 0;
}

.is-blue:nth-of-type(3) {
    padding: 19px 51px 18px 26px;
    margin-top: 0;
}

.is-blue:nth-of-type(4) {
    padding: 19px 97px 18px 26px;
    margin-top: 0;
}

.is-blue:nth-of-type(5) {
    padding: 19px 97px 18px 26px;
    margin-top: 0;
}

.endereco-padding {
    padding-left: 30px;
}

@media screen and (max-width: 992px) {
    .suite-interna__item {
        padding: 0;
    }
    .footer__logo {
        align-items: center;
        justify-content: center;
        padding-top: 10%;
    }
    .footer__logo .header__logo {
        padding: 50px 0 45px;
        border-bottom: 1px solid #001974;
    }
    .footer__rodape-social {
        padding-top: 30px;
    }
    .footer__outras--content {
        flex-direction: column;
        padding-bottom: 30px;
        text-align: center;
    }
    .footer__outras--btns {
        margin-top: 15px;
    }
    .btn-messalina {
        margin-left: 20px;
    }
    .footer__logo {
        padding-top: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 998px) and (max-width: 1197px) {
    .is-border {
        padding-left: 20px;
    }
}

.reserva {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 42px;
    padding-bottom: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reserva__interna-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.periodo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 33px;
}

.periodo__header {
    padding: 10px 40px 36px !important;
    margin-bottom: 22px;
    position: relative;
}

.periodo__header-description {
    width: 35%;
}

.periodo__header p:last-of-type {
    width: 55%;
    font-weight: 700;
}

.periodo__header-title span {
    float: right;
}

.periodo__header-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    top: 70px;
    right: 70px;
}

.periodo__header-buttons-reservas {
    padding: 11px 23px 10px;
    border-radius: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
}

.btn-now {
    padding: 11px 28px 10px;
    border-radius: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 16px;
}

.btn-now span {
    padding-left: 8px;
}

.periodo__header-diaria {
    margin-bottom: 36px;
}

@media screen and (max-width: 662px) {
    .periodo-mob {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .periodo__header {
        padding: 21px 17px !important;
        height: 381px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .periodo__header-buttons {
        top: initial;
        right: initial;
        align-items: center;
        padding-top: 15%;
        position: initial;
    }
    .periodo__header-description {
        width: 100%;
    }
    .periodo__header p:last-of-type {
        width: 100%;
    }
    .periodo__header-title span {
        position: absolute;
        top: 21px;
        right: 17px;
    }
}

.hotel {
    padding-top: 57px;
}

.hotel__image {
    padding-right: 34px !important;
}

.hotel__image img {
    height: 291px;
}

.hotel__header-description {
    color: #888888;
}

.hotel__description {
    font-size: 14px;
    height: 100%;
}

.hotel__box {
    margin-bottom: 63px;
}

.max-box {
    min-height: 455px;
}

.hotel__box-desconto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 29px 45px 40px 45px;
}

.hotel__box-subtitle {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 13px;
    text-align: center;
}

.hotel__box-description {
    font-size: 12px;
    padding-left: 13px;
}

.hotel__box-desconto-btn {
    margin-top: 25px;
    text-align: center;
}

.hotel__box-decoration {
    padding: 12px 63px 46px;
    text-align: center;
}

.hotel__box-decoration h2 {
    font-size: 22px;
    text-transform: uppercase;
}

.promo-box {
    min-height: 455px;
    text-align: center;
}

.promo-fide--btn {
    margin-top: 50px;
}

.promos__fidelina--btns {
    text-align: center;
    padding: 51px 15px 80px;
}

.promos__fidelina--btns a {
    background-color: #f041ca;
    color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
    letter-spacing: 5.25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    padding: 18px 55px;
}

@media screen and (max-width: 756px) {
    .promos__fidelina--btns {
        padding: 30px 0;
    }
    .promos__fidelina--btns a {
        padding: 14px 45px;
        font-size: 16px;
        letter-spacing: 3.25px;
    }
    .hotel {
        padding-top: 18px;
    }
    .hotel__box {
        margin-bottom: 0;
    }
    .hotel__box:nth-of-type(2) {
        margin-top: 22px;
    }
    .hotel__box-decoration {
        padding: 12px 29px 46px;
        height: auto !important;
    }
    .hotel__description {
        margin-top: 18px;
    }
    .hotel__image {
        padding-right: 15px !important;
    }
    .hotel__box img {
        height: auto !important;
    }
}

@media screen and (max-width: 992px) {
    .hotel__box img {
        height: 265px;
    }
}

@media screen and (max-width: 1199px) {
    .hotel__box-desconto {
        min-height: 195px;
    }
    .promo-box {
        min-height: 455px;
    }
}

.location__interna {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 34px;
}

.location__interna h2 {
    font-size: 14px;
    padding-bottom: 15px;
}

.location__interna-btn a {
    margin-top: -5px !important;
    z-index: 1;
}

.suite-interna {
    padding-top: 18px;
    margin-bottom: 58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.suite-interna__item {
    position: relative;
    margin-bottom: 15px;
}

.suite-interna__item img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.suite-interna__title {
    position: absolute;
    bottom: 60px;
}

.suite-interna h1 {
    font-size: 18px;
    margin: 0 !important;
    padding-bottom: 7px;
}

.suite-interna__title p {
    margin-bottom: 0;
}

.suite__bottom {
    padding: 19px 31px 19px 19px;
    text-align: center;
}

.suite__bottom a {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 23px 14px 19px;
}

.suite__bottom a:nth-of-type(1) {
    padding-left: 0;
}

.suite__bottom a:nth-of-type(2) {
    padding-right: 19px;
    padding-left: 19px;
}

.suite__bottom a:nth-of-type(3) {
    border-right: none;
    padding-right: 0;
    padding-left: 19px;
}

.suite-interna__title-btn {
    position: absolute;
    bottom: 10px;
    right: 24px;
    text-align: center;
    padding-top: 8px;
    padding-right: 14px !important;
    padding-left: 8px !important;
    padding-bottom: 9px;
}

.suite-interna__title-btn span {
    font-size: 19px;
}

.reserva__description {
    font-size: 8px;
    text-transform: uppercase;
    margin-top: 0;
}

.detalhes__itens {
    margin: 25px 0;
}

.detalhes__title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.detalhes__text {
    font-size: 16px;
}

.detalhes__info h2 {
    font-size: 18px;
}

.topo__title {
    font-size: 32px;
}

.suites__faded__flickity h1 {
    font-size: 18px;
}

.suites__faded__flickity p {
    font-size: 16px;
}

.detalhes__all-info p {
    font-size: 16px;
}

.flickity-page-dots {
    bottom: 0;
}

.bottom-suites {
    border-right: none !important;
}

.box-form {
    width: 63%;
    padding: 1.95% 2.8% 1.5%;
    margin: 20px auto;
    transform: translateY(-10%);
    z-index: 1;
}

.box-form form {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
}

.form--inputs {
    flex-grow: 1;
    margin: 0 13.5px;
}

.form--inputs+.form--inputs .form-group {
    height: 100%;
}

.form--inputs textarea {
    min-height: 100%;
    max-height: 118px;
    max-width: 309px;
    min-width: 100%;
}

.form--btn {
    width: 100%;
    margin-top: 30px;
}

.btn--gradient {
    transition: opacity 0.3s;
    opacity: 1;
    border-radius: 17px;
    text-transform: uppercase;
    padding: 11px 32px 10px;
    font-weight: 700;
}

.contato-outra {
    padding: 41px 59px !important;
}

.contato-outra h1 {
    font-size: 22px;
    font-weight: 700;
}

.contato-outra a {
    padding: 11px 30px 10px !important;
}

.cadastro_box {
    margin-bottom: 45px;
}

.cortesias {
    margin-bottom: 32px;
}

@media only screen and (max-width: 760px) {
    .box-form {
        width: 98%;
        padding: 5.8%;
    }
    .contato-outra {
        position: relative;
        z-index: 1;
        top: auto;
        width: calc(100vw - 15px + 15px);
        padding: 31px 21px 50px !important;
    }
    .box-form {
        transform: translateY(0);
    }
    .contato-outra-header-btn a {
        position: absolute;
        top: 10px;
        right: 55px;
    }
}

@media (min-width: 760px) and (max-width: 992px) {
    .contato-outra-header-btn a {
        position: absolute;
        top: -56px;
        right: 20px;
    }
}

.modal-normas {
    width: 100%;
}

.modal-header {
    border-bottom: none;
}

.modal-header h5 {
    font-size: 32px;
}

.modal-header p {
    font-size: 10px;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    font-size: 14px;
}

.modal-content {
    border-radius: 0;
    padding: 52px 100px 47px;
}

.btn-modal {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1;
}

.header_logo-image {
    width: auto;
}

.footer__logo .header_logo-image {
    width: 120px;
}

.fa-calendar-check {
    margin-right: 6px;
}

@media screen and (max-width: 992px) {
    .modal-content {
        padding: 52px 20px 47px;
    }
    .modal-header .close {
        margin-top: -40px;
    }
    .reservas.reservas__home {
        padding-top: 40%;
        background-image: url(../images/foto-de-reservas-m.jpg);
        background-size: cover;
    }
    .motel__icons__home {
        padding: 0;
    }
}

.decoration_option .content,
.suites {
    padding: 20px;
    padding-top: 10px;
}

.decoration_option img {
    width: 100%;
    padding: 10px;
    padding-top: 20px;
}

.atention_decorative {
    padding: 20px;
    border: 1px solid;
    margin-top: 20px;
}

.decoration_option {
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.link_booking {
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    border-radius: 17px;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 18px;
    margin-top: 20px;
}

.decoration_option.last .content {
    background: 0 0;
}

.cardapio img {
    width: 100%;
}

.cardapio h4 {
    font-size: 32px;
}

.cardapio .question {
    padding: 10px;
}

.cardapio .question .title {
    font-weight: 600;
}

.cardapio-imagems {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cadastro {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .modal-normas {
        margin: 0;
    }
    .cardapio-imagems {
        padding-top: 25px;
        padding-bottom: 0;
    }
}

#modalFidelina .modal-content {
    padding: 0;
}

#modalFidelina p {
    font-weight: 600;
    font-size: 2em;
}

.decor-interna {
    margin-top: 20px;
}

.box-hotel {
    min-height: 455px;
}

.is-uber {
    background-color: #22acbe;
    background-image: none !important;
}

.is-waze {
    background-color: #47cfee;
    background-image: none !important;
}

.modal-header__close {
    padding: 0;
}

#modalFidelina .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#modalFidelina .close {
    color: transparent !important;
    width: 40px;
    height: 40px;
}

.modal-header__close {
    position: absolute;
    z-index: 9999;
    float: right;
    right: 15px;
    top: 15px;
}

#modalFidelina .modal-dialog {
    width: 700px;
    margin: 10% auto;
}

@media screen and (max-width: 992px) {
    #modalFidelina .close {
        margin-top: -2px;
    }
    #modalFidelina .modal-dialog {
        width: 100%;
    }
    #modalFidelina .modal-dialog {
        margin: 30% auto;
    }
}

.suite__photo {
    width: 100%;
    display: block;
}

.suite_option--name {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 1em;
    color: #FFFFFF;
}

.suites {
    padding-bottom: 40px;
}

.motel__icons__home {
    padding: 40px 0;
}

.hotel__icons__home {
    padding: 0;
}

.hotel__icons--content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 625px;
}

.itens_width_icons {
    width: 105px;
    padding: 25px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 140px;
}

.motel__button {
    margin-top: 40px;
}

.motel__content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itens_width_icons img {
    padding-bottom: 15px;
    width: 45px;
}

.motel__icons-item-title {
    font-size: 12px;
}

.detalhes__slide {
    width: 100%;
}

.detalhes__slide img {
    width: 100%;
}

.suite_options_intern {
    padding-top: 50%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.card_suites-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.card_suites-index .suite_price_tag {
    padding: 10px 70px;
}

.suite_options_intern .suites__title {
    font-size: 1.3em !important;
    color: #FFFFFF;
}

.suite-interna__item {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
}

.suite_price_tag {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 10px;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 2px;
    text-align: center;
}

.suite_price_tag span {
    font-size: 1.8em;
    letter-spacing: 0;
}

.reserva {
    padding-top: 16% !important;
}

.padd__carrossel {
    margin-top: 2%;
}

.reserva,
.topo {
    background-image: url(../images/default-top.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 16% 0 4% !important;
    width: 100% !important;
    color: #FFFFFF;
}

.topo_suites {
    background-size: cover !important;
    background-position: center !important;
    padding: 24% 0 8% !important;
    width: 100% !important;
    color: #FFFFFF;
}

.details__options {
    color: #FFFFFF;
    background-color: #001f71;
    padding: 20px 0;
}

.details__options a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.detalhes-barra {
    width: 100%;
    height: 15px;
    background-color: #1A1A1A;
}

.informations_details .details__options {
    text-align: center;
    color: #FFFFFF;
    background-color: #1A1A1A;
    padding: 13px 50px;
    border-radius: 33px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    margin: 33px 0 20px;
}

.informations_details .details__options a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4.5px;
}

#outras {
    margin-bottom: 200px;
    padding-bottom: 30px;
    padding-top: 80px;
}

.no-padding {
    padding: 0;
}

.detalhes__itens {
    padding: 20px 40px;
    color: #FFFFFF;
    background-color: #1A1A1A;
}

.detalhes__calendario {
    padding-top: 20px;
}

.topo .back-title {
    font-size: 2em;
}

.flickity-page-dots {
    bottom: 15px !important;
}

.flickity-page-dots .dot {
    background: #FFFFFF;
    border: 1px solid rgba(89, 111, 252, 1);
}

.flickity-page-dots .dot.is-selected {
    border: 1px solid rgba(89, 111, 252, 1);
}

.outras_suites__flickity .flickity-page-dots {
    bottom: -20px !important;
}

.outras_suites__flickity .dot.is-selected {
    border: 1px solid rgb(0, 0, 0);
}

.outras_suites__flickity .flickity-page-dots .dot {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.hotel__box img {
    width: 100%;
}

#gm-mapa {
    height: 300px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.location__interna-btn {
    position: relative;
}

.location__interna h2 {
    font-size: 1.4em !important;
    color: #001f71;
    padding-bottom: 15px;
}

.location__maps {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reservas h2,
.reservas p {
    color: #FFFFFF;
}

.hotel__box .detalhes__flickity .flickity-page-dots {
    bottom: -2% !important;
    display: none;
}

.hotel__box .detalhes__flickity .flickity-page-dots .dot {
    background: #001f71;
}

.cortesias__box-desconto {
    background-color: #001f71;
    color: #FFFFFF;
    padding: 10px 20px;
    height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.fidelina-box {
    height: 461px !important;
}

.fide__title {
    font-weight: 700;
    font-size: 1.2em;
}

.aniver {
    padding-top: 0 !important;
}

.cortesias__box-desconto h2 {
    font-size: 1.2em;
}

.cortesias__box-desconto p {
    font-size: 1em;
    color: #FFFFFF;
}

.detalhes__flickity .hotel__box-desconto {
    margin: 0 20px;
}

.aniver__flickity .hotel__box-desconto {
    margin: 0 20px;
}

.periodo-mob {
    width: 100%;
    padding: 0 16%;
}

.contact-submit {
    border: 0;
}

@media screen and (max-width: 1024px) {
    .periodo-mob {
        padding: 0;
    }
    .topo .back-title {
        font-size: 1.4em;
    }
    .suite_options_intern {
        padding-top: 50%;
        background-size: cover;
        background-position: center;
        display: block;
        position: relative;
        padding-bottom: 20%;
    }
    .container.no__pad__mobile {
        padding: 0;
    }
    .padd__carrossel {
        padding: 0 0;
    }
    .details__options {
        color: #FFFFFF;
        padding: 10px 0 30px;
    }
    .reserva p {
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    .detalhes__flickity .hotel__box-desconto {
        margin: 0 2px;
        padding: 10px 10px 30px;
    }
    .aniver__flickity .hotel__box-desconto {
        margin: 0 2px;
        padding: 10px 10px 30px;
    }
    .is-whats-mob {
        padding: 14px !important;
        text-align: center !important;
        font-size: 1em !important;
    }
    .booking__button {
        padding: 8px 16px !important;
        border-radius: 20px;
        color: #FFFFFF;
        background-color: #001f71;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.26);
        margin-left: 4%;
    }
    .booking__button a {
        display: inline-block;
        color: #FFFFFF;
        font-size: 1em !important;
    }
}

@media screen and (max-width: 320px) {
    .aniver-title {
        top: 5% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .aniver-title-2 {
        top: 15% !important;
    }
    .aniver-title-2 h2 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 500px) {
    .promo-box {
        padding-left: 2px;
        padding-right: 2px;
    }
    .cortesias__box-desconto {
        margin-top: 10px;
        margin-bottom: 22px;
    }
    .box-images {
        margin-right: -15px;
        margin-left: -15px;
    }
    .aniver-title {
        top: 15%;
    }
}

@media screen and (max-width: 768px) {
    .cortesias__box-desconto {
        height: 455px;
    }
    .promo-box {
        padding-left: 5px;
        padding-right: 5px;
    }
    .aniver-title h2 {
        font-size: 18px !important;
    }
    .cad-box {
        height: 395px;
    }
    .hotel__icons--content {
        justify-content: center;
        align-items: center;
    }
    .itens_width_icons {
        width: 150px;
    }
    #nav--mobile .container {
        padding: 0;
    }
    #nav--mobile .navbar-brand {
        font-size: 1.4em;
        padding: 0;
    }
    #toggle-mobile {
        box-shadow: none !important;
    }
    .name-menu {
        margin-right: 6px !important;
    }
    #nav--mobile .whats__button {
        width: 60%;
        text-align: center;
        text-transform: uppercase;
        color: #37ce49;
        border: 1px solid;
        padding: 7px 20px !important;
        border-radius: 17px;
    }
    #nav--mobile .whats__button a {
        font-size: 15px;
        color: #37ce49;
    }
    .navbar {
        padding: 13px 15px 10px !important;
    }
    .motel__button a {
        padding: 13px 58px 12px !important;
        margin-top: 20px;
    }
    .location__item {
        display: block !important;
    }
    .location__header-address-button a {
        display: block !important;
        position: initial !important;
        top: auto !important;
        left: auto !important;
        text-align: center !important;
    }
    .reservas .reservas__header {
        padding-left: 20px !important;
        padding-top: 20px !important;
    }
    .hotel__box-desconto {
        padding: 29px 25px 40px 17px !important;
    }
}

@media screen and (max-width: 411px) {
    .suite_options_intern .col-xs-5,
    .suite_options_intern .col-xs-7 {
        padding: 0;
    }
    .suite__bottom {
        padding: 10px 10px 10px 10px !important;
        text-align: center;
    }
    .suite__bottom a {
        padding: 6px 10px !important;
    }
}

@media screen and (max-width: 320px) {
    #nav--mobile .navbar-brand {
        font-size: 1em;
    }
    .itens_width_icons {
        padding: 30px 0;
        height: 120px;
    }
    .suite_options_intern {
        padding-bottom: 26%;
    }
    .hide_320 {
        display: none;
    }
    .menu__header-link a {
        font-size: 10px !important;
    }
    .booking__button a {
        display: inline-block;
        color: #FFFFFF;
        font-size: 0.8em !important;
    }
    .booking__button {
        padding: 8px 16px !important;
        border-radius: 20px;
        color: #FFFFFF;
        background-color: #001f71;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.26);
        margin-left: 4%;
    }
    .carousel__wrapper-title {
        font-size: 22px !important;
    }
}

.footer__address {
    color: #1A1A1A;
    font-size: 1.4em;
}

.header__navigation-link:hover,
a.periodo__header-buttons-reservas:hover {
    color: #008996;
}

a {
    transition: transform 0.4s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transform: scale(1.04);
    cursor: pointer;
}

.footer__rodape-list a {
    transition: margin-left 0.3s;
}

.footer__rodape-list a:hover {
    margin-left: 4px;
}

.is-whats-mob:hover {
    color: #FFFFFF;
}

.header__navigation-link.header__navigation-fidelina {
    padding: 9px 34px;
    border-radius: 17px;
    letter-spacing: 1px;
    color: #1A1A1A;
}

.reservation_button_intern {
    background: #001f71;
    padding: 2% 10%;
    border-radius: 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.diaria__table {
    width: 100%;
    background: #FFFFFF;
}

.diaria__table td,
.important_info_diaria {
    text-align: left;
    padding: 10px 0 10px 19px;
    color: #001f71;
    font-size: 1em;
    letter-spacing: 0.03em;
    font-family: ubuntu, sans-serif;
}

.diaria__table tr {
    border: 1px solid #001f71;
}

.diaria__table td:last-child {
    text-align: right;
    padding-right: 19px;
    padding-left: 0;
    font-size: 1.14em;
}

.sem-borda {
    border-right: 0 !important;
}

.box-hotel {
    min-height: 455px;
}

.title-back {
    display: inline;
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 3.4px;
    font-family: "Ubuntu", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin: 0 -370px -110px;
    opacity: 0.05;
    padding-bottom: 15%;
}

.hotel__box {
    overflow: hidden;
}

.cortesias__box-desconto {
    overflow: hidden;
}

.cortesias__box-desconto h2 {
    font-size: 36px;
}

.hotel__box-desconto,
.promo-box .cortesias__box-desconto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hotel__box-desconto hr,
.cortesias__box .promo-box hr {
    width: 80%;
    border-top: 1px solid rgba(255, 255, 255, 1);
    opacity: 0.5;
    margin-top: 0;
}

.cortesias__box {
    margin-bottom: 30px;
}

.fide__title {
    font-weight: 700;
    font-size: 18px;
}

.hotel__box-sub {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
}

.aniver__flickity .hotel__box-desconto h2 {
    margin-bottom: 10px;
    border-bottom: none;
}

.cortesias__box-desconto h2 {
    font-size: 30px;
}

.cortesias__box-description,
.box-hotel p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 18px !important;
}

.periodo__go span img {
    float: right;
    position: absolute;
    right: 5%;
    width: 4%;
}

.promo__box--content {
    width: 100%;
    min-height: 334px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.promo__box--content .hotel__box-title {
    border-bottom: none !important;
}

.promo__box--content .title-back {
    margin: 0;
}

.promo__box--content .hotel__box-title {
    margin-top: -20px;
}

.promo__box--content .hotel__box-description {
    font-size: 16px;
}

.promo__box--content .hotel__box-desconto-btn {
    border-left: 1px solid rgba(255, 255, 255, 1);
    padding: 40px 0;
    margin-left: 50px;
}

@media only screen and (max-width: 768px) {
    .periodo__go {
        background-color: #001f71;
    }
    .periodo__go span img {
        float: right;
        position: absolute;
        right: 5%;
        width: 7%;
    }
    .periodo__header-buttons span i {
        font-size: 12px;
    }
    .periodo__header-buttons {
        position: relative;
        top: 0;
        padding-top: 0 !important;
    }
    .periodo__header {
        height: 100%;
    }
    .periodo__header-description {
        text-align: center;
    }
    #chatbotmobile .infochat_floatmain {
        bottom: 85px !important;
    }
    .promo__box--content {
        flex-direction: column;
        padding: 29px 0 40px !important;
        text-align: center;
    }
    .promo__box--content .hotel__box-desconto-btn {
        border-left: none;
        padding: 0;
        margin-left: 0;
    }
    .promo__box--content .title-back {
        margin: 0 -370px -110px;
    }
    .cortesias__box {
        margin-bottom: 0;
    }
}


.promo__fim {
    background-image: url("../images/bg-fim.png");
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.promo__fim .title-back {
    margin: 0 0 -220px;
    text-align: center;
    font-size: 47px;
}

.promo__fim .hotel__box-title {
    font-size: 38px;
    text-transform: uppercase;
    border-bottom: none;
    font-weight: 400;
}

.promo__fim--b1 {
    color: rgba(133, 90, 46, 1);
    border-radius: 8px;
    padding: 25px 55px;
    margin-top: 60px;
    background-color: #e0e0e0;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.promo__fim--b1 h4 {
    font-size: 16px;
    color: rgba(133, 90, 46, 0.72);
    text-decoration: underline;
    text-transform: lowercase;
}

.promo__fim--b1 h5 {
    font-size: 20px;
}

.promo__fim--b2 {
    background-color: rgba(223, 194, 138, 0.4);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 70px 40px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    transform: translate(0, -30px);
}

.promo__fim--col {
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.promo__fim--col:nth-of-type(4) {
    border-right: none;
}

.promo__fim--col {
    padding: 0 40px;
}

.promo__fim--col h4 {
    font-size: 16px;
    text-decoration: underline;
    text-transform: lowercase;
    columns: rgba(255, 255, 255, 0.8);
}

.promo__fim--col p {
    font-size: 16px;
    letter-spacing: 0.77px;
    text-transform: lowercase;
}

.promo__fim--text {
    text-align: center;
}

.promo__fim--text h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.54px;
}

.promo__fim--text p {
    font-size: 18px;
    margin: 10px 0 50px;
}

.promo__fim--text a {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.51px;
    background-color: rgba(223, 194, 138, 1);
    text-transform: uppercase;
    padding: 25px 45px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.promo__fim--text img {
    width: 45%;
    margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .promo__fim--b2 {
        padding: 70px 30px 40px;
    }
}

@media only screen and (max-width: 962px) {
    .promo__fim--col {
        padding: 0 25px;
    }
    .promo__fim .title-back {
        margin: 0 -370px -110px;
    }
    .promo__fim .hotel__box-title {
        font-size: 24px;
        letter-spacing: 1.92px;
        text-align: center;
    }
    .promo__fim--b1 {
        width: 90%;
        margin-top: 30px;
        padding: 25px 30px;
    }
    .promo__fim--b2 {
        flex-direction: column;
        justify-content: center;
        padding: 50px 30px 40px;
    }
    .promo__fim--col {
        width: 100%;
        padding: 15px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }
    .promo__fim--col:nth-of-type(4) {
        border-right: none;
        border-bottom: none;
    }
    .promo__fim--text p {
        font-size: 16px;
    }
    .promo__fim--text img {
        width: 65%;
        margin-top: 50px;
    }
    .navbar-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 10;
    }
    .navbar-logo__itens {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background-color: #FFFFFF;
        padding: 15px;
    }
    .informations_details .details__options {
        padding: 14px 20px;
        margin: 33px 15px;
    }
    .informations_details .details__options a {
        font-size: 12px !important;
        letter-spacing: 3px !important;
    }
    .topo {
        padding: 30% 0 5% !important;
    }
    #outras {
        padding-bottom: 0;
        margin-bottom: -40px;
    }
    .banner__content--text h1 {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 1.15px;
    }
    .banner__content--text h1 span {
        font-size: 15px;
        font-weight: 400;

    }
    .banner__content--btns {
        padding: 30px 0 0;
    }
    .btn-suite,
    .btn-reservar {
        font-size: 10px;
        letter-spacing: 2.5px;
        padding: 11px 41px;
    }
    .btn-reservar {
        margin-left: 21px;
    }
}

@media only screen and (max-width: 350px) {
    .btn-suite,
    .btn-reservar {
        padding: 11px 35px;
    }
    #nav--mobile .whats__button a {
        font-size: 12px;
    }
    #nav--mobile .container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .itens_width_icons {
        width: 135px;
    }
    .suites .container-fluid {
        padding: 0;
    }
    .suite_options_intern .suites__title {
        font-size: 16px !important;
    }
    .suites__faded__flickity .suite_options_intern .suite_price_tag span {
        font-size: 16px !important;
    }
    .suites__faded__flickity .suite_options_intern p {
        font-size: 10px;
    }
    .suite--intern {
        padding: 0 15px;
    }
    #outras .suite-interna__item {
        margin-left: 10px;
    }
    .suites .suite--intern {
        padding: 0;
    }
}

.faixaCov {
    width: 100%;
}

.faixaCov--content {
    background-color: #000;
    position: relative;
    padding: 24px 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.faixaCov--content .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.faixaCov--content .container p {
    color: #FFFFFF !important;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    cursor: unset;
}

.faixaCov--content span {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.fechar-faixa {
    position: relative;
    z-index: 2;
}

.slider-vantagens .item {
    width: 100%;
}

.slider-vantagens .flickity-button {
    color: rgba(51, 51, 51, 1);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}

.slider-vantagens .flickity-prev-next-button.next {
    right: -35px;
}

#vantagens {
    padding: 50px 0;
}

#vantagens h3 {
    color: #1A1A1A;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.19px;
    text-transform: uppercase;
    text-align: left !important;
    margin: 20px 0 30px;
}

#vantagens h3 strong {
    font-size: 18px;
}

#vantagens p {
    color: #1A1A1A;
    font-size: 16px;
    letter-spacing: 1.26px;
    margin-bottom: 30px;
}

#vantagens .btn-promo {
    width: 60%;
    background-color: #1A1A1A;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 3.25px;
    font-size: 13px;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
    margin: 10px 0 0;
    padding: 12px 30px;
}

@media only screen and (max-width: 962px) {
    .vantagens-mob {
        padding: 0 7px;
    }
    .vantagens--itens--text {
        padding: 25px 12px 90px;
    }
    #vantagens h3 {
        text-align: center !important;
        font-size: 25px;
        letter-spacing: 0.88px;
    }
    #vantagens p {
        letter-spacing: 1.12px;
        margin-bottom: 20px;
    }
    #vantagens .btn-promo {
        width: 85%;
    }
    .vantagens--itens-last .vantagens--itens--text {
        padding-bottom: 0;
    }
    #vantagens {
        padding: 50px 0 0;
    }
}

.name-menu {
    color: #1A1A1A !important;
}

#modalPark .modal-body {
    font-size: 14px;
    padding: 0;
}

#modalPark .modal-body img {
    width: 100%;
}

#modalPark .modal-header {
    border-bottom: none;
    background-color: transparent;
    padding: 0;
    min-height: 0;
}

#modalPark .modal-content {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none !important;
    border: transparent !important;
    padding: 0 !important;
}

#modalPark .modal-header .close {
    width: 30px;
    position: absolute;
    float: right;
    right: 20px;
    top: 3%;
    z-index: 2;
    opacity: 1;
}

#modalPark .modal-header .close span {
    color: #FFFFFF;
    font-size: 30px;
}

.modal-backdrop {
    backdrop-filter: blur(5px);
}

.modal-backdrop.in {
    opacity: 0.7;
}

@media screen and (max-width: 962px) {
    #modalPark .modal-header .close {
        top: 50px;
    }
}


/* CORES */

.menu {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.menu__header li:first-of-type {
    color: #707070;
}

.menu__header-link a {
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.menu__header-link--a:last-of-type {
    color: #8c77a4;
}

.menu__header-link--a:last-of-type:hover {
    color: #707070;
}

.menu__header-link--adrenalina {
    color: #fe0000;
}

.menu__header-link--adrenalina:hover {
    color: #707070;
}

.menu__header-link--amaralina {
    color: #3773cf;
}

.menu__header-link--amaralina:hover {
    color: #707070;
}

.menu__header-mob {
    color: #707070;
}

.header__navigation-link {
    color: #000;
}

.header__navigation-whats {
    color: #0ed861;
    border: 2px solid #0ed861;
}

.header__navigation-whats:hover {
    color: #0ed861;
    border: 2px solid #0ed861;
}

.header__navigation-item #reservas,
.header__navigation-item #reservas:hover {
    color: #fff !important;
}

.header__navigation-calendar {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.26);
}

.button_container span {
    background: #1A1A1A;
}

.carousel__controls-item {
    background-color: rgba(255, 255, 255, 1);
}

.carousel__controls-item.indicators {
    background-color: rgba(255, 255, 255, 0.4);
}

.carousel__wrapper-button,
.carousel__wrapper-button:hover,
.link_booking {
    background-color: rgba(255, 255, 255, 1);
}

.link_booking,
.link_booking:hover {
    color: #1A1A1A;
}

.carousel__wrapper-button,
.carousel__wrapper-button:hover {
    color: #261265;
}

.motel__header-title {
    border-right: 1px solid #888;
    color: #1A1A1A;
}

.motel__header-description {
    color: #888;
}

.motel__icons-item {
    box-shadow: 0 3px 10px rgba(36, 68, 165, 0.3);
    color: #000;
}

.motel__icons-item-title,
.overlay ul li a:hover {
    color: #1A1A1A;
}

.overlay ul li a:hover {
    color: #1A1A1A;
}

.btn.primary,
.motel__button a {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.36);
}

.decoration_option .content,
.decoration_option img,
.decoration_option.last {
    background-color: #1A1A1A;
    color: #fff;
}

.suites {
    background-color: #1A1A1A;
    color: #fff;
}

.main__slider {
    box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.44);
}

.main__slider::after {
    background: rgba(0, 0, 0, 0.1);
}

.suites__slide-title h2 {
    color: #fff;
}

.location__header-address {
    background-color: #1A1A1A;
    color: #fff;
}

.location__header-description {
    color: #888;
}

.location__header-address-button a {
    color: #1A1A1A;
    background-color: #fff;
}

.reservas {
    background-color: #261265;
}

.reserva__interna-title {
    color: #fff;
}

.reservas__img-image {
    box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.43);
}

.footer__rodape-social-item {
    color: #6c6c6c;
}

.footer__rodape-social-item:first-of-type {
    border-right: 1px solid #6c6c6c;
}

.is-border {
    border-left: 1px solid rgba(0, 0, 0, 0.16);
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.is-border-not {
    border-right: transparent;
}

.footer__rodape-list a {
    color: #1A1A1A;
}

.is-title {
    color: #1A1A1A;
}

.footer__address a {
    color: #1A1A1A;
}

.is-whats-mob {
    background-image: linear-gradient(260deg, #37ce49, #05d394);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.36);
    color: #fff;
}

.is-blue {
    background-color: #1A1A1A !important;
}

.menu-fixo {
    background-color: #fff;
}

.footer-border {
    border-top: 1px solid #1A1A1A;
}

.periodo__header {
    background-color: #1A1A1A;
    color: #fff;
}

.periodo__header-diaria {
    background-color: #1A1A1A;
}

.periodo__header-buttons-reservas {
    color: #fff;
    background-color: #1A1A1A;
}

.btn-now {
    color: #1A1A1A !important;
    background-color: rgba(255, 255, 255, 1);
}

.suite-interna {
    color: #fff;
}

.suite-interna__title a {
    color: #fff;
}

.suite__bottom {
    background-color: #1A1A1A;
}

.cardapio .question .title {
    color: #1A1A1A;
}

.cardapio .question {
    border-bottom: 1px solid #bcbcbc;
}

.cardapio h4 {
    color: #1A1A1A;
}

.decoration_option img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-modal {
    color: #1A1A1A;
}

.modal-normas {
    color: #1A1A1A;
}

.contato-outra {
    background-color: #1A1A1A;
}

.contato-outra a {
    color: #fff !important;
}

.btn--gradient {
    background-color: #1A1A1A;
    color: #fff;
}

.contatoInterna p {
    color: #1A1A1A;
}

.box-form .form-control {
    border: 1px solid #1A1A1A;
}

.box-form {
    box-shadow: 0 3px 30px rgba(25, 75, 106, 0.23);
    background: #fff;
}

.topo__title {
    font-size: 32px;
    color: #FFFFFF;
}

.detalhes__info {
    color: #1A1A1A;
}

.border-detalhes {
    border-bottom: 1px solid #dbdbdb;
}

.suite-interna__title-btn {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.suite__bottom a {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.suite-interna__item img:after {
    background: linear-gradient( 180deg, rgba(2, 44, 87, 0.25), rgba(0, 23, 65, 0.6));
}

.location__interna h2 {
    color: #1A1A1A;
}

.hotel__box-title {
    border-bottom: 1px solid #fff;
}

.hotel__box-desconto {
    background-color: #1A1A1A;
    color: #fff;
}

.hotel__description {
    color: #1A1A1A;
}

.box-form .form-control {
    border: 1px solid #1A1A1A;
}

.cadastro_box .periodo__header-buttons-reservas {
    color: #1A1A1A !important;
}

.hotel__box-desconto-btn a {
    background-color: #fff;
    color: #1A1A1A !important;
}

.location__interna a {
    color: #fff;
}