/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Alexandria", sans-serif;
    line-height: 1.6;
}

a{
    text-decoration: none !important;
    color: #FFF !important;
}

html {
    scroll-behavior: smooth;
}

#mainNav {
    transition: all 0.3s ease-in-out;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all .35s;
    font-weight: 400;
    padding: 15px 0 10px;
}

.navbar-light .navbar-toggler{
    border: none;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222;
}

#mainNav .navbar-nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a {
    font-size: 20px;
    text-transform: uppercase;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #FFF !important;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white !important;
  }
}

@media (max-width: 768px) {
    .navbar-brand img{
        height: 44px;
    }
}

.nav-item{
    padding: 0px 10px;
}

.border-color-nav{
    border-bottom: 1px solid #F5811E;
}

.menu-mobile{
    background-color: #fff;
}



.rotativo-section {
    position: relative;
    /* height: 100vh; */
}

.swiper {
    width: 100%;
    height: 100%;
}

.sobreposicao-rotativo .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobreposicao-rotativo .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sobreposição de conteúdo */
.sobreposicao-rotativo {
    position: absolute;
    bottom: 13%;
    left: 10%;
    z-index: 10;
    color: white;
    text-align: left;
    border-radius: 10px;
    max-width: 40%;
    @media (max-width: 768px) {
        bottom: 25%;
    }
}

.titulo-rotativo {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sobreposicao-rotativo .subtitulo-rotativo {
    font-size: 25px;
    font-weight: 300;
    @media (max-width: 768px) {
        font-size: 15px;
        line-height: 21px;
    }
}

/* Personalização da paginação */
.pagination-rotativo {
    position: absolute !important;
    bottom: 10% !important;
    left: 10% !important;
    width: auto !important;
    text-align: left !important;
    z-index: 20;
    @media (max-width: 768px) {
        bottom: 20% !important;
    }
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: transparent !important;
    opacity: 1;
    margin: 0 8px 0 0 !important;
    border: 2px solid #FFF !important;
}

.swiper-pagination-bullet-active {
    border: none !important;
    background: #ffd700 !important;
}

.js-swiper-rotativo .swiper-slide {
  width: 100%;
  height: 100vh !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .titulo-rotativo {
        font-size: 24px;
    }
    
    .sobreposicao-rotativo {
        max-width: 80%;
        padding: 15px;
        left: 5%;
    }

}


.bg {
  width: 100%;
  height: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
}

.background-class-fix{
    position: absolute;
    width: 100%;
    height: 100%;
    background-blend-mode: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    will-change: transform;
    top: 0;
    left: 0;
}

/* .bg.bg1 {
  background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(2, 134, 207, 0.85), rgba(0, 0, 0, 1)),
        url('assets/rotativo1.png');
}

.bg.bg2 {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(2, 134, 207, 0.85), rgba(0, 0, 0, 1)),
        url('assets/rotativo2.png');
} */

.bg-motivos{
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(2, 134, 207, 0.85), rgba(0, 0, 0, 1)),
        url('assets/fundo-motivos.jpg');
}

.titulo-motivos{
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;

    @media (max-width: 768px) {
        font-size: 19px;
    }
}

.espaco-cabeçalho {
    margin-top: 165px;
    margin-bottom: 40px;
    @media (max-width: 768px) {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

#quem-somos .espaco-cabeçalho {
    @media (max-width: 768px) {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

#contato .espaco-cabeçalho {
    @media (max-width: 768px) {
        margin-top: 95px;
        margin-bottom: 30px;
    }
}

.sobreposicao-motivos{
    color: #FFF;
    @media (max-width: 768px) {
        overflow: scroll;
        max-height: 110vh;
    }
}

.sobreposicao-motivos img{
    width: 75px;
    height: 75px;
    @media (max-width: 768px) {
        width: 35px;
        height: 35px;
    }
}

.sobreposicao-quem-somos,
.sobreposicao-rodape,
.sobreposicao-produtos{
    position: relative;
    width: 100%;
    height: 100%;
}

.motivos-para-usar-section,
.quem-somos-section,
.rodape-section{
    min-height: 100vh;
    color: #FFF;
    position: relative;
    overflow: hidden;
    @media (max-width: 768px) {
        padding-bottom: 60px;
        min-height: 110vh;
    }
}

.rodape-section{
    min-height: 100vh;
    color: #FFF;
    position: relative;
    overflow: hidden;
    @media (max-width: 768px) {
        padding-bottom: 60px;
        min-height: 147vh;
    }
}

.produtos-section{
    min-height: 100vh;
    color: #FFF;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    @media (max-width: 768px) {
        padding-bottom: 60px;
        min-height: 100vh;
    }
}

.bg-quem-somos {
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(245, 129, 30, 0.85), rgba(0, 0, 0, 1)),
        url('assets/fundo-quemsomos.png'); 
}

.image-quemsomos{
    border-radius: 15px;
    width: 688px;
    height: 466px;
    @media (max-width: 768px) {
        width: 100%;
        height: auto;
    }
}

.titulo-quem-somos{
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    @media (max-width: 768px) {
        font-size: 19px;
    }
}

.texto-quem-somos p{
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;

    @media (max-width: 768px) {
        font-size: 13px;
        line-height: 25px;
        max-width: 75%;
    }
}

.swiper-pagination-quemsomos{
    bottom: -30px !important;
} 

.swiper-pagination-quemsomos .swiper-pagination-bullet{
    margin: 0px 15px 0 15px !important;
}

.swiper-pagination-quemsomos .swiper-pagination-bullet-active{
    background: #FFF !important;
}

.subtitulo-motivos{
    font-weight: 700;
}

.subtitulo-motivos,
.texto-motivos{
    font-size: 16px;
    width: 300px;
    line-height: 25px;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .mt-neg-3{
        margin-top: -30px;
    }
    
    .mt-neg-2{
        margin-top: -20px;
    }
}

.mt-pos-3{
    margin-top: 30px;
}

.bg-produtos{
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(245, 129, 30, 0.85), rgba(0, 0, 0, 1)),
        url('assets/fundo-produtos.png'); 
}













.bg-rodape{
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(2, 134, 207, 0.85), rgba(0, 0, 0, 0.5)),
        url('assets/fundo-rodape.png'); 
}

.estopa-esquerda-motivos {
    position: absolute;
    left: 0%;
    bottom: 45%;
}

.estopa-direita-motivos {
    position: absolute;
    right: -7%;
    bottom: 63%;
}

.estopa-esquerda-quemsomos {
    position: absolute;
    left: 0%;
    bottom: 4%;
}

.estopa-direita-quemsomos {
    position: absolute;
    right: 0%;
    bottom: 13%;
    z-index: 99999999;

    @media (max-width: 1600px) {
        right: -5%;
    }
}


.estopa-esquerda-quemsomos-mobile {
    position: absolute;
    left: 0%;
    bottom: 2%;
    z-index: 999;
}

.estopa-direita-quemsomos-mobile {
    position: absolute;
    right: 0%;
    bottom: 70%;
    z-index: 999;
}

.titulo-produto{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    @media (max-width: 768px) {
        font-size: 19px;
        margin-bottom: 32px;
    }
}

.gap-50{
    gap: 50px;
}

@media (min-width: 1200px) {
    .h-md-100 {
        height: 100% !important;
    }
}

.subtitulo-produto{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    @media (max-width: 768px) {
        font-size: 12px;
        text-align: right;
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .mecanico-mobile{
        width: 175px;
    }
}

.container-calc{
    height:calc(100% - 180px);
    @media (max-width: 1200px) {
       height: calc(100% - 570px);
    }
    @media (max-width: 768px) {
       height: calc(100% - 370px);
    }
}

.botao-consultor-desk{
    border-radius: 5px;
    background: #27A600;
    color: #FFF;
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    @media (max-width: 768px) {
        padding: 4px 12px;
        font-size: 12px;
    }
}

.title-produto{
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
    min-height: 53px;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.titulo-contato{
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 768px) {
        font-size: 24px;
    }
}

.subtitulo-contato{
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    @media (max-width: 768px) {
        font-size: 14px;
    }
}

.form-contato{
    background-color: #FFF;
    padding: 15px 50px;
    border-radius: 150px;
    @media (max-width: 768px) {
        border-radius: 10px;
        padding: 20px;
    }
}

.form-contato .row{
    @media (max-width: 768px) {
        gap: 20px;
    }
}

.form-contato .form-group{
    border-radius: 5px;
    margin: 0;
}

.form-contato .form-group input{
    height: 42px;
}

.botao-enviar-newsletter{
    border-radius: 5px;
    color: #FFF;
    background: #F5811E;
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 15px;
    height: 42px;
    border: none;
    @media (max-width: 768px) {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .frame-mapa{
        width: 100% !important;
        height: 300px !important;
    }
}


.botao-enviar-newsletter:hover{
    background: #222;
    color: #FFF;
}

.texto-contatos{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.texto-contatos a{
    color: #FFF;
    text-decoration: none;
}

.texto-contatos a:hover{
    color: #FFF;
    text-decoration: none;
}

.subtitulo-rodape{
    font-size: 19px;
    font-weight: 700;
    @media (max-width: 768px) {
        font-size: 14px;
    }
}

.titulo-onde-estamos{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;

    @media (max-width: 768px) {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .texto-horario-atendimento,
    .texto-contatos{
        font-size: 12px;
    }
}

.texto-footer{
    font-size: 12px;
    a{
        color: #FFF
    }
}





.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 1050 !important;
}

.galeria-modal{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal-content {
    transform: translateY(50px);
    transition: transform 0.3s ease-out;
    width: 60% !important;
    height: 75% !important;
    padding: 2%;
    overflow: hidden;
    border-radius: 10px;
    @media (max-width: 768px) {
        width: 90% !important;
        height: 70% !important;
        padding: 5%;
    }
}

/* Animação Keyframes: de baixo para cima */
@keyframes slideUp {
    from {
        transform: translateY(100px); /* Começa 100px abaixo da posição final */
        opacity: 0;
    }
    to {
        transform: translateY(0); /* Termina na sua posição normal */
        opacity: 1;
    }
}

/* Botão de fechar (o "X") */
.close-btn {
    color: #504f4f;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9;
}

.close-btn:hover,
.close-btn:focus {
    color: #333;
    text-decoration: none;
}

/* Conteúdo de exemplo dentro do modal */
.modal-content h2 {
    margin-top: 0;
    color: #333;
}

.color-black{
    line-height: 1.6;
    color: #666;
    font-weight: 300;

}

.wpcf7-spinner {
    position: absolute !important;
    top: 50%;
    left: 50%;   
    transform: translate(-50%, -50%); 
}     

.background-class-fix {
    transition: opacity 0.3s ease-in-out;
}

.thumb-galeria{
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.thumb-galeria:hover {
    opacity: 0.7;
}

.overflow-auto{
    overflow-y: auto;
}

.titulo-modal{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    @media (max-width: 768px) {
        font-size: 16px;
        margin: 6px 0 12px 0;
    }
}

.descricao-modal{
    overflow: auto;
    height: 80%;
    @media (max-width: 768px) {
        font-size: 12px;
        height: 60%;
    }
}

.div-posicao-estopa{
    overflow: hidden;
}
.abaixo1 {
    display: block !important;
}
.estopa-esquerda-motivos {
    width: 100%;
}
.estopa-esquerda-motivos img {
    width: auto;
}
@media (max-width: 1366px) {
.abaixo1 {
    display: none !important;
}
.texto-quem-somos p {
    font-size: 13px;
}
.estopa-esquerda-motivos img {
    width: 266px;
}
}
@media (max-width: 1280px) {
    .estopa-esquerda-motivos img {
        width: 240px;
    }
}
.swiper-pagination-produtos {
    position: absolute;
    bottom: -20px !important;
}
.swiper-pagination-produtos .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}