@import "/public/node_modules/sweetalert2/dist/sweetalert2.min.css";
@import "/public/node_modules/swiper/swiper-bundle.min.css";
@import "/public/css/global.css";

@import "/public/components/benefits-and-agreements/BenefitsAndAgreements.css";
@import "/public/components/whatsapp-chat-button/WhatsAppChatButton.css";
@import "/public/components/banner-buttons/BannerButtons.css";
@import "/public/components/contact-form/ContactForm.css";
@import "/public/components/site-footer/SiteFooter.css";
@import "/public/components/site-header/SiteHeader.css";
@import "/public/components/mobile-nav/MobileNav.css";

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

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

#site-header {
    /*component*/
}

/** SiteHeader component **/

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

#site-main {
    overflow: hidden;
}

#site-main .section-center {
    padding: 4rem 1.5rem;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

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

#banner {
    background: url("/public/multimedia/images/banner.png") no-repeat no-repeat 100% -25vh;
    background-size: 100vh;
}

@media (max-width: 1370px) {
    #banner {
        background-position: 130% -25vh;
    }
}

@media (max-width: 1240px) {
    #banner {
        background-position: 160% -25vh;
    }
}

@media (max-width: 1170px) {
    #banner {
        background-position: 240% -25vh;
    }
}

@media (max-width: 1050px) {
    #banner {
        background-position: 300% -25vh;
    }
}

@media (max-width: 1000px) {
    #banner {
        background: none;
    }
}

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

#inner-banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#inner-banner .logo-wrapper {
    text-align: center;
    padding-right: 2rem;
    border-right: 2px solid #70707080;
}

#inner-banner .banner-logo {
    width: 100%;
    max-width: 500px;
}

#inner-banner .subtitle {
    margin-top: 1rem;
    font-weight: 300;
    font-size: 1.7rem;
    color: #706F6F;
}

/** BannerButtons Component **/

#inner-banner nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#inner-banner nav ol li {
    padding: .5rem 0;
}

#inner-banner nav ol li a {
    padding: .5rem;
    display: block;
    text-decoration: none;
    color: #35373a;
    font-weight: 500;
}

#inner-banner nav ol li a:hover {
    color: #60a93d;
}

@media (max-width: 1000px) {
    #inner-banner {
        align-items: start;
        display: block;
        background: url("/public/multimedia/images/mobile-banner.png") no-repeat no-repeat 60% 155%;
        background-size: 1000px;
    }

    #inner-banner .section-center {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    #inner-banner .wrapper .col-auto:first-child {
        flex: 1 1 auto;
    }

    #inner-banner .wrapper .col-auto:last-child {
        display: none;
    }

    #inner-banner .logo-wrapper {
        border: none;
        text-align: center;
        padding-right: 0;
    }

    #inner-banner .banner-logo {
        max-width: 400px;
    }

    #inner-banner .subtitle {
        font-size: 1.5rem;
    }
}

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

#about-us h2 {
    color: #60a93d;
    margin-bottom: 1.5rem;
    font-weight: 900;
}

#about-us .wrapper {
    max-width: 600px;
}

#about-us .introduction {
    font-weight: 500;
}

#about-us .description {
    color: #6e7073;
}

#about-us .logo {
    width: 100%;
    max-width: 500px;
}

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

#our-work {
    background-color: #60a93d;
    position: relative;
    min-height: 400px;
}

#our-work .section-center {
    padding-right: 25rem !important;
}

#our-work h2 {
    color: white;
    margin-bottom: 3rem;
    font-weight: 900;
}

#our-work h3 {
    color: white;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.3rem;
}

#our-work p {
    color: white;
}

#our-work .image-box {
    position: absolute;
    background: url("/public/multimedia/images/box-1.png") no-repeat no-repeat center center;
    background-size: contain;
    aspect-ratio: 1/1;
    height: 900px;
    right: -450px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1200px) {
    #our-work .section-center {
        padding-right: 1.5rem !important;
    }

    #our-work .image-box {
        display: none;
    }
}

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

#services {
    background-color: white;
}

#services h2 {
    color: #60a93d;
    margin-bottom: 3rem;
    font-weight: 900;
}

#services .text {
    text-align: center;
    color: #60a93d;
    font-weight: 500;
}

#services img {
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1/1;
    object-position: bottom center;
    object-fit: contain;
}

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

#partners {
    background-color: #706f6f;
    color: white;
    position: relative;
}

#partners .section-center {
    max-width: 800px !important;
}

#partners h2 {
    margin-bottom: 1.5rem;
    font-weight: 900;
}

#partners .introduction {
    margin-bottom: 3rem;
}

#partners .partner-list {
    column-count: 2;
    margin-bottom: 2rem;
}

#partners .boxes {
    display: none;
}

#partners .boxes .box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 150px;
    padding: 1rem;
    text-align: center;
    background-color: #60a93d;
}

#partners .left-image {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: 100%;
    max-width: 450px;
}

#partners .right-image {
    position: absolute;
    top: 5rem;
    right: 50px;
    width: 100%;
    max-width: 400px;
}

@media (max-width: 1700px) {
    #partners .left-image {
        max-width: 350px;
    }

    #partners .right-image {
        max-width: 300px;
        right: 20px;
    }
}

@media (max-width: 1380px) {
    #partners .boxes {
        display: flex;
    }

    #partners .left-image {
        display: none;
    }

    #partners .right-image {
        display: none;
    }
}

@media (max-width: 600px) {
    #partners .partner-list {
        column-count: 1;
    }
}

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

#benefits-and-agreements {
    background-color: white;
}

#benefits-and-agreements h2 {
    color: #60a93d;
    margin-bottom: 3rem;
    font-weight: 900;
}

/** BenefitsAndAgreements Component **/

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

#executive-committee {
    color: white;
    background-color: #60a93d;
}

#executive-committee h2 {
    margin-bottom: 1.5rem;
    font-weight: 900;
}

#executive-committee .introduction {
    max-width: 500px;
}

#executive-committee .member .picture {
    text-align: center;
}

#executive-committee .member .picture img {
    width: 100%;
    max-width: 200px;
}

#executive-committee .member .description {
    padding: .2rem .3rem;
    background-color: #4689C8;
    text-align: center;
    line-height: 1.2rem;
}

#executive-committee .member .description-1 {
    font-weight: 600;
    margin-bottom: 0;
}

#executive-committee .member .description-2 {
    margin-bottom: 0;
}

#executive-committee .member .description-3 {
    margin-bottom: 0;
    font-size: .8rem;
}

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

#faq {
    display: none;
    background-color: white;
}

#faq h2 {
    color: #60a93d;
    margin-bottom: 1.5rem;
    font-weight: 900;
}

#faq .introduction {
    max-width: 750px;
}

#faq hr {
    background-color: #4689C8;
    opacity: 1;
    margin: 2.5rem 0;
    height: 10px;
    border: none;
}

#faq h3 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5AAA36;
}

#faq p {
    color: #706F6F;
}

#faq .more-info-box {
    color: #706F6F;
    margin: 4rem auto 0;
    padding: 1.5rem 2rem;
    border: 5px solid #4689C8;
    width: 100%;
    max-width: max-content;
}

#faq .more-info-box ul {
    margin-bottom: 0;
}

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

#contact {
    background-color: #706f6f;
    color: white;
}

#contact h2 {
    margin-bottom: 2rem;
    font-weight: 900;
}

#contact .google-maps iframe {
    width: 100%;
    height: 400px;
}

#contact .address {
    font-weight: 500;
}

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

#site-footer {
    /*component*/
}

/** SiteFooter component **/

