/* GERAL */

* {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none !important;
}

/* Whatsapp Button */

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* HEADER */

header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: white;
}

header .container-header {
    max-width: 1280px;
    width: 100%;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo a img {
    width: 14rem;
    height: auto;
    object-fit: contain;
}

/* SECTION HERO */

section.hero {
    background-color: #123762;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

section.hero .container-hero {
    max-width: 1280px;
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.hero .title_1 {
    font-weight: bold;
    color: white;
    font-size: 4rem;
}

section.hero .title_2 {
    font-weight: bold;
    color: white;
    font-size: 2.5rem;
}

section.hero .text {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    font-weight: 300;
    color: white;
}

section.hero .disclaimer {
    margin-top: 1.5rem;
    color: #3F95F8;
    display: inline-block;
    border: 1px solid #3F95F8;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    max-width: 80%;
    margin-bottom: 1.5rem;
}

.video-hero iframe {
    border-radius: 1.5rem;
    position: relative;
    top: -3rem;
}

/* SECTION APP */

section.app {
    background-color: #FF4A22;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    padding-top: 7rem;
    overflow: visible;
}

section.app .container-app {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.app .options-app {
    display: flex;
}

.download-app {
    text-align: center;
    color: white;
    position: relative;
    top: -3rem;
}

.download-app .text-app h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.download-app .options-app {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.download-app .options-app a {
    display: inline-block;
    padding: 0.8rem;
}

.download-app .options-app a img {
    width: 12rem;
    height: 4rem;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.download-app .options-app a img:hover {
    transform: scale(1.1);
}

.download-app .options-app a img[alt="Ícone Google Play"] {
    width: 10.9rem;
    height: auto;
    margin: 0;
}

section.app .img-app {
    position: relative;
    top: -5rem;
    left: 8rem;
    z-index: 10;
}

section.app .img-app img {
    width: 45rem;
}

/* SECTION DROGARIA */

section.drogaraia {
    background-color: #123762;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}

section.drogaraia .drogaraia-container {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
}

.drogaria-left {
    color: white;
    font-size: 2.5rem;
    max-width: 100%;
    width: 55%;
}

.drogaria-left .logos {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.drogaria-left .logo {
    width: 20rem;
    height: auto;
    object-fit: contain;
}

.drogaria-right {
    color: white;
    font-size: 1.5rem;
    position: relative;
    max-width: 100%;
    width: 40%;
    border: 1px solid #FF4A22;
    border-radius: 1.5rem;
    padding: 1rem;
    box-shadow: 0 4px 8px #FF4A22;
}

.button-text-hero {
    display: flex;
}

.button-text-hero .btn {
    display: inline-block;
    background-color: #FF4A22;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 1rem;
    animation: pulsar 2s infinite;
    position: relative;
    margin-right: 3rem;
}

.button-text-hero .btn:hover {
    background-color: #e03d1c;
}

.button-text-hero .btn-subtext {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.5rem;
    color: white;
}

/* SECTION OTHERS */

section.others {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.others-container {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
}

.others-left {
    color: #123762;
    font-size: 2.5rem;
    max-width: 100%;
    width: 55%;
}

.others-left .logos {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.others-left .logo {
    width: 40rem;
    height: auto;
    object-fit: contain;
}

.others-right {
    color: #123762;
    font-size: 1.5rem;
    position: relative;
    max-width: 100%;
    width: 40%;
    border: 1px solid #123762;
    border-radius: 1.5rem;
    padding: 1rem;
    box-shadow: 0 4px 8px #FF4A22;
}

/* SECTION FABI */

section.fabi {
    background-color: #123762;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fabi-container {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
}

.fabi-text {
    color: white;
    max-width: 50%;
}

.fabi-text h1 {
    font-size: 4rem;
    font-weight: bold;
}

.fabi-text p {
    font-size: 1.5rem;
} 

.fabi-text .border {
    padding: 1rem;
    border: 1px solid #FF4A22;
    background-color: #FF4A22;
    border-radius: 1.5rem;
    margin-top: 3rem;
    font-size: 1rem;
    text-align: justify;
}

.fabi-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -5rem;
}

.fabi-contact .button-text-hero {
    position: relative;
    left: 1.4rem;
    margin-top: 1rem;
}

/* SECTION FAQ */

section.faq {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.faq .container-faq {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 5rem;
}

section.faq .container-faq a {
    color: #FF4A22;
}

section.faq .header-faq {
    display: flex;
    align-items: center;
    gap: 20rem;
    text-align: center;
    margin-bottom: 3.5rem;
}

.header-faq .header-logo {
    width: 15rem;
}

.header-faq .header-text h3 {
    border: 1px solid #FF4A22;
    background-color: #FF4A22;
    padding: 0.3rem;
    color: white;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
}

.header-faq .header-text h2 {
    color: #123762;
    font-weight: bold;
    font-size: 2rem;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.faq-question {
    background-color: #123762;
    color: white;
    border: none;
    padding: 0.7rem;
    width: 85%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2rem;
    margin-bottom: 1rem;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #e03d1c;
}

.faq-answer {
    display: none;
    padding: 1rem;
    background-color: #f9f9f9;
    border-left: 4px solid #FF4A22;
    border-right: 4px solid #FF4A22;
    border-radius: 5px;
    font-size: 1.2rem;
    color: #123762;
    margin-bottom: 1rem;
}

.faq-question[aria-expanded="true"] + .faq-answer {
    display: block;
}

/* SECTION PARTNER COMPANIES */

section.partner-companies {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.partner-companies .container-partner-companies {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 3rem;
}

section.partner-companies .partner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

section.partner-companies h1 {
    color: #FF4A22;
    font-weight: bold;
    font-size: 3rem;
    padding-bottom: 1.5rem;
}

.partner-logos img {
    width: 10rem;
    height: auto;
    object-fit: contain;
}

/* SECTION LEGAL ADVERT */

section.legal-advert {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
}

section.legal-advert .container-legal-advert {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

section.legal-advert .container-legal-advert a {
    color: #FF4A22
}

.container-legal-advert h1 {
    color: #FF4A22;
    font-weight: bold;
    font-size: 3rem;
    padding-bottom: 1.5rem;
}

.container-legal-advert p {
    color: #123762;
    font-weight: 500;
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
}

.container-legal-advert .legal-advert-logo {
    width: 18rem;
    height: auto;
    object-fit: contain;
    padding-bottom: 1.5rem;
}

/* FOOTER */

footer {
    background-color: #123762;
    color: white;
    padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

footer .container-footer {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5rem;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 2rem;
}

footer .footer-info {
    flex: 1;
    text-align: left;
    line-height: 1.5;
}

footer .footer-info p {
    margin: 0.5rem 0;
}

footer .apps-img {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

footer .apps-img img {
    width: 10rem;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

footer .apps-img img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #f5f5f5;
    text-align: center;
    border-top: 1px solid #FF4A22;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom a {
    text-decoration: none;
    color: #FF4A22;
}

.contacts a {
    color: #FF4A22;
}

.contacts .whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts .whatsapp img {
    object-fit: contain;
    height: 30px;
    width: 30px;
    margin-right: 0.5rem;
}

/* EFEITOS CSS */

@keyframes pulsar {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
}
}

/* DESKTOP MENORES E TABLETS NA HORIZONTAL */
@media (max-width: 1100px) {
    * {
        overflow-x: hidden;
        max-width: 100%;
    }

    header .container-header {
        align-items: center;
        height: auto;
    }

    .container-hero-querie {
        max-width: 1280px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 2rem;
    }

    .text-hero {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .video-hero iframe {
        top: 0;
        margin-bottom: 4rem;
    }

    .button-text-hero {
        margin-bottom: 3rem;
        height: 6rem;
        width: 45rem;
        align-items: center;
        justify-content: center;
    }

    .button-text-hero .btn {
        margin-right: 0;
    }

    section.app {
        height: 16rem;
        padding: 0;
    }

    .img-app img {
        display: none;
    }

    .download-app {
        top: 0rem;
    }

    .drogaraia-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .drogaraia-container .logos {
        align-items: center;
        justify-content: center;
    }

    .drogaria-left {
        max-width: 100%;
        width: 75%;
    }

    .drogaria-right {
        max-width: 100%;
        width: 75%;
    }

    .drogaraia-container .button-text-hero {
        gap: 2rem;
        justify-self: center;
    }

     .drogaraia-container .button-text-hero .btn {
        margin: 0;
    }

    .others-container {
        flex-direction: column;
        text-align: center;
    }

    .others-container .logos {
        align-items: center;
        justify-content: center;
    }

    .others-container .button-text-hero {
        justify-self: center;
    }

     .others-left {
        max-width: 100%;
        width: 75%;
    }

     .others-right {
        max-width: 100%;
        width: 75%;
    }

    .fabi-container {
        flex-direction: column;
        text-align: center;
    }

     .fabi-container h1 {
        margin-bottom: 1rem;
    }

     .fabi-text {
        max-width: 100%;
        width: 75%;
    }

     .fabi-contact {
        max-width: 100%;
        width: 75%;
        left: 0;
        margin-top: 2rem;
        padding-bottom: -3rem;
    }

    .fabi-contact .button-text-hero {
        left: 0;
    }

     .partner-logos {
        flex-wrap: wrap;
    }

     .container-legal-advert {
        max-width: 100%;
        width: 85%;
    }

     .container-legal-advert p {
        text-align: justify;
    }

     footer .container-footer {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
}

/* TABLETS (768px) */
@media (max-width: 768px) {
    .container-header .logo img {
        width: 10rem;
    }

    .drogaraia-container {
        flex-direction: column;
        text-align: center;
    }

    .drogaria-left {
        max-width: 100%;
        width: 75%;
    }

    .drogaria-right {
        max-width: 100%;
        width: 75%;
    }

    .drogaraia-container .button-text-hero {
        gap: 2rem;
    }

     .drogaraia-container .button-text-hero .btn {
        margin: 0;
    }

     .others-container {
        flex-direction: column;
        text-align: center;
     }

     .others-left {
        max-width: 100%;
        width: 75%;
     }

     .others-right {
        max-width: 100%;
        width: 75%;
     }

     .fabi-container {
        flex-direction: column;
        text-align: center;
     }

     .fabi-container h1 {
        margin-bottom: 1rem;
     }

     .fabi-text {
        max-width: 100%;
        width: 75%;
     }

     .fabi-contact {
        max-width: 100%;
        width: 75%;
        left: 0;
        margin-top: 2rem;
        padding-bottom: -3rem;
     }

    .header-faq {
        flex-direction: column;
        gap: 3rem !important;
    }

    .container-partner-companies {
        max-width: 100%;
        width: 95%;
    }

    .partner-logos {
        flex-wrap: wrap;
    }

    footer .container-footer {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
}

/* SMARTPHONES (480px) */
@media (max-width: 480px) {
    .container-header .logo img {
        width: 7rem;
    }

    .container-hero-querie {
        max-width: 100%;
        width: 95%;
    }

    .container-hero-querie .button-text-hero {
        position: relative;
        left: 1.3rem
    }

    .drogaria-left h1 {
        font-size: 3rem;
    }

    .drogaraia-container .button-text-hero {
        flex-direction: column;
        height: 12rem;
    }

    .others-container .button-text-hero {
        position: relative;
        left: 1.3rem
    }

    .others-left h1 {
        font-size: 3rem;
    }

    .container-faq {
        max-width: 100%;
        width: 90%;
    }

    .container-partner-companies h1 {
        text-align: center;
    }

    .container-legal-advert {
        max-width: 100%;
        width: 90%;
        text-align: justify;
    }

    .container-legal-advert p {
        text-align: justify;
    }
}