* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    background-size: cover;
    list-style: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.container {
    width: 70%;
    max-width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .container {
        width: 90%;
        max-width: 1170px;
        margin: 0 auto;
    }
}

.flex {
    display: flex;
}

.flex-row {
    display: flex;
    flex-wrap: nowrap;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.bold {
    font-weight: 900 !important;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gap-24 {
    gap: 24px;
}

.gap-16 {
    gap: 16px;
}

nav {
    width: 100%;
    height: 119px;
    color: #ffffff;
    display: flex;
    align-items: center;
    
    position: relative;
    z-index: 10;
}

nav ul {
    justify-content: space-between;
    align-items: center;
}

nav ul li a.menulink {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-top: 54px;
}

nav ul li a.menulink:hover {
    color: #0084DF;
    transition: 400ms ease-in-out;
}

nav ul li a.menulink::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    transition: 400ms ease-in-out;
}

nav ul li a.menulink:hover::after {
    background-color: #0084DF;
}

nav ul li img.logotipo {
    width: 250px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .hide-tablet {
        display: none;
    }

}

@media screen and (min-width: 1200px) {
    .hide-desktop {
        display: none;
    }
}

h1 {
    font-size: 63px;
}

h2 {
    font-size: 50px;
    font-weight: 300;
}

h3 {
    font-size: 40px;
    font-weight: 100;
}

h4 {
    font-size: 35px;
    font-weight: 100;
}

h5 {
    font-size: 30px;
    font-weight: 600;
}

p {
    font-size: 18px;
    font-weight: 600;
}

.gap-xg {
    gap: 32px;
}

.color-white {
    color: #ffffff;
}

.color-primary {
    color: #0084DF;
}

.flex-end {
    align-items: flex-end;
}

.content-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.absolute {
    position: absolute;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-24 {
    margin-bottom: 24px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.col-lg-4 {
    width: 33.33333%;
}

.banner-01 {
    background-image: url("../../../landing-pages/agprocomfort/images/vaca-fundo-azul.webp");
    background-repeat: no-repeat;
    width: 100%;
    height: 462px;
    background-position: center;
    background-size: cover;
    z-index: 9;
    padding: 100px 0;
    contain: strict;
}

.banner-01 .container.content-center {
    z-index: 99999999999999999;
    position: relative;
}

.banner-01 h1 {
    font-weight: 400;
    line-height: 95px;
}


.banner-01 img.leite {
    top: -6px;
    position: absolute;
    height: 515px;
    left: -300px;
    z-index: 5;

    animation: leite ease-in-out infinite alternate;
    animation-duration: 1.5s;
}

@keyframes leite {
    0% {
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        transform: translateX(5px) rotate(-5deg)
    }
}

.banner-01 span,
.banner-02 span,
.banner-06 span.destaque {
    background-color: #7fc500;
    font-weight: bold;
    padding: 0 5px;
}

.banner-01 h1 span.maior {
    font-size: 80px;
}

.banner-02 h3 {
    font-weight: 400;
}

.banner-02 .text {
    width: 30%;
}

.banner-02 {
    min-height: 708px;
    background-image: url("../../../landing-pages/agprocomfort/images/banner-02.webp");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 120px 0;
    z-index: 10;
    position: relative;
}

.block-04 {
    background-color: #EFEFEF;
    padding: 102px 0;
}

.block-04 iframe {
    border-radius: 30px;
}

.block-05 {
    background-color: #0084DF;
    padding: 36px 0;
}

.banner-06 {
    min-height: 219px;
    background-image: url("../../../landing-pages/agprocomfort/images/banner-06.png");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 35px 0;
    margin-top: -10px;
}

.banner-06 h5 {
    width: 60%;
    margin: 0 auto;
}

.banner-07 {
    height: auto;
    background-image: url("../../../landing-pages/agprocomfort/images/banner-07.webp");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 90px 0;

    z-index: 10;
    position: relative;

}

.banner-07 .card-01 {
    background-color: #F4F4F4;
    padding: 30px;
    border-radius: 30px;
    height: 427px;
    width: 600px;
    background-size: cover;
    background-image: url("../../../landing-pages/agprocomfort/images/grafico-produtividade.webp");
    z-index: 1;
    justify-content: space-between;

}

#beneficios > div > div > div > div:nth-child(1) {
    margin-left: 30px;
}
#beneficios > div > div > div > div:nth-child(4) > div.coluna-08 {
    margin-right: 15px;
}

.banner-07 .card-01 img,
.banner-07 .card-02 img {
    position: relative;
    top: 150px;
    z-index: 5;
    object-fit: cover;
    object-position: top;
    
}

/* Altura das colunas do gráfico Produtividade*/

.banner-07 .card-01 .coluna-01 img{
    position: relative;
    top: 130px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-01 .coluna-01.ativo img {
    height: 220px;
    animation: prod-01 4s ease;
}

@keyframes prod-01 {
    0% {
        margin-top: 220px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 220px;
    }
}

.banner-07 .card-01 .coluna-02 img {
    position: relative;
    bottom: 130px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-01 .coluna-02.ativo img {
    height: 200px;
    animation: prod-02 4s ease;
}

@keyframes prod-02 {
    0% {
        margin-top: 200px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 200px;
    }
}

.banner-07 .card-01 .coluna-03 img {
    position: relative;
    top: 191px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-01 .coluna-03.ativo img {
    height: 160px;
    animation: prod-03 4s ease
}

@keyframes prod-03 {
    0% {
        margin-top: 160px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 160px;
    }
}

.banner-07 .card-01 .coluna-04 img {
    position: relative;
    top: 215px;
    z-index: 5;
    height: 0;
}

.banner-07 .card-01 .coluna-04.ativo img {
    height: 136px;
    animation: prod-04 4s ease
}

@keyframes prod-04 {
    0% {
        margin-top: 136px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 136px;
    }
}

.banner-07 .card-01 .coluna-05 img {
    position: relative;
    top: 205px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-01 .coluna-05.ativo img {
    height: 145px;
    animation: prod-05 4s ease
}

@keyframes prod-05 {
    0% {
        margin-top: 145px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 145px;
    }
}

.banner-07 .card-01 .coluna-06 img {
    position: relative;
    top: 237px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-01 .coluna-06.ativo img {
    height: 113px;
    animation: prod-06 4s ease
}

@keyframes prod-06 {
    0% {
        margin-top: 113px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 113px;
    }
}

.banner-07 .card-01 .coluna-07 img {
    position: relative;
    top: 202px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-01 .coluna-07.ativo img {
    height: 149px;
    animation: prod-07 4s ease
}

@keyframes prod-07 {
    0% {
        margin-top: 149px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 149px;
    }
}

.banner-07 .card-01 .coluna-08 img {
    position: relative;
    top: 229px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-01 .coluna-08.ativo img {
    height: 121px;
    animation: prod-08 4s ease;
}

@keyframes prod-08 {
    0% {
        margin-top: 121px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 121px;
    }
}


/* Valores das colunas dos gráficos */

.banner-07 .card-01 .coluna-01 span::before {
    content:"48,2";
    position: absolute;
    z-index: 99;
    top: 337px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-01 .coluna-02 span::before {
    content:"48,1";
    position: absolute;
    z-index: 99;
    top: 355px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-01 .coluna-03 span::before {
    content:"45,5";
    position: absolute;
    z-index: 99;
    top: 386px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-01 .coluna-04 span::before {
    content:"44,0";
    position: absolute;
    z-index: 99;
    top: 400px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-01 .coluna-05 span::before {
    content:"44,4";
    position: absolute;
    z-index: 99;
    top: 398px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-01 .coluna-06 span::before {
    content:"42,9";
    position: absolute;
    z-index: 99;
    top: 430px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-01 .coluna-07 span::before {
    content:"44,8";
    position: absolute;
    z-index: 99;
    top: 392px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-01 .coluna-08 span::before {
    content:"43,8";
    position: absolute;
    z-index: 99;
    top: 411px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}

.banner-07 .card-02 {
    background-color: #F4F4F4;
    padding: 30px;
    border-radius: 30px;
    height: 427px;
    width: 600px;
    background-size: cover;
    background-image: url("../../../landing-pages/agprocomfort/images/ofegacao-sem-barras.webp");
    justify-content: space-between;
}

.banner-07 .card {
    background-color: #F4F4F4;
    padding: 30px;
    border-radius: 30px;
}

.banner-07 .left {
    margin-left: 200px;
}

.banner-07 .informativo {
    right: 0;
    margin-top: 400px;
    margin-right: 10%;
}

.banner-07 .vaca {
    width: 500px;
    z-index: 9;
}


/* Altura das colunas do gráfico Ofegação*/

.banner-07 .card-02 .coluna-01 img {
    position: relative;
    top: 251px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-02 .coluna-01.ativo img {
    height: 99px;
    animation: prod-001 4s ease;
}

@keyframes prod-001 {
    0% {
        margin-top: 99px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 99px;
    }
}

.banner-07 .card-02 .coluna-02 img {
    position: relative;
    top: 239px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-02 .coluna-02.ativo img {
    height: 111px;
    animation: prod-002 4s ease;
}

@keyframes prod-002 {
    0% {
        margin-top: 111px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 111px;
    }
}

.banner-07 .card-02 .coluna-03 img {
    position: relative;
    top: 169px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-02 .coluna-03.ativo img {
    height: 181px;
    animation: prod-003 4s ease;   
}

@keyframes prod-003 {
    0% {
        margin-top: 181px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 181px;
    }
}

.banner-07 .card-02 .coluna-04 img {
    position: relative;
    top: 118px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-02 .coluna-04.ativo img {
    height: 232px;
    animation: prod-004 4s ease;
}

@keyframes prod-004 {
    0% {
        margin-top: 232px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 232px;
    }
}

.banner-07 .card-02 .coluna-05 img {
    position: relative;
    top: 275px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-02 .coluna-05.ativo img {
    height: 74px;
    animation: prod-005 4s ease;
}

@keyframes prod-005 {
    0% {
        margin-top: 74px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 74px;
    }
}

.banner-07 .card-02 .coluna-06 img {
    position: relative;
    top: 248px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-02 .coluna-06.ativo img {
    height: 102px;
    animation: prod-006 4s ease;
}

@keyframes prod-006 {
    0% {
        margin-top: 102px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 102px;
    }
}

.banner-07 .card-02 .coluna-07 img {
    position: relative;
    top: 292px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-02 .coluna-07.ativo img {
    height: 57px;
    animation: prod-007 4s ease;
}

@keyframes prod-007 {
    0% {
        margin-top: 57px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 57px;
    }
}

.banner-07 .card-02 .coluna-08 img {
    position: relative;
    top: 279px;
    z-index: 5;
    height: 0px;
}

.banner-07 .card-02 .coluna-08.ativo img {
    height: 71px;
    animation: prod-008 4s ease;
}

@keyframes prod-008 {
    0% {
        margin-top: 71px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 71px;
    }
}


/* Valores das colunas dos gráficos */

.banner-07 .card-02 .coluna-01 span::before {
    content:"64,8";
    position: absolute;
    z-index: 99;
    top: 938px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-02 .coluna-02 span::before {
    content:"65,6";
    position: absolute;
    z-index: 99;
    top: 929px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-02 .coluna-03 span::before {
    content:"129,7";
    position: absolute;
    z-index: 99;
    top: 899px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-02 .coluna-04 span::before {
    content:"147,6";
    position: absolute;
    z-index: 99;
    top: 863px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-02 .coluna-05 span::before {
    content:"45,0";
    position: absolute;
    z-index: 99;
    top: 961px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-02 .coluna-06 span::before {
    content:"62,3";
    position: absolute;
    z-index: 99;
    top: 936px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-02 .coluna-07 span::before {
    content:"20,2";
    position: absolute;
    z-index: 99;
    top: 971px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}
.banner-07 .card-02 .coluna-08 span::before {
    content:"28,6";
    position: absolute;
    z-index: 99;
    top: 963px;
    margin-left: -43px;
    color: #ffffff;
    font-weight: bold;
}

.banner-08 {
    min-height: 702px;
    background-image: url("../../../landing-pages/agprocomfort/images/banner-08.webp");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}

.banner-08 .flex-row {
    justify-content: center;
    align-items: center;
}

.banner-08 img.folhas-amarelas {
    position: absolute;
    left: 0;
    z-index: 5;
}

.banner-08 img.folhas-verdes {
    position: absolute;
    right: 0;
    z-index: 5;
}

.banner-08 img.folhas-amarelas.ativo,
.banner-08 img.folhas-verdes.ativo {
    animation: folhas linear;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}


@keyframes folhas {
    0% {
        transform: translateY(0px) rotate(0deg)
    }
    100% {
        transform: translateY(80px) 
    }
} 

.banner-08 img.beneficios { 
    position: relative;
    z-index: 9999;

}

.banner-08 .text {
    z-index: 99999999999;
}


.banner-09 {
    min-height: 659px;
    background-image: url("../../../landing-pages/agprocomfort/images/banner-09.png");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;

    position: relative;
    z-index: 10;
}


footer.agprocomfort {
    background-color: #0084DF;
    width: 100%;
    min-height: 600px;
    padding: 50px 0;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

.nav-link {
    font-size: 18px;
    color: #0084DF;
    font-weight: bold;
}


/* Animação  */

.hidden {
    opacity: 0;
    filter: blur(10px);
    transition: all 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transition: all 1s;
}

