.modal-header .close:focus,
footer .links_institucionais .item .subitems li .link-privacidade:focus,
footer .links_institucionais .item.botao_central li .link-privacidade:focus {
    outline: 0
}

footer {
    background-color: #f2f2f2;
    color: #fff
}

footer .rodape {
    padding-top: 10px;
    background-color: #fff;
    color: #000
}

footer .rodape .flex {
    align-items: center;
    margin-bottom: 5px
}

footer .rodape .flex p {
    font-size: .8rem;
    margin-bottom: 0
}

footer .footer-logos {
    text-align: right
}

footer .footer-conteudo {
    font-family: Rajdhani
}

footer .area_footer {
    background-repeat: no-repeat
}

footer .area_footer .central_reservas {
    margin: auto
}

footer .area_footer .central_reservas .titulo {
    font-size: 1.5rem
}

footer .area_footer .central_reservas .item {
    text-align: center
}

footer .area_footer .central_reservas .item .borda {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px 10px;
    transition: .5s;
    font-size: .9rem
}

@media (min-width:992px) {
    footer .area_footer .area_2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 5rem
    }

    footer .area_footer .central_reservas {
        max-width: 90%
    }

    footer .area_footer .central_reservas .item .borda {
        margin: 10px 20px
    }
}

footer .area_footer .central_reservas .item .borda:hover {
    box-shadow: 0 0 4px #fff
}

footer .area_footer .central_reservas .item .borda p {
    margin-bottom: 0
}

footer .area_footer .central_reservas .item .borda a,
footer .links_institucionais .item .subitems a,
footer .links_institucionais .item.botao_central a {
    color: #fff
}

@media (min-width:1200px) {
    footer .area_footer .central_reservas .item {
        width: 20%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    footer .area_footer .central_reservas .item {
        width: 25%
    }
}

@media (min-width:768px) and (max-width:991px) {
    footer .area_footer .central_reservas .item {
        width: 33%
    }
}

@media (max-width:991px) {
    footer .area_footer .central_reservas .item .borda {
        margin: 10px 8px
    }

    footer .area_footer .central_reservas .swiper-wrapper {
        flex-direction: unset
    }

    footer .area_footer .central_reservas .linhas_arrows {
        position: relative;
        display: flex;
        justify-content: center
    }

    footer .area_footer .central_reservas .linhas_arrows .swiper-button-next,
    footer .area_footer .central_reservas .linhas_arrows .swiper-button-prev {
        position: relative;
        margin: 10px 30px 0
    }

    footer .area_footer .central_reservas .linhas_arrows .swiper-button-next svg path,
    footer .area_footer .central_reservas .linhas_arrows .swiper-button-prev svg path {
        fill: #ffffff
    }

    footer .area_footer .central_reservas .linhas_arrows .swiper-button-next:after,
    footer .area_footer .central_reservas .linhas_arrows .swiper-button-prev:after {
        display: none
    }

    footer .area_footer .logo {
        text-align: center;
        margin-bottom: 20px
    }

    footer .area_footer .logo img {
        max-width: 150px
    }

    footer .area_footer .logo .animated-1 img {
        margin-left: -40px;
    }

    footer .links_institucionais {
        margin-bottom: 20px
    }
}

footer .links_institucionais .item .subitems li,
footer .links_institucionais .item.botao_central li,
footer .pagamentos ul {
    list-style: none;
    padding-inline-start: 0
}

@media (max-width:767px) {
    footer .area_footer {
        background-color: #001f2f;
        position: relative;
        padding-top: 50px;
        padding-bottom: 20px
    }

    footer .area_footer:before {
        content: "";
        background-image: url("../img/fundo-mobile.webp");
        background-size: 100% 100%;
        background-position: center top;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -79px;
        background-repeat: no-repeat
    }

    footer .area_footer .container {
        position: relative
    }

    footer .area_footer .central_reservas .item {
        width: 50%
    }

    footer .links_institucionais .item {
        width: 100%
    }

    footer .links_institucionais .item p.titulo_links {
        background: #00131d;
        padding: 5px;
        border-radius: 30px;
        text-align: center;
        margin-bottom: 5px;
        position: relative
    }

    /* footer .links_institucionais .item p.titulo_links::after {
        content: "";
        background-image: url("../img/seta_items.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 12px;
        right: 10px;
        width: 20px;
        height: 20px;
        transition: .4s
    } */

    /* footer .links_institucionais .item .subitems {
        height: 0;
        overflow: hidden;
        margin-block-start: 0;
        padding-inline-start: 0
    } */

    /* footer .links_institucionais .item .subitems a,
    footer .links_institucionais .item .subitems button,
    footer .links_institucionais .item .subitems p {
        padding: 0 20px
    } */

    footer .links_institucionais .item .subitems {
        padding: 10px 0;
        text-align: center;
    }

    /* footer .links_institucionais .item.ativo p.titulo_links:after {
        transform: rotate(180deg);
        top: 2px
    } */

    footer .links_institucionais .item .subitems li,
    footer .links_institucionais .item.botao_central li {
        padding: 5px 0
    }
}

footer .links_institucionais .item .subitems li .link-privacidade,
footer .links_institucionais .item.botao_central li .link-privacidade {
    background: 0 0;
    border: none;
    color: #fff;
    text-align: left;
    cursor: pointer
}

footer .links_institucionais .item .subitems a p,
footer .links_institucionais .item.botao_central a p {
    background-color: #eb3800;
    text-align: center;
    border-radius: 15px
}

@media (min-width:768px) {
    footer .area_footer {
        background-size: 100% 100%;
        padding-top: 200px;
        background-image: url("../img/fundo.webp");
        padding-bottom: 50px
    }

    footer .links_institucionais .item {
        margin-right: 30px
    }

    footer .links_institucionais .item .subitems {
        margin-block-start: 0;
        padding-inline-start: 0
    }

    footer .links_institucionais .item .subitems li .link-privacidade,
    footer .links_institucionais .item.botao_central li .link-privacidade {
        padding-left: 0
    }

    footer .links_institucionais .item .subitems a p,
    footer .links_institucionais .item.botao_central a p {
        padding: 10px 20px
    }

    footer .newsletter .titulo {
        font-size: 1.2rem
    }
}

footer .newsletter .titulo {
    font-weight: 700;
    line-height: 1.2
}

footer .newsletter form input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 3px 10px;
    transition: .4s
}

footer .newsletter form input:focus-visible {
    outline: 0;
    box-shadow: 0 0 4px #fff
}

footer .newsletter form button {
    width: 100%;
    padding: 4px;
    border-radius: 6px;
    border: 1px solid transparent;
    background: #0b5d87;
    color: #fff;
    font-weight: 700;
    transition: .5s
}

footer .newsletter form button:hover {
    box-shadow: 0 0 4px #0b5d87
}

footer .newsletter form button:focus-visible {
    outline: 0
}

footer .newsletter form .input_email_nome.done {
    display: none;
}

footer .newsletter form .success-newsletter {
    padding: 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: green;
    font-weight: bold;
    text-align: center;
    display: none;

}

footer .newsletter form .success-newsletter.active {
    display: block;
}

footer .area_3 {
    display: flex;
    flex-wrap: wrap
}

footer .empresa small {
    font-size: 14px;
}

footer .certificado small {
    font-size: 13px;
    color: #ffffff;
    display: block;
}

@media (min-width:768px) {
    footer .newsletter form {
        padding-left: 0;
        padding-right: 0;
    }

    footer .area_3 {
        justify-content: space-between;
        margin-top: 3rem
    }

    footer .area_3 .pagamentos {
        margin-left: 30px
    }

    footer .certificado {
        width: 21%
    }

    footer .empresa {
        flex: 1;
    }
}

@media (max-width:767px) {

    footer .links_institucionais .item .subitems a p,
    footer .links_institucionais .item.botao_central a p {
        padding: 6px 20px
    }

    footer .newsletter .titulo {
        font-size: 1.1rem;
        text-align: center;
        /* max-width: 220px;
        margin: auto auto 10px */
    }

    footer .newsletter form input {
        text-align: center;
        font-size: .8rem;
        padding: 5px
    }

    footer .area_3,
    footer .area_3 .pagamentos {
        margin-top: 20px
    }

    footer .area_3 {
        text-align: center;
        flex-direction: column
    }

    footer .area_3>div {
        width: 100%
    }

    footer .area_3 .pagamentos ul {
        justify-content: center
    }

    footer .area_3 .certificado {
        order: 1
    }

    footer .area_3 .certificado p {
        margin-bottom: 5px
    }

    footer .area_3 .certificado img {
        max-width: 90px
    }
}

footer .pagamentos ul li {
    margin-right: 10px;
    align-self: center
}

footer .pagamentos ul li:first-of-type img {
    max-width: 115px
}

footer .pagamentos ul li:nth-child(2) img,
footer .pagamentos ul li:nth-child(3) img {
    max-width: 45px
}

footer .pagamentos ul li:last-of-type {
    margin-right: 0
}

footer .pagamentos ul li:last-of-type img {
    max-width: 60px
}

footer .font-light {
    font-weight: lighter
}

@media (min-width:992px) {
    footer .area_footer .logo img {
        max-width: 270px
    }

    footer .newsletter {
        width: max(26%, 200px)
    }

    /* .botao_central_reservas {
        position: fixed;
        bottom: 50%;
        right: 100%;
        width: 166px;
        background: #eb3800;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 9px 7px;
        transform-origin: 0% 0;
        transform: rotate(90deg) translateX(-50%) translateY(-520%);
        z-index: 1
    }

    .botao_central_reservas p {
        color: #fff;
        font-weight: lighter;
        margin-bottom: 0;
        font-size: .9rem
    } */


    .botao_central_reservas {
        position: fixed;
        top: 50%;
        left: -300px;
        z-index: 101;
        transform: translateY(-50%);
        transition: left .5s ease-in-out;
        filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .5));
    }

    .botao_central_reservas:hover {
        left: 0;
    }

    .botao_central_reservas .chama-central {
        background: #eb3800;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        left: calc(100% - 57px);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .botao_central_reservas .chama-central p {
        color: #fff;
        font-weight: lighter;
        margin-bottom: 0;
        font-size: .9rem;
        white-space: nowrap;
        padding: 9px 7px;
    }

    .botao_central_reservas .content-central {
        background-color: #001f2f;
        padding: 20px 15px;
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .botao_central_reservas .content-central .item-central {
        color: #fff;
        width: calc(50% - 10px);
        padding: 10px;
        border-radius: 10px;
        margin: 5px;
        border: 2px solid #fff;
        background: #eb3800;
    }

    .botao_central_reservas .content-central .item-central p {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .botao_central_reservas .content-central .item-central a {
        font-size: 13px;
        color: #fff;
    }

}


@media (min-width: 768px) {
    footer .area_3 .pagamentos {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    footer .certificado {
        width: 32% !important;
        margin-bottom: 12px !important;
    }
}