.nav-item{

    font-size: 14px;

    font-weight: normal;

    font-family: 'Poppins', sans-serif;

    text-transform: capitalize;

}



.logotopo {

    max-width: 12rem;

}



#mainNav .navbar-nav li.nav-item a.nav-link {

    font-weight: 700;

}



nav>li.nav-item>a.nav-link.active:hover {

    color: #99cc33 !important;

}



.botaomenu{

    background-color: #99cc33;

    font-weight: 700;

}



a.botaomenu:hover{

    background-color: #99cc33;

    color: #000 !important;

}





/* .carousel-control-next-icon {

    background-image: url("../img/ellipsis-v-solid.svg");

    color: #fff;

}



.carousel-control-prev-icon {

    background-image: url("../img/ellipsis-v-solid.svg");

    color: #fff;

} */





#mainNav .navbar-nav li.nav-item a.nav-link:hover {

    color: #99cc33;

}



#mainNav .navbar-nav>li.nav-item>a.nav-link.active {

    color: #000 !important;

    background:  transparent !important;

}



/*FUNDO MENU*/

.bg-secondary {

    background-color: rgba(101, 130, 148, 0.5)!important;

    

}



/* ITENS INICIO */

.imageminicio{

    width: 320px;

    height: auto;
}

.imageminicio2{

    width: auto;

    height: 462.81px; 
}





.textoinicio {

    font-family: 'Poppins', sans-serif;

    font-size: 2.4rem;

    margin-top: 9rem;

}



.seta{

    color:#fff; 

    font-size:4.5rem;

    margin-bottom: 5.5rem;

}



.imgfundo{

    background-image: url("../img/fundoheader.png");

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    background-color: rgba(253, 253, 253, 0) !important;

}



/* PRODUTOS */

.fundoprodutos{

    background-image: url("../img/fundo-produtos-com-degrade.png");

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    background-color: rgba(253, 253, 253, 0) !important;

}



.produtosimg{

    width: 13rem;

    height: auto;

    align-items: center;

}



.espacoprod{

    background-color: #fff;

    margin: 1rem;

}



/* pacote de sal maior */

.imagemmaior{

    height: 18.7rem;

    width: auto;

}



.divtextoproduto{

    display:none;

}



/* SOBRE */

.textosobre{

    color: #666666;

    font-size: 1.5rem;

}





/* TITULOS */



.titulo{

    font-family: 'Poppins', sans-serif;

    font-size: 3rem;

    color: #00517e;

}



.linha {

    height: 4px;

    width: 5%;

    border: none;

    color: #00517e;

    background-color: #00517e;

    margin-top: -1.7rem;

    margin-bottom: 30px;

}



.titulobranco{

    font-family: 'Poppins', sans-serif;

    font-size: 3rem;

    color: #fff;

}



.linhabranca {

    height: 4px;

    width: 5%;

    border: none;

    color: #fff;

    background-color: #fff;

    margin-top: -1.7rem;

    margin-bottom: 30px;

}



/* CONTATO */

.contato{

    margin-bottom: -96px;

}



.mapa{

    padding: 0rem;

}



.quadrocontato {

    background-color: #00517e;

    padding: 3rem;

}



.campoform{

    background-color: #00517e;

    color: #fff;

    font-family: 'Poppins', sans-serif; 

}



::-webkit-input-placeholder{



    color: rgba(255,255,255,1.00) !important; 

    font-weight: bold;

}



.botaoenviar{

    color: #00517e;

    font-weight: bold;

    font-family: 'Poppins', sans-serif;

}



.divisao{

    color: #fff;

    font-weight: bold;

    font-family: 'Poppins', sans-serif;

}



.linhadivisao{

    background-color: #fff;

}



.iconers{

    font-size: 21px;

    color: #fff;

    padding: 0.3rem;

}



/* FOOTER */

.footer{

    background-color: #333;

}



.titfooter{

    font-family: 'Poppins', sans-serif;

    font-weight: bold;

}



.titulofooter{

    font-family: 'Poppins', sans-serif;

    font-weight: bold;

    text-align: left;

}



.subtitulofooter{

    font-family: 'Poppins', sans-serif;

    font-weight: bold;

    text-align: left;

    font-size: 16px;

}



.textofooter{

    font-family: 'Poppins', sans-serif;

    text-align: left;  

    font-size: 16px;



}



.logofooter{

    height: 109px;

}





/* MODAL */

.titulomodal{

    font-family: 'Poppins', sans-serif;

    font-size: 2rem;

    color: #00517e;

}



.produtosimgmodal{

    align-items: center;

    height: auto;

    width: 12rem;

}

.produtosimgbigmodal{

    align-items: center;

    height: auto;

    width: 14rem;

}




/* COPYRIGHT */

.copyright{

    background-color: #99cc33;

}



/* Small devices (landscape phones, less than 768px) */

@media (max-width: 800px) { 
     /* ITENS INICIO */

    .imageminicio{

        max-width: 20rem;
        min-width: 0rem;

        height: auto;
        min-height: 0rem;
    }


    .bg-secondary {

        background-color: rgba(101, 130, 148, 1)!important;

        

    }



    .bg-primary {

        background-color: #99cc33!important;

    }



    .botaomenu{

        background-color: transparent;

    }



    .imgfundo{

        background-color: transparent !important;

    }

    

    



    /* TOPO */



    .logotopo {

        max-width: 12rem;

    }



    /* ITENS INICIO */

    .imageminicio{

        max-width: 13rem;

    }



    .textoinicio {

        font-size: 2rem;

        margin-top: 0rem;

        text-align: center !important;

    }



    /* CONTATO */

    .mapa {

        height: 17rem;

    }



    /* PRODUTOS */

    .divtextoproduto{

        display:block;

    }

    



    .produtosimg{

        width: 8rem;

    }



    .imagemmaior {

        height: 10.7rem;

    }



    .textoproduto{

        color: #666666;

        font-size: 12px;

        margin-top: 21px;

    }



    /* SOBRE */

    .textosobre {

        font-size: 1rem;

    }



    .about{

        padding: 4rem 0;

    }



    /* MODAL */



    .titulomodal {

        font-size: 1.2rem;

    }



    .titulotabela{

        font-size: 1rem;

    }


    .espacoprod{
    
        margin: 0rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    
    }

    .tlvendas{
        margin-top: -2.3rem;
    }


}