                /*controla MENU RESPONSIVE*/
/*MENU RESPONSIVE fica no DIV class main_top_respons*/
/*MENU DESKTOP fica no DIV class main_top*/
.main_top_respons{ /*desativa MENU Responsive*/
    display:none;
}

.endereco_full{
    /*display:none;*/
    font-size: .95em;
}

.endereco_resp{
    display:none;    
}

.bg_topo{
    /*background-image: url(../../../themes/2020/images/bg-topo.png);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right; 
    min-height: 500px;
}

/*MENU INST*/
.menu_top{
    display: block; 
    float: left;
    margin: 0 auto; 
    width: 100%;
    font-size: .75em;
    /*background: rgba(255, 242, 0, .9);*/
}

.menu_top a{ 
    font-size: .75em;
    color: #EFEFEF;
    /*font-weight: bold;*/
    margin: 0 1.8em;
}

.menu_top a:hover{ 
    font-size: .75em;
    color: #FFF;
    /*font-weight: bold;*/
    margin: 0 1.8em;
}

.topo{
    display: block; 
    float: left;
    padding: 0px 0; 
    margin: 0 10%; 
    width: 80%; 
    max-width: 1200px; 
    /*height: 100%;*/
    /*background-color: #fff200;*/
}

.logo{
    display: inline-table;
    width: 10%;
    margin: 1em 45%;
}

.logo_int{
    display: inline-table;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0;
    /*border: 1px solid red;*/
}

.boxes-hm{
    float: left;
    width: 30%; 
    margin-right: 5%;
    display: block;
    text-align: center;
}

.boxes-hm h1, .boxes-hm p{
    float: left;
    width: 100%; 
    margin: 0;
    display: block;
    text-align: left;
}

.boxes-hm .img{
    float: left;
    width: 30%; 
    margin-right: 5%;
    display: block;
}

.apoios{
    float: left;
    width: 30%; 
    margin-right: 5%;
    display: block;
    text-align: center;
}

.apoios h1{
    float: left;
    width: 100%; 
    margin: 0;
    display: block;
    text-align: center;
}

.apoios .img{
    display: inline-table;
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 1em;
    /*margin-bottom: 2em;*/
}

.userForm {
    overflow-x: hidden;
}

.user-drawer1 {
    position: fixed;
    width: 500px;
    cursor: pointer;

    -moz-border-radius: 10px !important; /* Firefox */; 
    -webkit-border-radius: 10px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 10px !important; /* KHTML */; 

    background-color: #f1625b;
    padding: .6em 1em .8em .5em;

    top: 10em;
    z-index: 9500;


    min-height: 35px;
    margin-top: .3em;
    margin-bottom: .42em;
    margin-left:auto;
    left: 50%;
    transition:right 1s;
}

.user-drawer2 {
    position: fixed;
    width: 500px;
    cursor: pointer;

    -moz-border-radius: 10px !important; /* Firefox */; 
    -webkit-border-radius: 10px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 10px !important; /* KHTML */; 

    background-color: #ffa954;
    padding: .6em 1em .8em .5em;

    top: 12em;
    z-index: 9500;


    min-height: 35px;
    margin-top: 1em;
    margin-bottom: .5em;
    margin-left:auto;
    left: 98%;
    transition:left 1s;
}

.user-drawer3 {
    position: fixed;
    width: 500px;
    cursor: pointer;

    -moz-border-radius: 10px !important; /* Firefox */; 
    -webkit-border-radius: 10px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 10px !important; /* KHTML */; 

    background-color: #ffd052;
    padding: .6em 1em .8em .5em;

    top: 14.6em;
    z-index: 9500;


    min-height: 35px;
    margin-top: 1em;
    margin-bottom: .5em;
    margin-left:auto;
    left: 98%;
    transition:left 1s;
}



.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}
.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
@-webkit-keyframes slide-in {
    100% {
        left: 0;
    }
}
@keyframes slide-in {
    100% {
        left: 0;
    }
}
@-webkit-keyframes slide-out {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@keyframes slide-out {
    0% {
        left: 0;
    }
    100% {
        left:100%;
    }
}   


.menu_right_face{
   position: fixed;
    top: .5em;
    right: 10px;
    z-index: 9500;
    cursor: pointer;
    width: 25px;
    padding: 0;


/*    -moz-border-radius:20px !important;  Firefox ; 
    -webkit-border-radius: 20px !important;  Safari, Chrome ; 
    -khtml-border-radius: 20px !important;  KHTML ; */

    /*background-color: #f1655e;*/

}    

.menu_right_insta{
   position: fixed;
    top: 2.5em;
    right: 10px;
    z-index: 9500;
    cursor: pointer;
    width: 25px;
    padding: 0;


/*    -moz-border-radius:20px !important;  Firefox ; 
    -webkit-border-radius: 20px !important;  Safari, Chrome ; 
    -khtml-border-radius: 20px !important;  KHTML ; */

    /*background-color: #f1655e;*/

}    

.menu_right_redes img{
    width: 24px;
    margin: .3em;
}

.menu_right_inscr{
    position: fixed;
    top: 10em;
    right: -250px;
    z-index: 9500;
    cursor: pointer;
    width: 300px;
    padding: .8em 1em .6em 1em;


    -moz-border-radius:20px !important; /* Firefox */; 
    -webkit-border-radius: 20px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 20px !important; /* KHTML */; 

    background-color: #f1655e;

}    

.menu_right_contato{
    position: fixed;
    top: 13.3em;
    right: -250px;
    z-index: 9500;
    /*cursor: pointer;*/
    width: 300px;

    padding: .8em 1em .6em 1em;

    -webkit-transition: all 0.145s ease-out;
    -moz-transition: all 0.145s ease-out;
    -ms-transition: all 0.145s ease-out;
    transition: all 0.145s ease-out;


    -moz-border-radius:20px !important; /* Firefox */; 
    -webkit-border-radius: 20px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 20px !important; /* KHTML */; 

    background-color: #fbba79;

}    

.menu_right_local{
    position: fixed;
    top: 16.7em;
    right: -250px;
    z-index: 9500;
    /*cursor: pointer;*/
    width: 300px;

    padding: .8em 1em .6em 1em;

    -webkit-transition: all 0.145s ease-out;
    -moz-transition: all 0.145s ease-out;
    -ms-transition: all 0.145s ease-out;
    transition: all 0.145s ease-out;


    -moz-border-radius:20px !important; /* Firefox */; 
    -webkit-border-radius: 20px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 20px !important; /* KHTML */; 

    background-color: #fbd572;

}    

.banner-home{
    display: block; 
    float: left;
    padding: 50px 0; 
    margin: 0 10%; 
    width: 80%; 
    /*max-width: 1200px;*/  
    /*background-color: pink;*/
}


.menu_interno_conteudo h1{
    color: #888;
    font-size: 1em;
    margin-bottom: 10px;
}

.menu_interno_conteudo .bullet_verm{
    font-size: 1em;
    color: #BB3732;
    margin: 0 .625em 0 0.5em;
}

.bullet_verm_logo{
    font-size: 1.5em;
    color: #BB3732;
    margin: 0 .2em 0 0.2em;
}

.bullet_verm{
    font-size: .750em;
    color: #BB3732;
    margin: 0 .625em 0 0.5em;
}

.menu_interno{
    display: block; 
    margin: 0 auto; 
    width: 100%; 
    /*height: 100%;*/
    background: rgba(233, 228, 187, .6);
}


.main_menu_content{
    position: relative;
    display: block; 
    padding: 0;
    margin: 0 10%; 
    width: 80%; 
    max-width: 1200px; 
    height: 100%;
    z-index: 888888;
}


/*FORM LOGIN*/
.login_form{
    /*float: right;*/
    width: 90%;
    /*padding-left: 5%;*/
}

.login_form .titulo{
    display: block;
    width: 100%;
    font-size: 1em;
    /*font-weight: bold;*/
    margin-top: 15px;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    /*border: 1px solid;*/
}

.login_form .titulo_sub{
    display: block;
    width: 100%;
    /*font-size: .875em;*/
    /*font-weight: bold;*/
    margin-left: 50px;
    /*margin-top: 15px;*/
    margin-bottom: 2px;
    padding: 5px;
    /*background-color: #EFEFEF;*/
    /*border: 1px solid;*/
}

.login_form .titulo_sub label{
    font-weight: bold;
}
.login_form .titulo_sub2{
    margin-left: 50px;
}
.login_form .titulo_sub2 label{
    font-weight: bold;
    /*margin-left: 50px;*/
}
.login_form label{
    display: block;
    width: 100%;
    /*font-weight: bold;*/
    margin-top: 10px;
    margin-bottom: 2px;
}

.login_form span{
    font-size: 0.875em;
    /*display: block;*/
    text-transform: uppercase;
    font-weight: 600;
}

.login_form .medium{
    /*float: left;*/
    width: 48%;
    margin-right: 4%;
}

.login_form input,  
.login_form textarea
{
    /*width: 95%;*/
    border: none;
    background: #efefef;
    padding: 10px;
    font-family: 'Arial', sans-serif;
}

.login_form textarea
{
    width: 100%;
}

.login_form .btn{
    border: none;
    background: #5b7592;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    float: left;
    margin-top: 10px;
    cursor: pointer; 
    color: #fff;
}

.login_form .btn:hover{
    background: #d12a3c;
}

.login_form img{
    width: 16px;
}

.form_load{
    float: right;
    width: 2em;
    margin-top: 5px;
    margin-left: 1px;
    display: none;
}

/*FALE CONOSCO*/
.contato_form{
    /*float: right;*/
    width: 90%;
    /*padding-left: 5%;*/
}

.contato_form label{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.contato_form span{
    font-size: 0.875em;
    /*display: block;*/
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.contato_form .medium{
    float: left;
    width: 48%;
    margin-right: 4%;
}

/*.contato_form .small{
    display: inline-block;
    width: 20%;
    margin-left: 30px;
}*/

.contato_form .medium:first-of-type{
    /*margin-right: 4%;*/
}

.contato_form input,    
.contato_form textarea
{
    width: 95%;
    border: none;
    background: #FFF;
    border: 1px solid #DDD;
    -moz-border-radius:5px !important; /* Firefox */; 
    -webkit-border-radius: 5px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 5px !important; /* KHTML */; 
    color: #2d9fc4;

    padding: 10px;
    font-family: 'Arial', sans-serif;
}
/*
.contato_form .btn{
    border: none;
    background: #c11b2d;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    float: right;
    margin-top: 10px;
    cursor: pointer; 
    color: #fff;
}

.contato_form .btn:hover{
    background: #d12a3c;
}

.contato_form img{
    width: 16px;
}
*/

.contato_form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC;
    opacity: 1; /* Firefox */
    font-size: .75em;  
}

.contato_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
    font-size: 1em;  
    font-size: .75em;  
}

.contato_form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC;
    font-size: 1em;  
    font-size: .725em;  
}



/*FOOTER*/
.footer_home{
    display: inline-block;
    /*position:absolute;*/
    /*bottom:0;*/
    width:100%;
    /*height:120px;    Height of the footer */
    /*background: rgba(22, 40, 91, .6);*/
    background: #16285b;
    border-top: 1px solid #fff200;
}



.footer_interno{
    position: absolute;
    width:100%;
    height:120px;   /* Height of the footer */
    background: rgba(233, 228, 187, .6);
    margin-top: 130px;
    text-align: center;
    /*border-top: 1px solid #000;*/
}


.botao_areas{
    /*background-color: #83c247;*/ 
    color: #FFFFFF;
    font-weight: bold; 
    padding: 20px 5px; 
    -moz-border-radius:13px 13px 0 0 !important; 
    -webkit-border-radius: 13px 13px 0 0 !important; 
    -khtml-border-radius: 13px 13px 0 0 !important;  
    border-radius: 13px 13px 0 0 !important;
}

.botao_areas_select{
    /*background-color: #e9fecd;*/ 
    color: #FFFFFF;
    font-weight: bold; 
    padding: 20px 5px !important; 
    -moz-border-radius:13px 13px 0 0 !important; 
    -webkit-border-radius: 13px 13px 0 0 !important; 
    -khtml-border-radius: 13px 13px 0 0 !important;  
    border-radius: 13px 13px 0 0 !important;

}

/*FORM FICHA INSCRIÇÃO*/
.inscricao_form{
    width: 100%;    
}

.inscricao_form label{
    display: inline-table;
    width: 100%;
    font-weight: bold;
    text-align: left;
    /*margin-top: 10px;*/
    /*margin-bottom: 2px;*/
    /*margin-right: 2%;*/
    margin: 1em 0 0 0;
}



.inscricao_form span{
    font-size: 0.875em;
    /*display: block;*/
    /*text-transform: uppercase;*/
    text-align: left;
    font-weight: 600;
}

.inscricao_form .medium{
    float: left;
    width: 48%;
}

.inscricao_form input,  
.inscricao_form textarea,
.inscricao_form select
{
    width: 90%;
    background: #FFF; 
    border: 1px solid #999; 
    -moz-border-radius:5px !important; /* Firefox */; 
    -webkit-border-radius: 5px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 5px !important; /* KHTML */; 
    padding: .5em;
    margin: .5em 0 0 0;
    font-family: 'Arial', sans-serif;

}

.inscricao_form select
{
    border: 1px solid #999; 
    -moz-border-radius:5px !important; /* Firefox */; 
    -webkit-border-radius: 5px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 5px !important; /* KHTML */; 
    background: #fff;
    padding: 10px;
    font-family: 'Arial', sans-serif;

}


/*.inscricao_form input:required, 
.inscricao_form select:required,
.inscricao_form textarea:required {
    background: #efefef; 
    border: 0px solid red; 
    -moz-border-radius:5px !important;  Firefox ; 
    -webkit-border-radius: 5px !important;  Safari, Chrome ; 
    -khtml-border-radius: 5px !important;  KHTML ; 
    border-radius: 5px !important;  CSS3 
}*/

.inscricao_form input[type=radio]
{
    background: #c90; 
}


/*.inscricao_form img{
    width: 40%;
    margin: 10% 30%;
    text-align: center !important;

}*/


/*FORM LEADS HOME*/
.leads_form{
    width: 100%;    
}

.leads_form label{
    display: inline-table;
    width: 22%;
    font-weight: bold;
    text-align: left;
    /*margin-top: 10px;*/
    /*margin-bottom: 2px;*/
    /*margin-right: 2%;*/
    margin: .5em 0;
}

.leads_form span{
    font-size: 0.875em;
    /*display: block;*/
    text-transform: uppercase;
    font-weight: 600;
}

.leads_form .medium{
    float: left;
    width: 48%;
}

.leads_form input,  
.leads_form select,  
.leads_form select option
{
    width: 48%;
    background: #f87069; 
    border: 0px solid #999; 
    -moz-border-radius:1px !important; /* Firefox */; 
    -webkit-border-radius: 1px !important; /* Safari, Chrome */; 
    -khtml-border-radius: 1px !important; /* KHTML */; 
    padding: .5em;
    margin: .5em 0;
    font-family: 'Arial', sans-serif;
    color: #FFF;
}


.leads_form .btn{
    border: none;
    background: #fec779;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    /*float: left;*/
    margin-top: 10px;
    cursor: pointer; 
    color: #000;
    text-align: center;
    width: 12em;
}


.leads_form .btn:hover{
    background: #fcd9a8;
}

.leads_form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fee8e7;
    opacity: 1; /* Firefox */
    font-size: .725em;  
}

.leads_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fee8e7;
    font-size: 1em;  
    font-size: .725em;  
}

.leads_form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fee8e7;
    font-size: 1em;  
    font-size: .725em;  
}

.leads_form .placeholder { 
    color: #fee8e7;
    opacity: 1; /* Firefox */
    font-size: .725em;  
    padding: .85em 0;
}

.ico_invertido{
    width: 1.3em;
    margin-right: .625em;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /*filter: FlipH;*/
    -ms-filter: "FlipH";
}

.tabela{
    display: inline-table;
    width: 100%; 
    line-height: 3em; 
    top: 50%;
}

.tabela_radio{
    display: inline-block;
    float: left;
    width: 3%; 
    margin-right: 0%;
    margin-left: 0%;
    vertical-align: middle;
    padding: .7em 0;
    /*border-bottom: 1px solid #538d53;*/
}

.tabela_descr{
    display: inline-block;
    float: left;
    width: 35%; 
    margin-right: 0%;
    margin-left: 0%;
    vertical-align: middle;
    padding: 1em;
    border-bottom: 1px solid #538d53;

}

.tabela_valores{
    display: inline-block;
    /*height: 100%;*/
    /*line-height: 3em;*/
    float: left;
    /*width: 15%;*/ 
    width: 15%; 
    margin-right: 0%;
    margin-left: 0%;
    /*margin-bottom: 1%;*/
    vertical-align: middle;
    padding: 1em;
    text-align: center;
    border-bottom: 1px solid #538d53;

}

.tab-content{
    overflow-x: scroll;
}

.sidebar__block {
    height: 100%;
    width: 100%;
    overflow-x: auto;
    /*margin-bottom: -20px;*/
    /*background-color: yellow;*/
    border: 1px solid #2c9ec7;
}

.images__gallery {
    display: -webkit-box;
    display: flex;
    /*padding-right: 5px;*/
    /*margin: 3px;*/
    min-width: 700px;
    overflow-y: hidden;
    /*margin-bottom: -50px;*/
    padding: .1em .5em;
}

.images__gallery-item {
    /*overflow: hidden;*/
    position: relative;
    padding: 1%;
    flex-basis: 50%;
    height: 100%;
    /*margin: 3px;*/
    /*border: 1px solid #dae2e4;*/
    white-space: nowrap;
}

.images__gallery-descr {
    /*overflow: hidden;*/
    position: relative;
    padding: 1%;
    flex-basis: 100%;
    /*height: 100%;*/
    /*margin: 3px;*/
    /*border: 1px solid #dae2e4;*/
    text-align: left;

}

.images__gallery-radio {
    /*overflow: hidden;*/
    position: relative;
    padding: 1%;
    flex-basis: 7%;
    /*height: 25vw;*/
    /*margin: 3px;*/
    /*border: 5px solid #dae2e4;*/
    /*vertical-align: top;*/
    /*margin-bottom: 1px;*/
}
/*}*/


/*INI -- MENU SUPERIOR*/
.topo_bg{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 5px;
    margin: 0 auto;
    max-height: 8em;
    background-color: rgba(255,255,255,0.9);
}

.topo{
    float: left; 
    width: 90%; 
    height: 100%;
    display: block;
    margin: auto 5%;
}


.menutop {
    height: 100%;
    width: 100%;
    overflow-x: auto;
    margin-top: 1em;
    /*background-color: red;*/
    /*vertical-align: baseline;*/
}

.menutop_int {
    display: -webkit-box;
    display: block;
    /*padding-right: 5px;*/
    /*margin: 3px;*/
    /*min-width: 1200px;*/
    overflow-y: hidden;
    /*margin-bottom: -50px;*/
    /*padding-bottom: 50px;*/
}

.menutop-item {
    /*overflow: hidden;*/
    position: relative;
    /*padding: .5em;*/
    /*flex-basis: 32%;*/
    height: 100%;
    /*margin: 3px;*/
    /*border: 1px solid #dae2e4;*/
    white-space: nowrap;
    text-align: center;
    /*margin-right: 2em;*/
    background-color: #008000;
    margin: 0 auto;
    font-size: .75em;
    text-transform: uppercase;
    margin-right: 25px;
}

.menutop-item:last-of-type {
    /*margin-right: 0;*/    
}

.menutop-item a {
    display:block; 
    /*float: left;*/
    color: red;
    font-size: .75em;
    font-weight: 600;
}
/*FIM -- MENU SUPERIOR*/

                /*// FORM RIGHT                */
                .form_right {
                    position: fixed;
                    width: 27%;
                    height: 100%;
                    min-height: 100%;
                    line-height: 7px;
                    display: block;
                    top: 0px;
                    right: 0px;
                    padding: 15px;
                    /*background: rgba(241, 98, 91, 1);*/
                    z-index: 999999;
                }

@media only screen and  (max-width: 667px) {

    .inscricao_form input,
    .inscricao_form textarea
    {
        width: 95%;
        background: #FFF;
        border: 1px solid #999;
        -moz-border-radius:5px !important; /* Firefox */;
        -webkit-border-radius: 5px !important; /* Safari, Chrome */;
        -khtml-border-radius: 5px !important; /* KHTML */;
        padding: .5em;
        margin: .5em 0;
        font-family: 'Arial', sans-serif;

    }


    .nav ul {/* FORMATA O MENU SUPERIOR (ÁREA DE DENTRO) */
        /*border-radius: 0 0 6px 6px;*/
        background: #538d53; /*BG do menu DESKTOP E MOBILE*/
        font-size: .75em;
        color: #fff;
    }
    
     .logo{
        display: inline-table;
        width: 30%;
         margin: 1em 35%;
    }

    .logo_int{
        display: inline-table;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 0;
        /*border: 1px solid red;*/
    }

    .boxes-hm{
        float: left;
        width: 80%; 
        margin-left: 10%;
        margin-right: 10%;
        display: block;
        text-align: center;
        margin-bottom: 3em;

    }

    .boxes-hm h1, .boxes-hm p{
        float: left;
        width: 100%; 
        margin: 0;
        display: block;
        text-align: center;
    }

    .boxes-hm .img{
        display: inline-table;
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 0;
    }

    .apoios{
        float: left;
        width: 33%; 
        margin-right: 0%;
        margin-left: 0%;
        display: block;
        text-align: center;
        margin-bottom: 3em;
    }

    .apoios h1{
        float: left;
        width: 100%; 
        margin: 0;
        display: block;
        text-align: center;
    }

    .apoios .img{
        display: inline-table;
        width: 90%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1em;
        /*margin-bottom: 2em;*/
    }

    .leads_form input,  
    .leads_form select,  
    .leads_form select option
    {
        width: 95%;
        background: #f87069; 
        border: 0px solid #999; 
        -moz-border-radius:1px !important; /* Firefox */; 
        -webkit-border-radius: 1px !important; /* Safari, Chrome */; 
        -khtml-border-radius: 1px !important; /* KHTML */; 
        padding: .5em;
        margin: .5em 0;
        font-family: 'Arial', sans-serif;
        color: #FFF;
    }


    .leads_form .btn{
        border: none;
        background: #fec779;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.875em;
        /*float: left;*/
        margin-top: 10px;
        cursor: pointer; 
        color: #000;
        text-align: center;
        width: 12em;
    }


    /*// FORM RIGHT                */
    .form_right {
        /*position: fixed;*/
        width: 70%;
        height: 100%;
        min-height: 100%;
        line-height: 7px;
        display: block;
        top: 0px;
        right: 0px;
        padding: 15px;
        /*background: rgba(241, 98, 91, 1);*/
        z-index: 999999;
    }
}

@media only screen and  (max-width: 375px) {

    .nav ul {/* FORMATA O MENU SUPERIOR (ÁREA DE DENTRO) */
        /*border-radius: 0 0 6px 6px;*/
        background: #538d53; /*BG do menu DESKTOP E MOBILE*/
        font-size: 1.2em;
        color: #fff;
    }

    .logo{
        display: inline-table;
        width: 40%;
        margin: 1em 30%;
    }

    .logo_int{
        display: inline-table;
        width: 70%;
        margin-left: 18%;
        margin-right: 13%;
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 0;
        /*border: 1px solid red;*/
    }

    .boxes-hm{
        float: left;
        width: 90%; 
        margin-left: 5%;
        margin-right: 5%;
        display: block;
        text-align: center;
        margin-bottom: 3em;

    }

    .boxes-hm h1, .boxes-hm p{
        float: left;
        width: 100%; 
        margin: 0;
        display: block;
        text-align: center;
    }

    .boxes-hm .img{
        display: inline-table;
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 0;
    }

    .apoios{
        float: left;
        width: 90%; 
        margin-right: 5%;
        margin-left: 5%;
        display: block;
        text-align: center;
        margin-bottom: 3em;
    }

    .apoios h1{
        float: left;
        width: 100%; 
        margin: 0;
        display: block;
        text-align: center;
    }

    .apoios .img{
        display: inline-table;
        width: 60%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1em;
        /*margin-bottom: 2em;*/
    }

    .leads_form input,  
    .leads_form select,  
    .leads_form select option
    {
        width: 95%;
        background: #f87069; 
        border: 0px solid #999; 
        -moz-border-radius:1px !important; /* Firefox */; 
        -webkit-border-radius: 1px !important; /* Safari, Chrome */; 
        -khtml-border-radius: 1px !important; /* KHTML */; 
        padding: .5em;
        margin: .5em 0;
        font-family: 'Arial', sans-serif;
        color: #FFF;
    }


    .leads_form .btn{
        border: none;
        background: #fec779;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.875em;
        /*float: left;*/
        margin-top: 10px;
        cursor: pointer; 
        color: #000;
        text-align: center;
        width: 12em;
    }


}

