@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*
    SUMMARY

    ** USE CTRL TO FIND EASIER

    1. GENERAL 
    2. Home
    3. Carreiras
    4. Canal de Ética
    5. Contato
    6. A Empresa
    7. Certificacoes
    8. Usina
    9. Codigo Goiasa
    10. Politica e procedimentos
    11. Pessoas e Energia
    12. Ações Sociais
    13. Instituto Capobianco
    14. Plano de Gestão
    15. Educação Ambiental
    16. Coleta seletiva
    17. Política de qualidade
    18. Produtos
    19. Notícias
    20. Detalhes Notícias
    21. 404
    22. Medias
    23. Acessibilidade
    24. Redes Sociais

*/

/*#region 01. GENERAL */

:root {
    --white: #ffffff;
    --white-gallery: #f0f0f0;
    --white-alabaster: #f7f7f7;
    --white-mercury: #e6e6e6;
    --alto: #d3d3d3;
    --gallery: #d9d9d9;
    --silver: #aeaeae;
    --grey: #7b7b7b;
    --graffit: #3a3a3a;
    --darkgraffit: #333333;
    --black: #000000;
    --greenlight: #90e27f;
    --green: #49a037;
    --seagreen: #1d7f6c;
    --orange: #f48222;
    --orangezest: #e27920;
    --defaultfont: "Montserrat", sans-serif;
    --font-normal: 400;
    --font-light: 300;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;
    --transition: 0.2s ease;
}

* {
    box-sizing: border-box;
    font-family: var(--defaultfont);
}

body {
    font-family: var(--defaultfont);
    background: var(--white-alabaster);
}

.cookie_box {
    position: fixed;
    width: 340px;
    height: 310px;
    background: var(--orange);
    border: 1px solid var(--white);
    display: flex;
    flex-direction: column;
    padding: 24px;
    z-index: 99;
    left: auto;
    right: 48px;
    top: auto;
    bottom: 48px;
    color: var(--white);
}

.cookie_box_title {
    font-size: 2rem;
    margin-bottom: 12px;
}

.cookie_box_text {
    font-size: 0.75rem;
    line-height: 18px;
    margin-bottom: 10px;
}

    .cookie_box_text a {
        font-size: 0.75rem;
        color: var(--white);
        font-weight: var(--font-semi-bold);
        text-decoration: underline;
    }

.cookie_box_btnBox {
    display: flex;
    gap: 15px;
}

.cookie_box_btn {
    cursor: pointer;
    width: 140px;
    height: 40px;
    background: transparent;
    border: 2px solid var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 0.875rem;
    font-weight: var(--font-semi-bold);
}

.greenBg {
    background: var(--green);
}

.orangeBg {
    background: var(--orange);
}

.whiteBg {
    background: var(--white);
}

.content {
    padding-top: 104px;
}

.container {
    width: 1084px;
    margin: 0 auto;
}

    .container .al__center {
        text-align: center;
    }



.btnOrange {
    background: transparent;
    color: var(--orange);
    font-size: 0.875rem;
    font-weight: var(--font-semi-bold);
    border: 2px solid var(--orange);
    padding: 11px 42px;
    transition: var(--transition);
    cursor: pointer;
}

.btnWhite {
    background: transparent;
    font-size: 0.875rem;
    font-weight: var(--font-semi-bold);
    padding: 11px 42px;
    transition: var(--transition);
    cursor: pointer;
    color: var(--white);
    border-color: var(--white);
    border: solid 2px;
}

input[type="text"],
input[type="email"] {
    height: 40px;
    background: var(--white);
    border: 2px solid var(--graffit);
    font-size: 0.875rem;
    padding: 0px 15px;
}

    input[type="text"]::placeholder,
    input[type="email"]::placeholder {
        color: var(--grey);
        font-size: 0.875rem;
        font-weight: normal;
    }

.box_a::before {
    content: " ";
    width: 8px;
    height: 103%;
    left: 0px;
    top: -1px;
    background: var(--orange);
    position: absolute;
}

.box_a {
    padding: 10px 24px 10px 24px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--white-mercury);
    border-left: unset;
}

    .box_a:visited::before {
        background: var(--grey);
    }

    .box_a svg {
        fill: var(--orange);
    }

    .box_a:visited svg {
        fill: var(--grey);
    }

.box_aText {
    font-size: 1rem;
    color: var(--graffit);
}

.intern_banner {
    width: 100%;
    height: 271px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 54px;
}

.column_container {
    width: 100%;
    display: flex;
    gap: 32px;
    margin-bottom: 80px;
}

    .column_container.align__center {
        align-items: center;
    }

.column {
    width: 526px;
}

.intern_title_seaGreen, .intern_title_greenlight {
    color: var(--seagreen);
    font-size: 2.5rem;
    font-weight: var(--font-normal);
    line-height: 58px;
    max-width: 300px;
    text-transform: capitalize
}

    .intern_title_seaGreen.ft_size20, .intern_title_greenlight.ft_size20 {
        font-size: 2rem;
        line-height: 40px;
    }

    .intern_title_seaGreen.ft_size20, .intern_title_greenlight.ft_size20 {
        font-size: 2rem;
        line-height: 40px;
    }

.intern_title_seaGreen2, .intern_title_greenlight2 {
    color: var(--seagreen);
    font-size: 1.5rem;
    font-weight: var(--font-normal);
    line-height: 24px;
    margin-bottom: 24px
}

.intern_title_greenlight {
    color: var(--greenlight);
}

.intern_p_default_text {
    font-size: 1rem;
    color: var(--graffit);
    line-height: 24px;
}

    .intern_p_default_text:last-child {
        margin-bottom: unset;
    }

.negrito {
    font-weight: var(--font-bold);
    color: var(--graffit);
}

.intern_70pTextDisplay {
    display: flex;
    flex-direction: column;
    width: 340px;
    /*justify-content: space-evenly;*/
    /*justify-content: space-between;*/
}

    .intern_70pTextDisplay h1 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

.orangeContainer {
    background: var(--orange);
    padding-bottom: 30px;
}

    .orangeContainer .intern_p_default_text {
        color: var(--white);
    }

.seaGreenContainer {
    background: var(--seagreen);
    padding-bottom: 30px;
}

    .seaGreenContainer .intern_p_default_text {
        color: var(--white);
    }

.greenContainer {
    background: var(--green);
    padding-bottom: 30px;
}

    .greenContainer .intern_p_default_text {
        color: var(--white);
    }

.greenLightContainer {
    background: var(--greenlight);
    padding-bottom: 30px;
}

    .greenLightContainer .intern_p_default_text {
        color: var(--graffit);
    }

.intern_insideImgText {
    color: var(--white);
    font-size: 1rem;
    z-index: 1;
}

.circle_in_icon {
    border: 1px solid;
    border-color: inherit;
    border-radius: 50%;
    padding: 2px;
    height: 1rem;
    width: 1rem;
    font-size: 0.65rem;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
}

b, strong {
    font-weight: bold;
}

/*#region Linhas*/
.strip_content {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 50px;
}

.strip_display {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.strip_title {
    color: var(--white);
    font-weight: var(--font-semi-bold);
    font-size: 1.125rem;
}

.whiteBg .strip_title {
    color: var(--seagreen);
}

.strip_numbersBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}

.strip_numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.strip_h2 {
    font-size: 2.5rem;
    font-weight: var(--font-semi-bold);
    color: var(--greenlight);
    margin-bottom: 10px;
}

.whiteBg .strip_h2 {
    color: var(--orange);
}

.strip_h3 {
    font-size: 1.09rem;
    font-weight: var(--font-semi-bold);
    color: var(--greenlight);
    margin-bottom: 15px;
}

.whiteBg .strip_h3 {
    color: var(--orange);
}

.strip_text {
    color: var(--white);
    font-size: 1rem;
    line-height: 24px;
}

.whiteBg .strip_text {
    color: var(--graffit);
}
/*#endregion*/

/*#region Images*/
.intern_halfScreenImg_text {
    width: 526px;
    display: flex;
    align-items: center;
}

.intern_halfImg_container {
    width: 100%;
    height: 419px;
    display: flex;
    gap: 32px;
}

.intern_70pScreenImg {
    width: calc(50% + 166px);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intern_halfScreenImg {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intern_fullImgContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.intern_fullImg {
    width: 898px;
    height: 568px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intern_singleColumnImg {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.intern_galleryImg {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 61px;
}

.intern_miniImg {
    width: 247px;
    height: 156px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intern_mediumImg {
    width: 340px;
    height: 215px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slick_position {
    display: flex;
    justify-content: center;
}

.slickBoxWithBtn {
    width: 100%;
}

.intern_slickImg {
    margin-right: 32px;
    height: 156px;
    width: 247px !important;
    margin-bottom: 31px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .intern_slickImg:last-child {
        margin-right: 0;
    }
/*#endregion*/

/*#region radio button custom*/
.radioContainer {
    font-size: 1rem;
    font-weight: var(--font-normal);
    color: var(--graffit);
    display: block;
    position: relative;
    padding-left: 23px;
    margin-right: 11px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radioContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid var(--graffit);
    background-color: #eee;
}

.radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

.radioContainer input:checked ~ .checkmark {
    background-color: var(--white);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioContainer input:checked ~ .checkmark:after {
    display: block;
}

.radioContainer .checkmark:after {
    left: 3px;
    top: 0px;
    width: 4px;
    height: 7px;
    border: solid var(--green);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*#endregion*/

/*#region breadcrumb*/
.breadcrumb {
    height: 131px;
    background: var(--white);
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.breadcrumb_title {
    color: var(--orange);
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.breadcrumb_titleBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.breadcrumb_titleLink {
    color: var(--graffit);
    font-size: 1rem;
}

    .breadcrumb_titleLink:last-child {
        color: var(--graffit);
        font-weight: var(--font-semi-bold);
        font-size: 0.875rem;
    }

    .breadcrumb_titleLink:nth-child(n + 2):before {
        content: ".";
        margin: 0px 7px;
    }
/*#endregion*/

/*#region Acordion custom*/
.acordion_open {
    color: var(--orange) !important;
    transition: ease .3s;
}

.acordion_title a i {
    transition: ease .3s;
}

.acordion_open i {
    transform: rotate(180deg);
}

.acordion_title {
    border-top: 2px solid var(--white-mercury);
}

    .acordion_title a {
        color: var(--seagreen);
        font-size: 1.125rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 100%;
        padding: 18px 0px;
    }

    .acordion_title:first-child {
        border-top: unset;
    }

.acordion_text {
    padding-bottom: 18px;
    color: var(--graffit);
    font-weight: var(--font-normal);
    font-size: 1rem;
    line-height: 24px;
}
/*#endregion*/

/*#region Header*/

header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

/*#region Upper Nav*/
.upperNav {
    height: 40px;
    background-color: var(--white-alabaster);
    display: flex;
    align-items: center;
}

.upperNav_position {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upperNav_leftInfo {
    display: flex;
    align-items: center;
}

.upperNav_lenguages {
    border-right: 1px solid var(--silver);
    padding-right: 18px;
}

.languageBtn {
    border: none;
    background: transparent;
    font-size: 0.85rem;
    font-weight: var(--font-medium);
    color: var(--silver);
    cursor: pointer;
}

    .languageBtn.active {
        font-weight: 600;
        color: var(--graffit);
    }

.upperNav_autocontrast {
    /*padding-left: 18px;*/
    padding-right: 18px;
    border-right: 1px solid var(--silver);
}

.autocontrastBtn {
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--graffit);
    cursor: pointer;
}

.upperNav_fontSize {
    padding-left: 18px;
    padding-right: 18px;
    border-right: 1px solid var(--silver);
}

.fontSizeBtn {
    border: none;
    background: transparent;
    text-transform: uppercase;
    color: var(--graffit);
    font-size: 0.85rem;
    font-weight: var(--font-medium);
    cursor: pointer;
}

.upperNav_links {
    cursor: pointer;
    font-weight: var(--font-medium);
    font-size: 1rem;
    padding-left: 35px;
    text-decoration: none;
    color: var(--graffit);
}
/*#endregion*/

/*#region Lower Nav*/
.lowerNav {
    height: 71px;
    background: var(--white);
    display: flex;
    align-items: center;
}

.lowerNav_position {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lowerNav_rightInfo {
    display: flex;
}

.brand_header {
    width: 123px;
}

.lowerNav_actions {
    padding-left: 52px;
    display: flex;
    align-items: center;
    position: relative;
}

    .lowerNav_actions .lowerNav_selectListPanel, .lowerNav_actions .lowerNav_selectListPanel .lowerNav_selectListUnderPanel a {
        line-height: 1.2rem;
    }

    .lowerNav_actions > .lowerNav_togleLabel,
    a {
        border: none;
        background: none;
        color: var(--graffit);
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: var(--font-bold);
        cursor: pointer;
    }

    .lowerNav_actions > .lowerNav_togleLabel {
        text-transform: capitalize;
    }

.lowerNav_selectListPanel {
    display: none;
    flex-direction: column;
    width: 194px;
    background: var(--white-alabaster);
    box-shadow: 0px 0px 5px #00000012;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

    .lowerNav_selectListPanel.active {
        display: flex;
    }

.lowerNav_selectListUnderPanel {
    display: none;
    flex-direction: column;
    gap: 18px;
    padding: 10px 20px 10px 20px;
    width: 194px;
    background: var(--white-alabaster);
    box-shadow: 0px 0px 5px #00000012;
    position: absolute;
    top: 0px;
    left: 194px;
    z-index: 1;
    transition: all 0.3s ease;
}

    .lowerNav_selectListUnderPanel.active {
        display: flex;
    }

.lowerNav_intertogleLabel {
    border: none;
    background: none;
    color: var(--graffit);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: var(--font-medium);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 11px 20px;
}

.lowerNav_intertogleLabel_button:hover,
.lowerNav_intertogleLabel_button:focus {
    background: var(--greenlight);
}

.mob_menu_button {
    display: none;
    color: var(--graffit);
    cursor: pointer;
    font-size: 1.5rem;
    right: 10px;
    position: absolute;
}
/*#endregion*/

/*#region Menu Mobile*/
.mobNav {
    visibility: hidden;
    transform: translateX(100vw);
    position: fixed;
    overflow: scroll;
    height: 100%;
    width: 70%;
    right: 0;
    top: 0;
    background: var(--seagreen);
    z-index: 10;
    transition: all 0.50s cubic-bezier(0.645,0.045,0.355,1);
}

.OpenMobNav {
    transform: translateX(0vw);
    visibility: visible;
}

.closeMenu {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 1.5rem;
    color: var(--white);
    cursor: pointer;
}

.mobNav_banner_position {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    flex-direction: column;
    align-items: center;
}

.mobNav_banner {
    width: 200px;
}

.mobNav_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px 20px 20px;
}

.mobNav_link {
    color: var(--white);
    font-size: 1rem;
    margin: 8px;
}

.acordionMobile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
    gap: 12px;
    margin-bottom: 8px;
}

.acordionMobile_title i {
    font-size: .8rem;
}

.acordionMobile_title a {
    color: var(--white);
    font-size: 1rem;
    margin: 8px;
}

.acordionMobile_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 10px;
}

.acordionMobile_separetor {
    color: var(--orange);
    font-size: .9rem;
}

.acordionMobile_open {
    color: var(--orangezest) !important;
}
/*#endregion*/

/*#endregion*/

/*#region Footer*/

/*#region Social*/
.footer_socialSection {
    display: flex;
    height: 210.47px;
}

.socials {
    background: var(--white);
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.newsLetter_footer {
    width: 50%;
    background: var(--orange);
}

.brand_footer {
    width: 170px;
}

.footer_brandbox {
    height: 63px;
    display: flex;
    align-items: flex-end;
}

.footer_socialbox {
    height: 63px;
    margin-left: 42.4px;
    margin-right: 76.59px;
    padding-left: 46px;
    border-left: 2px solid var(--white-mercury);
    display: flex;
    align-items: center;
    gap: 16.3px;
}

.footer_socialIco {
    width: 39.11px;
}

.newsLetter_footer {
    display: flex;
    align-items: center;
    padding-left: 77px;
}

.newsLetter_footer_form {
    display: flex;
    flex-direction: column;
    width: 460px;
}

.newsLetter_footer_form_title {
    font-size: 1.25rem;
    color: var(--graffit);
    margin-bottom: 14px;
}

.newsLetter_footer_form_input {
    margin-bottom: 18px;
}

.newsLetter_footer_form_options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsLetter_footer_form_button {
    background: transparent;
    border: 2px solid var(--graffit);
    padding: 11px 14px;
    cursor: pointer;
    color: var(--graffit);
    font-size: 0.875rem;
    font-weight: var(--font-semi-bold);
    transition: var(--transition);
}

    .newsLetter_footer_form_button:hover {
        border-color: var(--white);
        color: var(--white);
    }
/*#endregion*/

/*#region SiteMap*/
.footer_siteMapSection {
    background: var(--white-gallery);
    padding-top: 52px;
    padding-bottom: 52px;
}

.footer_siteMapSection_infoContainer {
    display: flex;
    justify-content: space-between;
}

.footer_siteMapSection_infoColumn {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 5px;
}

.footer_siteMapSection_infoBox {
    display: flex;
    flex-direction: column;
}

.footer_siteMapSection_infoBox_title {
    font-size: 1.125rem;
    font-weight: var(--font-semi-bold);
    color: var(--green);
    margin-bottom: 13px;
}

.footer_siteMapSection_infoBox_subTitle {
    font-size: 0.875rem;
    color: var(--green);
    font-weight: var(--font-normal);
    margin-bottom: 13px;
}

.footer_siteMapSection_infoBox_linkList {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer_siteMapSection_infoBox_link {
    font-size: 0.75rem;
    color: var(--graffit);
    font-weight: var(--font-semi-bold);
}

.footer_siteMapSection_infoBox_img {
    width: 81.45px;
}

    .footer_siteMapSection_infoBox_img:first-child {
        margin-bottom: 13px;
    }
/*#endregion*/

/*#region Copy*/
.footer_copySection {
    height: 68px;
    background: var(--white);
    display: flex;
    align-items: center;
}

.copySection_position {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_copySection_text {
    font-size: 1rem;
    color: var(--graffit);
}
/*#endregion*/
/*#endregion*/

/*#region Veja também*/
.seeAlso_container {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.seeAlso_title {
    color: var(--seagreen);
    font-size: 1.125rem;
    font-weight: var(--font-medium);
}

.seeAlso_link {
    font-size: inherit;
    font-weight: inherit;
}

.seeAlso_linkBox {
    width: 340px;
    height: 141px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
}

    .seeAlso_linkBox::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background: var(--orange);
    }

.seeAlso_container .intern_galleryImg {
    margin-bottom: unset;
}
/*#endregion*/

/*#endregion*/

/*#region 02. Home*/

/*#region Banner+Titulo*/

.banner {
    height: 655px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

    .banner::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--black);
        opacity: 0.25;
    }

.banner_textBox {
    position: relative;
    padding-top: 136px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.banner_textBox_title {
    font-size: 3rem;
    color: var(--white);
    font-weight: var(--font-normal);
    margin-bottom: 5px;
}

.banner_textBox_subTitle {
    font-size: 3rem;
    color: var(--white);
    font-weight: var(--font-semi-bold);
    margin-bottom: 11px;
}

.banner_textBox_text {
    font-size: 1rem;
    color: var(--white);
    font-weight: var(--font-normal);
    line-height: 24px;
    width: 65%;
    margin: 0 auto 41px;
}

.banner_textBox > .btnOrange:hover {
    color: var(--white);
    border-color: var(--white);
}

.banner_textBox > .btnWhite:hover {
    color: var(--orange);
    border-color: var(--orange);
}

.home_section {
    position: relative;
}

.wave {
    width: 100%;
    overflow-x: hidden;
    height: 200px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    top: -150px;
    position: absolute;
    z-index: 0;
}

.home_topInfo {
    background: var(--white-alabaster);
    padding-bottom: 60px;
    padding-top: 60px;
    z-index: 2;
    position: inherit;
}

.home_topTitle {
    color: var(--seagreen);
    font-size: 4.5rem;
    font-weight: var(--font-normal);
    width: 800px;
}

.home_topTitleText {
    margin-top: 20px;
    display: block;
    width: 800px;
    font-size: 1rem;
    color: var(--graffit);
    font-weight: var(--font-normal);
    line-height: 24px;
}

#popup-overlay.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10;
}

#popup-overlay .popup {
    border-radius: 8px;
    text-align: center;
    position: relative;
}

    #popup-overlay .popup .popup-close-icon {
        position: absolute;
        top: 30px;
        left: 10%;
        width: 32px;
        cursor: pointer;
    }

    #popup-overlay .popup .popup-banner {
        border-radius: 8px;
    }


/*#endregion*/

/*#region Grid Nossos Valores*/
.home_ourValues {
    background: var(--white-alabaster);
}

.home_grid_ourValues {
    display: grid;
    grid-template-rows: 187px 320px 238px;
    grid-template-columns: 361px 361px 361px;
    grid-template-areas:
        "a b b"
        "c d e"
        "c f g";
}

.grid_ourValues_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 35px 35px 0px 35px;
    min-height: 320px;
}

.box1 {
    grid-area: a;
}

.box2 {
    grid-area: b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box3 {
    grid-area: c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 640px;
}

.box4 {
    grid-area: d;
    background: var(--white-alabaster);
}

.box5 {
    grid-area: e;
    background: var(--green);
}

.box6 {
    grid-area: f;
    background: var(--green);
}

.box7 {
    grid-area: g;
    background: var(--white-alabaster);
}

    .box4 h2,
    .box7 h2 {
        color: var(--graffit);
        font-size: 1.125rem;
        font-weight: var(--font-semi-bold);
        margin-bottom: 14px;
    }

    .box4 p,
    .box7 p {
        color: var(--graffit);
        font-size: 1rem;
        line-height: 24px;
        font-weight: var(--font-normal);
    }

.box5 h2,
.box6 h2 {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: var(--font-semi-bold);
    margin-bottom: 14px;
}

.box5 p,
.box6 p {
    color: var(--white);
    font-size: 1rem;
    line-height: 24px;
    font-weight: var(--font-normal);
}

.grid_ourValues_box_title {
    font-size: 3rem;
    font-weight: var(--font-light);
    color: var(--seagreen);
    margin-bottom: 8px;
}

.grid_ourValues_box_linkContainer {
    width: 180px;
}

.grid_ourValues_box_link {
    color: var(--orange);
    font-size: 0.875rem;
    font-weight: var(--font-medium);
}
/*#endregion*/

/*#region Sociedade*/
.home_society {
    margin-top: -238px;
    padding-top: 400px;
    background: linear-gradient( 180deg, rgba(29, 127, 108, 1) 0%, rgba(73, 160, 55, 1) 100% );
    padding-bottom: 113px;
}

.home_society_title {
    font-size: 3rem;
    color: var(--white);
    height: 85px;
}

.home_society_lines {
    height: auto;
    width: 230px;
    border-left: 2px solid var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 10px;
    margin-right: 150px;
    margin-top: 50px;
}

    .home_society_lines::before {
        content: "";
        position: absolute;
        background: var(--white);
        height: 8px;
        width: 8px;
        border-radius: 50%;
        top: -5px;
        left: -5px;
    }

    .home_society_lines::after {
        content: "";
        position: absolute;
        background: var(--white);
        height: 8px;
        width: 8px;
        border-radius: 50%;
        top: auto;
        left: -5px;
        bottom: -5px;
    }

.home_society_lines_link {
    display: flex;
}

    .home_society_lines_link::before {
        transition: var(--transition);
        content: "";
        width: 20px;
        height: 25px;
        border-bottom: 2px solid var(--white);
        display: block;
    }

.active.home_society_lines_link::before {
    height: 36px;
}

.home_society_lines_infoContainer {
    display: flex;
}

.home_society_lines_circles {
    transition: var(--transition);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

    .home_society_lines_circles i {
        font-size: 1.4rem;
        color: var(--seagreen);
    }

    .home_society_lines_circles svg {
        transition: var(--transition);
        fill: var(--seagreen);
        width: 22px;
        height: 22px;
    }

.active .home_society_lines_circles, .home_society_lines_infoContainer.home_society_lines_link.active i {
    color: var(--white);
}

    .active .home_society_lines_circles svg {
        fill: var(--white);
        width: 30px;
        height: 30px;
    }

.active .home_society_lines_circles {
    height: 72px;
    width: 72px;
    background: var(--orange);
}

.home_society_lines_circles_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100px;
}

.home_society_lines_title {
    color: var(--white);
    font-size: 0.95rem;
    font-weight: var(--font-bold);
    line-height: 24px;
}

.active .home_society_lines_title {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.home_society_lines_seeMore {
    display: none;
    color: var(--white);
    font-size: 0.875rem;
    font-weight: var(--font-medium);
}

.active .home_society_lines_seeMore {
    display: block;
}

.home_society_lines_seeMore i {
    margin-left: 5px;
}

.home_society_displayContent {
    width: 100%;
    display: flex;
    justify-content: end;
}

.home_society_imageBox {
    height: 431px;
    display: flex;
    width: calc(50% + 160px);
}

    .home_society_imageBox input[type="radio"] {
        display: none;
    }

.society_slick {
    display: none;
    height: 100%;
    width: 100%;
}

.home_society_image {
    display: none;
    transition: var(--transition);
    height: 431px;
    margin-bottom: 20px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .home_society_image.active {
        display: block;
    }

.home_society_imageLegendBox {
    width: 526px;
    height: 140px;
    position: absolute;
    background: var(--white);
    bottom: -20px;
    left: 80px;
    display: flex;
    padding: 30px;
    gap: 32px;
    z-index: 1 !important;
}

.home_society_imageLegendBox_text {
    width: 400px;
    display: block;
    font-size: 1rem;
    color: var(--graffit);
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home_society_imageLegendBox_controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.home_society_imageLegendBox_control {
    background: transparent;
    border: 1px solid var(--orange);
    color: var(--orange);
    padding: 6px;
    width: 32px;
    height: 32px;
    z-index: 1;
}

    .home_society_imageLegendBox_control:disabled {
        background: var(--white-alabaster);
        border: unset;
        color: var(--silver);
    }
/*#endregion*/

/*#region Pessoas*/
.home_people {
    width: 100%;
    padding: 96px 10px;
    background-color: var(--white-alabaster);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

    .home_people:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--black);
        opacity: 0.45;
    }

.home_peopleTitleBox {
    width: 100%;
    text-align: center;
    height: 85px;
    margin-bottom: 20px;
}

.home_peopleTitle {
    font-size: 3rem;
    font-weight: var(--font-normal);
    color: var(--white);
}

.home_peopleCardsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.home_peopleCards {
    width: 526px;
    height: 380px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    padding: 52px 61px 0 61px;
}

.card_workWithUs {
    background: var(--green);
}

.card_employee {
    background: var(--orange);
}

.home_peopleCards_title {
    font-size: 2rem;
    color: var(--white);
    font-weight: var(--font-normal);
    margin-bottom: 24px;
}

.home_peopleCards_text {
    color: var(--white);
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 15px;
}

.home_peopleCards_link {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: var(--font-medium);
}
/*#endregion*/

/*#region Produção de Energia*/
.home_energy {
    width: 100%;
    background: var(--green);
    padding-top: 86px;
    padding-bottom: 95px;
}

.home_energy_energyBoxText {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.home_energy_title {
    color: var(--white);
    font-size: 2rem;
    font-weight: var(--font-normal);
    text-align: center;
    text-transform: capitalize
}

.home_energy_text {
    color: var(--white);
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: var(--font-normal);
    text-align: center;
}

.home_energyBoxContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    width: 100%;
    margin-top: 29px;
}

.home_energyBox {
    width: 340px;
    height: 410px;
    background: var(--orange);
    box-shadow: 0px 0px 10px #00000029;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 38px;
    transition: var(--transition);
}

    .home_energyBox:hover {
        background: var(--white-alabaster);
    }

.home_energyBox_img {
    width: 60px;
    margin-bottom: 48px;
    fill: var(--white);
}

.home_energyBox:hover .home_energyBox_img {
    fill: var(--orange);
}

.home_energyBox_title {
    font-size: 1.125rem;
    line-height: 1.6rem;
    font-weight: var(--font-medium);
    margin-bottom: 16px;
    color: var(--white);
    text-align: center;
    text-transform: capitalize
}

.home_energyBox_text {
    text-align: center;
    font-size: 1rem;
    font-weight: var(--font-normal);
    color: var(--white);
    line-height: 24px;
    margin-bottom: 10px;
}

.home_energyBox_link {
    color: var(--white-mercury);
    font-weight: var(--font-medium);
    font-size: 0.875rem;
}

.home_energyBox:hover > .home_energyBox_title,
.home_energyBox:hover > .home_energyBox_text {
    color: var(--graffit);
}

.home_energyBox:hover > .home_energyBox_link {
    color: var(--orange);
}

/*#endregion*/

/*#region Novidades*/
.home_news {
    background: var(--white-alabaster);
    padding: 42px 0px 62px 0px;
}

.home_news_boxTitle {
    text-align: center;
}

.home_news_title {
    color: var(--graffit);
    font-size: 2rem;
    font-weight: var(--font-normal);
    margin-bottom: 37px;
}

.home_newsBoxContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 100px;
}

.home_newsBox {
    height: auto;
    width: 247px;
    display: flex;
    flex-direction: column;
}

.home_newsBoxImg {
    width: 100%;
    height: 170px;
    padding: 10px 5px;
    background-image: url(/img/Documento.png);
    background-color: var(--orange);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative
}

    .home_newsBoxImg img {
        position: absolute;
        top: 35%;
        left: 40%;
    }

.home_newsBoxInfo {
    width: 100%;
    height: auto;
    padding-top: 17px;
    position: relative;
    min-height: 202px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home_newsBoxImgTag {
    margin-top: 5px;
    margin-top: 5px;
    background: var(--green);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: var(--font-normal);
    padding: 5px 10px 5px 10px;
}

.home_newsBoxData {
    font-size: 0.75rem;
    color: var(--graffit);
    margin-bottom: 8px;
    font-weight: var(--font-normal);
    display: block;
}

.home_newsBoxTitle {
    font-size: 1.125rem;
    color: var(--graffit);
    font-weight: var(--font-medium);
    margin-bottom: 8px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4rem;
}

.home_newsBoxText {
    font-size: 0.75rem;
    line-height: 18px;
    color: var(--graffit);
    font-weight: var(--font-normal);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home_newsBoxLink {
    color: var(--orange);
    font-size: 0.875rem;
}

.home_newsMoreNewsBox {
    text-align: center;
}
/*#endregion*/

/*#region Depoimentos*/
.home_comments {
    background: var(--seagreen);
    padding: 65px 0px 90px 0px;
}

.home_comments_titleBox {
    text-align: center;
    margin-bottom: 52px;
}

.home_comments_title {
    color: var(--white);
    font-size: 2rem;
}

.home_comments_carrocel_position {
    display: flex;
    justify-content: center;
}

.home_comments_carrocel {
    display: flex;
    width: 898px;
}

.home_comments_carrocelBox {
    width: 898px;
    height: 378px;
    position: relative;
    background: var(--orange);
    border: 1px solid var(--white);
    padding: 65px 93px 70px 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home_comments_quotationBox {
    position: absolute;
    top: -33px;
    height: 66px;
    width: 66px;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_comments_carrocelBox_comment {
    color: var(--white);
    font-size: 1.5rem;
    line-height: 34px;
    font-weight: var(--font-normal);
}

.home_comments_carrocelBox_author {
    margin-top: 50px;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: var(--font-normal);
    margin-bottom: 5px;
}

.home_comments_carrocelBox_authorCompany {
    color: var(--white);
    font-size: 0.75rem;
    font-style: italic;
}

.comments_prev {
    color: var(--white);
    font-size: 1rem;
    padding: 10px;
    border: 2px solid var(--white);
    position: absolute;
    top: 50%;
    left: -90px;
    z-index: 9;
}

.comments_next {
    color: var(--white);
    font-size: 1rem;
    padding: 10px;
    border: 2px solid var(--white);
    position: absolute;
    top: 50%;
    right: -90px;
    z-index: 9;
}

.home_comments .slick-list {
    padding-top: 40px;
    margin-top: -40px;
}
/*#endregion*/

/*#endregion*/

/*#region 03. Carreiras*/
.careers {
    padding-top: 119px;
}

.careers_box_text {
    font-size: 1rem;
    color: var(--graffit);
    line-height: 24px;
    margin-bottom: 35px;
}

    .careers_box_text:last-child {
        margin-bottom: unset;
    }

.careers_ImgBox {
    width: 526px;
    height: 149px;
    background-image: url(/img/ConhecaNossaCultura.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
}

    .careers_ImgBox::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background: var(--orange);
    }

.joinUs_ImgBox {
    width: 526px;
    height: 149px;
    background-image: url(/img/JunteSeaNos.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
}

    .joinUs_ImgBox::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background: var(--orange);
    }

.careers_ImgBox_link, .joinUs_ImgBox_link {
    font-size: inherit;
    font-weight: inherit;
}

/*#endregion*/

/*#region 04. Canal de Ética*/
.etica_channel {
    padding-top: 45px;
}

.etica_channel_box_text {
    font-size: 1rem;
    color: var(--graffit);
    line-height: 24px;
    margin-bottom: 35px;
}

    .etica_channel_box_text:last-child {
        margin-bottom: unset;
    }

    .etica_channel_box_text a {
        font-weight: bold;
    }

.etica_channel_backgroundImg {
    height: 550px;
    width: 100%;
    background-image: url(/img/Ouvidoria.jpg);
    background-attachment: local;
    background-position: 0px 89%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .etica_channel_backgroundImg .wave {
        top: -70px;
        ;
        transform: rotate(180deg);
    }

.etica_channel_boxOuvidoria {
    width: 712px;
    height: 229px;
    background: var(--seagreen);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.etica_channel_boxTitle {
    font-size: 2rem;
    color: var(--greenlight);
    display: block;
    height: 51px;
    margin-bottom: 5px;
}

.etica_channel_boxText {
    font-size: 0.875rem;
    color: var(--white);
    margin-bottom: 37px;
}

.etica_channel_backgroundImg .btnOrange {
    border-color: var(--greenlight);
    color: var(--greenlight);
}

    .etica_channel_backgroundImg .btnOrange:hover {
        border-color: var(--white);
        color: var(--white);
    }
/*#endregion*/

/*#region 05. Contato*/
.contact {
    padding-top: 119px;
}

.contact_searchBox {
    position: relative;
}

.contact_Input {
    margin-top: 15px;
    width: 100%;
    margin-bottom: 43px;
    font-size: 1rem !important;
    border: 1px solid var(--white-mercury) !important;
}

    .contact_Input::placeholder {
        font-size: 1rem !important;
    }

.contact_searchBtn {
    background: transparent;
    border: unset;
    position: absolute;
    top: 23px;
    right: 5px;
    cursor: pointer;
}

.contact_numbersBox {
    display: flex;
    gap: 80px;
    margin-top: 30px;
}

.contact_numbersTitle {
    font-size: 1.125rem;
    color: var(--seagreen);
    font-weight: var(--font-medium);
    margin-bottom: 17px;
}

.contact_numbersTelBox {
    margin-bottom: 23px;
}

.contact_numbersSemiBold {
    font-size: 1rem;
    color: var(--graffit);
    font-weight: var(--font-semi-bold);
    margin-bottom: 8px;
}

.contact_numbersLabel {
    font-size: 0.75rem;
    color: var(--graffit);
    font-weight: var(--font-normal);
}

.contact_numbersSpanSemiBold {
    font-size: 0.75rem;
    color: var(--graffit);
    font-weight: var(--font-semi-bold);
    margin-top: 7px;
    margin-bottom: 10px;
    display: block;
}

.contact_form {
    display: flex;
    flex-direction: column;
}

.contact_form_label {
    display: block;
    font-size: 1rem;
    color: var(--graffit);
    font-weight: var(--font-semi-bold);
}

.contact_textArea {
    width: 100%;
    resize: none;
    margin-top: 7px;
    margin-bottom: 24px;
    border: 1px solid var(--white-mercury);
    background: var(--white);
    padding: 7px 16px;
    font-size: 1rem;
    color: var(--graffit);
}

    .contact_textArea::placeholder {
        font-size: 1rem;
    }

.contact_form .btnOrange {
    width: 161px;
}
/*#endregion*/

/*#region 06. A Empresa*/
.company_section .column_container {
    margin-bottom: 30px;
}

.company_italicText {
    font-size: 1rem;
    line-height: 24px;
    color: var(--graffit);
    font-style: italic;
    margin-top: 30px;
}

.company_subTitle {
    font-size: 1.125rem;
    color: var(--graffit);
    font-weight: var(--font-medium);
    margin-bottom: 18px;
}

.company_section .intern_p_default_text {
    margin-bottom: 24px;
}

.company_values_list .intern_p_default_text {
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
}

    .company_values_list .intern_p_default_text i {
        position: absolute;
        left: -22px;
        top: 4px;
    }

.company_orange_strip {
    width: 100%;
    /* height: 295px; */
    background: var(--orange);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 36px 5px;
    margin-bottom: 41px;
}

.company_orange_strip_title {
    font-size: 1.125rem;
    color: var(--white);
}

.company_orange_strip_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 90px;
}

.company_orange_strip_imgContainer {
    width: 187px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.company_orange_strip_imgBox {
    width: 98px;
    height: 98px;
    background: var(--greenlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_orange_strip_text {
    margin-top: 15px;
    color: var(--white);
    font-size: 1rem;
    line-height: 24px;
}

.company_greenBg {
    background: linear-gradient( 180deg, rgba(29, 127, 108, 1) 0%, rgba(73, 160, 55, 1) 100% );
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
    margin-top: 10%;
}

    .company_greenBg .intern_title_seaGreen {
        color: var(--white);
    }

    .company_greenBg .intern_p_default_text {
        color: var(--white);
    }

.column_company {
    width: 340px;
    left: auto;
    right: 0;
}

.column_company_imgContainer {
    display: flex;
    gap: 32px;
    margin-bottom: 80px;
}

.company_bigImg {
    width: 60%;
    height: 568px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.company_bigImg_text {
    width: 340px;
}

.conpany_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.conpany_gallery_img {
    height: 215px;
    width: 340px;
}
/*#endregion*/

/*#region 07. Certificacoes*/
.certification_section {
    padding-top: 63px;
}

    .certification_section .intern_p_default_text {
        margin-bottom: 20px;
    }

        .certification_section .intern_p_default_text:last-child {
            margin-bottom: unset;
        }

.certification_whiteContainer {
    width: 100%;
    padding-top: 61px;
    padding-bottom: 61px;
    background: var(--white);
}

.certification_container {
    padding-top: 68px;
    padding-bottom: 68px;
}

    .certification_container .column_container {
        margin-bottom: unset;
    }

.certification_arcordion_text {
    line-height: 24px;
    padding: 18px 0;
}

    .certification_arcordion_text:first-child {
        padding-top: 0;
    }

    .certification_arcordion_text b {
        font-weight: var(--font-semi-bold);
    }

.certification_section .box_a {
    margin-top: 8px;
    margin-bottom: 8px;
}

/*#endregion*/

/*#region 08. Usina*/
.usina_bottom_content {
    padding-top: 47px;
}
/*#endregion*/

/*#region 09. Codigo Goiasa*/
.codGoiasa_section .intern_p_default_text {
    margin-bottom: 30px;
}
/*#endregion*/

/*#region 10. Politica e procedimentos*/
.policy_section {
    padding-top: 48px;
}

    .policy_section .box_a {
        margin: 4px;
    }
/*#endregion*/

/*#region 11. Pessoas e Energia*/
.peopleEnergy {
    font-size: 2rem;
    line-height: 39px;
}

.peopleEnergy_section .box_a {
    margin: 4px 0;
}
/*#endregion*/

/*#region 12. Ações Sociais*/
.social_action_greenBg {
    background: linear-gradient( 180deg, rgba(29, 127, 108, 1) 0%, rgba(73, 160, 55, 1) 100% );
    padding-bottom: 76px;
    padding-top: 76px;
    position: relative;
    margin-top: 13%;
}

    .social_action_greenBg .intern_p_default_text {
        color: var(--white);
    }

    .social_action_greenBg .intern_title_seaGreen {
        color: var(--greenlight);
    }

.social_actions_section .comments_next,
.social_actions_section .comments_prev {
    color: var(--orange);
    border: 2px solid var(--orange);
}

/*#endregion*/

/*#region 13. Instituto Capobianco*/
.capobianco_section {
    padding-bottom: 20px;
}

    .capobianco_section .comments_next,
    .capobianco_section .comments_prev {
        color: var(--orange);
        border: 2px solid var(--orange);
    }
/*#endregion*/

/*#region 14. Plano de Gestão*/
.management_section {
    padding-bottom: 70px;
}
/*#endregion*/

/*#region 15. Educação ambiental*/

/*#endregion*/

/*#region 16. Coleta seletiva*/
.selectiveCollect_section {
    padding-bottom: 70px;
}
/*#endregion*/

/*#region 17. Política de qualidade*/
.qualityPolicy_section {
    padding-bottom: 92px;
}

    .qualityPolicy_section .intern_halfImg_container {
        margin-bottom: 83px;
    }

    .qualityPolicy_section .column_container {
        margin-bottom: 31px;
    }

    .qualityPolicy_section .column {
        align-items: center;
    }

    .qualityPolicy_section .intern_halfImg_container {
        align-items: center;
    }
/*#endregion*/

/*#region 18. Produtos*/
.product_section {
    padding-bottom: 50px;
}

    .product_section .intern_halfImg_container {
        margin-bottom: 35px;
    }

    .product_section .strip_content {
        margin-bottom: 44px;
    }
/*#endregion*/

/*#region 19. Noticias*/
.news_section {
    padding-top: 23px;
}

.news_address {
    text-align: center;
}

.news_address_title {
    font-size: 0.8rem;
    font-weight: var(--font-semi-bold);
    color: var(--graffit);
    margin-bottom: 5px;
}

.news_address_text {
    font-size: 0.8rem;
    color: var(--graffit);
    line-height: 1.2rem;
}

.news_button_nav {
    width: 100%;
    height: 70px;
    margin-bottom: 42px;
    display: flex;
    justify-content: center;
}

.news_button {
    width: 25%;
    padding: 14px 0;
    background: transparent;
    border: unset;
    font-size: 0.875rem;
    font-weight: var(--font-semi-bold);
    color: var(--silver);
    border-bottom: 2px solid var(--alto);
    transition: ease-in-out .2s;
}

    .news_button.active {
        border-bottom: 3px solid var(--graffit);
        font-size: 1rem;
        color: var(--graffit);
    }

.news_gallery {
    padding-bottom: 60px;
}

.news_gallery_loadText {
    font-size: 0.75rem;
    color: var(--silver);
}

.news_loader {
    width: 40px;
    margin-bottom: 15px;
}
/*#endregion*/

/*#region 20. Detalhes Noticia*/
.news_intern_section {
    padding-top: 76px;
}

.news_intern_titleContainer {
    width: 898px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 36px;
}

.news_intern_title {
    font-size: 2rem;
    color: var(--graffit);
    line-height: 39px;
    margin-bottom: 8px;
}

.news_intern_subTitle {
    font-size: 0.75rem;
    color: var(--graffit);
}

.news_intern_textContainer {
    line-height: 24px;
    width: 898px;
    margin: 0 auto;
}

.news_intern_section .home_news_boxTitle {
    padding-top: 80px;
}

.news_intern_section .home_news_title {
    font-size: 1.125rem;
    color: var(--seagreen);
    font-weight: var(--font-medium);
}
/*#endregion*/

/*#region 21. 404*/
.not_found_section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.not_found_container {
    padding-top: 100px;
    width: 100%;
    height: 100vh;
    background-image: url(/img/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: blur(2px);
    position: relative;
    z-index: 0;
}

    .not_found_container::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--graffit);
        opacity: 0.5;
    }

.not_found_box {
    width: 700px;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.not_found_container_title {
    font-size: 5.75rem;
    font-weight: var(--font-semi-bold);
    color: var(--white);
    margin-bottom: 30px;
}

.not_found_container_subTitle {
    font-size: 3rem;
    font-weight: var(--font-semi-bold);
    color: var(--white);
    margin-bottom: 50px;
}

.not_found_container_text {
    font-size: 1rem;
    color: var(--gallery);
    line-height: 24px;
}
/*#endregion*/

/*#region Medias*/
@media (min-width: 1700px) {
    .wave {
        top: -196px;
        background-position: center top;
        background-size: 100%;
    }

    .etica_channel_backgroundImg .wave {
        top: -20px;
    }

    .etica_channel_backgroundImg {
        height: 800px;
    }
}

@media (max-width: 1090px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .column_container {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }

    .slickBoxWithBtn {
        width: 70%;
    }


    /*#region Home*/
    .wave {
        top: -190px;
        background-size: contain;
        background-position: bottom;
    }

    .home_topTitle {
        width: 100%;
        font-size: 2.5rem;
    }

    .home_topTitleText {
        width: 100%;
    }

    .home_society_displayContent {
        flex-direction: column-reverse;
        align-items: center;
    }

    .home_society_lines {
        height: auto;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        border: unset;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-right: unset;
        margin-top: 80px;
    }

        .home_society_lines::before, .home_society_lines::after,
        .home_society_lines_link::before, .home_society_lines_link::after {
            content: unset;
        }

    .home_society_imageLegendBox {
        width: 75%;
        left: 12%;
    }

    .home_grid_ourValues {
        grid-template-columns: 33.33% 33.33% 33.33%;
        margin: 0 10px;
    }

    .home_comments_carrocel {
        width: 70%;
    }

    .home_comments_carrocelBox_comment {
        font-size: 1.2rem;
    }

    .banner_textBox_title, .banner_textBox_subTitle {
        font-size: 2rem;
    }



    /*#endregion*/
    /*#region Footer*/
    .footer_socialSection {
        flex-direction: column;
    }

    .socials {
        width: 100%;
        justify-content: center;
        padding: 10px 0;
    }

    .footer_socialbox {
        margin-right: unset;
    }

    .newsLetter_footer {
        width: 100%;
        padding: 10px 0;
        display: flex;
        justify-content: center;
    }
    /*#endregion*/

    /*#region Carreira*/
    .careers {
        padding-top: 50px;
    }

    .careers_ImgBox {
        width: 100%;
    }
    /*#endregion*/

    /*#region Etica Goiasa*/
    .etica_channel_backgroundImg .wave {
        top: -5px;
    }
    /*#endregion*/

}

@media (max-width: 780px) {
    /*#region Header*/
    .upperNav_position {
        flex-direction: column;
        gap: 5px;
    }

    .upperNav {
        height: 55px;
    }

    .upperNav_links:first-of-type {
        padding-left: unset;
    }
    /*#endregion*/

    /*#region Home*/

    .home_grid_ourValues {
        grid-template-rows: 200px 200px 150px 150px 150px 150px 200px;
        grid-template-columns: 100%;
        grid-template-areas:
            "b"
            "a"
            "e"
            "d"
            "f"
            "g"
            "c";
    }

    .home_comments_carrocelBox_comment {
        font-size: 1rem;
    }

    .home_comments_carrocelBox {
        height: auto;
    }

    .banner_textBox {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 200px;
    }


    #popup-content {
        width: 100%;
        padding: 10px;
    }

    #popup-overlay .popup .popup-banner {
        width: 100%;
    }

    #popup-overlay .popup .popup-close-icon {
        top: 50px;
    }

    /*#endregion*/

    /*#region Canal Ética*/
    .etica_channel_boxOuvidoria {
        width: 90%;
    }
    /*#endregion*/


    /*#region Ações Sociais*/
    .intern_slickImg {
        height: unset;
        width: 100% !important;
        margin-bottom: unset;
    }

    .social_action_greenBg {
        margin-top: 30%;
    }
    /*#endregion*/
    .etica_channel_boxTitle {
        font-size: 22px;
        height: 25px;
    }
}

@media (max-width: 620px) {
    .intern_title_seaGreen {
        font-size: 2rem;
        line-height: 36px;
    }

    .home_grid_ourValues {
        margin: 0;
    }

    .content, .contact {
        padding-top: 50px;
    }
    /*#region Header*/
    .upperNav {
        display: none;
    }

    .lowerNav_position {
        justify-content: center;
    }

    .lowerNav_rightInfo {
        display: none;
    }

    .mob_menu_button {
        display: block;
    }
    /*#endregion*/

    /*#region Home*/
    .home_society_lines {
        flex-direction: column;
    }

    .home_peopleCards {
        height: auto;
        padding: 20px;
    }

    .comments_next, .comments_prev {
        top: 104%;
    }

    .comments_next {
        right: 35%;
    }

    .comments_prev {
        left: 35%;
    }

    .home_comments_carrocel {
        width: 100%;
    }
    /*#endregion*/

    /*#region Canal Ética*/
    .etica_channel_boxOuvidoria {
        padding: 20px;
        text-align: center;
    }
    /*#endregion*/

    /*#region Empresa*/
    .column_company_imgContainer {
        flex-direction: column;
    }

    .company_bigImg {
        width: 100%;
        height: 450px;
    }

    .company_bigImg_text {
        width: 100%;
        padding: 0 10px;
    }
    /*#endregion*/

    /*#region Usina*/
    .intern_halfImg_container {
        flex-direction: column;
        height: auto;
    }

    .intern_halfScreenImg {
        width: 100%;
        height: 300px;
    }

    .intern_halfScreenImg_text {
        width: 100%;
        justify-content: center;
        padding: 0px 10px;
        padding-bottom: 30px;
    }
    /*#endregion*/

    /*#region Produtos*/
    .intern_halfImg_container {
        flex-direction: column;
        gap: 0px;
    }

    .intern_70pScreenImg {
        width: 100%;
        height: 350px;
    }

    .intern_70pTextDisplay {
        width: 100%;
        padding: 0 10px
    }

    .intern_title_greenlight {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }
    /*#endregion*/

    /*#region Politica Qualidade*/
    .qualityPolicy_section .intern_halfImg_container {
        flex-direction: column-reverse;
    }
    /*#endregion*/

    /*#region Interna Noticia*/
    .news_intern_titleContainer {
        width: 100%;
    }

    .news_intern_textContainer {
        width: 100%;
    }
    /*#endregion*/

    /*#region Capobianco*/
    .capobianco_section {
        padding-bottom: 80px;
    }
    /*#endregion*/
}

@media (max-width: 480px) {

    .cookie_box {
        width: 70%;
        height: auto;
        /* margin: 0 auto; */
        /* right: unset; */
    }

    /*#region Footer*/
    .socials {
        flex-direction: column;
    }

    .footer_socialSection {
        height: auto;
    }

    .footer_socialbox {
        margin-left: unset;
        border-left: unset;
        padding-left: unset;
    }

    .newsLetter_footer_form {
        width: 100%;
        padding: 0 10px;
    }

    .newsLetter_footer_form_options {
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer_siteMapSection_infoContainer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }
    /*#endregion*/

    /*#region Empresa*/
    .conpany_gallery_img {
        height: auto;
        width: 95%;
    }
    /*#endregion*/

    /*#region Produtos*/
    .seeAlso_linkBox {
        width: 250px;
    }
    /*#endregion*/

    /*#region Ações Sociais*/
    .slickBoxWithBtn {
        width: 100%;
    }



    #popup-overlay .popup .popup-close-icon {
        top: 30px;
        width: 24px;
        left: 11%;
    }
    /*#endregion*/
}
/*#endregion*/

/*#region acessibilidade*/

.contraste,
.contraste .upperNav,
.contraste .lowerNav,
.contraste .home_topInfo,
.contraste .home_ourValues,
.contraste .box4,
.contraste .box5,
.contraste .box6,
.contraste .box7,
.contraste .home_society,
.contraste .home_society_imageLegendBox,
.contraste .card_workWithUs,
.contraste .card_employee,
.contraste .home_energy,
.contraste .home_energyBox,
.contraste .home_news,
.contraste .socials,
.contraste .newsLetter_footer,
.contraste .footer_copySection,
.contraste .home_comments,
.contraste .footer_siteMapSection,
.contraste .lowerNav_selectListPanel,
.contraste .lowerNav_intertogleLabel:hover,
.contraste .lowerNav_intertogleLabel:focus,
.contraste .lowerNav_selectListUnderPanel,
.contraste .breadcrumb,
.contraste .etica_channel_boxOuvidoria,
.contraste .box_a,
.contraste .company_orange_strip,
.contraste .company_greenBg,
.contraste .certification_whiteContainer,
.contraste .greenBg,
.contraste .social_action_greenBg,
.contraste .orangeContainer,
.contraste .whiteBg,
.contraste .seaGreenContainer,
.contraste .greenContainer,
.contraste .greenLightContainer {
    background: var(--black) !important;
}

    .contraste p,
    .contraste span,
    .contraste a,
    .contraste button,
    .contraste label,
    .contraste h1,
    .contraste h2,
    .contraste h3,
    .contraste h4,
    .contraste .lowerNav_intertogleLabel,
    .contraste .acordion_text {
        color: var(--white) !important;
    }

    .contraste .wave {
        background-image: url('/img/wave_xd_black.svg') !important;
    }

    .contraste .home_society_imageLegendBox_control.slick-disabled {
        background: var(--darkgraffit) !important;
    }

    .contraste .newsLetter_footer_form_button {
        border-color: var(--white);
    }

/*#endregion*/
/*Implementações*/
.i_display_b {
    display: block;
}

.mg_right10 {
    margin-right: 10px;
}

.p_flex {
    display: flex;
    align-items: baseline;
}

.home_peopleCards_link .fa-chevron-right::before {
    margin-left: 2px;
}

.mg__bottom24 {
    margin-bottom: 24px;
}

.circle_in_icon:before {
    margin-left: 2px;
}

.ambientalEducation_section .column_container, .social_actions_section .column_container {
    gap: 80px;
}

.strip_numbers .strip_h3 {
    height: 48px;
    display: flex;
    align-items: center;
    line-height: 1.5rem;
}

.field {
    position: relative;
}

.contact_form .field-validation-error {
    position: absolute;
    bottom: 34px;
    right: 0;
}

.contact_form .text__area-error.field-validation-error {
    bottom: 16px;
}


.field-validation-error {
    color: #ffffff !important;
    background: red;
    border-radius: 16px;
    padding: 5px 8px;
    font-size: 12px;
}

.input-validation-error {
    border: solid 2px red !important;
}

.social_actions_section .intern_title_seaGreen, .social_actions_section .intern_title_greenlight {
    max-width: initial;
}

.container__grid__certification {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

    .container__grid__certification img {
        max-width: 100%;
        background: #fff;
    }

@media (max-width: 620px) {
    .home_grid_ourValues {
        grid-template-rows: 1fr !important;
    }

    .grid_ourValues_box {
        padding: 35px;
        min-height: auto;
    }

    .box2 {
        min-height: 320px !important;
    }

    .box3 {
        min-height: 640px !important;
    }

    .home_society_title {
        height: auto;
        margin-bottom: 32px;
    }

    .home_newsBox {
        width: 100%;
    }

    .home_newsBoxContainer {
        gap: 85px;
    }

    .home_comments_carrocelBox_comment {
        line-height: 26px;
    }

    .home_comments_carrocelBox {
        min-height: 478px;
    }

    .certification_section .column_container, .intern_title_greenlight {
        margin-bottom: 0;
    }

    .policy_section .column_container,
    .peopleEnergy_section .column_container,
    .capobianco_section .column_container,
    .management_section .column_container,
    .careers .column_container,
    .news_address_text {
        margin-bottom: 40px;
    }

    .intern_halfScreenImg {
        margin-bottom: 30px;
    }

    .intern_title_seaGreen, .intern_title_greenlight {
        max-width: initial;
    }

    .product_section .column_container {
        gap: 15px;
    }

    .container__grid__certification {
        grid-template-columns: repeat(2,1fr);
    }

    .languageBtn {
        color: #fff;
    }

        .languageBtn.active {
            color: #f48222;
        }
}

@media (max-width: 475px) {
    .home_comments_carrocelBox {
        min-height: 670px;
    }
}

/*#region Redes Sociais*/
.fa-instagram-square:before, .fa-square-instagram:before {
    content: "\e055";
}

.fa-facebook-square:before, .fa-square-facebook:before {
    content: "\f082";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-brands, .fab {
    font-weight: 400;
}

.container_grid_social {
    display: flex;
}

    .container_grid_social .img__social img {
        max-width: 100%;
    }

.img_social {
    width: 100%;
}

    .img_social img {
        width: 100%;
        object-fit: cover;
        height: 583px;
    }

.home_social {
    position: relative;
}

.container_social_goiasa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 35px auto;
    /*background: rgba(84,164,75,0.8);*/
    background: linear-gradient(90deg, rgba(73,160,55,.6) 0%, rgba(72,158,54,1) 43%, rgba(72,158,54,1) 47%, rgba(72,158,54,1) 51%, rgba(73,160,55,.6) 100%);
    width: 90%;
    max-width: 840px;
    min-height: 483px;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    padding: 110px 0 60px;
}

    .container_social_goiasa img {
        margin-bottom: 55px;
        width: 100%;
        max-width: 390px;
    }

    .container_social_goiasa p {
        color: var(--white);
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 32px;
    }

.list_social ul {
    display: flex;
    justify-content: center;
    gap: 28px;
}

    .list_social ul li a {
        font-size: 42px;
        color: var(--white);
        cursor: pointer;
        transition: .4s ease all;
        display: block;
    }

        .list_social ul li a:hover {
            transform: scale(1.2)
        }

        .list_social ul li a i {
            cursor: pointer;
        }


@media only screen and (max-width: 640px) {
    .container_grid_social .img_social:nth-child(2) {
        display: none;
    }

    .container_social_goiasa img {
        max-width: 140px;
        margin-top: 32px;
    }

    .container_social_goiasa p {
        font-size: 18px;
        line-height: 24px;
    }
}


.lgpd_box {
    width: 100%;
    display: flex;
    background: var(--seagreen);
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 10px;
    margin-bottom: 100px;
}

    .lgpd_box h3 {
        font-size: 24px;
        line-height: 29px;
        font-weight: 200;
    }

    .lgpd_box strong {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }

    .lgpd_box a {
        color: #fff;
        font-size: 18px;
        text-decoration: underline;
        font-weight: 200;
    }
