section#testimonials {
    display: none;
}

#cabecalho.fixed {

    background: #d80d39;
 
}


#cabecalho .support .support-items .redes-sociais i {
    color: #ffffff;
    background-color: #fcaa00 !important;
}




.Pixtarja .txtPix {
    display: none;
    position: absolute;
    color: #8b8b8b;
    font-weight: 700;
    width: max-content;
    padding: 8px;
    margin-top: -26px;
    margin-left: 5px;
    border-radius: 30px;
    box-shadow: 4px 3px 7px 0 #ccc;
}
 
.Pixtarja:hover .txtPix {
    display: block;
}
 
.Pixtarja.active .txtPix {
    display: block;
}
 
 
.Pixtarja {
    display: flex;
    width: max-content;
}
 
.Pixtarja .txtPix {
    display: none;
}
.Tarjapix {
    display: none;
}
 
@media(max-width: 800px) {
    .Tarjapix {
        display: block;
    }
 
    .Pixtarja {
        display: none !important;
    }
}
 
.Pixtarja {
    display: block;
}
 
.Tarjapix .textoPix {
    display: none;
    position: relative;
    color: #8b8b8b;
    text-align: center;
    font-weight: 700;
    width: auto;
    padding: 8px;
    margin-top: -26px;
    margin-left: 5px;
    border-radius: 30px;
    box-shadow: 4px 3px 7px 0 #ccc;
}
 
 
.Tarjapix.active .textoPix {
    display: block;
} 


.modal-modalNewsletter .fancybox-skin {
   background: transparent url('') no-repeat center;
}

.instagram-fixo {
position: fixed;
bottom:175px;
right:15px;
z-index: 999;
}
