@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}

body {
    margin: 0px;
    padding: 0px;
}

a:link {
    text-decoration: none;
    color: white;
}

.banner-home {
    background-image: url(../Images/SITE\ FOLHA\ NOVA\ FERTILIZANTES\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 150vh;
    padding-top: 50px;
    color: white;
    font-family: montserrat;
    padding-left: 25px;
}

.banner-home h1 {
    font-size: 48px;
}

.banner-home p {
    font-style: italic;
    font-size: 20px;
}

.bold-home-h1 {
    font-weight: bold;
    font-size: 52px;
    font-style: italic;
}

.bold-home-p {
    font-weight: bold;
    font-size: 21px;
}

.button-banner-home {
    background: rgb(61, 140, 148);
    background: linear-gradient(356deg, rgba(61, 140, 148, 1) 0%, rgba(0, 255, 34, 1) 100%);
    height: 40px;
    max-width: 280px;
    text-align: center;
    padding-top: 5px;
    font-size: 21px;
    color: white;
}

.button-banner-home:hover {
    color: rgb(204, 201, 201);
}

.second-banner {
    margin-top: 35px;
    color: rgb(62, 153, 63);
    font-family: montserrat;
    padding-left: 25px;
}

.second-banner h1 {
    font-size: 40px;
    font-family: montserrat;
}

.second-banner p {
    font-size: 20px;
    font-weight: 500;
}

.second-bannerh1 {
    font-family: montserrat;
    background: rgb(62, 153, 63);
    background: linear-gradient(90deg, rgb(62, 153, 63) 0%, rgba(50, 126, 122, 1) 36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 50px;
}

.second-bannerh2 {
    font-family: montserrat;
    background: rgb(62, 153, 63);
    background: linear-gradient(90deg, rgb(62, 153, 63) 0%, rgba(50, 126, 122, 1) 36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 110px;
}


@media (max-width: 520px) {
    .second-bannerh2 {
        font-size: 70px;
    }
}

.bg-img {
    background-image: url("../Images/SITE\ FOLHA\ NOVA\ FERTILIZANTES\ 11.png");
    width: 650px;
    height: 510px;
    margin-top: -160px;
}

.bg-img2 {
    background-image: url("../Images/SITE\ FOLHA\ NOVA\ FERTILIZANTES\ 2.png");
    width: 650px;
    height: 374px;
    background-repeat: no-repeat;
}

.bg-img3 {
    background-image: url("../Images/SITE\ FOLHA\ NOVA\ FERTILIZANTES\ 3.png");
    width: 650px;
    height: 374px;
    background-repeat: no-repeat;
    margin-top: 65px;
}

@media (max-width: 750px) {
    .bg-img {
        margin-top: 0px;
        background-image: url("../Images/bd13.png");
        background-repeat: no-repeat;
        width: 450px;
        height: 463px;
    }

}

@media (max-width: 470px) {
    .bg-img {
        margin-top: 0px;
        background-image: url("../Images/bd12.png");
        background-repeat: no-repeat;
        width: 310px;
        height: 319px;
    }
}

.third-banner {
    background-color: rgb(250, 250, 228);
    width: 100%;
    margin-top: 100px;
    font-family: montserrat;
    padding-top: 55px;
    padding-bottom: 60px;
    transform: rotate(-3deg);

}

.third-banner-2 {
    background-color: rgb(37, 68, 16);
    width: 100%;
    margin-top: 100px;
    font-family: montserrat;
    padding-top: 55px;
    padding-bottom: 60px;
    transform: rotate(-3deg);
    color: white;

}

.third-banner-2>* {
    transform: rotate(3deg);
}

.third-banner>* {
    transform: rotate(3deg);
}

@media (max-width: 800px) {
    .third-banner {
        transform: rotate(0deg);
    }

    .third-banner>* {
        transform: rotate(0deg);
    }
}

.third-banner h1 {
    background: rgb(41, 109, 42);
    background: linear-gradient(90deg, rgb(41, 109, 42) 0%, rgb(36, 88, 86) 36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-align: center;
}

.third-banner-2 h1 {
    background: rgb(41, 109, 42);
    background: linear-gradient(90deg, rgb(41, 109, 42) 0%, rgb(36, 88, 86) 36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-align: center;
}

.img-fert {
    width: 180px;
    margin-top: -95px;
}

.img-fert-4 {
    width: 250px;
    margin-top: -95px;
}

.mix-boxes {
    justify-content: space-around;
}

.box-products {
    border: 5px solid rgb(15, 95, 15);
    border-radius: 20px;
    height: 400px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 100px;
    max-width: 310px;
    text-align: center;
}

.box-products span {
    font-family: montserrat;
    color: rgb(78, 110, 3);
}

.p-box {
    width: 190px;
    text-align: center;
}

#h6-1 {
    margin-top: 25px;
    font-weight: bold;
    color: rgb(78, 110, 3);
    font-family: montserrat;
    font-size: 22px;

}

#h6-2 {
    margin-top: 25px;
    font-weight: bold;
    font-family: montserrat;
    color: rgb(78, 110, 3);
    font-size: 22px;
}

#h6-3 {
    margin-top: 10px;
    font-weight: bold;
    font-family: montserrat;
    color: rgb(78, 110, 3);
    font-size: 22px;
}

#h6-4 {
    margin-top: 35px;
    font-weight: bold;
    font-family: montserrat;
    color: rgb(78, 110, 3);
    font-size: 20px;
}