@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);
}


#hero-simu {
    margin-top: -50px;
    background: linear-gradient(90deg, rgb(0 6 10 / 59%) 0%, rgb(0 0 0 / 39%) 100%);
    /* background: linear-gradient(90deg, rgb(0 6 10 / 86%) 0%, rgb(0 0 0 / 57%) 100%), url(https://images.pexels.com/photos/9101887/pexels-photo-9101887.webp?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1); */
    background-size: cover;
    padding: 7rem 4rem;
}

.gradiente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 6 10 / 59%) 0%, rgb(0 0 0 / 39%) 100%);
}

.bg_video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* background: url(../img/bg-hero.webp) no-repeat; */
    /* background-size: cover;  */
}

.ul-host {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px 0px 35px;
    padding: 0px;
    text-align: start;
}

.li-host {
    color: rgb(54, 54, 54);
    margin-bottom: 40px;
    padding: 0px 25px 0px 30px;
    position: relative;
    width: 50%;
}

.p-hero {
    font-size: 22px;
    line-height: 2rem;
}

.text-hero {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: 300;
}

.text-hero>span {
    font-weight: bold;
}

#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;
}

video {
    max-width: 1000% !important;
}

.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*/

.pos-hero {
    background-color: white;
}

.text-dg {
    color: #009d48;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#009d48), to(#a6e64b));
    background-image: linear-gradient(90deg, #009d48 0, #a6e64b 100%);
}

* {
    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;
}


.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;
}



.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;
}

.ico-vd {
    font-size: 20em;
    margin-bottom: 20px;
    color: #ffffff;
    z-index: 1001;
}

.vd-tt {
    font-size: 18px;
}

.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;
    /* Ajuste o valor conforme necessário */
    /* Adiciona uma transição suave */
}

.navbar.bg-scroll {
    background-color: white !important;
}

#frame {
    height: 756px;
    width: 100%;
}

.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: 30px;
    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: 20px;
    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: 970px !important;
}

.im-tp {
    width: 750px;
    padding-top: 4.5rem;
}

.im-rd {
    width: 850px;
}

.im-sm {
    width: 630px;
}

.ico-rl {
    width: 150px;
}

.top-section {
    /* 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;
}

@media (max-width: 991px) {
    #hero-simu {
        padding-top: 10rem !important;
        padding-bottom: 3rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1400px) {
    .gradiente {
        height: 1000px;
    }

    #hero-simu {
        height: 1000px;
    }

    .text-box {
        height: 468px;
    }

    .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;
    }

    
}

@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;
    }

    #frame {
        height: 1287px;
    }

    .img-fluid {
        max-width: 390px !important;
    }

    .custom-section {
        height: 1585px;
    }

    .mgtx {
        margin-left: 1rem;
    }

}


@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;
}

.cel {
    padding-bottom: 8rem;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    z-index: 99 !important;
}

.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.about {
    background: url(../../assets/img/OJO4YQ0.webp) center center;
    background-position-y: 5%;
    background-size: 100%;
    position: relative;
    /* padding              : 80px 0 */
}

.about:before {
    content: "";
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.about .about-img {
    position: relative;
    transition: .5s
}

.about .about-img img {
    max-width: 100%;
    border: 4px solid rgba(255, 255, 255, .2);
    position: relative
}

.about .about-img::before {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    content: '';
    border-left: 5px solid #009d48;
    border-top: 5px solid #009d48;
    transition: .5s
}

.about .about-img::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 2;
    content: '';
    border-right: 5px solid #009d48;
    border-bottom: 5px solid #009d48;
    transition: .5s
}

.about .about-img:hover {
    transform: scale(1.03)
}

.about .about-img:hover::before {
    left: 10px;
    top: 10px
}

.about .about-img:hover::after {
    right: 10px;
    bottom: 10px
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-bottom: 10px
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #009d48
}

.about .content p:last-child {
    margin-bottom: 0
}

.about2 {
    background: url(./img/OJO4YQ0.webp) center center;
    background-position-y: 5%;
    background-size: 100%;
    position: relative;
    padding: 80px 0
}

.about2:before {
    content: "";
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.text-dg {
    color: #009d48;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#009d48), to(#a6e64b));
    background-image: linear-gradient(90deg, #009d48 0, #a6e64b 100%)
}

.text-white {
    color: #fff !important;
}

@media (min-width:1024px) {

    .about,
    .about2 {
        background-attachment: fixed
    }
}


@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .cel {
        padding-bottom: 0rem;
    }
}


@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: 100%;
    }

    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;
    }
}

@media (max-width: 410px) {
    .im-sm {
        width: 364px;
    }
}





/*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*/