/* Geral */
h5 {
    font-size: 32px;
}

.justify-content-center {
    justify-content: center;
}

.pt-3 {
    padding-top: 1.5rem;
}

.text-white {
    color: white;
}

a.button-link.solid {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: var(--color-white);
    font-family: "Montserrat Regular", sans-serif;
}

/* Banner */
.banner {
    background-color: var(--color-block-gray);
}
.banner-home .banners img {
    width: 100%;
}

/* Listagem de Culturas - Cards*/
.listagem-dores {
    padding: 100px 0 100px 0;
    background-color: var(--color-backgroud-gray);
}

/* .listagem-dores .container {
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px 0;
} */

.listagem-culturas {
    padding: 100px 0px;
}

/* Quem somos */
.quem-somos .body {
    background-color: var(--color-backgroud-gray);
}

.quem-somos .flex-container {
    align-items: center;
    padding: 100px 0px;
    margin: 0;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

.quem-somos .container p {
    line-height: 20px;
    margin-bottom: 16px;
    color: var(--color-primary);
    width: 92%;
}

.quem-somos .flex-container .text {
    flex-direction: column;
}

.quem-somos .text h4 {
    margin-bottom: 24px;
}

.quem-somos .container p.last-item-p {
    margin-bottom: 0;
}

.quem-somos .board-quem-somos {
    padding: 32px 0;
}

.quem-somos img {
    height: 440px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.board-quem-somos .card:hover {
    background-color: var(--color-primary);
    transition: 0.5s;
}

.board-quem-somos .card:hover h4,
.board-quem-somos .card:hover p {
    color: var(--color-white);
    transition: 0.5s;
}

.quem-somos .board-quem-somos h6 {
    margin-bottom: 16px;
}

.quem-somos .board-quem-somos p {
    color: #787878;
    margin-bottom: 0;
}

.quem-somos .board-quem-somos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
    gap: 32px;
    text-align: center;
}

.board-quem-somos .card {
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    padding: 58px 24px;
}

.board-quem-somos .card h4 {
    margin-bottom: 16px;
}

.quem-somos .seed {
    align-self: flex-end;
    position: absolute;
    top: calc((805px - 658px) / 2);
}

.quem-somos .seed.left {
    left: 0px;
}

.quem-somos .seed.right {
    right: 0px;
}

/* Tecx */
/* .tecx .body {
    background: url("../../../images/trator-3d.webp") no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    position: relative;
} */

.tecx .flex-container {
    align-items: center;
    padding: 100px 0px;
    margin: 0;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    gap: 32px;
}

.tecx .flex-container img {
    width: 100%;
    margin-top: 56px;
}

.tecx .container p {
    line-height: 20px;
    margin-bottom: 16px;
    color: var(--color-primary);
    width: 95%;
}

.tecx .flex-container .text {
    flex-direction: column;
}

.tecx .text h4 {
    margin-bottom: 24px;
    width: 85%;
}

.quem-somos h4 {
    width: 95%;
}

.tecx .container p.last-item-p {
    margin-bottom: 0;
}

.tecx .seed {
    align-self: flex-end;
    position: absolute;
    top: calc((805px - 658px) / 2);
}

.tecx .seed.left {
    left: 0px;
}

.tecx .seed.right {
    right: 0px;
}

.tecnologia .tech.container.flex-container {
    padding: 20px 0px;
    width: 100vw;
    gap: 15px;
    background-image: url("../../../images/agbinova-tech.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    margin: 0;
    max-width: none;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.tech.container.flex-container .text {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    padding: 40px;
    border-radius: 8px;
    margin-right: 80px;
    text-align: right;
    color: white;
    align-items: flex-end;
}

.tecnologia .tech-phrases {
    background-color: #004225;
    padding: 56px 0px;
    margin: 0;
    width: 100%;
    display: flex;
}

.tecnologia .phrase-container {
    display: flex;
    width: 30%;
}

.tecnologia .phrase-container p {
    margin-bottom: 0;
}

.phrase-container .phrase-icon {
    align-self: center;
    margin-right: 21px;
}

.tech-phrases h6,
.tech-phrases p {
    color: var(--color-white);
}

.tech-phrases h6 {
    font-size: 16px;
    margin-bottom: 8px;
}

.tech-phrases p {
    font-size: 18px;
    margin-bottom: 0;
}

.tech-phrases .flex-container {
    gap: 24px;
    justify-content: center;
}

.tecnologia h5,
.tecnologia p {
    line-height: 20px;
    margin-top: 24px;
}

.tecnologia .card-text {
    background-color: var(--color-backgroud-gray);
    padding: 8px 16px;
    margin-bottom: 24px;
    border-radius: 4px;
}

.tecnologia .card-text p {
    color: #2c2828;
    margin-bottom: 0;
}

/* Serviços */
.servicos {
    background-color: var(--color-backgroud-gray);
    padding: 100px 0px;
}

.services-options .option-text {
    background-color: var(--color-white);
}

/* Agroceres Empresas */
p {
    font-family: "Montserrat Regular";
    color: var(--color-black);
}

.agroceres-empresas,
.agroceres-empresas .flex  {
    display: flex;
    justify-content: center;
    background-color: var(--color-backgroud-gray);
}

.agroceres-empresas .flex {
    gap: 8px;
}

.agroceres-empresas h5 {
    text-align: center;
    margin-bottom: 48px;
}

.agroceres-empresas .container.flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
    margin: 0;
    width: 100%;
}

.agroceres-empresas .images {
    flex-direction: row;
    align-items: center;
    margin: 0;
    width: 100%;
}

.agroceres-empresas .images-item-subitem {
    border-right: 1px solid #b4a9a9;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agroceres-empresas .images-item-subitem:last-child {
    border-right: none;
}

.agroceres-empresas .images-item img {
    object-fit: contain;
}

.agroceres-empresas .imagem-dupla .image {
    flex-direction: row;
    display: flex;
}

.agroceres-empresas .images-item-subitem p {
    color: #696969;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 12px;
    
}
p.images-text {
white-space: nowrap;
    overflow: hidden;
}
.slider-button {
    top: 20px;
    height: 40px;
    width: 40px;
    transition: 0.3s ease;
}

.slider-button-previous {
    left: 30px;
}

.slider-button-next {
    right: 30px;
}

.banner-home .slider-bullets {
    top: -60px;
    height: 0px;
}
