/*reset*/
body{
  font-size:18px;
  font-family: 'Lora-Italic', Arial, Helvetica, sans-serif;
  color:#878787;
  line-height:1.4em;
  margin:0;
}
h1,h2,h3,h4,h5,h6,pre,code {
  font-size:1em;
}

/**/

/*reset html5*/
header, section, footer, article, nav, aside {display: block;}

ul, ol        {list-style-position:outside; margin:0; padding:0}
ul li, ol li  {text-indent:0;}
/*table 		  {border-collapse:collapse; border-spacing:0;}*/
fieldset, img {border:0 none;}
a 			  {text-decoration:none;}
a:hover 	  {text-decoration:none;}
p {margin-top:0}

.clear {clear:both;}
.sem-texto     {display:block; overflow:hidden; text-indent:-9999px;}
.normal {font-weight:normal;}

/*cores*/
.preto {color:#000000;}
.branco {color:#FFFFFF;}
.laranja {color: #FF6600;}
.cinza {color: #545454;}

/*tamanhos*/
.font-10 {font-size:10px;}
.font-11 {font-size:11px;}
.font-12 {font-size:12px;}
.font-14 {font-size:14px;}
.font-16 {font-size:16px;}
.font-18 {font-size:18px;}
.font-20 {font-size:20px;}
.font-22 {font-size:22px;}
.font-24 {font-size:24px;}
.font-26 {font-size:26px;}
.font-28 {font-size:28px;}
.font-30 {font-size:30px;}
.font-34 {font-size:34px;}

.container-fluid { max-width: 1176px;}
.btn {
    border: 1px solid #84C225;
    color: #84C225;
    font-size: 17px;
    line-height: 50px;
    font-family: 'Lato-Light';
    text-transform: uppercase;
    padding: 0 50px;
    margin: 25px 0;
    display: table;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}
.titulo {
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    margin: 0 0 40px 0;
    padding: 2px 0;
}
.conteudo {
    padding: 90px 0;
}


/***********************************
    TOPO
************************************/
header#topo {
  background: url(../img/bg-topo.jpg) center bottom no-repeat;
    position: relative;
    background-color: #FFF;
}
header#topo h1 {
  margin: 22px 20px 0 0;
  float: left;
}
header#topo .navicon {
    float: right;
    color: #FFFFFF;
    margin: 14px 0;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-right: 1.7em;
    line-height: 24px;
    display: none;
}
header#topo .navicon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.3em;
    width: 1.3em;
    height: 0.2em;
    background: #FFFFFF;
    box-shadow:
        0 0.4em 0 0 #FFFFFF,
        0 0.8em 0 0 #FFFFFF;
}
header#topo .box-info {
    text-align: left;
    line-height: 20px;
    margin-top: 30px;
}
header#topo .box-info img{
  margin: 0 6px;
  float: left;
}
header#topo .box-info.mensagem {
    border-left: 2px dotted #EEEEEE;
    padding-right: 0;
}
header#topo .box-info.redes {
  float: left;
  width: 40%;
}
header#topo .box-info span {
    color: #FF6600;
    font-size: 16px;
    display: block;
    font-family: 'Montserrat-Regular';
}
header#topo .box-info span.telefone {
    padding-left: 22px;
}
header#topo .box-info span.email {
    padding-left: 52px;
}
header#topo nav {
  margin-top: 20px;
  float: left;
    z-index: 1000;
    width: 100%;
    height: 52px;
    background: url(../imagens/bg-nav.png) center top no-repeat;
}
header#topo nav ul {
    list-style: none;
    border-top: 2px solid #EEEEEE;
    margin: 0;
    padding: 0;
    float: left;
}
header#topo nav ul li {
    float: left;
    font-family: 'Montserrat-Light';
    font-weight: bold;
    color: #525252;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
}
header#topo nav ul li a {
    color: #535353;
    padding: 0 14px;
}

body#home header#topo nav ul li.home a,
body#paginas header#topo nav ul li.paginas a,
body#projects header#topo nav ul li.projects a,
body#partners header#topo nav ul li.partners a,
body#gallery header#topo nav ul li.gallery a,
body#photo-gallery header#topo nav ul li.photo-gallery a,
body#contact header#topo nav ul li.contact a,
header#topo nav ul li:hover a {
    display: block;
    color: #FF6600;
    /*border-bottom: 4px solid #FF6600;*/
}

header#topo div.testimonies {
  /*background-color: #FF6600;*/
  height: 50px;
  color: #FFF;
  padding: 10px 0 10px 20px;
}
header#topo div.testimonies h1 {
  margin: 10px 10px 10px 20px;
}
header#topo div.formulario {
  float: left;
}
header#topo form.form input[type="Email"] {
  background-color: #FF8635;
  border: none;
  width: 80%;
  float: left;
}
button.send {
  background: url(../img/send.png) center no-repeat;
  width: 40px;
  height: 40px;
  background-color: #003366;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  float: right;
}
::-webkit-input-placeholder {
   color: #FFFFFF;
}

:-moz-placeholder {
   color: #FFFFFF;
}

::-moz-placeholder {
   color: #FFFFFF;
}

:-ms-input-placeholder {
   color: #FFFFFF;
}
/***********************************************
DESTAQUES
***********************************************/
article#destaques {
    background: url(../img/destaque.jpg) center no-repeat;
    height: 600px;
    max-width: 100%;
}
article#destaques h1.titulo {
  font-family: 'Montserrat-Light';
  font-size: 38px;
  color: #FFF;
  margin: 450px 0 10px 0;
  padding: 0;
}
article#destaques h2.subtitulo {
  font-family: 'Montserrat-Bold';
  font-size: 54px;
  color: #FFF;
}
/***********************************
    ABOUT US
************************************/
article.about .about-us{
  margin-top: 80px;
  background: url(../img/imagem1.png) center no-repeat;
  background-size: auto 100%;
  height: 400px;
}
article.about h1.titulo {
  color: #555555;
}
hr {
  margin: 0 0 30px 0;
  text-align: left;
  margin-top: 100px;
  border-top: 2px solid #FF6600;
  width: 20%;
}
body#paginas hr, body#projects hr, body#photo-gallery hr, body#partners hr, body#contact hr {
  margin-top: 20px !important;
}
button.read-more, a.read-more {
  padding: 10px;
  background-color: #FF6600;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.read-more {
  margin-top: 20px;
  display: table;
}
/***********************************
    PROJECTS
************************************/
article.projects {
  margin-top: 40px;
  background: url(../img/projects-bg.jpg) center no-repeat;
  height: 550px;
}
article.projects h1.titulo{
  color: #FFF;
}
article.projects p{
  color: #FFF;
}
article.projects button.read-more{
  margin-top: 20px;
}
#owl-example {
  margin: 100px -30px;
}
/***********************************
    DEPOIMENTOS
************************************/
article.depoimentos {
  text-align: center;
}
article.depoimentos div.conteudo {
  padding: 90px 90px 30px 90px;
}
article.depoimentos .apresentacao {

}
article.depoimentos hr{
  margin: 20px auto;
  margin-top: 0;
  width: 10%;
}
article.depoimentos h1.titulo{
  font-family: "Montserrat-Bold";
  font-size: 40px;
  color: #545454;
}
article.depoimentos h2.autor{
  font-family: "Montserrat-Bold";
  font-size: 25px;
  color: #FF6600;
  margin-bottom: 0;
}
article.depoimentos h3.local{
  font-family: "Lora-Italic";
  font-size: 16px;
  color: #545454;
  margin-top: 5px;
}
/**************************************
PARTNERS
**************************************/
body#partners h2.titulo {
  font-size: 18px !important;
}
body#partners figure {
  width: 180px;
}
body#partners .imagem {
  float: left;
  padding-right: 20px;
}
body#partners .texto {
  float: right;
}
body#partners hr.linha, body#photo-gallery hr.linha {
  margin-top: 20px;
  width: 100%;
  border-top: 1px dotted #FF6600;
}
/*************************************
PHOTO-GALLERY
*************************************/
body#photo-gallery .foto figure {
  width: 180px;
}
body#photo-gallery .foto{
  float: left;
  padding-right: 20px;
}
/***********************************
    INTERNAS
************************************/
body#paginas .texto{
  float: left;
}
body#paginas .imagem{
  float: right;
}
body#paginas hr{
  margin-top: 50px;
}
body#paginas button.read-more {
  margin-bottom: 20px;
}

/***********************************
    RODAPÉ
************************************/
footer#rodape {
    background: url(../img/bg-footer.jpg) center no-repeat;
    height: 400px;
    color: #FFF;
    text-align: center;
}
footer#rodape div.conteudo {
  padding: 90px 0 0;
}
footer#rodape img{
  text-align: center;
  display: inline;
  margin-bottom: 10px;
  padding-right: 5px;
}
footer#rodape p{
  font-family: "Lora-Italic";
  font-size: 18px;
}
footer#rodape .corpiring {
  font-family: "Montserrat-Light";
  font-style: italic;
  text-align: left;
  line-height: 66px;
  border-top: 1px solid #DDDDDD;
  margin-top: 50px;
  font-size: 15px;
}
footer#rodape span{
  color: #FFF;
  float: right;
  padding-right: 10px;
}
footer#rodape .corpiring img{
  margin-top: 24px;
}
footer#rodape .tacitus {
    float: right;
}
footer#rodape .clearfix {
    display: none;
}
/*paginação*/
div#pages{
	margin:30px 0 40px 0;
	float: left;
    left: 50%;
    position: relative;
	line-height:normal
}
div#pages ul{
    left: -50%;
    position: relative;
	list-style:none;
}
div#pages ul li {
	border:1px solid #1588BF;
	float:left;
	margin:0 3px;
	padding:0;
}
div#pages ul li:hover{
	background-color:#2CB0F0;
	border:1px solid #2CB0F0;
	color:#fff;
}
div#pages ul li a{
	margin-top:0;
	display:block;
	padding:9px;
}
div#pages ul li a:hover{
	color:#FFF;
	text-decoration:none;
}
div#pages ul li.current{
	border:1px solid #E9E9E9;
	background-color:#E9E9E9;
	color:#999;
	padding:9px;
}
div#pages ul li.nolink{
	border:1px solid #666;
	color:#666;
	padding:9px;
	background-color:transparent;
}
div#pages ul li.Ava{
	background-color:#1588BF;
	color:#FFF;
}
div#pages ul li.Ava:hover{
	background-color:#2CB0F0;
	color:#fff;
}


@media only screen and (max-width: 1175px) {
    header#topo nav ul li a { padding: 0 14px;}
    #destaques,
    #destaques .box-text { height: 522px;}
    section#especialidades .box-imagem img { margin-top: -234px;}
}
@media only screen and (max-width: 1023px) {
    header#topo nav { background: url(../imagens/bg-nav2.png) 236px top no-repeat;}
    header#topo nav ul li { font-size: 14px}
    header#topo nav ul li a { padding: 0 10px;}
    #destaques,
    #destaques .box-text { height: 490px;}
    #destaques2 { height: 182px}
    section#especialidades .box-imagem img { margin-top: -200px;}
    section#empresa .estrutura .box-estrutura span { top: 14%; font-size: 18px;}
}
@media only screen and (max-width: 959px) {
    .titulo { font-size: 42px; line-height: 52px; margin-bottom: 30px}
    .titulo2 { font-size: 26px}
    header#topo { height: auto}
    header#topo h1 img { width: 236px}
    header#topo .box-info { margin-top: 32px}
    header#topo nav { background: #84C225; position: inherit; bottom: auto}
    header#topo nav ul li { font-size: 15px}
    header#topo nav ul li a { padding: 0 14px;}
    #destaques,
    #destaques .box-text { height: 390px;}
    #destaques2 { height: 146px}
    .conteudo,
    article#conteudo,
    section#convenios { padding: 60px 0}
    section#especialidades { background: #f4f4f4}
    section#especialidades .box-especialidades { font-size: 18px}
    section#especialidades .box-especialidades img { width: 72%}
    section#especialidades .box-imagem img { margin-top: -152px;}
    section#empresa .estrutura .box-estrutura span { top: 14%; font-size: 15px; line-height: 1.2em;}
    section#empresa .estrutura .box-estrutura span img { width: 72%; max-width: 104px}
    footer#rodape { font-size: 16px}
    footer#rodape .btn { padding: 0 12px;}
}
@media only screen and (max-width: 767px) {
    header#topo .navicon { display: block}
    header#topo nav { height: auto}
    header#topo nav ul { display: none; clear: both; padding-bottom: 20px; margin-bottom: 5px;}
    header#topo nav ul li { float: none; text-align: right; line-height: 24px;}
    header#topo nav ul li a { padding: 8px; }
    #destaques,
    #destaques .box-text { height: 375px;}
    #destaques .box-text .infos h2 { font-size: 32px; max-width: 70%}
    #destaques2 { height: 146px}
    section#empresa .conteudo { padding-bottom: 0}
    section#empresa .estrutura { padding: 0; background: none}
    section#especialidades .box-imagem { display: none}
    section#especialidades .box-especialidades img { max-width: 100%; width: auto}
    footer#rodape { padding-top: 20px;}
    footer#rodape h4 { margin: 24px 0 12px 0}
    footer#rodape .clearfix { display: block}
}
@media only screen and (max-width: 735px) {
    #destaques,
    #destaques .box-text { height: 340px;}
    #destaques2 { height: 126px}
}
@media only screen and (max-width: 666px) {
    #destaques,
    #destaques .box-text { height: 290px;}
    header#topo .box-info { margin-top: 5px; padding-right: 0; border: 0}
    header#topo .box-info.atendimento { margin-top: 12px;}
    #destaques2 { height: 108px}
}
@media only screen and (max-width: 567px) {
    #destaques,
    #destaques .box-text { height: 244px;}
    #destaques .box-text .infos h2 { font-size: 22px;}
    section#empresa .estrutura .box-estrutura span { padding: 0 18px; font-size: 12px; top: 10%}
    section#especialidades .box-servicos { padding: 20px}
    article#conteudo .foto { max-width: 100%; float: none; margin: 0 0 20px 0}
    article#conteudo .foto img { display: table; margin: 0 auto}
    #destaques2 { height: 90px}
}
@media only screen and (max-width: 479px) {
    .col-xs-4 { width: 100%;}
    .titulo { font-size: 34px}
    .titulo2 { font-size: 24px}
    #destaques,
    #destaques .box-text { height: 210px;}
    section#empresa .estrutura .box-estrutura span { font-size: 20px; padding: 0 26px; top: 20%;}
    header#topo h1 { float: none; text-align: center}
    header#topo .box-info.atendimento { float: right}
    header#topo .box-info { float: left; margin: 0 0 16px 0 !important;}
    .btn {font-size: 15px; padding: 0 22px; line-height: 46px; margin: 20px 0}
    .slides-navigation { display: none;}
    .slides-pagination { bottom: 15px !important}
    footer#rodape .corpiring { text-align: center; line-height: 20px; padding: 20px 0; margin-top: 14px}
    footer#rodape .tacitus { display: table; float: none; margin: 14px auto 0 auto}
}

@media only screen and (max-width: 374px) {
    header#topo .box-info.atendimento { margin-bottom: 5px !important}
    header#topo .box-info { float: right;}
    #destaques,
    #destaques .box-text { height: 164px;}
    #destaques .box-text .infos h2 { font-size: 16px;}
    .btn { line-height: 32px; margin: 10px 0;}
    .col-xs-6 { width: 100%}
}
