/* 
    Created on : 05/01/2018, 17:32:09
    Author     : Everson
    Company    : Evertec Digital - www.evertecdigital.com.br
*/

/* ################################# RESET*/

@font-face {
    font-family: Californian FB;
    src: url(fonts/CALIFB.TTF) format('truetype');
    src: url(fonts/CALIFI.TTF) format('truetype'); 
    src: url(fonts/CALIFR.TTF) format('truetype');
}

@font-face {
    font-family: Aileron;
    src: url(fonts/Aileron-Regular.otf);
}

*, *:before, *:after{
    margin: 0;
    padding: 0;
    outline: 0;

    font-family: 'Californian FB', 'FontAwesome','Times New Roman', Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;

    line-height: 1.4;
    letter-spacing: 0em;

    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: justify;
}

h2{font-size: 25px; font-weight: bold;}
h3{
    text-align: left;
    font-size: 18px;
    color: #a14446;
    font-weight: bold;
    text-transform: uppercase;
}

p{margin-bottom: 15px; font-size: 15px; color: #5b5b5b}
p:last-child{margin-bottom: 0;}
b, strong{font-weight: bold;}
ul{list-style: none;}
img{border: none; max-width: 100%; vertical-align: middle;}
a{text-decoration: none;}
a img{border: 0;}

.img-responsive{
    display:block;
    width:100%;
    height:auto;
}

::selection {
    background: #732123;
    color: #FFF;
} 		

::-moz-selection {
    background: #732123;
    color: #FFF;
}		

::-webkit-selection {
    background: #732123;
    color: #FFF;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


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

.content{
    width: 92%; 
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
}

.font-zero{
    display: none;
}


/* ################################# BOT*/

.box-content{
    margin: 0 -10px;
}

.al-center{
    text-align: center;
}


/* ################################# HEADER*/

.header_top_line{
    background-color: #f3f3f3;
    color: #732123;
    position: relative;
    z-index: 888;
}

.header_top_line_left{
    display: block;
    float: left;
    text-align: left;
    font-size:  12px;
    font-weight: 700;
    padding: 10px 0 5px 0;
}

.header_top_line_left img{
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    margin-top: -5px;
}

.header_top_line_left img:last-of-type{
    margin-left: 10px;
}

.header_top_line_right{
    display: block;
    float: right;
    text-align: right;
    padding: 5px 0;
}

.header_top_line_right a{
    display: inline-block;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    width: 24px;
    background-color: #732123;
    color: #F3F3F3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.header_top_line_right a:hover{
    background-color: #000;
}

.main_header{
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.33);
    z-index: 888;
    max-height: 115px;
}

.main_header_logo{
    display: block;
    float: left;
    width: 267px;
    max-width: 80%;
    padding: 22px 0 17px 0;
}

.mobile_menu{
    display: none;
    float: right;    
    font-size: 20px;
    color: #fff;
    padding: 7px 12px;
    margin-top: 38px;
    background-color: #732123;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.mobile_menu.active{
    background-color: #FFC209;
    color: #732123;
}

.mobile_menu:hover{
    background-color: #000;
    cursor: pointer;
}

.main_nav{
    margin-top: 50px;
    float: right;
    display: none;
}

.main_nav ul li{
    display: inline-block;
}

.main_nav .fa{
    display: block;
    float: left;
    color: #FFC209;
    font-size: 0.5em;
    padding: 0;
}

.main_nav a{
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 0 10px;
    color: #732123;

    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main_nav a:hover{
    text-decoration: underline;
}

/*menu Mobile*/

.nav_mobile{
    position: fixed;
    width: 300px;
    max-width: 80%;
    left: -100%;
    top: 0;
    height: 100%;
    padding: 10px;
    overflow: auto;
    z-index: 9999 !important;
    background-color: #732123;

    -webkit-box-shadow: 3px 0px 12px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 3px 0px 12px 0px rgba(0,0,0,0.33);
    box-shadow: 3px 0px 12px 0px rgba(0,0,0,0.33);
}

.mobile_close,
.nav_mobile a{
    display: block;
    color: #f3f3f3;
    padding: 20px 16px;
    text-align: left;

    border-bottom: 1px solid #f3f3f3;
    font-size: 1.2em;
    text-transform: uppercase;


    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.mobile_close{
    margin-top: 20px;
    color: #732123;
    background-color: #FFC209;
}


.mobile_close:hover{
    background-color: #000;
    color: #f3f3f3;
    cursor: pointer;
}

.nav_mobile a:hover{
    background-color: #000;

}

.slide_top{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 480px;
}

.slide_container{
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: -100;
    margin-bottom: 0;
}

.sl-item{
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    z-index: -8;
}

.sl-item.first{
    display: block;
}


.slide_top .content{
    text-align: center !important;
}

.slide_top h2{
    position: relative;
    text-align: center;
    margin-top: 156px;
    text-transform: uppercase;
    font-size: 41.78px; 
    color: #732123;
}

.slide_top h2 span{
    background-color: #732123;
    padding: 5px 10px;
    font-size: 35.4px;
    font-weight: bold;
    color: #fff;
}

.slide_top_down{    
    position: relative;
    display: block;
    margin: 95px auto 105px auto;
    color: #732123;
    border: 3px solid #732123;
    width: 48px;
    height: 48px;
    font-size: 2em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}


/* ################################# Escritorio*/

.section_escritorio{
    color: #888;
    background-color: #f5f5f5;
}

.escritorio_item{
    width: 50%;
}


.escritorio_item img{   
    height: auto;
    width: 100%;
}

.section_escritorio header{
    padding: 30px;
}

.section_escritorio .content{
    text-align: justify;
}

.section_escritorio h2{
    text-align: center;
    color: #a14446;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.btn_saibamais{
    position: relative;
    display: block;
    width: 120px;
    max-width: 100%;        
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    padding: 10px;
    border: 3px solid #a14446;
    color: #a14446;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 88;
}

.section_escritorio .btn_saibamais{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 60px;
}

.btn_saibamais:hover{
    background-color: #000;
    color: #F5F5F5;
    border-color: #000;
    cursor: pointer;
}

/* ################################# Area de Atuação*/

.section_content{
    padding: 50px 0;
}

.section_content h2{
    text-align: center;
    color: #a14446;
    text-transform: uppercase;
}

.section_header{
    position: relative;
    margin-bottom: 55px;
    z-index: 8;
}

.section_header .tagline{
    text-align: center;
    font-size: 1.2em;

}

.section_content.contato{
    padding-bottom: 0;
}

.section_content.atuacao .tagline{
    text-align: justify;
}

.atuacao-item{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 10px;
}

.atuacao_box_img{
    display: block;
    text-align: left;
    float: left;
    width: 25%;
    padding: 0;
}

.atuacao_img{
    display: inline-block;
    width: 90px;
    max-width: 90%;
    padding: 20px;
    border: 3px solid #a14446;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.modal_atuacao_img img,
.atuacao_img img{
    width: 100%;
}

.atuacao_header{
    display: block;
    float: left;
    width: 75%;
    padding: 0 !important;
    margin: 0 0 30px 0!important;
}

.atuacao_header .tagline{
    font-size: 15px;
    color: #5b5b5b;
    margin-bottom: 10px;
}

.atuacao_header h3{
    padding-bottom: 15px;
}

.socios_item_header p:after,
.atuacao_header p:after{
    content: "...";
}

.triangulo{
    width:50px;
    height: 50px;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: -50px;
}

.teste{
    background-color: purple;
}

/* ################################# Socios*/

.socios_item{
    float: left;
    width: 50%;
    padding: 10px;
}

.socios_item.inmodal{
    width: 100%;
}

.socios_item h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.socio_box_img{
    float: left; 
    width: 28%;
    max-width: 100%;
    text-align: center;
}

.socio_box_img img{
    width: 100%;
    max-width: 200px;
}

.socios_item_header{
    float: left; 
    width: 72%;
    padding-left: 35px;
}


/* ################################# Correspondencia*/

.section_content.correspondencia{
    background-color: #acacac;

}

.section_content.correspondencia h2,
.section_content.correspondencia h3{
    color: #454545;
    text-align: center;
}

.section_content.correspondencia h3{
    font-size: 20px;
    margin-top: -20px;
}

.section_content.correspondencia .tagline{
    text-align: justify;
    color: #454545;
    font-size: 16px;

}

form{
    display: block;
    margin: 0 auto;
    width: 70%;
}

form input,
form textarea{
    border: 3px solid #454545;
    font-size: 16px;
    color: #454545;
    padding: 10px 16px;
    width: 100%;
    background-color: transparent;
}

form input:focus,
form textarea:focus{
    background-color: #F3F3F3;
    color: #555;
    font-size: 1em;
}

form button{
    background-color: transparent;
    border: 3px solid #000;

    font-weight: bold;
    padding: 32px 10px;

    width: 100%;
    text-transform: uppercase;
    text-align: center;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

form button:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
    cursor: pointer;
}

.form_load{
    display: none;
    height: 16px;
    width: 50px;
}

.form_contato_box_input,
.form_box_textarea, .form_box_buttom,
.form_diligencia_box_input{
    position: relative;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
    float: left;
}

.form_contato_box_input{
    width: 33%;
}

.form_box_textarea{
    width: 80%;
}

.form_box_buttom{
    width: 20%;
}

.form_diligencia button{
    border-color: #979797;
    color: #454545;
    background-color: transparent;
}

.form_contato button{
    border-color: #FFC209;
    background-color: #FFC209;
}

.button_strange{
    display: block;
    float: left;
    padding-right: 10px;
    width: 100%;
}

.form_diligencia textarea::-webkit-input-placeholder,
.form_diligencia input::-webkit-input-placeholder{
    color: #000 !important;
}

.form_diligencia input:focus::-webkit-input-placeholder,
.form_diligencia textarea:focus::-webkit-input-placeholder{
    color: #555 !important;
}

.form_contato input,
.form_contato textarea{
    border-color: #732123;
}

.form_contato input::-webkit-input-placeholder,
.form_contato textarea::-webkit-input-placeholder{
    color: #732123 !important;
}

.form_contato input:focus::-webkit-input-placeholder,
.form_contato textarea:focus::-webkit-input-placeholder{
    color: #555 !important;
}

.trigger-box{
    padding: 10px;
}

.trigger{
    position: relative;
    display: none;
    padding: 10px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
}

.trigger-erro{
    background-color: #e52d2d;
}

.trigger-sucesso{
    background-color: #4ca64c;
}

/* ################################# Links*/

.owl-carousel{
    display: none;
    float: left;
    width: 86%;
}


.linksuteis{
    display: table;
    width: 100%;
    height: 130px;
    background-color: #fff;
    border: 3px solid transparent;
    padding: 5px;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.linksuteis:hover{
    border: 3px solid #732123;
}

.linksuteis span{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

.linksuteis img{
    width: 100%;
}

.box-control{
    display: block;
    float: left;
    width: 7%;
    height: 130px;
}

.customNextBtn, .customPrevBtn{
    display: block;
    margin-top: 56px;
    background-color: #732123;
    color: #F3F3F3;
    width: 32px;
    height: 32px;
    padding: 5px 0;
    text-align: center;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.customNextBtn:hover, .customPrevBtn:hover{
    background-color: #000;
    cursor: pointer;
}


.customNextBtn{
    float: right !important;
}

.customNextBtn{
    float: left;
    padding: 5px 10px;
}

.owl-dots{
    display: block;
    text-align: center;
}

.owl-dot{
    background: rgba(216,216,216, 0.50);
    color: #999;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 10px 5px;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.owl-dot.active{
    background: rgba(216,216,216, 1);
}

.mapa_content{
    margin-top: 70px;
    background-color: #f3f3f3;
}

/* ################################# Footer*/

/*### BACKTOP*/
.backtop{
    text-align: center;
    background-color: #FFC209;
    color: #732123;
    display: none;

    padding: 0 12px;
    position: fixed;
    right: 50px;
    bottom: 70px;
    -moz-box-shadow: 0px 1px 3px #333;
    -o-box-shadow: 0px 1px 3px #333;
    -webkit-box-shadow: 0px 1px 3px #333;
    box-shadow: 0px 1px 3px #333;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 8888;
}

.backtop:hover{
    cursor: pointer;
    background-color: #000;
    color: #f3f3f3;
}

.main_footer{
    background-color: #2A1416;
    padding-top: 70px;
}

.main_footer p{
    color: #ffffff;
}

.main_footer img{
    display: inline-block;
}

.main_footer h3{
    position: relative;
    color: #fff;
    padding: 0;
    margin-bottom: 40px;
}

.main_footer h3:before{
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 150px;
    max-width: 80%;
    border-top: 2px solid #FFC209;
}

.main_footer a{
    color: #fff;
}

.main_footer_nav_atuacao li{
    display: inline-block;
    float: left;
    width: 50%;
}

.main_footer_nav_atuacao li a{
    text-align: left;
    display: block;
    padding: 10px 0;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main_footer_nav_atuacao li a:hover{
    background-color: #000;
}

.main_footer_contato{
    width: 14px;
    margin-right: 10px;
}

.main_footer_atuacao{
    width: 14px;
    margin-right: 10px;
}

.footer_copy{
    padding: 10px 0;
    margin-top: 40px;
    border-top: 2px solid #fff;
}

.footer_copy p{
    color: #fff;
    font-family: "Aileron","Trebuchet MS", "Arial" !important;
}

.footer_copy_left{
    float: left;
    padding: 10px;
}

.footer_copy_right{
    padding: 10px;
    float: right;
}

.footer_copy_right img{
    display: inline;
   width: 50px;
    max-width: 100%;
}

.footer_copy_right p{
    text-align: right;
}

.main_footer_sobre{
    width: 35%;
    float: left;
    padding: 10px;
}

.main_footer_box_atuacao{
    position: relative;
    float: left;
    width: 55%;
    padding: 10px;
    margin-left: 10%;
}

.main_footer_box_atuacao:before{
    position: absolute;
    left: -10%;
    top: 30%;
    border-left: 2px solid #fff;
    content: "";
    height: 60%;
    width: 10%;
}


/* ################################# Elementos decorativos*/

.linewithball{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 0.5rem;
}

.linewithball-left, .linewithball-right{
    display: inline-block;
    border-top: 1px solid #000;
    color: #000;
    content: "";
    width: 170px;
    max-width: 40%;
}

.linewithball-left{
    margin-right: 18px;
}

.linewithball-left:after{
    content: '\f111';
    float: right;
    margin-top: -6px;
    margin-right: -6px;
}

.linewithball-right:before{
    content: '\f111';
    float: left;
    margin-top: -6px;
    margin-left: -6px;
}

.linewithball-left.red, .linewithball-right.red{
    border-color: #a14446;
    color: #a14446;
}

.linewithball-left.dark, .linewithball-right.dark{
    border-color: #454545;
    color: #454545;
}

.linewithball-left.white, .linewithball-right.white{
    border-color: #fff;
    color: #fff;
}

.linewithball-left.gray, .linewithball-right.gray{
    border-color: #c6c6c6;
    color: #c6c6c6;
}

/* ################################# Modais*/

.modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.53);
    z-index: 9999;
}

.modal_box{
    position: relative;
    display: block;
    width: 900px;
    max-width: 94%;
    max-height: 90%;
    margin: 0 auto;
    margin-top: -300px;
    background: #fff;
    border: 3px solid #732123;
    overflow-y: auto;

    padding: 40px 30px;

    -moz-box-shadow: 0px 1px 3px #333;
    -o-box-shadow: 0px 1px 3px #333;
    -webkit-box-shadow: 0px 1px 3px #333;
    box-shadow: 0px 1px 3px #333;

}

.modal_box header{
    margin-bottom: 20px;
}

.modal_box h2{
    text-align: center;
    color: #a14446;
}

.modal_close{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 7px 12px;

    font-weight: bold;
    color: #fff !important;
    background: #732123;
    border: 3px solid #fff;

    font-size: 1em;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;

    z-index: 9999;
}

.modal_close:hover{
    cursor: pointer;
    background-color: #000;;
    color: #FFC209;
}

.modal_atuacao_img{
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    max-width: 90%;
    padding: 20px;
    border: 3px solid #a14446;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 30px;
}



/* ################################# Animacoes*/

.parallax{
    position: relative;
    background-color: #F0F0F0;
    background-size: cover; 
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.parallax:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: -2;
}

.parallax.contato{
    background-image: url(img/sociosfooter.jpg);
}

.parallax.atuacao{
    background-image: url(img/areadeatuacao.jpg);
}

.slide_top h2, .slide_top_down, .section_escritorio header, .atuacao_img, .section_content.atuacao article header, .socios_item,  .form_contato, .form_diligencia{
    opacity: 0;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
} 
.socios_item.inmodal{ opacity: 1;}

.slideInUp {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;

    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;

    animation-name: slideInUp;
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -o-animation-name: slideInUp;
}



@keyframes slideInUp {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        -khtml-opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter:alpha(opacity=0);

        transform: translate3d(0, 100px, 0);
        -webkit-transform: translate3d(0, 100px, 0);
        -moz-transform: translate3d(0, 100px, 0);
        -o-transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        -khtml-opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
        filter:alpha(opacity=1);

        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        -khtml-opacity: 0;
        filter:alpha(opacity=0);

        transform: translate3d(0, 100px, 0);
        -webkit-transform: translate3d(0, 100px, 0);
        -moz-transform: translate3d(0, 100px, 0);
        -o-transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        -khtml-opacity: 1;
        filter:alpha(opacity=1);
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}

.animation_left{
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;

    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;

    animation-name: animation_left;
    -webkit-animation-name: animation_left;
    -moz-animation-name: animation_left;
    -o-animation-name: animation_left;
}

@keyframes animation_left {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        -khtml-opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter:alpha(opacity=0);

        transform: translate3d(-100px, 0, 0);
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        -khtml-opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
        filter:alpha(opacity=1);

        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes animation_left {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        -khtml-opacity: 0;
        filter:alpha(opacity=0);

        transform: translate3d(-100px, 0, 0);
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        -khtml-opacity: 1;
        filter:alpha(opacity=1);

        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}


.animation_right{
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;

    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;

    animation-name: animation_right;
    -webkit-animation-name: animation_right;
    -moz-animation-name: animation_right;
    -o-animation-name: animation_right;
}


@keyframes animation_right {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        -khtml-opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter:alpha(opacity=0);

        -ms-transform: translate3d(100px, 0, 0);
        -webkit-transform: translate3d(100px, 0, 0);
        -moz-transform: translate3d(100px, 0, 0);
        -o-transform: translate3d(100px, 0, 0);
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        -khtml-opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
        filter:alpha(opacity=1);

        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes animation_right {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0;
        -khtml-opacity: 0;
        filter:alpha(opacity=0);

        -ms-transform: translate3d(100px, 0, 0);
        -webkit-transform: translate3d(100px, 0, 0);
        -moz-transform: translate3d(100px, 0, 0);
        -o-transform: translate3d(100px, 0, 0);
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        -khtml-opacity: 1;
        filter:alpha(opacity=1);

        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}






/*#################################
########## RESPONSIVANDO ##########
##################################*/


/*BREAK POINT 1020PX*/
@media (max-width: 63.75em){ 
    .section_escritorio:last-of-type{padding: 70px 30px;}

    .main_footer_box_atuacao{width: 45%;}
    .main_footer_sobre{width: 45%;}
    .main_footer_nav_atuacao li{width: 100%;}

    .atuacao-item{width: 50%;}
}

/*960 px BREAKPOINT*/
@media(max-width: 60em){
    .socios_item_header{width: 100%; padding-top: 20px; padding-left: 0;}
    .socios_item_header h3{text-align: center;}
    .socios_item_header .btn_saibamais{float: none; margin-left: auto; margin-right: auto;}
    .socio_box_img{width: 100%;}

    .form_contato_box_input{
        width: 50%;
    }

    .form_contato_box_input:nth-child(3){
        width: 100%;
    }

    .button_strange{padding-right: 0;}
}


/*768 px BREAKPOINT*/
@media(max-width: 48em){
    .socios_item_header .btn_saibamais{float: left;}
    .socios_item{width: 100%;}
    .socio_box_img{width: 20%;}
    .socios_item_header{
        width: 80%;
        padding-top: 0; padding-left: 20px;}
    .socios_item_header h3{text-align: left;}

    form{width: 92%;}

    .escritorio_item{width: 100%;}
    .escritorio_item:nth-child(2){padding: 70px 0px;}


    .atuacao_header, .atuacao_box_img{width: 100%; text-align: center; margin-bottom: 20px;}
    .atuacao_header{
        padding: 20px 0;
    }

    .atuacao_header .btn_saibamais
    {float: none; margin-left: auto; margin-right: auto;}
}

/*640 px BREAKPOINT*/
@media(max-width: 40em){
    .header_top_line{display: none;}

    .backtop{
        right: 20px;
        bottom: 20px;
    }

    .slide_top h2{
        margin-top: 120px;
        font-size: 2em;
    }

    .slide_top_down{
        margin-top: 70px;
        font-size: 1.8em;
        width: 36px;
        height: 36px;
    }

    .footer_copy_right, .footer_copy_left{width: 100%;}
    .footer_copy_right p{text-align: center;}
    .footer_copy_left p{text-align: center !important;}
}

/*576 px BREAKPOINT*/
@media(max-width: 36em){
    .form_contato_box_input,
    .form_diligencia_box_input, .form_box_textarea, .form_box_buttom{
        width: 100%;
    }

    form button{
        padding: 10px;
    }

    .owl-carousel{width: 74%}
    .box-control{width: 13%;}

    .main_footer_sobre{width: 100%; margin-bottom: 40px; }
    .main_footer_box_atuacao{width: 100%; margin-left: 0;}
    .main_footer_box_atuacao:before{display: none;}
}

/*480 px BREAKPOINT*/
@media(max-width: 30em){
    .backtop{
        right: 10px;
        bottom: 10px;
    }

    .atuacao_header, .atuacao_box_img{width: 100%; text-align: center; margin-bottom: 20px;}
    .atuacao_header{
        padding: 20px 0;
    }

    .socios_item_header .btn_saibamais,
    .atuacao_header .btn_saibamais
    {float: none; margin-left: auto; margin-right: auto;}
    .atuacao_header h3{text-align: center;}

    .socios_item_header{width: 100%; padding-top: 20px; padding-left: 0;}
    .socios_item_header h3{text-align: center;}
    .socio_box_img{width: 100%;}


    .atuacao-item{width: 100%;}
}


/*380 px BREAKPOINT*/
@media(max-width: 23.75em){
    .mobile_menu{
        margin-top: 22px;
    }

    .main_header_logo{padding: 12px 0 7px 0;}

    .box-content{
        margin-left: 0;
        margin-right: 0;
    }

    .box-content .socios_item{
        padding: 10px 0;
    }

    form .box-content{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}