/* Estilos básicos */
@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: montserratBlack;
    src: url('../fonts/Montserrat-Black.ttf');
}

body {
    margin: 0px;
    padding: 0px;
    font-family: montserrat;
}

#navbarTotalCustom {
    list-style: none;
    display: flex;
    justify-content: space-around;
}

#navbarCustom {
    background-color: #112032;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: middle;
}

.headerHome {
    width: 100vw;
    margin-left: 0px;
    font-family: montserrat;
}

#navbarTotalCustom li a {
    color: white;
    text-decoration: none;
}

#navbarTotalCustom {
    text-align: center;
}

.button-consultor-custom {
    background-color: #BF9D60;
    height: 38px;
    border-radius: 20px;
    padding-top: 6px;
    width: 200px;
}

.menu-item-custom {
    display: block;
}

.dropdown-custom {
    display: none;
}

.consultor-button{
    background-color: #BF9D60;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    background-color: #112032; /* Cor de fundo do menu dropdown */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 25px;
}

.dropdown-menu-custom .dropdown-item-custom {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: white; /* Cor do texto dos itens do menu dropdown */
}

.dropdown-menu-custom .dropdown-item-custom:hover {
    background-color: #ddd;
    color: black; /* Cor do texto ao passar o mouse nos itens do menu dropdown */
}

/* Mostrar dropdown em telas menores */
@media (max-width: 1050px) {
    .menu-item-custom {
        display: none;
    }

    .dropdown-custom {
        display: block;
    }
}

/* Exibir menu dropdown quando clicado */
.dropdown-toggle-custom:active + .dropdown-menu-custom,
.dropdown-menu-custom:hover {
    display: block;
}


#firstPart{
    background-image: url(../images/SEU\ FOLIAR\ FUNDO\ SITE.png);
    background-size: cover;
    width: 100vw;
    height: 72vh;
    font-family: montserrat;
    justify-content: end;
    padding-top: 4px;

}

.suamarca-home{
    text-align: left;
    font-weight: bold;
    color: #244772e3;
    font-size: 75px;
    margin-left: -120px;
    line-height: 55px;
}

.oseufoliarcom{
    text-align: left;
    margin-left: -110px;
    color: #244772e3;
    
}

.oseufoliarcom span{
    color: #BF9D60;
}

.emEvidencia{
    color: #244772e3;
    margin-left: -410px;
}

.envaseSuaMarca{
    text-align: right;
    font-weight: 600;
    color: #112032;
    font-size: 30px;
    line-height: 28px;
}

.envaseSuaMarca span{
    color: #BF9D60;
    font-weight: bold;
}

#fistBannerCol{
    margin-right: -75px;
}

.division{
    position: absolute;
    z-index: 2;
    background-color: #BF9D60;
    width: 3px;
    height: 290px;
    margin-left: -140px;
    color: #BF9D60;
}

@media (max-width: 750px){
    #bombonaImg{
        src: '../images/BOMBONACELULAR.png';
    }
}

@media (max-width: 1290px){
    .envaseSuaMarca {
        text-align: center;
    }
    #fistBannerCol{
        margin-right: 0px;
        margin-left: 0px;
    }
    #bombonaImg{
        margin-left: -100px;
    }
    .emEvidencia{
        margin-left: -290px;
    }

}
@media (max-width: 1200px) {
    .suamarca-home {
        font-size: 60px;
    }
}
@media (max-width: 1198px){
    .envaseSuaMarca {
        text-align: center;
        margin-left: -60px;
    }
    #fistBannerCol{
        margin-right: 0px;
        margin-left: 0px;
    }
    #bombonaImg{
        margin-left: -210px;
    }
    .emEvidencia{
        margin-left: -230px;
    }

}
@media (max-width: 992px) {
    .suamarca-home {
        font-size: 75px;
        text-align: center;
        margin-left: 0px;
    }
    .envaseSuaMarca {
        font-size: 40px;
        text-align: center;
    }
    #fistBannerCol{
        margin-right: 0px;
        text-align: center;
    }
    .emEvidencia {
        margin-left: 0;
        text-align: center;
        font-size: 28px;
        margin-top: 45px;
        text-decoration: overline;
    }
    .oseufoliarcom {
        margin-left: 0;
        text-align: center;
        font-size: 75px;
        margin-bottom: 60px;
    }
    #firstPart{
        width: 100vw;
        height: 160vh;
        padding-top: 25px;
    
    }
    #bombonaImg{
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .suamarca-home {
        font-size: 75px;
        text-align: center;
        margin-left: 0px;
    }
    .envaseSuaMarca {
        font-size: 40px;
        text-align: center;
    }
    #fistBannerCol{
        margin-right: 0px;
        text-align: center;
    }
    .emEvidencia {
        margin-left: 0;
        text-align: center;
        font-size: 28px;
        margin-top: 45px;
        text-decoration: overline;
    }
    .oseufoliarcom {
        margin-left: 0;
        text-align: center;
        font-size: 55px;
        margin-bottom: 60px;
    }
    #firstPart{
        width: 100vw;
        height: 145vh;
        padding-top: 25px;
    
    }
    #bombonaImg{
        width: 550px;
    }
}

@media (max-width: 576px) {
    .suamarca-home {
        font-size: 65px;
        text-align: center;
        margin-left: 0px;
    }
    .envaseSuaMarca {
        font-size: 40px;
        text-align: center;
    }
    #fistBannerCol{
        margin-right: 0px;
        text-align: center;
    }
    .emEvidencia {
        margin-left: 0;
        text-align: center;
        font-size: 28px;
        margin-top: 45px;
        text-decoration: overline;
    }
    .oseufoliarcom {
        margin-left: 0;
        text-align: center;
        font-size: 40px;
        margin-bottom: 60px;
    }
    #firstPart{
        width: 100vw;
        height: 135vh;
        padding-top: 25px;
    
    }
    #bombonaImg{
        width: 390px;
    }
}

#secondPart{
    background-color: #112032;
    margin-top: -2px;
    padding-left: 95px;
}

#secondPart p {
    color: white;
    padding-top: 65px;
    padding-bottom: 65px;
}
.secondPartText1{
    line-height: 34px;
    font-size: 20px;
    max-width: 500px;
    text-align: left;
    margin-left: 85px;
    margin-right: -65px;
      
}

.secondPartText2{
    text-align: justify;
    max-width: 430px;
    font-size: 20px;
}

.secondPartSpanSeu{
    color: #BF9D60;
    font-weight: bold;
}

.secondPartSpanFertilizante{
    font-size: 75px;
    font-weight: bold;
    color: white;
}
@media (max-width: 1000px){
    .secondPartSpanFertilizante{
        font-size: 65px;
    }
    .secondPartText1{
        margin-left: 20px;
          
    }
    .secondPartText2{
        max-width: 350px;
        font-size: 18px;
    }
}

@media (max-width: 810px){
    .secondPartSpanFertilizante{
        font-size: 45px;
    }
    .secondPartText1{
        margin-left: 0px;
          
    }
    .secondPartText2{
        max-width: 300px;
        font-size: 18px;
    }
}
@media (max-width: 730px){
    .secondPartSpanFertilizante{
        font-size: 45px;
    }
    .secondPartText1{
        margin-left: 0px;
          
    }
    .secondPartText2{
        max-width: 250px;
        font-size: 18px;
    }
}
@media (max-width: 625px){
    .secondPartSpanFertilizante{
        font-size: 65px;
        padding: 0px;
    }
    .secondPartText1{
        margin-left: 0px;
        text-align: center;
        padding: 0px;
        width: 380px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .secondPartText2{
        width: 380px;
        font-size: 18px;
        text-align: center;
        padding: 0px;
        margin-left: 85px;
        margin-right: 25px;
    }
    #secondPart{
        text-align: center;
        padding: 0px;
    }
}

.thirdPartTitleBlock{
    color: #112032;
    font-family: montserrat;
    font-weight: bold;
    font-size: 28px;
}
.block{
    border: 3px solid #BF9D60;
    margin: 30px;
    border-radius: 14px;
    height: 350px;
}
#blocks{
    justify-content: space-between;
    margin-top: 105px;
 
}
.oseuBlocks{
    color: #BF9D60;
}
.blockText{
    font-size: 14px;
    color: #112032;
}
#thirdPart h3{
    color: #BF9D60;
    font-weight: bold;
    text-align: center;
    margin-top: 65px;
}
#thirdPart h5{
    color: #112032;
    font-weight: bold;
    font-size: 22px;
    margin-top: 75px;
    min-width: 190px;
    text-align: center;
}
.textThirdPart{
    color: #112032;
    min-width: 220px;
}
#txt3{
    text-align: center;
    align-items: center;
}

#fouthPart{
    background-color: #112032;
    margin-top: -2px;
    padding-left: 105px;
    color: #BF9D60;
    font-weight: bold;
    padding-top: 85px;
    padding-bottom: 85px;
    font-family: montserratBlack;
    text-align: center;
}
#fouthPart h1{
    font-size: 58px;
}

.quadro{
    border: 1px solid #112032;
    border-radius: 15px;
    height: 195px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
}
.quadro p{
    color: #112032;
    font-family: montserrat;
    font-size: 21px;
}
#quadros{
    justify-content: space-around;
    margin-top: 40px;
}
#fifithPart h3{
    color: #BF9D60;
    font-weight: bold;
}
#fifithPart {
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 85px;
}

.fifithPartH2{
    color: #112032;
    font-family: montserratBlack;
    margin-top: 55px;
    text-align: center;

}

footer{
    background-color: #112032;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer h1{
    color: #BF9D60;
}
.footer1 {
    text-align: left;
    margin-right: 60px;
}
.footer2{
    text-align: left;
}

footer p{
    color: white;
}
#inp{
    background-color: #1e3653;
    border: 3px 3px #fff;
    color: white;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
    margin-bottom: 25px;
}

#inp:not(:active) {
    border: 1px 1px white;
  }

footer button{
    background-color: white;
    border-radius: 10px;
    border: none;
    width: 115px;
    padding-bottom: 3px;
    padding-top: 3px;
}