/* COR PRINCIPAL */
:root{
--cor-principal: #c6dae7;
}
    
    
    @media screen and (max-width: 767px){
    .row-fluid.banner.cheio .flexslider .slides img {
    height: auto;
    max-width: 185%;
    width: 100%;
    margin-left: 0%;
}
div#menuinsta {
    margin: 10px 0 10px;
    display: none;
}
}
    
#barraNewsletter .componente .botao {
    position: static;
    line-height: 13px;
    padding: 15px 40px;
    background-image: none;
    background: #c6dae7;
    border: none;
}
    .carrinho>a strong {
    font-size: 16px;
    margin: 3% -15%;
    line-height: 25px;
    color: #707070;
    background: #ffffff;
    border-radius: 15px;
    width: 25px;
    text-align: center;
    height: 25px;
    border: 1px solid;
}