@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* =================================== Base =================================== */
body {font-family: 'Open Sans', sans-serif; font-size: 15px; color: #21242e;}
a,button, input, textarea {-webkit-transition: .4s;-o-transition: .4s;transition: .4s; outline: 0;}
a:hover {text-decoration: none;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0; font-size: 0;}
ul li {list-style-type: none; font-size: initial;}
address {font-style: normal; margin: 0;}
section {padding: 50px 0;}
* {margin: 0; padding: 0;}
p {color: #898989; font-weight: 600;}
p.titulo {font-size: 36px; color: #000; font-weight: 700; position: relative; left: -2px;}
p.titulo span {color: #ff1319;}
p.titulo strong {margin-left: 1px; color: #757575; display: block; font-size: 24px; font-weight: 600;}


header {
    position: relative;
}
header address {
    padding: 20px 0;
}
header address ul {
    text-align: right;
    margin-top: 8px;
}
header address ul li {
    display: inline-block;
    text-align: left;
}
header address ul li:last-child {
    margin-left: 50px;
}
header address ul li span {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 700;
}
header address ul li strong {
    color: #ff1319;
    font-size: 18px;
    font-weight: 800;
}
header address ul li i.fa {
    color: #9b0004;
}
header nav {
    background-color: #ff1319;
    border-top: 1px solid #9b0004;
    position: absolute;
    z-index: 999;
    bottom: -50px;
    width: 100%;
}
header nav.fixo {
    position: fixed;
    top: 0;
    bottom: inherit;
}
header nav i.fa.fa-bars{
    display: none;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a {
    display: block;
    color: #fff;
    padding: 12px 18px;
    font-size: 18px;
}
header nav ul li a:hover, header nav ul li.ativo > a {
    background-color: #9b0004;
    color: #fff;
} 
header nav ul li:hover ul {
    display: block;
}
header nav ul li ul {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #ff1319;
    border-top: 1px solid #9b0004;
}
header nav ul li ul li {
    display: block;
    text-align: left;
}
header nav ul li ul li a {
    font-size: 14px;
    font-weight: 500;
}

header nav form {
    text-align: right;
    position: relative;
    top: 5px;
}
header nav form input {
    width: 100%;
    padding: 9px 30px 9px 9px;
    border: none;
    background: #9b0004;
    color: #fff;
}
header nav form i.fa {
    color: #fff;
}
header nav form button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 16px;
    padding: 7px 11px 9px;
}
header nav form input::-webkit-input-placeholder {
  color: #fff;
}
header nav form input::-moz-placeholder {
  color: #fff;
}
header nav form input:-ms-input-placeholder {
  color: #fff;
}
header nav form input:-moz-placeholder {
  color: #fff;
}



section.banner {
    padding: 50px 0 0;
}
section.banner .item {
    height: 600px;
    background-size: cover;
    background-position: center;
}
section.banner .item p {
    margin: 120px 0 20px;
}
section.banner .item p strong {
    font-size: 66px;
    background-color: #fff;
    color: #ff1319;
    display: table;
    margin: 0 0 -1px;
    padding: 0 12px 2px;
    line-height: 80px;
    font-weight: 800;
}
section.banner .item p span {
    font-size: 58px;
    background-color: #ff1319;
    color: #fff;
    padding: 0 12px 2px;
    line-height: 80px;
}
section.banner .item h2, section.banner .item h3 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    line-height: 38px;
}
section.banner .owl-nav {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    bottom: 125px;
    left: 0;
    right: 0;
    color: #fff;   
}
section.banner .owl-nav div {
    display: inline-block;
}
section.banner .owl-nav div {
    height: 50px;
    width: 50px;
    font-size: 40px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 42px;
}
section.banner .owl-nav div:first-child {
    margin-right: 10px;
}
section.banner .owl-dots {
    position: absolute;
    bottom:50px;
    left: 0;
    right: 0;
    color: #fff;  
    text-align: center;
}
section.banner .owl-dots .owl-dot {
    height: 18px;
    width: 18px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 3px;
}
section.banner .owl-dots .owl-dot.active {
    background-color: #ff1319;
}
section.sub-banner {
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 100px;
}
section.sub-banner p.titulo {
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 35px;
}
section.sub-banner h2 {
    color: #fff;
    margin: 25px 0 0;    
}

section.empresa {
    background-color: #fff;
    background-image: url(../img/bg-empresa.png);
    background-position: right;
    background-repeat: no-repeat;
}
section.empresa ul {
    margin: 50px 0 0;
}
section.empresa ul li {
    width: 25%;
    display: inline-block;
}
section.empresa h2 {
    font-weight: 700;
    color: #000;
    font-size: 22px;
    line-height: 28px;    
}
section.empresa h2 span, section.empresa h2 b {
    color: #ff1319;
}


section.servicos {
    background-image: url(../img/bg-servicos.jpg);
    background-size: cover;
}
section.servicos p.titulo {
    color: #fff;
    font-size: 36px;
    margin: -8px 0 30px;
}
section.servicos p.titulo span {
    color: #000;
}
section.empresa p img {
    width: 100%;
}
section.servicos h2 {
    color: #fff;
    font-size: 22px;
    width: 90%;
    margin: 0 0 20px auto;  
}
section.servicos h2 span {
    font-weight: 800;
    color: #000;
}
section.servicos p {
    color: #fff;
    font-size: 14px;    
}
section.servicos p.telefone {
    font-size: 48px;
    font-weight: 700;
}
section.servicos p.horario {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}
section.servicos ul {
    margin-top: 20px;
}
section.servicos ul li {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #fff;
    line-height: 40px;    
    cursor: pointer;
}
section.servicos ul li, section.servicos ul li i.fa {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;    
}
section.servicos ul li:hover {
    background-color: #fff;
}
section.servicos ul li:hover i.fa {
    color: #000;
}
section.servicos ul li:last-child {
    margin-left: 5px;
}
section.servicos article {
    font-size: 0;
}
section.servicos article > div {
    display: inline-block;
    font-size: initial;    
    vertical-align: top;
}
section.servicos article > div:first-child {
    width: 25%;
    background-image: url(../img/bg-div-servicos.png);
    background-size: cover;
    padding: 30px;
    text-align: right;
    margin: 0 3px 0 -3px;
}
section.servicos article > div:last-child {
    width: 75%;
}
section.servicos article .owl-carousel .item {
    background-size: cover;
    background-position: center;
    padding: 50px;
}
section.servicos article .owl-carousel .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
section.servicos article .owl-carousel .item:hover:before {
    opacity: .8;
}
section.servicos article .owl-carousel .item div {
    text-align: center;
    position: relative;
    top: -20em;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}
section.servicos article .owl-carousel .item:hover div {
    top: 3em;
    opacity: 1;
}
section.servicos article .owl-carousel .item div a {
    font-size: 100px;
    height: 100px;
    width: 100px;
    color: #ff1319;
    border: 3px solid #ff1319;
    display: block;
    margin: 0 auto;
    line-height: 86px;
}
section.servicos article .owl-carousel .item div h3 {
    font-size: 36px;
    margin: 35px 0 5px;
    color: #fff;
    font-weight: 800;
}
section.servicos article .owl-carousel .item div h3 span {
    color: #ff1319;   
}
section.servicos article .owl-carousel .item div p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
section.servicos article .owl-carousel .item h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff1319;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    padding: 15px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
section.servicos article .owl-carousel .item:hover h4 {
    bottom: -3em;
}


section.blog {
    background-color: #fff;
    background-image: url(../img/bg-blog.png);
    background-position: left;
    background-repeat: no-repeat;    
}
section.blog p.titulo {
    margin-bottom: 20px;
}
section.blog article {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 10px;
    min-height: 110px;
}
section.blog span a {
    margin: 0 auto 20px;
    display: table;
    background: #ff1319;
    border: 1px solid #9b0004;
    color: #fff;
    font-size: 22px;
    padding: 8px 22px;
    position: relative;
    top: 20px;   
}
section.blog article h3 {
    color: #ff1319;
    font-size: 16px;
    margin: -1px 0 0;
    line-height: 18px;
    font-weight: 600;
}
section.blog article p {
    font-size: 13px;
    line-height: 16px;
    position: relative; 
}
section.blog article p a {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    float: right;
}
section.blog article div {
    height: 80px;
    width: 80px;
    background-color: #000;
    padding: 18px 0 0;
    float: left;
    margin-right: 10px;
}
section.blog article div span {
    display: block;
    text-align: center;
    line-height: 24px;
}
section.blog article div span:first-child {
    font-size: 32px;
    color: #fff;
    font-weight: 700
}
section.blog article div span:last-child {
    font-size: 20px;
    color: #ff1319;
}
section.blog form {
    background-color: #ff1319;
    border: 1px solid #000;
    padding: 30px;
} 
section.blog form input, section.blog form textarea {
    padding: 12px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 15px;
}
section.blog form textarea {
    height: 120px;
}
section.blog form sup {
    color: #fff;
    font-size: 14px;
    top: inherit;
    position: absolute;
    bottom: 10px;
}
section.blog form button {
    background-color: #9b0004;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    border: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
}

section.blog .chamada {
    background-image: url(../img/bg-chamada.jpg);
    background-size: cover;
    padding: 30px;
    margin-top: 50px;
}
section.blog .chamada a {
    background-color: #9b0004;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border: 0;
    padding: 12px 32px;
    text-align: center;
    display: table;   
}
section.blog .chamada p.titulo  {
    font-weight: 600;
    margin-top: -10px;    
}
section.blog .chamada p.titulo span {
    color: #fff;
}
section.blog .chamada h3 {
    color: #fff;
    line-height: 32px;
    margin: 20px 0 30px;
}
section.blog .chamada h3 strong {
    color: #000;
}
section.blog .chamada ul li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
}
section.blog .chamada ul li img {
    display: block;
    margin: 0 auto;
    border: 1px solid #9b0004;
}
section.blog .chamada ul li p {
    text-align: center;
    font-size: 24px;
    color: #fff;    
    line-height: 30px;    
}
section.blog .chamada ul li p strong {
    font-size: 52px;
    font-weight: 700;
    display: block;
    margin: 20px 0 10px;    
}
section.blog .chamada ul li p span {
    font-size: 36px;
    color: #000;
    font-weight: 700;    
    display: block;
}


footer {
    background-image: url(../img/bg-rodape.jpg);
    background-size: 50%;    
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #ff1319;
    border-bottom: 1px solid #ff1319;    
}
footer .gmap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;    
}
footer .gmap:before {
    content: '';
    position: absolute;
    background-color: #e5e3df;
    width: 100%;
    height: 100%;
}
footer .gmap iframe {
    width: 100%;
    height: 100%;
    position: relative;    
    z-index: 1;
}
footer img {
    margin: 0 0 50px;    
}
footer ul li {
    clear: both;
    margin-bottom: 35px;    
}
footer ul li:last-child {
    margin-bottom: 0;
}
footer ul li i.fa {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    padding-top: 5px;
    margin-bottom: 20px;
}
footer ul li i.fa-phone {
    font-size: 26px;
    padding-top: 6.5px;
}
footer ul li p {
    color: #fff;
    font-weight: 400;    
}
footer ul li p strong {
    display: block;
    font-size: 14px;
    color: #ff1319;
}
.creditos {
    padding: 15px 0;
}
.creditos p {
    margin: 0;
    color: #000;
}
.creditos p strong {
    color: #ff1319;
}
.creditos p img {
    
}
.creditos [class^=col]:first-child p {
    margin-top: 8px;
}



section.conteudo {
    background-color: #fff;
    background-image: url(../img/bg-blog.png);
    background-position: left;
    background-repeat: no-repeat;    
}


/* Página Empresa */
section.pagina-empresa ul {
    margin: 20px 0;    
}
section.pagina-empresa ul li {
    color: #4e4c4c;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}
section.pagina-empresa ul li:last-child {
    margin-bottom: 0;
}
section.pagina-empresa ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background: #ff1319;
    padding: 5px;
    margin-right: 6px;
    font-size: 12px;
    position: relative;
    top: -1px;    
}



section.pagina-contato form {

}
section.pagina-contato form input, section.pagina-contato form textarea {
    padding: 12px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 15px;
}
section.pagina-contato form textarea {
    height: 120px;
}
section.pagina-contato form [class^=col]:nth-child(2) {
    padding: 0;
}
section.pagina-contato form sup{
    font-size: 15px;
}
section.pagina-contato form sup.sucesso{
    color: #0C3;
}
section.pagina-contato form sup.erro{
    color: #F00;
}
section.pagina-contato form button {
    background-color: #9b0004;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    border: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
}
section.pagina-contato ul li {
    clear: both;
    margin-bottom: 35px;    
}
section.pagina-contato ul li:last-child {
    margin-bottom: 0;
}
section.pagina-contato ul li i.fa {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    padding-top: 5px;
    margin-bottom: 20px;
}
section.pagina-contato ul li i.fa-phone {
    font-size: 26px;
    padding-top: 6.5px;
}
section.pagina-contato ul li p {
    color: #000;
    font-weight: 400;    
}
section.pagina-contato ul li p strong {
    display: block;
    font-size: 14px;
    color: #ff1319;
}
section.pagina-blog h3.contador{
    background: #ff2519;
    padding: 10px;
    color: #fff;
    margin-bottom: 35px;
}
section.pagina-blog article {
    margin-bottom: 50px;
}
section.pagina-blog article:last-child {
    margin-bottom: 0;
}
section.pagina-blog article h3{
    color: #ff1319;
    margin: 0 0 12px;
    font-weight: 600;
    line-height: 28px;
}
section.pagina-blog article figure {
    background-size: cover;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    border: 5px solid transparent;
    box-shadow: inset 0 0 0 1px #ffffff;     
    position: relative;
}
section.pagina-blog article div {
    height: 80px;
    width: 80px;
    background-color: #000;
    padding: 18px 0 0;
    float: left;
    margin-right: 10px;    
}
section.pagina-blog article div span {
    display: block;
    text-align: center;
    line-height: 24px;
}
section.pagina-blog article div span:first-child {
    font-size: 32px;
    color: #fff;
    font-weight: 700
}
section.pagina-blog article div span:last-child {
    font-size: 20px;
    color: #ff1319;
}
section.pagina-blog article p {
    position: relative;    
}
section.pagina-blog article p a {
    position: absolute;
    right: 0;
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    bottom: 2px;
}

section.pagina-blog article figure a {
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    overflow: hidden;
}
section.pagina-blog article figure:hover a {
   background: rgba(255, 19, 25, 0.5); 
}
section.pagina-blog article figure a i.fa {
    text-align: center;
    display: block;
    font-size: 52px;
    color: #fff;
    position: relative;   
    top: 1.75em;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
section.pagina-blog article figure:hover i.fa {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);     
}
section.pagina-blog aside article figure a i.fa {
    font-size: 16px;
}
section.pagina-blog aside article figure {
    width: 75px;
    height: 75px;
    background-position: center;
    float: left;
    margin: 0 10px 0 0;
} 
section.pagina-blog aside article h3 {
    color: #ff1319;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}
section.pagina-blog aside article p {
    font-size: 13px;
}
section.pagina-blog aside article {
    margin-bottom: 35px;
}
section.pagina-blog aside p.titulo {
    margin: -12px 0 10px;
}
section.pagina-blog aside > div {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ff1319;
}
section.pagina-blog aside > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
section.pagina-blog aside form {
    position: relative;
}
section.pagina-blog aside form input {
    width: 100%;
    padding: 9px 30px 9px 9px;
    border: none;
    background: #ff1319;
    color: #fff;    
}
section.pagina-blog aside form button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 16px;
    padding: 7px 11px 9px;   
    color: #fff; 
}
section.pagina-blog aside form  input::-webkit-input-placeholder {
  color: #fff;
}
section.pagina-blog aside form  input::-moz-placeholder {
  color: #fff;
}
section.pagina-blog aside form  input:-ms-input-placeholder {
  color: #fff;
}
section.pagina-blog aside form  input:-moz-placeholder {
  color: #fff;
}



section.pagina-servicos {
    padding-bottom: 0;
}
section.pagina-servicos ul {
    margin: 20px 0;
}
section.pagina-servicos ul li {
    color: #4e4c4c;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}
section.pagina-servicos ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background: #ff1319;
    padding: 5px;
    margin-right: 6px;
    font-size: 12px;
    position: relative;
    top: -1px;    
}
section.pagina-servicos ul li h3 {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 2px;    
}


section.pagina-servicos .campanha {
    background-color: #ff1319;
    margin-top: 35px;
    padding: 30px 0 40px;
    background-image: url(../img/bg-empresa.png);
    background-position: right;
    background-repeat: no-repeat;    
}
section.pagina-servicos .campanha p.titulo {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
section.pagina-servicos .campanha p.titulo span {
    color: #fff;
    font-weight: 900;
}
section.pagina-servicos .campanha form label {
    display: block;
    color: #fff;
    font-size: 13px;
    margin: 10px 0 3px;
}
section.pagina-servicos .campanha form label:first-child {
    margin-top: 0;
}
section.pagina-servicos .campanha form input, section.pagina-servicos .campanha form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 0;
    background: #fff;
    color: #000;
}
section.pagina-servicos .campanha form textarea {
    height: 95px;
}
section.pagina-servicos .campanha form button {
    background-color: #9b0004;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    border: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
    margin-top: 21px;    
}
section.pagina-servicos .campanha form .resultado {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
}
section.pagina-servicos blockquote{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
    width: 33.33333333%;
    margin: 0;
    border: 0;
}
section.pagina-servicos hr{
    display: none;
}


section.pagina-blog.integra ul {
    margin: 20px 0;    
}
section.pagina-blog.integra ul li {
    color: #4e4c4c;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    list-style-type: disc;
    margin-left: 35px;    
}


/*wordpress*/
.alignright, .pull-right {
    float: right;
    margin-left: 20px;
}
.alignleft, .pull-left {
    float: left;
    margin-right: 20px;
}
.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}
nav.navigation {
    width: 100%;
    border-top: 2px solid #ff1319;
    padding-top: 15px;
    border-radius: 0;    
}
nav.navigation h2.screen-reader-text {
    display: none;
}
nav.navigation .page-numbers {
    display: inline-block;
    background-color: #ff1319;
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
nav.navigation .page-numbers.current, nav.navigation .page-numbers:hover {
    background-color: #9b0004;
}