
    
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap');html,body{font-family: 'Montserrat' !important;}


.text-alert-green{
    color: #36C555;
    font-weight: 650;
}


.image-center{
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 769px){
    .image-center{
        width: 90%;
    }
}

.warning_geral {display: block;background: rgba(212, 12, 24, 0.2);color: #d40c18;padding: 20px;text-align: center;text-transform: uppercase;font-weight: 900;margin: 100px auto;}

.wrap_tagsrodape{ 
    color: #000000; 
    background-color: #FFFFFF; 
    display: table;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 0 0;
    font-style: italic;
}

    
    .wrap_bc .estilo1 { padding:0 10px; display: block; width: 100%; background: rgba(255, 255, 255, 1);float: left;margin: 6px 0 0 0;line-height: 40px;font-style: italic;font-weight: 300;    text-transform: uppercase;border-radius: 4px;}
    .wrap_bc .estilo1 a{ height: 40px;display: inline-block; font-size: 14px; padding: 0 10px; color: rgba(255, 255, 255, 1); background: rgba(42, 124, 182, 1); -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease; }
    .wrap_bc .estilo1 a:hover{ color: rgba(214, 240, 255, 1) !important; }
    .wrap_bc .estilo1 .triangle { font-size: 10px; font-style: normal; padding: 0px; }

    .wrap_bc .estilo2 { overflow:hidden; padding:0px; display: block; width: 100%; background: rgba(255, 255, 255, 1);float: left;margin: 6px 0 0 0;line-height: 40px;font-style: italic;font-weight: 300;    text-transform: uppercase;border-radius: 4px;}
    .wrap_bc .estilo2 a {font-size: 14px;padding: 0 0 0 10px;color: rgba(255, 255, 255, 1);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;height: 40px;background: rgba(42, 124, 182, 1);display: inline-block;border: none;-moz-border-radius-topleft: 0px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomleft: 0px;-moz-border-radius-bottomright: 20px;-webkit-border-top-left-radius: 0px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-left-radius: 0px;-webkit-border-bottom-right-radius: 20px;border-top-left-radius: 0px;border-top-right-radius: 20px;border-bottom-left-radius: 0px;border-bottom-right-radius: 20px;padding: 0 40px 0 40px;margin: 0 -20px 0 0;-moz-box-shadow: 4px 0px 4px rgba(0,0,0,0.6);-webkit-box-shadow: 4px 0px 4px rgba(0,0,0,0.6);box-shadow: 4px 0px 4px rgba(0,0,0,0.6);position: relative;}
    .wrap_bc .estilo2 a.zindex20{z-index:20;}.wrap_bc .estilo2 a.zindex19{z-index:19;}.wrap_bc .estilo2 a.zindex18{z-index:18;}.wrap_bc .estilo2 a.zindex17{z-index:17;}.wrap_bc .estilo2 a.zindex16{z-index:16;}.wrap_bc .estilo2 a.zindex15{z-index:15;}.wrap_bc .estilo2 a.zindex14{z-index:14;}.wrap_bc .estilo2 a.zindex13{z-index:13;}.wrap_bc .estilo2 a.zindex12{z-index:12;}.wrap_bc .estilo2 a.zindex11{z-index:11;}.wrap_bc .estilo2 a.zindex10{z-index:10;}.wrap_bc .estilo2 a.zindex9{z-index:9;}.wrap_bc .estilo2 a.zindex8{z-index:8;}.wrap_bc .estilo2 a.zindex7{z-index:7;}.wrap_bc .estilo2 a.zindex6{z-index:6;}.wrap_bc .estilo2 a.zindex5{z-index:5;}.wrap_bc .estilo2 a.zindex4{z-index:4;}.wrap_bc .estilo2 a.zindex3{z-index:3;}.wrap_bc .estilo2 a.zindex2{z-index:2;}.wrap_bc .estilo2 a.zindex1{z-index:1;}
    .wrap_bc .estilo2 a:hover{ color: rgba(214, 240, 255, 1) !important; }
    .wrap_bc .estilo2 .triangle { display:none; }





















.wrap_facaja{display:table;margin:0 auto 40px auto;position:relative;}

.wrap_facaja .bt_facaja{
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    transition: all 1.0s ease;
    overflow: hidden;
    font-weight: 400;
    display: table;
    border: none;
    color: #fff !important;
    border-radius: 10px;
    margin: 0 0 10px 0;
    background: #6ad18e;
    background: -moz-linear-gradient(top, #6ad18e 0%, #0fbc29 100%);
    background: -webkit-linear-gradient(top, #6ad18e 0%,#0fbc29 100%);
    background: linear-gradient(to bottom, #6ad18e 0%,#0fbc29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 );
    border-bottom: solid 4px #094e0b;
    text-transform: uppercase;
    position:relative;
    transform: scale(1.0);
}
.wrap_facaja .bt_facaja:hover{transform: scale(1.2);}

@media screen and (max-width: 769px){
    .wrap_facaja .bt_facaja {font-size: 16px;padding: 6px 50px 6px 20px;line-height: 20px;}
    .wrap_facaja .bt_facaja span{font-size: 16px;display:block;}
    .wrap_facaja .hoverhand {display: block;position: absolute;right: -40px;top: 10px;max-width: 80px;}
}
@media screen and (min-width: 770px){
    .wrap_facaja .bt_facaja {font-size: 26px;padding: 12px 100px 12px 40px;line-height: 40px;}
    .wrap_facaja .bt_facaja span{font-size: 30px;display:block;}
    .wrap_facaja .hoverhand {display: block;position: absolute;right: -70px;top: 10px;max-width: 150px;}
}















    .pulse { animation: pulse 1s infinite; animation-direction: alternate; -webkit-animation-name: pulse; animation-name: pulse; }
    @-webkit-keyframes pulse {
        0% {-webkit-transform: scale(1);}
        50% {-webkit-transform: scale(1.1);}
        100% {-webkit-transform: scale(1);}
    }
    @keyframes pulse {
        0% {transform: scale(1);}
        50% {transform: scale(1.1);}
        100% {transform: scale(1);}
    }

    
    .smallpulse { animation: smallpulse 2s infinite; animation-direction: alternate; -webkit-animation-name: smallpulse; animation-name: smallpulse; }
    @-webkit-keyframes smallpulse {
        0% {-webkit-transform: scale(1);}
        50% {-webkit-transform: scale(1.05);}
        100% {-webkit-transform: scale(1);}
    }
    @keyframes smallpulse {
        0% {transform: scale(1);}
        50% {transform: scale(1.05);}
        100% {transform: scale(1);}
    }






@media screen and (max-width: 769px){
    .img_tutorial_admin{display:none;}
}
@media screen and (min-width: 770px){
    .img_tutorial_admin{width: 420px;max-width:100%;}
}

.icone_menu{width:40px;text-align:center;display: block;color:#fff;}

.icone_menu_h2{width: 80px;text-align: center;display: block;color: #2e2e2e;font-size: 60px;margin: -24px 10px 0 0;}

.header_ps_fixed_h2 .icone_menu_h2{width: 60px;text-align: center;display: block;color: #2e2e2e;font-size: 40px;margin: -26px 10px 0 0;}







/* ###### TUTORIAL MODAL EM VÍDEO ###### */

/*
@media screen and (max-width: 769px){
    .wrap_tutorial_outVideo { display: none !important; }
}
@media screen and (min-width: 770px){
    .wrap_tutorial_outVideo { display: none; }
}

*/

#button-curriculo{
        width: 200px;
        display: none;
    }


@media screen and (max-width: 1100px){
   .content_menu_desktop_ci_h2 a {
    margin-right: 1% !important;
   }
   
}


.wrap_tutorial_outVideo { display: none; }

.wrap_tutorial_inVideo { display: table; background: rgba(0,0,0,0.95); position: fixed; top: 0px; width: 100%; height: 100%; z-index: 9999999999999999999; color: #fff; }

.close_tutorialVideo{ display:block;height:50px;width:50px;background: url('/img/sprite.png') 0px 0px; position: absolute; right:20px; top: 20px; cursor: pointer; z-index: 999999999999999999999999999999999; }
.wrap_st_outVideo { position: relative; width: 100%; margin: 0 auto; display: table-cell; vertical-align: middle; }
.wrap_st_inVideo { position: relative; width: 100%; max-width:1400px; margin: 0 auto; display: block; }
.bf-videoVideo{position:relative;z-index:20;width:100%;}
.wrapvideo_st { width: 77.8%; background: #fff; position: absolute; top: 12%; z-index: 40; left: 11.2%; }
.wrap_st_inVideo .holder{display:block;width:100%;position:relative;top:0px;}
.wrap_st_inVideo .slide{display:none;width:100%;position:absolute;top:0px;}
.skip_tutorialVideo { display: block; line-height: 50px; position: absolute; right: 20px; bottom: 20px; cursor: pointer; z-index: 999999999999999999999999999999999; border: solid 1px #fff; padding: 0 30px; border-radius: 50px; }


        
        
        
        
        
        
        
        
.my_terms strong{ color: #717171; font-size: 20px; }
.my_terms .tingle-modal-box__content { color: #3a3a3a; font-size: 14px; font-weight: 300; line-height: 22px; }

.obsme { display: table; font-style: italic; margin: 30px 0 20px 0; background: #eaeaea; font-size: 12px; padding: 4px; border-radius: 4px; width: 100%; text-align: left; }

.bt_facaseucartao { width: auto; border-radius: 6px; text-transform: uppercase !important; color: #ffffff !important; background: #ffa84c; background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); text-shadow: none; height: 50px; display: table !important; line-height: 50px !important; padding: 0 30px; margin: 10px auto; border: solid 1px #e47324; -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); box-shadow: 0px 0px 4px rgba(0,0,0,0.5); text-decoration: none !important; float:right; }

.bt_facaseucartao:hover, .bt_facaseucartao:hover i{color:#ffffff !important;}

.abrir_submenu { display: block; float: right; height: 52px; line-height: 72px; margin: 0 0 0 40px; font-size: 30px; cursor: pointer; position: relative; }

/*ul.float_menu { display: none; position: absolute; right: 0px; background: rgba(185,228,222,0.9); width: auto; border-radius: 4px; padding: 10px 20px; border:solid 1px #eaeaea; }*/

ul.float_menu {
    display: none;
    position: absolute;
    right: 0px;
    background: rgb(185,228,222,0.9);
    width: auto;
    border-radius: 4px;
    padding: 10px 20px;
    border: solid 1px #fff;
}



ul.float_menu:before {
    content: "\A";
    border-style: solid;
    border-color: transparent;
    position: absolute;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #ffffff;
    right: 4px;
}

.content_menu_desktop_ci_h2 ul.float_menu:before {
    right: 34px;
}

ul.float_menu li a { display: table; width: 306px; font-size: 14px; line-height: 30px; font-weight: 400; color: #000; text-transform: uppercase; text-align: left; }
ul.float_menu li a i {
    display: inline-block;
    background: #FF922E;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
}
ul.float_menu li a:hover i{color:#fff !important;}

ul.float_menu li a:hover{color:#000 !important;}

.header_ps_fixed{position:fixed !important;top:0px !important;}


.header_ps_fixed_h2{position:fixed !important;top:0px !important;background: rgba(185, 228, 222,0.8);}



.lowerme{text-transform: lowercase; }

/*.btsubmit_loading { display: none; font: normal 900 28px/70px 'Font Awesome 5 Free'; height: 70px; width: 100%; margin: 20px 0 60px 0; padding: 0 20px; border: solid 1px #fff; border-radius: 4px; color: #fff; letter-spacing: 1px; cursor: pointer; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: none; background: #1186e8; opacity: 1; text-align: center; }*/

.btsubmit_loading { display: none; font: normal 900 28px/70px 'Font Awesome 5 Free'; color: #fff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: none; opacity: 1; text-align: center; cursor: pointer; background: #ff922d; width: 100%; border: none; height: 40px; line-height: 40px; border-radius: 4px; margin: 2px 0 20px 0; text-transform: uppercase; }
.btsubmit_loading .lilspin { width:28px; height:28px; border: none; }
@-webkit-keyframes lilspin {
    from{ -webkit-transform: rotate(0deg); }
    to{ -webkit-transform: rotate(360deg); }
}
.btsubmit_loading .lilspin { -webkit-animation: lilspin 1s linear infinite; }




.tms_uso { display: block; width: 100%; background: #f7f7f7; font-size: 12px; font-weight: 400; padding: 6px; border-radius: 4px; margin-bottom: 10px; text-align: center; color: #8a8a8a; line-height: 16px; }
.tms_uso a { display: block; color: #ff922d; text-transform: uppercase; }









.gray_ad { display: table; width: 100%; background: #eaeaea; font-weight: 400; }
.gray_ad p { line-height: 40px; display: inline-block; padding: 0 20px; }





.ttl_myarea { display: block; width: 100%; font-weight: 900; text-transform: uppercase; margin: 30px 0 0 0; color: #ff912c; padding: 0 0 0 6px; font-size: 16px; line-height: 40px; }
.ttl_myarea i { font-size: 16px; line-height: 30px; margin: 0 6px 0 0; color: #fff; background: #ff912c; width: 30px; text-align: center; border-radius: 100%; font-weight: 400; }
.cut_myarea { display: table; border: solid 1px #eaeaea; border-radius: 4px; padding: 10px; width: 100%; margin: 0 0 60px 0; }

.cut_myarea .wowlbl{display:block;width:100%;color:#333;}


.cut_myarea select { color: #333; width: 100%; max-width: 200px; height: 30px; border-radius: 4px; margin: 4px 0 20px 0; }
.cut_myarea select option{ color: #333; }
.cut_myarea .bowl_lbl { display: table; color: #333; float: left; border: solid 1px #333; margin: 0 10px 10px 0; padding: 1px 10px 4px 5px; border-radius: 4px; background: #eaeaea; text-transform: uppercase; font-size: 12px; cursor: pointer; }
.cut_myarea .bowl_lbl input[type=radio]{ position:relative; top: 2px; }

.bt_myarea { display: block; background: #ff912c; color: #fff; border: none; line-height: 30px; padding: 0 20px; border-radius: 4px; cursor: pointer; text-transform: uppercase; width: 100%; max-width: 300px; margin: 10px 0 0 0; }




.listarcadastros{display:none;width:100%;}
.listarpagamentos{display:none;width:100%;overflow-x: scroll;}
.exportarrelatorios{display:none;width:100%;}



@media screen and (max-width: 769px){
    .wrapme_admin{ background-color: #fff; width: 100%; overflow:hidden; margin: -1px 0 60px 0; position: relative; z-index: 10; color: #555555; font-size: 14px; font-weight: 300;border-radius:4px; }
    .menu_lateral_ad {display: block;float: left;width: 100%;padding-bottom: 1px;}
    .content_lateral_ad{display:block;float:left;width:100%;padding: 0 20px;}
    .sair_ad { display: table; float: right; background: #ff912c; color: #fff; line-height: 40px; padding: 0 20px; width: 100%; }
    .grayme_ph { display: table; background: #eaeaea; padding: 0px; overflow:hidden; border-radius: 10px; margin: 20px 0; line-height: 30px; width: 100%; float: left; word-break: break-all; }
}
@media screen and (min-width: 770px){
    .wrapme_admin{ min-height:600px; background-color: #fff; background-image: url('/img/backme.png'); background-size: 100% auto; background-repat: repeat; width: 100%; overflow:hidden; margin: -1px 0 60px 0; position: relative; z-index: 10; color: #555555; font-size: 14px; font-weight: 300; border-radius:4px; }
    .menu_lateral_ad {margin: 20px 0 0 0;display: block;float: left;width: 20%;padding-bottom: 1px;border: none;-moz-border-radius-bottomleft: 6px;-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;overflow: hidden;}
    .content_lateral_ad{display:block;float:left;width:80%;padding: 0 20px;}
    .sair_ad { display: table; float: right; background: #ff912c; color: #fff; line-height: 40px; padding: 0 20px; }
    .grayme_ph { display: table; background: #eaeaea; padding: 0px; overflow:hidden; border-radius: 10px; margin: 20px 1%; line-height: 30px; width: 31.33%; float: left; word-break: break-all; }
}

.bt_adminpd { display: inline-block; line-height: 20px; background: #808080; padding: 10px 20px; border-left: none; color: #fff; text-transform: uppercase; width: 100%; font-size: 14px; }
.bt_adminpd:hover{color:#ff912c !important;}

.sair_ad:hover{ color: #fff !important; }


.grayme_ph b{color:#777;text-transform: uppercase;}

.topbarme { display: table; width: 100%; line-height: 14px; font-size: 11px; color: #fff; padding: 8px 0px 6px 10px; }
 
.leftmeph{display:block;width:20%;float:left;padding: 10px;}
.leftmeph i { color: #fff; width: 40px; line-height: 40px; text-align: center; border-radius: 100%; }

.rightmeph{display:block;width:80%;float:left;padding: 10px 10px 10px 0;}
.rightmeph span{display:block;width:100%;height:28px; line-height: 14px; font-size:12px; overflow: hidden; }
.hidemelist { display: none; padding: 10px; font-size: 12px; line-height: 20px; }

.bottombar { display: table; background: #cccccc; width: 100%; }

.tagme{ display: table; float: left; margin: 4px 0 4px 10px; padding: 0 10px; border-radius: 4px; color: #fff; text-transform: uppercase; font-weight: 900; font-size: 10px; line-height: 20px; }

.plusme i { display: table; background: #eaeaea; float: right; cursor: pointer; height: 20px; width: 20px; text-align: center; line-height: 20px; margin: 4px 10px 4px 0; border-radius: 4px; }        

.bluemeall .tagme, .bluemeall .leftmeph i, .bluemeall .topbarme{background: #1cc3ef;}
.orangemeall .tagme, .orangemeall .leftmeph i, .orangemeall .topbarme{background: #ff912c;}

.bluemeall .plusme i{color: #1cc3ef;}
.orangemeall .plusme i{color: #ff912c;}






.table_ad{ padding: 10px; margin: 20px 0 0 0; }

.table_ad th { padding: 10px; color: #ffffff; background: #8e8e8e; border: solid 1px #fff; font-weight:900;}
.table_ad td{padding:10px;color:#8e8e8e;font-weight:300;}


.table_ad .status_red { display: block; width: 100%; background: rgba(255, 88, 88, 0.4); border: solid 1px #ff5858; margin: 0; padding: 4px 12px; border-radius: 4px; color: #3e0a0a; font-size: 12px; text-align: center; }
.table_ad .status_yellow { display: block; width: 100%; background: rgba(239, 255, 28, 0.4); border: solid 1px #b3b558; margin: 0; padding: 4px 12px; border-radius: 4px; color: #383e0a; font-size: 12px; text-align: center; }
.table_ad .status_green { display: block; width: 100%; background: rgba(105, 255, 88, 0.4); border: solid 1px #01cc1a; margin: 0; padding: 4px 12px; border-radius: 4px; color: #034810; font-size: 12px; text-align: center; }





.tt_pricing {display: table;margin: 0 auto 40px auto;background: rgba(0,0,0,0.25);padding: 20px;border-radius: 4px;color:#fff;}
@media screen and (max-width: 769px){
    .tt_pricing .metext1 {display: block;text-align: center;padding: 40px 0 0 0;font-size: 14px;line-height:20px;margin: 0 0 10px 0;}
    .tt_pricing .metext2 {display: block;text-align: center;padding: 40px 0 0 0;font-size: 14px;line-height:20px;margin: 0 0 0 0;}
}
@media screen and (min-width: 770px){
    .tt_pricing .metext1 {display: block;text-align: right;padding: 40px 0 0 0;font-size: 20px;line-height:40px;margin: 0 0 20px 0;}
    .tt_pricing .metext2 {display: block;text-align: left;padding: 40px 0 0 0;font-size: 20px;line-height:40px;margin: 0 0 0 0;}
}
.tt_pricing .metext1 span, .tt_pricing .metext2 span {display: inline-block;background: #fe9e20;padding: 0 16px;border-radius: 4px;text-transform: uppercase;font-size: 20px;}
.tt_pricing .img_storm{display:block;width:100%;max-width:200px;margin:0 auto 0 auto;padding:20px 0 0 0;}
.tt_pricing .img_models{display:block;width:100%;max-width:200px;margin:0 auto;}
                
                
                



.tbl_precos{width:60%;margin: 0 auto; }
.tbl_precos td{ padding: 10px; }

.tbl_precos td.ttl_darkgray{ background: #808c8c; border: solid 1px #808c8c; }
.tbl_precos td.ttl_orange{ background: #fe9e20; border: solid 1px #fe9e20; text-align: center; text-transform: uppercase; }


.tbl_precos td.ttl_blue1{ background: #227dcc; border: solid 1px #227dcc; text-align: center; text-transform: uppercase; color:#fff;}
.tbl_precos td.ttl_blue2{ background: #63ace5; border: solid 1px #63ace5; text-align: center; text-transform: uppercase; color:#fff;}

.tbl_precos td.ttl_blue3{ background: #2a4d69; border: solid 1px #2a4d69; text-align: center; text-transform: uppercase; color:#fff;}
.tbl_precos td.ttl_blue4{ background: #4b86b4; border: solid 1px #4b86b4; text-align: center; text-transform: uppercase; color:#fff;}
.tbl_precos td.ttl_blue5{ background: #adcbe3; border: solid 1px #adcbe3; text-align: center; text-transform: uppercase; color:#fff;}


.tbl_precos td.linha1{ background: #ececec; border: solid 1px #c1c1c1; color: #808c8c; font-weight:300; vertical-align: middle; }
.tbl_precos td.linha2{ background: #fefefe; border: solid 1px #c1c1c1; color: #808c8c; font-weight:300; vertical-align: middle; }

.tbl_precos td.price{ text-align: center; font-weight: 900; }
.tbl_precos td.qttd{ text-align: center; }

.tbl_precos .bt_facatbl { width: 100%; border-radius: 6px; text-transform: uppercase !important; color: #ffffff !important; background: #ffa84c; background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); text-shadow: none; height: 40px; display: table !important; line-height: 40px !important; margin: 10px auto; border: none; -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); box-shadow: 0px 0px 4px rgba(0,0,0,0.5); text-decoration: none !important; text-align: center; }

.tbl_precos td.wrap_lbl{ text-align: center; }
.tbl_precos span.mini_lbl {display: inline-block;background: #ffffff;margin: 2px 1px;padding: 4px 4px;border-radius: 2px;font-size: 11px;border: solid 1px #808c8c;font-weight: 500;}
.tbl_precos span.mini_lbl i{ margin-right: 6px; }

.tbl_precos td.green_check{ color: #0dbe00; font-size: 40px; text-align: center; }
.tbl_precos td.red_check{ color: #d54721; font-size: 40px; text-align: center; }

.wrap_pricing_mb{width:100%;overflow:hidden;border-radius:6px;background:#eaeaea;font-weight:400;margin: 40px 0 20px 0; }
.wrap_pricing_mb .orange_mb{ background: #fe9e20; padding: 20px; }




.wrap_pricing_mb .blue1_mb{ background: #227dcc; padding: 20px;color:#fff; }
.wrap_pricing_mb .blue2_mb{ background: #63ace5; padding: 20px;color:#fff; }
.wrap_pricing_mb .blue3_mb{ background: #2a4d69; padding: 20px;color:#fff; }
.wrap_pricing_mb .blue4_mb{ background: #4b86b4; padding: 20px;color:#fff; }
.wrap_pricing_mb .blue5_mb{ background: #adcbe3; padding: 20px;color:#fff; }




.wrap_pricing_mb .tags_mb{padding:0 20px;text-align: center;}

.wrap_pricing_mb .tags_mb span.mini_lbl { display: inline-block; color: #777; background: #ffffff; text-transform: uppercase; margin: 4px 2px; padding: 6px 10px; border-radius: 4px; font-size: 12px; border: solid 1px #808c8c; }
.wrap_pricing_mb .tags_mb span.mini_lbl i{ margin-right: 6px; }

.wrap_pricing_mb .qtdd_mb{padding:10px 20px;text-align:center;color: #777;}
.wrap_pricing_mb .l_pub_mb{padding:10px 20px;text-align:center;color: #777;}
.wrap_pricing_mb .l_pub_mb .red_mb{color: #d54721;}
.wrap_pricing_mb .l_pub_mb .green_mb{color: #0dbe00;}

.wrap_pricing_mb .price_mb{padding:10px 20px;text-align:center;color: #777;}
.wrap_pricing_mb .price_mb b{color: #777;}
.wrap_pricing_mb .bt_mb{padding:10px 20px;}
.wrap_pricing_mb .bt_facatbl { width: 100%; border-radius: 6px; text-transform: uppercase !important; color: #ffffff !important; background: #ffa84c; background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); text-shadow: none; height: 40px; display: table !important; line-height: 40px !important; margin: 10px auto; border: none; -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); box-shadow: 0px 0px 4px rgba(0,0,0,0.5); text-decoration: none !important; text-align: center; }




.detalhes{float:left; position:absolute; top:0; left:-500px;}

        
        .banner_meio { width:100%; overflow:hidden; display:block; position:relative; margin-top:30px; padding:10px; } 
    .banner_meio .link_e{display: block;width: 50%;position: absolute; top: 0px;left: 0px;height: 100%;}
    .banner_meio .link_d{display: block;width: 50%;position: absolute; top: 0px;right: 0px;height: 100%;}


.grecaptcha-badge{opacity: 0;}

    
    
    .wrap_headerscaranza{ display: table; width: 100%; position: absolute; z-index: 9999; top: 20px; background: #b9e4de; padding:2px 0 0 0;}
    
    .wrap_headerscaranza_h2{ display: table; width: 100%; position: absolute; z-index: 9999; top: 20px;  padding:2px 0 0 0;}
    
        .logo_ci{display:block;width:100%;max-width:200px;}
    @media screen and (max-width: 769px){ .logo_ci{ margin:0 auto; }}
    @media screen and (min-width: 770px){ .logo_ci{ float:left; }}
    
        
    .logo_ci_h2 {display: block;width: 100%;max-width: 240px;margin: 20px 0 0 50px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; }
    .header_ps_fixed_h2 .logo_ci_h2 {display: block;width: 100%;max-width: 140px;margin: 0 0 0 10px;}
    
    
    @media screen and (max-width: 769px){ .logo_ci_h2{ margin:0 auto; }}
    @media screen and (min-width: 770px){ .logo_ci_h2{ float:left; }}

        @media screen and (max-width: 769px){.menu_desktop_ci{display:none;}}
    @media screen and (min-width: 770px){.menu_desktop_ci{display:block;float:right;}}
    
    
    .content_menu_desktop_ci{ margin: 0 40px; float: right; }
    
    
    

    
    
    .content_menu_desktop_ci_h2 *{ -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.2s ease; }
    .content_menu_desktop_ci_h2 { margin: 0 40px; float: right; padding: 70px 0 0 0; }
    
    
        .content_menu_desktop_ci_h2 >a { display:inline-block; vertical-align: middle;}
    @media screen and (max-width: 1300px){
        .content_menu_desktop_ci_h2 > a, #button-curriculo{ display:none; }
        
    }
    
    
    
    
    
    
    
    .header_ps_fixed_h2 .content_menu_desktop_ci_h2{ margin: 0 20px; float: right; padding: 30px 0 0 0; }
    
    .content_menu_desktop_ci_h2 a {color: #2e2e2e !important;text-transform: uppercase;margin-right: 15px;font-size: 18px;}
    .content_menu_desktop_ci_h2 a:hover {color: #2e2e2e !important;}
    .content_menu_desktop_ci_h2 a:hover i{color: #2e2e2e !important;}
    
    
    .header_ps_fixed_h2 .content_menu_desktop_ci_h2 a {color: #2e2e2e !important;text-transform: uppercase;margin-right: 16px;font-size: 16px;}
    
                        

        .wrap_banner_ci{ width:100%; background: #2c7eb8 url(/img/bg_home.jpg); background-size: cover; position:relative; display: table; /*top: 20px;*/ }
    .wrap_innerbanner_ci{ margin: 140px auto 0 auto; display: block; max-width: 1300px; }
    .hide_previews{display:none;}
    #card{ float:left; width:85%;  }
    #card img{ width:100%; max-width:500px; float:left; }
    .wrap_bts_ci{ width:15%;  float:left; padding: 0; }
    .wrap_bts_ci *{ -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; }
    .wrap_bts_ci a{ background: #2dc6f0; display: table; width:100%; max-width:80px; border-radius: 100%; margin: 10px auto 10px auto; }
    .wrap_bts_ci a img{ width: 100%; }
    .wrap_bts_ci a:hover{ background: #64bb53; }
    .wrap_content_text_ci{ width:100%; float:left; color:#fff; font-size:24px; padding: 20px 0 0 0; text-shadow:1px 1px 0px #000000; }
    .contentinner_text_ci{width:100%;display:block;}
    .wrap_content_text_ci b{ width: 100%; color: #104150; text-transform: uppercase; font-size: 50px; display: table; margin-bottom: 20px; text-shadow:none; }
    .wrap_content_text_ci span{ width:100%; text-transform:uppercase;  }
    .wrap_content_text_ci a{ width:auto; border-radius:10px; text-transform:uppercase; color:#fff; background: #ffa84c; background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );  text-shadow: none; height: 60px; display: table; line-height: 60px; padding: 0 30px; margin: 0 auto; border: solid 2px #e47324; -moz-box-shadow: 3px 3px 9px #444444; -webkit-box-shadow: 3px 3px 9px #444444; box-shadow: 3px 3px 9px #444444; }
    .wrap_content_text_ci a:hover{color:#fff !important;}    

        .wrap_vsmobile_banner_ci{ color:#fff; padding: 50px 0 0 0; background: #5189c1; /*background: #71acbc; background: -moz-linear-gradient(left, #71acbc 0%, #467f90 100%); background: -webkit-linear-gradient(left, #71acbc 0%,#467f90 100%); background: linear-gradient(to right, #71acbc 0%,#467f90 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71acbc', endColorstr='#467f90',GradientType=1 );*/          }
    .wrap_vsmobile_banner_ci .celula{ padding: 0 0 20px 0; display: table; width: 100%; font-weight: 300; font-size: 16px; }
    .wrap_vsmobile_banner_ci .celula b{ color:#fff; text-transform: uppercase; margin: 10px 0; display: table; font-size: 26px; text-align: center; height:40px; line-height:40px; width: 100%; border-radius:4px; border: dotted 1px #fff; padding: 0 0 0 0; }

    
    .aspas{margin:100px 0 10px 0;}
    
    a.bt_video_ci{width: auto;border-radius: 4px;text-align:center;text-transform: uppercase;color: #fff;background: #ffa84c;background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );height: 60px;display: table;line-height: 60px;border: none;padding: 0 25px;margin: 40px 0;overflow:hidden;}
    
    @media screen and (max-width: 769px){.
        a.bt_video_ci{ font-size: 18px !important; }
        .wrap_videohome{text-align:center;margin:30px 0;background: #fff;display: table;width: 100%;color: #666;font-size: 20px;font-weight: 900;text-transform: uppercase;}
        .videohome{ width: 100%; margin: 20px auto 40px auto; position: relative; border-radius: 4px; overflow: hidden; }
    }
    @media screen and (min-width: 770px){
        a.bt_video_ci{ font-size: 20px; }
        .wrap_videohome{text-align:left;margin:100px 0;background:#f9f9f9; display:table; width:100%;color: #222;font-size: 30px;font-weight: 300;}
        .videohome{ width: 100%; margin: 40px auto 40px auto; position: relative; }
    }
    
    
    .bt_video_ci:hover{color:#fff !important;}
    
    .videohome:hover{cursor:pointer;}
    .videohome img{width:100%;}
    .videohome .video-wrap{display:none;position:absolute !important;top:0px;}
    
        @media screen and (max-width: 769px){
        .wrap_ttl_portf_ci{width:100%;text-transform:uppercase;}
        .wrap_ttl_portf_ci b{font-size:30px;color:#777777;margin-top:60px;display:block;}
        .wrap_ttl_portf_ci p{font-size:17px;color:#777777;font-weight:300;margin-bottom:30px;}        
    }
    @media screen and (min-width: 770px){
        .wrap_ttl_portf_ci{width:100%;text-transform:uppercase;}
        .wrap_ttl_portf_ci b{font-size:50px;color:#777777;margin-top:60px;display:block;}
        .wrap_ttl_portf_ci p{font-size:30px;color:#777777;font-weight:300;margin-bottom:30px;}
    }
    
    
    
    a.bt_laranja{width: 100%;background: #ff9530;display: table;text-align: center;color: #fff;text-transform: uppercase;font-weight: 300;padding: 10px;border-radius: 4px;margin: 10px auto;}
    a.bt_laranja:hover{color:#fff !important;}
    
    .bt_download { width: auto; border-radius: 10px; text-transform: uppercase; color: #fff; background: #ffa84c; background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); text-shadow: none; height: 60px; display: table; line-height: 60px; padding: 0 20px; margin: 40px auto 20px auto; border: solid 2px #e47324; -moz-box-shadow: 3px 3px 9px #444444; -webkit-box-shadow: 3px 3px 9px #444444; box-shadow: 3px 3px 9px #444444; font-weight: 400;  }
    
    @media screen and (max-width: 769px){
        .bt_download{font-size: 12px;}
    }
    @media screen and (min-width: 770px){
        .bt_download{font-size: 16px;}
    }
    
        
    .bt_download:hover{color:#fff !important;}
    
    .orange_icons i{ color:#ff922e; display:inline-block; width:20px; }
    .minicartao{ float: left; max-width: 60px !important; margin-right: 20px; }
    
    
        @media screen and (max-width: 769px){
        .ttl1_facaseucartao{display: block;width: 100%;text-align: center;text-transform: uppercase;font-size: 26px;color: #ff9530;}   
    }
    @media screen and (min-width: 770px){
        .ttl1_facaseucartao{display: block;width: 100%;text-align: center;text-transform: uppercase;font-size: 50px;margin-bottom: 60px;color: #fff;}
    }
    .wrap_models{display:block;position:relative;width:100%;}
    .wrap_models *{ -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; }
    .wrap_models .bg_back{width:100%;position:relative;top:0px;z-index:10;}
    .wrap_models .bg_hover{width:80%;position:absolute;bottom:0px;left:10%;right:10%;z-index:20;}
    .wrap_models .bg_hover:hover{left:0%;right:0%;width:100%;}
    #tb_pricing{width:100%;margin:40px 0 40px 0;}
    @media screen and (max-width: 769px){
        #th_1, #th_2, #th_3{padding:10px 0 10px 0;width:33.3%;font-size:12px;}
    }
    @media screen and (min-width: 770px){
        #th_1, #th_2, #th_3{padding:10px 0 10px 0;width:33.3%;font-size:18px;}
    }
    #th_1 span, #th_2 span, #th_3 span{width:100%;display:block;text-align:center;line-height: 24px;text-transform: uppercase;}
    #th_1 span p, #th_2 span p, #th_3 span p{font-size:10px;display: inline-block;}
    #th_1{background:#808c8c;}
    #th_1 .ln1{color:#c3c5c6;}
    #th_1 .ln2{color:#fff;}
    #th_2{background:#1dc2ed;}
    #th_2 .ln1{color:#035d74;}
    #th_2 .ln2{color:#fff;}
    #th_3{background:#ff9530;}
    #th_3 .ln1{color:#7b4511;}
    #th_3 .ln2{color:#fff;}

    #tb_pricing .dark_tr{background:#ececec;}
    #tb_pricing .light_tr{background:#fefefe;}
    #tb_pricing td{border-left:solid 2px #808c8c;border-right:solid 2px #808c8c;color:#808c8c;padding: 10px 10px 10px 10px;font-size:10px;text-align:center;}
    @media screen and (max-width: 769px){
        #tb_pricing .cl1 i{font-size: 16px;margin: 0 auto; float:none;display:table;}
        #tb_pricing .cl1{text-transform: uppercase;font-size: 12px;line-height: 20px;padding: 5px;text-align: center;vertical-align: middle;}
        #tb_pricing .dark_tr div img{display: block;margin:-10px auto 10px auto;width:100%;max-width:24px;} 
    }
    @media screen and (min-width: 770px){
        #tb_pricing .cl1 i{font-size: 16px;margin-right: 10px;}
        #tb_pricing .cl1{text-transform: uppercase;font-size: 12px;line-height: 20px;padding: 10px 10px 10px 30px;text-align: left;vertical-align: middle;}
        #tb_pricing .dark_tr div img{display: block;margin:-10px auto 10px auto;width:100%;max-width:56px;} 
    }
    #tb_pricing .checked, #tb_pricing .notchecked{display: table;font-size: 20px;margin: 0 auto;width: 30px;height: 30px;line-height: 26px;border-radius: 100px;border-collapse: separate;padding: 0px;}
    #tb_pricing .checked{color: #acc14d;border: solid 2px #acc14d;}
    #tb_pricing .notchecked{color: #e75358;border: solid 2px #e75358;}
    #tb_pricing .dark_tr div{display: block;background: #ececec;}
    #tr_footer td{border:none !important;padding:0 0 20px 0;}  
    #tr_footer td div{width: 100%;padding: 0px;margin: -2px 0 16px 0;}
    @media screen and (max-width: 769px){
        #tr_footer td img{ width:100%; max-width:24px; }
        #tr_footer a{ font-size: 10px !important; }
    }
    @media screen and (min-width: 770px){
        #tr_footer td img{ width:100%; max-width:56px; }
        #tr_footer a{ font-size: 14px; }
    }
    #tr_footer #foo_simples{background:#1dc2ed;}
    #tr_footer #foo_perso{background:#ff9530;}
    #tr_footer a{color: #fff;text-transform: uppercase;font-weight: 300;border: solid 1px #fff;padding: 5px 10px;border-radius: 4px;margin: 0 auto;font-size: 14px;display:block;width: 90%;}
    #tr_footer a:hover{color:#fff !important;}
    



        @media screen and (max-width: 767px){ .bg_facaseucartaopersonalizado{ background: none; } }
    @media screen and (min-width: 768px){ .bg_facaseucartaopersonalizado{ background: #2c7eb8 url(/img/bg_cartao_interativo_personalizado.jpg); background-size: cover; background-attachment: fixed; padding-bottom:100px; } }
    
    @media screen and (max-width: 767px){ .bg_contato{ background: none; } }
    @media screen and (min-width: 768px){ .bg_contato{ background: #2c7eb8 url(/img/bg_contato.jpg); background-size: cover; background-attachment: fixed; padding-bottom:100px; } }

    @media screen and (max-width: 767px){ .bg_portfolio{ background: none; } }
    @media screen and (min-width: 768px){ .bg_portfolio{ background: #2c7eb8 url(/img/bg_portfolio.jpg); background-size: cover; background-attachment: fixed; padding-bottom:100px; } }
    
    @media screen and (max-width: 767px){ .bg_404{ background: none; } }
    @media screen and (min-width: 768px){ .bg_404{ background: #2c7eb8 url(/img/bg_404.jpg); background-size: cover; background-attachment: fixed; padding-bottom:300px; min-height:100%; } }
    
    @media screen and (max-width: 767px){ .bg_pagamentos{ background: none; } }
    @media screen and (min-width: 768px){ .bg_pagamentos{ background: #2c7eb8 url(/img/bg_pagamentos.jpg); background-size: cover; background-attachment: fixed; padding-bottom:100px; min-height:100%; } }
    



        @media screen and (max-width: 767px){
        .ttl_crumbs_crazyslider{display:block;text-transform:uppercase;margin-bottom:20px;color:#ff9530;}
        .ttl_crumbs_crazyslider span{display:none;}
        .wrap_crazyslider{display:block;width:100%;border-radius:10px;background: #fff;overflow:hidden;margin: 0 0 0 0;}
    }
    @media screen and (min-width: 768px){
        .ttl_crumbs_crazyslider{display:block;text-transform:uppercase;margin-bottom:20px;}
        .ttl_crumbs_crazyslider span{color:#ff9530;}
        .wrap_crazyslider{display:block;width:100%;border-radius:10px;background:url('/img/bg_crazyslider.png') repeat-y;background-size: contain;overflow:hidden;margin: 0 0 0 0;}
    }
    
    .g-recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    
    @media screen and (max-width: 767px){ .porcentagem_cl{display:none;} }
    @media screen and (min-width: 768px){ .porcentagem_cl{width:30%;background:#ff9530;float:left;position:relative;} }
    
    #image_slide0{position:relative;top:0px;}
    #image_slide1, #image_slide2, #image_slide3, #image_slide4, #image_slide5, #image_slide6, #image_slide7, #image_slide8{position:absolute;top:0px;}
    #image_slide2, #image_slide3, #image_slide4, #image_slide5, #image_slide6, #image_slide7, #image_slide8{display:none;}

    @media screen and (max-width: 767px){ .wrap_crazyslider .wrap_slides{width:100%;background:#ffffff;float:none;} }
    @media screen and (min-width: 768px){ .wrap_crazyslider .wrap_slides{width:70%;background:#ffffff;float:left;} }
    
    #content_slide1{display:block;}
    @media screen and (max-width: 767px){ #content_slide2, #content_slide3, #content_slide4, #content_slide5, #content_slide6, #content_slide7, #content_slide8{display:block;} }
    @media screen and (min-width: 768px){ #content_slide2, #content_slide3, #content_slide4, #content_slide5, #content_slide6, #content_slide7, #content_slide8{display:none;} }
    
    @media screen and (max-width: 767px){ #wrap_bts_crazyslider {display: none; } }
    @media screen and (min-width: 768px){ #wrap_bts_crazyslider {display: table;width: 100%;padding: 0 26px 26px 26px;} }
    
    
    #prev_crazyslider, #next_crazyslider, #prev_crazyslider_simples, #next_crazyslider_simples{font-weight:300;width: auto;border-radius: 4px;text-align: center;text-transform: uppercase;color: #fff;height: 40px;display: table;line-height: 40px;border: none;padding: 0 25px;margin: 0 0 0 10px;overflow: hidden;float: right;}
    #prev_crazyslider:hover, #next_crazyslider:hover, #prev_crazyslider_simples:hover, #next_crazyslider_simples:hover{color:#fff!important;}
    #prev_crazyslider, #prev_crazyslider_simples{background: #777;display:none;}
    #next_crazyslider, #next_crazyslider_simples{background: #ffa84c;background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );}



        .css_btadd, .css_btrem{display:table;height:26px;line-height:26px;padding:0 10px;border-radius:6px;color:#ffffff !important;text-transform:uppercase;font-size:12px;float:right;margin:0 0 0 10px;}
    .css_btadd:hover, .css_btrem:hover{color:#ffffff !important;}
    .css_btadd{background:#bece73;border:solid 1px #aec154;}
    .css_btadd:hover{ background: #aec154; color:#fff; }
    .css_btrem{background:#d9534f;border:solid 1px #d43f3a;}
    .css_btrem:hover{ background: #d43f3a; color:#fff; }



    #wrap_alerta { display: none; position: fixed; background: rgb(0, 0, 0, 0.9); height: 100%; width: 100%; z-index: 99999999999999; }
    #wrap_alerta #inner_alerta{ display: table; width: 100%; max-width: 300px; margin: 0 auto; background: #f15252; padding: 0px; border-radius: 4px; top: 30%; position: relative; }
    #wrap_alerta #inner_alerta span{ font-size: 9px; display: table; background: none; border: solid 1px #fff; width: 20px; line-height: 18px; text-align: center; border-radius: 100px; padding: 0px; position: absolute; top: -24px; right: 0px; }
    #wrap_alerta #inner_alerta #icon_alert{ width: 100%; display: table; text-align: center; background: #f15252; font-size: 40px; padding: 10px 0; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 0px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
    #wrap_alerta #inner_alerta span:hover{ cursor:pointer; }
    #wrap_alerta #inner_alerta #content{ display: table; width: 100%; text-align: center; background: #fff; color: #404040; font-weight: 400; font-size: 12px; padding: 20px 0; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

    #wrap_consultor{ font-size: 16px; background: #fff; display: table; float: left; margin: 0px 0px 20px 0px; border-radius: 7px; padding: 10px; line-height: 28px; color: #ff9530; border: solid 1px #ff9530; width:100%; }
    #wrap_consultor img{ display: block; width: 100%; max-width: 60px; border-radius: 100px; float: left; margin: 0 10px 0 0; border:solid 2px #ff9530; }
    
    @media screen and (max-width: 767px){ 
        .ttl_sucesso{color: #ff9530; width: 100%;font-size: 30px;text-align: left;text-transform: uppercase;margin:0 0 20px 0;} 
        .pag_block b{ display: block; color: #ff9530; text-transform: uppercase; font-size: 20px; margin: 30px 0 20px 0; }
    }
    @media screen and (min-width: 768px){ 
        .ttl_sucesso{color: #fff; width: 100%;font-size: 50px;text-align: center;text-transform: uppercase;margin:0 0 60px 0;} 
        .pag_block b{ display: block; color: #fff; text-transform: uppercase; font-size: 40px; margin: 10px 0 20px 0; }
    }
    
    @media screen and (max-width: 767px){ 
        .pag_block_pagamentos b{ display: block; color: #ff9530; text-transform: uppercase; font-size: 18px; margin: 30px 0 20px 0; text-align:left; }
    }
    @media screen and (min-width: 768px){ 
        .pag_block_pagamentos b{ display: block; color: #fff; text-transform: uppercase; font-size: 20px; margin: 10px 0 20px 0; }
    }
    .pag_block_pagamentos b small{ color:#fff; font-weight:400; }
    .pag_block_pagamentos a{ background: #5ab45a; background: -moz-linear-gradient(top, #5ab45a 0%, #459944 100%); background: -webkit-linear-gradient(top, #5ab45a 0%,#459944 100%); background: linear-gradient(to bottom, #5ab45a 0%,#459944 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab45a', endColorstr='#459944',GradientType=0 ); width: 100%; border-radius: 10px; display: block; text-align: center; padding: 30px 0; color: #fff; font-size: 18px; border: solid 2px #3c8f3f; }
    .pag_block_pagamentos a:hover{color:#fff !important;}
    
    .pag_block a{ background: #5ab45a; background: -moz-linear-gradient(top, #5ab45a 0%, #459944 100%); background: -webkit-linear-gradient(top, #5ab45a 0%,#459944 100%); background: linear-gradient(to bottom, #5ab45a 0%,#459944 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab45a', endColorstr='#459944',GradientType=0 ); width: 100%; border-radius: 10px; display: block; text-align: center; padding: 30px 0; color: #fff; font-size: 20px; border: solid 2px #3c8f3f; }
    .pag_block a:hover{color:#fff !important;}
    





    @media screen and (max-width: 769px){ 
        .struct_form{ display: block; width: 100%; margin: 0; padding: 0 0 20px 0;}
    }
    @media screen and (min-width: 770px){ 
        .struct_form{ display: block; width: 50%;float:right; padding: 0 0 20px 0;}
        .struct_formcentered{float:none !important; width:50%; margin:0 auto;}
    }
    
    

    
    .struct_form .nav_tabci_1 i, .struct_form .nav_tabci_2 i{ margin-right: 4px; }
    
    .struct_form .tabci_selected{ background: #ffffff; }
    .struct_form .tabci_notselected{ background: #d4d4d4; }
    
    @media screen and (max-width: 769px){ 
        .struct_form .nav_tabci_1, .struct_form .nav_tabci_2 { width: 50%; cursor: pointer; position: relative; display: table; float: left; color: #555555; padding: 16px 10px 16px 10px; border: solid 1px #eaeaea; border-bottom: solid 1px #fff; margin-bottom: -1px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 0px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; text-transform: uppercase; font-size: 12px; z-index: 14; }
        .struct_form .content_tabci_1, .struct_form .content_tabci_2{border: solid 1px #eaeaea; border-radius:5px;}
    }
    @media screen and (min-width: 770px){ 
        .struct_form .nav_tabci_1, .struct_form .nav_tabci_2{ width: 50%; cursor: pointer; position: relative; z-index: 4; display: table; float: left; color: #555555; padding: 8px 20px 6px 20px; border-bottom: none; /*margin-right: -1px;*/ -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 0px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; text-transform: uppercase; font-size: 14px; }
        .struct_form .content_tabci_1, .struct_form .content_tabci_2{border:none;}
    }
        
    .struct_form .content_tabci_1, .struct_form .content_tabci_2{ background: #fff; width: 100%; height: 520px; margin: -1px 0 0 0; position: relative; z-index: 10; padding: 14px; color: #555555; font-size: 14px; font-weight: 300; -moz-box-shadow: 0px 5px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 5px 4px rgba(0,0,0,0.5); box-shadow: 0px 5px 4px rgba(0,0,0,0.5); -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

    .struct_form .contentci_selected{ display: table; }
    .struct_form .contentci_notselected{ display: none; }

    .struct_form .ttl1_tabci{ display: block; color: #555; font-weight: 900; font-size: 30px; width: 100%; text-align: center; margin: 40px 0 0 0; text-transform: uppercase; }
    .struct_form .ttl2_tabci{ display: block; color: #555; font-weight: 300; font-size: 18px; width: 100%; text-align: center; margin: 4px 0 40px 0; }
    .struct_form .ttl3_tabci{ display: block; color: #555; font-weight: 300; font-size: 14px; width: 100%; text-align: center; margin: 4px 0 40px 0; }
    .struct_form .ttl3_tabci a{ color: #FF922E !important; }
    
    .struct_form .form_tabci{ display: table; width: 100%; max-width: 400px; margin: 0 auto; min-height:300px; }
    .struct_form .form_tabci label { display: table; color: #fff; text-align: center; height: 40px; line-height: 40px; background: #d4d4d4; width: 40px; border-radius: 100%; }
    .struct_form .form_tabci table{ display: table; width: 100%; }
    .struct_form .form_tabci table tbody{ display: table; width: 100%; }
    
    .struct_form .form_tabci input[type=text], .struct_form .form_tabci input[type=password], .struct_form .form_tabci select { height: 40px; line-height: 40px; width: 100%; margin: 0 0 16px 0; padding: 0 10px; color: #757575; border: solid 1px #a7a7a7; border-radius: 4px; }
    .struct_form .form_tabci input[type=submit], .struct_form .form_tabci input[type=button] { color:#fff; font-family: arial, fontawesome; -webkit-appearance: none; cursor: pointer; background: #ff922d; width: 100%; border: none; height: 40px; line-height: 40px; border-radius: 4px; margin: 2px 0 20px 0; text-transform: uppercase; }


    @media screen and (max-width: 769px){ 
        .video_welcome{display:block;width:100%; position:relative;}
    }
    @media screen and (min-width: 770px){ 
        .video_welcome{display:block;width:50%; float:right;position:relative;}
    }

    
    .video_welcome .crop_video { width: 66.8%; left: 16.8%; position: absolute; top: 16.2%; }
    .video_welcome .crop_video iframe{ border-left: solid 1px #3a3a3a; }
                




    .wrap_modelos{display:table;width:100%;}
    .wrap_modelo_exemplo img{width: 90%;margin: 8px 5%;}
    @media screen and (max-width: 769px){ 
        .wrap_selected_model{ width:99%; max-width:230px; /*float:left;*/ display:block; margin: 10px auto !important; background:#eaeaea; border:solid #5f5f5f 1px; border-radius: 6px; }
        .wrap_modelo_exemplo{width: 19%; clear:both; float: none; display: block;margin: 10px auto !important;background: #eaeaea;border: solid #fff 1px;border-radius: 6px;}
    }
    @media screen and (min-width: 770px){ 
        .wrap_selected_model{ width:25.6%; float:left; display:block; margin: 10px 0.5% !important; background:#eaeaea; border:solid #5f5f5f 1px; border-radius: 6px; }
        .wrap_modelo_exemplo{width: 19%;float: left;display: block;margin: 10px 0.5% !important;background: #eaeaea;border: solid #fff 1px;border-radius: 6px;}
    }
    .paletadecores { display: table; background: #fff; padding: 2px 0; border-radius: 4px; border: solid 1px #afafaf; margin: 0px auto 8px auto !important; width: 90%; }
    .paletadecores .inner_paleta{display:table;margin:0 auto;}
    .paletadecores label{ background-position: center center; border-radius: 100px; display: block !important; height: 16px !important; width: 16px; margin: 1px 4px; line-height: 22px !important; text-align: center; padding: 0px !important; float: left; text-indent: -9999px; }
    .paletadecores label.label_preto{background-color:#474747;}
    .paletadecores label.label_azul{background-color:#0864af;}
    .paletadecores label.label_verde{background-color:#95c11f;}
    .paletadecores label.label_amarelo{background-color:#ffeb01;}
    .paletadecores label.label_laranja{background-color:#ec7700;}
    .paletadecores label.label_vermelho{background-color:#ff2c2f;}
    .paletadecores label.label_rosa{background-color:#ff67e2;}
    .paletadecores label.label_roxo{background-color:#3f0082;}
    .paletadecores label input[type="radio"]{float:none;}
    .preview_loading{display:none;}
    .preview_modelo{width:90%;margin:8px 5%;}
    
    
    
    
    
    
    
    body{ color: #000000; }
            body.landing #header, #header, html, body, #banner { background-image: url(/master/img/patterns/groovepaper.png); background-repeat: repeat; background-attachment: fixed;background-position: top center;}
            .spotlight .content { background: rgba(255,255,255,0.9); }
    .spotlight.style1 .content, .spotlight.style2 .content, .spotlight.style3 .content, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus, input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #FF922E; }
    input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active, .button:hover, .button:active { box-shadow: inset 0 0 0 1px #FF922E; }
    .wrapper.style2, header.major:after, #titleBar .toggle:before{ background: #FF922E; }
    input[type="submit"].special, input[type="reset"].special, input[type="button"].special, .button.special { background-color: #FF922E; }
    a.link-box:hover h1, a.link-box:hover h2, a.link-box:hover h3, a.link-box:hover h4, a.link-box:hover h5, a.link-box:hover h6, a.tt_tom:hover h6, a:hover, .wrapper.style2 input[type="submit"].special, .wrapper.style2 input[type="reset"].special, .wrapper.style2 input[type="button"].special, .wrapper.style2 .button.special, .button:hover, .button:active, .tt_tom:hover p, .captcha_txt, .form-padrao h5, .form-padrao h6,  .menu_horizontal h6 {color: #FF922E !important;}
    a {color: #FF922E;}
    
    #bt_news{color: #fff; background: #FF922E;text-transform:uppercase; }
    #bt_news:hover{background: #fff; ?>;color: #FF922E; }
    
    .area-restrita, .area-restrita-senha{color: #000000; ?>;background: #FF922E; }
    .area-restrita:hover, .area-restrita-senha:hover{color: #000000; ?>;background: rgba(255,146,46,0.75); }
            #footer{ background: #FFFFFF !important; }
       
    .addressfooter b{color: #FFFFFF;}
    .tt_tom p, a.link-box, strong, b, h1, h2, h3, h4, h5, h6, header p, label, select option, input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before, table th, input[type="submit"], input[type="reset"], input[type="button"], .button, input[type="submit"].special, input[type="reset"].special, input[type="button"].special, .button.special, input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, .button.disabled, .button:disabled, .wrapper.style2 input[type="submit"]:hover, .wrapper.style2 input[type="submit"]:active, .wrapper.style2 input[type="reset"]:hover, .wrapper.style2 input[type="reset"]:active, .wrapper.style2 input[type="button"]:hover, .wrapper.style2 input[type="button"]:active, .wrapper.style2 .button:hover, .wrapper.style2 .button:active, .wrapper.style2 input[type="submit"].special:hover, .wrapper.style2 input[type="submit"].special:active, .wrapper.style2 input[type="reset"].special:hover, .wrapper.style2 input[type="reset"].special:active, .wrapper.style2 input[type="button"].special:hover, .wrapper.style2 input[type="button"].special:active, .wrapper.style2 .button.special:hover, .wrapper.style2 .button.special:active, #header .minilogo a, #titleBar .title, #navPanel .link.depth-0, .major h6, .uniform h6, .spotlight h6, #banner span, h6.ttl_qm_home, .wrap_nuvemdetags h6, .wrap_newsletter h6, .text, .lst_int .top, .box-small-videos strong, .box_bts_banner span, .box_bts_banner p, a.nuvem {color: #000000;}
    .menu_horizontal h5, .title-videos-interna h5,  a.box_padrao b, a.box_lsthome b, .wrap_news .title-news b, .wrap_newsletter .ttl{color: #000000 !important;}
    .icon.alt:before, .icon.major.alt:before { text-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000; }
    .wrapper.style2 input[type="submit"].special, .wrapper.style2 input[type="reset"].special, .wrapper.style2 input[type="button"].special, .wrapper.style2 .button.special { background-color: #000000; }
    input, select, textarea, #footer .copyright, a.box_padrao .desc_lil, .lst_int:hover .txt, a.box_lsthome .lil, .wrap_news .description-news { color: rgba(0,0,0,1); }               
    a.box_padrao:hover .desc_lil, a.box_lsthome:hover .lil{ color: rgba(0,0,0,0.75); }
    a.box_padrao:hover .roundimage{ border:solid 10px #FF922E; }
    .dropotron, .dropotron.level-0:before { background: #256CB2; }
    #header nav ul li{border: solid 1px transparent;}
    #header nav ul li a, #header nav ul li.active > a, a.link-1, .dropotron > li.active > a, .dropotron > li.active > span, #header nav ul li.active > a, #header nav ul li.active > span{ color: #FFFFFF !important; }
    #header nav ul li a:hover, a.link-1:hover{ color: #14395E; }
    ul.nenhumefeito > a{ color: #FFFFFF; }
    ul.nenhumefeito > a:hover{ color: #14395E; }
    ul.efeito1 > li:hover{border: solid 1px #14395E !important;}
    ul.efeito1 > a{ color: #FFFFFF; }
    ul.efeito1 > a:hover{ color: #14395E !important; }
    ul.efeito2 > li:hover{border: solid 1px #14395E !important;background: #14395E;}
    ul.efeito2 > a{ color: #FFFFFF; }
    ul.efeito2 > a:hover{ color: #FFFFFF; }
    ul.efeito3 > li:hover{border: solid 1px #14395E !important;border-radius: 4px;}
    ul.efeito3 > a{ color: #FFFFFF; }
    ul.efeito3 > a:hover{ color: #14395E; }
    ul.efeito4 > li:hover{border: solid 1px #14395E !important;background: #14395E;border-radius: 4px;}
    ul.efeito4 > a{ color: #FFFFFF; }
    ul.efeito4 > a:hover{ color: #256CB2; }
    ul.efeito5 > li:hover{border: solid 1px #14395E !important;border-radius: 100%;}
    ul.efeito5 > a{ color: #FFFFFF; }
    ul.efeito5 > a:hover{ color: #14395E; }
    ul.efeito6 > li:hover{border: solid 1px #14395E !important;background: #14395E;border-radius: 100%;}
    ul.efeito6 > a{ color: #FFFFFF; }
    ul.efeito6 > a:hover{ color: #256CB2; }
    ul.efeito7 > li{background: url('/img/efeito7.png');background-position: 800px bottom;background-repeat: no-repeat;}
    ul.efeito7 > li:hover{background-position: center bottom;}
    ul.efeito7 > a{ color: #FFFFFF; }
    ul.efeito7 > a:hover{ color: #14395E; }
    ul.efeito8 > li{border: none; padding-bottom: 1px;}
    ul.efeito8 > li:hover{border-bottom: solid 1px #FFFFFF !important; padding-bottom: 0px;}
    ul.efeito8 > a{ color: #FFFFFF; }
    ul.efeito8 > a:hover{ color: #14395E; }






@media screen and (max-width: 769px){ .facebook_rodape .wrapface1{ display:none; }}
@media screen and (min-width: 770px){ .facebook_rodape .wrapface1{ width: 500px;    position: relative;    margin-left: 50%;    left: -250px;    top: 40px;    margin-bottom: 80px; }}

@media screen and (max-width: 769px){ .facebook_rodape .wrapface2{ width: 280px;    position: relative;    margin-left: 50%;    left: -140px;    top: 40px;    margin-bottom: 80px; }}
@media screen and (min-width: 770px){ .facebook_rodape .wrapface2{ display:none; }}













































/*========================================================================================
==========================================================================================
==========================================================================================
============================= COMEÇO SISTEMA IMOBILIARIA =================================
==========================================================================================
==========================================================================================
========================================================================================*/


@media screen and (max-width: 767px){ 
    .sticky-to-top { /*position: absolute !important; top: 0px !important;*/ }
}

@media screen and (min-width: 768px){ 
    .sticky-to-top { position: fixed !important; top: 0px !important; }
}


.tags_topo{ /* tags do topo */
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 34px;
    position: relative;
    background: rgba(255,255,255,0.35);
    color: #fff;
    padding: 0 25px 0 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
}

.tags_topo:after{ /* tags do topo */
    border-radius: 50%;
    color: hsla(0,0%,100%,.7);
    content: "×";
    display: inline-block;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 10px;
    width: 14px;
}

.tags_topo:hover:after{ /* tags do topo */
background: hsla(0,0%,100%,.5);
    color: #00acff;
}    



/*==== IMÓVEIS - ABA DA BUSCA HOME ====*/
	.TabControl{ width: 100%;
    overflow: hidden;
    display: table;
    z-index: 99999;
    position: relative;
    max-width: 910px;
    margin: 50px auto 0 auto; }
	
	.TabControl #headers{ width:100%; /* border:solid 1px;*/ overflow:hidden; }
	
	.TabControl #content{ width:100%; border: solid 1px; overflow:hidden; height:100%; }
	
	.TabControl .abas{display:inline;}
	.TabControl .abas li{float:left;}
	
	
	
	@media screen and (max-width: 767px){ 
        .TabControl .abas li{ width: 100%; }
    }
    @media screen and (min-width: 768px){ 
        .TabControl .abas li{ width: 20%; }
    }

    .aba{width:100%; height:58px; color: #FFFFFF; background: rgba(0,68,138,0.4); border-radius:5px 5px 0 0; font-size:16px; font-weight:bold; text-align:center; padding-top:2px; cursor:pointer; line-height:58px; margin:0px; padding: 0 35px;}
	
	.ativa{ height:58px; border-radius:5px 5px 0 0; text-align:center; padding-top:2px; background: rgba(77,148,218,0.4); line-height:58px; padding: 0 35px; }
	
	.ativa span, .selected span{ color: #FFFFFF; font-size:16px; font-weight:bold; }	
	.TabControl #content{background:#27408B;}
	.TabControl .conteudo{width:100%;  background:#27408B; display:none; height:100%;color:#fff;}
	.selected{height:58px; border-radius:5px 5px 0 0; text-align:center; padding-top:2px; line-height:58px; margin: 0px; padding: 0 35px; background: rgba(37,108,178,0.4)	}




#sticky-anchor-imoveis{margin-top:20px;}

/*==== IMÓVEIS - BUSCA HOME ====*/
.wrap_imoveisbusca{

    background: rgba(37,108,178,0.4);

    display: table;
    width: 100%;
    /*margin-top:20px;*/
    z-index: 99999;
    position: relative;
    }

@media screen and (max-width: 767px){ 
    .topo_moveis_listar{ display: table; width: 100%; color: #fff; line-height: 60px; font-size: 30px; text-align: center; padding-top: 0px; background: #FF922E; margin-top: 15px; }
}
@media screen and (min-width: 768px){ 
    .topo_moveis_listar{ width: 100%; padding: 30px 0 10px 0; min-height:94px; background: #FF922E; }
}

.wrap_imoveisbusca label{ width: 100%; display: block; text-align: left; color: #FFFFFF; margin-bottom: 5px;}
.wrap_imoveisbusca select, .wrap_imoveisbusca input[type=text]{ width: 100% !important; display: block; text-align: left; color: #333;height:40px; line-height: 40px; border:none !important; padding:0 10px; border-radius: 4px; }

.wrap_imoveisbusca button{width:100% !important; display:block; text-align:center; color: #FFFFFF; height:40px; line-height:40px; border:none; padding:0 10px; border-radius: 4px; background: rgba(0,68,138,0.4); font-size:20px; }

.wrap_imoveisbusca button:hover{cursor:pointer;}

.hr_lateral{    display: table;    border-bottom: solid 1px #b7b7b7;    margin: 30px 0 20px 0;    width: 100%;    float: left;    clear: both;}

.imoveis_desc_box_int{
    display: block;
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 20px;
    line-height: 30px;
    color:#808080;
}
.imoveis_desc_box_int span{
    color: #FF922E;
}


#zerarquartos, #zerarvagas, #zerarbanheiros{
float: left;
    width: 44px;
    height: 28px;
    background: #eaeaea;
    border-radius: 4px;
    margin: 4px 2px;
    text-align: center;
    border: solid 1px #eaeaea;
    color: #FF922E;
    line-height: 25px;
}
#zerarquartos:hover, #zerarvagas:hover, #zerarbanheiros:hover{cursor:pointer;}

#formulario{    width:100%;   max-width:1280px;   margin:0px auto;    text-align:center;    position:relative !important;       /*margin-bottom:150px;*/ }
#formulario h5, #formulario h6{    font: 22px "Trebuchet MS", tahoma, arial;    color:#090;    width:100%;    float:left;    text-align:left;    margin-bottom:4%;}
#formulario h6{    color:#333;    font-size:17px;}
#formulario fieldset{   border: 0 none;    padding:20px 0 10px 0;    box-sizing:border-box;    width:100%;    margin:0;        /*position: absolute;*/      /* min-height:160px;*/ }
#formulario fieldset:not(:first-of-type){    display:none;}
#formulario input, #formulario textarea {    padding:10px;    border:1px solid rgba(0,0,0, 0.9);    border-radius:4px !important;    -moz-border-radius:4px !important;    -webkit-border-radius:4px !important;    outline:none;    box-sizing:border-box;    width:100%;    height:40px;        font: 14px "Trebuchet MS", tahoma, arial;    color:#646464;       margin-bottom:10px;}
#formulario input[type=file] {    margin-bottom:30px;}    
#formulario .next{    width:100px;    background:#43ff9f;    border:0 none !important;        color:#fff;    text-transform:uppercase;    font-weight:bold;    padding:10px 0px;    float:left;    box-shadow: 2px 2px 2px 0 #389c83;}
#formulario .next:hover{    background:#52ddb9;    color:#fff;    cursor:pointer;}
#formulario .mudar{    width:300px;    background:rgba(0,0,0, 0.5);    border:0 none !important;        color:#fff;    text-transform:uppercase;    font-weight:bold;    padding:10px 0px;    float:left;    position: absolute;    margin-left: 50%;    left: -150px;    margin-top: 60px;    height: 40px;    }
#formulario .mudar:hover{    background:rgba(0,0,0, 0.6);    cursor:pointer;}
#formulario .enviar{    width:100px;    background:#43bf9f;    border:0 none !important;      color:#fff;    text-transform:uppercase;    font-weight:bold;    padding:10px 0px;    float:left;    margin-right:5%; box-shadow: 2px 2px 2px 0 #389c83;}
#formulario .enviar:hover{    background:#52ddb9;    color:#fff;    cursor:pointer;}
#formulario .prev{    width:220px;    background:#fff;    border:0 none !important;      color:#8a8a8a;    font-size:11px;    padding:0;    float:right;    height:20px;    line-height:20px;    margin-top:24px;    text-align:right;}
#formulario .prev:hover{    background:#fff;    color:#8a8a8a;    cursor:pointer;    text-decoration:underline;}
.erros, .ok{    width:390px;    padding:5px;    background:rgba(238,249,113, 0.9);    margin: 10px auto 0 auto;    text-align:center;    font-weight:bold;    border:1px solid rgba(222,239,10, 0.9);    border-radius:4px;    -moz-border-radius:4px;    -webkit-border-radius:4px;}
.ok{    background:rgba(155,222,143, 0.9);    border:1px solid rgba(98,187,82, 0.9);    }
/*==== FIM IMÓVEIS - BUSCA HOME ====*/


/*==== IMÓVEIS - BUSCA INTERNAS ====*/

@media screen and (max-width: 767px){ 
    .box-filtro{ display:none; background:#fff; border: 0 none; border-radius:5px !important; -moz-border-radius:5px !important; -webkit-border-radius:5px !important; /*box-shadow:0 0 15px 1px rgba(0,0,0, 0.4);*/ padding:20px 10px; box-sizing:border-box; }
}
@media screen and (min-width: 768px){ 
    .box-filtro{ display:block; background:#fff; border: 0 none; border-radius:5px !important; -moz-border-radius:5px !important; -webkit-border-radius:5px !important; /*box-shadow:0 0 15px 1px rgba(0,0,0, 0.4);*/ padding:20px 10px; box-sizing:border-box; }
}

.filtersbar{
    display: block;
    background: #3ea2c0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
}

.filtersbar:hover{
    cursor:pointer;
}

.box-filtro label {  background: #fff no-repeat center center;  bottom: 1px;  cursor: pointer;  display: block;  font-size: 0;  left: 1px;  position: absolute;  right: 1px;  text-indent: 100%;  top: 1px;white-space: nowrap;}

.box-filtro input[type=text]{ background: #eaeaea !important; }

.box-filtro select{
    height: 30px;
    border-radius: 4px;
    background: #eaeaea;
    width: 100%;
    border: none;
}

.ttl_lateral{
    color: #FF922E;
    font-size: 20px;
    margin: 5px 0;
}

.labelboxes .categoria{
    width: 45%;
    background: #eaeaea;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    /*height: 40px;*/
    padding: 10px 5px 5px 5px;
    display: table;
    font-size: 12px;
}
.labelboxes .bx_l{ margin-left: 0px; margin-right: 5%; }
.labelboxes .bx_r{ margin-left: 5%; margin-right: 0px; }
 
.labelboxes .categoria p{
    /*float: left;*/
    display: block;
    text-indent: 0px;
    word-wrap: break-word;
}
.labelboxes label{
    position: relative;
    white-space: normal;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    text-indent: 0px;
}
.labelboxes input[type=checkbox]{
    float: left;
}





.box-filtro input[type=checkbox]{
    /*height: 100%;
    float: left;
    margin: 0 10px 0 0;*/
}
ul.resultado{position: relative;}

@media screen and (max-width: 767px){ 
    .resultados{    padding: 0; }
}
@media screen and (min-width: 768px){ 
    .resultados{    padding:20px 30px; }
}

.div_local{    
    border: 1px solid #9f9f9f;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    z-index: 9999999999;
    border-radius: 4px; 
}
.div_label{    color:#333;     font-size:15px;     font-weight:bold;     padding:10px 0 0 15px;     margin-bottom:6px;}
.linha_resultado{    width:100%;     height:1px;     background-color:#9f9f9f;    }
.div_local li{    height:40px;     padding:10px 0 10px 20px;    cursor:  pointer; }
.div_local li:hover{    background-color:#e0e0e0;}
.filtro h6{    margin-top:18px;}
/*==== LISTAGEM DOS IMÓVEIS ====*/

.caixa_imovel *{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}

@media screen and (max-width: 767px){ 
    .caixa_imovel {    background-color:#f7f7f7;     margin: 0;  padding: 10px 0;  width:100%;    float:left; box-sizing: border-box;              border:1px solid #c3c3c3;            }
    .caixa_imovel:hover {    background-color:#fff;     margin:0;    width:100%;    float:left;   box-sizing: border-box;    border:1px solid #eaeaea;}
}
@media screen and (min-width: 768px){ 
    .caixa_imovel {    background-color:#f7f7f7;     margin:10px;  padding: 10px 0;  width:100%;    float:left; box-sizing: border-box;              border:1px solid #c3c3c3;            }
    .caixa_imovel:hover {    background-color:#fff;     margin:10px;    width:100%;    float:left;   box-sizing: border-box;    border:1px solid #eaeaea;}
}
    
.caixa_imovel img{border-radius: 4px;}

.caixa_imovel .endereco{    font-size:14px;    font-weight:bold;    color:#979797;}
.caixa_imovel .icones{    font-size:16px;     font-weight:bold;     padding:0;    color:#333;}    
.caixa_imovel .descricao{    font-size: 12px;    color: #979797;    height: 48px;    overflow: hidden;    line-height: 16px;    margin: 10px 0 10px 0;}
.caixa_imovel .titulo{    font-size:22px;     font-weight:bold;     padding:10px 0 10px 0;    color:#333;}
.caixa_imovel:hover .titulo{    font-size:22px;     font-weight:bold;     padding:10px 0 10px 0;    color: #FF922E;}
.caixa_imovel .valor{    font-size:32px;     font-weight:bold;     padding:0;    color:#333;}
.caixa_imovel .condominio_txt{    font-size:14px;    font-weight:normal;    color:#333;    line-height:14px;}
.caixa_imovel .condominio{    font-size:14px;    font-weight:bold;    color:#333;}
.caixa_imovel .direita{    width:50%;    float:right;    margin-top:8px;}
.caixa_imovel .detalhes{    font-size: 14px;
    font-weight: 100;
    color: #FF922E;
    border: 1px solid #FF922E;
    padding: 14px 50px;
    float: right;
    border-radius: 4px;}


.lst_imovei_icones div{display: block;float:left;margin-right:30px;}

.categoria {  list-style: none;  margin: 0;  padding: 0;}

.categoria:after {  content: "";  clear: both;}

.cat_li {  box-sizing: border-box;  float: left;  height: 35px;  position: relative;  width: 48px;}

.cat_li label {  background: #fff no-repeat center center;  bottom: 1px;  cursor: pointer;  display: block;  font-size: 0;  left: 1px;  position: absolute;  right: 1px;  text-indent: 100%;  top: 1px;
  white-space: nowrap;}

.q1 label, .v1 label, .b1 label {  background-image: url(../../img/busca/q1.png);}
.q2 label, .v2 label, .b2 label {  background-image: url(../../img/busca/q2.png);}
.q3 label, .v3 label, .b3 label {  background-image: url(../../img/busca/q3.png);}
.q4 label, .v4 label, .b4 label {  background-image: url(../../img/busca/q4.png);}
.q5 label, .v5 label, .b5 label {  background-image: url(../../img/busca/q5.png);}

.q1 input:checked + label, .v1 input:checked + label, .b1 input:checked + label {  background-image: url(../../img/busca/q1_selected.png);}
.q2 input:checked + label, .v2 input:checked + label, .b2 input:checked + label {  background-image: url(../../img/busca/q2_selected.png);}
.q3 input:checked + label, .v3 input:checked + label, .b3 input:checked + label {  background-image: url(../../img/busca/q3_selected.png);}
.q4 input:checked + label, .v4 input:checked + label, .b4 input:checked + label {  background-image: url(../../img/busca/q4_selected.png);}
.q5 input:checked + label, .v5 input:checked + label, .b5 input:checked + label {  background-image: url(../../img/busca/q5_selected.png);}

.q1 input:hover + label, .v1 input:hover + label, .b1 input:hover + label {  background-image: url(../../img/busca/q1_hover.png);}
.q2 input:hover + label, .v2 input:hover + label, .b2 input:hover + label {  background-image: url(../../img/busca/q2_hover.png);}
.q3 input:hover + label, .v3 input:hover + label, .b3 input:hover + label {  background-image: url(../../img/busca/q3_hover.png);}
.q4 input:hover + label, .v4 input:hover + label, .b4 input:hover + label {  background-image: url(../../img/busca/q4_hover.png);}
.q5 input:hover + label, .v5 input:hover + label, .b5 input:hover + label {  background-image: url(../../img/busca/q5_hover.png);}

/*==== FIM IMÓVEIS - BUSCA HOME ====*/




/*========================================================================================
==========================================================================================
==========================================================================================
============================= FIM SISTEMA IMOBILIARIA ====================================
==========================================================================================
==========================================================================================
========================================================================================*/



































            @media screen and (max-width: 767px){ 
            .wrap_float_whatsapp{left:10px;right:auto;bottom: 0px;}
        }
        @media screen and (min-width: 768px){ 
            .wrap_float_whatsapp{left:20px;right:auto;bottom: 40px;}
        }
        .wrap_float_whatsapp{ width: 50px; position: fixed; z-index: 9999999999; }
    .wrap_float_whatsapp .wp, .wrap_float_whatsapp .tl, .wrap_float_whatsapp .em, .wrap_float_whatsapp .ad, .wrap_float_whatsapp .cp, .wrap_float_whatsapp .cl{ width: 50px; height: 50px; color: #fff; position: absolute; line-height: 50px; text-align: center; font-size: 33px; border-radius: 100%; -moz-box-shadow: 1px 2px 5px #333; -webkit-box-shadow: 1px 2px 5px #333; box-shadow: 1px 2px 5px #333; display: block; bottom: 0px; margin-bottom: 16px;}
    
    
    .wrap_float_whatsapp .wp b, .wrap_float_whatsapp .tl b, .wrap_float_whatsapp .em b, .wrap_float_whatsapp .ad b{text-indent:-9999px; display:inline-block;}
    
    
    .wrap_float_whatsapp .wp:hover, .wrap_float_whatsapp .tl:hover, .wrap_float_whatsapp .em:hover, .wrap_float_whatsapp .ad:hover, .wrap_float_whatsapp .cp:hover, .wrap_float_whatsapp .cl:hover{cursor: pointer;color: #fff !important;}
    .wrap_float_whatsapp .wp{background: #4dc247;display: none;}
    .wrap_float_whatsapp .tl{background: #c8c2b6;display: none;}
    .wrap_float_whatsapp .em{background: #606d80;display: none;}
    .wrap_float_whatsapp .ad{background: #434b56;display: none;}
    .wrap_float_whatsapp .cp{background: #4dc247;}
    .wrap_float_whatsapp .cl{background: #a7adb5;display: none;}







    .banner_cat_fnd{width: 100%; min-height: 647px; position:relative; background: url('/img/fnd_categorias.jpg') no-repeat;  -webkit-background-size: cover; -moz-background-size: cover;  -o-background-size: cover; background-size: cover;}
    	            
        .banner_cat_fnd_1{width: 100%; min-height: 647px; background-color:#ff0; position:relative; background: url('/img/produtos_categorias/banner/') no-repeat;  -webkit-background-size: cover; -moz-background-size: cover;  -o-background-size: cover; background-size: cover;}
        .quadro_cat{width:24%;  background-color: #00f; background: url('/img/div-bg_1.png') repeat; float:left; margin: 0 0.5% 0 0.5%; line-height: 30px; height:200px; text-align:center; padding-top:85px;}
    .quadro_cat_hover{width:24%;  background-color: #00f; background: url('/img/div-bg_2.png') repeat; float:left; margin: 0 0.5% 0 0.5%; line-height: 30px; height:200px; text-align:center; padding-top:85px;}
    @media screen and (max-width: 767px){ 
        .div_categorias{display:none;}
    }
    @media screen and (min-width: 768px){ 
        .div_categorias{display:block;}
    }


    .wrap_logomobile{ background: rgba(37,108,178,0.80); top: 20px; position: relative; }

    
    #nav-mobile{ display: table; width: 100%; background: rgba(37,108,178,0.80); padding: 0; position: relative; z-index: 999999; top: 20px; text-align: center; height: 60px; color: #FFFFFF; border-bottom: solid 1px #FFFFFF; line-height: 60px; }
    #nav-mobile #wrap_filler{ display: block;width: 120px;float: left;margin: 0px 10px 0 10px; }
    #nav-mobile #wrap_icon{ border: solid 1px #FFFFFF; border-radius: 100%; display: block; height: 40px; width: 40px; float: right; margin: 10px; padding-top: 4px; }
    #nav-mobile #wrap_icon:hover{ cursor: pointer; }
    #nav-mobile #wrap_icon .lin{ background: #FFFFFF; width: 24px; height: 4px; margin: 4px 8px; display: block; }
    
    #nav-mobile-box{ display: block; position: fixed; height: 100%; z-index: 999999999999999999999; width: 100%; background: rgba(0,0,0,0.9); top:0px; left:-100%; }
    #nav-mobile-box a{ color: #FFFFFF; padding: 20px 0;    display: table; width: 100%; }
    #nav-mobile-box a:hover{ color: #14395E; }
    #nav-mobile-box #menu_side{ display: block; position: relative; height: 100%; z-index: 9999999999999999999999; width: 70%; background: #256CB2; top:0px; left:0px; overflow-y: scroll; }
    #nav-mobile-box #close_side{ display: block; position: relative; height: 100%; z-index: 9999999999999999999999; width: 30%;  top: -100%; left: 70%; }
    #nav-mobile-box #ttlmenu{ text-align: center; font-weight: bold; color: #FFFFFF; display: block; width: 100%; height: 40px; line-height: 40px; }
    #nav-mobile-box ul{ width: 100%; }
    #nav-mobile-box ul li{ width: 100%; padding: 0 20px; border-bottom: dotted #FFFFFF 1px; }
   
                body{ font:normal 400 100%/100%; text-shadow: rgba(255,255,255,0.2) 0 0 1px; background-image: url(/master/img/patterns/groovepaper.png); background-repeat: repeat; background-attachment: fixed;background-position: top center;}
        
    .wrap_top{ background: # !important; display: table; width: 100%; -moz-box-shadow: 0px 1px 10px #000000; -webkit-box-shadow: 0px 1px 10px #999999; box-shadow: 0px 1px 10px #999999; position: relative; z-index: 888;   padding: 10px 0 20px 0;}

    .nav a{ text-align: center; display: table-cell; height: 40px; color: #000000 !important; background: url('/img/hover_nav.png') 250px bottom no-repeat; text-decoration: none !important; font-size: 12px; line-height: 40px; font-weight: 600;}    
   
    .chamada_home{ }
    .chamada_home a{ max-width: 1280px; width: 100%; margin: 0 auto 0 auto; display: block; color: #FFFFFF !important; text-transform: uppercase;  text-align: center; text-decoration:none; }

    .linha_cima_banner{ width:100%; height:2px; background: #FF922E !important;}

    .title h1,.title h2,.title h3,.title h4,.title h6{ font-family: 'Montserrat'; display: block; width: 100%; margin: 10px 0 2px 0 !important; font-size: 26px; font-weight: 500; color: #000000 !important; text-transform: uppercase; }
    .title h5{ font-family: 'Montserrat'; display: block; width: 100%; margin: 10px 0 2px 0 !important; font-size: 26px; font-weight: 500; color: #000000 !important; text-transform: uppercase; }    
     h1,h2,h3,h4,h6{ font-family: 'Montserrat'; color: #000000 !important; font-size: 26px; font-weight: 400; line-height: 26px; margin-bottom: 5px;} 
     h5{ font-family: 'Montserrat'; color: #000000 !important; font-size: 26px; font-weight: 400; line-height: 26px; margin-bottom: 5px;}      
    
    
    
    .title_first h1, .title_first h2, .title_first h3, .title_first h4, .title_first h5, .title_first h6{ font-family: 'Montserrat'; display: block; width: 100%; margin: 10px 0 12px 0 !important; font-weight: 900; text-transform: uppercase; } 
    
    
    @media screen and (max-width: 767px){ 
        .title_first h1, .title_first h2, .title_first h3, .title_first h4, .title_first h5, .title_first h6{color: #ff922e !important; font-size: 26px;}
        .title p, .title_first p{ color: #000000 !important; }
    }
    @media screen and (min-width: 768px){ 
        .title_first h1, .title_first h2, .title_first h3, .title_first h4, .title_first h5, .title_first h6{color: #ff922e !important; font-size: 50px;}
        .title p, .title_first p{ color: #000000 !important; }
    }
    
    
    
    .title p, .title_first p{ display: block; font-weight: 300; line-height: 20px; font-size: 14px; padding:2px 0 0 2px; /*color: #595859;*/ }
    
    .wrap_news .month-news{ font-size:12px; width: 40px; height: 20px; line-height: 20px; display: block; background: #000000 !important; color: #fff; font-weight: bold; text-align: center; border:solid 1px #000000 !important; -moz-border-radius-topleft: 0px; -moz-border-radius-topright:0px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-top: none; }
    .wrap_news .day-news{ font-size:22px; color: #000000 !important; font-weight: bold; width: 40px; height: 35px; line-height: 35px; text-align: center; border:solid 1px #c2c2c2; -moz-border-radius-topleft: 5px; -moz-border-radius-topright:5px; -moz-border-radius-bottomleft:0px; -moz-border-radius-bottomright:0px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-bottom-left-radius:0px; -webkit-border-bottom-right-radius:0px; border-top-left-radius:5px; border-top-right-radius:5px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; border-bottom: none; }    

    /*
    a.bts{  padding: 2px 20px 2px 20px; text-align: center; text-decoration: none; background: #FF922E; color: #fff !important; line-height: 50px; border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin-bottom: 5px; }
    */
    a.bts{ 
        padding: 2px 20px 2px 20px;
        text-align: center;
        text-decoration: none;
        background: #fff;
        color: #777777 !important;
        line-height: 50px;
        border: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 5px;
        border: solid 1px #777777;
        font-weight: 300;
    }
    
    .hr,hr{ border-bottom: #FF922E dotted 1px; }
    .footer .ttl{ border-bottom: dotted 1px #FFFFFF; color: #FFFFFF; }

    a.bts:hover{ /* background: rgba(255,146,46,0.75) !important;*/ }

    @media screen and (max-width: 767px){ 
        a.bts{ width: 100%; display:table; font-size: 20px; }
    }
    @media screen and (min-width: 768px){ 
        a.bts{ width: auto; font-size: 16px; }
    }
    
    a:link { text-decoration:none; }  

    @media screen and (max-width: 767px){ 
        .form-tel1-email-topo div{margin:0px; line-height: 20px;  color: #000000 !important;  font-size: 12px; font-weight: 600; padding-right: 0;}
    }

    @media screen and (min-width: 768px){ 
        .form-tel1-email-topo div{margin:0px; float: right; line-height: 18px; color: #000000 !important; font-size: 16px; font-weight: 600; padding-right: 10px;}
    }

            .footer{ font-size: 12px; padding: 0 0 0 0; margin: 100px 0 -20px 0; background: #FFFFFF !important; color: #FFFFFF; border-bottom: solid 1px #313233; }
        

    

    .float_numbers_desk{
        background: #000000;
        position: fixed;
        right: -100%;
        top:20%;
        z-index: 9999999999999999999999999999999999999999999999;
        border:none;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright:0px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:0px;
        -webkit-border-top-left-radius:5px;
        -webkit-border-top-right-radius:0px;
        -webkit-border-bottom-left-radius:5px;
        -webkit-border-bottom-right-radius:0px;
        border-top-left-radius:5px;
        border-top-right-radius:0px;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:0px;
        color: #fff;
        padding:10px 20px 10px 0;
        font-size:22px;
    }


/*.mini_logo_mobile{ display: inline-block; max-height: 60px; }*/

    .menu_horizontal *{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
    
    .menu_horizontal { display: table; width: 100%; margin: 0 0 20px 0; border-bottom: solid 1px #b3b3b3; }
    .menu_horizontal h5{ text-transform: uppercase; }
    .menu_horizontal a{ padding: 0 20px; font-size: 14px; display: block; margin: 0 10px 10px 0; line-height: 30px; float: left; border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    .menu_horizontal a.cat{ background: #FF922E; color: #fff; font-weight: bold; }
    .menu_horizontal a.sub{ background: #FF922E; color: #fff; }
    .menu_horizontal a:hover{ text-decoration: none; background: #999; color:#333 !important; }


    a.box_padrao b, a.box_lsthome b, .wrap_news .title-news b, .footer .ttl, .lst_int .top, .title_list_videos{ font-family: 'Montserrat'; }
    @media screen and (max-width: 767px){ 
        .wrap_cont_slide{        display: none !important; }
    }
    
    @media screen and (min-width: 768px){ 
        .wrap_cont_slide{        display: table !important;        background: rgba(255,255,255,0.75);        position: absolute;        top: 40%;        right: 15%;        padding: 20px;        max-width: 420px;    }
    }

    .wrap_cont_slide .cont_ttl{
        width: 100%;
        color: #000000;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0 1px 0 #fff;
    }
    .wrap_cont_slide .cont_desc{
        font-size: 14px;
        text-align: center;
        margin: 10px 0 10px 0;
    }
    .wrap_cont_slide .grp_bts{
        display: table !important;
        margin:0 auto;
    }
    .wrap_cont_slide .cont_link{
        display: inline-block;
        vertical-align: top;
        padding: 0 10px !important;
        vertical-align: middle;
        margin: 0 1px;
        border: solid 3px #FF922E;
        font-size: 22px;
        line-height: 44px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        background: #FF922E;
        color: #fff;
        float: left;
    }
    .wrap_cont_slide .nohand:hover{
        cursor: default !important;
        background: #FF922E !important;
    }
    .wrap_cont_slide .cont_link:hover{
        background:#fff;
        color: #FF922E !important;
    }
    .wrap_cont_slide .prevcss, .wrap_cont_slide .nextcss{
        display: table !important;
        vertical-align: top;
        padding: 0 10px !important;
        vertical-align: middle;
        margin: 0 1px;
        border: solid 3px #FF922E;
        font-size: 22px;
        line-height: 44px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        background: #FF922E;
        color: #fff;
        float: left;
        width: 50px;
        text-align:center;
    }
    .wrap_cont_slide .prevcss:hover, .wrap_cont_slide .nextcss:hover{
        background:#fff;
        color: #FF922E;
        cursor: pointer;
    }

@media screen and (max-width: 767px){ 
    .wrap_bts_banner{    width: 100%;     position: relative;    z-index: 999;}
    .bts_com_banner{ max-width: 100%;    margin: 20px auto 0 auto; }
    .bts_sem_banner{ max-width: 100%;    margin: 20px auto 0 auto; }
    .box_bts_banner{float:left;padding: 20px 40px; }
    .bb_width_1{width:100%;}
    .bb_width_2{width:100%;}
    .bb_width_3{width:100%;}
    .bb_width_4{width:100%;}
}

@media screen and (min-width: 768px){ 
    .wrap_bts_banner{    width: 100%;        position: relative;    z-index: 9999999;}
    .bts_com_banner{ max-width: 1180px;    margin: -145px auto 0 auto; }
    .bts_sem_banner{ max-width: 100%;    margin: 30px auto 0 auto; }
    .box_bts_banner{float:left;padding: 20px 40px;    min-height: 330px;}
    .bb_width_1{width:100%;}
    .bb_width_2{width:50%;}
    .bb_width_3{width:33.33%;}
    .bb_width_4{width:25%;}
}

@media screen and (max-width: 767px){ 
    .box_bts_banner img{display: block; margin: 0 auto 0 auto; max-width: 40px; border-radius: 100%;-moz-box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;}
}

@media screen and (min-width: 768px){ 
    .box_bts_banner img{display: block; margin: 10px auto 20px auto; border-radius: 100%;-moz-box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;}
}

.box_bts_banner span{display: block;
    color: #000000;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
        padding: 20px 0 0 0;font-family: 'Montserrat';}
.box_bts_banner p{    display: block;
    color: #000000;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 10px 0;}

.bts_bg_1{
    background: rgba(255,146,46,0.8);}
.bts_bg_2{
    background: rgba(255,146,46,0.65);}


    @media screen and (max-width: 767px){ 
        .fixartopo_geral{top:0px;width:100%;}
    }
    @media screen and (min-width: 768px){ 
        .fixartopo_geral{position:absolute;top:0px;width:100%;}
    }
    .fixarbanner_geral{position:relative;top:0px;}


    .chamada_h5{
        z-index: 999;
        width: 100%;
        margin: 30px 0;
        height: auto;
        text-align: center;
        line-height: 40px;
        font-weight: 300;
        color: #fff;
        background: #256CB2;        padding: 15px;
    }
    .chamada_h5 h5{ color: #FFFFFF !important; font-family: 'Montserrat';}
    
    .wrap_cont_slide .cont_ttl{ font-family: 'Montserrat'; }

    .rel_wrap{position: relative;width: 100%;display: table;}


    #nav-desktop{ display: table; width: 100%; background: rgba(37,108,178,0.80); position: relative; z-index: 99999999; top: 20px; margin-bottom:20px; }    
    #nav-desktop-tr{ display: table; width: 100%; background: rgba(37,108,178,0.0); padding: 20px 0 0 0; position: relative; z-index: 999999; border-radius: 10px;}


    #nav-desktop > div ul *{ transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; }
    #nav-desktop > div ul a{width:100%;    display: table;}
    
    #nav-desktop > div ul{ display: table; margin: 0 auto; text-align: center;}
    
    #nav-desktop > div ul{ float:right; }    
    #nav-desktop > div > ul{ padding: 20px 30px;}
    #nav-desktop > div ul li{ display: inline-block; height: 30px; line-height: 30px; padding: 0 20px; margin: 10px 10px 10px 10px; border: solid 1px #256CB2; }
    #nav-desktop > div ul li ul{ display: none; }
    #nav-desktop > div ul li:hover > ul{ display: block; position: absolute; z-index: 99999999999999999999999; background: #256CB2; margin-top: -1px;    border: solid 1px #14395E;    border-radius: 5px; margin-left:-20px; min-width: 250px;}
    #nav-desktop > div ul li ul li{ display: table; height: 30px; line-height: 30px; padding: 0 20px; margin: 10px 0; width: 100%; }
    #nav-desktop > div ul li ul li > ul{ display: none; }
    #nav-desktop > div ul li ul li:hover > ul{ display: table; position: absolute; z-index: 99999999999999999999999; margin-top: -42px; border-radius: 5px; left: 100%; margin-left: 0px; min-width: 250px; }


    #nav-desktop-tr > div ul *{ transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; }
    #nav-desktop-tr > div ul a{width:100%;  text-align:left;  display: table; font-family: 'Montserrat';}
    #nav-desktop-tr > div ul{ display: table; margin: 0 auto; text-align: center; }
    #nav-desktop-tr > div ul li{ display: inline-block; height: 30px; line-height: 30px; padding: 0 20px; margin: 0 5px 20px 5px; border: solid 1px transparent; }
    #nav-desktop-tr > div ul li ul{ display: none; }
    #nav-desktop-tr > div ul li:hover > ul{ display: block; position: absolute; z-index: 99999999999999999999999; background: #256CB2; margin-top: -1px;border: solid 1px #14395E; border-radius: 2px; margin-left:-20px; min-width: 250px; }
    #nav-desktop-tr > div ul li ul li{ display: table; height: 30px; line-height: 30px; padding: 0 20px; margin: 10px 0;width: 100%; }
    #nav-desktop-tr > div ul li ul li > ul{ display: none; }
    #nav-desktop-tr > div ul li ul li:hover > ul{ display: table; position: absolute; z-index: 99999999999999999999999;  margin-top: -42px; /border-radius: 5px; left: 100%; margin-left: 0px; min-width: 250px; }







    

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html{ overflow-y: scroll; }
html, html a { -webkit-font-smoothing: antialiased !important; font-smooth:always !important; text-rendering: optimizeLegibility !important; }

a{ color: #127ee9; text-decoration: none; }
a:hover{ text-decoration: none; }


#vertical { display:table; width:100%; }

@media screen and (max-width: 767px){ 
    #vertical .cl_logo{ display:table; width:100%; min-width: 160px; margin: 0 auto; }
}

@media screen and (min-width: 768px){ 
    #vertical .cl_logo{ display:table; width:20%; min-width: 160px; margin: 0 auto; }
}

#vertical .cl100{ display:table; width:100%; }
#vertical > .columns { float:none; display:table-cell; vertical-align:middle; }
@media (max-width: 768px) { #vertical  > .columns { display: block; } }

.banner_meio_2{overflow: hidden; width: 100%; display: table;  border: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: #fff; -moz-box-shadow: 1px 1px 5px #ccc; }

.banner_meio_esquerda{overflow: hidden; width: 50%; float: left; background-color:#0f0;}
.banner_meio_direita{overflow: hidden; width: 50%; float: right; background-color:#00f;}



.etiqueta{ position: absolute; top: 0px; width:100%; height:100%; background-size: cover !important; text-indent: -9999px; }



.banner_borda{ display: block; position: absolute; width: 100%; top: 0px; z-index: 999; pointer-events: none; }




@media screen and (max-width: 767px){ .ttl_vantanges{display:block;width:100%;margin: 40px 0 20px 0;} }
@media screen and (min-width: 768px){ .ttl_vantanges{display:block;width:100%;margin: 100px 0 40px 0;} }
@media screen and (max-width: 767px){ .ttl_vantanges p{font-size: 30px;} }
@media screen and (min-width: 768px){ .ttl_vantanges p{font-size: 40px;} }
.ttl_vantanges p{width: 100%;    color: #777777;    display: block;    text-align: center;}
.ttl_vantanges hr{display: table;    width: 26%;    margin: 10px auto;    height: 3px;    background: #777;    border: none;    float: none;}


.wrap_vantagens_desk{margin-bottom:120px}
.wrap_vantagens_mob{margin-bottom:60px}

.box_vantagem{color:#777;float:left;}
.box_vantagem .front{ position: relative !important; top:0px; }
.box_vantagem .front img{width:100%;display:block;border-bottom:2px #777 solid;}
.box_vantagem .front p{width:100%;display:block;text-align:center;padding:10px 0;}
@media screen and (min-width: 768px) and (max-width : 1199px) { .box_vantagem .back{padding:10px !important;font-size:12px !important;} }
@media screen and (min-width: 1200px){ .box_vantagem .back{padding:20px;font-size:16px;} }
.box_vantagem .back{ position: absolute !important; top:0px; background:#777; color:#fff; text-align:center; border-radius:6px; font-weight: 300; }
.box_vantagem .back b{ color: #fff;    border-bottom: solid 1px #fff;    width: 100%;    display: table;    padding:10px 0;    margin: 0 0 10px 0;    text-transform: uppercase;    font-weight: 400; }
.box_vantagem{width:20%;margin: 20px 2.5%;}



.box_vantagem_mob{color:#777;width:45%;margin: 20px 2.5%;float:left;}
.box_vantagem_mob img{width:100%;display:block;border-bottom:2px #777 solid;}
.box_vantagem_mob p{width:100%;display:block;text-align:center;padding:10px 0;}




@media screen and (max-width: 767px){ .banner_rodape{ padding: 10px 0 40px 0; } }
@media screen and (min-width: 768px){ .banner_rodape{ padding: 100px 0 160px 0; } }


@media screen and (max-width: 767px){ .bg_consultor{ background: none; } }
@media screen and (min-width: 768px){ .bg_consultor{ background: #2c7eb8 url(/img/bg_consultores.jpg); background-size: cover; background-attachment: fixed; padding-bottom:100px; } }

@media screen and (max-width: 767px){ .bg_facaseucartao{ background: none; } }
@media screen and (min-width: 768px){ .bg_facaseucartao{ background: #2c7eb8 url(/img/bg_facaseucartao.jpg); background-size: cover; background-attachment: fixed; padding-bottom:100px; } }



@media screen and (max-width: 767px){ .wrap_thumb_mobile img{ max-width: 217px !important; } }

 .wrap_thumb_mobile{ position: relative;    max-width: 320px;    margin: 0 auto;} }
 
.wrap_interna_capa{ position: relative; }

@media screen and (max-width: 767px){ .wrap_corpo{ overflow:hidden; width:100%; display: block; border: none; margin: 0px; padding: 0px; background: none; } }
@media screen and (min-width: 768px){ .wrap_corpo{ overflow:hidden; width:100%;  display: table; border: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; /*background-color: #fff;*/ /*-moz-box-shadow: 1px 1px 5px #ccc; -webkit-box-shadow: 1px 1px 5px #ccc; box-shadow: 1px 1px 5px #ccc;*/ margin-top: 40px; padding: 100px 0px 30px 0px; } }

@media screen and (max-width: 767px){ .wrap_corpo_mobile{ overflow:hidden; width:100%;  display: block; border: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; /*background-color: #fff;*/ /*-moz-box-shadow: 1px 1px 5px #ccc; -webkit-box-shadow: 1px 1px 5px #ccc; box-shadow: 1px 1px 5px #ccc;*/ margin-top: 40px; /*padding: 15px 5px 30px 5px;*/ } }
@media screen and (min-width: 768px){ .wrap_corpo_mobile{ overflow:hidden; width:100%; display: table; border: none; margin: 0px; padding: 0px; background-color: none; } }

.wrap_adsense{ overflow:hidden; width:100%; display: table; padding: 30px 10px 50px 10px; border: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: #fff; -moz-box-shadow: 1px 1px 5px #ccc; -webkit-box-shadow: 1px 1px 5px #ccc; box-shadow: 1px 1px 5px #ccc; margin-top: 40px; }
.addthis_toolbox{margin-bottom:5px;}
.hr, hr{ width:100%; outline:none; margin:10px 0; float:left; position:relative; display: none; }
.wrap_intpal{min-height:500px;}
.likebox { font-weight: 500; color: #000000; text-align: right; float: left; }
.likebox .addthis_sharing_toolbox{ display: inline-block !important; padding: 0 0 0 5px; float: right; }
.breadcumbs{ line-height: 20px; font-size: 14px; margin-top: -5px; font-style: italic; }
.breadcumbs a{ text-decoration: none; color: #000000; }
.img404{width:100%;max-width:526px;margin:0 0 120px 0;}
.w100{ width:100% !important; }
.mb0{margin-bottom:0px !important;}
.autoimage{ width: 100%; display: block; height: auto; }
.txt{ text-align:justify; line-height: 24px; font-size: 14px; }
.ttl_sitemap{color: #fff; font-size: 26px; font-weight: 400; line-height: 26px; margin-bottom: 5px;}
@media screen and (max-width: 767px){ .fl{float:none;} }
@media screen and (min-width: 768px){ .fl{float:left;} }











@media screen and (max-width: 767px){ 
    .wrap_dashedttl {display: block;width: 100%;text-align: center;margin: 40px 0 20px 0;}
    .wrap_dashedttl h6 {display: block;width: 100%;font-size: 20px;line-height: 24px;text-transform: uppercase;font-weight: 400;}
    .wrap_dashedttl img{display:none;}
    .wrap_bannerprlx {display: block;height: 160px;width: 100%;background-attachment: none;background-size: 100% auto;background-repeat: no-repeat;margin: 0 0 60px 0; }
}
@media screen and (min-width: 768px){ 
    .wrap_dashedttl {display: block;width: 100%;text-align: center;margin: 120px 0 60px 0;}
    .wrap_dashedttl h6 {display: block;width: 100%;font-size: 50px;line-height: 60px;text-transform: uppercase;font-weight: 400;}
    .wrap_dashedttl img{display:inline-block;}
    .wrap_bannerprlx {display: block;height: 450px;width: 100%;background-attachment: fixed;background-size: 100% auto;background-repeat: no-repeat;margin: 0 0 60px 0; }
}








@media screen and (max-width: 767px){ 
    .bt_what_contact, .bt_what_contact:hover {
        -webkit-transition:all 1.0s ease;-moz-transition:all 1.0s ease;-o-transition:all 1.0s ease;-ms-transition:all 1.0s ease;transition:all 1.0s ease;
        overflow: hidden;
        font-weight: 400;
        display: table;
        border: none;
        color: #fff !important;
        line-height: 20px;
        padding: 12px 30px;
        border-radius: 10px;
        margin: 0 0 10px 0;
        background: #6ad18e;
        background: -moz-linear-gradient(top, #6ad18e 0%, #0fbc29 100%);
        background: -webkit-linear-gradient(top, #6ad18e 0%,#0fbc29 100%);
        background: linear-gradient(to bottom, #6ad18e 0%,#0fbc29 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 );
        border-bottom: solid 4px #094e0b;
        text-transform: uppercase;
        width:100%;
    }
}
@media screen and (min-width: 768px){
    .bt_what_contact, .bt_what_contact:hover {
        -webkit-transition:all 1.0s ease;-moz-transition:all 1.0s ease;-o-transition:all 1.0s ease;-ms-transition:all 1.0s ease;transition:all 1.0s ease;
        overflow: hidden;
        font-weight: 400;
        display: table;
        border: none;
        color: #fff !important;
        line-height: 40px;
        padding: 12px 30px;
        border-radius: 10px;
        margin: 0 0 10px 0;
        background: #6ad18e;
        background: -moz-linear-gradient(top, #6ad18e 0%, #0fbc29 100%);
        background: -webkit-linear-gradient(top, #6ad18e 0%,#0fbc29 100%);
        background: linear-gradient(to bottom, #6ad18e 0%,#0fbc29 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 );
        border-bottom: solid 4px #094e0b;
        text-transform: uppercase;
    }
}










    .style_recaptcha{position:relative;display:table;height:75px;width:100%;margin:0px !important;padding:0px!important;}
    .style_recaptcha div{margin:0 !important;}
    .style_recaptcha > div{display:table;max-width:250px;overflow:hidden;position:absolute;margin:0px !important;padding:0px!important;}



    h5, h6{ color: #4694e2; font-size: 26px; font-weight: 400; line-height: 26px; margin-bottom: 5px;}
    
    h1 { font-size: 30px; line-height: 30px; color: #919191; }
    h2 { font-size: 25px; line-height: 25px; color: #919191; }
    h3 { font-size: 20px; line-height: 20px; color: #919191; }
    h4 { font-size: 15px; line-height: 15px; color: #919191; }
    
    .title { width: 100%; display: table; margin-top: 20px; }
    .title_first{ width: 100%; display: table; margin: 0px 0 30px 0; }
    
    .title a, .title_first a{ text-decoration: none; font-style: italic; }
    
    
    .light_gray_box{ background: #f0f0f0; display:table; width:100%; padding-bottom:25px; }
    .light_gray_box > div{ margin: 0 1%; width: 98%; }
    
    .lst_sitemap{ color: #4D4D4D; border: solid 1px #ccc; display: table; width: 100%; background: #eaeaea; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 10px; margin-bottom: 20px; }

















    @media screen and (max-width: 767px){ 
        .chamada_home a h1{font-size: 20px;line-height: 25px;}  
    }
    @media screen and (min-width: 768px){ 
        .chamada_home a h1{font-size: 30px;line-height: 40px;}
    }   
    .chamada_home{ background: #D22026; }  
    
    @media screen and (max-width: 767px){ 
        .chamada_home a h5{font-size: 20px;line-height: 25px;}  
    }
    @media screen and (min-width: 768px){ 
        .chamada_home a h5{font-size: 30px;line-height: 40px;}
    }   
    .chamada_home{  }
    .chamada_home a{ max-width: 1280px; width: 100%; margin: 0 auto 0 auto; display: block; color:#fff;text-transform: uppercase;  text-align: center; text-decoration:none; }
    .chamada_home a h5{padding:10px 0 !important;color:#fff;text-transform: none;font-weight: 300;}



    .botoes_curtir_home { margin-top:16px; width:430px; position:relative; margin-left:50%; left:-190px; height:5px; }



    .botoes_curtir_outras { margin-top:-18px; width:auto; position:relative; left:-10px; height:1px; float:right;margin-bottom: 40px;}



    .wrap_news{ width: 100%; }
    .wrap_news a.box-news{ display: table; width: 100%; text-decoration: none; color: #484848; padding: 13px 0 0px 0; }
    .wrap_news .left-news{ display: block; float: left; width: 60px; margin-top: 10px; }
    .wrap_news .right-news{ display: inherit; padding-top: 10px; }
    .wrap_news .title-news b{ display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; font-size: 16px; font-weight: 600; }
    .wrap_news .description-news{ display:block; width: 100%; height: 34px; overflow: hidden; font-size: 12px; line-height: 16px; text-align: justify; margin-top: 5px;}
    .wrap_news .description-news a{display: none;width: 0px;height: 0px;} 



    .wrap_box_home{ margin-bottom: 60px; padding: 15px 10px; border: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: #fff; -moz-box-shadow: 1px 1px 5px #ccc; -webkit-box-shadow: 1px 1px 5px #ccc; box-shadow: 1px 1px 5px #ccc; }



    .wrap_menu_vertical *{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
    .wrap_menu_vertical{ margin:0 0 30px 0; display: block; border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; overflow: hidden; }
    ul.menu_vertical{ display: table; width: 100%;  }
    ul.menu_vertical li{width: 100%; border-bottom: dotted 1px #D7D7D7; display: inherit !important; background: #999999;    padding: 5px;}
    ul.menu_vertical li:last-child{ border: none; }
    ul.menu_vertical li.cat{  background: #D7D7D7; }
    ul.menu_vertical li.cat_tp h2{ background: #4694e2; color: #FFFFFF; margin: 0; padding: 10px 18px; font-size: 18px; font-weight: 600; text-transform: uppercase; }
    ul.menu_vertical li.sub{ padding-left: 25px; background: #eaeaea; display: inherit !important; }
    ul.menu_vertical li:hover{ background: #999; }
    ul.menu_vertical li a{ font-size: 14px; display: block; width: 100%; line-height: 30px; }
    ul.menu_vertical li.cat a{ padding: 0 20px; color: #333; font-weight: 600; }
    ul.menu_vertical li.sub a{ padding: 0 20px; color: #333; }
    ul.menu_vertical li a:hover{ text-decoration: none; color:#333 !important; }



    a.box_padrao *{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
    a.box_padrao{ overflow: hidden; display: block; float: left; position: relative; text-decoration: none; margin-bottom: 30px; }
    @media screen and (max-width: 767px){ 
        a.unit1{ padding: 0 10px; width: 100%; }
        a.unit3, a.unit4, a.unit5, a.unit6, a.unit7, a.unit8, a.unit9, a.unit10, a.unit11, a.unit12, a.unit13, a.unit14, a.unit15, a.unit16, a.unit17, a.unit18, a.unit19, a.unit20{ padding: 0 10px; width: 100%; }
        a.unit2 { padding: 0 10px; width: 50%; }
    }
    @media screen and (min-width: 768px){ 
        a.unit1{ padding: 0 10px; width: 100%; }
        a.unit2{ padding: 0 10px; width: 50%; }
        a.unit3{ padding: 0 10px; width: 33.33%; }
        a.unit4{ padding: 0 10px; width: 25%; }
        a.unit5{ padding: 0 20px; width: 20%; }
        a.unit6{ padding: 0 10px; width: 16.66%; }
        a.unit7{ padding: 0 10px; width: 14.28%; }
        a.unit8{ padding: 0 10px; width: 12.5%; }
        a.unit9{ padding: 0 10px; width: 11.11%; }
        a.unit10{ padding: 0 10px; width: 10%; }
        a.unit11{ padding: 0 10px; width: 9.09%; }
        a.unit12{ padding: 0 10px; width: 8.33%; }
        a.unit13{ padding: 0 10px; width: 7.69%; }
        a.unit14{ padding: 0 10px; width: 7.14%; }
        a.unit15{ padding: 0 10px; width: 6.66%; }
        a.unit16{ padding: 0 10px; width: 6.25%; }
        a.unit17{ padding: 0 10px; width: 5.88%; }
        a.unit18{ padding: 0 10px; width: 5.55%; }
        a.unit19{ padding: 0 10px; width: 5.26%; }
        a.unit20{ padding: 0 10px; width: 5%; }
    }
    a.box_padrao b{ text-transform: uppercase; text-align: center; display: block; width: 100%; margin: 5px 0 5px 0; color: #444; font-size: 14px; font-weight: bold; overflow: hidden; line-height: 20px; height:40px; }
    
    @media screen and (max-width: 767px){ 
        a.box_padrao b{ line-height: 16px; height:32px; }
    }
    @media screen and (min-width: 768px){ 
        a.box_padrao b{ line-height: 16px; height:32px; }
    }
    a.box_padrao img{     max-width: 217px;    margin: 0 auto;border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    a.box_padrao .desc_lil{ margin: 5px 5% 5px 5%; font-size: 14px; line-height: 18px; display: block; float: left; width: 90%; height: 54px; overflow: hidden; text-align: center; }


    a.box_padrao .wrap_fx_zm{ max-width: 320px;    margin: 0 auto; position: relative; overflow: hidden; /*background: #000;*/ border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    a.box_padrao img.fx_zm{ width: 20px !important; height: 20px; position: absolute; top: 50%; right: -20px; transform: translate(0, -50%); }
    /*a.box_padrao:hover img.fx_zm{ width: 20px !important; height: 20px; position: absolute; top: 50%; right: 40%; transform: translate(-50%, -50%); }
    a.box_padrao:hover img.bg_fx_zm{ 
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.70; -khtml-opacity: 0.70; opacity: 0.70; 
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);
    }*/
    .llb{float:left; width:20%;}
    .rlb{float:left; width:80%; padding-left:20px;}
    
    a.box_padrao .roundimage{ border:solid 10px #fff; -moz-border-radius: 50% !important; -webkit-border-radius: 50% !important; border-radius: 50% !important; }
    a.box_padrao img.pb_fx{ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(0%); }
    a.box_padrao:hover img.pb_fx{ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }

    a.box_padrao .fx_polaroid{ background: #fff; margin: 10px auto 5px auto; max-width:320px; padding-bottom: 20px; -moz-box-shadow: 1px 1px 5px #ccc; -webkit-box-shadow: 1px 1px 5px #ccc; box-shadow: 1px 1px 5px #ccc; }
    a.box_padrao .fx_polaroid img{ border:none; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; border-radius: 0px !important; }
    a.box_padrao .fx_polaroid b{ font-size: 14px; font-weight: bold; width: 100%; text-align: center; padding:0 10px; }
    
    img.roundconners{ border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    
    a.btssubs{ float: left; padding:10px; margin: 10px 15px 5px 0; background: #fff; border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;  }
    a.bt_pai{ float: left; padding: 10px; margin: 10px 15px 5px 0; background: #4694e2; border: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; color: #fff; }



    a.box_lsthome *{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
    
    
    
    @media screen and (max-width: 767px){ a.box_lsthome{ color: #333; display: block; margin-bottom: 23px; text-decoration: none; padding-right: 0px; } }
    @media screen and (min-width: 768px){ a.box_lsthome{ color: #333; display: block; margin-bottom: 23px; text-decoration: none; padding-right: 15px; } }
    
    a.box_lsthome img{max-width: 320px;margin: 0 auto; border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    a.box_lsthome b{ font-weight:600; display: block; margin: 4px 0 4px 0; line-height: 20px; height: 20px; overflow: hidden; }
    a.box_lsthome .lil{ font-size: 12px; line-height: 20px; display: block; float: left; width: 100%; text-align: justify; height: 80px; overflow: hidden; }



    .lst_int .img-lst{ max-width: 320px;  margin: 0 auto 20px auto; background: #eaeaea; border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    .lst_int { width:100%; margin: 20px 0; padding-bottom: 20px; display: table; }
    .lst_int .top{ line-height: 26px; font-weight: bold; margin-bottom: 20px; width: 100%; display:block; font-size: 24px; /*color:#333;*/ }
    .lst_int .txt{ margin-bottom: 20px; width: 100%; display:block; }
    .lst_int:hover .txt{}
    
    .gray_box{ /*color: #4D4D4D;*/ border: solid 1px #ccc; width: 100%; /*background: #f00;*/ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 10px; margin-bottom: 20px;}
    a.gray_box{ text-decoration: none; /*color: #333;*/ }
    .gray_box .title_gray_box{font-size: 20px; display: block; width: 100%; font-weight: bold; margin-bottom: 20px;}
    
    a.nuvem{border: solid 1px #eaeaea; display: table; width: auto; background: #fff; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 10px; margin: 0 10px 10px 0; float:left; border-radius: 4px;}
    
    .div_nuvem_esconder{display: none;}
    .div_nuvem_mostrar{display: block;}
    .nuvem_seta{float: right;}
    
    .wrap_form_area{width:100%;max-width: 400px;}
    .tab_area{width: 100%;}
    .tab_area th, .tab_area td{padding:0 5px; height: 30px; line-height: 30px; border:solid 1px #eaeaea;}
    .tab_area th{background: #3079ca;color:#fff;font-weight: bold;}
    .tab_area td a{text-decoration: none; color:#333;}
    .tab_area td.cor1{background: #bcd6f3;color:#333;}
    .tab_area td.cor2{background: #91bcec;color:#333;}
    
    .no-borde{border: none !important;}
    
    .box-5{ width: 5%; display: block; float: left; } .box-10{ width: 10%; display: block; float: left; } .box-15{ width: 15%; display: block; float: left; } .box-20{ width: 20%; display: block; float: left; } .box-25{ width: 25%; display: block; float: left; } .box-30{ width: 30%; display: block; float: left; } .box-35{ width: 35%; display: block; float: left; } .box-40{ width: 40%; display: block; float: left; } .box-45{ width: 45%; display: block; float: left; } .box-50{ width: 50%; display: block; float: left; } .box-55{ width: 55%; display: block; float: left; } .box-60{ width: 60%; display: block; float: left; } .box-65{ width: 65%; display: block; float: left; } .box-70{ width: 70%; display: block; float: left; } .box-75{ width: 75%; display: block; float: left; } .box-80{ width: 80%; display: block; float: left; } .box-85{ width: 85%; display: block; float: left; } .box-90{ width: 90%; display: block; float: left; } .box-95{ width: 95%; display: block; float: left; } .box-100{ width: 100%; display: block; float: left; }
    .box-10-pl{padding-left: 10%;} .box-10-pr{padding-right: 10%;}
    
    .wrap-conteudo { color: #333; height: auto; display: table; padding: 0px 0px 50px 0; min-height: 270px; }
    .listagem a { text-decoration: none; color: #333; }
    .listagem .title_list { font-size: 16px; font-weight: bold; display: block; width: 100%; color: #375766; }
    .listagem .hr_list { border-bottom: solid 1px #375766; display: block; height: 1px; margin: 20px 0; }



    @media screen and (max-width: 767px){ a.bts{ margin: 10px auto 50px auto; display: table; } }
    @media screen and (min-width: 768px){ a.bts{ float: right; margin: 10px 0 0 10px; padding:0 50px; height:40px; line-height:40px; } }
    
    /*
    a.bt_arquivo{     margin: 0 0 10px 0;    padding: 10px 20px;    text-align: center;    text-decoration: none;    background: #FF922E;    color: #fff;    font-size: 20px;    font-weight: normal;    line-height: 30px;    border:solid 1px #FF922E;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    border-radius: 4px;    display: table; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s;}
    a.bt_arquivo:hover{ background: #fff; color: #FF922E;  }
    
    a.bt_extra{     margin: 0 0 10px 0;    padding: 10px 20px;    text-align: center;    text-decoration: none;    background: #FF922E;    color: #fff;    font-size: 20px;    font-weight: normal;    line-height: 30px;    border:solid 1px #FF922E;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    border-radius: 4px;    display: table; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s;}
    a.bt_extra:hover{ background: #fff; color: #FF922E;  }
    
    .bt_extra{ color: # !important; background: # !important; background: -moz-linear-gradient(top, # !important; 0%, # !important; 50%, # !important; 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,# !important;), color-stop(50%,# !important;), color-stop(100%,# !important;)); background: -webkit-linear-gradient(top, # !important; 0%,# !important; 50%,# !important; 100%); background: -o-linear-gradient(top, # !important; 0%,# !important; 50%,# !important; 100%); background: -ms-linear-gradient(top, # !important; 0%,# !important; 50%,# !important; 100%); background: linear-gradient(to bottom, # !important; 0%,# !important; 50%,# !important; 100%); z-index:99999;}    
    */
    
    /*
    a.bt_finaliza{     margin: 30px 0 10px 0;    padding: 10px 20px;    text-align: center;    text-decoration: none;    background: #FF922E;    color: #fff;    font-size: 20px;    font-weight: 300;    line-height: 30px;    border: solid 1px #FF922E;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    border-radius: 4px;    display: table;    transition: all 0.4s ease 0s;    -webkit-transition: all 0.4s ease 0s;    -ms-transition: all 0.4s ease 0s;    -moz-transition: all 0.4s ease 0s;    -o-transition: all 0.4s ease 0s;    width: 100%;    text-transform: uppercase;    }
    */





    
    







    @media screen and (max-width: 767px){ 
        a.bt_extra, a.bt_arquivo {
            overflow: hidden;
            font-weight: 400;
            display: table;
            border: none;
            color: #56380b;
            line-height: 40px;
            padding: 12px 30px;
            border-radius: 10px;
            margin: 0 0 10px 0;
            background: #ffb70f;
            background: -moz-linear-gradient(top, #ffb70f 0%, #ff7d32 100%);
            background: -webkit-linear-gradient(top, #ffb70f 0%,#ff7d32 100%);
            background: linear-gradient(to bottom, #ffb70f 0%,#ff7d32 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb70f', endColorstr='#ff7d32',GradientType=0 );
            border-bottom: solid 4px #56380b !important;
            text-transform: uppercase;
            width:100%;
        }
        a.bt_extra:hover, a.bt_arquivo:hover{color: #56380b !important;}
    }
    @media screen and (min-width: 768px){
        a.bt_extra, a.bt_arquivo {
            overflow: hidden;
            font-weight: 400;
            display: table;
            border: none;
            color: #56380b;
            line-height: 40px;
            padding: 12px 30px;
            border-radius: 10px;
            margin: 0 0 10px 0;
            background: #ffb70f;
            background: -moz-linear-gradient(top, #ffb70f 0%, #ff7d32 100%);
            background: -webkit-linear-gradient(top, #ffb70f 0%,#ff7d32 100%);
            background: linear-gradient(to bottom, #ffb70f 0%,#ff7d32 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb70f', endColorstr='#ff7d32',GradientType=0 );
            border-bottom: solid 4px #56380b !important;
            text-transform: uppercase;
        }
        a.bt_extra:hover, a.bt_arquivo:hover{color: #56380b !important;}
    }














    a.bt_finaliza {
        margin: 30px 0 10px 0;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        background: #none;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        border: solid 1px #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        display: table;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        width: auto;
        text-transform: uppercase;
        float: right;
    }
    a.bt_finaliza:hover{ background: #fff; color: #FF922E;  }
    
    .left-mult{padding-right: 20px;}
    .right-mult{padding-left: 20px;}
    


    .list_fotos{ margin-bottom: 15px; background: #fff; float:left; }
    .list_fotos img{ width: 100%; padding: 0; margin: 0 auto; display: block; }
    .list_fotos a.titulo{ background: #fff; color:#333; text-decoration:none; padding:0; width:100%; height:40px; line-height:40px; overflow:hidden; display:block; text-transform:uppercase; }
    .list_fotos .wrap_desc{ display:block; padding: 5px 0; width:100%; overflow:hidden; background: #fff; }
    .list_fotos .desc{ line-height:20px; display:block; height:60px; overflow:hidden; width:100%; color:#603d2a;font-size: 12px; }
    
    .box_int_fotos{ margin-bottom: 25px;}



    .video-interna{ background-position: center center; background-size: auto 100%; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%; border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    .title_list_videos{ text-transform:uppercase; font-size: 18px; line-height: 20px; height: 20px; width: 100%; display: table; margin: 38px 0 10px 0; }
    .box-small-videos{overflow: hidden;margin-bottom: 10px;}
    .box-small-videos strong{ line-height: 20px; height: 20px; width: 100%; overflow: hidden; display: block; /*color: #2D2D2D;*/ font-weight: 500; margin-bottom: 5px; }
    .box-small-videos span.top-video{  height: 455px; margin-bottom: -455px; position: relative; z-index: 15; display: block; overflow: hidden; width: 100%;}
    .box-small-videos span.top-video img{ top: 0%; bottom: 0%; margin: -10% auto auto auto; height: auto; width: auto; max-width: 100%; max-height: 100%; }
    .box-small-videos img.bottom-video{position: relative; z-index: 30;}



    @media screen and (max-width: 767px){ .mobile{display: block !important;} .notmobile{display: none !important;}}
    @media screen and (min-width: 768px){ .mobile{display: none !important;} }
    @media screen and (max-width: 767px){ .break-mobile{ clear: both; } }



    @media screen and (max-width: 767px){ .mobilewhats{display: table !important;} .notmobilewhats{display: none !important;}}
    @media screen and (min-width: 768px){ .mobilewhats{display: none !important;} }
    




    #gallery_01 img{border:2px solid white;}
    .zoomContainer{ width: 100% !important; height: auto !important;  margin-bottom: 30px; }
    .active img{border:2px solid #333 !important;}



    .gray_box{  background: rgba(0,0,0,0.2);    border: none;   border-radius: 2px; box-sizing: border-box; display: table; moz-border-radius: 2px; moz-box-sizing: border-box; padding: 10px;  webkit-border-radius: 2px;  webkit-box-sizing: border-box;  width: 100%; font-size: 14px;}
    .red_box{ background: #FCBABA; border: solid 1px #862A2A; border-radius: 2px; box-sizing: border-box; display: table; moz-border-radius: 2px; moz-box-sizing: border-box; padding: 10px; webkit-border-radius: 2px; webkit-box-sizing: border-box; width: 100%; margin-bottom: 10px; font-size: 14px; }
    .green_box{   background: #E8FFDD;   border: solid 1px #A2D882; border-radius: 2px; box-sizing: border-box; display: table; moz-border-radius: 2px; moz-box-sizing: border-box; padding: 10px; webkit-border-radius: 2px; webkit-box-sizing: border-box; width: 100%;margin-bottom: 10px; font-size: 14px; }
    .yellow_box{ background: #F6FD90; border: solid 1px #DBC90B; border-radius: 2px; box-sizing: border-box; display: table; moz-border-radius: 2px; moz-box-sizing: border-box; padding: 10px; webkit-border-radius: 2px; webkit-box-sizing: border-box; width: 100%;margin-bottom: 10px; font-size: 14px; }
    .blue_box{ background: #b5cfff; border: solid 1px #2e5fba; border-radius: 2px; box-sizing: border-box; display: table; moz-border-radius: 2px; moz-box-sizing: border-box; padding: 10px; webkit-border-radius: 2px; webkit-box-sizing: border-box; width: 100%;margin-bottom: 10px; font-size: 14px; }



    .cycle-slideshow{ width: 100%; display: table; }
    .cycle-slideshow > div{  }
    .cycle-slideshow > div.first {  }
    .cycle-slideshow div.wrapsize{ display: table; overflow: hidden; }
    .cycle-slideshow .cycle-slide{ width: 100%; display: table;  }
    .cycle-slideshow img { width: 100%; }
    .cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .cycle-slideshow { overflow: hidden !important; width: 100%; min-width: 200px; margin: 0px auto; padding: 0; position: relative; /*background: url('/img/spiner.gif') 50% 50% no-repeat;*/ }
    .cycle-slideshow img:first-child { position: static; z-index: 100; }



    .banner .wrapperSlide{display: block;width: 100%;}
    .banner { width:100%; overflow:hidden; display:block;     margin-top: 20px; position:relative;}    
    .banner .wrap-pager{ max-width: 1270px; margin: 0 auto; width: 100%;}
    .banner .cycle-pager { z-index: 99900; position: relative; overflow: hidden; height: 25px; margin-top: -25px; float: right; display: table; width: auto; }
    .banner .cycle-pager strong{ display: block; float: left; margin-right: 5px; }
    .banner .cycle-pager strong a{  background: rgba(255,255,255,0.5); color: #333; text-decoration: none; height: 25px; padding: 0 8px; line-height: 25px; font-size:12px; border-top: #eaeaea solid 1px; border-left: #eaeaea solid 1px; border-right: #eaeaea solid 1px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright:4px; -moz-border-radius-bottomleft:0px; -moz-border-radius-bottom-right:0px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:0px; -webkit-border-bottom-right-radius:0px; border-top-left-radius:4px; border-top-right-radius:4px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; }
    .banner .cycle-pager strong.cycle-pager-active a{ display: block; float: left; background: rgba(0,0,0,0.5); color: #fff; }
    .banner .cycle-pager > * { cursor: pointer; }
    .banner .cycle-slideshow {display: table;}
    .banner .cycle-slideshow div{display: block;}
    .banner .cycle-slideshow .wrapperSlide{ display:block; width:100%; }
    .banner .cycle-slideshow .wrapperSlide:first-child { position: static; z-index: 100; display:block; }



    @media screen and (min-width: 768px){ 
        .banner:hover .flex-prev, .banner:hover .flex-next{ opacity: 1; }
    }
    .banner:hover .flex-prev{ left: 20px; }
    .banner:hover .flex-next{ right: 20px; }
    .flex-prev, .flex-next { position: absolute; z-index: 1000; width: 50px; height: 50px !important; background-color: rgba(35, 39, 41, 0.4) !important; display: block;  bottom: 40%;    cursor: pointer; text-indent: -9999px; opacity: 0; filter: Alpha(opacity=0); border-width: 5px; border-style: solid; border-color: rgba(0, 0, 0, 0.5); -webkit-background-clip: padding-box !important; background-clip: padding-box !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; }
    .flex-next { background:url('/img/slider-next.png') center no-repeat; right: -100px; }
    .flex-prev { background: url('/img/slider-prev.png') center no-repeat; left: -100px; }
    .flex-next:hover { background-color: rgba(0, 0, 0, 0.2) !important; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transition: rotate(360deg); transform: rotate(360deg); }
    .flex-prev:hover { background-color: rgba(0, 0, 0, 0.2) !important; -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -o-transform: rotate(-360deg); -ms-transition: rotate(-360deg); transform: rotate(-360deg); }
    
    
    
    .rous_port{overflow:hidden;}
    .rous_port .cycle-slideshow .cycle-slide{ padding: 20px 30px; }
    @media screen and (min-width: 768px){ 
        .rous_port:hover .flex-prev-port, .rous_port:hover .flex-next-port{ opacity: 1;  }
    }
    .rous_port:hover .flex-prev-port{ left: 0px; }
    .rous_port:hover .flex-next-port{ right: 0px; }
    .flex-prev-port, .flex-next-port { position: absolute; z-index: 1000; width: 50px; height: 50px !important; background-color: none; display: block;  bottom: 40%;    cursor: pointer; text-indent: -9999px; opacity: 0; filter: Alpha(opacity=0); border-width: 5px; border-style: none; border-color: none; -webkit-background-clip: padding-box !important; background-clip: padding-box !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; }
    .flex-next-port { background:url('/img/seta_port_dir.png') center no-repeat; right: -100px; }
    .flex-prev-port { background: url('/img/seta_port_esq.png') center no-repeat; left: -100px; }
    .flex-next-port:hover { background-color: none !important; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transition: rotate(360deg); transform: rotate(360deg); }
    .flex-prev-port:hover { background-color: none !important; -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -o-transform: rotate(-360deg); -ms-transition: rotate(-360deg); transform: rotate(-360deg); }
    
    
    
    
    @media screen and (max-width: 767px){ 
        .right_top{ width: 100%; float: left; }
    }
    @media screen and (min-width: 768px){ 
        .right_top{ width: 100%; float: left; padding-left: 60px; display: table; }
    }
    .wrap_bt_js_busca{ width: 5%; display: table-cell; vertical-align: middle; }
    .wrap_bt_js_busca .bt_js_busca{float:right; width:100%; max-width: 50px; display: block; }
    .wrap_bt_js_busca .bt_js_busca:hover{cursor: pointer;}
    @media screen and (max-width: 767px){ 
        .hidden_on_desktop{ height: 30px; }
        .form-busca-home{ width:100%; margin-top: 40px; margin-bottom: 20px; display:table; }
        .form-tel1-email-topo {width:100%; height: 100px; text-align: center; }
        .form-email-topo { padding-top: 35px; }     
    }
    @media screen and (min-width: 768px){ 
        .hidden_on_desktop{ width:100% !important; height: 0px; overflow: hidden; float: none; }
        .form-busca-home{ width: 100%; position: relative; top: 20px; padding: 20px 0; bottom: 25px; height: 60px;display: table;z-index:9999; }
        .form-tel1-email-topo {    width: 100%;  height: 32px; float: right; position: absolute;  z-index: 999999; }
    }
    .form-busca-home input[type=submit]{ float: right; width: 10%; background: #d4d4d4 url(/img/busca.png) no-repeat center center; height: 30px; line-height: 30px; border: solid 1px #989b9c; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 5px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 5px; border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-left-radius: 0px; border-bottom-right-radius: 5px; border-left: none; }
    .form-busca-home input[type=submit]:hover{ cursor: pointer; }
    .form-busca-home input[type=text]{  margin:0px; float: right;  width: 90%; height: 30px;  line-height: 30px;  background-color: #fff;      border: solid 1px#989b9c; -moz-border-radius-topleft: 5px;  -moz-border-radius-topright: 0px;  -moz-border-radius-bottomleft: 5px;  -moz-border-radius-bottomright: 0px;  -webkit-border-top-left-radius: 5px;  -webkit-border-top-right-radius: 0px;  -webkit-border-bottom-left-radius: 5px;  -webkit-border-bottom-right-radius: 0px;  border-top-left-radius: 5px;  border-top-right-radius: 0px;  border-bottom-left-radius: 5px;  border-bottom-right-radius: 0px; }
    .form-busca-home-nav{ width: 100%;}
    .form-busca-home-nav input[type=submit]{ float: right; width: 20%; background: #d4d4d4 url(/img/busca.png) no-repeat center center; height: 30px; line-height: 30px; border: solid 1px #989b9c; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 5px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 5px; border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-left-radius: 0px; border-bottom-right-radius: 5px; border-left: none; }
    .form-busca-home-nav input[type=submit]:hover{ cursor: pointer; }
    .form-busca-home-nav input[type=text]{  margin:0px; float: right;  width: 80%; height: 30px;  line-height: 30px;  background-color: #fff;      border: solid 1px#989b9c; -moz-border-radius-topleft: 5px;  -moz-border-radius-topright: 0px;  -moz-border-radius-bottomleft: 5px;  -moz-border-radius-bottomright: 0px;  -webkit-border-top-left-radius: 5px;  -webkit-border-top-right-radius: 0px;  -webkit-border-bottom-left-radius: 5px;  -webkit-border-bottom-right-radius: 0px;  border-top-left-radius: 5px;  border-top-right-radius: 0px;  border-bottom-left-radius: 5px;  border-bottom-right-radius: 0px; }

.fixer-dtm{display: block; margin: 20px 0 -20px 0;}

.logo_mobile{ display: block; max-width: 230px;width:100%;     margin: 50px auto 10px 110px; }

@media screen and (max-width: 767px){ 
    /*.posicaologo_te{float:none;max-width: 160px;width:100%;     margin: 40px auto 0 auto;position:relative;z-index:9999;}
    .posicaologo_tm{max-width: 160px;width:100%;     margin: 40px auto 0 auto;position:relative; z-index:9999;}
    .posicaologo_td{float:none;max-width: 160px;width:100%;     margin: 40px auto 0 auto;position:relative; z-index:9999;}
    .posicaologo_be{float:none;max-width: 160px;width:100%;     margin: 40px auto 0 auto;position:relative; z-index:9999;}
    .posicaologo_bm{max-width: 160px;width:100%;     margin: 40px auto 0 auto;position:relative; z-index:9999;}
    .posicaologo_bd{float:none;max-width: 160px;width:100%;     margin: 40px auto 0 auto;position:relative; z-index:9999;}
    .posicaologo_e, .posicaologo_d{max-width: 160px;    position: relative;    width: 100%;    margin: 20px auto;position:relative;z-index:9999;}*/
    
    .posicaologo_te, .posicaologo_tm, .posicaologo_td, .posicaologo_be, .posicaologo_bm, .posicaologo_bd, .posicaologo_e, .posicaologo_d{ display:none; }
}

@media screen and (min-width: 768px){ 
    .posicaologo_te{float:left;width:320px;position:relative;top:20px;margin: 20px 0;z-index:9999;}
    .posicaologo_tm{margin:20px auto;width:320px;position:relative;top:20px;z-index:9999;}
    .posicaologo_td{float:right;width:320px;position:relative;top:20px;margin: 20px 0;z-index:9999;}
    .posicaologo_be{float:left;width:320px;position:relative;top:20px;margin: 20px 0;z-index:9999;}
    .posicaologo_bm{margin:20px auto;width:320px;position:relative;top:20px;z-index:9999;}
    .posicaologo_bd{float:right;width:320px;position:relative;top:20px;margin: 20px 0;z-index:9999;}
    .posicaologo_e, .posicaologo_d{width:100%; /*top:20px;*/ padding: 0;position:relative;z-index:9999;}
}



    .wrap_height{ display:table; width: 100%;   margin-top: 10px; }
    .logo{ border:none; }
    
    @media screen and (max-width: 767px){ 
        .logo img{ margin: 10px auto; max-width: 200px; } 
        .logo{ position: absolute; z-index: 9999; margin-top:0px; margin-left: 50%; left: -100px; height:30%;}
    }



    @media screen and (min-width: 768px) and (max-width: 1000px) {
        .faixa_menu{
            height:117px; 
            width:90%; 
            background-color:#fff; 
            position:absolute; 
            z-index:99999; 
            margin-left:5%;
            margin-top:10%;
        }
      }
    
    @media screen and (min-width: 1001px){ 
        .faixa_menu{
            height:117px; 
            width:84%; 
            background-color:#fff; 
            position:absolute; 
            z-index:99999; 
            margin-left:8%;
            margin-top:8%;
    
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        }
    }


.espacotop-tradicional{margin-top: 20px;}

@media screen and (max-width: 767px){ 
    .menu_topo a h5{font-size: 20px;line-height: 25px;} 
}
@media screen and (min-width: 768px){ 
    .menu_topo a h5{font-size: 30px;line-height: 40px;}
}   
.menu_topo{ background: url('/img/fnd_menu.jpg') center center no-repeat; z-index: 9999; }
.menu_topo a{ max-width: 1280px; width: 100%; display: block; color:#fff !important;text-transform: uppercase;  text-align: center; text-decoration:none; }
.menu_topo a h5{padding:10px 0 !important;color:#fff !important;text-transform: none;font-weight: 300;}



    @media screen and (max-width: 1350px){ .social_float{ display: none; } }
    @media screen and (min-width: 1351px){ .social_float{ display: table; position: fixed; right: 0px; top: 50%; transform: translate(0, -50%); border:none; z-index: 1000; } }
    .social_float a{ height: 50px; width:40px; display: block; text-indent: -9999px; }
    .social_float a.fb{ background:url('/img/sprite_main.png') no-repeat -40px 0px; }
    .social_float a.tw{ background:url('/img/sprite_main.png') no-repeat -40px -50px; }
    .social_float a.yt{ background:url('/img/sprite_main.png') no-repeat -40px -100px; }
    .social_float a.lk{ background:url('/img/sprite_main.png') no-repeat -40px -150px; }
    .social_float a.gp{ background:url('/img/sprite_main.png') no-repeat -40px -200px; }
    .social_float a.pt{ background:url('/img/sprite_main.png') no-repeat -40px -250px; }
    .social_float a.it{ background:url('/img/sprite_main.png') no-repeat -40px -300px; }



    .box-exposicao div{background: #eaeaea; padding:10px;}
    .box-exposicao div strong{display:block;line-height:30px;height:30px;overflow:hidden;font-size:18px;color:#333;margin-bottom:5px;}
    .box-exposicao div .desc{line-height:20px;height:70px;overflow:hidden;}
    .box-exposicao div *{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
    .box-exposicao div a.album{background:#333;color:#fff;margin-top:10px;text-decoration:none;display:block;line-height:25px;padding:0 25px;float:right;}
    .box-exposicao div a.album:hover{background:#555;}
    .wrap_album{width: 100%;}
    .wrap_album a{ width: 21%; margin:0 2% 20px 2%; display:block; float:left;  }



    .wrap_video_home{ }
    .wrap_video_home b{ font-size: 16px; font-weight: 400; line-height: 26px; margin-bottom: 5px; display: block; width: 100%; font-style: italic; }



    .box_news_home { float: left; margin-bottom: 60px; }
    .box_news_home .tit_news{ width: 100%; border-bottom: 3px #375766 solid; font-size: 20px; line-height: 26px; color: #375766; }
    .box_news_home .img_news { width: 50%; float: left; }
    .box_news_home .desc_news { width: 50%; float: left; padding: 10px 0 0 10px; text-align: justify; color:#575757; height: 145px; line-height: 15px; text-transform: uppercase; font-size: 12px; overflow: hidden; }
    @media screen and (max-width: 767px){ 
        .boxnumber1, .boxnumber2, .boxnumber3{ width: 100%; margin-right: 0%; }
    }
    @media screen and (min-width: 768px){ 
        .boxnumber1, .boxnumber2{width: 30%;margin-right: 5%;}
        .boxnumber3{width: 30%;margin-right: 0%;}   
    }



    .box_perguntas{ display: block; overflow: hidden; line-height: 20px; height: 20px; width: 90%; margin: 24px 5% 0 5%; text-decoration: none; color: #333; }
    .box_perguntas span{display: block;width: 87%; margin-right:3%; float: left;height: 20px;overflow: hidden;}
    .box_perguntas b{display: block;width: 10%;max-width:20px;float: left;height: 20px;overflow: hidden;background: #375766;color:#fff;text-align: center;font-style:normal;}



    .pagination{ margin-top: 10px; border-top: dotted 1px #aaa; padding-top: 10px; }
    .pagination.no_margin{ margin:0; }
    .pagination li{ float:left; position:relative; margin:5px 5px 5px 0; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; border:solid 1px #ddd; border-radius: 4px; }
    
    
    @media screen and (max-width: 767px){ 
        .pagination li a{ display:block; padding:5px 10px; text-decoration:none; color:#333; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; }
        .pagination li.disabled a{ color:#333; background:none; cursor:not-allowed; }
    }
    @media screen and (min-width: 768px){ 
        .pagination li a{ display:block; padding:5px 10px; text-decoration:none; color:#fff; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; }
        .pagination li.disabled a{ color:#fff; background:none; cursor:not-allowed; }
    }
    .pagination li.active,.pagination li:hover{ background:#ddd; }
    .pagination li.active a{ color:#777 !important; }
    
    
    
    
    
    
    
    
    
    
    @media screen and (max-width: 767px){ 
        span.preco_int {
            font-size: 18px;
            margin: 0 0 10px 0;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            padding: 0 15px;
            line-height: 50px;
            display: inline-block;
            color: #fff;
            float: right;
            border: solid 1px #4dc247;
            background: #6ad18e;
            background: -moz-linear-gradient(top,#6ad18e 0%,#0fbc29 100%);
            background: -webkit-linear-gradient(top,#6ad18e 0%,#0fbc29 100%);
            background: linear-gradient(to bottom,#6ad18e 0%,#0fbc29 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 );
            width: 100%;
        }
        span.preco_int span{ font-size: 14px; }
        span.preco_int i{ font-size: 14px; color:#1b4419; }
    }
    @media screen and (min-width: 768px){ 
        span.preco_int {
            font-size: 18px;
            margin: 0 0 10px 0;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            padding: 0 15px;
            line-height: 50px;
            display: inline-block;
            color: #fff;
            float: right;
            border: solid 1px #4dc247;
            background: #6ad18e;
            background: -moz-linear-gradient(top,#6ad18e 0%,#0fbc29 100%);
            background: -webkit-linear-gradient(top,#6ad18e 0%,#0fbc29 100%);
            background: linear-gradient(to bottom,#6ad18e 0%,#0fbc29 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 );
        }
        span.preco_int span{ font-size: 14px; }
        span.preco_int i{ font-size: 14px; color:#1b4419; }
    }
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    span.geo_int{ width:auto; font-weight: 600; font-size: 16px; margin:5px 5px 5px 0; border: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 0 15px; height: 30px; line-height: 30px; color: #333;  background: #ccc; display: inline-block; }



    .prev-padrao{display: block;background: rgba(0,0,0,0.5) url('/img/arrowsb.png') no-repeat 0px center;height: 100%;width: 20px !important;position: absolute;top: 0px;z-index: 888;left: 0px;}
    .next-padrao{display: block;background: rgba(0,0,0,0.5) url('/img/arrowsb.png') no-repeat -17px center;height: 100%;width: 20px !important;position: absolute;top: 0px;z-index: 888;right: 0px;}
    .prev-padrao:hover{cursor:pointer;}
    .next-padrao:hover{cursor:pointer;}
    .slide_int{display:table;margin:10px 0;width:100%;}
    .slide_int img{display:table; }
    .slide_int a{display:table; width:25%; padding:0 5px; float:left;}
    .slide_int span{width:100%;}
    
    .captcha_txt {line-height: 11px; height: 25px; padding: 1px 8px; font-size: 14px; font-weight: bold;}
    .captcha {height: 30px; line-height: 30px; width: 40%; margin: 0 0 16px 0; padding: 0 10px; color: #333; font-family: Arial;}



    .text {    line-height: 26px;    margin-bottom: 20px;    display: table;     text-align: justify;    width: 100%;    font-weight: 300;    /*background: rgba(0,0,0,0.5);*/    border-radius: 4px;    padding: 20px 10px; }
    .text table{max-width:100%;}
    .text b{ color:#ff922e;  }
    .center{text-align:center;}
    .text img { max-width:100%; }
    .video-int{ margin-top: 10px; margin-bottom: 30px; }
    .video-int .title{ margin-bottom: 10px; clear: both; }


    .breakemail{word-break: break-all;}
    .breaktexts{word-break: break-word;}
    
    .extendedvideo{display:block;width:100%;border-radius:10px;overflow:hidden;margin:30px 0 0 0;}
    
    @media screen and (max-width: 767px){ .form-padrao{ padding: 0px; } }
    @media screen and (min-width: 768px){ .form-padrao{ padding: 15px; } }
    .form-padrao{ border: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #2a7cb6; width: 100%; display: table; }
    .form-padrao div{margin: 10px 0;}
    form.form-padrao *{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-ms-transition:all 0.2s ease;transition:all 0.2s ease;}
    
    .form-padrao h5{text-align:center;text-transform:uppercase;font-size:20px;margin:-10px 0 20px 0;}
    
    .form-padrao input[type=text], .form-padrao input[type=password]{ border: solid 1px #a7a7a7; border-radius: 4px ;height:40px; line-height: 40px; width:100%; padding:0 10px; color:#333; }
    .form-padrao input[type=file]{width:100%;}
    .form-padrao input[type=radio]{ height: 20px; line-height: 20px; float: left; color: #333; }
    
    
    .form-padrao input[type=submit], .form-padrao input[type=button], form input[type=reset] { 
        -webkit-appearance: none; height: 50px !important; line-height: 50px !important; padding: 0 !important; border: none !important; color: #fff !important; margin: 0 auto !important; display: block !important; float: right !important; 
        cursor: pointer !important; font-weight: 300 !important; font-size: 18px !important; border-radius: 4px !important; width: 100% !important; text-transform: uppercase !important; 
        
        background: #ffb70f;
        background: -moz-linear-gradient(top, #ffb70f 0%, #ff7d32 100%);
        background: -webkit-linear-gradient(top, #ffb70f 0%,#ff7d32 100%);
        background: linear-gradient(to bottom, #ffb70f 0%,#ff7d32 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb70f', endColorstr='#ff7d32',GradientType=0 );
        border-bottom: solid 4px #56380b !important;
        text-transform: uppercase;
    
    }
    
    
    .form-padrao select { width: 100%; padding: 0 10px; height:25px; line-height: 25px; color:#333; margin: 0; }
    .form-padrao textarea {     border: solid 1px #a7a7a7;    border-radius: 4px;width: 100%; margin: 0 0 16px 0; padding: 10px; height:115px; line-height: 20px; color:#333; font-family: Arial;}
    .form-padrao form ::-webkit-input-placeholder{ color:#333;}
    .form-padrao form :-moz-placeholder { color:#333; }
    .form-padrao form ::-moz-placeholder { color:#333; }
    .form-padrao form :-ms-input-placeholder { color:#333; }
    .form-padrao label{display: table;    line-height: 11px;      color:#fff !important;  height: 25px;    padding: 1px 4px;    font-size: 16px;    font-weight: 300; }
    .form-padrao label i{margin-right:5px;}
    .form-padrao label small{ color:#444; padding-left: 5px; }
    .form-padrao form span{line-height: 25px;}
    input[type=text]{ height:30px; line-height: 30px; width:100%; margin: 0 0 16px 0; padding:0 10px; color:#333; border: solid 1px #a7a7a7;    border-radius: 4px; }
    input[type=password]{ height:30px; line-height: 30px; width:100%; margin: 0 0 16px 0; padding:0 10px; color:#333; }
    .form-padrao .ttl_form{ width: 100%; color: #ff922e; font-size: 24px; font-weight: 400; border-bottom: solid 1px #ff922e; padding: 0 0 10px 0; display: block; margin: 20px 0; }
    .form-padrao .ttl_form i{ margin-right:5px; }
    .form-padrao .ttl_form span{ float:right; }
    .float_left{float:left;}

    .wrap_inputimage img{float:left;max-width:110px;margin-right:20px; }
    .wrap_inputimage .box_inputfile{float: left;   }
    .wrap_inputimage .box_inputfile p{  color: #535353;    font-weight: 300;    margin: 8px 0 16px 0;}
    
    @media screen and (max-width: 767px){ 
        #formbusca{ width: 98%; margin: 0 1% 30px 1%; border: solid 10px #5189c1; display: table; border-radius: 10px; background: #5189c1; }
        #formbusca input[type=text]{ width: 80%; border: none; border-radius: 0px; float: left; margin:0px; }
        #formbusca input[type=submit]{ -webkit-appearance: none; display: block; width: 20%; float: left; height: 30px; border: none; background: #ff922e; margin:0px; }
        #formbusca input[type=submit]:hover{ cursor:pointer; }
    }
    @media screen and (min-width: 768px){ 
        #formbusca{ width: 98%; margin: 0 1% 30px 1%; border: solid 10px #fff; display: table; border-radius: 10px; background: #fff; }
        #formbusca input[type=text]{ width: 90%; border: none; border-radius: 0px; float: left; margin:0px; }
        #formbusca input[type=submit]{ -webkit-appearance: none; display: block; width: 10%; float: left; height: 30px; border: none; background: #ff922e; margin:0px; }
        #formbusca input[type=submit]:hover{ cursor:pointer; }
    }
    
    
    
    
    
    
    
    @media screen and (max-width: 767px){ .form-news{ width: 90%; margin:0 5%; display: table; padding: 0px; } }
    @media screen and (min-width: 768px){ .form-news{ width: 100%; display: table; padding: 0px; } }
    
    
    .form-news div{margin: 10px 0;}
    form.form-news *{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-ms-transition:all 0.2s ease;transition:all 0.2s ease;}
    
    .form-news input[type=text]{ background: #fff; height:30px; line-height: 30px; width:100%; margin:10px 0; padding:0 10px; color:#333; border: solid 1px #a7a7a7;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    
    
    
    .form-news input[type=submit] {     border: solid 1px #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; height:30px; line-height: 30px; padding: 0 25px; color:#333; margin: 10px 0 16px 0; display:block; float: right; cursor:pointer; background: #fff; font-weight: bold; font-size: 11px; }
    .form-news ::-webkit-input-placeholder{ color:#333;}
    .form-news :-moz-placeholder { color:#333; }
    .form-news ::-moz-placeholder { color:#333; }
    .form-news :-ms-input-placeholder { color:#333; }










    .new_gallery_int{ float: left; padding: 10px; }
    .new_gallery_int img{ border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    @media screen and (max-width: 767px){ .new_gallery_int{ width: 33.33%; } }
    @media screen and (min-width: 768px){ .new_gallery_int{ width: 14.28%; } }
    .new_gallery_int_bigger{ float: left; padding: 10px; }
    .new_gallery_int_bigger img{ border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
    @media screen and (max-width: 767px){ .new_gallery_int_bigger{ width: 33.33%; } }
    @media screen and (min-width: 768px){ .new_gallery_int_bigger{ width: 20%; } }
    @media screen and (max-width: 767px){ .capa_int{ width: 100%;    max-width: 320px;    float: none;    margin: 0 auto 20px auto;    display: block; position: relative;  } }
    @media screen and (min-width: 768px){ .capa_int{ width: 50%; max-width: 320px; float: left; margin: 0 20px 10px 0; display: block; position: relative; } }
    .capa_int img { border:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }



    /*
    ol.social{ width: auto; padding:0px;display: table; margin:0 auto 0 auto; }
    ol.social b{text-indent:-9999px; display:inline-block;}                
    ol.social li{ height: 33px;    width: 33px;    display: inline-block;    margin: 5px;    text-align: center; }
    ol.social a{height:33px;width:33px;display:block;background:none;border:solid 2px #FFFFFF;border-radius:75px;color:#FFFFFF;font-size:16px;line-height:29px;text-align:center;}
    ol.social a:hover{color:#FFFFFF !important;}
    */

    



    ol.social{ width: auto; padding:0px;display: table; margin:0 auto 0 auto; }
    
    ol.social b{text-indent:-9999px; display:inline-block;}                
    
    ol.social li{ height: 40px;    width: 40px;    display: inline-block;    margin: 5px;    text-align: center; }
    ol.social a{height:40px;width:40px;display:block;background:none;border:none;text-indent:-9999px; border-radius:75px;color:#FFFFFF;font-size:16px;line-height:29px;text-align:center;}
    ol.social a:hover{color:#FFFFFF !important;}
    
    ol.social a.fb { background: url('/img/sprite_main.png') no-repeat -154px 0px; }
    ol.social a.tw { background: url('/img/sprite_main.png') no-repeat -154px -40px; }
    ol.social a.yt { background: url('/img/sprite_main.png') no-repeat -154px -80px; }
    ol.social a.lk { background: url('/img/sprite_main.png') no-repeat -154px -120px; }
    ol.social a.gp { background: url('/img/sprite_main.png') no-repeat -154px -160px; }
    ol.social a.pt { background: url('/img/sprite_main.png') no-repeat -154px -200px; }
    ol.social a.it { background: url('/img/sprite_main.png') no-repeat -154px -240px; }
    


    .footer .ttl{ display: block; width: 100%; font-size: 20px; margin-bottom: 10px; padding-bottom: 5px; }
    .footer .logo_base{max-width: 175px;margin:0 auto; display: block;}
    .top_footer{ padding:30px 0 20px 0; display: table; width: 100%; }
    .addressfooter{margin-bottom:30px;}
    .addressfooter span{display: inline-block;}
    .addressfooter i{ font-size: 13px; }
    .addressfooter .ct_home{ float: left; }
    .addressfooter p{ font-size: 14px; line-height: 22px; }
    @media screen and (max-width: 767px){ .addressfooter p{ text-align: center; } }
    @media screen and (min-width: 768px){ .addressfooter p{ text-align: left; } }
    
    .wrap_newsletter{ width: 100%; background: #fff; display: block; margin: 60px 0; padding: 40px 0; }
    .grid_newsletter{ display: block; width: 100%; max-width: 600px; margin:0 auto; }
    .grid_newsletter .ttl{ text-align: center; font-size: 40px; font-weight: 100; margin-bottom: 40px; border-bottom: solid 1px #333; }
    .wrap_social_simplificado {width: 100%;background: #2a7cb6;display: block;margin: 0;padding: 40px 0 0 0;}
    
    a.social_dhgweb{ width: 16px; height: 16px; float: left; display: table; margin: -2px 5px 0 5px; }
    
    
            .copyrights{ color: #2e2e2e; background: #b9e4de !important;padding-top:10px; }
       
    
    .copyrights{ /*background: # !important; color: #fff;*/ font-size: 13px; font-weight: 400; padding: 20px 0 20px 0; }
    .copyrights a.link_dhg{ display: table; text-decoration: none; color: #2e2e2e; font-size:12px; line-height: 30px; float: left;   margin: -5px 5px 0 0; }
    .copyrights a.link_dhg:hover{ color: #5364a9 !important; font-style:italic; }
    
    @media screen and (max-width: 767px){ 
        .copyrights{padding-bottom:60px;text-align: center;}
        .copyrights p{text-align: center;}
        .copyrights a.link_dhg{text-align: center;}
        .copyrights .right_f p{text-align: center;}
        .copyrights .right_f{display: table; margin: 0 auto;margin-top: 10px;} 
    }
    @media screen and (min-width: 768px){ 
        .copyrights p{text-align: left;}
        .copyrights a.link_dhg{text-align: right;}
        .copyrights .right_f p{text-align: right;} 
        .copyrights .right_f{display: table; float: right;}
    }
    a.sitemap_footer{ color: #2e2e2e; }
    a.sitemap_footer:hover{ color: #5364a9 !important; }

    
    

    b#ic_em{ padding-left: 30px; background: url('/img/sprite_main.png') 0px -353px no-repeat; height: 24px; line-height: 24px; }
    b#ic_te{ padding-left: 30px; background: url('/img/sprite_main.png') 0px -372px no-repeat; height: 24px; line-height: 24px; }
    b#ic_sk{ padding-left: 30px; background: url('/img/sprite_main.png') 0px -391px no-repeat; height: 24px; line-height: 24px; }
    b#ic_at{ padding-left: 30px; background: url('/img/sprite_main.png') 0px -410px no-repeat; height: 24px; line-height: 24px; }
    b#ic_en{ padding-left: 30px; background: url('/img/sprite_main.png') 0px -430px no-repeat; height: 24px; line-height: 24px; }
    


    
    #map_canvas{width:100%;}
    @media screen and (max-width: 769px){
        .pgcontato{height:230px;}
    }
    @media screen and (min-width: 770px){ 
        .pgcontato{height:430px;}
    }
    .gm-style-iw { overflow: none !important; display:table; color:#333;}
    .gm-style-iw div { display:table; }



    @media screen and (max-width: 769px){
        #toTop{display: none !important; visibility: hidden !important; overflow: hidden !important; width: 0px !important; height: 0px !important; line-height: 0px !important; margin:0px !important; padding:0px !important; border:0 !important; text-indent:-9999px !important;}
    }
    @media screen and (min-width: 770px){ 
        #toTop{display:none;text-decoration:none;position:fixed;bottom:50px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:100%; background:url('/img/ui.totop.png') no-repeat left top;z-index:9999;}#toTopHover {background:url('/img/ui.totop.png') no-repeat left -51px;width:51px;height:51px;display:block;overflow:hidden;float:left;opacity: 0;    -moz-opacity: 0;filter:alpha(opacity=0);}
        #toTop:active, #toTop:focus {outline:none;}
    }



    .incol_list{text-align:justify;}
    .incol_list li{display:block;float:left;margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid #9c9c9c;width:100%;}
    .incol_list li:last-child{border:none;}
    .incol_list li .img{float:left;margin:0 10px 0 0;}
    .incol_list li strong{display:block;overflow:hidden;}
    .incol_list li .txt{display:block;height:66px;overflow:hidden;}
    .box-palestra-notfound{min-height: 350px !important;}



    .social_bar{ position: relative; padding: 5px; color: #0ac0d5; float: right; margin-right: 5%; }
    .social_bar .social_txt{ margin:0 10px; float:left; }
    .social_bar .twitter-share-button,.social_bar .facebook-share,.social_bar .g-plusone2,.social_bar #copy,.social_bar #link_copy,.social_bar .pdf,.social_bar .addthis_button{position:relative;float:left;margin:0 0 0 10px;}
    .social_bar .twitter-share-button{margin:0;}
    .social_bar .addthis_button{}
    .social_bar .g-plusone2{width:60px !important;margin:0 10px !important;overflow:hidden;}
    .social_bar .twitter-share-button,.social_bar .facebook-share{width:100px !important;overflow:hidden;}
    .social_bar #link_copy{width:120px;height:20px;border:1px solid #e6e6e6;background:#fff;color:#9c9c9c;padding:0;}
    .social_bar #copy{display:block;width:23px;height:23px;background:url('/img/copy.png') no-repeat 0 0;}
    .social_bar .pdf{display:block;width:23px;height:23px;background:url('/img/pdf.png') no-repeat 0 0;}



    .aviso_ie{padding:5px 0;border-bottom:1px solid #F7941D;background:#FEEFDA;text-align:center;font:400 14px ; position:relative;}.aviso_ie a{color:#F7941D;}
    .aviso_ie .close{position:absolute;right:15px;top:25px;font:400 16px ; padding:5px;background-color:#F7941D;cursor:pointer;}



    #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999999999999999999; overflow:hidden;}#cboxWrapper {max-width:none;}#cboxOverlay{position:fixed; width:100%; height:100%;}#cboxMiddleLeft, #cboxBottomLeft{clear:left;}#cboxContent{position:relative;}#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}#cboxTitle{margin:0;}#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
    #cboxOverlay{background:url('/img/colorbox/overlay.png') repeat 0 0;}#colorbox{outline:0;}#cboxTopLeft{width:21px; height:21px; background:url('/img/colorbox/controls.png') no-repeat -101px 0;}#cboxTopRight{width:21px; height:21px; background:url('/img/colorbox/controls.png') no-repeat -130px 0;}#cboxBottomLeft{width:21px; height:21px; background:url('/img/colorbox/controls.png') no-repeat -101px -29px;}#cboxBottomRight{width:21px; height:21px; background:url('/img/colorbox/controls.png') no-repeat -130px -29px;}#cboxMiddleLeft{width:21px; background:url('/img/colorbox/controls.png') left top repeat-y;}#cboxMiddleRight{width:21px; background:url('/img/colorbox/controls.png') right top repeat-y;}
    #cboxTopCenter{height:21px; background:url('/img/colorbox/border.png') 0 0 repeat-x;}#cboxBottomCenter{height:21px; background:url('/img/colorbox/border.png') 0 -29px repeat-x;}#cboxContent{background:#fff; overflow:hidden;}.cboxIframe{background:#fff;}#cboxError{padding:50px; border:1px solid #ccc;}#cboxLoadedContent{margin-bottom:28px;}#cboxTitle{position: absolute; bottom: 4px; right: 35px; text-align: center; color: #949494;}#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}#cboxLoadingOverlay{background:url('/img/colorbox/loading_background.png') no-repeat center center;}#cboxLoadingGraphic{background:url('/img/colorbox/loading.gif') no-repeat center center;}#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}#cboxPrevious{position:absolute; bottom:0; left:0; background:url('/img/colorbox/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}#cboxPrevious:hover{background-position:-75px -25px;}#cboxNext{position:absolute; bottom:0; left:27px; background:url('/img/colorbox/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}#cboxNext:hover{background-position:-50px -25px;}#cboxClose{position:absolute; bottom:0; right:0; background:url('/img/colorbox/controls.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}#cboxClose:hover{background-position:-25px -25px;}.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight {    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}



.bt_pdf {
    text-transform: uppercase;
    font-size: 15px;
    background-color: rgba(0,199,80,0.76);
    color: #fff;
    padding: 5px 7px;
    margin: 5px;
    text-decoration: none !important;
    font-weight: 500;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}
.area-restrita{
    text-decoration: none !important;
    color: #fff;
    padding: 4px 13px;
    background-color: #333;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 20px 20px 0;
    display: table;
    float: left;
}
.area-restrita-senha{
    text-decoration: none !important;
    color: #fff;
    padding: 4px 13px;
    background-color: #333;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 20px 20px 0;
    display: table;
    float: left;
}
.small_form{
    margin-top: 20px;
    position: absolute;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
.table_style{
    display:table;
    width:100%;
}
.descricao_acompanhamento{
    text-align: justify;
    line-height: 22px;
}
.comentario{
     margin: 5px 0 5px 0; font-size: 14px; line-height: 18px; color: #919191; text-align: justify;
}
.comentario_bold{
     margin: 5px 0 5px 0; font-size: 14px; line-height: 18px; color: #919191; text-align: justify; font-weight: bold;
}
.tagtopo {    height: 20px;    line-height: 18px;    overflow: hidden;margin: 0;  position: absolute; top: 0px; left: 0px; z-index: 9999999999999;background: #eaeaea;width: 100%;}

.tagtopo strong{ color:#333; }
.mostrar_hs h1, .mostrar_hs h2, .mostrar_hs h3, .mostrar_hs h4, .mostrar_hs h5, .mostrar_hs h6{ color:#333 !important; }

.tagtopo a{font-size: 8px; padding: 0 0 0 10px; text-decoration: none; color:#919191; cursor: pointer; }
.tagtopo a:hover {font-size: 8px; text-decoration: underline; color:#919191; cursor: pointer; }
.esconder_hs{
    position: relative;
    top: -1000px;
    height: 0px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;  
}
.mostrar_hs{
    position: relative;
    top: 20px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    background: #eaeaea;
    padding: 10px;
    z-index: 999999999999999999999999999999999999999;
}

.img_banner_topo{
    position: absolute; 
    width: 100%;
    margin-top: -15%;
    z-index: 999;
}



















/* ====== TINGLE - ALERT BOXES MELHOR QUE COLORBOX ======= */

/*
.tingle-modal *{box-sizing:border-box}
.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90000000;display:-ms-flexbox;display:flex;visibility:hidden;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.85);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal__close{position:fixed;top:2rem;right:2rem;z-index:1000;padding:0;width:2rem;height:2rem;border:none;background-color:transparent;color:#fff;cursor:pointer}.tingle-modal__close svg *{fill:currentColor}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;will-change:transform,opacity}
.tingle-modal-box__content{ padding: 3rem; color: #717171; letter-spacing: 0.4px; }.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;right:0;left:0;overflow:hidden}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (max-width :540px){.tingle-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.tingle-enabled .tingle-content-wrapper{filter:none}}@keyframes scale{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}
*/

.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;visibility:hidden;flex-direction:column;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0, 0, 0, .85);opacity:0;user-select:none;cursor:pointer}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal--noClose .tingle-modal__close{display:none}.tingle-modal__close{position:fixed;top:2rem;right:2rem;z-index:1000;padding:0;width:2rem;height:2rem;border:none;background-color:transparent;color:#fff;cursor:pointer}.tingle-modal__close svg *{fill:currentColor}.tingle-modal__closeLabel{display:none}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;will-change:transform, opacity}.tingle-modal-box__content{padding:3rem;color: #717171;}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;transition:bottom 0.3s ease-in-out 0.3s}.tingle-enabled{position:fixed;right:0;left:0;overflow:hidden}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{filter: blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{animation:scale 0.2s cubic-bezier(.68, -.55, .265, 1.55) forwards}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 0.5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;transition:background-color 0.4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width : 540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.6rem;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:0.8rem;width:1.6rem;vertical-align:middle;font-size:0}}@supports (backdrop-filter: blur(12px)){.tingle-modal:before{position:fixed;top:0;right:0;bottom:0;left:0;content:"";backdrop-filter: blur(18px)}.tingle-enabled .tingle-content-wrapper{filter: none}}@keyframes scale{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}







/* ====== HOME 2 ======= */

<!--.wrap_home2{ display:table; width:100%; background: #1e70aa; background: -moz-linear-gradient(left,  #1e70aa 23%, #55a7e1 98%); background: -webkit-linear-gradient(left,  #1e70aa 23%,#55a7e1 98%); background: linear-gradient(to right,  #1e70aa 23%,#55a7e1 98%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e70aa', endColorstr='#55a7e1',GradientType=1 );}-->
.wrap_home2{ display:table; width:100%; background: #fff;}

.wrap_green_bg_cttr{display:table;width:100%;background: url('/img/bg_green_cmo.png');background-size: 100% auto;background-repeat:no-repeat;}



@media screen and (max-width: 768px) {
    
    .wrap_ttl_bloco1{display:block;width: 100%;margin:40px 0 0 0;text-align:center;}
    .wrap_ttl_bloco1 .line1{color:#375494;font-size: 40px;text-transform: uppercase;font-weight: 900;margin:20px 0 0 0;}
    .wrap_ttl_bloco1 .line2 {color: #375494;font-size: 20px;text-transform: uppercase;font-weight: 900;}
    .wrap_ttl_bloco1 .line3 {text-transform: uppercase;color: #2e2e2e;margin: 20px 0;font-size: 18px;}
    
    .outter_greenmebttp {display: block;width: 100%;position: relative;overflow: hidden;padding: 20px 0 20px 0;}
    .green_bt_tp { position:relative; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; display: table; border: none; color: #fff !important; text-transform: uppercase; position: relative; transform: scale(1.0); display: table; float: none; width: 100%; max-width: 440px; margin: 0 auto; position: relative; z-index: 4; text-align: center; font-weight: 900; font-size: 20px; }
    .green_bt_tp:hover{ color:#ffffff !important; transform: scale(1.0); }
    .green_bt_tp div{ margin: 0 1%; position:relative; border-radius: 10px; background: #6ad18e; background: -moz-linear-gradient(top, #6ad18e 0%, #0fbc29 100%); background: -webkit-linear-gradient(top, #6ad18e 0%,#0fbc29 100%); background: linear-gradient(to bottom, #6ad18e 0%,#0fbc29 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 ); border-bottom: solid 4px #094e0b; width: 98%;  padding: 10px 20px;display: table;  }
    .green_bt_tp img{ display: none; }

    .mobiles_bl2 {display: block;width: 100%;max-width: 240px;margin: 20px auto 0 auto;}
    .mobile1{display:block;width:33.3%;float:left;}
    .mobile2{display:block;width:33.3%;float:left;}
    .mobile3{display:block;width:33.3%;float:left;}
    
    .wrap_bloco2{display:table;width:100%;margin: 20px 0 0 0; background:#fff; }
    
    .bg_mobilemelife{ background: none; }
    .img_mobilemelife{ display: none;}
    .img_mobilemelife img{display:block;width:100%;}
    
    
    
    .img_airplanes{width:100%;display: none;}
    
    .blueline2{display:table;background: none;width:100%;}

    .smallmeonmob_h2{max-width:200px;margin: 80px auto 0 auto;}
 
    .vtg_ttl {display: block;color: #ffe400;text-transform: uppercase;font-weight: 900;font-size: 20px;margin: 40px 0 40px 0;}
    .vtg_ttl i{ font-weight: 600; }
    .vtg_desc { display: block; color: #fff; font-weight: 400; font-size: 16px; margin-bottom: 40px; }
    
    .oragen_bt_vtg { width: 100%; border-radius: 6px; text-transform: uppercase !important; color: #ffffff !important; background: #ffa84c; background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); text-shadow: none;    display: table !important;    line-height: 50px !important;    padding: 0 30px;    margin: 0 auto;    border: solid 1px #5db455; -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); box-shadow: 0px 0px 4px rgba(0,0,0,0.5); text-decoration: none !important; text-align: center; font-size: 16px; font-weight: 900; }

    .txt_store { display: block; vertical-align: middle; width: 100%; text-align:center; }
    .txt_store .line1 { display: block; width: 100%; color: #5364a9; text-transform: uppercase; font-weight: 900; font-size: 30px !important; padding: 0 20px; }
    .txt_store .line2{ display: block; width: 100%; color: #5364a9;  text-transform: uppercase; font-weight: 900; font-size: 20px!important; padding: 0 20px; }    
    .txt_store .desc_store {display: block;float: right;color: #2e2e2e;font-style: italic;font-size: 16px;width: 100%;max-width: 100%;text-align: center;margin: 20px 0 80px 0;line-height: 20px;padding: 0 20px;}
    .txt_store .desc_store b{color: #2e2e2e;}

    .wrap_bg_bl_store{background: none;display:table;width:100%;vertical-align:middle;}
    .wrap_store img {display: table-cell;max-width: 200px;margin: 100px auto 0 auto;}
    
    .wrap_cycle_dep{display:none;margin:0 0;}
    
    .unit_dep_home2{display:table;width:96%;margin:0 2%;float:left;cursor:pointer;}
    .unit_dep_home2 .ttl_dep {display: block;color: #5364a9;font-weight: 600;text-transform: uppercase;margin: 0 0 10px 0;font-size: 20px;line-height: 30px;height: 30px;overflow: hidden;}
    
    .wrap_ceo_chamada img {position: relative;z-index: 4;max-width: 200px;margin: 100px auto 0 auto;}
    .tarja_ceo{display:block;width:100%;background: none;margin: 20px 0 0 0;}
    .outtervideo_ceo{display:block;position:relative;cursor:pointer;width:94%;margin:40px auto 0 auto;max-width:1260px;}
    
    .desc_ceo {color: #000;width: 100%;max-width: 1260px;margin: 40px auto 20px auto;text-align: left;font-size: 16px;line-height: 24px;font-style: italic;}
    .desc_ceo b { color: #2e2e2e; font-style: normal; text-transform: uppercase; margin: 0 0 10px 0; display: block; width: 100%; font-size:18px;}

    .wrap_timer{display:block;background:url('/img/background-timer.jpg');padding:60px 0;margin:60px 0 0 0;background-attachment: fixed;background-size: auto 100%;}
    .ttl_timer{display:block;}
    .ttl_timer .line1 {display: block;color: #ffe400;width: 100%;text-align: center;font-weight: 900;font-size: 20px;line-height: 30px;}
    .ttl_timer .line2 {display: block;color: #ffe400;width: 100%;text-align: center;font-weight: 900;font-size: 20px;line-height: 30px;}
    .ttl_timer .line2 span {display: inline-block;color: #a3e639;font-size: 20px;}
    .ttl_timer .line3 {display: block;color: #ffe400;text-align: center;margin: 30px 0;font-size: 20px;}

    .lefttxt_timer {display: block;text-align: center;padding: 40px 0 0 0;color: #fff;font-weight: 700;font-size: 20px;line-height: 26px;}
    .righttxt_timer{display: block;text-align: center;color: #ffe400;font-weight: 900;font-size: 50px;padding: 20px 0 0 0;}
    
    .green_bt_tm { position:relative; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; display: table; border: none; color: #fff !important;  text-transform: uppercase; position: relative; transform: scale(1.0); display: table; width: 100%; max-width: 440px; margin: 20px auto 0 auto; position: relative; z-index: 4; text-align: center; font-weight: 900; font-size: 20px; }
    .green_bt_tm:hover{ color:#ffffff !important; transform: scale(1.1); }
    .green_bt_tm div{ position:relative; border-radius: 10px; background: #6ad18e; background: -moz-linear-gradient(top, #6ad18e 0%, #0fbc29 100%); background: -webkit-linear-gradient(top, #6ad18e 0%,#0fbc29 100%); background: linear-gradient(to bottom, #6ad18e 0%,#0fbc29 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 ); border-bottom: solid 4px #094e0b; width: 100%;  padding: 20px 20px;display: table;  }
    .green_bt_tm img{ display: none; }
    
    #getting-started {display: block;width: 100%;text-align: center;}
    #gs_h {display: inline-block;height: 60px;width: 60px;border-radius: 100%;line-height: 50px;text-align: center;color: #ffe400;border: solid 5px #ffe400;font-size: 26px;font-weight: 600;margin: 0 10px;}
    #gs_m {display: inline-block;height: 60px;width: 60px;border-radius: 100%;line-height: 50px;text-align: center;color: #ffe400;border: solid 5px #ffe400;font-size: 26px;font-weight: 600;margin: 0 10px;}
    #gs_s {display: inline-block;height: 60px;width: 60px;border-radius: 100%;line-height: 50px;text-align: center;color: #ffe400;border: solid 5px #ffe400;font-size: 26px;font-weight: 600;margin: 0 10px;}
    
    .ttl_faq_h2 {color: #5364a9;font-weight: 900;text-transform: uppercase;font-size: 20px;line-height: 30px;margin: 0 0 0 0;text-align:center;}

    .line_faq_h2 {cursor: pointer;background: #fff;border-radius: 4px;padding: 10px;line-height: 26px;overflow: hidden;margin: 20px 0 0 0;}
    .line_faq_h2 span {background: #ffe400;display: inline-block;float: right;text-align: center;font-weight: 400;font-size: 20px;color: #333;width: 100%;line-height: 20px;border-radius: 4px;}
    .desc_faq_h2 {background: #eaeaea;width: 98%;margin: 0 1%;padding: 20px;font-size: 14px;line-height: 18px;display: none;border:none;-moz-border-radius-topleft: 0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
    .wrap_faq_h2 {display:table;width:100%;padding:0 0 120px 0;}
    .wrap_faq_h2 img {max-width: 80px;margin: 60px auto 0 auto;}
    
}
@media screen and (min-width: 769px) {
    
    .wrap_ttl_bloco1{display:block;width: 100%;margin:200px 0 0 0;text-align:center;}
    .wrap_ttl_bloco1 .line1{color:#375494;font-size: 80px;text-transform: uppercase;font-weight: 900;}
    .wrap_ttl_bloco1 .line2 {color: #375494;font-size: 50px;text-transform: uppercase;font-weight: 900;}
    .wrap_ttl_bloco1 .line3 {text-transform: uppercase;color: #2e2e2e;margin: 20px 0;font-size: 18px;}
    
    .outter_greenmebttp {display: block;width: 100%;position: relative;overflow: hidden;padding: 20px 0 120px 0;margin: -80px 0 0 0;}
    .green_bt_tp { position:relative; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; display: table; border: none; color: #fff !important;  margin: 0 0 10px 0;  text-transform: uppercase; position: relative; transform: scale(1.0); display: table; float: right; width: 100%; max-width: 440px; margin: 0px 80px 0 0; position: relative; z-index: 4; text-align: center; font-weight: 900; font-size: 30px; }
    .green_bt_tp:hover{ color:#ffffff !important; transform: scale(1.1); }
    .green_bt_tp div{ position:relative; border-radius: 10px; background: #6ad18e; background: -moz-linear-gradient(top, #6ad18e 0%, #0fbc29 100%); background: -webkit-linear-gradient(top, #6ad18e 0%,#0fbc29 100%); background: linear-gradient(to bottom, #6ad18e 0%,#0fbc29 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 ); border-bottom: solid 4px #094e0b; width: 100%;  padding: 20px 80px;display: table;  }
    .green_bt_tp img{ position:absolute; display: block; top: 20px; right: -120px; }
    
    .mobiles_bl2{overflow:hidden;display:table-cell;width:33.3%;}
    .mobile1{display:block;width:33.3%;float:left;-webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; transform: translate(0px, 300px); }
    .mobile2{display:block;width:33.3%;float:left;-webkit-transition: all 2.0s ease; -moz-transition: all 2.0s ease; -o-transition: all 2.0s ease; -ms-transition: all 2.0s ease; transition: all 2.0s ease; transform: translate(0px, 300px); }
    .mobile3{display:block;width:33.3%;float:left;-webkit-transition: all 3.0s ease; -moz-transition: all 3.0s ease; -o-transition: all 3.0s ease; -ms-transition: all 3.0s ease; transition: all 3.0s ease; transform: translate(0px, 300px); }
    
    .wrap_bloco2{display:table;width:100%;margin: 100px 0 0 0;}

    .bg_mobilemelife{background: url('/img/bg-mobilemelife.png');background-size: 100% 100%;display:block;width:100%;margin-top: -18%;}
    .img_mobilemelife{width:33%;display: table-cell;}
    .img_mobilemelife img{display:block;width:100%;-webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease;transform: translate(-1000px, 0px);}
    
    
    
    .img_airplanes{width:25%;display: table-cell;-webkit-transition: all 3.0s ease; -moz-transition: all 3.0s ease; -o-transition: all 3.0s ease; -ms-transition: all 3.0s ease; transition: all 3.0s ease; transform: translate(-1000px, 0px);}
    
    .blueline2{display:table;background: url('/img/bg_mobiles_h2.png');background-size: auto 100%;width:100%;}
    
    .vtg_ttl { display: block; color: #ffe400; text-transform: uppercase; font-weight: 900; font-size: 50px; margin: 100px 0 40px 0; }
    .vtg_ttl i{ font-weight: 600; }
    .vtg_desc { display: block; color: #fff; font-weight: 600; font-size: 20px; margin-bottom: 40px; }
    
    .oragen_bt_vtg { width: 100%; border-radius: 6px; text-transform: uppercase !important; color: #ffffff !important; background: #ffa84c; background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); text-shadow: none;    display: table !important;    line-height: 60px !important;    padding: 0 30px;    margin: 0 auto;    border: solid 1px #5db455; -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); box-shadow: 0px 0px 4px rgba(0,0,0,0.5); text-decoration: none !important; text-align: center; font-size: 24px; font-weight: 900; }

    .txt_store { display: table-cell; vertical-align: middle; width: 60%; overflow:hidden;}
    .txt_store .line1 { display: block; width: 100%; color: #5364a9; text-transform: uppercase; font-weight: 900; font-size: 4.25vw; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; transform: translate(2000px, 0px);}
    .txt_store .line2{ display: block; width: 100%; color: #5364a9;  text-transform: uppercase; font-weight: 900; font-size: 2.56vw; -webkit-transition: all 2.0s ease; -moz-transition: all 2.0s ease; -o-transition: all 2.0s ease; -ms-transition: all 2.0s ease; transition: all 2.0s ease; transform: translate(2000px, 0px);}    
    .txt_store .desc_store { display: block; float: right; color: #2e2e2e; font-style: italic; font-size: 20px; width: 100%; max-width: 360px; text-align: right; margin: 20px 27% 0 0; line-height: 30px; -webkit-transition: all 3.0s ease; -moz-transition: all 3.0s ease; -o-transition: all 3.0s ease; -ms-transition: all 3.0s ease; transition: all 3.0s ease; transform: translate(0px, 600px);}
    .txt_store .desc_store b{ color: #2e2e2e; }

    .wrap_bg_bl_store{background:url('/img/gradiente_store.png');background-size: auto 100%;display:table;width:100%;vertical-align:middle;}
    .wrap_store img{ display:table-cell; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease;opacity: 0.0;}
    
    .wrap_cycle_dep{display:table;margin:40px 0 120px 0;width:100%;-webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; opacity: 0.0;}
    
    .unit_dep_home2{display:table;width:29.33%;margin:0 2%;float:left;cursor:pointer;}
    .unit_dep_home2 .ttl_dep {display: block;color: #5364a9;font-weight: 600;text-transform: uppercase;margin: 0 0 10px 0;font-size: 24px;line-height: 30px;height: 30px;overflow: hidden;}
    
    .wrap_ceo_chamada img{position:relative;z-index:4;-webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease;transform: translate(-1000px, 0px);}
    .tarja_ceo{display:block;width:100%;background: url('/img/tarja_ceo.png');background-size: auto 100%;margin: -60px 0 0 0;overflow:hidden;}
    .outtervideo_ceo{display:block;position:relative;cursor:pointer;width:100%;margin:40px auto 0 auto;max-width:1260px;-webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease;transform: translate(2000px, 0px);}
    
    .desc_ceo {color: #000;width: 100%;max-width: 1260px;margin: 40px auto 20px auto;text-align: center;font-size: 20px;line-height: 30px;font-style: italic;}
    .desc_ceo b { color: #2e2e2e; font-style: normal; text-transform: uppercase; margin: 0 0 10px 0; display: block; width: 100%; font-size:20px;}
    
    .wrap_timer{display:block;background:url('/img/background-timer.jpg');padding:60px 0;margin:100px 0;background-attachment: fixed;background-size: 100% 100%;}
    .ttl_timer{display:block;}
    .ttl_timer .line1 {display: block;color: #ffe400;width: 100%;text-align: center;font-weight: 900;font-size: 40px;line-height: 60px;}
    .ttl_timer .line2 {display: block;color: #ffe400;width: 100%;text-align: center;font-weight: 900;font-size: 20px;line-height: 30px;}
    .ttl_timer .line2 span {display: inline-block;color: #a3e639;font-size: 30px;}
    .ttl_timer .line3 {display: block;color: #ffe400;text-align: center;margin: 30px 0;font-size: 20px;}
    
    .lefttxt_timer {display: block;text-align: right;padding: 40px 0 0 0;color: #fff;font-weight: 700;font-size: 20px;line-height: 26px;}
    .righttxt_timer{display: block;color: #ffe400;font-weight: 900;font-size: 50px;padding: 46px 0 0 0;}

    .green_bt_tm { position:relative; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; display: table; border: none; color: #fff !important; text-transform: uppercase; position: relative; transform: scale(1.0); display: table; width: 100%; max-width: 440px; margin: 60px auto 0 auto; position: relative; z-index: 4; text-align: center; font-weight: 900; font-size: 30px; }
    .green_bt_tm:hover{ color:#ffffff !important; transform: scale(1.1); }
    .green_bt_tm div{ position:relative; border-radius: 10px; background: #6ad18e; background: -moz-linear-gradient(top, #6ad18e 0%, #0fbc29 100%); background: -webkit-linear-gradient(top, #6ad18e 0%,#0fbc29 100%); background: linear-gradient(to bottom, #6ad18e 0%,#0fbc29 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad18e', endColorstr='#0fbc29',GradientType=0 ); border-bottom: solid 4px #094e0b; width: 100%;  padding: 20px 80px;display: table;  }
    .green_bt_tm img{ position:absolute; display: block; top: 20px; right: -120px; }

    #getting-started {display: block;width: 100%;text-align: center;}
    #gs_h {display: inline-block;height: 80px;width: 80px;border-radius: 100%;line-height: 70px;text-align: center;color: #ffe400;border: solid 5px #ffe400;font-size: 36px;font-weight: 900;margin: 0 10px;}
    #gs_m {display: inline-block;height: 80px;width: 80px;border-radius: 100%;line-height: 70px;text-align: center;color: #ffe400;border: solid 5px #ffe400;font-size: 36px;font-weight: 900;margin: 0 10px;}
    #gs_s {display: inline-block;height: 80px;width: 80px;border-radius: 100%;line-height: 70px;text-align: center;color: #ffe400;border: solid 5px #ffe400;font-size: 36px;font-weight: 900;margin: 0 10px;}

    .over_portfh2{display:block;width:100%;overflow:hidden;}
    .portfh2{-webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; transform: translate(0px, 1000px);}
    
    .over_portfh2{display:block;width:100%;overflow:hidden;}
    .faqimg_h2{-webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -ms-transition: all 1.0s ease; transition: all 1.0s ease; transform: translate(0px, 1000px);}

    .ttl_faq_h2 {color: #5364a9;font-weight: 900;text-transform: uppercase;font-size: 40px;line-height: 60px;margin: 80px 0 0 0;}
    
    .line_faq_h2 {cursor: pointer;background: #fff;border-radius: 4px;padding: 0 0 0 20px;line-height: 40px;overflow:hidden;margin:20px 0 0 0;font-size: 14px;}
    .line_faq_h2 span {background: #ffe400;height: 40px;display: inline-block;float: right;width: 60px;text-align: center;font-weight: 600;font-size: 26px;color: #333;}
    .desc_faq_h2 {background: #eaeaea;width: 98%;margin: 0 1%;padding: 20px;font-size: 14px;line-height: 18px;display: none;border:none;-moz-border-radius-topleft: 0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
    .wrap_faq_h2 {display:table;width:100%;padding:0 0 120px 0;}
    .wrap_faq_h2 img {margin: 140px auto 0 auto;}
    
}


.video_home_mh_out{background-image:url('/img/mobile-bg-horizontal.png'); background-size: 100% 100%; padding:1% 12%;}
.video_home_mh_in{width:100%;position:relative;}
.video_home_mh_in img{width:100%;position:absolute;top:0px;left:0px;z-index: 2;cursor:pointer;}
.video_home_mh_in .video_omp{position:relative;top:0px;left:0px;z-index: 1;}











@media screen and (max-width: 768px){
    .isMobile{display:block;}
}
@media screen and (min-width: 769px){
    .isMobile{display:none;}
}





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

    .ttl_airplanes {width: 100%;display: table;color: #ffffff;text-transform: uppercase;font-weight: 900;font-size: 16px;padding: 0 20px 60px 20px;vertical-align: bottom;text-align: center;}
    
    .txt_bl2{display: table-cell;width: 100%;text-align: center;padding: 10px 10px;color: #fff;font-weight: 900;text-transform: uppercase;vertical-align:middle; }
    .txt_bl2 .line1{display:inline-block;font-size: 30px;width:100%;}
    .txt_bl2 .line2{display:inline-block;font-size: 30px;width:100%;}
    
    .txt_mobilemelife {width: 100%;margin:0 auto;display: table-cell;padding: 0px 20px 50px 20px;color: #7a7a7a;font-size: 18px;font-style: italic;vertical-align: bottom;}
    
    .wrap_bl3_h2{display:table;margin-top: 0px;width:100%;}
    
}
@media screen and (min-width: 769px) and (max-width: 1299px){

    .ttl_airplanes{width:75%;display: table-cell;color: #ffffff;text-transform: uppercase;font-weight: 900;font-size: 30px;padding: 0 0 60px 30px;vertical-align: bottom;}
    
    .txt_bl2{display: table-cell;width: 66.7%;text-align: right;padding: 0 10px;color: #fff;font-weight: 900;text-transform: uppercase;vertical-align:middle;}
    .txt_bl2 .line1{display:inline-block;font-size: 30px;width:100%;}
    .txt_bl2 .line2{display:inline-block;font-size: 18px;width:100%;}
    
    .txt_mobilemelife {width: 60%;display: table-cell;padding: 0px 0 20px 0;color: #fff;font-size: 24px;font-style: italic;vertical-align: bottom;}
    
    .wrap_bl3_h2{display:table;margin-top: -15%;}
    
}

@media screen and (min-width: 1300px) and (max-width: 1400px){
    
    .ttl_airplanes{width:75%;display: table-cell;color: #ffffff;text-transform: uppercase;font-weight: 900;font-size: 50px;padding: 0 0 0 30px;vertical-align: bottom;}
    
    .txt_bl2{display: table-cell;width: 66.7%;text-align: right;padding: 0 10px;color: #fff;font-weight: 900;text-transform: uppercase;vertical-align:middle;}
    .txt_bl2 .line1{display:inline-block;font-size: 50px;width:100%;}
    .txt_bl2 .line2{display:inline-block;font-size: 31px;width:100%;}
    
    .txt_mobilemelife {width: 58%;display: table-cell;padding: 0px 0 160px 0;color: #7a7a7a;font-size: 20px;font-style: italic;vertical-align: bottom;}
    .wrap_bl3_h2{margin-top: -25%;    background-color: #fff; margin-bottom: 150px;}
}


@media screen and (min-width: 1401px){ 

    .ttl_airplanes{width:75%;display: table-cell;color: #ffffff;text-transform: uppercase;font-weight: 900;font-size: 50px;padding: 0 0 60px 30px;vertical-align: bottom;}
    
    .txt_bl2{display: table-cell;width: 66.7%;text-align: right;padding: 0 10px;color: #fff;font-weight: 900;text-transform: uppercase;vertical-align:middle;}
    .txt_bl2 .line1{display:inline-block;font-size: 50px;width:100%;}
    .txt_bl2 .line2{display:inline-block;font-size: 31px;width:100%;}
    
    .txt_mobilemelife {width: 60%;display: table-cell;padding: 0px 0 50px 0;color: #7a7a7a;font-size: 20px;font-style: italic;vertical-align: bottom;}
    
    /*.wrap_bl3_h2{display:table;margin-top: -18%;}*/
    .wrap_bl3_h2{margin-top: -18%;    background-color: #fff;}
    
}

    
    
    
    



.oragen_bt_vtg:hover { color: #fff !important; }


.wrap_store{display:table;width:100%;vertical-align:middle;}


    


.unit_dep_home2 .outtervideo{display:block;position:relative;}
.unit_dep_home2 .layer1{display:block;position:relative;top:0px;left:0px;z-index:1;}
.unit_dep_home2 .layer2{display:block;position:absolute;top:0px;left:0px;z-index:2;}
.unit_dep_home2 .layer3{display:block;position:absolute;top:0px;left:0px;z-index:3;}
.unit_dep_home2 .desc_dep {display: block;color: #000;padding: 0 10px;margin: 10px 0 0 0;text-align: center;font-size: 16px;line-height: 20px;height: 60px;overflow: hidden;font-style: italic;}


.wrap_cycle_dep .cycle-slideshow .slider_dep{display:table-cell;width:100%;}
.wrap_cycle_dep .dep-prev {display: table-cell;width: 40px;vertical-align: middle;color: #fff;text-align: right;font-size: 40px;cursor:pointer;}
.wrap_cycle_dep .dep-next {display: table-cell;width: 40px;vertical-align: middle;color: #fff;text-align: left;font-size: 40px;cursor:pointer;}
        
.wrap_ceo_chamada {display:block;width:100%;}




@media screen and (max-width: 768px){
    .wrap_ceo_chamada .line1 {color: #5364a9;font-size: 20px;font-weight: 900;text-transform: uppercase;}
    .wrap_ceo_chamada .line2 {color: #5364a9;font-size: 20px; font-weight: 900;text-transform: uppercase;}
}
@media screen and (min-width: 769px) and (max-width: 1299px){
    .wrap_ceo_chamada .line1 {color: #5364a9;font-size: 30px;font-weight: 900;text-transform: uppercase;}
    .wrap_ceo_chamada .line2 {color: #5364a9;font-size: 30px; font-weight: 900;text-transform: uppercase;}
}
@media screen and (min-width: 1300px){ 
    .wrap_ceo_chamada .line1 {color: #5364a9;font-size: 80px;font-weight: 900;text-transform: uppercase;}
    .wrap_ceo_chamada .line2 {color: #5364a9;font-size: 40px; font-weight: 900;text-transform: uppercase;}
}








.outtervideo_ceo .layer1{display:block;position:relative;top:0px;left:0px;z-index:1;}
.outtervideo_ceo .layer2{display:block;position:absolute;top:0px;left:0px;z-index:2;}
.outtervideo_ceo .layer3{display:block;position:absolute;top:0px;left:0px;z-index:3;}







.desctimer{display:block;}
.desctimer .line1 {display: block;text-align: center;color: #fff;margin: 60px 0 0 0;font-size: 16px;}
.desctimer .line2 {display: block;text-align: center;color: #fff;margin: 10px 0 0 0;font-size: 32px;text-decoration: line-through;}








        



/*.yellowme_h2 b, .yellowme_h2 p{ color: #ffe400 !important; }*/

@media screen and (min-width: 768px){ 
    .rous_port:hover .flex-prev-port2, .rous_port:hover .flex-next-port2{ opacity: 1;  }
}
.rous_port:hover .flex-prev-port2{ left: 0px; }
.rous_port:hover .flex-next-port2{ right: 0px; }
.flex-prev-port2, .flex-next-port2 { position: absolute; z-index: 1000; width: 50px; height: 50px !important; background-color: none; display: block;  bottom: 40%;    cursor: pointer; text-indent: -9999px; opacity: 0; filter: Alpha(opacity=0); border-width: 5px; border-style: none; border-color: none; -webkit-background-clip: padding-box !important; background-clip: padding-box !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; }
.flex-next-port2 { background:url('/img/seta_port_dir_h2.png') center no-repeat; right: -100px; }
.flex-prev-port2 { background: url('/img/seta_port_esq_h2.png') center no-repeat; left: -100px; }
.flex-next-port2:hover { background-color: none !important; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transition: rotate(360deg); transform: rotate(360deg); }
.flex-prev-port2:hover { background-color: none !important; -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -o-transform: rotate(-360deg); -ms-transition: rotate(-360deg); transform: rotate(-360deg); }

a.bts_h2{padding: 2px 20px 2px 20px;text-align: center;text-decoration: none;background: #fff;color: #777777 !important;line-height: 50px;border: none;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;margin-bottom: 5px;border: solid 1px #777777;font-weight: 300;}
@media screen and (max-width: 767px){ a.bts_h2{ width: 100%; font-size: 20px; margin: 10px auto 50px auto; display: table; }}
@media screen and (min-width: 768px){ a.bts_h2{ width: auto; font-size: 16px;float: right; margin: 10px 40px 0 10px; padding:0 50px; height:40px; line-height:40px; }}


a.botaoDestacadoLoja {    display: none;
   background: #F2994A;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #F2C94C, #F2994A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding: 10px;
    border-radius: 25px;
}




-----------------------

CÓDIGO SAMUEL OLIVEIRA

-----------------------



@media screen and (max-width: 768px){ 
  
    .outter_greenmebttp {padding: 10px;}
    .wrap_ttl_bloco1 .line1 { font-size: 40px;}
    
    .wrap_ttl_bloco1 .line2 { font-size: 30px; }
    
    .wrap_store img{max-width: 75%;   margin: 0px auto 0 auto;}
    

    }


@media screen and (min-width: 769px){ 
    .outter_greenmebttp {padding: 20px 300px 120px 0;}
    .wrap_ttl_bloco1 .line1{ font-size: 60px; }
    
    .wrap_ttl_bloco1 .line2 { font-size: 40px; }
    
    }


    
    
    .green_bt_tp { max-width: 250px;font-size: 20px;}
    .green_bt_tp div { padding: 20px 40px;}
    .green_bt_tp img{top: 50px; right: -20px; width: 25%;}
    

    
    .vtg_ttl{font-size: 40px; margin: 35px 0 40px 0;color: #5364a9;}
    .vtg_desc{font-size: 18px;font-weight:600; color: #2e2e2e;}
    
    .width_85{ width:85%;}
    
    .txt_store .line1{font-size: 3.25vw;}
    .txt_store .line2{font-size: 2vw;}
    
    .bg_mobilemelife{backgroung:none;}
    
    .ttl_airplanes, .txt_bl2{color: #5364a9;}
    
    .wrap_timer{background: #fff;}
    
    .ttl_timer .line1, .ttl_timer .line2, .ttl_timer .line3, .yellowme_h2 b, .yellowme_h2 p, .ttl_faq_h2{color:#5364a9;}
    #gs_h, #gs_m, #gs_s{color: #5364a9; border: solid 5px #5364a9;}
    .ttl_timer .line2 span{color:#f87b0b;}
    
    .desctimer .line1, .desctimer .line2{color: #7a7a7a;}
    .lefttxt_timer{color: #7a7a7a;}
    .righttxt_timer{color: #1367a2;}
    
    .green_bt_tm img{right: -20px; width: 20%;}
    
    .ttl_faq_h2{color:#5364a9; margin: 160px 0 0 0;}
    .line_faq_h2 span{background:#5364a9;color: #fff;}
    


.fundo-azul { background-color: #b9e4de;}

.wrap_green_bg_cttr{background: #b9e4de;}

.wrap_bloco2{backgroud:#fff;}

.wrap_bg_bl_store{background: #b9e4de; padding-top: 60px;}

.icone_menu_h2 {font-size: 35px;}

.abrir_submenu {line-height: 80px;}

.content_menu_desktop_ci_h2 a {  font-size: 16px;}

.video_home_mh_out {background-size: 85% 100%;padding: 1% 12%;background-repeat: no-repeat;  width: 70%; background-position-x: center; margin: 0 auto;}

.oragen_bt_vtg { background: #5db455; line-height: 50px !important; font-size: 18px; font-weight: 600; }

.right {float: right!important; text-align: right;}
.left {float: left!important; text-align: left;}

.espaco { border-bottom: 1px solid #d8d8d8; visibility: visible!important; width: 100%; padding-top: 50px; margin-bottom: 50px;}

.fundo-branco{background-color: #fff;}


.video-size{font-size: 18px!important; }

.video-tamanho{margin-bottom: 50px;}

