@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*form*/
@import url("https://fonts.googleapis.com/css?family=Lato");



/*formulario*/
:root {
    --mdc-shape-small: 10px;
    --mdc-theme-primary: #ccc !important;
    --mdc-theme-text-primary-on-light: #ccc !important;
    --mdc-theme-error: #E80537;
    --mdc-theme-secondary: #919191;
    --mdc-theme-text-secondary-on-light: #D3D3D3 !important;
}

.show-container-form {
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 15%;
}

/* .mdc-list-item:hover {
    color: #E80537;
} */

.mdc-text-field-helper-text::before {
    height: 13px;
}
/* f */
.container-form {
    width: 340px;

    padding: 30px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 15px;
}

/* .container-form h1 {
    font-size: 24px;
    margin-bottom: 20px;
} */
.container-input {
    margin-bottom: 20px;
    text-align: left;
}

.width {
    width: calc(100% - 200px);
    max-width: 1440px;
    margin: auto;
}

.form-title {
    color: #919191;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    
}
.cliente_form{
    margin-top: 20px;
}
.mdc-form-field>label{
    color: #919191;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */ 
    padding: 0;
}

.radio-container{
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.required {
    color: #d32f2f;
    margin-left: 4px;
}

.radio-group {
    margin-bottom: 0;
}

.mdc-form-field {
   height: 20px;
}

.mdc-radio {
    margin-right: 0;
    padding-left: 0;
}

.mdc-button {
    margin-top: 24px;
}

.mdc-select__selected-text{
    color: #919191!important;
}

/* Estilização específica para os botões de rádio */
 .mdc-radio__outer-circle {
   border-width: 1px;
}
/*
.mdc-radio__inner-circle {
    background-color: #919191;
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #919191;
}

.mdc-button--raised {
    background-color: #919191;
} */


.container-input-submit {
    margin-bottom: 8px;
    text-align: left;
}

.forms-button {
    width: 100%;
    padding: 12px 36px;
    background-color: #E80537;
    color: white;
    border: none;
    border-radius: 12px;

    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}


.forms__disclaimer {
    font-size: 10px;
    color: #757575;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;

}

.forms__disclaimer a {
    color: #000;
    text-decoration: underline;
}

.mdc-select--fullwidth {
    width: 100%;
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    font-size: 14px;
    color: #E80537;
}

/**/

label {
    width: 100%;
    padding: 10px;

    border-radius: 10px;
    box-sizing: border-box;
}

.mdc-list-item--selected {
    color: #E80537;
}

.mdc-text-field {
    border-radius: 10px !important;
}

.mdc-text-field--outlined {
    height: 44px !important;
    outline: none;
}

.mdc-floating-label {
    color: #919191 !important;
    font-size: 14px !important;
}
.mdc-text-field--outlined:hover{
    border-color: #919191;
}
.mdc-select__anchor {
    height: 44px !important;
    width: 324px !important;
    min-width: 100% !important;
    display: flex !important;
    align-items: center !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body::-webkit-scrollbar-thumb {
    background-color: #E80537;
    border-radius: 6px;
    border: 0px solid #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #F5F5F5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
    border-radius: 6px;
    border: 0px solid #F5F5F5;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

html {
    overflow-x: hidden;
}


main {
    overflow: hidden;
}

body {
    background-color: #ffffff;
}

/* Header Styles */
.header {
    margin: 24px;
    border-radius: 20px;
    background: #E80537;
    padding: 16px 16px 16px 32px;
    box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.03), 0px 6.632px 6.632px 0px rgba(0, 0, 0, 0.02), 0px 2.755px 2.755px 0px rgba(0, 0, 0, 0.01), 0px 0.996px 0.996px 0px rgba(0, 0, 0, 0.01);
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    width: calc(100%, -24px);
    top: 0;

    width: calc(100% - 48px);
    z-index: 999;
}

.logo {
    height: 30px;
}

.specialist-button {
    background-color: white;
    color: #E80537;
    border: none;
    border-radius: 12px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.2s;
    text-decoration: none;
}

.specialist-button:hover {
    opacity: 0.9;
}
.tag_industrias{
    border-radius: 8px;
background: #E80537;
padding: 6px 8px;
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 16px */
letter-spacing: 0.08px;
width: 100px;
margin-bottom: 30px;
}
/* Top Section Styles */
.top-section {
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
    padding: 60px 30px;
    display: flex;
    gap: 70px;
    padding-bottom: 0;
    margin-top: 100px;
    align-items: center;
}

.left-content {
    max-width: 600px;
}

.main-heading {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.security-text {
    color: #e41e3f;
}

.subtext {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #4D4D4D;
    margin: 36px 0 28px 0;

}

.highlight {
    color: #e41e3f;
    font-weight: bold;
}

.email-form {

    display: flex;
    gap: 10px;
}

.privacidade,
.privacidade a {
    color: #919191;
    
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 13px */
    letter-spacing: 0.05px;
    margin-top: 8px;
    margin-left: 3px;
    margin-bottom: 28px;
}

.email-input {
    flex: 1;
    padding: 16px 24px;
    border-radius: 16px;
    border: 1px solid #D3D3D3;
    background: #FCFCFC;
outline: none;

    color: #919191;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.try-button {
    background: #E80537;
    padding: 16px 4px;
    border-radius: 16px;

    color: #FCFCFC;
    border: none;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
    transition: opacity 0.2s;

    min-width: 180px;
    text-decoration: none;
    text-align: center;
}

.try-button:hover {
    opacity: 0.9;
}

.approved-by {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.approved-text {
    color: #747474;
    font-size: 24px;

    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: 120%;
}

.company-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 24px;
    border-radius: 10px;
    background: #FCFCFC;
    border-radius: 19px;
    border: 1px solid var(--Border-Neutral-tertiary, #919191);
    height: 100px;
}

.company-embraer {
    width: 170px;
}

.company-votorantim {
    width: 149px;
}

.company-serena {
    width: 119px;
}

.container-company-logos {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Middle Section Styles */
.middle-section {
    text-align: center;
    padding: 100px 0;

    display: flex;
    flex-direction: column;

    align-items: center;

}

.middle-heading {
    color: #E80537;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 52px;
    padding: 0 13px;
    max-width: 70%;
}

.benefits-container {
    /*   max-width: 1270px; */
    margin: 0 40px;
    display: flex;
    gap: 24px;
    justify-content: center;
}

.benefit-card {
    flex: 1;
    border-radius: 20px;
    padding: 30px;
    color: white;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.essential {
    display: flex;
    max-width: 616px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: 831px;
    padding: 52px;
    border-radius: 32px;
    border: 2px solid #F08787;
    background: #E80537;
    box-shadow: 0px 100px 80px 0px rgba(232, 5, 55, 0.10), 0px 41.778px 33.422px 0px rgba(232, 5, 55, 0.07), 0px 22.336px 17.869px 0px rgba(232, 5, 55, 0.06), 0px 12.522px 10.017px 0px rgba(232, 5, 55, 0.05), 0px 6.65px 5.32px 0px rgba(232, 5, 55, 0.04), 0px 2.767px 2.214px 0px rgba(232, 5, 55, 0.03);
}

.complete {
    display: flex;
    max-width: 616px;
    padding: 52px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: 831px;
    border-radius: 32px;
    border: 2px solid #FFAB66;
    background: #FF7500;
    box-shadow: 0px 100px 80px 0px rgba(255, 117, 0, 0.10), 0px 41.778px 33.422px 0px rgba(255, 117, 0, 0.07), 0px 22.336px 17.869px 0px rgba(255, 117, 0, 0.06), 0px 12.522px 10.017px 0px rgba(255, 117, 0, 0.05), 0px 6.65px 5.32px 0px rgba(255, 117, 0, 0.04), 0px 2.767px 2.214px 0px rgba(255, 117, 0, 0.03);
}

.card-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #FCFCFC;
    margin-bottom: 28px;
}

.card-description {
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #FCFCFC;
    font-size: 24px;
    margin-bottom: 35px;
}

.feature-list {
    list-style: none;
padding-left: 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
    align-items: center;
}

.feature-icon {
    background: white;
    display: flex;
    width: 52px;
    height: 52px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 14px;

    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}

.feature-item span {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #FCFCFC;
}

.feature-item img {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 14px;
    background: #FEF0F1;
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}

.complete .feature-icon {
    color: #ff6b00;
}

.card-button {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: none;
    background: white;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s;

    border-radius: 16px;

    color: #E80537;

    text-align: center;
    font-family: var(--Font-Family-base, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.card-button:hover {
    transform: translateY(-2px);
}

/* Bottom Section Styles */
.bottom-section {
    text-align: center;

}


.btn_experimente {
    color: #FCFCFC;
    text-align: center;
    font-family: var(--Font-Family-base, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.08px;
    border-radius: 16px;
    background: #E80537;
    padding: 15px;
    text-decoration: none;

}

/* Interface Mockup */
.right-content {
    flex: 1;
    position: relative;
    min-height: 400px;
}

.mobile-right-content {
    display: none;
}

/* .feature-card {
    background: white;
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
} */

/* .feature-card svg {
    color: #e41e3f;
} */

.feature-card img {
    max-width: 600px;
}

/* .card-1 { top: 10%; left: 10%; } */
.card-2 {
    top: 30%;
    right: 5%;
}

.card-3 {
    top: 50%;
    left: 15%;
}

.card-4 {
    bottom: 20%;
    right: 10%;
}

/**/






/* Estilos para o popup de sucesso */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    max-width: 20rem;
    width: 100%;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: translateY(-20px);
    transition: transform 0.3s;
}

.popup-overlay.active .popup-content {
    transform: translateY(0);
}

.popup-icon img {
    width: 43.763px;
    
   
    margin-bottom: 1rem;
}

.popup-title {
    color: #E80537;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-primary{
    background-color: #E80537!important;
    border: none!important;
}
.btn-primary:hover{
    background-color: #E80537!important;
    border: none!important;
}
.popup-message {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}









/********************/
/*Produtos Section*/

.produtos {
    margin: 0 80px;
    border-radius: 32px;
    background: #E80537;
}

.produtos-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    height: 627px;
}

.container-produtos-card {
    display: inline-flex;
    justify-content: center;
    grid-column-start: 2;
    min-width: 300px;
}

.produtos__text {
    color: #FFF;
    font-feature-settings: 'ss01' on;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 337px;
    padding: 24px 0;
}

.produtos-card {
    height: 720px;
}

.g-container__texts {
    padding: 120px 0 0 0;
}

.g-container__texts img {
    width: 147px;
}

/********************/
/*Faq Section*/
.container-faq {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    padding: 100px 48px;
}

.faq-header {
    margin-bottom: 40px;
}

.faq-title {
    color: #E80537;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 56px */
    letter-spacing: 0.56px;
}

.faq-subtitle {
    color: #4D4D4D;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 48px */
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 850px;
}


.faq-item {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;

    border: 1px solid #D3D3D3;
    background: #FCFCFC;
    border-radius: 24px;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #FCFCFC;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #333;
    position: relative;
    border-radius: 24px;
}
.faq-question:active{
    font-weight: bold;
}

.faq-question::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

.faq-item.active .faq-question::after {
    transform: rotate(-135deg);
    margin-top: -5px;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 500px;
}
.faq-item.active button {
   font-weight: bold;
}
/* Paneis Section */



.bottom-heading {
    color: #E80537;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
    padding: 0 13px;
}

.container-paineis {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 42px 20px 100px 20px;
}

.paineis {
    display: flex;
    gap: 20px;
}

.painel {
    display: flex;

    padding: 40px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 14px;
    flex-wrap: wrap;
    border-radius: 14px;
    border: 1px solid #D3D3D3;
    background: #FCFCFC;
}

.painel p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    margin-bottom: 20px;
}

.painel-1 {
    max-width: 700px;
    padding: 40px;
}

.painel-1 img {
    max-width: 610px;
    border-radius: 15.932px;

    box-shadow: 0px 12px 80px 0px rgba(0, 0, 0, 0.07), 0px 5.013px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 2.68px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 1.503px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 0.798px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 0.332px 2.214px 0px rgba(0, 0, 0, 0.02);
}

.painel-1 p {
    margin-bottom: 69px;
}

.painel-2 p {
    margin-bottom: 10px;
}

.painel-2 {
    max-width: 500px;
    padding: 40px;
}

.painel-2 img {
    max-width: 400px;
}

.painel-3,
.painel-4 {
    width: 600px;
    padding: 40px;
}

.painel-3 p,
.painel-4 p {
    margin-bottom: 18px;
}

.painel-3 img {
    max-width: 500px;
}

.painel-4 img {
    max-width: 400px;
}






/* FOOTER */

footer {
    border-radius: 32px;
    background: #E80537;
    margin: 0 80px 24px 80px;
}

.blog_title {
    display: flex;
    height: 48px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 14px;
    background: #FFF;
    width: 192px;
    color: #E80537;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container_redes {
    display: flex;
    justify-content: space-between;
    padding: 4vh 5vw;

}

.border {
    background-color: #FFF;
    height: 1px;
    width: 90%;

    margin-left: 5%;
    border: none !important;
}

.container_redes_mob {
    display: flex;
    gap: 8px;
}

.icons {
    display: flex;
    gap: 8px;
}

.direitos_title {
    color: var(--Backgrounds-Primary, #FFF);
    font-feature-settings: 'ss01' on;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.termos {
    display: flex;
    gap: 32px;
}

.termos a {
    color: var(--Backgrounds-Primary, #FFF);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    text-decoration-line: underline;
}

.termos p {
    color: var(--Backgrounds-Primary, #FFF);
    font-feature-settings: 'ss01' on;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.container_termos {
    display: flex;
    justify-content: space-between;
    padding: 4vh 5vw;
}


/****************************************************/

.title-testimonial {
    color: #E80537;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;

}



.quote {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 68px;
}

.testimonial-card {
    display: flex;
    max-width: 413px;
    height: auto;


    padding: 40px 30px;
    flex-direction: column;

    border-radius: 28px;
    border: 1px solid #E0E0E0;
    background: #FCFCFC;
}


.testimonial-img {
    margin-bottom: 56px;
}

.serena-img {
    margin-bottom: 84px;
}

.dengo-img {
    margin-bottom: 41px;
}

.dengo-text {
    margin-bottom: 40px;
}

.testimonials-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
}

.testimonials-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;


}

.testimonial-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #E5E7EB;
}

.company-logo {
    height: 40px;
    margin-bottom: 24px;
}

.quote-text {
    color: #374151;
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
    min-height: 80px;
}

.profile {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.profile-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
}

.profile-info {
    display: flex;
    flex-direction: column;
}

.profile-name {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
}

.profile-title {
    color: #6B7280;
    font-size: 14px;
}

.carousel-buttons {
    display: none;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.carousel-button {

    border: 1px solid #E5E7EB;


    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;


    border-radius: 16px;
    width: 48px;
    height: 48px;
    background: #F3F3F3;
}

.carousel-button:hover {
    background: #F3F4F6;
}



@media screen and (max-width: 480px) {
    .painel {
        padding: 20px;
        width: 350px;
    }

    .painel p {
        font-size: 16px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        width: 100%;
    }
}


@media screen and (max-width: 500px) {

    .essential,
    .complete {

        width: 350px;
    }

    .testimonial-card {
        width: 350px;
    }

    .company-logos {
        width: 350px;
    }

}

/* Responsive adjustments */
@media screen and (max-width: 768px) {


    .faq-title {
        font-size: 28px;
        line-height: normal;


    }

    .bottom-heading {
        font-size: 28px;
        line-height: normal;
        padding: 32px 13px;
        text-align: left;
        margin: 0;

    }

    .container-paineis {
        padding-top: 0;
    }

    .container-paineis {
        padding: 0 13px 42px 13px;
    }

    .faq-subtitle {
        font-size: 24px;
    }

    .faq-question {
        font-size: 14px;
        padding: 15px;
    }

    .title {
        font-size: 24px;
        padding: 0 20px;
    }

    .testimonials {
        grid-template-columns: 1fr;
    }

    /**/
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-title {
        font-size: 36px;
    }

    .faq-subtitle {
        font-size: 24px;
    }

    /**/
    .top-section {
        flex-direction: column;
        margin-top: 55px;
    }

    .main-heading {
        font-size: 28px;
    }

    .subtext {
        font-size: 16px;
        margin: 24px 0 28px 0;
    }



    .email-form {
        flex-direction: column;
    }

    .benefits-container {
        flex-direction: column;
    }


    .company-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .company-embraer {
        width: 104px;
    }

    .company-votorantim {
        width: 91px;
    }

    .company-serena {
        width: 73px;
    }

    .approved-text {
        font-size: 18px;
    }

    .container-company-logos {
        gap: 20px;
    }

    .approved-by {
        padding: 0 30px;
    }

    .middle-heading {
        font-size: 28px;
        line-height: normal;
        text-align: left;

        margin-bottom: 32px;

    }

    .title-testimonial {
        font-size: 28px;
        line-height: normal;
        text-align: left;
        padding: 0;

        margin-bottom: 32px;
    }

    .testimonials-section {
        margin: 53px 0;
    }

    .complete, .essential {
        padding: 40px 32px;

    }

    .card-title {
        font-size: 24px;
        line-height: 120%;

    }

    .card-description,
    .feature-item span {
        font-size: 16px;

    }

    .feature-list {
        padding-left: 0;
        margin: 0;
    }

    .middle-section {
        padding: 0;
    }

    .feature-card img {
        width: 350px;
    }

    .painel img {
        max-width: 100%;
        /*  height: auto;
        border-radius: 15.932px;
        box-shadow: 0px 12px 80px 0px rgba(0, 0, 0, 0.07), 0px 5.013px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 2.68px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 1.503px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 0.798px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 0.332px 2.214px 0px rgba(0, 0, 0, 0.02); */
    }

    .container-faq {
        padding: 32px 13px;

    }



    /***************/
    .testimonials-container {

        overflow: hidden;
        position: relative;

        justify-content: center;
        display: flex;

    }

    .testimonial-card {
        display: none;
        width: 100%;
    }

    .testimonial-card.active {
        display: block;
    }

    .carousel-buttons {
        display: flex;
    }

}


@media screen and (max-width: 1024px) {
    .paineis {
        flex-direction: column;
        align-items: center;
    }

    .painel {
        width: 100%;
        max-width: 100%;
    }

    .container-paineis {
        padding-bottom: 43px
    }
}

@media screen and (max-width: 1087px) {


    .container_redes {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .container_blog {
        margin: 20px 0;
    }

    .container_redes_mob {
        gap: 10px;
        display: flex;
    }

    .icons {
        flex-direction: column;
        align-items: center;
    }

    .container_termos {
        flex-direction: column;
        align-items: center;
    }

    .termos {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    /**/


    .produtos {
        margin: 0 20px;
        border-radius: 16px;
    }

    .produtos-container {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .container-produtos-card {
        min-width: auto;

    }

    .g-container__texts {
        padding: 60px 0 0 0;
    }

    .produtos__text {
        max-width: 100%;
    }

    .produtos-card {
        max-height: 590px;

    }

    .produtos__container {
        display: flex;
        justify-content: center;
        padding: 20px 20px 40px 20px;
    }
}

@media (max-width: 1200px) {
    .benefits-container {
        flex-direction: column;
        align-items: center;
    }

    .email-input {
        text-align: center;
    }

    .top-section,
    .email-form {
        flex-direction: column;
    }

    .privacidade {
        text-align: center;
    }

    .desktop-right-content {
        display: none;
    }

    .mobile-right-content {

        display: flex;
        justify-content: center;
        padding-top: 32px;
    }



    /**/

    .produtos {
        margin: 0 13px;
    }

    .produtos-container {
        grid-template-columns: 1fr 1fr;
        padding: 0 40px;
    }

    .container-produtos-card {
        grid-column-start: 1;
    }

    footer {
        margin: 32px 13px;
    }

    .middle-heading {

        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .produtos-card {
        padding: 0;
        width: 350px;
        height: auto;
    }

    .produtos-container {
        grid-template-columns: 1fr;
        height: auto;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

}




@media screen and (max-width: 1230px) {
    .paineis {
        flex-direction: column;
        align-items: center;
    }



    .painel-1,
    .painel-2,
    .painel-3,
    .painel-4 {
        width: 100%;
        max-width: 100%;

    }

    .painel {
        width: 100%;
        max-width: 700px;
    }

    .container-faq {
        flex-direction: column;
        align-items: center;
    }

    /**/


}

@media screen and (min-width: 1263px) {
    .essenciais-button{
        margin-top: 60px;
    }
}





/* Responsive Styles for these sections */