/* 
    Created on : 10/09/2020, 13:09:45
    Author     : Renato s. Botacim
*/

/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ------------------ configuração dos elementos do css ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
*{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}
body{background-color: #f5f5f5;}
article{padding: 50px 0px; overflow: hidden!important;}
article p {font-size: 13px; text-align: justify}
a{text-decoration: none!important}
.color1{background-color: #1f2743}
.color2{background-color: #a3a3a3}
.color3{background-color: #e7e7e7}
.color4{background-color: #f7f7f7}
.text1{color: #fff!important;}
.text2{color: #555!important;}
.resetArticle{padding: 0px!important;}

.conteudo p {font-size: 1em}

.btn{
    padding: 15px 20px;
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 35px;
    text-align: center;
    color:#000;
    text-decoration: none;
    transition-duration: .7s;
}   
.btn:hover{
    background-color: #00a859;
    transition-duration: .9s;
}   

.bottons {  margin: 60px 0!important; text-align: center}
.bottons > a {  
    background-color: #d77d29;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 900;
    color:#fff;
}

.bottons > a:hover{
    opacity: 0.9;
}

/* ------------------ ESTILO DOS TITULOS DOS ARTICLES DO SITE!---------------------------- */
article .title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#434345;
}
article .title:after{position: absolute; content: ""; width: 150px; height: 3px; background-color: #555; left: 50%; transform: translateX(-50%);margin-top: 30px}
article .sub-title {
    text-align: center;
    font-size: 14px;
    color:#555;
    margin-bottom: 20px;
}
/* ----------------------BOTÕES VEJA MAIS DO SITE ----------------------------------------------------------------------- */
.btn-veja-mais{
    margin: 35px 0px;
    text-align: center!important;
}
.btn-veja-mais a{
    border: 1px solid #555;
    border-radius: 80px;
    font-family: 'Roboto Condensed', sans-serif!important;
    color: #555;
    text-align: center;
    padding: 7px 23px;
    transition-duration: .5s;
    text-transform: uppercase;
    font-size: 12px;
}
.btn-veja-mais a:hover, .btn-veja-mais a:focus {
    border: 1px solid #d77d29;
    background-color: #d77d29!important;
    transition-duration: .5s;
    color:#fff;
}
.btn-veja-mais-reset{
    margin: 10px 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ------------------ ESTILO DO HEADER DO SITE [PARALAX!!]--------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */

.paralax-topo-img-index{
    background: url(../imagens/slide/paralax.jpg) no-repeat 50% center fixed;    
}
.paralax-topo-img-colaboradores{
    background: url(../imagens/slide/paralax1.jpg) no-repeat 50% center fixed;    
}

.paralax-topo-img-especialidades{
    background: url(../imagens/slide/paralax2.jpg) no-repeat 10% center fixed;    
}

.paralax-topo{
    position:relative;
    content:'\A';
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color:#fff;
    overflow: hidden;
}

.paralax-topo:after{
    content:"";    
    background-color:#059351;
    opacity: 0.8;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}
.paralax-topo .content-info-index{
    position: relative;
    z-index: 5;
    padding: 115px 0px 50px 0px;
} 

.paralax-topo .content-info-pages{
    position: relative;
    z-index: 5;
    padding: 150px 0px 30px 0px;
} 
.paralax-topo .content-info-pages h2:after{position: absolute; content: ""; width: 150px; height: 3px; background-color: #d77d29; left: 50%; transform: translateX(-50%);margin-top: 45px}

.paralax-topo .content-info-pages h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom:30px;
    text-transform: uppercase;
}
.paralax-topo .content-info-pages p {
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height:1.2;
}


.paralax-topo .content-info{
    position: relative;
    z-index: 5;
} 

.paralax-topo h1 {
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom:20px;
    text-transform: uppercase;
}
.paralax-topo h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom:40px;
    text-transform: uppercase;
}

.paralax-topo p {
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 1.2em;
    margin-bottom: 40px;
    line-height:1.2;
}

.paralax-topo a{
    background-color: #d77d29;
    padding: 10px 40px;
    border-radius: 80px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    font-size: 17px;
}
.paralax-topo a:hover{
    opacity: 0.9;
}
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ------------------ ESTILO DOS SERVIÇOS DO SITE!! --------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.box_service{
    border-radius: 5px;
    transition-duration: .9s;
    background-color: #fff;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    overflow: hidden!important;
    border-top: 6px solid #d77d29
}

/*@media(min-width: 575px){
    .box_service {
        width: 95%!important;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    }
    .information_service{
        width: 85%;
        overflow: hidden;
    }
    .box_service:hover, .box_service:focus, .box_service:visited{
        z-index: 1000;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        transition-duration: 0s;
    }
}*/

/*.box_service:hover{
    z-index: 1000;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: .9s;
}*/


/*.box_service .img{
    height: 150px;
}*/
/*.box_service img{

}*/
.box_service h1{
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 20px;
    line-height: 1.1;
    margin-top: 25px;
}

.box_service p{
    font-size: 0.8em;
    text-align: center;
    overflow: hidden;
    height: 100px;
    line-height: 1.1;
    padding: 0px 10px;
    margin: 0px!important;
    color: #555
}
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ------------------ ESTILO DO <<<< ARTICLE PROFISSIONAIS >>>> ------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */

.container-professional{
    font-family: 'Roboto Condensed', sans-serif!important;
    overflow: hidden!important;
     transition-duration: .9s;
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
        border-top: 6px solid #d77d29
}
.container-professional .content-info{
    background-color: #f1f1f1;
    padding: 25px 10px;
    text-align: center;
    color: #555;
    transition-duration: .9s;
    float:none;
    width: 100%;
}
.container-professional .content-info .name{
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    float:none;
    line-height: 20px;
    height: 40px;
}
.container-professional .name:after{position: absolute; content: ""; width: 60%; height: 3px; background-color: #555; left: 50%; transform: translateX(-50%);margin-top: 23px;}
.container-professional .content-info .function{
    font-size: 1em;
    margin-top: 10px;
     font-weight: 700;
}
.container-professional .content-info .conselho{
    font-size: 1em;
   
}
.container-professional .content-img > .social{
    display: none;
    position: absolute;
    overflow: hidden;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
    left: 0px;
}
.container-professional .social i{
    width: 40px!important;
    height: 40px!important;
    color: #fff;
    padding-top: 7px;
    font-size: 1.5em;
    border: 1px solid #fff
}

.canal_comunicacao{
    text-align: center;
    margin: 0px 2px;
    color: #434345;
    background-color: #eaeaea;
    width: 280px;
    padding: 15px 10px;

}
.canal_comunicacao i{
    font-size: 3.5em
}
.canal_comunicacao p{
    text-align: center;
    font-size: 0.9em;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ------------------ ESTILO DO PARALAX DO RODAPÉ DO SITE!------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.content-space-one{
    background: url(../imagens/slide/paralax.jpg) no-repeat 50% center fixed;    
    position:relative;
    content:'\A';
    padding: 50px 0 0 0 ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content-space-one:after{
    content:"";    
    background-color: #059351; 
    opacity: 0.8;
    width:100%;
    height:100%;
    z-index: 1;
    position: absolute;
    left:0;
    top:0;
}
.content-space-one .content-info{
    position: relative;
    z-index: 10;
    color:#fff;
    font-size: 14px;
} 
.content-space-one li{list-style: none;}
.content-space-one li a{color:#fff}
.content-space-one li a:hover{opacity: 0.8}
.content-space-one h1{font-size: 15px; text-transform: uppercase; margin: 30px 0;}
.content-space-one img {width: 150px; margin-bottom: 20px;}
.content-space-one .social a i{
    width: 40px!important;
    height: 40px!important;
    text-align: center!important;
    border-radius: 1000px;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    border: 1px solid #fff;
    margin-right: 5px;
    margin-bottom: 10px;
}
.content-space-one .social a i:hover{background-color: #fff; color:#00a859}
.content-space-one .bottom_footer, .content-space-one .bottom_footer p {text-align: center;margin: 0px}
.content-space-one .bottom_footer img{width: 40px; margin: 0px 0px;}
.content-space-one .bottom_footer a{color:#fff}
.content-space-one .bottom_footer a:hover{opacity: 0.8}


/* -------------------------------------------------------------------------- */
/* ------------------ ESTILO <<<PAGINAS DE EMPRESA>>>>!------------------------------ */

.empresa p{
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 1em;
}

/* -------------------------------------------------------------------------- */
/* ------------------ ESTILO <<<PAGINAS DE ESPECIALIDADES>>>>!------------------------------ */
.especialidades .item{
    text-align: center;
    background-color: #f3f3f3;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}
.especialidades .box_service .esp_icon{
    text-align: center;
    height: 200px;
    background-color: #ececec;
    position: relative;
    margin-bottom: 15px;
}
.especialidades .box_service h1{
    margin-bottom: 15px;
    height: auto;
}
.especialidades .box_service p{
    height: 70px;
}
.especialidades .box_service .btn-veja-mais{
    margin: 20px;
}

.especialidades .esp_icon img{ max-width: 100%; height: 100%}
.especialidades .esp_icon:after{
    content:"";    
    background-color: #1f2743; 
    opacity: 0.5;
    width:100%;
    height:100%;
    z-index: 1;
    position: absolute;
    left:0;
    top:0;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ------------------ STYLO PAGINAS CONTENT  ------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.content .colaborador{
    padding: 30px;
}
.content .colaborador .box_img{       
    width: 250px;
    border-radius: 350px;
    overflow: hidden;
    text-align: center;
    float: right;
}

.content .colaborador .box_img img{
    width: 250px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.content .colaborador h1{
    margin-top: 20px;
    font-size: 4em;
    font-weight: 900;    
}
.content .colaborador h2{
    font-size: 2em;
    font-weight: 600;    
}
.content .colaborador .icones{    
    width: 100%;
    text-align: center;
    margin-top: 20px; 
}
.content .colaborador a{
    font-size: 2em;
    font-weight: 600;
    color:#fff;
    margin-right: 10px;
    background-color: #a3a3a3;
    padding: 5px 10px;
    border-radius: 5px
}
.content .colaborador a:hover{
    color: #fff;
    background-color: #00a859; 
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ------------------ FOOTER STYLE ------------------------------------------ */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.form .form_contato{
    width: 100%;
    border: none;
    margin-bottom: 10px;
    padding: 8px 10px;

}
.form a .btn_enviar{
    border: 1px solid #555;
    border-radius: 80px;
    font-family: 'Roboto Condensed', sans-serif!important;
    color: #555;
    text-align: center;
    padding: 7px 23px;
    transition-duration: .5s;
    text-transform: uppercase;
    font-size: 12px;
}
.form .btn_enviar:hover{opacity: 0.9}
