*{
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}
strong, b{
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html,iframe, body{
    width: 100%;
    height: 100%;
}

.clear{
    clear: both;
}

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

.centraliza{
    width: 990px;
    margin: 0 auto;
    position: relative;
}

/*.barraTopo{*/
    /*width: 100%;*/
    /*height: 65px;*/
    /*float: left;*/
    /*border-bottom: solid 5px #222425;*/
    /*background: #000000;*/
/*}*/

.internas h1{
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 300;
    padding: 25px 0;
}

.internas h2{
    font-family: 'Lato', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 15px;
    /*padding-top: 25px;*/
    position: relative;
}

.internas p{
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 25px;
    padding-top: 25px;
}

/*ul{*/
    /*float: left;*/
    /*margin: 23px 0px;*/
    /*padding: 0px 10px;*/
    /*border-right: solid 1px #ffffff;*/
/*}*/

/*li{*/
    /*list-style: none;*/
    /*padding: 0px 7px;*/
    /*float: left;*/
/*}*/

/*li a{*/
    /*text-decoration: none;*/
    /*text-transform: uppercase;*/
    /*line-height: 17px;*/
    /*font-family: 'Oswald', sans-serif;*/
    /*font-weight: 300;*/
    /*font-size: 17px;*/
    /*color: #f8f9fa;*/
/*}*/

/*li:hover a{*/
    /*color: #f8de82;*/
    /*text-decoration: underline;*/
/*}*/

.quadroBanner{
    width: 100%;
    height: 610px;
    float: left;
    background: url(imagens/fundoBanner.jpg) no-repeat center top;
}

.logo{
    width: 460px;
    height: 155px;
    margin: 30px 60px;
    margin-right: 0px;
    float: left;
}

.quadroVideoBanner{
     width: 560px;
     height: 333px;
     margin: 20px 0px;
     margin-right: 0px;
     float: left;
     position: relative;
     overflow: hidden;
 }

.quadroVideoBanner h4{
    font-family: 'Titillium Web';
    font-size: 19px;
    color: #fff;
    font-weight: 300;
}

.quadroVideoBanner input{
    padding: 15px;
    width: 350px;
}

.quadroTextoBanner{
    width: 400px;
    height: 599px;
    margin-top: 10px;
    padding-top: 256px;
    float: right;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #f8f9fa;
}

.quadroTextoBanner a{
    text-decoration: none;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #f8f9fa;
}

.quadroTextoBanner a:hover{
    color: #f8de82;
}

#conteudo{
    width: 100%;
    padding-top: 55px;
    float: left;
}

.quadroTreinamentoHome{
    width: 520px;
    height: 540px;
    float: left;
}

#conteudo h2{
    width: 100%;
    margin-bottom: 50px;
    float: left;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #000;
}

#elementoPrincipal{
    width: 520px;
    height: 455px;
    float: left;
    overflow: hidden;
    position: relative;
    left: 0px;
}

#quadroMovimento{
    position: absolute;
    left: 0px;
    top: 0px;
   // height: 500px;
    float: left;
}

#quadroMovimento .quadro{
    width: 520px; 
    float: left;
}

#treinamentoHome p{
    font-family: 'Lato';
    color: #171717;
    font-size: 20;
    font-weight: 300;
    clear: both;
    padding: 25px 0;
}

.quadroTreinamentoHome h3{
    width: 390px;
    float: left;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #171717;
}

.quadroTreinamentoHome .setas{
    width: 130px;
    float: left;
}

.quadroTreinamentoHome .numeroSeta{
    width: 66px;
    padding-top: 7px;
    float: left;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #6a6c74;
}
.quadroTreinamentoHome .texto{
    width: 96%;
   // height: 160px;
    margin-top: 45px;
    float: left;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #171717;
}

.quadroTreinamentoHome .subTitulo{
    width: 100%;
    margin-top: 40px;
    float: left;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #171717;
}

.quadroTreinamentoHome .metodo{
    width: 160px;
    height: 110px;
    margin-top: 15px;
    margin-right: 10px;
    padding-top: 25px;
    float: left;
    cursor: pointer;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #171717;
    background: #f8f9fb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjhmOWZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2ZDdkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #f8f9fb 0%, #d6d7da 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f8f9fb), color-stop(100%,#d6d7da)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f8f9fb 0%,#d6d7da 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f8f9fb 0%,#d6d7da 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f8f9fb 0%,#d6d7da 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f8f9fb 0%,#d6d7da 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fb', endColorstr='#d6d7da',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.quadroTreinamentoHome .metodo:hover{
    background: #ab6e6e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWI2ZTZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzczMjUyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #ab6e6e 0%, #732525 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ab6e6e), color-stop(100%,#732525)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #ab6e6e 0%,#732525 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #ab6e6e 0%,#732525 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #ab6e6e 0%,#732525 100%); /* IE10+ */
    background: linear-gradient(135deg,  #ab6e6e 0%,#732525 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab6e6e', endColorstr='#732525',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    color: #FFF;
}

.quadroEvento{
    width: 360px;
    /*height: 540px;*/
    /*margin-left: 110px;*/
    float: left;
}

.quadroEvento .evento{
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    background: url('imagens/fundoEvento.png') no-repeat right;
}

.evento .imagem{
    width: 180px;
    height: 140px;
    background: #050505;
    position: absolute;
    overflow: hidden;
    z-index: -1;


}

.evento:hover .imagem{
    filter: gray; /* IE6-9 */
    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"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    /*-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);*/
}

.quadroTreinamento{
    -webkit-transition: 1s ;
    -moz-transition: 1s ;
    -ms-transition: 1s ;
    -o-transition: 1s ;
    transition: 1s ;
}

.quadroTreinamento h2{
    -webkit-transition: 1s ;
    -moz-transition: 1s ;
    -ms-transition: 1s ;
    -o-transition: 1s ;
    transition: 1s ;
}

.quadroTreinamento a{
    -webkit-transition: 1s ;
    -moz-transition: 1s ;
    -ms-transition: 1s ;
    -o-transition: 1s ;
    transition: 1s ;
}

.quadroTreinamento:hover h2{
    background-color: #F5F5F5;
    -webkit-transition: 1s ;
    -moz-transition: 1s ;
    -ms-transition: 1s ;
    -o-transition: 1s ;
    transition: 1s ;
}

.quadroTreinamento:hover a{
    color: #832F2F;
    -webkit-transition: 1s ;
    -moz-transition: 1s ;
    -ms-transition: 1s ;
    -o-transition: 1s ;
    transition: 1s ;
}

.evento .titulo{
    width: 200px;
    margin-top: 20px;
    margin-right: 10px;
    float: right;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #FFF;
    text-align: right;
}

.evento .titulo span{
    font-weight: bold;
    color: #f7cb86;
}

.evento .data{
    width: 110px;
    height: 25px;
    padding: 6px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    line-height: 14px;
    font-size: 14px;
    color: #FFF;
}

.quadroServico{
    width: 100%;
    margin-top: 30px;
    padding: 20px 0px;
    background: #171717;
    float: left;
}

.quadroServico .servico{
    float: left;
    margin-bottom: 5px;
}

.quadroServico .imagemServico{
    float: left;
    overflow: hidden;
}

.imagemServico{
    position: relative;
    z-index: 0;
}

.servico .titulo{
    padding: 0px 10px;
    position: absolute;
    bottom: 50px;
    z-index: 15;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #f8f9fa;
}
.servico .texto{
    display: none;
    height: 55px;
    padding: 0px 10px;
    position: absolute;
    bottom: 50px;
    z-index: 15;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #f8f9fa;
}



.quadroDepoimento{
    width: 695px;
    float: left;
    padding: 70px 0px;
}

.quadroDepoimento .depoimento{
    width: 50%;
    padding-right: 40px;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.quadroDepoimento .depoimento span{
    font-weight: bold;
    font-size: 20px;
}

.quadroNewsletter{
    width: 295px;
    padding: 25px 15px 10px 7px;
    margin: 70px 0px;
    border: solid 1px #ababab;
    float: left;
}

.quadroNewsletter .texto{
    width: 190px;
    margin-bottom: 20px;
    padding-left: 20px;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}

.quadroNewsletter .texto b{
    font-size: 35px;
}

.quadroNewsletter input[type="text"]{
    width: 250px;
    height: 35px;
    margin: 10px 20px;
    padding: 10px;
    float: left;
    border: none;
    border-radius: 4px;
    background: #FFF;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.quadroNewsletter input[type="submit"]{
    width: 250px;
    height: 35px;
    margin: 10px 20px;
    padding: 10px;
    float: left;
    border: none;
    border-radius: 4px;
    background: #272727;
    line-height: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
}

#rodape{
    width: 100%;
    padding: 35px 0px;
    float: left;
    background: #171717;
}

.esquerdaRodape{
    width: 680px;
    margin-left: 10px;
    float: left;
}

.esquerdaRodape .bloco1{
    float: left;
    border-bottom: solid 1px #252525;
    padding-bottom: 65px;
}
.img-Rodape{ 
	width: 22px;
    margin-right: 10px;
}
#rodape .menu{
    width: 165px;
    margin-left: 35px;
    float: left;
}

#rodape .menu a{
    color: #fff;
    text-decoration: none;
}

#rodape .menu span{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #dfe3e5;
}

#rodape .menu span:hover{
    color: #f8de82;
    text-decoration: underline;
}

#rodape .texto{
    width: 340px;
    margin: 40px 0px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #656565;
}

#rodape .contatoRodape{
    width: 260px;
    margin: 40px 0px;
    margin-left: 75px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #dfe3e5;
}

#rodape .contatoRodape b{
    font-size: 20px;
}

.quadroFacebook{
    /*border: solid 1px #aaaaaa; */
    overflow:hidden; 
    float: left;
    background: #FFF;
    margin-left: 20px;
    width:275px;
    height:317px;
}

.logoRodape{
    float: left;
}
.logoTopo{
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 10px;
    display: none;
    background: #000000;
}

.menuLateral{
    width: 230px;
    float: left;
}

.menuLateral .menu{
    width: 100%;
    height: 45px;
    float: left;
    cursor: pointer;
    padding-top: 8px;
    border: solid 1px #FFF;
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    background: #3c3c3c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzNjM2MzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTA5MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(-45deg,  #3c3c3c 38%, #090909 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(38%,#3c3c3c), color-stop(100%,#090909)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #3c3c3c 38%,#090909 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #3c3c3c 38%,#090909 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #3c3c3c 38%,#090909 100%); /* IE10+ */
    background: linear-gradient(135deg,  #3c3c3c 38%,#090909 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#090909',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #f8f9fa;
}

.menuLateral .menu:hover{
    color: #f8de82;
    text-decoration: underline;    
    border: solid 1px #f8de82;
}

.menuSelecionado{
    color: #f8de82 !important;
    text-decoration: underline;    
    border: solid 1px #f8de82 !important;
    margin-left: 15px;
}

#resultadoEmpresa{
    width: 730px;
    padding: 15px;
    margin-left: 30px;
    float: left;
    border: solid 1px #ababab;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #171717;
}

h1{
    width: 100%;
    margin-bottom: 20px;
    float: left;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #000;
}

.quadroImagemEmpresa{
    width: 729px;
    height: 185px;
    margin-left: -15px;
    margin-bottom: -14px;
    margin-top: 20px;
    float: left;
    border-top: solid 1px #ababab;
}

.quadroImagemEmpresa .setas, .quadroImagemTreinamento .setas{
    width: 50px;
    height: 185px;
    padding: 80.5px 0px;
    float: left;
    background: #EEEEEE;
    text-align: center;
    cursor: pointer;
}

#quadroPaiImagemEmpresa{
    width: 628px;
    height: 185px;
    float: left;
    overflow: hidden;
    position: relative;
    left: 0px;
}

#quadroMovimentoImagemEmpresa{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 185px;
    float: left;
}

.imagemEmpresa{
    width: 137px;
    height: 165px;
    float: left;
    margin: 10px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.imagemEmpresa:hover{
    border: solid 1px #337ab7;
}

#mapa-end{
    width: 730px;
    height: 390px;
    padding: 15px;
    margin-top: 30px;
    float: right;
    border: solid 1px #ababab;
}

.quadroOrcamento{
    width: 230px;
    padding: 10px;
    margin: 30px 0px;
    border: solid 1px #ababab;
    float: left;
}

.quadroOrcamento .texto{
    width: 100%;
    margin-bottom: 20px;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}

.quadroOrcamento .texto b{
    font-size: 35px;
}

.quadroOrcamento input[type="text"], .quadroOrcamento select, .quadroOrcamento textarea{
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    padding: 10px;
    float: left;
    border: solid 1px #BABACA;
    border-radius: 4px;
    background: #FFF;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.quadroOrcamento input[type="submit"]{
    width: 100%;
    height: 35px;
    margin: 10px 0px;
    padding: 10px;
    float: left;
    border: solid 1px #BABACA;
    border-radius: 4px;
    background: #272727;
    line-height: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
}

.treinamento{
    width: 475px;
    height: 215px;
    margin: 10px;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    color: #000;
}

.treinamento h2{
    width: 100%;
    margin-bottom: 10px !important;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: bold !important;
    font-size: 25px !important;
    color: #FFF;
}

.redesSociais{
    width: 100%;
    margin-top: -20px;
    float: left;
}

.erro{
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    border: solid 1px #FF0000;
    background: #ffcccc;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #FF0000;
}

.sucesso{
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    border: solid 1px #00AA00;
    background: #ccffcc;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #00AA00;
}

.textoTreinamento{
    width: 515px;
    padding-right: 30px;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.quadroVIdeoTreinamento{
    width: 475px;
    height: 280px;
    padding: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    border: solid 1px #ababab;
}

.quadroImagemTreinamento{
    width: 100%;
    padding: 20px 10px;
    margin: 30px 10px;
    float: left;
    border-top: solid 1px #ababab;
    border-bottom: solid 1px #ababab;
}

.callToAction{
    text-align: center;
    height: 35px;
    margin: 10px auto;
    padding: 10px;
    border: solid 1px #BABACA;
    border-radius: 4px;
    background: #272727;
    line-height: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
}

#treinamento{
    background-color: #832f2f;
    margin-top: -55px;
}

#treinamento h1{
    font-family: 'Lato', sans-serif;
    color: #ffd2d2;
    font-size: 40px;
    font-weight: 300;
    padding: 50px 0;
}

#treinamento span{
    font-weight: bold;
}

#treinamento h2{
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 14px;
    color: #cf9494;
    line-height: 15px;
    text-align: center;
    position: relative;
    /*margin: 75px 0;*/
    padding: 50px 0;
    margin: 0px;
    float: none;
}

#baixoCursosTreinamento{
    background-image: url('imagens/bgBaixoCursos.jpg');
    text-align: center;
}

#baixoCursosTreinamento img{
    padding: 25px 0;
}

#baixoCursosTreinamento p{
    font-family: 'Titillium Web';
    font-size: 14px;
    color: #cecece;
    font-style: italic;
    padding: 10px 25px;
}

#contato input, textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #000 !important;
    resize: none;
    outline-color: #f8de82;
}

#contato form{
    font-family: 'Roboto';
    font-weight: bold;
}

#contato textarea{
    height: 200px;
}

#contato input[type="submit"]{
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    transition: 0.5s;
}

#contato input[type="submit"]:hover{
    transition: 0.5s;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;;
}

#endereco{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    padding-top: 25px;
}

#endereco span{
    font-size: 20px;
}

#eventos h2{
    font-family: 'Oswald';
    font-size: 20px;
    padding-bottom: 20px;
}

#eventos p{
    font-family: 'Titillium Web' !important;
}

#eventos h4{
    font-size: 12px;
    font-family: 'Oswald';
    color: #707070;
    font-weight: normal;
}

#eventos h5{
    font-family: 'Oswald';
    font-size: 27px;
    color: #707070;
    font-weight: 300;
    padding-left: 47px;
}


.outrosTreinamentos .row{
    border-top: 1px solid #565656;
    padding: 10px;
}

.outrosTreinamentos .row:hover{
    background-color: #1d1d1d;
    cursor: pointer;
    border-left: 5px solid #5cc6ae;
}

.outrosTreinamentos .row h5{
    text-align: right;
}

.infoTreinamentos{

    border-radius: 5px;
    text-align: center;
}

.infoTreinamentos h2{
    font-family: 'Lato';
    font-weight: 300;
    font-size: 29px;
    color: #5cc6ae;
    padding-top: 25px;
}

.infoTreinamentos h3{
    font-family: 'Lato';
    font-size: 19px;
    color: #fefefe;
    text-align: right;
}

.infoTreinamentos h5{
    font-family: 'Titillium Web';
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
    /*padding: 15px;*/
}

.infoTreinamentos span{
    font-weight: 300;
}

.infoTreinamentos input{
    width: 90%;
    padding: 10px;
    border: 1px solid #cecece;
}

/* webkit */
::-webkit-input-placeholder { text-align:left; }
/* mozilla */
input:-moz-placeholder { text-align:left; }

.infoTreinamentos input[type="submit"]{
    background-color: #237a73;
    border: 1px solid #237a73;
    font-size: 25px;
    color: #fff;
}

.infoTreinamentos form{
    font-family: 'Titillium Web';
    font-size: 12px;
}

#eventos h3{
    font-size: 15px;
}

#treinamentoInterna p{
    font-family: 'Lato' !important;
    font-size: 16px;
    color: #6d6d6d;
    padding: 25px 0;
    text-align: justify;
}

#treinamentoInterna .row img{
    padding-top: 25px;
}

#treinamentoInterna .row .col-md-3{
    text-align: center;
}

#depoimentoTreinamento h2{
    font-family: 'Lato';
    font-weight: 300;
    font-size: 32px;
    color: #181818;
    padding: 25px 0;
}

#treinamentoInterna h1{
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 300;
    padding: 25px 0;
}

.topInterna h1{
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 300;
    color: #FFF;
    padding: 100px 0;
}

.topInterna img{
    padding-top: 50px;
}

#empresa h2{
    font-family: 'Lato';
    font-size: 23px;
    font-weight: 300;
    color: #000;
    padding-bottom: 50px;
}

#empresa p{
    font-family: 'Lato';
    font-size: 16px;
    color: #6d6d6d;
}

.btnEventos{
    font-family: 'Oswald';
    font-size: 12px;
    color: #000;
    background-color: #F5F5F5;
    padding: 7px;
    float: right;
    transition: 0.4s;

}

.btnEventos:hover{
    background-color: #ab6e6e;
    color: #fff;
    margin-right: 10px;
    transition: 0.4s;
}

.btnEnviar:hover{
    text-decoration: underline;
}

blockquote h3{
    font-style: italic;
}

.btnDownload{
    font-family: 'Oswald';
    font-size: 15px;
    color: #000;
    background-color: #F5F5F5;
    padding: 10px;
    transition: 0.5s;
}

.btnDownload:hover{
    background-color: #ab6e6e;
    color: #fff;
    margin-left: 10px;
    transition: 0.4s;
}

.btnContato{
    width: 30% !important;
}

#midias h2{
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    padding: 50px 0;
    font-weight: 300;
}

#midias p{
    font-family: 'Titillium Web';
    font-size: 18px;
    color: #101010;
    font-weight: 300;
}

#artigos{
    position: relative;
}

#artigos a{
    font-family: 'Titillium Web';
    font-size: 30px;
    color: #000;
    padding-bottom: 15px;
    transition: 0.5s;
}

#artigos p{
    font-family: 'Titillium Web';
    font-size: 15px;
    color: #101010;
}

#artigos a:hover{
    margin-right: 25px;
    transition: 0.5s;
}

.btnMidias{
    font-family: 'Oswald' !important;
    font-size: 15px !important;
    color: #000 !important;
    padding: 7px 10px !important;
    margin-top: 25px !important;
}

#topCases h2{
    font-family: 'Lato';
    font-size: 25px;
    color: #FFF;
}

#topCases h3{
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
}

.depoimentos h4{
    font-family: 'Lato';
    font-size: 18px;
    color: #69170e;
}

.depoimentos p{
    font-family: 'Lato' !important;
    font-size: 15px !important;
}

#parceiros h2{
    font-family: 'Lato';
    font-size: 25px;
    color: #464545;
}

#parceiros p{
    font-family: 'Lato';
    font-size: 15px;
    color: #7a7a7a;
}

/*#parceiros .col-md-4{*/
    /*text-align: center;*/
    /*padding-bottom: 25px;*/
/*}*/



#formDepoimentos{
    position: relative;
    background: url('imagens/bgDepoimento.jpg') no-repeat 100% 100%;
    padding: 100px 0;
}

#formDepoimentos h4{
    font-family: 'Titillium Web';
    font-size: 19px;
    color: #FFF;
}

#formDepoimentos h5{
    font-family: 'Titillium Web';
    font-size: 16px;
    color: #FFF;
}

#formDepoimentos input{
    padding: 15px;
    border: 1px solid #cac0bf;
    width: 100%;

}

#formDepoimentos textarea{
    border: 1px solid #cac0bf !important;
    height: 200px;
    width: 100%;
}

#formDepoimentos input[type="submit"]{
    background-color: #232323;
    border: 1px solid #232323;
    border-bottom: 2px solid #171717;
    color: #FFF;
    font-size: 21px;
    font-weight: bold;
    width: 50% !important;
    float: right;
    margin-top: -87px;
}

/*#parceiros a{*/
    /*font-family: 'Lato';*/
    /*font-weight: bold;*/
    /*font-size: 15px;*/
    /*color: #939393;*/
/*}*/

#treinamentos h2{
    font-family: 'Lato';
    font-size: 20px;
    color: #FFF;
    font-weight: 300;
}

#treinamentos p{
    font-family: 'Lato';
    font-weight: 300;
    font-size: 16px;
    color: #6d6d6d;
    padding: 25px 0;
    text-align: justify;
}

.tituloTreinamento{
    background-color: #832F2F;
    text-align: left;
    padding: 15px 10px;
}

.tituloTreinamento a{
    color: #FFF;
}

@media (max-width: 1100px){
    #socialTop{
        display: none !important;
    }
}

@media (max-width: 990px) {
    #formDepoimentos{
        padding: 15px 0 !important;
    }
    #formDepoimentos input[type="submit"]{
        margin-top: 0px !important;
    }
    .topInterna img{
        padding-bottom: 25px !important;
        margin-top: -75px !important;
    }

}

@media (max-width: 768px){
    .nav > li{
        text-align: center !important;
        font-size: 20px !important;
    }
    #imgHome{
        display: none !important;
    }
    #navHome{
        display: block !important;
    }
    #logoResponsive{
        display: block !important;
    }
    .logoBanner{
        display: none !important;
    }
}

#navTop li a{
    padding-top: 17px;
}

.imgTop{
    padding: 11px;
}

.imgTop:first-child{
    padding: 0;
}


 a.tooltips {
     position: relative;
     display: inline;
     -webkit-transition: 1s ;
     -moz-transition: 1s ;
     -ms-transition: 1s ;
     -o-transition: 1s ;
     transition: 1s ;
 }
a.tooltips span {
    position: absolute;
    width:150px;
    color: #000000;
    background: #FFFFFF;
    height: 50px;
    line-height: 49px;
    text-align: center;
    visibility: hidden;
    border-radius: 0px;

    font-size: 20px;
    font-family: 'Lato';
}
a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    top: 70px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;

    -webkit-transition: 1s ease ;
    -moz-transition: 1s ease ;
    -ms-transition: 1s ease ;
    -o-transition: 1s ease ;
    transition: 1s ease ;
}

.depoimentosEmpresa iframe{
    height: 333px;
}

#eventos label{
    font-family: 'Roboto';
    color: #707070;
    font-size: 27px;
    cursor: pointer;
}

.agenda{
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    padding: 30px 0;
}

.agenda  label{
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    font-size: 45px !important;
    color: #707070 !important;
    float: left !important;
    padding: 0 25px !important;
}

.agenda span{
    font-size: 12px;
    font-family: 'Oswald';
    color: #707070;
    font-weight: normal;
}

.formAgenda{
    padding-top: 50px;
}

.formAgenda h2{
    font-weight: 300;
}

.formAgenda input{
    padding: 7px;
    margin: 5px 0;
    width: 100%;
    border: 1px solid;
    outline-color: #f8de82;
}

.formAgenda input[type="submit"]{
    background-color: #ffffff;
    transition: 0.6s;
    width: 25%;
}

.formAgenda input[type="submit"]:hover{
    background-color: #000000;
    color: #ffffff;
    transition: 0.6s;
}

.agenda-interna{
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.agenda-interna h3{
    padding: 15px 0;
    font-family: 'Lato'; 
    font-size: 24px; 
    font-weight: bold; 
}

.agenda-interna p{
    font-size: 13px;
    font-family: 'Lato';
    font-weight: 300;
    color: #1b1b1b;
}

.agenda-interna a{
    font-size: 11px;
    font-family: 'Lato';
    color: #000000;
}

.agenda-interna a:hover{
    text-decoration: underline;
}

#popup{
    text-align: center;
}

#popup h1{
    font-family: 'Oswald';
    font-size: 40px;
    color: #333333;
    line-height: 107%;
    margin-bottom: 5px !important;
    padding-top: 15px;
}

#popup h2{
    font-family: 'Roboto';
    font-size: 20px;
    color: #767676;
    font-weight: 300;
    line-height: 107%;
}

#popup input[type=email]{
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 15px 10px;
    width: 80%;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}

#popup .myButton {
-moz-box-shadow: 3px -2px 0px 0px #d8a419;
    -webkit-box-shadow: 3px -2px 0px 0px #d8a419;
    box-shadow: 3px -2px 0px 0px #d8a419;
    background-color:#ffbb02;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: 'Oswald';
    font-size:30px;
    padding:10px 45px;
    text-decoration:none;
    margin-bottom: 20px;
    border: none;
}

@media screen and (max-width: 600px){
    #popup h1{
        font-size: 20px !important;
    }

    #popup input{
        padding: 7px !important;
    }

    #popup h2{
        font-size: 15px !important;
    }

    #popup .myButton {
        font-size: 15px !important;
    }
    #popup iframe{
        height: 250px !important;
    }
}
