/*-------------------------------------------------------------- 1. # RESET --------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
 article, aside, details, figcaption, figure, footer, s header, hgroup, nav, section {
     display: block;
}
 body {
     overflow-x: hidden;
     margin: 0px;
     padding: 0px;
}
 a {
     text-decoration: none;
}
 ul {
     padding: 0;
}
 ul, li {
     list-style: none;
}
 hgroup > h1, h2 {
}
 .assistive-text {
     display: none;
}

/*SIDE CONTATO WHATSAPP*/
.call-wrapper {
     position: fixed;
     bottom: 180px;
     right: 30px;
     width: 200px;
     height: 50px;
     background-color: #5c5c5c;
     text-align: center;
     border-radius: 5px;
      z-index: 999;
 }
 .call-wrapper::after{
     content: "";
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-top: 20px solid #5c5c5c;
     position: absolute;
     top: 100%;
     left: 40%;
 }

 .call-wrapper p {
     line-height: 20px;
     margin: 16px 0 15px;
     color: #fff;
      font-family: 'Open Sans', sans-serif;
 }
 .call-wrapper .tooltip-2 {
     border-radius: 4px;
     position: relative;
     text-align: center;
 }
 .call-wrapper .tooltip-2 span {
     font-weight: 600;
 }
 .call-wrapper .wrapper .img-fone {
     cursor: pointer;
 }
 .call-wrapper .tooltip-2 button {
     -webkit-transition: .2s ease;
     background-color: #b50615;
     border: 2px solid transparent;
     border-radius: 4px;
     color: #fff;
     display: block;
     font-size: 16px;
     height: 30px;
     margin-left: auto;
     margin-right: auto;
     transition: .2s ease;
     width: 78px;
     cursor: pointer;
     margin-top: 20px;
     text-transform: uppercase;
 }
 .wrapper { 
   padding: 20px;     
 } 
 @keyframes shadow-pulse {
     0% {
         box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.2);
     }
     100% {
         box-shadow: 0 0 0 35px rgba(37, 211, 102, 0);
     }
 }
 @keyframes shadow-pulse-big {
     0% {
         box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
     }
     100% {
         box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
     }
 }
 .img-fone {
     max-width: 100%;
     margin-top: 10px;
     animation: shadow-pulse 1s infinite;
     border-radius: 50%;
     width: 100px;
     margin-left: auto;
     margin-right: auto;
 }


/*-------------------------------------------------------------- 1.1 ## NAV --------------------------------------------------------------*/
 .site-content nav {
     clear: both;
     line-height: 2;
     overflow: hidden;
}
 .main-navigation {
     color: #909090;
}
 .main-navigation li {
     margin-top: 24px;
     font-size: 12px;
     margin-right: 4px;
     position: relative;
     font-weight: bolder;
}
 .main-navigation li:last-child{
     margin: 0;
}
 .main-navigation li:last-child:after {
     display: none;
}
 .main-navigation a:hover {
     color: #282828;
}
 .main-navigation ul.nav-menu.toggled-on, .menu-toggle {
     display: inline-block;
}
 .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
     display: inline-block !important;
     text-align: left;
     width: 100%;
     font-size: 17px;
     font-family: 'Open Sans';
     text-transform: uppercase;
     text-align: right;
     font-weight: 600;
     margin-top: 70px;
}
 .main-navigation ul {
     margin: 0;
     text-indent: 0;
}
 .main-navigation li a, .main-navigation li {
     display: inline-block;
     text-decoration: none;
}
 .main-navigation li a {
     border-bottom: 0;
     color: #191919;
     text-transform: uppercase;
     white-space: nowrap;
     margin-left: 20px;
}
 .main-navigation .current-menu-item > a {
     color: #f50f23;
}
 nav ul li:before{
     content: none !important;
}
 .bg{
     background: #313131;
     width: 100%;
}
 .menu-serv{
     width: 100%;
     background-position: top center;
     background-repeat: no-repeat;
     height: 55px;
     margin-top: 40px;
}
 .menu-serv ul li{
     display: inline-block;
     font-family: "Open Sans";
     font-size: 11px;
     text-transform: uppercase;
     font-weight: bolder;
     line-height: 55px;
     position: relative;
     padding-right: 20px;
     margin-right: 10px;
}
 .menu-serv ul li:after{
     content: url(images/div-menu.gif);
     position: absolute;
     right: 0;
     top: 0;
}
 .menu-serv ul li:last-child:after{
     content: none;
}
 .menu-serv ul li a {
     color: #fff;
}
 .menu-serv ul li:hover ul {
     display: block;
}
 .menu-serv ul li ul{
     width: 220px;
     display: none;
     position: absolute;
     z-index: 9999999;
     text-align: left;
     background-color: #313131;
}
 .menu-serv ul li ul li {
     width: 100%;
     margin: 0px;
     padding: 0px;
     border-top: 1px solid #fff;
}
 .menu-serv ul li ul li a {
     color: #fff;
     padding: 0 10px;
}
 .menu-serv ul li ul li:after{
     display: none;
}
 .menu-serv .current-menu-item > a{
     border-bottom: solid 2px #fff;
}
 .menu-serv ul li ul li.current-menu-item > a{
     border-bottom: none;
}
/*-------------------------------------------------------------- 1.1.1 ### NAV MOBILE --------------------------------------------------------------*/
.menu-toggle, .menu-menu-mobile-container{
    display: none;
}
/*-------------------------------------------------------------- # VARIAVEIS --------------------------------------------------------------*/
/*-------------------------------------------------------------- # GLOBAL CSS --------------------------------------------------------------*/
 @font-face {
     font-family: Gotham;
     src: url(font/gotham-book-regular.otf);
}
 .col10 {
     width: 10%;
}
 .col15 {
     width: 15%;
}
 .col20 {
     width: 20%;
     float: left;
     margin: 0;
}
 .col25 {
     width: 25%;
     float: left;
     margin: 0;
}
 .col30 {
     width: 30%;
}
 .col33 {
     width: 33.33%;
}
 .col40 {
     width: 40%;
}
 .col45 {
     width: 45%;
}
 .col50 {
     width: 50%;
}
 .col55 {
     width: 55%;
}
 .col60 {
     width: 60%;
}
 .col65 {
     width: 65%;
}
 .col70 {
     width: 70%;
     float: right;
}
 .col80 {
     width: 80%;
}
 .col90 {
     width: 90%;
}
 .col100 {
     width: 100%;
}
 .left {
     float: left;
}
 .right {
     float: right;
}
 .clearfix {
     clear: both;
}
 .m-auto {
     margin: auto;
}
 .lock {
     width: 1020px;
     margin: auto;
}
 .space {
     height: 50px;
}
 .t-right {
     text-align: right;
}
 .t-left {
     text-align: left;
}
 .t-center {
     text-align: center;
}
 .geral {
     width: 100%;
     margin: 0 auto;
}
/*-------------------------------------------------------------- # HEADER --------------------------------------------------------------*/
 #header{
     margin: 0 auto;
     margin: 40px 0 0 0;
}
 #header img{
     text-align: left;
}
 ul{
     margin: 0;
}
 #header ul li{
     display: inline-block;
     margin: 0;
}
 #header ul li:nth-child(1) p:before{
     content: "\f095";
     font-family: "FontAwesome";
     color: #191919;
     font-size: 16px;
     font-weight: bolder;
     margin: 0 7px 0 7px;
}
 #header ul li:nth-child(2) p:before{
     content: "\f232";
     font-family: "FontAwesome";
     color: #191919;
     font-size: 16px;
     font-weight: bolder;
     margin: 0 7px 0 7px;
}
 #header ul li:nth-child(3) p:before{
     content: "\f0e0";
     font-family: "FontAwesome";
     color: #191919;
     font-size: 16px;
     font-weight: bolder;
     margin: 0 7px 0 7px;
}
 #header ul li p{
     font-family: "Open Sans";
     font-size: 14px;
     font-weight: bold;
     margin: 0;
     display: inline-block;
     text-align: center;
}
 .fa-facebook{
     background: #191919;
     box-sizing: border-box;
     border-radius: 120px;
     margin: 0 0 0 5px;
     font-size: 9px;
     color: #fff;
     text-align: center;
     padding: 4px 8px;
     margin-left: 10px;
}
 .fa-youtube-play{
     background: #191919;
     box-sizing: border-box;
     border-radius: 120px;
     margin: 0 0 0 5px;
     font-size: 9px;
     color: #fff;
     text-align: center;
     padding: 4px 4px;
     display: none !important;
}
 .fa-instagram{
     background: #191919;
     box-sizing: border-box;
     border-radius: 120px;
     margin: 0 0 0 5px;
     font-size: 9px;
     color: #fff;
     text-align: center;
     padding: 4px 5px;
     display: none !important;
}
.contato-head a{
    color: #191919; 
}
/*----------------------------------------------------------- # HOME -------------------------------------------------------------*/
 #slider {
     width: 100%;
     height: 687px;
}

#slider .botao a {
     color: #fff;
}

 #valores{
     width: 100%;
     background: #e5e5e5;
     margin: 0 auto;
     display: none;
}
 #valores ul li{
     display: inline-block;
     text-align: center;
     width: 195px;
     margin-right: 50px;
     padding: 60px 0 60px 0;
}
 #valores ul li:first-child{
     margin-left: 50px;
}
 #valores ul li:last-child{
     margin-right: 0px;
}
 #valores ul li img{
     margin-bottom: 20px;
}
 #valores ul li span{
     font-family: "Open Sans";
     font-size: 14px;
     color: #ff0000;
     font-weight: 900;
     text-align: center;
}
 #valores ul li p{
     font-family: "Open Sans";
     font-size: 13px;
     color: #201f1f;
     text-align: center;
     margin-top: 20px;
     padding: 0 5px 0 5px;
}
 #servicos{
     width: 100%;
}
 #servicos img{
     width: 100%;
     height: 100%;
	 object-fit: cover;
}
 #servicos figure{
     margin: 0;
     box-sizing: border-box;
     outline: solid 3px #fff;
     outline-offset: -12px;
     width: 233px;
     height: 250px;
}
 #servicos ul li{
     display: inline-block;
     text-align: center;
     width: 233px;
     margin: 40px 20px 40px 0;
}
 #servicos ul li:last-child{
     margin-right: 0;
}
 .descricao-serv{
     background: #e92c00;
     margin-top: -5px;
     text-align: center;
     padding: 10px 0px 0px 0px;
     height: 80px;
}
 #servicos ul li h1{
     font-family: "Open Sans";
     font-size: 13px;
     color: #fff;
     font-weight: 900;
     text-align: center;
     text-transform: uppercase;
     height: 20px;
     margin: 0 0 10px 0;
}
 #servicos ul li p{
     font-family: "Open Sans";
     font-size: 12px;
     color: #fff;
     text-align: center;
     padding: 7px 9px 0 9px;
     margin-top: 0;
}
 #promo{
     width: 100%;
     background: url(images/banner-promo.jpg);
     background-position: top center;
     height: 683px;
}
 #promo h2{
     font-family: "Open Sans";
     font-size: 18px;
     color: #fff;
     text-transform: uppercase;
     margin-top: 135px;
}
 #promo p{
     font-family: "Open Sans";
     font-size: 14px;
     color: #fff;
     width: 445px;
     margin-top: 40px;
     line-height: 22px;
}
 #promo a{
     font-family: "Open Sans";
     font-size: 14px;
     background: #e94200;
     color: #fff;
     border-radius: 20px;
     padding: 8px 13px;
     text-align: center;
}
 #promo a:last-child{
     margin-left: 30px;
}
 #promo a:hover{
     background: #e92c00;
}
 #promo .botoes{
     margin-top: 50px;
     margin-left: 10px;
}
/*-------------------------------------------------------------- # QUEM SOMOS --------------------------------------------------------------*/
#quemsomos{
     width: 100%;
     margin: 0 auto;
}
#quemsomos h4{
     font-family: "Open Sans";
     font-size: 14px;
     text-align: left;
     color: #f50f23;
     font-weight: bold;

}
.titulo-pag h4{
     margin-top: 60px;
     border-bottom: solid 2px #191919 ;
     padding-bottom: 8px;
     text-transform: uppercase;
}
#quemsomos p{
     font-family: "Open Sans";
     font-size: 14px;
     text-align: left;
     color: #f50f23;
     line-height: 22px;
}
#quemsomos figure{
     margin: 40px 0 0 0;
}
#quemsomos .right{
     margin-top: 15px;
     width: 430px;
}
#institucional{
     width: 100%;
     background: url(images/banner-institucional.jpg);
     height: 492px;
     margin-top: 30px;
     vertical-align: middle;
}
#institucional ul li{
     display: inline-block;
     width: 300px;
     text-align: center;
     border: solid 2px #fff;
     margin: 40px 40px 0 0;
     float: left;
}
#institucional ul li:last-child{
     margin-right: 0; 
}
#institucional ul li img{
     display: block;
     margin: 0 auto;
     margin-bottom: 25px;
     margin-top: 20px;
}
#institucional ul li span{
     font-family: "Open Sans";
     font-size: 17px;
     color: #fff;
     font-weight: bold;
     text-transform: uppercase;
     text-align: center;
}
#institucional ul li p{
     font-family: "Open Sans";
     font-size: 14px;
     height: 145px;
     color: #fff;
     padding: 0 22px 30px 22px;
     margin: 20px 0 0 0;

}
/*-------------------------------------------------------------- # GALERIA DE FOTOS --------------------------------------------------------------*/
#galeria{
     width: 100%;
     padding: 0 0 40px 0;
}
#galeria h4{
     font-family: "Open Sans";
     font-size: 14px;
     text-align: left;
     color: #f50f23;
     font-weight: bold;
}
#galeria .left h4{
     color: #e92c00;
}
#galeria ul li{
     display: inline-block;
     margin: 0;
     position: relative;
     text-align: center;
}
#galeria img{
     display: block;
     width: 100%;
     height: auto;
     position: relative;
}
.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(245,15,35,0.5) ;
  padding: 20px;
  box-sizing: border-box;
  background-image: url(images/galeria-de-fotos-snap.png);
  background-repeat: no-repeat;
  background-position: center;
}

.galery ul li a:hover .hover-img {
  opacity: 1;
}
.galery ul li p{
     font-family: "Open Sans";
     font-size: 17px;
     color: #fff;
     text-transform: uppercase;
     font-weight: bold;
     text-align: center;
     margin: 120px 0 10px 0;
}
.galery ul li span{
     font-family: "Open Sans";
     font-size: 17px;
     color: #fff;
     text-transform: uppercase;
     font-weight: bold;
     text-align: center;
     margin: 100px 0 0 0;
}

 .bg-gal{
     background: #f50f23;
     width: 100%;
}
 .menu-gal{
     width: 100%;
     background: url('images/bg-menu-gal.jpg');
     background-position: top center;
     background-repeat: no-repeat;
     height: 55px;
     margin-top: 30px;
     margin-bottom: 30px;
}
 #galeria .menu-gal ul li{
     display: inline-block;
     font-family: "Open Sans";
     font-size: 13px;
     text-transform: uppercase;
     font-weight: bolder;
     margin: 14px 130px 0 120px;
}

 #galeria .menu-gal ul li a{
     color: #fff;
     margin-top: 30px;
}
 #galeria .menu-gal ul li:hover ul{
     display: block;
}
.menu-gal .current-menu-item > a{
     border-bottom: solid 2px #fff;
}
/*-------------------------------------------------------------- # CONTATO --------------------------------------------------------------*/
#contato h4, .como-conheceu{
     font-family: "Open Sans";
     font-size: 14px;
     text-align: left;
     color: #f50f23;
     font-weight: bold;
	text-transform: uppercase;
}
.como-conheceu-itens{
	 font-family: "Open Sans";
     font-size: 11px;
     text-align: left;
     color: #161616;
	text-transform: uppercase;
}
#contato .left h4{
     color: #e92c00;
}
.textos p{
     font-family: "Open Sans";
     font-size: 16px;
     text-align: left;
     color: #313131;
     width: 375px;
}
.form{
     width: 460px;
}
#contato input {
    margin-top: 5px;
    width: 105%;
    border: solid 3px #e92c00;
    box-sizing: border-box;
    border-radius: 6px; 
    padding: 10px 0 10px 20px;
    height: 40px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #909090;
}
#contato textarea {
    margin-top: 5px;
    width: 105%;
    border: solid 3px #e92c00;
    box-sizing: border-box;
    border-radius: 6px; 
    padding: 10px 0 10px 20px;
    height: 140px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #909090;
}

#contato input[type="submit"] {
    width: 105%;
    border: solid 3px #e92c00;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    background: none;
    padding: 0;
}
#contato input[type="submit"]:hover {
    background: #e92c00;
    color: #fff;
    border: none;
}
.mapas{
     margin-top: 50px;
}
.mapas p{
     width: 241px;
     font-family: "Open Sans";
     font-size: 13px;
     text-align: left;
     color: #313131;
     margin: 15px 0 30px 0;
     height: 55px;
}
#contato .right .mapas p{
     text-align: right;
     margin-left: 245px;
     margin-top: 15px;
}
.left iframe{
     margin-top: 510px;
}

#conheceu-a-empresa{
	display: block;
}
.contato-especifique input{
    border: 0;
    border-radius: 0;
    font-family: 'Open Sans';
    font-size: 9px;
    text-align: left;
    text-transform: uppercase;
	width: 298px !important;
	float: left;
	background: #ededed;
	padding: 2px 2px 2px 10px !important;
	height: auto !important;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contato-especifique input{
	border: 0 !important;
	height: 16px;
}
.como-conheceu-itens input[type=radio]{
	height: 16px !important;
}
.como-conheceu-itens{
	padding-left: 10px;
}
.como-conheceu{
	float: left;
	line-height: 40px;
}
#itens{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
}
span.wpcf7-list-item{
	margin: 0 !important;
	text-align: center;
}

/*------------------------------------------------------------- # SERVIÇOS --------------------------------------------------------------*/
#banner{
     width: 100%;
     height: 500px;
     background-position: top center;
     background-repeat: no-repeat;

}
.texto-banner{
     z-index: 999;
     position: absolute;
     margin-top: 30px;
}
.texto-banner h2{
     font-family:"Open Sans";
     font-size: 16px;
     color: #fff;
     font-weight: bold;
     text-transform: uppercase;
     margin: 0 0 15px 0;
}
.conteudo-serv{
     width: 415px;
     font-family:"Open Sans";
     font-size: 15px;
     color: #fff;
     line-height: 25px;
     margin: 0px 0 15px 0;
}
.postid-36 .conteudo-serv{
     width: 415px;
     height: 400px;
     overflow: auto;
     font-family:"Open Sans";
     font-size: 15px;
     color: #fff;
     line-height: 25px;
     margin: 0px 0 15px 0;
}
.postid-75 .conteudo-serv{
     width: 415px;
     height: 230px;
     overflow: auto;
     font-family:"Open Sans";
     font-size: 15px;
     color: #fff;
     line-height: 25px;
     margin: 0px 0 15px 0;
}
.postid-42 .conteudo-serv{
     width: 415px;
     height: 230px;
     overflow: auto;
     font-family:"Open Sans";
     font-size: 15px;
     color: #fff;
     line-height: 25px;
     margin: 0px 0 15px 0;
}

#vantagens{
     width: 100%;
     background: #212121;
     padding: 70px 0 65px 0;
     margin-top: -5px;
     display: none;
}
#vantagens ul li{
     display: inline-block;
     text-align: center;
     width: 220px;
     margin-right: 30px;
     vertical-align: middle;
}
#vantagens ul li:last-child{
     margin-right: 0;
}
#vantagens img{
     display: block;
     margin: 0 auto;
     margin-bottom: 20px;
}
#vantagens span{
     font-family:"Open Sans";
     font-size: 16px;
     color: #fff;
     line-height: 25px;
     text-transform: uppercase;
     font-weight: bold;
}
#vantagens p{
     width: 222px;
     font-family:"Open Sans";
     font-size: 15px;
     color: #fff;
     line-height: 25px;
     text-align: center;
}
#saibamais{
     margin: 40px 0 50px 0;
}
#saibamais h2{
     font-family:"Open Sans";
     font-size: 16px;
     color: #212121;
     text-transform: uppercase;
     font-weight: bold;
}
#saibamais p{
     font-family:"Open Sans";
     font-size: 13px;
     color: #212121;
     width: 288px;
     margin-bottom: 30px;
}
#saibamais .right p{
     text-align: right;
     margin-left: 45px;
}
#saibamais .right a{
margin-left: 172px;
}
#saibamais .right h2{
     text-align: right;
}
#saibamais a{
     text-align: center;
     background: #e94200;
     color: #fff;
     padding: 8px 15px;
     border-radius: 20px;
     font-family:"Open Sans";
     font-size: 14px;
     text-transform: uppercase;
}
#saibamais a:hover{
     background: #e92c00;
}
#newsletter{
     text-align: center;
}
#newsletter h2{
     text-align: center;
}
#newsletter input{
     margin-top: 5px;
    width: 90%;
    border: solid 3px #e92c00;
    box-sizing: border-box;
    border-radius: 6px; 
    padding: 10px 0 10px 20px;
    height: 40px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #909090;
}
#newsletter input[type="button"]{
     text-align: center;
     background: #e94200;
     color: #fff;
     padding: 8px 15px;
     border-radius: 20px;
     font-family:"Open Sans";
     font-size: 14px;
     text-transform: uppercase;
     border: none;
     margin-top: 30px;
     width: 190px;
}
#newsletter input[type="button"]:hover{
     background: #e92c00;
}

#post-inter ul li{
     display: inline-block;
     text-align: center;
     margin: 340px 40px 0 30px;
}
#post-inter ul li:last-child{
     margin-right: 0; 
}
#post-inter figure{
     margin: 0 auto;
     display: block;
     width: 100px;
     height: 100px;

}
#post-inter img{
     width: 100%;
     height: 100%;
     border-radius: 200%;
}
#post-inter a{
     font-family:"Open Sans";
     font-size: 15px;
     color: #fff;
     line-height: 25px;
     font-weight: bold;
     text-align: center;
     background: none;
}
/*------------------------------------------------------------- # INTERNAS --------------------------------------------------------------*/

#vantagens2{
     width: 100%;
     background: #fff;
     padding: 70px 0 65px 0;
     margin-top: -5px;
     display: none;
}
#vantagens2 ul li{
     display: inline-block;
     text-align: center;
     width: 220px;
     margin-right: 30px;
     vertical-align: middle;
}
#vantagens2 ul li:last-child{
     margin-right: 0;
}
#vantagens2 img{
     display: block;
     margin: 0 auto;
     margin-bottom: 20px;
}
#vantagens2 span{
     font-family:"Open Sans";
     font-size: 16px;
     color: #212121;
     line-height: 25px;
     text-transform: uppercase;
     font-weight: bold;
}
#vantagens2 p{
     width: 222px;
     font-family:"Open Sans";
     font-size: 15px;
     color: #212121;
     line-height: 25px;
     text-align: center;
}
#post-inter2 ul li{
     display: inline-block;
     text-align: center;
     margin: 340px 30px 0 30px;
}
#post-inter2 figure{
     margin: 0 auto;
     display: block;
     width: 100px;
     height: 100px;

}
#post-inter2 img{
     width: 100%;
     height: 100%;
     border-radius: 200%;
}
#post-inter2 p{
     text-align: center;
}
#post-inter2 a{
     font-family:"Open Sans";
     font-size: 15px;
     color: #fff;
     line-height: 25px;
     font-weight: bold;
     text-align: center;
     background: none;
}
/*------------------------------------------------------------- # FOOTER --------------------------------------------------------------*/
 #footer{
     width: 100%;
     background: #e92c00;
     padding: 40px 0 50px 0;
}
 .footer-inst{
     width: 110px;
     float: left;
     text-align: left;
} 
 .footer-inst a{
     font-family: "Open Sans";
     font-size: 11px;
     text-transform: uppercase;
     color: #fff;
     line-height: 25px;
}
 .footer-trei{
     width: 260px;
     text-align: left;
     margin-left: 160px;
}
 .footer-trei ul li ul{
     display: none;
}
 .footer-trei a{
     font-family: "Open Sans";
     font-size: 11px;
     text-transform: uppercase;
     color: #fff;
     line-height: 25px;
}
 #footer a:hover{
     color: #d6d6d6;
}
 .foot-tit h3{
     font-family: "Open Sans";
     font-size: 12px;
     color: #fff;
     font-weight: bold;
     text-transform: uppercase;
     margin: 0;
}
 .foot-tit ul li{
     display: inline-block;
     margin-bottom: 20px;
}
 .foot-tit ul li:nth-child(2){
     margin-left: 60px;
}
 .foot-tit ul li:nth-child(3){
     margin-left: 222px;
}
 .foot-tit ul li:nth-child(4){
     float: right;
     text-align: right;
}
 .localiza{
     margin-top: -120px;
     margin-left: 480px;
     width: 200px;
}
 .localiza p{
     font-family: "Open Sans";
     font-size: 11px;
     color: #fff;
     line-height: 20px;
     margin: 0;
}
 .localiza p:last-child{
     margin-top: 20px;
}
 .contata{
     float: right;
     margin-top: -144px;
}
 .contata p{
     font-family: "Open Sans";
     font-size: 11px;
     color: #fff;
     line-height: 27px;
     margin: 0;
     margin-right: 25px;
     text-align: right;
}
 .contata ul li:nth-child(1):after{
     content: "\f095";
     font-family: "FontAwesome";
     color: #fff;
     font-size: 16px;
     float: right;
     margin-top: -22px;
     line-height: 20px;
}
 .contata ul li:nth-child(2):after{
     content: "\f232";
     font-family: "FontAwesome";
     color: #fff;
     font-size: 16px;
     float: right;
     margin-top: -22px;
}
 .contata ul li:nth-child(3):after{
     content: "\f0e0";
     font-family: "FontAwesome";
     color: #fff;
     font-size: 16px;
     float: right;
     margin-top: -22px;
}
 .contata i{
     float: right;
     background: #fff !important;
     color: #e92c00;
     margin-top: 15px;
}
 .contata .fa-facebook{
     margin-left: 5px;
}
 .copyright p{
     float: left;
     font-family: "Open Sans";
     font-size: 12px;
     color: #fff;
     margin: 0;
}
 .copyright{
     margin-top: 20px;
}
 .copyright span{
     float: right;
     font-family: "Open Sans";
     font-size: 12px;
     color: #fff;
     margin: 0;
}
 .copyright a{
     color: #fff;
}
 .copyright a:hover{
     color: #f59c1d !important;
}
/*-----------BLOG------------*/
.blog ul {
    margin: 60px 0 40px 0;
}
.blog ul li{
    display: inline-block;
    width: 485px;
    margin-right: 40px;
}
.blog ul li:nth-child(2){
    margin-right: 0;
}
.blog ul li:last-child{
    margin-right: 0;
}
.blog h2{
    font-family: Open Sans;
    font-size: 22px;
    color: #5c5c5c;
    text-transform: uppercase;
}
.blog figure{
    width: 485px;
    margin: 0;
    box-sizing: border-box;
    outline: solid 3px #fff;
    outline-offset: -15px;
}
.blog img{
    width: 100%;
    height: auto;
}
.blog .descricao{
    color: #646060;
    font-family: Open Sans;
    font-size: 16px;
    margin-top: 30px;
    display: block;
}
.blog .data{
    background-color: #e92c00;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    text-align: center;
    float: left;
    margin: 15px 15px 0 0;
}
.data .numero{
    font-family: Open Sans;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 0;
    display: block;
    line-height: 53px;
}
.data .mes{
    font-family: Open Sans;
    font-size: 26px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 13px;
    margin: 0;
}
/*-------INTERNA-----*/
.blog-interna{
    margin: 50px 0 50px 0;
}
.blog-interna h2{
    font-family: Open Sans;
    font-size: 22px;
    color: #5c5c5c;
    text-transform: uppercase;
    width: 660px;
}
.blog-interna figure{
    width: 670px;
    margin: 0;
    box-sizing: border-box;
    outline: solid 3px #fff;
    outline-offset: -15px;
}
.blog-interna img{
    width: 100%;
    height: auto;
}
.blog-interna .descricao{
    color: #646060;
    font-family: Open Sans;
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px;
    display: block;
    width: 660px;
}
.blog-interna .data{
    background-color: #e92c00;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    text-align: center;
    float: left;
    margin: 15px 15px 0 0;
}
/*------SIDEBAR--------*/
.sidebar{
    position: relative;
    top: -715px;
}
.sidebar ul li{
    display: inline-block;
    margin-top: 20px;
    border-left: solid 1px #e1e1e1; 
    padding-left: 30px; 
}
.sidebar ul li figure{
    widows: 100%;
    margin: 0;
    box-sizing: border-box;
    outline: solid 2px #fff;
    outline-offset: -10px;
}
.sidebar ul li img{
    width: 100%;
    height: auto;
}
.sidebar ul li h2{
    font-family: Open Sans;
    font-size: 14px;
    color: #5c5c5c;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.sidebar h3{
    font-family: Open Sans;
    font-weight: 900;
    font-size: 15px;
    color: #f50f23;
    margin: 50px 0 0 0 ;
}
.sidebar .descricao{
    color: #646060;
    font-family: Open Sans;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.sidebar .data{
    background-color: #e92c00;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    margin: 10px 10px 0 0;
}
.sidebar .data .numero{
    font-family: Open Sans;
    font-size: 21px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 0;
    display: block;
    line-height: 22px;
}
.sidebar .data .mes{
    font-family: Open Sans;
    font-size: 12px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 8px;
    margin: 0;
}
/*---------------------------------
CLIENTES
-----------------------------------*/
#clientes h1{
	font-family: "Open Sans";
    font-size: 14px;
    text-align: left;
    color: #f50f23;
    font-weight: bold;
}
#clientes .titulo-pag{
	 margin-top: 60px;
    border-bottom: solid 2px #191919;
    padding-bottom: 8px;
    text-transform: uppercase;
}
#clientes span{
	font-family: "Open Sans";
    font-size: 14px;
    text-align: left;
    color: #191919;
    line-height: 22px;
}
.logos-clientes ul{
	display: inline-block;
}
.logos-clientes ul li{
	width: 255px;
	float: left;
	text-align: center;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait){
	.logos-clientes ul li {
		width: 230px !important;
		height: auto;
	}
}