/* Adicione o CSS para garantir que o Typebot seja responsivo */
:root {
    --max-width: 1100px;
    --side-padding: 64px;
    --dark-blue-foreground: #5c5cc0;
    --blue-foreground: #005CB3;
    --dark-foreground: #4F4F4F;
    --grey-background: #f3f2f8;
}

@font-face {
    font-family: "fontawesome";
    src: url("../../modules/FontAwesome/webfonts/fa-solid-900.woff2");
    font-display: swap;
}

* {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5;
}

.btn {
    padding: 12px 12px 8px 12px;
    border-radius: 10px;
    border: 1px solid #005C26;
    background-color: #005C26;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    transition: 0.35s ease-in-out;
    cursor: pointer;
}

body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    background-color: transparent;
    position: absolute;
    display: flex;
    top: 0;
    justify-content: center;
    width: 100%;
    height: 100px;
    z-index: 999;
}

header .header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: var(--max-width);
    padding: 0 var(--side-padding);
    overflow: hidden;
}

header .header-container img {
    height: 100%;
    object-fit: contain;
}

main {
   width: 100%;
   max-width: 1400px;
}

#transport {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--grey-background);
    flex-direction: column;
}

#transport > img {
    width: 100%;
    height: auto;
}

#transport .transport-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: var(--max-width);
    padding: 32px 32px 0 32px;
}

#transport .transport-container > h1 {
    font-size: 46px;
    color: var(--blue-foreground);
}

#transport .transport-container .transport-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 44px;
}

#transport .transport-container .transport-wrapper .texts {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    gap: 32px;
}

#transport .transport-container .transport-wrapper .texts h2 {
    color: var(--blue-foreground); 
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

#transport .transport-container .transport-wrapper .texts p {
    color: var(--dark-foreground);
    font-size: 16px;
    font-weight: 600;
}

#transport .transport-container .transport-wrapper img {
    width: 50%;
    height: auto;
}

#datas {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 72px;
}

#datas .datas-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    border: 3px solid var(--blue-foreground);
    border-radius: 30px;
    max-width: var(--max-width);
    gap: 32px;
    padding: 32px;
}

#datas .datas-container .data-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 300px;
    gap: 30px;
}

#datas .datas-container .data-card h3 {
    color: var(--blue-foreground);
    font-size: 28px;
    font-weight: 500;
}

#datas .datas-container .data-card .separator {
    height: 2px;
    width: 114px;
    background: black;
}

#datas .datas-container .data-card p {
    color: black;
    font-weight: 500;
}

#datas .datas-container .data-card p strong {
    font-size: 20px;
    color: var(--dark-blue-foreground);
}

#partners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--grey-background);
}

#partners .curve-reversed {
    transform: rotateX(180deg);
    height: auto;
}

#partners > img {
    width: 100%;
    height: auto;
}

#partners .carousel-image {
    height: auto;
    width: auto;
}

#partners h2 {
    font-size: 44px;
    color: var(--blue-foreground);
    padding: 32px 0;
    text-align: center;
}

#partners .partners-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: var(--max-width);
    text-align: center;
    padding: 64px 0;
}

#diferentials {
    display: flex;
    justify-content: center;
    align-items: center;
}

#diferentials .diferential-container {
    display: flex;
    flex-direction: column;
    max-width: var(--max-width);
    gap: 64px;
    padding: 64px 0;
}

#diferentials .diferential-container .our-diferentials {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
}

#diferentials .diferential-container .our-diferentials h2 {
    font-size: 46px; 
    color: var(--blue-foreground);
    font-weight: 500;
}

#diferentials .diferential-container .our-diferentials p {
    color: var(--dark-foreground);
    font-weight: 600;
    font-size: 16px;
}

#diferentials .diferential-container .opinions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 32px;
}

#diferentials .diferential-container .opinions h2 {
    color: var(--blue-foreground);
    font-size: 44px;
    font-weight: 500;
    background-color: white;
    padding: 0 32px;
}

#diferentials .diferential-container .opinions h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: var(--blue-foreground);
    top: 30px;
    left: 0;
    z-index: -1;
}

#diferentials .diferential-container .opinions .images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

#diferentials .diferential-container .opinions .images img {
    object-fit: cover;
}

#faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--grey-background);
}

#faq .curve-reversed {
    width: 100%;
    height: auto;
    transform: rotateX(180deg);
}

#faq > img {
    width: 100%;
    height: auto;
}

#faq .faq-container {
    display: flex;
    flex-direction: column;
    max-width: var(--max-width);
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

#faq .faq-container h2 {
    font-size: 32px;
    color: var(--blue-foreground);
    padding: 32px 0;
}

#faq .faq-container .faq-wrapper {
    display: flex;
    flex-direction: row;
}

#faq .faq-container .faq-wrapper > img {
    width: 40%;
    height: auto;
    object-fit: cover;
}

#faq .faq-container .faq-wrapper .faqs {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#faq .faq-container .faq-wrapper .faqs .faq-item {
    background-color: white;
    border: 1px solid #00000030;
    padding: 10px;
    border-radius: 4px;
    height: auto;
}

#faq .faq-container .faq-wrapper .faqs .faq-item p {
    font-size: 12px;
    color: #212529;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#faq .faq-container .faq-wrapper .faqs .faq-item > p::before {
    content: "\f054";
    font-family: "fontawesome";
    display: inline-block;
    margin-right: 12px;
    transition: .35s ease-in-out;
}

#faq .faq-container .faq-wrapper .faqs .faq-item.show > p::before {
    transform: rotate(90deg);
}

#faq .faq-container .faq-wrapper .faqs .faq-item p:hover {
    color: #000000aa;
}

#faq .faq-container .faq-wrapper .faqs .faq-item .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease-in-out;
}

#faq .faq-container .faq-wrapper .faqs .faq-item .faq-content .faq-text {
    padding: 12px 22px;
    color: var(--dark-foreground);
}

#faq .faq-container .faq-wrapper .faqs .faq-item .faq-content .faq-text:hover {
    color: var(--dark-foreground);
}

#contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact .contact-container {
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    padding: 32px 0;
}

#contact .contact-container h2 {
    color: var(--blue-foreground);
    font-size: 44px;
    padding: 32px 0;
}

#contact .contact-container form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

#contact .contact-container form input {
    border: 1px solid var(--dark-blue-foreground);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 16px;
    background-color: transparent;
}

#contact .contact-container form textarea {
    border: 1px solid var(--dark-blue-foreground);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 16px;
}

#contact .contact-container form button {
    background-color: var(--blue-foreground);
    width: 100%;
    font-weight: 700;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--grey-background);
}

footer .curve-reversed {
    transform: rotateX(180deg);
    width: 100%;
    height: auto;
}

footer p {
    padding: 86px;
    text-align: center;
    display: flex;
}

@media screen and (max-width: 992px) {
    #transport .transport-container {
        padding-top: 32px !important;
        padding: 64px;
    }

    #transport .transport-container .transport-wrapper {
        flex-direction: column;
    }

    #transport .transport-container .transport-wrapper .texts {
        width: 100%;
    }

    #faq .faq-container .faq-wrapper {
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    #transport .transport-container .transport-wrapper img {
        width: 100%;
    }
    div#popup {
        width: 70%;
        padding: 20px 40px;
        border-radius: 10px;
    }
    p.ajust-txt-pop-up {
        font-size: 15px;
        color: #005cb3;
    }
}

.button-whats {
    position: fixed;
    width: 4%;
    left: auto;
    right: 1%;
    margin-bottom: 12px;
    z-index: 999999999;
    text-align: center;
    bottom: 7%;
}

.button-whats a img {
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(0 168 34 / 37%);
    animation: pulse 1.5s infinite;
        width: 100%;
}

button.ajust-btn-pop-up {
    color: #ffffff;
    cursor: pointer;
    justify-content: center;
    display: flex;
    background-color: #005cb3;
    border-radius: 10px;
    padding: 5px 20px;
    border: 1px solid #000;
    align-items: center;
    float: right;
}

#popup {
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#closeButton {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #005cb3;
    cursor: pointer;
    font-size: 17px;
    font-family: 'fontawesome';
    font-weight: bold;
}
    
p.ajust-txt-pop-up {
    font-size: 20px;
    color: #005cb3;
}
div#popup {
    padding: 10px 40px;
    border-radius: 10px;
}
.row.ajust-logo-pop-up {
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.ajust-titulo-pop-up {
    display: flex;
    justify-content: center;
}

/* Adicione o CSS para garantir que o Typebot seja responsivo */
@media screen and (max-width: 768px) {
  .typebot-bubble {
    width: 100% !important;
    height: 100% !important;
  }
  .typebot-chat-window {
    width: 100% !important;
    height: 100% !important;
  }
}