@font-face {
    font-family: Montserrat;
    src: url('./fonts/Montserrat-Bold.otf')
}

@font-face {
    font-family: Montserrat-light;
    src: url(./fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: Montserrat-s;
    src: url(./fonts/Montserrat-Regular.otf);
}


* {
    scrollbar-width: thin;
    scrollbar-color: #c5c3c2 rgb(255, 255, 255);
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

*::-webkit-scrollbar-thumb {
    background-color: #c5c3c2;
    border-radius: 5px;
    border: 3px solid rgb(255, 255, 255);
}

.animated-element {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animated-element.active {
    opacity: 1;
    transform: translateX(0);
}

.accordion-button:not(.collapsed) {
    background-color: #eeeeee !important;
}

.accordion-body {
    background-color: #eeeeee;
}

.btl {
    width: 400px;
    margin-top: 6%;
}


.z-index-2 {
    z-index: 2;
}


body {
    padding-top: 0px;
    /* Altura da barra de navegação */
    overflow-x: hidden;
}

.ico {
    width: 200px;
    margin-left: 10%;
}

@media (max-width: 950px) {
    .ico {
        width: 200px;
        margin-left: 0%;
    }
}

.ico-tt {
    font-size: 100px;
}


.swiper-pagination-bullet {
    background-color: #d3d3d3 !important;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

.bg-form-hero {
    
    border-radius: 10px;
}

#quem-somos {
    background-color: #fff !important;
}

.brief-form {
    padding: 3rem 1rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.315);
    border-radius: 10px;
}

.formulario {
    padding: 2rem 3rem;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    border-radius: 1rem;
}

.headline-form>h2 {
    font-weight: bold;
}

.form-group {
    padding: 1.1rem 0rem;
}

.float-right {
    float: right;
}

.form-control {
    background-color: #ffffff00 !important;
    padding: 0.85rem !important;
    border: none !important;
    border-bottom: 1px solid #07b113 !important;
    color: #dadada !important;
}

.custom-modal .modal-content {
    background-color: #273e47;
    border-color: #333;
}

.custom-modal .modal-header {
    background-color: #333;
    color: #fff;
}

.form-control:focus {
    border-color: #efefef !important;
    color: black !important;
}

.btn-cad {
    background: #359a4e;
    border: none;
    background: linear-gradient(90deg, #07b113 0%, #359a4e 100%);
    border-radius: 3px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 300 !important;
    color: white !important;
    padding: 0.65rem 2rem;
}

.btn-cad:hover {
    background: #359a4e;
    background: linear-gradient(90deg, #5bb661 0%, #429c5a 100%);
}

/*FIM FORM*/

.vd {
    position: relative;
    height: 100vh;
    background-image: url('./assets/img/BG2-2.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.modal-header {
    justify-content: center;
    border-bottom: 0px solid #dee2e6;
}

.ico-vd {
    font-size: 20em;
    margin-bottom: 20px;
    color: #ffffff;
    z-index: 1001;
}

.vd-tt {
    font-size: 18px;
}

.blc-img {
    width: 451px;
    height: 500px;
    background-color: #000;
    border-radius: 5px 5px 5px 5px;
    margin-left: 14%;
}

.img-cont {
    width: 720px;
}

/* img {
    max-width: 200% !important;
} */

.custom-section {
    background-image: url('./assets/img/BG2.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 50px;
    height: 990px;
}

/* Estilos personalizados para a imagem à esquerda */
.custom-image {
    max-width: 100%;
    height: auto;
}


.custom-accordion {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    /* Largura do acordeão (pode ser ajustada) */
    max-width: 630px;
    /* Largura máxima do acordeão (pode ser ajustada) */
    height: auto;
    /* Altura do acordeão (pode ser ajustada) */
    font-family: Montserrat-s;
}

.custom-container {
    margin-top: 150px;
}

.custom-accordion .accordion-button {
    background-color: #efefef;
    /* Nova cor de fundo do botão */
    color: #939393;
    /* Nova cor do texto do botão */
}

/* Estilizando o botão do acordeão quando recolhido */
.custom-accordion .accordion-button.collapsed {
    background-color: #ffffff;
    /* Nova cor de fundo do botão recolhido */
    color: #939393;
}

.custom-back {
    height: 500px;
    background-image: url('./assets/img/BG2-2.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-container {
    margin-bottom: -20rem;
    /* ou outro valor desejado */
}

.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: 1000;
}

.navbar.bg-scroll {
    background-color: white !important;
}

.cell {
    width: 630px;
}

.leftp {
    margin-right: 200px;
}

.testin {
    font-family: Montserrat-s;
}

.testo {
    font-family: Montserrat;
    font-weight: 100;
}

.rd {
    max-width: 100%;
    height: auto;
}

.testo-up {
    font-family: Montserrat;
    font-weight: 100;
    font-size: 50px;
}

.testo2 {
    font-family: Montserrat;
    font-size: 60px;
    margin-top: 33px;
    margin-left: 105px;
    color: white;
}

.testo-li {
    font-family: Montserrat-light;
    font-size: 20px;
}

.testo-li2 {
    font-family: Montserrat-light;
    font-size: 40px;
    color: white;
    margin-left: 105px;
}

.button {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #000000;
    border-radius: 30px;
    color: #ffffff;
    background-color: #000000;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none !important;
}


.button:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.bt-vd {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #00ac00;
    border-radius: 30px;
    color: #ffffff;
    background-color: #00ac00;
    transition: background-color 0.3s, color 0.3s;
    width: fit-content;
    text-decoration: none !important;
}

.bt-vd:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.bt-vd2 {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #00ac00;
    border-radius: 30px;
    color: #ffffff;
    background-color: #00ac00;
    transition: background-color 0.3s, color 0.3s;
    width: fit-content;
    margin-left: 600px;
    text-decoration: none !important;
}

.bt-vd2:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.bg-overlay {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.text-box {
    margin-top: 4.5rem;
    position: relative;
    background-color: #1a232b;
    border-radius: 61px;
    padding: 20px;
    margin-left: auto;
    margin-right: -50px;
    width: 170%;
    height: 515px;
    z-index: 0;
}

.cont-mb {
    margin-top: 0.5rem;
}

.navbar {
    z-index: 2;
}

.im {
    width: 880px;
}

.img-fluid {
    max-width: 485px !important;
}

.im-tp {
    width: 750px;
    padding-top: 4.5rem;
}

.im-rd {
    width: 850px;
}

.im-sm {
    width: 500px;
}

.im-sm2 {
    width: 600px;
}

.ico-rl {
    width: 150px;
}

.top-section {
    background-color: #f5f7fa;
    /* Cor do topo */
    color: #fff;
    /* Cor do texto no topo */
    text-align: center;
    padding: 20px;
}

.center-text {
    align-items: center;
}

.middle-section {
    background-color: #1f2933;
    padding: 20px;
}

.num {
    font-family: monospace;
    font-size: 38px;
    display: inline-block;
}

.text-space {
    padding: 10px;
    margin-right: 10px;
    background-color: #1f2933;
}

.uk-tab>li.uk-active>a {
    border-color: #00ac00 !important;
    border-width: 3px !important;
    color: #00ac00 !important;
    font-family: Montserrat;
}

.uk-tab {
    font-family: Montserrat;
}

.lightbox-toolbar {
    background-color: #f2f2f2 !important
}

.uk-lightbox-toolbar-icon {
    color: #000 !important
}

.tab_img {
    width: 550px;
    margin-top: 1rem;
}

.spctop {
    margin-top: 230px !important;
}

@media (max-width: 1900px) {
    .img-fluid {
        max-width: 432px !important;
    }
}


@media (max-width: 1400px) {
    .custom-section {
        height: 1800px;
    }

    .text-box {
        height: 468px;
    }

    .im-rd {
        width: 722px;
    }

    .testo2 {
        margin-left: 75px
    }

    .testo-li2 {
        margin-left: 75px
    }

    .bt-vd2 {
        margin-left: 380px;
    }

    .im-tp {
        width: 635px;
    }

    .im {
        width: 635px;
    }

    .cell {
        width: 530px;
        margin-top: -163px;
    }

    .img-fluid {
        max-width: 265px !important;
    }
}

@media (min-width: 992px) {
    .nav-bg {
        background-color: rgba(255, 255, 255, 0) !important;
    }
}

@media (max-width: 950px) {
    .im {
        width: 395px;
    }

    .cont-mb {
        margin-top: 93px !important;
    }

    .im {
        display: none;
    }

    .custom-section {
        height: 1585px;
    }

    .spctop {
        margin-top: 120px !important;
    }

    .text-box {
        display: none;
    }

    .img-fluid {
        max-width: 395px !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: none;
    }

    .cell {
        margin-top: 0px;
    }

    .im-rd {
        width: 405px;
        margin-bottom: 30px;
    }

    .custom-back {
        height: 300px;
    }

    .tbmb {
        margin-top: 60px !important;
    }

}

@media (max-width: 410px) {
    .im-tp {
        width: 350px;
    }

    .im-sm {
        width: 380px;
    }

    .im-rd {
        width: 360px;
        margin-bottom: 35px;
    }

    .tab_img {
        width: 360px;
    }

    .cell {
        width: 355px;
        margin-top: -100px;
    }

    .custom-back {
        height: 335px;
    }

    .bg-overlay {
        height: 115vh;
    }
}

@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
        /* Escala normal no início e no final da animação */
    }

    50% {
        transform: scale(1.2);
        /* Escala aumentada no meio da animação para simular a respiração */
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: breathe 3s infinite ease-in-out;
    /* Ajuste a duração conforme necessário */
}




section.fixed-buttons {
    position: fixed;
    bottom: 100px;
    right: 0;
    display: block;
    z-index: 99;
}

section.fixed-buttons ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

section.fixed-buttons ul>li {
    display: block;
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
}

section.fixed-buttons ul>li:last-child {
    margin: 0;
}

section.fixed-buttons ul>li>a.fixed-button {
    display: flex;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    justify-content: center;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

section.fixed-buttons ul>li>a.fixed-button img {
    max-width: 50px;
    max-height: 50px;
}

section.fixed-buttons ul>li>a.fixed-button.highlighted {
    background: #254e88;
}

section.fixed-buttons ul>li>a.fixed-button:focus,
section.fixed-buttons ul>li:hover>a.fixed-button {
    background: rgba(255, 255, 255, 1);
}

section.fixed-buttons ul>li>a.fixed-button.highlighted:focus,
section.fixed-buttons ul>li:hover>a.fixed-button.highlighted {
    background: #254e88;
}

@media (max-width: 768px) {
    section.fixed-buttons ul>li>a.fixed-button {
        width: 60px;
        height: 60px;
    }

    section.fixed-buttons ul>li>a.fixed-button>img {
        max-width: 32px;
        max-height: 32px;
    }
}

@media (max-width: 425px) {
    section.fixed-buttons {
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        background: #FFF;
        opacity: 30%;
    }

    section.fixed-buttons ul>li {
        display: inline-block;
        width: 60px;
        height: 60px;
        /* float: left; */
        position: relative;
        margin: 0;
        margin-right: 60px;
    }

    section.fixed-buttons ul>li>a.fixed-button.highlighted {
        background: #254e88;
    }

    section.fixed-buttons ul>li:last-child {
        margin-left: 0;
    }
}





/*FOOTER*/
footer {
    background-color: #e5e5e5;
}

.social-icons {
    color: #009b00;
    padding: 0.25rem;
    font-size: 50px;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}

.social-icons:hover {
    color: #07b113;
}

.footer-description {
    font-size: 14px;
    font-weight: 600;
    color: #565656;
}

.footer-infos {
    font-size: 18px;
    margin: auto;
}

/*FIM FOOTER*/