@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&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&display=swap');

html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header .logo img {
    height: 3vw;
    max-height: 42px;
    min-height: 30px;
}

header .nav ul {
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-weight: 300;
}

.navbar {
    margin-left: 46px;
    color: #298E56;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word;
}

.navbar a {
    text-decoration: none;
    color: #298E56;
}

.navbar a:active {
    text-decoration: none;
}

/* main-banner */
.main-banner {
    /* width: 100%; */
    height: 600px;
    background: url(./imgs/capa.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.main-banner h1 {
    color: #FFE96A;
    font-size: 38px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 53px;
    word-wrap: break-word
}

.main-banner h2 {
    color: white;
    font-size: 40px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 59.77px;
    word-wrap: break-word
}

.main-banner h2 .emphasis {
    font-weight: 600;
}

.main-banner #main-banner-text {
    margin-left: 10vw;
}

/* info-awrds */
#info-awards {
    background: url(./imgs/bg_textura.webp);
    align-items: center;
    padding: 0 12vw;
}

.kpi {
    text-align: center;
}

.kpi h3 {
    color: #298E56;
    font-size: 40px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word
}

.kpi h4 {
    color: black;
    font-size: 22px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word
}

/* info-message */
.info-message {
    background-color: #298E56;
    position: relative;
}

.info-message p {
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 22px;
    font-family: Inter;
    font-weight: 300;
    line-height: 35.86px;
    word-wrap: break-word
}

.info-message p::before {
    content: '';
    font-size: 4rem;
    width: 2rem;
    height: 2rem;
    font-family: 'Courier New', Courier, monospace;
    background: url(./imgs/icons/aspas_duplas.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.info-message p .emphasis {
    color: #FFE96A;
    font-family: Inter;
    font-weight: 700;
    line-height: 35.86px;
    word-wrap: break-word
}

.info-presence p {
    color: #1D5637;
    font-size: 30px;
    font-family: Inter;
    font-weight: 600;
    line-height: 53.70px;
    word-wrap: break-word
}

.info-presence ul {
    display: flex;
    flex-direction: column;
    height: 260px;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
}

.info-presence li {
    color: #1D5637;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 25.06px;
    word-wrap: break-word;
    display: flex;
    align-items: center;
}

.info-presence li::before {
    background: url(./imgs/asterisco_verde.webp);
}

.info-presence img {
    width: 100%;
}

/* info-benefits */
#info-benefits {
    position: relative;
}


.frames {
    width: 20%;
    position: absolute;
}

#frame-left {
    bottom: 0;
    left: 0;
}

#frame-right {
    top: 0;
    right: 0;
}

#organization,
#producer {
    position: relative;
    display: flex;
    flex-direction: row;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    word-wrap: break-word;
    text-align: center;
}

#info-benefits ul {
    list-style: none;
}

#organization {
    background-color: #DDA74A;
    justify-content: flex-start;
}

#producer {
    background-color: #2BAD65;
    justify-content: flex-end;
}

.info-benefits-list {
    margin-top: 32px;
}

.info-benefits-list li {
    text-align: left;
    margin-bottom: 12px;
}

#organization h3 {
    color: #155533;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

#organization h2 {
    color: #155533;
    font-size: 30px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

#producer h3 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

#producer h2 {
    font-size: 30px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word
}

#organization ul li::before {
    background: url(./imgs/asterisco_dourado.webp);
}

#producer ul li::before {
    background: url(./imgs/asterisco_amarelo.webp);
}

.overlay-pannel {
    background-color: red;
    position: relative;
    width: 0;
    height: 0;
}

.float-image {
    position: absolute;
    width: 636px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* get-in-touch */
.get-in-touch {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.get-in-touch a {
    text-decoration: none;
    color: #fff;
}

.get-in-touch .button {
    background-color: #298E56;
    color: #fff;
    font-family: Inter;
    size: 20px;
    font-weight: 400;
    line-height: 35.8px;
    padding: 4px 32px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s;
}

.get-in-touch .button:hover {
    background-color: #093e21;
    color: #fff;
    font-family: Inter;
    size: 20px;
    font-weight: 400;
    line-height: 35.8px;
    padding: 4px 32px;
    border-radius: 8px;
}

/* info-cultures */
#info-cultures {
    background-color: #DDA74A;
}

#info-cultures h2 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #fff;
}

.culture-card {
    text-align: center;
    color: #fff;
    width: 100%;
    /* max-width: 170px; max-height: 207px; height: 15vw; width: 10vw; */
}

.culture-card-image img {
    width: 100%;
    height: 30vw;
    max-width: 170px;
    max-height: 207px;
    border-radius: 22px;
    object-fit: cover;
}

.culture-body::before {
    width: 17px;
    height: 17px;
    content: '';
    /* background-size: cover; */
    display: inline-block;
}

#cocoa::before {
    background: url(./imgs/icons/cocoa.webp);
    background-size: contain;
}

#cotton::before {
    background: url(./imgs/icons/cotton.webp);
    background-size: contain;
}

#soya::before {
    background: url(./imgs/icons/soya.webp);
    background-size: contain;
}

#corn::before {
    background: url(./imgs/icons/corn.webp);
    background-size: contain;
}

#pear::before {
    background: url(./imgs/icons/orange.webp);
    background-size: contain;
}

#farmer::before {
    background: url(./imgs/icons/vegetable.webp);
    background-size: contain;
}

.culture-body {
    font-family: Gabarito;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
}

/* info-tools */
#info-tools {
    background-color: #2BAD65;
}

#info-tools img {
    width: 100%;
    object-fit: contain;
    max-width: 800px;
    object-position: bottom;
}

/* info-depoiments */
#info-depoiments>h2 {
    color: #1D5637;
}

#info-depoiments .carousel {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.depoiment-card {
    border-radius: 18px;
    background: url(./imgs/bg_textura.webp);
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
}

.avatar {
    text-align: center;
}

.depoiment-name {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    /* line-height: 35.8px; */
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #252525;
}

.depoiment-type {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32.22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8E653D;
}

.depoiment-description {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 26.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4D4D4D;
    margin-top: 1rem;
}

/* info-partners */
#info-partners {
    color: #fff;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(./imgs/bg_textura.webp);
    background-color: #298E56;
    background-blend-mode: multiply;
    position: relative;
}

#info-partners img {
    width: 100%;
    max-width: 526px;
}



/*  */
/*  */
/*  */
li::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-size: contain;
    display: inline-block;
}

footer {
    background-color: #298E56;
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

footer img {
    object-fit: contain;
    object-position: center;
    max-height: 48px;
}

.container-fluid>h2 {
    margin-bottom: 2rem;
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
}

.bg-form {
    border-radius: 23px;
    background-color: #F8F8F8;
}

label {
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666666;
    margin-bottom: 0 !important;
}

.inter {
    font-family: Inter;
    font-weight: 500;
    color: #282828
}

#contact-form .title {
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 44.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1D5637;
}

#contact-form .description {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 45.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1D5637;
}

#backToTop {
    /* background-color: #2D8E57;
    color: #fff; */
}

#backToTop i {
    color: #2D8E57;
    font-size: 4rem;
}

.folha {
    width: 10rem;
    height: 10rem;
    background: url(./imgs/folha.webp);
    background-size: cover;
    background-position: center;
}

.f1 {
    left: -5%;
    transform: rotate(-75deg);
    bottom: -25%;
}

.f2 {
    right: -5%;
    transform: rotate(0deg);
    bottom: -10%;
}

/* .f1 {
    left: -5rem;
    transform: rotate(-75deg);
    bottom: -6%;
} */

@media (max-width: 768px) {
    .main-banner {
        height: 300px;
        /* display: flex!important; */
        /* flex-direction: column; */
        /* justify-content: flex-end; */
    }

    .main-banner h1 {
        font-size: 30px;
    }

    .main-banner h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .kpi h3 {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .kpi h4 {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }

    .info-message p {
        font-size: 1rem;
    }

    .folha {
        width: 5rem;
        height: 5rem;
    }
}