#contact_form .text .error, .gallery p.errorsend, .gallery p.sucessosend {
    font-size: 0.9em;
    color: #920000;
    line-height: 1.6em;
}

.gallery p.sucessosend
{
    color: green;
}

@media(max-width:1600px){
    #contact_form .text .error, .gallery p.errorsend, .gallery p.sucessosend{
        font-size: 0.9em;
    }
}
@media(max-width:1360px){
    #contact_form .text .error, .gallery p.errorsend, .gallery p.sucessosend{
        font-size: 0.9em;
    }
}
@media(max-width:1024px){
    #contact_form .text .error, .gallery p.errorsend, .gallery p.sucessosend{
        font-size: 0.9em;
    }
}
@media(max-width:768px){
    #contact_form .text .error, .gallery p.errorsend, .gallery p.sucessosend{
        font-size: 0.9em;
    }
}
@media(max-width:640px){
    #contact_form .text .error, .gallery p.errorsend, .gallery p.sucessosend{
        font-size: 0.9em;
    }
}
@media(max-width:480px){
    #contact_form .text .error, .gallery p.errorsend, .gallery p.sucessosend{
        font-size: 0.8em;
    }
    
    #contact_form .text .error:last-child, .gallery p.errorsend, .gallery p.sucessosend{
        margin-bottom: 1em;
    }
}
@media(max-width:320px){
    #contact_form .text .error, .gallery p.errorsend, .gallery p.sucessosend{
        font-size: 0.8em;
    }
    
    #contact_form .text .error:last-child, .gallery p.errorsend, .gallery p.sucessosend{
        margin-bottom: 1em;
    }
}