
* {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    scroll-behavior: smooth;
    scroll-margin-top: 250px; 
}

::-webkit-scrollbar {
    width: 8px;
    background-color: rgb(54, 54, 54);
}

::-webkit-scrollbar-thumb {
    background-color: #FF3D3D;
    border-radius: 10px;
}

html.no-scroll {
    overflow: hidden;
}

body {
    background-color: black;
    overflow-x: hidden;
}


#navbar {
    z-index: 3000;
    transition: top 0.3s ease; /* Transição suave */
    top: 0;
}


#navbar ul li a {
    
    font-size: 11pt;
    padding-bottom: 6px;
}

nav#navbar ul li a {
    position: relative;
}

nav#navbar ul li a::after {
    content: '';
    position: absolute;
    left: 0; /* Começa do lado esquerdo do link */
    bottom: 0; /* Alinha na parte inferior do link */
    width: 0; /* Começa com largura zero */
    height: 3px; /* Altura da linha */
    border-radius: 20px;
    background-color: #b92222; /* Cor da linha */
    transition: width 0.2s ease-in; /* Animação suave */
}

nav#navbar ul li a:hover::after {
    width: 50%; /* Largura total do link */
}

#navbar.transparent {
    background-color: rgba(0, 0, 0, 0.281); /* Cor transparente ao rolar para baixo */
    backdrop-filter: blur(15px); /* Desfoque do fundo */
    border-bottom: none;
}

#navbar .nav_list .nav-item i {
    display: none
}


.btn-default {
    border: none;
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: #FF3D3D ;
    border-radius: 32px;
    padding: 15px 35px 15px 35px;
    color: white;
    text-decoration: none;
    transition: background-color .3s ease;
}

button {
    color: #ffffff;
    display: flex;
    padding: 10px;
    border-radius: 6px;
    background-color: rgb(224, 19, 19);
    border: 0px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}


button:hover {
    background-color: rgb(255, 0, 0);
}

.btn-default-2{
    border: none;
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: #FF3D3D ;
    border-radius: 100px;
    padding: 15px 35px;
    color: white;
    text-decoration: none;
    transition: background-color .3s ease;
    margin-top: 32px;
}

.btn-default-cta{
    border: none;
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: #FF3D3D ;
    border-radius: 100px;
    padding: 15px 35px 15px 35px;
    color: white;
    text-decoration: none;
    transition: background-color .3s ease;
}

.btn-default:hover {
    background-color: #CE1B1B;
    cursor: pointer;
    transform: scale(1.05);
}

.btn-default-2:hover {
    background-color: #CE1B1B;
    cursor: pointer;
    transform: scale(1.05);
}

.btn-default-cta:hover {
    background-color: #CE1B1B;
    cursor: pointer;
    transform: scale(1.05);
}

.text-h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.text-h5 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0.72px;
}

.text-h4 {
    font-size: 20px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    color: #CBCBCB;
}

.text-h3 {
    font-size: 36px;
    font-weight: 700;
}

.text-h4-form {
    font-size: 23px;
    font-weight: 200;
    font-family: "Outfit", sans-serif;
    color: #272727;
    letter-spacing: 0.48px;
}

.text-h3-form {
    font-size: 36px;
    font-weight: 700;
    color: #272727;

}

.text-p-form {
    color: #353535;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.text-h4-footer {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.cards-h3 {
    color: #FFF;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 79px;
}

.text-h1 {
    font-size: 64px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    line-height: 67px;
    padding-bottom: 36px;
}

.text-p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
}

.subtitle {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 67px; 
}

.retangulo {
    width: 72px;
    height: 5px;
    background-color: #FF3D3D;
    border-radius: 40px;
}

/* Estilo de interface responsivo */

.interface {
    margin: 0 auto;
    max-width: 1150px;
}

.flex {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

section.home {
    height: 100vh;

}

section.home .flex{
    align-items: center;
    justify-content: center;
    gap: 60px;
    height: 80vh;
}

section.home .home-text span {
    color: #FF3D3D;
}

.home {
    padding-top: 100px;
    padding-bottom: 180px;
}

.home-text {
    display: flex;
    padding-top: 30px;
    flex-direction: column;
    align-items:flex-start;
}

.ux-text {
    line-height: 20px
}

.ux {
    padding-bottom: 60px;
}

section.priority .interface {
    padding: 44px 20px;
}

section.priority .interface .flex {
    padding: 70px 84px;
    gap: 64px;
    border-radius: 15px;
    border: 1px solid #414141;
    background: rgba(75, 75, 75, 0.07);
    justify-content: center;
    align-items: center;
}

section.priority .card {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    background-color: transparent;
}

section.priority .card-text {
    display:flex ;
    align-items: center;
    gap: 15px;
    max-width: 100%;
}

section.priority .cards-h1 {
    font-size: 48px;
    font-weight: 600;
}

section.priority .cards-h3 {
    line-height: 1;
    font-weight: 400;
}


section.map .flex {
    gap: 54px;
}

section.map .map-title {
    display: flex;
    flex-direction: column;
}

section.map {
    background: rgba(23, 23, 23, 0.30);
    margin: 100px 0px;  
    align-items: center;
    justify-content: center;
}

section.map .map-img img{
    max-width: 100%;
}

.map-text {
    display: flex;
    justify-content:center;
    align-items:center;
    gap: 16px;
}

.map-title h4 {
    line-height: 20px;
}
.map-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 500px;
    gap:33px;   
    padding: 5% 0px;
}

.map-img {
    flex: 1 1 auto;
}           

section.team .interface .flex {
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

section.team .interface .flex a{
    text-decoration: none;
}

.card-wrapper1 {
    max-width: 100%;
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 60px 35px;
}

.card-wrapper2 {
    max-width: 100%;
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 60px 35px;
}

.swiper-wrapper {
    display: flex;
    padding: 0;
}


section.team .interface .flex {
    z-index: 0;
}


.swiper-button-prev,
.swiper-button-next {
    color: #ffffff !important; 
    border-radius: 50%;
    width: 10px ; 
    height: 40px;
}


.swiper-pagination-bullet {
    background-color: #ffffff !important;
}


.team-card {
    user-select: none;
    background-color: #181818;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    transition: ease-in-out 0.2s;
    border: 1px solid rgb(43, 43, 43);
}

.team-card:hover {
    transform: scale(1.05);
}

.team-card-img1 {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.team-card-text {
    display: flex;
    flex-direction: column;
    padding: 25px;
    padding-bottom: 44px;
    gap: 20px;
    text-align: center;
}

.team-card-text h4 {
    font-size: 14pt;
    font-weight: 600;
}

.team-card-text p {
    color: #ffffff;
    font-weight: 200;
    font-size: 11pt;
    line-height: 1.5;
}

.cards-h1 {
    font-size: 20pt;
}


section.rec {
    margin-top: 100px;
}

section.rec .flex {
    align-items: center;
    justify-content: space-between;
}


section.rec .rec-title {
    display: flex;
    flex-direction:column ;
    gap: 20px;
}

section.rec .rec-text {
    display: flex;
    flex-direction: column;
    width: 500px;
    gap: 58px;
}

section.rec .rec-number {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 80%;
}

section.rec .rec-number-1 {
    display: flex;
    flex-direction: column;
    width: 30%;
}

section.rec .rec-number-2   {
    display: flex;
    flex-direction: column;
    width: 50%;
}

section.exp{
    margin-top: 50px;
    padding: 100px 0px;
}
section.exp .flex {
    flex-direction: column;


}

section.exp{
    z-index: 0;
}

section.exp .exp-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.exp .exp-title .subtitle {
    line-height: 44px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%; /* Garante que os slides ocupem 100% da altura */
}

.swiper-wrapper {
    display: flex;
    align-items: stretch; /* Força que todos os slides tenham a mesma altura */
}

.exp-cards {
    display: flex;
    flex-wrap: nowrap; /* Não quebra linha, pois é um carrossel */
    justify-content: center;
    margin-top: 80px;
    gap: 20px;
    align-items: stretch; /* Garante que os cards tenham a mesma altura */
}

.exp-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Garante que o conteúdo interno se expanda */
    align-items: center;
    border-radius: 15px;
    background: #111111;
    transition: ease-in-out 0.2s;
    height: 100%; /* Garante que todos os cards ocupem a altura total */
}


.exp-card:hover {
    transform: scale(1.05);
    background: #1b1b1b;
}

.exp-card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    max-height: 60%; /* Limita a altura da imagem para não ultrapassar o espaço disponível */
    min-height: 60%;
}

.exp-card .exp-card-txt {
    padding: 10%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 30px;
    flex-grow: 1; /* Faz com que o conteúdo textual ocupe o restante do espaço */
}

.exp-card i {
    font-size: 25pt;
}

section.cta {
    background: radial-gradient(20.24% 60.13% at 50% 50%, #373738 0%, #252525 100%);
    padding: 0 5%;
}

section.cta .flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 0px;
}

section.cta .flex .subtitle {
    line-height: 24px;
}

section.solution {
  
    padding: 120px 0px;
}

section.solution .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution-cards {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 20px;
}

.solution-card:hover {
    transform: scale(1.06);
}

.solution-card {
    display: flex;
    flex-direction:column;
    background: rgba(255, 255, 255, 0.07);
    padding: 40px 30px;
    flex: 1 1 calc(30%);
    box-sizing: border-box;
    border-radius: 12px;
    gap: 10px;
    transition: ease-in-out 0.2s;
}

.solution-card h5 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.solution-card-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.solution-card p {
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
}

.solution .subtitle {
    line-height: 20pt;
}

#form-text{
    display: flex;
    width: 415px;
    max-width: 100%;
    height: 53px;
    padding: 4px 25px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: none;
    border: 1px solid #535353;
    color: #181818;
}

.form-email {
    display: flex;
    gap: 8px;
}

#form-submit {
    border-radius: 6px;
    background: #FF3D3D;
    padding: 13px 55px;
    height: 53px;
    border: none;
    max-width: 100%;
}

#form-submit:hover {
    background: #cf1d1d;
    cursor: pointer;
    transform: scale(1.05);
}

section.form {
    background-color: #FFFFFF;
    margin-top: 60px;
}
section.form .ebook-form-responsive {
    display: none;
}
section.form .flex {
    gap: 80px;
    padding: 40px;
}

section .ebook-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

section .ebook-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contact-form {
    margin-top: 100px;
}

section.contact-form  .flex{
    gap: 60px;
    justify-content: center;
    padding: 40px;
    border: 1px solid rgb(43, 43, 43);
    background-color: #080808ad;
    border-radius: 4px;
}


.form-container {
    display: flex;
    flex: 1;
    padding: 40px;
    background-color: #141414;
    border-radius: 6px;
    max-width: 40%
}


.form-container form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.form-container label {
    font-size: 9pt;
    font-weight: 300;
    color: #ececec;
}

.contact-form-text {

    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    gap: 20px;
    max-width: 50%;
    
}

.form-container input{
    border: none;
    border-bottom: 1px solid #1d1d1d;
    background-color: #141414;
    width: 100%;    
    height: 40px;
    color: white;
    padding: 10px 0px;
    transition: transform 0.5s ease;
}

.form-container  input:focus{
    padding: 10px 10px;
    border-color: #0D0D0D;
    border-bottom: 1px solid rgb(54, 54, 54);

}

.form-container  input:hover{
    border-color: #0D0D0D;
    border-bottom: 1px solid rgb(54, 54, 54);

}

textarea {
    background-color: #050505;
    padding: 10px;
    border: 1px solid #1b1b1b;
    resize: none;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-button {
    background: #f71414;
    color: white;
    padding: 15px;
    border-radius: 5px;
    border: none;
    width: 100%;
    margin-top: 20px;
}

section.faq {
    margin-top: 80px;
    padding: 100px 0px;
    
}

section.faq .flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.accordion {
    display: flex;
    flex-direction: column;
    width: 850px;
    border-radius: 8px;
    cursor: pointer;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    border: none;
    background-color: transparent  ;
    font-size: 16px;
    background-color: #181818;
    padding: 16px;
    border-radius: 8px;
}

.accordion-header:hover {
    background-color: #242323;
}

.accordion-body {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.accordion span {
    text-align: left;
    font-weight: 200;
}

.accordion-body.active {
    transition: 0.3s ease-in-out;
    height: 100%;
    opacity: 1;
    padding: 10px;
    overflow: visible;
}

.arrow {
    transition: transform 0.2s linear ;
}
.accordion:has(.active) .arrow {
    transform: rotate(-180deg);
}

.faq-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.faq-title .subtitle {
    line-height: 24px;
}

section.cta-wpp {

    background: linear-gradient(91deg, #0B0B0B 41.99%, #1F1F1F 99.09%);
    padding: 60px;
}

section.cta-wpp .flex {
    justify-content: space-between;
    align-items: center;
}

section.cta-wpp .cta-p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.cta-wpp-button  a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 10px 18px;
    background-color: #47AC3F;
    border-radius: 30px;
}

.cta-wpp-button  a:hover {
    background-color: #54ca4c;
    cursor: pointer;
    transform: scale(1.05);
}

footer {
    margin-top: 50px;
    background-color: #0D0D0D;
    padding: 40px;
}

footer .flex {
    justify-content: center;
    flex-direction: column;
}

footer.footer .footer-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    width: 100%;
}

footer.footer .footer-form form {
    width: 100%;
}

.footer-form-email {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: center;

}

#form-email-text {
    display: flex;
    width: 515px;
    max-width: 100%;
    height: 44px;
    padding: 4px 25px;
    align-items: center;
    
    gap: 10px;
    border-radius: 6px;
    border: none;
    border: 1px solid #535353;
    color: #181818;
    background-color: transparent;
}

#form-email-submit {
    border-radius: 6px;
    background: #FF3D3D;
    padding: 13px 55px;
    height: 44px;
    max-width: 100%;
    border: none;
}

#form-email-submit:hover {

    background: #cf1d1d;
    cursor: pointer;
}

.footer-logo {
    max-width: 300px;
}

.footer-links {
    margin-top: 30px;
}

hr {
    border: 1px solid #242323;
    margin-bottom: 40px;
}

.footer-containers {
    display: flex;
    justify-content: space-between  ;

}

.footer .footer-social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .social-media {
    display: flex;
    gap: 3px;
}

footer .footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .footer-contacts ul li {
    list-style: none;
    line-height: 2;
}

footer .footer-others {
    gap: 18px;
    display: flex;
    flex-direction: column;
}

footer .footer-others ul a {
    list-style: none;
    text-decoration: none;
    line-height: 2;

}

section.success .interface {
    padding-top: 200px;
}

section.success {
    height: 100vh;
}

section.success .flex {
    justify-content: center;
    align-items: center;
}