﻿

html, body {
    overflow-x: hidden !important; /* Remove scroll horizontal */
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.btn {
    font-size: initial !important;
}

.navbar-custom {
    font-size: 13px !important;
}

.section-scroll {
    font-size: 13px !important;
}

@media (min-width:768px) {
    .navbar-transparent {
        background-color: #0E1150 !important;
    }
}

.container, nav {
    overflow-x: hidden;
    overflow-y: hidden;
}

.testimonials-slider img {
    margin: 0; /* Espaçamento entre os logotipos */
}

@media(max-width:900px) {
    #containerte {
        transform: scale(1.08);
    }

        #containerte img {
            padding-bottom: 10px !important;
        }
}

.testimonials-slider img:hover {
    transform: scale(1.05); /* Efeito de hover */
}

.module-title {
    text-align: center; /* Centraliza o título */
    font-size: 2.5rem;
}

.module-subtitle {
    text-align: center; /* Centraliza o subtítulo */
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    box-shadow: 10 0px 4px rgba(0, 0, 0, 0.2);
}

    .whatsapp-float:hover {
        transform: scale(1.1);
        box-shadow: 10 0px 4px rgba(0, 0, 0, 0.2);
        opacity: 0.9;
    }

.item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid lightgray;
}

.item2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#bandeira {
    height: 50px;
}

.divider {
    width: 10vw;
    height: 2px;
    background-color: rgb(0, 60, 138);
    margin: 0 auto;
    padding-top: 0.5vh;
}

.fontstyle {
    font-size: 16px;
}

.pargh {
    height: 30%;
    padding-top: 0;
}

.indent {
    font-size: 1.6rem;
    font-weight: 600;
}

p {
    color: #666;
    -webkit-font-smoothing: antialiased;
}

h1 {
    height: fit-content;
}

.text-middle {
    width: 80%;
    margin: 0 auto;
}

.size {
    font-size: 10rem;
    color: #1475c4;
    font-weight: 1000;
}

.size-title {
    font-size: 4.5rem;
}

.plus-sign {
    font-size: 4.5rem;
    /font-family: "Arial", sans-serif !important;
    vertical-align: middle;
}

.divbtn {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

#banner {
    height: 400px;
}

.divbtn h3 {
    font-size: 1.3rem !important;
}

#team img {
    max-width: 80%; /* Limita a largura da imagem em relação ao container */
    height: auto; /* Mantém a proporção */
    margin: 0 15px; /* Espaçamento entre os logotipos */
}

    #team img:hover {
        transform: scale(1.05); /* Efeito de hover */
    }

@media (max-width: 900px) {
    #team .container {
        max-width: 100%; /* Largura máxima de 100% para dispositivos móveis */
        padding-left: 15px;
        padding-right: 15px;
    }

    #team img {
        max-width: 100%; /* A imagem se adapta ao tamanho da tela */
        transform: scale(1); /* Remove o aumento em telas menores */
    }

    #team h2 {
        font-size: 1.5rem; /* Ajusta o tamanho do título para telas menores */
    }
}

@media (max-width: 900px) {
    .res {
        font-size: 11px;
    }

    .module-subtitle {
        font-size: 12px;
        text-align: -webkit-match-parent;
        margin-bottom: 0;
    }

    .side-image-text {
        padding-bottom: 0px;
        padding-top: 30px;
    }

    .text-middle p {
        font-size: 12px !important;
        text-align: center;
    }

    .size-title {
        font-size: 2.5rem;
        padding-bottom: 5px;
    }

    .divider {
        width: 30vw;
    }

    .indent {
        font-size: 1rem;
    }

    .pargh {
        width: auto;
        height: auto;
        padding: 10px;
    }

    .size {
        font-size: 6rem;
    }

    .text-middle {
        width: 100%;
    }

        .text-middle p {
            text-align: -webkit-match-parent;
        }

    #text2 {
        padding-left: 2px;
    }

    #textsobrenos {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 25px !important;
    }

    #works {
        padding-top: 30px;
    }

    #banner {
        height: 170px;
    }

    #bandeira {
        height: 40px !important;
    }

    .btns {
        font-size: 1rem !important;
    }

    #atuacaoh2 {
        font-size: 25px !important;
    }

    #bannerh2 {
        font-size: 20px !important;
        margin-bottom: 1px !important;
    }

    .divbtn h3 {
        font-size: 1rem !important;
        margin-bottom: 0 !important;
    }

    #moduleone {
        padding-bottom: 10px;
    }

    #containerte {
        padding-top: 20px !important;
    }

        #containerte img {
            margin: 0;
        }
}

