:root {
    --cb: #009170;
    --c1: #F7F7F7;
    --c2: #EDEDED;
    --c3: #DEDEDE;
    --c9: #404040;
    --p2: #00614B;
    --p3: #00241C;
    --p4: #001306;
    --p5: #011401;
    --p6: #FDCC3D;
}

img {
    max-width: 100%;
}

header .logotipo img {
    max-height: 35px;
}

header li.nav-item {
    margin-right: 2rem;
}

header .nav-item a {
    color: var(--p5);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

header .nav-item a:hover {
    color: var(--p5);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.btn.btn-cotacao {
    border-radius: 12px;
    color: var(--p5);
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 0;
    padding: 9px 22px;
}

.btn.btn-cotacao.btn-cotacao-g {
    background: linear-gradient(180deg, #53DEBE 0%, #008567 100%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.btn.btn-cotacao.btn-cotacao-y {
    background: linear-gradient(180deg, #FFD764 0%, #FDCC3D 100%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    color: var(--p5);
}

.btn.btn-cotacao:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.btn.btn-fertilizante {
    border-radius: 16.2px;
    width: 100%;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.24px;
}

.btn.btn-fertilizante:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.btn.btn-fertilizante.btn-fertilizante-g {
    border: 2px solid var(--cb);
    color: var(--p5);
}

.btn.btn-fertilizante.btn-fertilizante-y {
    border: 2px solid var(--p6);
    color: var(--c2);
}

footer .logotipo img {
    max-height: 45px;
    max-width: 100%;
}

footer .menu-footer ul {
    list-style: none;
    padding-left: 0;
}

footer .menu-footer ul a {
    color: var(--p4);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.27px;
    text-decoration: none;
}

footer .menu-footer ul a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

h2 {
    color: var(--p2);
    font-family: "Poppins";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
}

h3 {
    color: var(--p6);
    font-family: "Poppins";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    padding-bottom: 3rem;
}

h4 {
    color: var(--p2);
    font-family: "Roboto";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

h5 {
    color: var(--p5);
    font-family: "Roboto";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
}

h6 {
    color: var(--p5);
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding-top: 1rem;
    margin-bottom: 0;
}

p {
    color: var(--c9);
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer p {
    color: var(--p4);
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.27px;
}

hr {
    border-top: 0.12rem solid var(--p2);
    opacity: 1;
}

footer hr {
    width: 75%;
}

#empresa div.row {
    padding: 5rem 0;
}

#empresa h4 img {
    width: 40px;
    margin-right: 10px;
}

#empresa p {
    padding-left: 50px;
}

.fertilizante img {
    width: 100%;
}

.fertilizante h6 svg {
    width: 12px;
    margin-right: 5px;
}

.fertilizante p {
    padding-left: 17px;
}

#fertilizantes-npk {
    margin-top: 7rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

#fertilizantes-npk hr {
    border-top: 0.1rem solid var(--cb);
}

#fertilizantes-especiais {
    background-color: var(--p3);
    padding-top: 5rem;
    padding-bottom: 3rem;
}

#fertilizantes-especiais hr {
    border-top: 0.1rem solid var(--p6);
}

#fertilizantes-especiais .fertilizante h6 {
    color: var(--c1);
}

#fertilizantes-especiais .fertilizante h6 svg {
    color: var(--p6);
}

#fertilizantes-especiais h2 {
    color: var(--p6);
}

#fertilizantes-especiais p {
    color: var(--c3);
}

.supercoat {
    margin-top: 5rem;
}

.supercoat img {
    max-width: 80%;
}

.custom-list {
    list-style-type: none;
    padding-left: 0;
    margin: 20px;
    position: relative;
}

.custom-list li {
    position: relative;
    margin-bottom: 50px;
    color: var(--c1);
    padding-left: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Roboto";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.custom-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 58px;
    left: 28px;
    height: calc(100%); 
    width: 2px;
    background-color: var(--p6); 
    border-radius: 1px;
    z-index: 0; 
    background-image: linear-gradient(to bottom, var(--p6) 50%, transparent 50%);
    background-position: center;
    background-size: 1px 6px; 
    background-repeat: repeat-y;
}

.custom-list li span {
    display: inline-block;
    background-color: var(--p6);
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    color: var(--p3);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 19px;
    z-index: 2;
    margin-left: -80px;
}

.vantagens {
    position: relative;
    margin-top: 10rem;
    padding-bottom: 5rem;
}

.bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg_vantagens.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 5;
}

#fertilizantes-especiais .vantagens hr {
    position: relative;
    border-top: 0.3rem solid var(--p6);
    z-index: 2;
}

.vantagens h4 {
    color: var(--c1);
    font-size: 34px;
}

.componentes {
    padding-top: 7rem;
    padding-bottom: 3rem;
}

.componentes h5 {
    color: #FFFFFF;
    text-transform: none;
}

.imagens-componentes img {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.imagens-componentes img:first-child {
    margin-left: 0;
}

.modal-fertilizante .modal-content {
    border-radius: 20px;
}

.modal-fertilizante .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-fertilizante .modal-body {
    padding: 0 4rem
}

.modal-fertilizante .btn-close {
    --bs-btn-close-bg: url("../img/btn_close.svg");
}

.modal-fertilizante .modal-footer {
    justify-content: center;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 2rem;
}

.modal-fertilizante .btn-fechar-modal {
    padding: 5px;
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
    border: 0;
    background: transparent;
}

.modal-fertilizante .modal-body img {
    width: 50px;
    padding-right: 10px;
}

.modal-fertilizante h6 {
    padding: 0;
}

.modal-fertilizante .detalhes-modal p {
    padding-left: 0;
    margin-bottom: 1.5rem;
    color: var(--p5);
    font-family: "Roboto";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.modal-fertilizante hr {
    margin: 2rem 0;
    border-top: 0.1rem solid var(--cb);
}

.modal-fertilizante-y hr {
    border-top: 0.1rem solid var(--p3) !important;

}

.modal-fertilizante-y h6 {
    color: var(--p3) !important;
}

.modal-fertilizante-y p {
    color: var(--p5) !important;
}

.modal-fertilizante-y .detalhes-modal p {
    color: var(--p5) !important;
}

.cotacao {
    padding: 5rem 0;
    height: 100%;
    background: linear-gradient(180deg, var(--cb) 50%, #FFFFFF 50%);
    border-bottom: 1.5px solid var(--cb);
}

.box-cotacao {
    background-color: #FFF;
    border-radius: 22px;
    padding: 2.5rem;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20), 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
}

.box-cotacao h2 {
    font-size: 50px;
}

form label.error {
    color: red;
    font-size: 12px;
}

.alert.alert-danger, .alert.alert-success {
    margin-top: 2rem;
}

.alert.alert-danger ul, .alert.alert-success ul {
    margin-bottom: 0;
}

.alert.alert-success ul {
    list-style: none;
    padding-left: 0;
}

.botao-whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
    padding-top: 7px;
}


@media (max-width: 1300px) {

    .bg-container {
        left: -50px;
    }

}

@media (max-width: 1200px) {

    .bg-container {
        left: -100px;
    }

}

@media (max-width: 1100px) {

    .bg-container {
        left: -150px;
    }

}

@media (max-width: 991px) {

    footer h5 {
        margin-top: 2rem;
    }

    .supercoat img {
        margin-top: 5rem;
    }

    .vantagens h3 {
        font-size: 50px;
    }

    .vantagens h4 {
        font-size: 25px;
    }

    .bg-container {
        left: -100px;
    }

    #fertilizantes-npk {
        margin-top: 0rem;
    }

}

@media (max-width: 930px) {

    .bg-container {
        left: -130px;
    }

}

@media (max-width: 850px) {

    .bg-container {
        left: -170px;
    }

}

@media (max-width: 767px) {

    #empresa .logotipo {
        margin-top: 2rem;
    }


    .bg-container {
        display: none;
    }

    .componentes {
        padding-top: 0;
    }

    .imagens-componentes img {
        max-width: 16%;
    }

}