::-webkit-scrollbar {
    width: 0px;
    height:0px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height:0px;
}
::-webkit-scrollbar-track {
    background:#FFFFFF;
    border:none;
    border-radius:10px;
}
::-webkit-scrollbar-thumb {
    background:#FFFFFF;
    border: none;
    border-radius:10px;

}
::-webkit-scrollbar-thumb:hover {
   border-radius:10px;
}



@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url("../fonts/Montserrat-Bold.otf") format("opentype");
}

html, body{
	margin:0px;
	color:#464854;
	height:100%;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	background:#FFFFFF;
	overflow-x: hidden;
}

input, button, select, textarea{
	font-family: 'Montserrat', sans-serif;
	outline: none;
}

button, select, input, textarea{
    font-family: 'Montserrat', sans-serif;
    outline:none;
}

select{
    background: #FFFFFF;
}

.topo_desktop{
        display: block;
    }

    .topo_mobile{
        display: none;
    }

.logo{
    height:50px;
    padding:15px 0px;
}

.max{
    width:90%;
    max-width: 1100px;
    display: table;
    margin:0 auto;
}

.spc_topo{
    width:240px;
}

.topo1{
    background:#FFFFFF;
    border-bottom:1px solid #F6F6F6;

}

.ico_tel{
    height:20px;
    width:20px;
    fill:#9699A8;
    border:2px solid #FFF;
    background:#FFF;
    padding:10px;
    float:left;
    border-radius:30%;
    margin-left: 10px;
}

.txt_tel{
    font-size:14px;
    font-weight: bold;
    text-align: right;
    color:#9699A8;
}

.txt_tel2{
    font-size:11px;
    text-align: right;
    color:#9699A8;
}

.txt_topo1{
    font-size:14px;
    padding:20px;
}

.ico_social{
    height:20px;
    width:20px;
    fill:#9699A8;
    border:2px solid #FFF;
    background:none;
    padding:10px;
    float:left;
    border-radius:30%;
    margin-right: 5px;
    cursor:pointer;
    transition: border 0.3s, fill 0.3s;
}

.ico_social:hover{
    fill:#770066;
    border:2px solid #CCB6CE;
}

.topo2{
    background:#FFFFFF;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}

.menu{
    display: table;
    margin:0 auto;
}

.opt{
    float:left;
    padding:20px 20px;
    font-size:14px;
    color:#9699A8;
    cursor:pointer;
    transition: color 0.3s;
}

.opt:hover{
    color:#770066;
}

.opt_up{
    float:left;
    padding:20px 15px;
    font-size:14px;
    color:#9699A8;
    cursor:pointer;
    transition: color 0.3s;
}

.opt_up:hover{
    color:#770066;
    box-shadow: 0px -4px 0px 0px #EEE inset;
}

.opt1{
    float:left;
    padding:20px 15px;
    font-size:13px;
    font-weight: bold;
    color:#770066;
    cursor:pointer;
}

.slide{
    width:100%;
    height:50%;
}

.fixo{
    width:100%;
    display: table;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 100000000000;
}

.space_topo{
    width:100%;
    display: table;
    height:140px;
    background:#FF5555;
}

.sub_opt{
    display: none;
}

.opt_up:hover .sub_opt{
    width: 240px;
    display: block;
    position: absolute;
    padding:10px 0px;
    margin-top:20px;
    margin-left:-15px;
    background:#FFFFFF;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    border-radius:0px 0px 5px 5px;
}

.opt_sub{
    padding:10px 30px;
    color:#9699A8;  
}

.opt_sub:hover{
    color:#770066;
    font-weight: bold;
    background:linear-gradient(to top, #EADFE9, #FFF, #EADFE9);
}

.bar_slide{
    background:linear-gradient(to top, #F6F6F6, #FFFFFF);
    padding:60px 0px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #EEE;
}

.img_slide{
    float:left;
    width: 100%;
}

.btn_down1{
    border:1px solid #770066;
    background:#770066;
    color:#FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding:10px 40px;
    float:left;
    margin-left:20px;
    cursor:pointer;
    border-radius:50px;
    transition: background 0.3s, color 0.3s;
}

.btn_down1:hover{
    color:#770066;
    background:none;
}

.txt_bar_slide{
    font-size:20px;
    text-align: right;
    padding:10px 0px;
    float:left;
}

.center_float{
    margin:0 auto;
    display: table;
}

.titulo1{
    font-size:30px;
    font-weight: bold;
    padding:80px 0px;
    padding-left: 20px;
    padding-bottom: 10px;
    color:#474954;
}

.titulo1a{
    font-size:14px;
    padding:80px 0px;
    padding-left: 20px;
    padding-top: 0px;
    color:#9699A8;
}

.area_acontece{
    width:33.3%;
    float:left;
    cursor: default;
}



.pad_area_acontece{
    padding:10px;
    margin:5px;
    border-radius: 5px;
    background:#FFF;
    transition: box-shadow 0.5s;
    box-shadow: 0px 0px 0px 2px #F0F0F0 inset;
}

.pad_area_acontece:hover{
    box-shadow: 0px 0px 0px 2px #770066 inset;
}

.ico_acontece{
    fill:#770066;
    width:20px;
    height:20px;
    padding:10px;
    float:left;
    transition: fill 0.5s;
}

.titulo_acontece{
    font-size:12px;
    font-weight: bold;
    color:#9699A8;
    transition: color 0.5s;
    padding:0px 10px;
}

.text_acontece{
    font-size:16px;
    padding:0px 10px;
    color:#474954;
    margin-bottom: 10px;
    font-weight: bold;
    transition: color 0.3s;
}

.pad_area_acontece:hover .text_acontece{
    color:#770066;
}


.mini_text_acontece{
    font-size:11px;
    color:#9699A8;
}

.margin_b_80{
    margin-bottom: 80px;
}

.margin_bt_80{
    margin-top: 80px;
    margin-bottom: 80px;
}

.collapse_border_bottom{
    border-bottom: 1px solid #EEEEEE;
}

.area_dois{
    width:33.3%;
    float:left;
}

.pad_area_dois{
    padding:10px;
    margin:10px;
    border-radius:5px;
    cursor:pointer;
    transition: box-shadow 0.5s;
}

.img_area_dois{
    width:100%;
    border-radius: 5px;
}


.tt_area_dois{
    background:#9699A8;
    display: table;
    padding:5px 10px;
    font-size: 12px;
    color:#FFFFFF;
    margin-bottom: 10px;
    border-radius:50px;
    transition: background 0.5s;
}

.tt2_area_dois{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
    transition: color 0.5s;
}

.pad_area_dois:hover .tt2_area_dois{
    color:#770066;
}

.pad_area_dois:hover .tt_area_dois{
    background:#770066;
}

.back_acontece1{
    background-size: cover;
    background-position: center center;
}

.rodape{
    background:#F6F6F6;
    padding:40px 0px;
}

.top_rodape{
    width:100%;
    height:1px;
    background:linear-gradient(to right,#FFF,#706,#FFF);
}


.btn_download{
    border:1px solid #770066;
    background:#770066;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding:5px 40px;
    float:left;
    cursor:pointer;
    border-radius:50px;
    transition: background 0.3s, color 0.3s;
}

.btn_download:hover{
    color:#770066;
    background:none;
}

.btn_download svg{
    fill:#FFFFFF;
    height:12px;
    width:12px;
    margin-top:2px;
    margin-right: 10px;
    margin-left: -10px;
    transition: fill 0.3s;
}

.btn_download:hover svg{
    fill:#770066;
}

.quatro_rod{
    width:33.3%;
    float:left;
}

.pad_quatro_rod{
    padding:0px 10px;
}

.logo_rod{
    width: 150px;
    filter: grayscale(1) opacity(0.5);
    margin-bottom: 20px;
}

.tt1_logo_rod{
    font-size:11px;
    color:#9699A8;
    margin-bottom: 10px;
}

.tt1_rod{
    padding:0px 10px;
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#9699A8;
    border-bottom:1px solid #DDD;
    padding-bottom: 10px;
}

.tt2_rod{
    font-size:14px;
    font-weight: bold;
    color:#9699A8;
    padding-bottom: 10px;
    padding:10px;
}

.tt2_rod2{
    font-size:14px;
    font-weight: bold;
    color:#9699A8;
    padding-bottom: 10px;
    margin-top: 20px;
    padding:10px;
}

.opt_rod{
    font-size:14px;
    color:#9699A8;
    padding:10px 10px;
    border-radius:5px;
    transition: background 0.3s, color 0.3s;
}

.opt_rod:hover{
    background:#770066;
    color:#FFF;
    cursor:pointer;
    font-weight: bold;
}

.opt_rod2{
    font-size:14px;
    color:#9699A8;
    padding:10px 10px;
    border-radius:5px;
}


.opt_rodd{
    font-size:14px;
    color:#9699A8;
    padding:10px 10px;
    border-radius:5px;
    line-height: 20px;
}

.opt_flag{
    flaot:left;
    height:24px;
    padding:15px 5px;
    filter: grayscale(1) opacity(0.3);
    cursor:pointer;
    transition: filter 0.5s;
}

.opt_flag1{
    flaot:left;
    height:24px;
    padding:15px 5px;
    cursor:pointer;
    transition: filter 0.5s;
}


.zone_flags:hover .opt_flag1{
    filter: grayscale(1) opacity(0.3);
}


.zone_flags:hover .opt_flag1:hover{
    filter: grayscale(0) opacity(1);
}

.zone_flags:hover .opt_flag:hover{
    filter: grayscale(0) opacity(1);
}


.zone_flags{
    margin-left:10px;
    float:left;
}

.ico_video{
    width:100%;
    box-shadow: 0px 2px 5px #DDD;
    border-radius:5px;
    cursor:pointer;
    transition: box-shadow 0.3s;
    margin-top: 10px;
}

.ico_video:hover{
    box-shadow: 0px 5px 10px #BBB;
}

.txt_flag{
    color:#9699A8;
    font-size: 14px;
    padding-right:10px;
}

.border_top_flag{
    border-bottom: 1px solid #EEE;
}

.slide_desktop{display: block;}
.slide_mobile{display: none;}

.area_btn_slide1{
    margin-top:-30px;
}

.area_btn_slide2{
    margin:0 auto;
    display: table;
}

.btn_sld1{
    width:30px;
    height:7px;
    background:rgba(0,0,0,0.2);
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.5);
    float:left;
    margin:5px;
    border-radius:50px;
    cursor:pointer;
}

.btn_sld1:hover{
    background:#FF6600;
}

.btn_sld2{
    width:30px;
    height:7px;
    background:#FF6600;
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.5);
    float:left;
    margin:5px;
    border-radius:50px;
    cursor:pointer;
}

.txt_conteudo{
    color:#9699a8;
    font-size:14px;
    line-height: 20px;
    padding:10px 20px;
}

.img_selos{
    width:90%;
    max-width: 400px;
    margin-top:50px;
}

.btn_assistir_video{
    margin:0 auto;
    padding:10px 20px;
    line-height: 40px;
    color:#FFFFFF;
    font-size: 20px;
    font-weight: bold;
    background:rgba(0,0,0,0.5);
    display: table;
    position: relative;
    border-radius:10px;
    cursor:pointer;
    transition: background 0.3s, color 0.3s;
}

.btn_assistir_video svg{
    fill:#FFFFFF;
    width:40px;
    height:40px;
    float:left;
    margin-right: 10px;
    transition: fill 0.3s;
}

.center_btn_assistir_video{
    margin-top:-80px;
}

.hhh:hover .btn_assistir_video svg{
    fill:#770066;
}

.hhh:hover .btn_assistir_video{
    background:#FFF;
    color:#770066;
}

.pop_video{
    width:100%;
    height:100%;
    position: fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.8);
    z-index: 999999999999999;
}

.video{
    width:800px;
    height:400px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
}

.btn_fechar_video{
    color:rgba(255,255,255,0.5);
    background:rgba(255,255,255,0.1);
    display: table;
    padding:5px 20px;
    border-radius:5px;
    margin-bottom: 5px;
    float:right;
    cursor:pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.3s ,color 0.3s;
}

.btn_fechar_video:hover{
    background:#FFFFFF;
    color:#770066;
}

.cp_dp{
    font-size:16px;
    border:1px solid #EEE;
    padding:10px;
    width: 300px;
    border-radius:5px;
    margin-bottom:20px;
    box-shadow: 0px 2px 5px #EEE inset;
}

.area_rep{
    width:33.3%;
    float:left;
}

.pad_area_rep{
    padding:10px;
    margin:10px;
    height:180px;
    border-radius:5px;
    border:2px solid #EEE;
}

.ico_rep{
    width:16px;
    padding:3px;
    padding-right: 10px;
}

.nome_rep{
    font-size:18px;
    font-weight: bold;
}

.uf_rep{
    font-size:13px;
}

.txt_rep{
    font-size:13px;
}

.area_blog{
    width:33.3%;
    float:left;
}

.pad_area_blog{
    margin:10px;
    padding:10px;
    border:1px solid #DDD;
    box-shadow: 0px 2px 5px #DDD;
    border-radius:5px;
    cursor:pointer;
    transition: box-shadow 0.5s, border 0.5s;
}

.img_blog{
    border-radius:5px;
    height:200px;
    background-size: cover;
    background-position: center center;
}

.titulo_blog{
    font-size:16px;
    color:#464854;
    font-weight: bold;
    padding-bottom:20px;
    text-transform: capitalize;
}

.data_blog{
    font-size:12px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pad_area_blog:hover{
    box-shadow: 0px 10px 10px #CCC;
}

.area_form_contato{
    width:100%;
    max-width: 500px;
}

.cp_dpp{
    font-size:16px;
    border:1px solid #DDD;
    padding:10px 5%;
    width: 90%;
    border-radius:5px;
    margin-bottom:20px;
    box-shadow: 0px 2px 5px #DDD inset;
}

.img_adobe{
    width:90%;
    max-width: 300px;
}

.ico_btn_intrucao{
    width:20px;
    float:left;
}

.ico_btn_intrucao2{
    width:20px;
    float:left;
    margin-right: 10px;
}

.quatro{
    width:33.3%;
    float:left;
}

.pad10{
    padding:10px;
}

.btn_instrucao{
    padding:10px;
    background:#770066;
    border-radius:5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    height:60px;
}

a{
    text-decoration: none;
    color:#FFFFFF;
}

.btn_instrucao:hover{
    background:#FF6600;
}


.tt_instrucao{
    display: table;
    float:left;
    width: 100%;
    padding:10px 0px;
    font-size:20px;
    font-weight: bold;
    color:#770066;
    cursor:pointer;
    border-bottom: 2px solid #EEE;
    transition: border-bottom 0.5s;
}

.tt_instrucao:hover{
    border-bottom: 2px solid #770066;
}

.esconde{
    width:100%;
    display: table;
    display: none;
}

.bar_rod{
    padding:20px 0px;
    border-top:1px solid #EEE;
    display: table;
    width: 100%;
}

.bar_rod1{
    width:30%;
    float:left;
}

.bar_rod2{
    width:40%;
    float:left;
}

.txt_avs{
    width:100%;
    max-width: 350px;
    float:right;
    font-size:12px;
    text-align: right;
    color:#770066;
    padding:10px 0px;
}

.ico_bar_rod{
    height:40px;
    margin-right: 10px;
}

.titulo_bar_rod{
    font-size:12px;
}

.titulo2_bar_rod{
    font-size:18px;
    color:#770066;
    font-weight: bold;
}

.titulo2_bar_rod2{
    font-size:18px;
    color:#770066;
    font-weight: bold;
}

.bar_rod1:hover .titulo2_bar_rod{
    text-decoration: underline;
}

.menu_produtos{
    float:left;
    width: 25%;
}

.conteudo_produtos{
    float:left;
    width:75%;
}

.tt_menu_produtos_cm{
    padding:10px;
    color:#37A7A2;
    border-bottom:1px solid #37A7A2;
    margin-bottom: 10px;
    cursor:pointer;
    transition: background 0.5s, color 0.5s;
}

.tt_menu_produtos_cm:hover{
    background:#37A7A2;
    color:#FFFFFF;
}

.opt_produtos_cm{
    color:#9699A8;
    padding:15px 10px;
    font-size: 14px;
    cursor:pointer;
    transition: padding-left 0.5s, background 0.5s, color 0.5s;
}

.opt_produtos_cm:hover{
    color:#35A5A1;
    background:#E4F4F2;
    padding-left:20px;
}

.opt_produtos_cm1{
    color:#35A5A1;
    padding:15px 10px;
    font-size: 14px;
    cursor:pointer;
    transition: padding-left 0.5s, background 0.5s, color 0.5s;
    border-left:4px solid #35A5A1;
    font-weight: bold;
    padding-left:16px;
}


.tt_menu_produtos_he{
    padding:10px;
    color:#770066;
    border-bottom:1px solid #770066;
    margin-bottom: 10px;
    cursor:pointer;
    transition: background 0.5s, color 0.5s;
}

.tt_menu_produtos_he:hover{
    background:#770066;
    color:#FFFFFF;
}

.opt_produtos_he{
    color:#9699A8;
    padding:15px 10px;
    font-size: 14px;
    cursor:pointer;
    transition: padding-left 0.5s, background 0.5s, color 0.5s;
}

.opt_produtos_he:hover{
    color:#770066;
    background:#EFDCED;
    padding-left:20px;
}

.opt_produtos_he1{
    color:#770066;
    padding:15px 10px;
    font-size: 14px;
    cursor:pointer;
    transition: padding-left 0.5s, background 0.5s, color 0.5s;
    border-left:4px solid #770066;
    font-weight: bold;
    padding-left:16px;
}




.tt_menu_produtos_hi{
    padding:10px;
    color:#1E4A96;
    border-bottom:1px solid #1E4A96;
    margin-bottom: 10px;
    cursor:pointer;
    transition: background 0.5s, color 0.5s;
}

.tt_menu_produtos_hi:hover{
    background:#1E4A96;
    color:#FFFFFF;
}

.opt_produtos_hi{
    color:#9699A8;
    padding:15px 10px;
    font-size: 14px;
    cursor:pointer;
    transition: padding-left 0.5s, background 0.5s, color 0.5s;
}

.opt_produtos_hi:hover{
    color:#1E4A96;
    background:#DAE6EA;
    padding-left:20px;
}


.opt_produtos_hi1{
    color:#1E4A96;
    padding:15px 10px;
    font-size: 14px;
    cursor:pointer;
    transition: padding-left 0.5s, background 0.5s, color 0.5s;
    border-left:4px solid #1E4A96;
    font-weight: bold;
    padding-left:16px;
}

    


.tt_menu_produtos_cm span, .tt_menu_produtos_he span, .tt_menu_produtos_hi span{
    float:right;
}

.full{
    display: none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    position: fixed;
    top:0px;
    left:0px;
    z-index:999999999999999999;
}

.fecha1{
     position: fixed;
     top:20px;
     right:20px;
     height:30px;
     z-index:9999999999999999999;
     cursor:pointer;
}

.img_produto_zoom{
    width:90%;
    max-width: 600px;
}

.img_produto_ap{
    width:100%;
    cursor:pointer;
    border-radius:5px;
}

.area_img_produto_ap2{
    float:right;
    width: 30%;
}

.ico_tela_cheia2{
    width:20px;
   display: none;
}

.area_caracteristicas_impl{
    font-size:16px;
    width: 70%;
    line-height: 30px;
}

.pad_conteudo_produtos{
    padding-left:40px;
}

.ttp_impl{
    font-size:24px;
    font-weight: bold;
}

.area_tb_info{
    width:100%;
    float:left;
}

.tt_impl2{
    margin-top:40px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.tb_inf{
    border-collapse: collapse;
    border-color:#DDD;
    border:1px solid #DDD;
    font-size:12px;
    text-align: center;
}

.txt_tb{
    text-align: center; 
    font-size:12px;
    font-weight: bold;
}

.tt_brocas{
    font-size:12px;
    font-weight: bold;
}

.img_broca_impl{
    height:80px;
}

.desk{display: block;}
.mobile{display: none;}

.tb_inf_not_border{
    text-align: center;
}


.micro_tt{
    margin-top: 20px;
    font-size:11px;
}

.img_chave_cp{
    height:50px;
}

.mini_txt{
    font-size:14px;
}

.conexao{
    height:20px;
    float:left;
    margin-top:4px;
    margin-right:5px;
}

.ncm{
    height:40px;
}

ul{
    padding: 0px;
    padding-left:20px;
}

.list_menu{
    display: none;
}








































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

.opt{
    padding:20px 10px;
    font-size:13px;
}

.opt1{
    padding:20px 10px;
    font-size:13px;
}

.opt_up{
    padding:20px 10px;
    font-size:13px;
}

}


@media screen and (max-width:980px){
    .area_rep{
        width:50%;
    }

    .area_blog{
        width:50%;
    }

    .quatro{
        width:50%;
    }
}

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

.bar_rod1{
    width:50%;
}

.bar_rod2{
    width: 100%;
}

.txt_avs{
    width: 80%;
    float: none;
    text-align: left;
    padding-top:40px;
}

    .topo_desktop{
        display: none;
    }

    .topo_mobile{
        display: block;
    }

    .area_dois{
        width:50%;
        margin-bottom: 20px;
    }

    .area_acontece{
        width:50%;
    }

    .txt_bar_slide{
        font-size:22px;
        text-align: center;
        float:none;
    }

    .btn_down1{
        margin-top:10px;
        margin-left: 0px;
    }

    .video{
        width:580px;
        height:300px;
    }

    .topo_mb{
        display: table;
        width: 100%;
        background:#FFFFFF;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    }

    .topo_mb2{
        display: table;
        width: 100%;
        background:#FFFFFF;
        border-bottom:1px solid #EEE;
    }

    .logo{
        height:40px;
        float:left;
    }

    .icoo_menu{
        float:right;
        height:30px;
        padding:20px 10px;
    }

    .space_topo{
        height:70px;
        background:#FFFFFF;
    }

    .menu_mob{
        position: fixed;
        top:0px;
        left:0px;
        z-index: 99999999999999999999999999;
        width:100%;
        height:100%;
        background:#FFF;
        display: none;
    }

    .opt{
        float: none;
        font-size:16px;
        padding:15px 20px;
        border-bottom: 1px solid #EEE;
    }

    .topo_icons_mb{
        background:#FFFFFF;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
        margin-bottom: 10px;
    }

    .ico_social{
        margin-left:10px;
        margin-right: 0px;
        padding-right:0px;
        fill:#9699A8;
    }

    .ico_social:hover{
        fill:#9699A8;
        border:2px solid #FFF;
    }

    .zone_tel{
        margin-right:20px;
        padding:15px 0px;
    }

    .hover_menu_mob{
        width:100%;
        height:100%;
        overflow-y: auto;
    }

}



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

.btn_download{
    padding:10px 0px;
    width: 100%;
}

.quatro{
    width:100%;
}

.area_blog{
    width:100%;
    float:none;
}

.area_rep{
    width:auto;
    float:none;
}

.pad_area_rep{
    height:auto;
}

.uf_rep{
    margin-bottom: 20px;
}

#estados{
    width:100%;
    padding:10px 5%;
}


.desk{display: none;}
.mobile{display: block;}

.area_img_produto_ap2{
    width:100%;
    float:left;
}

.area_caracteristicas_impl{
    width:100%;
}

.menu_produtos{
    width:100%;
    float:none;
}

.bar_rod1{
    width:100%;
    padding:20px 0px;
}

.bar_rod2{
    width: 100%;
}

    .slide_desktop{display: none;}
    .slide_mobile{display: block;}

    .area_dois{
        width:100%;
        margin-bottom: 20px;
    }

    .area_acontece{
        width:100%;
    }

    .quatro_rod{
        width:100%;
        float:none;
        margin-bottom: 20px;
    }

    .titulo1{
        font-size:24px;
        padding:40px 0px;
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .titulo1a{
        font-size:14px;
        padding:40px 0px;
        padding-left: 20px;
        padding-top: 0px;
        color:#9699A8;
    }

    .margin_b_80{
        margin-bottom: 40px;
    }

    .txt_bar_slide{
        font-size:22px;
        text-align: center;
        float:none;
    }

    .btn_down1{
        padding:10px 0px;
        width: 90%;
        margin:0px 5%;
        margin-top:10px;
    }

    .btn_assistir_video{
        font-size:16px;
    }

    .video{
        width:100%;
        height:300px;
    }

    .video_area{
        width:90%;
    }

    .txt_avs{
        padding-top: 10px;
    }

}