@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

#carouselExampleIndicators img {
    width: 100%;
    height: auto;
}

.sobrenossm {
    color: white;
}

.containerInicio2 {
    background-color: #040240;
    background-position: center;
    background-size: cover;
}

.containerSol {
    background-color: transparent;
    background-position: center;
    background-size: cover;
}

.container-fluid.containerInicio2 {
    position: relative;
}

.tituloSetor {
    font-size: 22px;
}

.imgLadoEsq {
    position: absolute;
    bottom: 5%;
    left: 15%;
}

.imgLadoDir {
    position: absolute;
    bottom: 5%;
    right: 20%;
}

.custom-container3 {
    background-color: #F26513;
    background-position: center;
    background-size: cover;
    /*min-height: 70vh; /* Define a altura mínima como 100% da altura da viewport */
}

.imagemFooterCol {
    height: 100%;
}

.tela_mobile {
    display: none;
}

.tela_grande {
    display: none;
}

#maps {
    margin-top: 2%;
    margin-bottom: 5%;
    height: 150px;
}

.quadrado {
    background-color: #F2790F;
    padding-top: 3%;
    padding-bottom: 3%;

    width: 50%; /* Modifique para ocupar a largura total disponível */
    height: 80px;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    display: flex;
    place-items: center;
    overflow: hidden; /* Oculta o conteúdo que ultrapassa os limites do elemento */
}


.slider {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-wrapper {
    width: 100%; /* Ajuste a largura do wrapper para ocupar todo o espaço disponível */
    overflow: hidden; /* Oculta a barra de rolagem horizontal no wrapper */
}

.slide-track {
    display: flex;
    width: 4320px;
    animation: scroll 40s linear infinite;
    right: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-2160px);
    }
}

.slide {
    align-items: center;
    display: flex;
    perspective: 50px;
}

.funcTitulo {
    font-family: 'Inter', sans-serif;
    color:#000000;
    font-weight: 700;
    font-size: max(35px, 2.5vw);
}

.verticalLine {
    border-left: 3px solid #f26513;
    height: 100%;
    position: absolute;
    /*left: 50%;
    margin-left: -3px;*/
    top: 0;
}

.dot-esq {
    width: 25px;
    height: 25px;
    background-color: #040240;
    border-radius: 50%;
    position: relative;
    right: 10px;
}

.dot-dir {
    width: 25px;
    height: 25px;
    background-color: #040240;
    border-radius: 50%;
    position: relative;
    left: 10px;
}

/*
    Seção de Módulos
*/

.modulosNomes {
    font-family: 'Inter', sans-serif;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 16px;
    padding-top: 2%;

}

.vantTitulo {
    font-size: 36px;
    font-weight: 600;
}

.vantTexto {
    font-size: 22px;
    font-weight: 500;
}

/* Acima de 'lg' fica centralizado */
@media (min-width: 1200px) {
    #maps {
        height: 200px;
    }

    .tela_pequena {
        display: none;
    }

    .tela_grande {
        display: flex;
    }


    .custom-container3 .col {
        margin-bottom: 20px;
    }

    .imagemFooter {
        width: 40px;
        height: 40px;
    }

    .imagemFooterCol {
        height: 70%;
    }

    .mulher {
        position: absolute;
        bottom: 0;
        right: 16%;
    }

    .vantTitulo {
        font-size: 36px;
        font-weight: 600;
    }

    .vantTexto {
        font-size: 22px;
        font-weight: 500;
    }
}

@media(max-width: 1199.98px) {

    .tela_pequena {
        display: none;
    }

    .tela_grande {
        display: flex;
    }

    .imgLadoEsq {
        position: absolute;
        bottom: 5%;
        left: 10%;
        width: 300px;
    }

    .imgLadoDir {
        position: absolute;
        bottom: 5%;
        right: 20%;
        width: 280px;
    }

    .custom-container3 .col {
        margin-bottom: 20px;
    }

    .imagemFooter {
        width: 40px;
        height: 40px;
    }

    .imagemFooterCol {
        height: 68%;
    }

    .mulher{
        right: 8%;
    }

    .vantImg {
        height: 250px;
        width: 250px;
    }

    .vantTitulo {
        font-size: 30px;
        font-weight: 600;
    }

    .vantTexto {
        font-size: 24px;
        font-weight: 500;
    }

}

/* `md` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


    .slide img {
        height: 50px;
    }

    .tela_pequena {
        display: none;
    }

    .tela_grande {
        display: flex;
        width: 720px;
    }

    .imgLadoEsq {
        position: absolute;
        bottom: 5%;
        left: 10%;
        width: 300px;
    }

    .imgLadoDir {
        position: absolute;
        bottom: 5%;
        right: 20%;
        width: 280px;
    }

    .custom-container3 .col {
        margin-bottom: 20px;
    }

    .imagemFooter {
        width: 40px;
        height: 40px;
    }

    .imagemFooterCol {
        height: 60%;
    }

    .imagemFooterCol.ende {
        height: 36px;
    }

    .mulher{
        right: 10%;
    }

    .vantImg {
        height: 200px;
        width: 200px;
    }

    .vantTitulo {
        font-size: 26px;
        font-weight: 600;
    }

    .vantTexto {
        font-size: 20px;
        font-weight: 500;
    }
}

/* `sm` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .quadrado {
        background-color: #F2790F;
        padding-top: 3%;
        padding-bottom: 3%;
        right: -10%;
        width: 100%;
        height: 80px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        overflow-x: hidden;
    }

    .tela_pequena {
        display: flex;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .containerSol {
        background-color: #040240;
        background-position: center;
        background-size: cover;
    }

    .tela_grande {
        display: none;
    }

    .custom-container3 .col {
        margin-bottom: 20px;
    }

    .imagemFooterCol {
        height: 50%;
    }

    .imagemFooterCol.ende {
        height: 30.5px;
    }

    .botaoContato {
        display: flex;
        justify-content: center;
    }

    .mulher {
        display: none;
    }

    .imgLadoEsq {
        display: none;
    }

    .imgLadoDir {
        position: absolute;
        bottom: 30%;
        right: 6%;
        width: 140px;
    }
}

/* 'xs' applies to extra small devices */
@media (max-width: 575.98px) {

    .imgLadoDir {
        display: none;
    }

    .vantImg {
        height: 95px;
        width: 95px;
    }

    .vantTitulo {
        font-size: 20px;
        font-weight: 600;
    }

    .vantTexto {
        font-size: 16px;
        font-weight: 500;
    }

    .texto {
        padding-bottom: 10%;
    }

    .tela_pequena {
        display: flex;
    }

    .tela_grande {
        display: none;
    }

    .funcTitulo {
        font-size: 24px;
    }

    .modulosNomes {
        font-size: 14px;
        font-weight: 600;
        padding-inline: 10%;
    }

    #faleConosco {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .custom-container3 .col {
        margin-bottom: 20px;
    }

    .imagemFooterCol {
        height: 50%;
    }

    .iconesCol {
        padding-right: 0;
    }

    .iconesColSiga {
        padding-right: 0;
        padding-left: 0;
    }

    .botaoContato {
        display: flex;
        justify-content: center;
    }

    .mulher {
        display: none;
    }
 }

* {
    font-family: 'Inter', sans-serif;
}

/*
    Onde terá elementos em cima da imagem coloca essa
    classe na div que irá emglobar tudo
*/

a, a:visited, a:hover, a:active {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000000;
}

/*
    Modal Fale Conosco
*/

.labelForm {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #F26513;
    text-emphasis-color: #F26513;
    text-decoration-color: #F26513;
    -moz-text-decoration-color: #F26513;
    padding-left: 3rem;
}

.form-control,
.form-control::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #F26513;
    text-emphasis-color: #F26513;
    text-decoration-color: #F26513;
    -moz-text-decoration-color: #F26513;
    padding-left: 3rem;
}


.inputForm {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #ff5e00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #F26513;
    border-radius: 35px;
}

.inputForm:focus,
.inputForm:hover {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #ff5e00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #F26513;
    border-radius: 35px;
    box-shadow: 0 0 0 2px #ffac7c;
}

.btn-fale {
    color: #F26513;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    border: 2px solid #F26513;
    border-radius: 35px;
}

.btn-fale:hover {
    color: #ad4000;
}

.btn-fale:focus {
    box-shadow: 0 0 0 2px #ffa16a;
}

.modal-title {
    color: #727272;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-align: center;
}

/*
    Seção contato
*/

.imgContato {
    height: 90px;
}

#converseConosco {
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 800;
    font-size: max(20px, 1.6vw);
    padding-top: 10%;
    padding-bottom: 5%;
}



/*
    Design voltar ao topo
*/

.botaoTopo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; /* centraliza horizontalmente */
}

.botaoTopo img {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center; /* centraliza verticalmente */
}

/*
    Botão flutuante Whats
*/

#btnWhats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 80px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    animation: effect 5s infinite ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    0%, 10% {
        width: 55px;
        height: 55px;
        font-size: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    5% {
        width: 50px;
        height: 50px;
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
}

.politicas {
    margin: 10%;
    text-align: justify;
}

.politicas h1 {
    font-weight: bold;
    font-size: 4em;
}

.politicas h2 {
    font-weight: bold;
    font-size: 3em;
}

.politicas h3 {
    font-weight: lighter;
    font-size: 2em;
}

.politicas p {
    font-size: 1em;
}
