/* 
    Created on : Jul 27, 2017, 9:46:47 AM
    Author     : Djuh
*/
@charset "utf-8";

/*Chamada das fontes*/
@font-face{
    src: url('../fonts/Lato-Bold.ttf');
    font-family: lato-bold;
}

@font-face{
    src: url('../fonts/Lato-Light.ttf');
    font-family: lato-light;
}

@font-face{
    src: url('../fonts/Lato-Medium.ttf');
    font-family: lato-medium;
}

@font-face{
    src: url('../fonts/Lato-Regular.ttf');
    font-family: lato-regular;
}

@font-face{
    src: url('../fonts/Lato-Semibold.ttf');
    font-family: lato-semibold;
}

@font-face{
    src: url('../fonts/Lato-Thin.ttf');
    font-family: lato-thin;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -vendor-box-sizing: border-box;
    
    /*Formatacao da animacao geral*/
    transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -vendor-transition: .15s ease-in-ou
}

.background_primary{
    background: #049fe2;
}

.color_primary{
    color: #049fe2;
}

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

p{
    font-family: lato-regular, "Arial", "Helvetica", sans-serif;
}

/*==========================================================================Titulo=============================================================================*/
/*titulo normal*/
.titulo{
    text-align: center;
    padding: 1rem;
}

.titulo > span{
    color: #049fe2;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: .8em;
}

.titulo > h1{
    font-family: lato-medium, "Helvetica", "Arial", sans-serif;
    font-size: 2.5em;
}

.titulo > hr {
    width: 100px;
    border: solid 2px #e8900c;
    background: #e8900c;
}

/*titulo footer*/
.footerTitulo{
    display: block;
    width: 100%;
}

.footerTitulo > h3{
    font-family: lato-bold, "Arial", "Helvetica", sans-serif;
    font-size: 1.2em;
    letter-spacing: 5px;
    color: #fff;
}

.footerTitulo > hr{
    width: 80px;
    border: solid 2px #049fe2;
    margin-left: 0;
}
/*=======================================================================Top Header=============================================================================*/
.topHeader{
    background: #049fe2;
}

/*Connects links*/
.top_social-connects a{
    color: #fff;
    padding: .73rem;
}

.top_social-connects a:hover{
    background: rgba(0, 0, 0, .6);
}

/*Responsividade*/
@media only screen and (max-width: 39.9375em){
    .top_social-connects{
        text-align: center;
    }
}

/*Empresas details*/
.top_conection{
    float: right;
    font-family: lato-thin, "Arial", "Helvetica", sans-serif;
    color: #fff;
}

.top_conection span{
    margin: 0 .7rem 0 .7rem;
}

.top_conection i{
    margin-right: .5rem;
}

/*=======================================================================Bottom Header======================================================================================*/
.bottomHeader{
    padding: 1rem 0 .5rem 0;
    background-color: #fff !important;
}

.img-logo img{
    width: auto;
    height: auto;
    display: block;
}

/*Responsividade*/
@media only screen and (max-width: 39.9375em){
    .img-logo img{
        margin: auto;
        width: 160px;
    }
}

/*Menu*/
.menu{
    float: right;
}

.menu > li{
    display: inline-block;
}

.menu > li > a{
    color: #020003;
    font-family: lato-medium, "Arial", "Helvetica", sans-serif;
}

.menu > li > a:hover{
    color: #049fe2;
}

@media only screen and (max-width: 39.9375em){
    .menu{
        float: none;
        width: 95%;
        margin: auto;
        text-align: center;
    }
    
    .menu > li:not(.menu-text) > a {
        font-size: .8em;
        padding: .7rem;
    }
}

/*========================================================================Area do banner====================================================================================*/
.artigoSlider{
    text-align: center;
    display: block;
    padding: 5rem 0 5rem 0;
    color: #fff;
}

.artigoSlider > h1{
    font-size: 4em;
    color: #fff;
    font-family: lato-light, "Arial", "Helvetica", "Open sans", sans-serif;
    text-align: center;
    display: block;
    width: 100%;
}

.artigoSlider > a{
    margin-top: 140px;
    left: 37%;
}

@media only screen and (max-width: 39.9375em) {
    .artigoSlider > h1{
        font-size: 1.9em;
        padding: 0 1rem 0 1rem;
    }
    
    .artigoSlider > a{
        margin-top: 90px;
        left: 8%;
    }
    
    .anim-slider{
        height: 300px;
    }
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .artigoSlider > h1{
        font-size: 2.5em;
        padding: 0 2rem 0 2rem;
    }
    
    .artigoSlider > a{
        margin-top: 90px;
        left: 35%;
    }
    
    .anim-slider{
        height: 300px;
    }
}

.banner{
    padding: 1rem;
    background: url('../../img/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_team{
    padding: 1rem;
    background: url('../../img/banner-team.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.itemSlider{
    padding: 1rem;
    color: #fff;
    text-align: center;
}

.itemSlider > h1{
    font-family: lato-bold, "Arial", "Helvetica", sans-serif;
    font-size: 4em;
}

.itemSlider > p{
    letter-spacing: 5px;
}

/*Responsividade*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em){
    #sliderBanner{
    }
}

@media only screen and (max-width: 39.9375em) {
    #sliderBanner{
    }
    
    .itemSlider > h1{
        font-size: 1.9em;
    }
}

.bannerSecundario_legenda{
    margin: 3rem 0 3rem 0;
    color: #fff;
    text-align: center;
}

/*==========================================================================Area do about us=================================================================================*/
.aboutUs, .historyOfUs{
    background: #e5e6e6;
    padding: 3.5rem 0 3.5rem 0;
}

.aboutUs-page{
    background: #fff;
    padding: 2rem 0 2rem 0;
}

.mission-and-vision > h3{
    font-family: lato-bold, "Arial", "Helvetica", sans-serif;
    font-size: 1.2em;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.historyOfUs{
    padding-bottom: 5rem;
}

.historyOfUs-container{
    background: #fff;
}

.company_description{
    padding: 3.5rem 0 3.5rem 0;
    background: #f0f0f0;
}

/*===========================================================================Our services=====================================================================================*/
.ourServices{
    background: #fff;
    padding: 2rem 0 2rem 0;
}

.cadaServico{
    padding: 0 1rem 0 1rem;
}

.cadaServico > h3{
    font-size: 1em;
    font-family: lato-bold, "Arial", "Helvetica", sans-serif;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin-top: 1rem;
}

.cadaServico > a.button{
    margin-top: 1.5rem;
}

/*========================================================================Careful Handle=====================================================================================*/
.carefulHandle{
    padding: 5rem 0 5rem 0;
    background: #039fe3;
}

.handleCareful{
    margin: 6rem 0 6rem 0;
    color: #fff;
    text-align: center;
}

.handleCareful > h1{
    font-family: lato-light, "Arial", "Helvetica", sans-serif;
    font-size: 2.7em;
}

/*Responsividade*/
@media only screen and (max-width: 39.9375em) {
    .handleCareful{
        margin: 0;
    }
    
    .handleCareful > h1{
        font-size: 1.9em;
    }
}

/*=========================================================================Footer===========================================================================================*/
.topFooter{
    padding: 2rem 0 2rem 0;
    background: #333333;
}

.navigation_footer{
    display: block;
    width: 100%;
}

.navigation_footer > a{
    display: block;
    padding: .3rem 0 .3rem 0;
    color: #fff;
}

.navigation_footer > a:hover{
    color: #049fe2;
    text-decoration: underline;
}

.navigation_footer > a > i{
    color: #e8900c;
    margin-right: 1rem;
}

/*Contact details*/
.contact_details{
    width: 100%;
}

.contact_details > span{
    width: 100%;
    display: block;
    padding: .5rem 0 .5rem 0;
    color: #fff;
}

.contact_details > span > i{
    width: 30px;
    height: 30px;
    color: #fff;
    background: #049fe2;
    text-align: center;
    line-height: 1.8;
    vertical-align: middle;
    border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -vendor-border-radius: 100px;
}

/*Bottom Footer*/
.bottomFooter{
    background: #e5e6e6;
    padding: 1rem 0 1rem 0;
}

/*Social links*/
.social-links{
    padding: 1rem;
    margin: auto;
    text-align: center;
}

.icon-Social{
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    padding: 11px;
    height: 40px;
    background: #333333;
    color: #EDEDED;
    box-sizing: border-box;
    border-radius: 150px;
    margin-right: 15px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    -vendor-border-radius: 150px;
}

/*Responsividade*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em){
    .icon-Social{
        padding: 11px;
    }
}

@media only screen and (max-width: 39.9375em){
    .icon-Social{
        padding: 13px;
    }
}

/*Formatacao dos hover's para a area das redes sociais*/
.facebook-icon:hover{
    background: #1565C0 !important;
    color: white !important;
    transition: all .25s ease-in-out;
}

.twitter-icon:hover{
    background: #1893e4 !important;
    color: white !important;
    transition: all .25s ease-in-out;
}

.google-icon:hover{
    background: #D50000 !important;
    color: white !important;
    transition: all .25s ease-in-out;
}

.linkedIn-icon:hover{
    background: #0077B5 !important;
    color: white !important;
    transition: all .25s ease-in-out;
}

/*Copyright*/
.copyright{
    font-size: .9em;
    color: #1f1f1f;
    text-align: center;
}

/*=======================================================================Outras paginas====================================================================================*/
.gallery{
    padding: 2rem 0 2rem 0;
    background: #fff;
}

/*=======================================================================Pagina de contatos=================================================================================*/
.contactForm{
    padding: 2rem 0 2rem 0;
    background: #e5e6e6;
}

.findUs{
    padding: 2rem 0 2rem 0;
    background: #333333;
    color: #fff;
}

.findUs-item{
    color: #fff;
}

.findUs-item > p{
    font-size: .9em;
} 

.findUs-title{
    font-size: 1.6em;
    font-family: lato-regular, "Arial", "Helvetica", sans-serif;
}

.findUs-title > i{
    background: #049fe2;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 1rem;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -vendor-border-radius: 100px;
    font-size: .9em;
    line-height: 1.7;
    vertical-align: middle;
}

/*=====================================================================Services Page===================================================================*/
.service_singular{
    padding: 1rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    margin-bottom: 1rem;
    min-height: 30em;
    background: #fff;
}

.service_singular > h3{
    font-size: 1.2em;
    font-family: lato-bold, "Arial", "Helvetica", sans-serif;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin: 1rem 0 1rem 0;
    min-height: 3em;
}

.service_singular > img{
    display: block;
    width: 100%;
    margin: 1rem auto 1rem auto;
}

.more-services{
    padding: 2rem 0 2rem 0;
    background: #EDEDED;
}

.more_service{
    min-height: 39em;
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em){
    .service_singular{
        min-height: 35em;
    }
    
    .more_service{
        min-height: inherit;
    }
}

@media only screen and (max-width: 39.9375em){
    .more_service{
        min-height: inherit;
    }
}

/*Other Services*/
.other-services{
    padding: 3em 0 3em 0;
    background: #333333;
}

.other_service{
    text-align: center;
    color: #fff;
}

.other_service > .number{
    width: 100px;
    height: 100px;
    background: #049fe2;
    color: #fff;
    font-size: 2em;
    vertical-align: middle;
    line-height: 3;
    margin: auto auto 1rem auto;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -webkit-border-radius: 200px;
}

.other_service > h3{
    text-align: center;
    color: #fff;
    font-family: lato-light, "Arial", "Helvetica", sans-serif;
    font-size: 1.3em;
}

/*=======================================================================Team member============================================================================================*/
.team{
    padding: 2.5rem 0 2.5rem 0;
}

.team_member{
    padding: 1rem;
    text-align: center;
}

.team_member > img{
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
    margin: 1rem auto 1rem auto;
    border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    -vendor-border-radius: 300px;
}

.team_member > h4{
    text-align: center;
    color: #333333;
    font-family: lato-bold, "Arial", "Helvetica", sans-serif;
    font-size: 1em;
    letter-spacing: 3px;
    display: none;
}

.team_member > p{
    display: none;
}

.team_member > nav.social_member-links{
    display: block;
    text-align: center;
}

nav.social_member-links > a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    line-height: 2.5;
    vertical-align: middle;
    border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    -vendor-border-radius: 300px;
    margin: auto .2rem auto .2rem;
}

/*Facebook member icon*/
nav.social_member-links > a.facebook_member-icon{
    color: #1565C0 !important;
}

nav.social_member-links > a.facebook_member-icon:hover{
    color: #fff !important;
    background: #1565C0 !important;
}

/*Twitter member icon*/
nav.social_member-links > a.twitter_member-icon{
    color: #1893e4 !important;
}

nav.social_member-links > a.twitter_member-icon:hover{
    color: #fff !important;
    background: #1893e4 !important;
}

/*Google member icon*/
nav.social_member-links > a.google_member-icon{
    color: #D50000 !important;
}

nav.social_member-links > a.google_member-icon:hover{
    color: #fff !important;
    background: #D50000 !important;
}

/*Linkedin member icon*/
nav.social_member-links > a.linkedin_member-icon{
    color: #0077B5 !important;
}

nav.social_member-links > a.linkedin_member-icon:hover{
    color: #fff !important;
    background: #0077B5 !important;
}

.team_member > p{
    font-size: .9em;
    color: #777;
}

#mapa{
    width: 100%;
    height: 490px;
}

.developed{
    color: #333333;
    font-size: .8em;
    float: right;
}