/*
Theme Name: Shared Theme
Theme URI: https://www.roqasoft.com/
Author: Roqasoft
Author URI: https://www.roqasoft.com/
Description: Shared theme voexa brands.
Tags: private
Version: 1.1.1.1
Updated: 2024-08-30 00:00:00

*/

body{
    /*
    max-width: 100%;
    overflow-x: hidden;
    */
}

#header,
#footer
{
    display: none !important;
}
#header + hr{
    display: none !important;
}
hr:has(+ #footer){
    display: none !important;
}


/*COONTACT FORM 7*/
.wpcf7 label{
    color: white;
    font-size: 18px;
    width:100%;
}
.wpcf7 label input,
.wpcf7 label textarea
{
    margin-top: 5px;
}
.wpcf7 input.wpcf7-submit{
    background: white;
    font-weight: bold;
    color:black;
}
.gtranslate_wrapper img{
    margin-right: 10px !important;
    width: 20px;
}
@media screen and (min-width: 800px) {
    .esconder-celu {
        display:none !important;
    }
}

a.glink img{
    filter: grayscale(1);
}






/*ROQASOFT*/

.separador {
    width: 100%;
    height: 6px;
    /* float: left; */
    clear: both;
    background: linear-gradient(to right, #F58634 19%, #EF4B54 43%, #007CC2 57%, #64CFF5 81%);
}