@media screen and (max-width: 767px){
    .float-contact {
       display: inherit !important;
    }
    
    #modalContato{
        width: 95% !important;
    }
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: #204c8a;
    border-radius: 0;
    color: #fff;
    height: 42px;
    border: solid 2px #204c8a;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.flex-direction-nav li a {
    width: 50px;
    height: 50px;
    background: 0 0;
    font-size: 0;
    margin-top: -25px;
    background: #204c8a;
}

#cabecalho .carrinho .qtd-carrinho {
    position: absolute;
    top: 0;
    right: -2px;
    width: 22px;
    height: 22px;
    background: #204c8a;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border: solid 0 #000;
    display: block!important;
    margin: 0 2px;
}

#cabecalho .actions>li:hover .total-cart, #cabecalho .actions>li:hover a {
    color: #204c8a;
}

.float-contact .float-open {
    background: #204c8a;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    
} 
    .scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 2rem;
    background: #204c8a;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 0;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:after, #barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:before {
    color: #204c8a;
    fill: #204c8a;
}