/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 4rem;
    color: rgb(var(--bs-tertiary-color-rgb));
    background-color: #fef9f4;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #212529;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* color of the scroll thumb */
    border-radius: 3px;
    /* roundness of the scroll thumb */
    border: 1px solid #ffffff;
    /* creates padding around scroll thumb */
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        line-height: 1.4;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #E9521E;
    border: 5px solid #E9521E;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.bd-mode-toggle {
    z-index: 1500;
}

.owl-item.active .image img {
    transition: transform 1s;
    /* Adiciona uma transição de 1 segundo para a transformação de escala */
}

.owl-item.active:hover {
    cursor: pointer;
}

.owl-item.active {
    position: relative;
    z-index: 20;

}

.owl-item.active .image img:hover {
    /* Aumenta a escala em 5% ao passar o mouse */
    position: relative;
    z-index: 10;
}

/* Define a cor normal do texto */
.item .content p {
    color: #ffffff;
    /* Cor padrão do texto (cinza) */
    opacity: 0.7;
    transition: opacity 0.3s;
    /* Adiciona uma transição suave para a mudança de opacidade */
}

/* Altera a cor do texto ao passar o mouse sobre o item */
.item:hover .content p {
    opacity: 1;
    /* Altera a opacidade para 1 (totalmente opaco) ao passar o mouse */
}

.manter-interna {
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}

.item.produtos-carousel .content {
    border: 1px solid #fff;
    border-radius: 0 0 20px 20px;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.contatos {
    background: #FEF9F4;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.text-contato {
    color: #ffffff;
}

.form-contact {
    background: #F5F5F5;
}

.cor-sobre {
    background: #FEF9F4;
    /*display: flex;
    justify-content: center;*/
}

.cor-fund-video {
    background: #061730;
}

.img-video {
    margin-top: -220px;
}

.title-destino {
    font-size: 30px;
    color: #F07E1A;
    font-weight: bold;
}

.sub-title-destino {
    color: #F07E1A;
    font-weight: bold;
    font-size: 18px;
}

.sub-title-destino2 {
    color: #F07E1A;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
}

.text-destino {
    color: #ffffff;
}

.text-lugares {
    color: #ffffff;
}

.title-lugar-destinos1 {
    font-size: 50px;
    color: #F07E1A;
    font-weight: bold;
    text-align: left;
}

.title-lugar-destinos1-pg {
    font-size: 35px;
    color: #F07E1A;
    font-weight: bold;
}

.title-monit {
    font-size: 25px;
    color: #061730;
    font-weight: bold;
    text-align: left;
}

.title-infos {
    font-size: 30px;
    color: #F5F5F5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.title-lugar {
    font-size: 50px;
    color: #F07E1A;
    font-weight: bold;
}


.text-lugar-destinos1-b {
    color: #ffffff;
    text-align: left;
    margin-top: 40px;
}

.text-lugar-destinos2 {
    color: #ffffff;
    text-align: left;
    margin-left: 135px;
}

.text-lugar-destinos3 {
    color: #ffffff;
    text-align: left;
}

.img-meio {
    width: 100%;
    padding: 70px;
}

.img-logo1 {
    margin-left: 100px;
    margin-top: 80px;
}

.img-logo2 {
    margin-top: 65px;
}

.img-home {
    margin-left: 120px;
}

.nav-link {
    margin-right: 25px;
    font-weight: bold;
}

.img-whats {
    margin-bottom: 2px;
}

.button-menu {
    margin-right: 60px;
    border-radius: 42px;
}

.button-menu:hover {
    margin-right: 60px;
    border-radius: 42px;
}

.button-menu a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.button-menu a:hover {
    opacity: 0.7;
}

.button-mensagem {
    display: flex;
    justify-content: flex-start;
}

.produtos {
    background: #ff7f00;
    display: flex;
    justify-content: center;
}

.produtos-dest {
    display: flex;
    justify-content: center;
}

.produtos1 {
    background: #061730;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.produtos .button-mensagem a {
    display: inline-block;
    padding: 10px 20px;
    border: 5px solid #E9521E;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}


.button-mensagem.produtos-dest a {
    display: inline-block;
    padding: 10px 20px;
    border: 5px solid #E9521E;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.button-mensagem.produtos a:hover {
    background: #F07E1A;
}

.button-mensagem.produtos-dest a:hover {
    background: #F07E1A;
}

.button-mensagem.principal a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #E9521E;
    border: 5px solid #E9521E;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.button-mensagem.principal a:hover {
    background: #F07E1A;
}

.title-one {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 70px;
}

.title-produtos {
    font-weight: 600;
}

.hr-titulo {
    border-bottom: 2px solid #fff !important;
    margin-bottom: 50px !important;
    width: 320px;
    margin: auto;
    margin-top: 10px;
    opacity: 1;
}

.hr-titulo-p {
    border-bottom: 2px solid #000 !important;
    margin-bottom: 50px !important;
    width: 380px;
    margin: auto;
    margin-top: 10px;
    opacity: 1;
}

/*Carrossel das Logos de Clientes*/

.carousel-wrapper {
    background-color: #fff9f4;
    padding: 20px 0;
}

.carousel-item img {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.carousel-item img:hover {
    filter: grayscale(0%);
}

.carousel-item .row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

/* CTA  */
.cta-section {
    background-color: #fff9f4;
}

.cta-section .container {
    background-color: #E9521E !important;
    border-radius: 15px;
}

.cta-section .cta-text {
    margin: 50px 0;
    text-align: center;
}

/* Imagem principal */
.cta-section .img-container {
    position: relative;
    width: 100%;
}

.cta-section .main-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Efeitos de sobreposição para ícones */
.cta-section .overlay {
    position: absolute;
    z-index: 10;
    max-width: 50px;
}

.cta-section .overlay.top-left {
    top: 10px;
    left: 10px;
}

.cta-section .overlay.bottom-right {
    bottom: 10px;
    right: 10px;
}

/* Estilo para o botão CTA */
.cta-section .btn-white {
    background-color: #F07E1A;
    /* Laranja suave para o fundo do botão */
    color: #ffffff;
    /* Texto branco no botão */
    border-radius: 50px;
    /* Bordas arredondadas para o botão */
    padding: 12px 30px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-section .btn-white:hover {
    background-color: #F07E1A;
    /* Laranja suave no hover para chamar atenção */
    color: #fff;
    /* Mantém o texto branco no hover */
}

/* Ícones */
.cta-section .overlay img {
    width: 30px;
    /* Tamanho pequeno para os ícones */
    filter: invert(1);
    /* Ícones brancos para combinar com o fundo laranja */
}

/* Responsividade */
@media (max-width: 1024px) {
    .cta-section .img-container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .carousel-item .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* 4 logos */
}

@media (max-width: 992px) {
    .carousel-item .col-lg-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    /* 3 logos */
}

@media (max-width: 768px) {
    .carousel-item .col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* 2 logos */
}

@media (max-width: 576px) {
    .carousel-item .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 1 logo */
}

.bt-login {
    font-weight: 700;
    border: solid 2px #fff;
    background: #e9521e;
    color: #fff;
    padding: 6px 25px;
    text-decoration: none;
    border-radius: 20px;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.bt-login:hover {
    background: #fff;
    color: #e9521e;
    border: solid 2px #e9521e;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.menu-principal {
    background: #FEF9F4;
}

.title-topo {
    font-size: 41px;
    color: #E9521E;
    text-align: left;
    font-weight: bold;
}

.title-qms {
    font-size: 27px;
    color: #061730;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 25px;
}

.title-qms1 {
    font-size: 35px;
    color: #F5F5F5;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 25px;
}

.text1 {
    color: #141D33;
    text-align: left;
}

.text2 {
    color: #141D33;
    font-weight: 600;
}

.text2-qs {
    color: #ffffff;
    text-align: left;
}

footer {
    padding: 10px;
}

footer p {
    margin: 0 !important;
}

.navbar-toggler {
    margin-right: 10px;
}

/*
.container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
    margin-bottom: 40px;
}/**/

.corner-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.corner-images img {
    position: absolute;
    width: 160px;
}

.top-left {
    top: -70px;
    left: 0px;
}

.top-right {
    top: -70px;
    right: 0px;
}

.bottom-left {
    bottom: -10px;
    left: 0px;
}

.bottom-right {
    bottom: -10px;
    right: 0px;
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

.frase-viva {
    width: 400px;
    margin: 30px;
}

.opcoes-menu {
    background: #fef9f4;
    border: 0.1px solid #E9521E;
    border-radius: 20px
}

.opcoes-item {
    color: #000000;
    font-weight: bold;
    border-radius: 10px;
}

.opcoes-item:hover {
    color: #E9521E;
}

.carousel-imgs {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #fff9f4;
}

.carousel-imgs div {
    display: flex;
    transition: transform 0.1 s linear;
}

.carousel-imgs img {
    width: 100%;
    max-width: 355px;
    margin-right: 10px;
    flex-shrink: 0;
}

.carousel-imgs img:last-child {
    margin-right: 0;
}

.form-contact {
    background: #fef9f4;
}

.default-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 5px solid #E9521E;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    background: #E9521E;
}

.default-btn a:hover {
    background: #000;
}

section.cor-destino,
section.cor-lugar-destinos {
    padding: 40px 0;
    background-color: #061730;
}

.faq {
    background-color: #061730;
}

.faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #061730;
    padding-bottom: 60px;
}

.accordion-button {
    background-color: #007bff;
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button.collapsed {
    background-color: #ff7f00;
}

.accordion-body {
    background-color: #fef9f4;
    padding: 15px;
}

#contact.footer-p-2 {
    background-color: #fef9f4;
    padding: 20px 0;
}

.contact-title {
    font-size: 30px;
    color: #F07E1A;
    font-weight: bold;
}

.contact-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.contact-title2 {
    color: #F07E1A;
    font-weight: bold;
    margin-top: 20px;
}

.contact-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon {
    color: black;
    margin-right: 10px;
    transition: color 0.3s ease;
    /* Adiciona transição suave na cor */
}

.contact-link {
    color: #141D33;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    /* Adiciona transição suave na cor */
}

.contact-link:hover,
.contact-icon:hover {
    color: #F07E1A;
    /* Cor ao passar o mouse */
}


@media (max-width: 1400px) {
    .img-meio {
        width: 100%;
        padding: 20px;
        margin-top: 60px;
    }
}

@media (max-width: 1215px) {
    .img-video {
        margin-top: -150px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 30px;
    }

    .navbar {
        padding: 15px 0;
    }

    .img-meio {
        max-width: 100%;
        width: 100%;
        padding: 10px;
        margin: 20px 0 -40px 0;
    }

    .div-img-meio {
        text-align: center;
    }

    .opcoes-menu {
        width: 190px;
        background: #fef9f4;
        border: 0.1px solid #E9521E;
        border-radius: 20px;
    }

    .nav-link:focus,
    .nav-link:hover {
        width: 145px;
        color: #E9521E;
        border: 2px solid #E9521E;
        border-radius: 20px;
    }

    .title-lugar-destinos1 {
        font-size: 45px;
        text-align: center;
    }

    .text-lugar-destinos1 {}

    .title-lugar-destinos2 {
        font-size: 45px;
        text-align: center;
    }

    .text-lugar-destinos2 {
        text-align: center;
        margin-left: 0px;
    }

    .title-lugar-destinos3 {
        font-size: 45px;
        text-align: center;
        margin-right: 0px;
    }

    .text-lugar-destinos3 {
        text-align: center;
    }

    .cor-lugar-destinos .text-content {
        order: 1;
    }

    .cor-lugar-destinos .image-content {
        order: 2;
    }

    .produtos .text-content {
        order: 2;
    }

    .produtos .image-content {
        order: 1;
    }

    .corner-images img {
        position: absolute;
        width: 95px;
    }
}

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

    p {
        font-size: 16px;
    }

    .title-one,
    .title-destino,
    .title-lugar {
        font-size: 30px;
    }

    .img-video {
        margin-top: -130px;
    }
}


@media screen and (max-width: 576px) {
    .text2-qs {
        text-align: center;
    }

    .title-qms {
        text-align: center;
    }

    .title-monit {
        text-align: center;
    }
}

.card {
    height: 100%;
    transition: transform 0.3s;
    background-color: #e9521e;
    color: #fff;
    min-height: 375px;
}

.card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 2.5rem;
    color: #fff;
}

.card-text{
    font-size: 16px;
}

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