/********** Template CSS **********/
:root {
    --primary: #fea116;
    --light: #f1f8ff;
    --dark: #0f172b;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, 0.1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: 0.5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: 0.5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #ffffff !important;
}

#texto-video {
    height: auto !important;
}

.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, 0.7), rgba(15, 23, 43, 0.7)),
        url(.././img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #ffffff;
}

/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: 0.5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

/* =================================================== */

footer {
    background: #081123;
    padding: 8em 0 1em 0;
}

footer li {
    line-height: 1.5rem;
}

#mark a {
    color: #527a20 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

footer h2 {
    font-weight: 700 !important;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--second-font);
}

footer .formas {
    width: 300px;
}

header nav a:hover,
footer a:hover {
    text-decoration: none;
}

.search_bar_title {
    width: calc(30% + 40px);
    font-size: 18px;
    font-weight: 700;
    left: 0;
    background: #fff;
    height: 45px;
    margin-top: -50px;
    padding-left: 40px;
    padding-right: 48px;
    padding-top: 12px;
    position: absolute;
    z-index: 2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.search_bar_container {
    width: calc(100% + 40px);
    left: -20px;
    background: #fff;
    height: 110px;
    margin-top: -20px;
    padding-left: 50px;
    padding-right: 48px;
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0 3px 3px #cccccc;
}
.search_bar_form > div:not(:last-child) {
    padding-right: 17px;
}
.search_bar_form > div:first-child,
.search_bar_form > div:nth-child(2) {
    width: 35.163%;
}
.search_bar_form > div:nth-child(3) {
    width: 29.429%;
}

.search_form_select option {
    font-style: normal;
}

.motor-busca {
    padding: 0px 0px 0px 0px;
    background: none;
    width: 100%;
    color: #fff;
}

.motor-busca .pacote:not(.hoteis),
.motor-busca .monte:not(.hoteis) {
    display: none;
}

.motor-busca .nav li.selected a {
    color: #f7bd00 !important;
}

.motor-busca .row {
    margin-bottom: 15px;
}

.motor-busca .quartoItems .col {
    padding-right: 0;
}

.motor-busca .quartoItem a {
    color: #f7bd00;
    display: inline-block;
}

.motor-busca hr {
    border-top: 1px solid #f7bd00;
}

.motor-busca .form-control {
    margin-bottom: 6px;
    padding: 10px;
    height: 40px !important;
    border-radius: 0;
    background: #fff;
    /* box-shadow: 0 3px 3px #cccccc; */
}

.motor-busca .search-submit {
    width: 100%;
    color: #fff;
    border-radius: 0;
    height: 40px !important;
    background: rgb(254, 161, 22);
    border: none;
}

.motor-busca .search-submit:hover {
    width: 100%;
    color: #fff;
    border-radius: 0;
    height: 40px !important;
    background: rgb(218, 131, 2);
    border: none;
}

/* ===========================================================
   =========================================================== */

.btn-light {
    color: #212529;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa;
    width: 44px;
    height: 46px;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.mw-75 {
    max-width: 75%;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li i {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #333;
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li,
.block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    /* line-height: 2; */
    font-weight: 500;
    color: #8d8d8d;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p:last-of-type {
    margin-bottom: 0;
}

.social-button {
    display: flex;
}

.text-info {
    color: #0054a6 !important;
}

.d-inline-block {
    display: inline-block !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.fa-facebook {
    width: 1em !important;
    margin-top: -2px !important;
    margin-left: -3px !important;
}

.fa-instagram {
    width: 1em !important;
    margin-top: -2.3px !important;
    margin-left: -3px !important;
}

.form-group {
    margin-bottom: 1rem;
}

h1#nomesite {
    font-size: 26px;
    margin-bottom: 0 !important;
}
h7,
.h7 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0 120px;
}

.btn-primary {
    border: none !important;
}

.rooms {
    width: 100%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}
.room_row {
    margin-top: 20px;
}

.room {
    box-shadow: 0 23px 35px rgba(4, 4, 4, 0.18);
}

.room_image {
    width: 100%;
}

.room_image img {
    max-width: 100%;
}

.room_content {
    padding-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
}

.room_type {
    font-size: 12px;
    font-weight: 600;
    color: #7e7e7e;
    text-transform: uppercase;
    line-height: 0.75;
}

.room_title {
    margin-top: 20px !important;
}

.room_title a {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.25;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.room_title a:hover {
    color: #d6baa0;
}

.room_text {
    margin-top: 27px;
}

.room_price {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -27px;
    width: 185px;
    height: 47px;
    background: #fff;
    line-height: 47px;
    font-size: 14px;
    color: #50592d;
    font-weight: 500;
}

.room_price span {
    color: #8d8d8d;
}

.room_button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -32px;
}

#centralatendimento {
    width: 240px;
    height: 60px;
    background: #fea116;
    margin-top: 8px;
    margin-bottom: 0;
    border-radius: 5px;
}

#dropdownMenuLink {
    margin-left: 8px;
    color: #fff !important;
}

#whatsappButton {
    color: #fff;
    margin-top: 2px;
    padding: 0.7rem 0.7rem !important;
}

#foneCentral {
    font-size: 18px;
    margin-right: 10px;
}

.p-footer,
.h6-footer {
    color: #fff;
}

#rol-logo {
    display: flex;
    justify-content: start;
    width: 100px;
}

.noronha-logo {
    width: 210px;
    height: 70px;
    margin-top: 2px;
    margin-left: 5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whats_button {
    display: flex;
    justify-content: start;
    width: 42px;
    height: 42px;
    z-index: 2;
    display: block;
    margin-top: 18px;
    margin-left: 30px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.whats_button *,
.whats_button :after,
.whats_button :before {
    box-sizing: border-box;
}

#gastronomia,
#resort {
    margin-top: -30px;
}

#mark,
.mark {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    text-align: center;
}

/* ============================================================ */

.swiper {
    width: 100%;
    height: 450px;
    border-radius: 8px;
}
.tags {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    display: flex;
    cursor: pointer;
}
.paragraph-small {
    max-width: 300px;
    margin-right: 10px;
}
/* img {
    width: 90%;
    height: 70%;
    border-radius: 14px;
    object-fit: fill;
} */
.secondary.salmon {
    background-color: #fa7b62 !important;
    padding: 15px 40px;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.1rem;
}
.tag {
    font-size: 1rem;
    font-weight: 500;
}
.tag__information {
    margin-left: 2px;
    font-size: 1rem;
}
.neutral-text.text-white {
    color: #ffffff !important;
}
.paragraph-small {
    font-size: 0.875rem;
    font-weight: 300;
}
.slide-buttons,
.slide-buttons-e {
    position: absolute;
    bottom: 120px;
    width: 110px;
    right: 200px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.slide-buttons-rigth {
    right: 210px;
}
.slide-buttons-left {
    right: 210px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-prev {
    left: 0 !important;
}
.left {
    text-align: left;
}
.button-pagination {
    position: relative;
    background-color: #00853e;
    border-radius: 100%;
    transition: ease 0.4s;
    display: flex;
    cursor: pointer;
}
.button-pagination.left:before {
    transform: translate(-67%, -60%) rotate(180deg);
}
.button-pagination:before {
    content: url(../img/arrow.svg);
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
/* *,
*::before,
*::after {
    box-sizing: border-box;
} */
.topics {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2rem;
}
.topic-par,
.topic-impar {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 5px 0;
}
.topic-par img,
.topic-impar img {
    margin-left: 10px;
}

.topic-impar {
    background-color: #f6f6f6;
}

.topic-icon {
    width: 22px;
    height: 22px;
}

.desc-room {
    color: dimgray;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5rem;
}

.room-actions {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.btn-reservar {
    width: 200px;
    background: #ffab2c;
    border: 1px solid #ffab2c;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    letter-spacing: 0.1rem;
}

.btn-reservar:hover {
    background: #ff9900;
    color: #9b6007;
    border: 1px solid #9b6007;
}

.tipos-acomodacoes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin-bottom: 50px;
}

.tipos-acomodacoes a {
    margin-left: 100px;
    margin-bottom: 10px;
    background: #ffab2c;
    border: 1px solid #ffab2c;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 280px;
    padding: 15px 50px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    letter-spacing: 0.1rem;
}
.tipos-acomodacoes a:hover {
    background: #ff9900;
    color: #9b6007;
    border: 1px solid #9b6007;
}
.menu-principal {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 999;
    padding: 0 0 30px 0;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #0f172b;
    display: flex;
    flex-direction: row;
}
mark,
.mark a {
    color: #fea116 !important;
}
mark,
.mark a:hover {
    color: #fff !important;
}
.text-md-right {
    text-align: right;
    margin-left: -80px !important;
}

.bg-info {
    margin-top: -10px !important;
    padding: 20px !important;
    background-color: #ffffff !important;
    height: 160px !important;
}
.bg-info-reserve-text {
    color: #fea116;
    font-weight: 700;
}
.bg-info label {
    color: #000000 !important;
}

.hotel-indicacao {
    height: 300px;
}

.swiper {
    height: 500px;
}

.card {
    height: 520px;
}

.card-title {
    margin-top: -290px;
    width: 90%;
    margin-left: 20px;
}

.card-text {
    margin-top: 10px;
    width: 90%;
    margin-left: 20px;
}

.card iframe {
    height: 500px !important;
}

.slide-buttons-hotel {
    position: absolute;
    top: 185px;
    width: 110px;
    right: 200px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.slide-buttons-rigth-hotel {
    right: 40px;
}
.slide-buttons-left-hotel {
    right: 40px;
}

img {
    width: 100%;
    height: 70%;
    border-radius: 14px;
}

.btn-detail {
    position: fixed;
    width: 180px;
    height: 40px;
    bottom: 35px;
    right: 40px;
}

.wrapper-card-hotel {
    display: flex;
    justify-content: center;
    text-align: center;
}

.titulo-card-hotel {
    width: 75%;
}

.list-circle {
    list-style: circle;
}

.card-hoteis-wrapper {
    background-color: #eeeeee !important;
}

#wrapper-booking-hotel .bg-info-reserve-text {
    margin-left: 80px !important;
}

#img-dicas {
    width: 100% !important;
    height: auto !important;
    max-height: 535px !important;
    border-radius: 0 !important;
}

.hoteis-wrapper-odd,
.hoteis-wrapper-even {
    display: flex;
    flex-direction: row;
    gap: 35px;
    margin: 0 0 30px 30px;
}
.hoteis-wrapper-even {
    margin-left: 100px;
}

.hoteis {
    width: 200px;
    height: 120px;
}

.hoteis-wrapper-odd a img,
.hoteis-wrapper-even a img {
    transition: 0.5s ease all;
    width: 100%;
    object-fit: cover;
}

.hoteis-wrapper-odd img:hover,
.hoteis-wrapper-even img:hover {
    transform: scale(2);
    transition: 0.5s ease all;
    border: 10px solid rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

.card-hoteis-wrapper .card-hoteis {
    padding: 50px;
}

#iframes-hotel-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 3rem;
}

/* =================================================== */

@media (min-width: 300px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
    .whats_button {
        display: none !important;
    }
    #centralatendimento {
        width: 0;
    }
    #rol-logo {
        width: 0;
    }
    #carousel {
        margin-top: 0px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #carousel img {
        border-radius: 0 !important;
    }
    .search_bar_title {
        width: calc(85% + 20px) !important;
    }
    .search_bar_container {
        margin-top: -40px !important;
        height: 350px !important;
    }
    .mark {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        text-align: center;
    }
    #about img {
        border-radius: 0 !important;
    }
    #sobre-nos {
        margin-left: 0 !important;
    }
    footer {
        padding: 8em 1.5em 4em 1.5em;
    }
    footer h2 {
        font-size: 14px !important;
    }
    footer img {
        border-radius: 0 !important;
    }
    #redes-sociais {
        margin-top: 25px !important;
    }
    .block-23 ul li span {
        font-size: 14px !important;
    }
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
    /* .whats_button {
        display: none !important;
    } */
    #centralatendimento {
        width: 0;
    }
    #rol-logo {
        width: 0;
    }
    .search_bar_title {
        width: calc(60% + 20px) !important;
    }
    .search_bar_container {
        height: 250px !important;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 680px;
    }
    /* .whats_button {
        display: none !important;
    } */
    .noronha-logo {
        margin: 0 420px 0 -20px !important;
    }
    #centralatendimento {
        width: 0;
    }
    #rol-logo {
        width: 0;
    }
    #carousel {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .navbar {
        justify-content: space-around !important;
    }
    .search_bar_title {
        width: calc(50% + 30px) !important;
    }
    .search_bar_container {
        height: 100px !important;
    }
    .search-submit {
        width: 110px !important;
    }
    #about {
        margin-left: 0 !important;
    }
    #about img {
        width: 500px !important;
        height: 700px !important;
    }
    #sobre-nos {
        margin-top: 240px !important;
    }
    #feature-wrapper {
        width: 100px !important;
        height: 280px !important;
    }
    .motor-busca {
        margin-left: -25px !important;
    }
    .label-clique {
        margin-left: -15px !important;
    }

    /* #iframe-hotel1,
    #iframe-hotel2,
    #iframe-hotel3,
    #iframe-hotel4,
    #iframe-hotel5,
    #iframe-hotel6 {
        width: 100%;
        height: 522px;
    }
    img {
        width: 100%;
        height: 30%;
        border-radius: 14px;
        object-fit: fill;
    }
    .card-hoteis-wrapper .card-hoteis {
        padding: 20px;
    }
    .card {
        height: 550px !important;
    }
    .hotel-indicacao img,
    .img-hotel {
        width: 85% !important;
        height: 40% !important;
        border-radius: 14px;
        object-fit: fill;
    } */
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .noronha-logo {
        width: 180px !important;
        margin-top: 2px !important;
        margin-left: 5px !important;
    }
    .whats_button {
        width: 40px !important;
        height: 40px !important;
        margin-left: 5px !important;
        display: block !important;
    }
    #rol-logo {
        width: 65px;
        height: 65px;
        margin-top: 5px;
        margin-left: -2px;
    }
    #carousel {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 10px;
        padding: 25px 0;
        font-size: 12px;
        text-transform: uppercase;
        outline: none;
    }
    .col-lg-2-menu {
        flex: 0 0 auto;
        width: 11%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 22%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 58%;
    }
    #whatsappButton {
        color: #fff;
        margin-top: 2px;
        margin-left: -5px;
        padding: 0.7rem 0.7rem !important;
    }
    #centralatendimento {
        width: 185px;
        height: 50px;
        margin-left: -15px;
    }
    #dropdownMenuLink {
        margin-left: 10px;
    }
    .search_bar_title {
        width: calc(40% + 20px) !important;
    }
    .search_bar_container {
        height: 100px !important;
    }
    #about,
    #sobre-nos {
        width: 50% !important;
    }
    #feature-wrapper {
        width: 100px !important;
        height: 120px !important;
    }
    #about img {
        margin-left: 60px !important;
    }
    .about-text {
        height: 640px !important;
        margin-top: -210px !important;
    }
    .mark {
        display: flex;
        flex-direction: row !important;
        justify-content: center;
        text-align: center;
    }
    #index {
        margin-top: 0 !important;
    }
}
@media (min-width: 1200px) {
    #carousel {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
    .noronha-logo {
        width: 210px;
        height: 70px;
        margin-top: 2px;
        margin-left: 5px;
    }
    /* .whats_button {
        margin-top: 120px;
        width: 40px !important;
        height: 40px !important;
        z-index: 9999;
    } */
    #rol-logo {
        width: 100px;
        height: 60px;
        margin-left: -10px;
    }
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 25px;
        padding: 25px 0;
        font-size: 12px;
        text-transform: uppercase;
        outline: none;
    }
    #centralatendimento {
        width: 220px;
        height: 50px;
    }
    #dropdownMenuLink {
        margin-left: 28px;
    }
    .search_bar_title {
        width: calc(30% + 20px) !important;
    }
    .search_bar_container {
        height: 100px !important;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: center !important;
    }
}
@media (min-width: 1440px) {
    .menu_principal {
        padding-right: 40px !important;
    }
    #carousel {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .container-xxl {
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 23%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .noronha-logo {
        width: 210px;
        height: 70px;
        margin-top: 2px;
        margin-left: 5px;
    }
    #rol-logo {
        width: 110px;
        height: 75px;
        margin-left: 5px;
    }
    .carousel-inner img {
        width: 100%;
        height: 600px;
        object-fit: fill;
    }
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 25px;
        padding: 25px 0;
        font-size: 12px;
        text-transform: uppercase;
        outline: none;
    }
    #centralatendimento {
        width: 260px;
    }
    #dropdownMenuLink {
        font-size: 15px;
        margin-left: 28px;
    }
    .search_bar_title {
        width: calc(30% + 20px) !important;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: center !important;
    }
    #about {
        width: 50% !important;
    }
    #about img {
        width: 650px !important;
    }
    #sobre-nos {
        width: 50% !important;
    }
    #index {
        margin-top: 0 !important;
    }
}
/* ============================================================ */

.swiper {
    width: 100%;
    height: 450px;
    border-radius: 8px;
}
.tags {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    display: flex;
    cursor: pointer;
}
.paragraph-small {
    max-width: 300px;
    margin-right: 10px;
}
img {
    width: 100%;
    height: 100%;
    /* border-radius: 14px; */
    object-fit: fill;
}
.secondary.salmon {
    background-color: #fa7b62 !important;
    padding: 15px 40px;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.1rem;
}
.tag {
    font-size: 1rem;
    font-weight: 500;
}
.tag__information {
    margin-left: 2px;
    font-size: 1rem;
}
.neutral-text.text-white {
    color: #ffffff !important;
}
.paragraph-small {
    font-size: 0.875rem;
    font-weight: 300;
}
.slide-buttons,
.slide-buttons-e {
    position: absolute;
    bottom: -30px;
    width: 110px;
    right: 30px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.slide-buttons-rigth {
    right: 110px;
}
.slide-buttons-left {
    right: 110px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-prev {
    left: 0 !important;
}
.left {
    text-align: left;
}
.button-pagination {
    position: relative;
    background-color: #00853e;
    border-radius: 100%;
    transition: ease 0.4s;
    display: flex;
    cursor: pointer;
}
.button-pagination.left:before {
    transform: translate(-67%, -60%) rotate(180deg);
}
.button-pagination:before {
    content: url(../img/arrow.svg);
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

.topics {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2rem;
}

.topic-par,
.topic-impar {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 5px 0;
}
.topic-par img,
.topic-impar img {
    margin-left: 10px;
}
.topic-impar {
    background-color: #f6f6f6;
}
.topic-icon {
    width: 22px;
    height: 22px;
}
.desc-room {
    color: dimgray;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5rem;
}
.room-actions {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.btn-reservar {
    width: 200px;
    background: #ffab2c;
    border: 1px solid #ffab2c;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    letter-spacing: 0.1rem;
}
.btn-reservar:hover {
    background: #ff9900;
    color: #9b6007;
    border: 1px solid #9b6007;
}
.tipos-acomodacoes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin-bottom: 50px;
}
.tipos-acomodacoes a {
    margin-left: 100px;
    margin-bottom: 10px;
    background: #ffab2c;
    border: 1px solid #ffab2c;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 280px;
    padding: 15px 50px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    letter-spacing: 0.1rem;
}
.tipos-acomodacoes a:hover {
    background: #ff9900;
    color: #9b6007;
    border: 1px solid #9b6007;
}
.menu-principal {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 999;
    padding: 0 0 30px 0;
}
.menu-acomodacoes {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 999;
    padding: 0 0 30px 0;
}
.icon-facilities {
    width: 140px;
    height: 140px;
    background: #f9f7f3;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.icon-facilities img {
    width: 60px;
    height: 60px;
    display: flex;
    margin-top: 15px;
    border-radius: 0 !important;
}
.facilities-container {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.facilities-container h3 {
    font-size: 28px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}
.facilities-items {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin-left: 7.5%;
    margin-right: 2.5%;
    justify-content: space-between;
}
.facilities-item {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.facilities-item span {
    width: 120px;
    display: flex;
    justify-content: center;
    text-align: center;
}

#iframe-programacao,
#iframe-atividades {
    width: 104%;
    height: 580px;
    overflow: hidden;
}

#iframe-programacao {
    margin-left: -30px;
}

.menu_principal {
    position: sticky;
    top: 0px;
    z-index: 999;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #0f172b;
    display: flex;
    flex-direction: row;
}
mark,
.mark a {
    color: #fea116 !important;
}
mark,
.mark a:hover {
    color: #fff !important;
}
.text-md-right {
    text-align: right;
    margin-left: -170px !important;
}

.ftco-heading-2 {
    font-weight: 600 !important;
}

footer h2 {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.mr-6,
.mx-6 {
    margin-left: 4.5rem !important;
}

#iframes-hotel-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#iframe-hotel1,
#iframe-hotel2,
#iframe-hotel3,
#iframe-hotel4,
#iframe-hotel5,
#iframe-hotel6 {
    width: 100%;
    height: 500px;
}

@media (max-width: 768px) {
    #iframes-hotel-wrapper {
        flex-direction: column;
        gap: 0;
    }
}
