/*
Global
*/
:root {
    --branco-puro: #fff;
    --branco-transparente: rgba(255, 255, 255, 0.8);
    --branco-transparente-05: rgba(255, 255, 255, 0.5);
    --branco-transparente-06: rgba(255, 255, 255, 0.6);
    --branco-transparente-07: rgba(255, 255, 255, 0.7);
    --cinza-claro: #eee;
    --azul-escuro: rgba(4, 60, 90, 1);
    --azul-claro: rgba(4, 60, 90, 0.5);
    --azul-escuro-secundario: rgba(0, 45, 110, 1);
    --cinza-clarinho: rgba(238, 238, 238, 1);
    --cinza-escuro: rgba(89, 89, 89, 1);
    --cinza-secundario: rgba(170, 165, 165, 1);
    --roxo-puro: rgba(100, 45, 85, 1);
    --roxo-secundario: rgba(100, 45, 85, 0.5);
    --verde-claro: rgba(155, 200, 60, 1);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* Ck editor */
#contentEditor .cke_editable,
#contentEditor .cke_widget,
#contentEditor .cke_widget_wrapper,
#contentEditor .cke_widget_editable,
#contentEditor .cke_image,
#contentEditor .cke_resizer,
#contentEditor .cke_focus,
#contentEditor .cke_selected,
#contentEditor .cke_panel,
#contentEditor .cke_button,
#contentEditor .cke_toolbar,
#contentEditor .cke_combo,
#contentEditor .cke_combo_button,
#contentEditor .cke_combo_text,
#contentEditor .cke_combo_open,
#contentEditor .cke_dialog,
#contentEditor .cke_dialog_ui_input_text,
#contentEditor .cke_dialog_ui_input_select,
#contentEditor .cke_dialog_ui_input_textarea,
#contentEditor .cke_maximized,
#contentEditor .cke_top,
#contentEditor .cke_bottom,
#contentEditor .cke_path,
#contentEditor .cke_toolbox,
#contentEditor .cke_toolgroup,
#contentEditor .cke_source,
#contentEditor .cke_contents,
#contentEditor .cke_show_borders,
#contentEditor .cke_reset,
#contentEditor .cke_browser,
#contentEditor .cke_mixed_dir_content,
#contentEditor .cke_widget_drag_handler,
#contentEditor .cke_panel_block,
#contentEditor p,
#contentEditor h1,
#contentEditor h2,
#contentEditor h3,
#contentEditor h4,
#contentEditor h5,
#contentEditor h6,
#contentEditor strong,
#contentEditor em,
#contentEditor u,
#contentEditor s,
#contentEditor ul,
#contentEditor ol,
#contentEditor li,
#contentEditor blockquote,
#contentEditor pre,
#contentEditor code,
#contentEditor table,
#contentEditor thead,
#contentEditor tbody,
#contentEditor tr,
#contentEditor td,
#contentEditor th,
#contentEditor img,
#contentEditor a {
    color: var(--cinza-escuro);
    font-family: "Lato", sans-serif;
}

body {
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container-fluid {
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto !important;
    pointer-events: visible !important;
}
.swiper-button-lock {
    display: flex !important;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: var(--branco-transparente);
    width: 33px !important;
    height: 33.30750274658203px !important;
    border-radius: 100px;
    top: 38% !important;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.swiper-button-prev {
    left: 25px !important;
}
.swiper-button-next {
    right: 25px !important;
}
.swiper-button-next::after {
    transform: rotate(180deg) !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
    font-family: initial !important;
    display: block;
    width: 11.072999954223633px;
    height: 19.3075008392334px;
    background-image: url("/images/arrowSlide.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*
Navbar
*/
#navbarDesktop {
    background-color: var(--branco-puro);
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 85px;
}
#navbarDesktop .navbar-nav {
    gap: 19px;
}
#navbarDesktop .nav-link {
    color: var(--cinza-escuro);
    font-size: 18px;
    font-weight: 300;
}
#navbarDesktop .nav-link:hover {
    filter: brightness(0.8);
}
#navbarDesktop .nav-link.active {
    /*
  Definir
  */
}
#navbarDesktop .boxLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--cinza-escuro);
}
#navbarMobile .boxLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--cinza-escuro);
}
#navbarDesktop .boxLogin p,
#navbarMobile .boxLogin p {
    margin-bottom: 0px;
}
#navbarMobile .boxLogin .isLogged .acessar,
#navbarMobile .boxLogin .acessar small,
#navbarMobile .boxLogin button,
#navbarDesktop .boxLogin .isLogged .acessar,
#navbarDesktop .boxLogin .acessar small,
#navbarDesktop .boxLogin button {
    color: var(--azul-escuro) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    background-color: transparent;
    border: none;
}
#navbarDesktop #navbarNavDropdown {
    justify-content: center;
}
#navbarDesktop .boxLogin .boxUser .login,
#navbarMobile .boxLogin .boxUser .login {
    color: var(--cinza-escuro);
    font-size: 18px;
    font-weight: 300;
}
#navbarMobile {
    min-height: 70px;
    background-color: var(--branco-puro);
}
#navbarMobile .hamburguer {
    width: 50px;
}
#navbarMobile .boasVindas {
    min-height: 76px;
}
#navbarMobile .boasVindas button p {
    font-size: 18px;
    font-weight: 300;
    color: var(--cinza-escuro);
}
#navbarMobile .boasVindas button {
    border: none;
    background-color: transparent;
}
#navbarMobile .boxMenu {
    border-top: 0.5px solid var(--cinza-clarinho);
    border-bottom: 0.5px solid var(--cinza-clarinho);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    gap: 20px;
}
#navbarMobile .boxMenu .item {
    font-size: 20px;
    font-weight: 300;
    color: var(--cinza-escuro);
}
#navbarMobile .boxSites {
    gap: 20px;
    padding-bottom: 35px;
}
#navbarMobile .boxSites .titleSites {
    font-size: 18px;
    font-weight: 300;
    color: var(--cinza-secundario);
}
#navbarMobile .boxSites .item span {
    font-size: 18px;
    font-weight: 300;
    color: var(--cinza-escuro);
}

/*
AuthModal
*/
.offcanvasLogin,
.offcanvasRegister {
    width: 390px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 477.4243469238281px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.offcanvasRegister .offcanvas-header,
.offcanvasLogin .offcanvas-header {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}
.offcanvasRegister .offcanvas-header .title,
.offcanvasLogin .offcanvas-header .title {
    font-weight: 400;
    font-size: 22px;
    color: var(--cinza-escuro);
    margin-top: 40px;
    margin-bottom: 40px;
}
.offcanvasRegister label,
.offcanvasLogin label {
    font-size: 16px;
    color: var(--cinza-escuro);
    font-weight: 300;
    margin-bottom: 5px;
}
.offcanvasRegister input,
.offcanvasLogin input {
    min-height: 39px;
    border: 1px solid var(--cinza-clarinho);
    border-radius: 10px;
    margin-bottom: 10px;
}
.offcanvasRegister input::placeholder,
.offcanvasLogin input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: color-mix(in srgb, var(--cinza-escuro) 30%, transparent);
}
.offcanvasRegister .offcanvas-body,
.offcanvasLogin .offcanvas-body {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.offcanvasRegister .boxDescription,
.offcanvasLogin .boxDescription {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}
.offcanvasRegister .boxDescription p,
.offcanvasLogin .boxDescription p {
    margin-bottom: 0;
}

/*
Banner
*/
.banner {
    /* max-width: 1225px; */
    width: 100%;
    min-height: 390px;
    margin: 0 auto;
    margin-bottom: 22px;
    overflow: hidden;
}
.banner img {
    width: 100%;
    object-fit: cover;
}

/*
primarySectionHeader
*/
.boxPrimarySectionHeader .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--azul-escuro);
    margin-bottom: 7px;
}
.boxPrimarySectionHeader .subtitle {
    font-size: 20px;
    font-weight: 300;
    color: var(--cinza-escuro);
}

/*
Filtro
*/
/* .filterPrimary {
    gap: 20px !important;
} */
.filterPrimary .filterButton {
    background-color: var(--cinza-clarinho);
    color: var(--cinza-escuro);
    font-size: 16px;
    font-weight: 300;
    border-radius: 100px;
    width: fit-content;
}
.filterPrimary .filterButton:hover {
    filter: brightness(0.95);
}
.filterPrimary .filterButton.active {
    background-color: var(--azul-escuro);
    color: var(--branco-puro);
    font-size: 16px;
    font-weight: 300;
    border-radius: 100px;
    filter: brightness(0.8);
}

/*
Card Primary
*/
.listCardPrimary {
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 20px;
}
.listCardPrimary .card {
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0.7) 65%
        ),
        url("./img/imagem-card.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    width: 340px;
    min-height: 400px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    text-decoration: none;
}
.listCardPrimary .card .title {
    color: var(--branco-puro);
    font-size: 18px;
    font-weight: 700;
    width: 300px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listCardPrimary .card .category {
    width: fit-content;
    min-height: 27px;
    color: var(--branco-puro);
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listCardPrimary .card .subtitle {
    color: var(--cinza-secundario);
    font-size: 16px;
    font-weight: 400;
    width: 300px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listCardPrimary .boxInfo {
    width: 100%;
}
.listCardPrimary .boxInfo .boxDescription {
    /* width: 290px; */
    width: 100%;
}
.listCardPrimary .boxInfo .boxDescription .box {
    width: 50%;
}
.listCardPrimary .boxInfo .boxDescription .info {
    color: var(--branco-puro);
    font-weight: 400;
    font-size: 14px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;

    text-align: start;
}

/*
Card Secondary
*/
.listCardSecondary {
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 20px;
}
.listCardSecondary .card {
    background-color: var(--branco-puro);
    width: 320px !important;
    min-height: 380px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    text-decoration: none;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.listCardSecondary .card .card-img-top {
    margin-top: -1px;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    object-fit: cover;
}
.listCardSecondary .card .card-text {
    color: var(--azul-escuro-secundario);
    font-size: 16px;
    font-weight: 400;
}
.listCardSecondary .card .card-title {
    color: var(--azul-escuro);
    font-size: 18px;
    font-weight: 700;
    min-height: 52px;
}
.listCardSecondary .card .card-description {
    color: var(--cinza-escuro);
    font-size: 16px;
    font-weight: 300;
}

/*
Card Secondary
*/
.listCardThird {
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 20px;
}
.listCardThird .card {
    background-color: var(--cinza-claro);
    width: 602.5px;
    min-height: 216.6666717529297px;
    border-radius: 20px;
    border: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
}
.listCardThird .card .category {
    width: fit-content;
    min-height: 27px;
    color: var(--branco-puro);
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    bottom: 5px;
    left: 20px;
}
.listCardThird .card .boxImage {
    width: 301.25px;
    min-height: 216.6666717529297px;
}
.listCardThird .card .card-body {
    width: 301.25px;
    min-height: 216.6666717529297px;
}
.listCardThird .card .card-img-top {
    margin-top: -1px;
    border-radius: 23px;
    object-fit: cover;
}
.listCardThird .card .card-text {
    color: var(--azul-escuro-secundario);
    font-size: 16px;
    font-weight: 400;
}
.listCardThird .card .card-title {
    color: var(--azul-escuro);
    font-size: 18px;
    font-weight: 400;
    height: 138px;
}
.listCardThird .card .card-title span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listCardThird .card .card-description {
    color: var(--cinza-escuro);
    font-size: 16px;
    font-weight: 300;
}

/*
Card Secondary XL Precisa refatorar 
*/
.listCardSecondaryXL {
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 20px;
}
.listCardSecondaryXL .card {
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0.7) 65%
        ),
        url("./img/image-fique.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    width: 602.5px;
    min-height: 334.9359130859375px;
    border-radius: 20px;
    border: none;
    text-decoration: none;
}
.listCardSecondaryXL .card .title {
    color: var(--branco-puro);
    font-size: 28px;
    font-weight: 400;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listCardSecondaryXL .card .category {
    width: fit-content;
    min-height: 27px;
    color: var(--branco-puro);
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
listCardFourth
*/
.listCardFourth {
    margin-top: 10px;
}
.listCardFourth .card {
    width: 220px !important;
}
.listCardFourth .card-body {
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 0;
}
.listCardFourth .card-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--azul-escuro);
    margin-bottom: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listCardFourth .boxImage .category {
    margin-bottom: 0;
    bottom: 1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;

    font-weight: 300;
    font-size: 16px;
    color: var(--branco-transparente-07);
}

/*
Categoria de conteúdo interno
*/
.contentIntern .categoria {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.contentIntern .categoria p {
    color: var(--branco-puro);
    font-weight: 700;
    font-size: 20px;
}

/*
TopBar
*/
.topbar {
    background-color: var(--cinza-clarinho);
    height: 50px;
    display: flex;
    align-items: end;
}
.topbar .rowImagens {
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.topbar .boxImage {
    background-color: var(--branco-transparente-06);
    width: 180px;
    min-height: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.topbar .rowBoxSearch .boxInput {
    width: 434px;
}
.topbar .rowBoxSearch .boxInput .lupa {
    right: 30px;
    top: 7px;
}
.topbar .rowBoxSearch input {
    background-color: var(--branco-transparente-06);
    border-radius: 10px;
    border: none;
    width: 350px;
    height: 32px;
    padding: 10px;
}

/*
Button Bunge
*/
.btn-bunge {
    background-color: var(--cinza-clarinho);
    font-size: 16px;
    font-weight: 400;
    color: var(--azul-escuro);
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-bunge:hover {
    filter: brightness(0.9);
}
.btn-outline-bunge {
    border-radius: 10px;
    color: var(--cinza-escuro) !important;
    border: 1px solid var(--cinza-escuro);
    width: 107px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
}

/*
Button Azul
*/
.btn-azul {
    background-color: var(--azul-escuro);
    font-size: 16px;
    font-weight: 400;
    color: var(--branco-puro);
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.btn-azul:hover {
    filter: brightness(0.8);
    color: var(--branco-puro);
}

/*
Button toggle
*/
.btn-toggle {
    position: absolute;
    right: 15px;
    bottom: 0;
    background-color: var(--branco-puro);
    border: none;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    color: var(--azul-escuro);
    padding-left: 15px;
    padding-right: 10px;
    bottom: -1px;
}
.btn-toggle:focus {
    box-shadow: none;
}

/*
Box Share
*/
.boxShareSocial {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.boxShareSocial .share {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    max-width: 100%;
    min-height: 35px;
    border-radius: 10px;
    padding: 0;
}
/*
BreakPoints
*/
.navDesktop {
    display: block;
}
.navMobile {
    display: none !important;
}
.porDentroMobile {
    display: none !important;
}
.porDentroDesktop {
    display: flex !important;
}
@media (min-width: 1100px) and (max-width: 1440px) {
    .container-fluid {
        width: calc(100% - 141px);
    }
}
@media (max-width: 1440px) {
    .banner {
        min-height: auto;
        height: auto;
    }
}
@media (max-width: 1160px) {
    .navDesktop {
        display: none;
    }
    .navMobile {
        display: flex !important;
    }
}
@media (max-width: 1100px) {
    .banner img {
        height: 100%;
        min-height: 250px;
    }
    .container-fluid {
        width: calc(100% - 30px);
        padding: 0;
    }
    .fiquePorDentro .listCardSecondaryXL {
        margin-bottom: 0px;
    }
    .fiquePorDentro .listCardThird {
        margin-top: 0px;
    }
    .fiquePorDentro .listCardSecondaryXL,
    .fiquePorDentro .listCardThird {
        justify-content: center;
    }
    .banner .container-fluid {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    /* .filterPrimary {
        gap: 15px !important;
    } */
    .porDentroMobile {
        display: flex !important;
    }
    .porDentroDesktop {
        display: none !important;
    }
    .listCardThird .card,
    .listCardThird .card .card-img-top {
        min-height: 140px;
        height: 140px;
    }
    .listCardThird .card .card-title span {
        color: var(--cinza-escuro);
        height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .listCardThird .card .card-body,
    .listCardThird .card .boxImage {
        min-height: auto;
    }
}

/* 
Footer 
*/
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--cinza-claro);
}
.footer .boxRedeSociais p,
.footer .boxFaleConosco p,
.footer .boxFaleConosco a {
    color: var(--cinza-escuro);
    font-size: 16px;
    font-weight: 300;
}
.footer .boxFaleConosco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer .boxCopy p,
.footer .boxCopy a {
    font-size: 16px;
    font-weight: 300;
    color: var(--cinza-escuro);
}
.footer .boxCopy .cnpj {
    font-size: 12px !important;
}
