/*
Theme Name: ImpactaFLEX
Theme URI: http://impactamidia.com.br
Description: Tema responsivo feito pela impactamídia
Author: Impactamídia 
Author URI: http://impactamidia.com.br
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: impactamidia 
Last Update: 06-Aug-17
*/

/*============================================
 Body
============================================*/

body { min-width: 320px; color: #000;}

/*============================================
 Imagens Responsivas
============================================*/

img { max-width: 100%; height: auto; vertical-align: middle; }

/*============================================
 Topo
============================================*/
.banner-full { width: 100%; min-height: 600px; background: #F9F9F9; margin-top: 15px; margin-bottom: 15px; }
.logo { width: 100%; min-width: 257px; height: auto; min-height: 80px; background: url(images/logo.png) no-repeat center center; text-indent: -9999px; display: block; margin: 20px 0; background-size:contain;  }
.navbar { position: relative; min-height: 50px; margin-bottom: 0; border: none; }
.navbar-collapse {border: none!important;}
.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 30px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid rgb(202, 202, 202); border-radius: 10px; }
span.icon-bar {background-color: #6f6f6f;}
.topo { width: 100%; border-bottom: 1px solid #eee; }
    .topo .contato {text-align: left;}
    .topo h1 { text-align: right; font-size: 0.9em; margin: 15px 0; line-height: 1.3em; font-weight: 400; }
        .topo h1 b { margin-right: 15px; font-weight: bold; text-transform: uppercase; color: #5d5d5d; }


/*============================================
 Menu
============================================*/

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {}
.navbar-inverse .navbar-nav>li>a {}
div#menu-principal {margin: 30px 0;}
.nav>li>a { position: relative; display: block; padding: 10px 15px; color: #000; text-transform: uppercase; border: 2px solid transparent; }
    .nav>li>a:focus, .nav>li>a:hover { border: 2px solid #6f6f6f; background-color: transparent; }
.nav>li>a, .nav>li>a:focus, .nav>li>a:hover { text-decoration: none; border-radius: 30px; -webkit-border-radius: 30px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #f44028;
}
.dropdown-menu {padding: 1em;}
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { color: #262626; text-decoration: none; background-color: #f5f5f5; border-radius: 30px; }

/*============================================
 Fontes, tamanhos e títulos
============================================*/

h1,h2,h3,h4,h5,h6,p,ul,li,pre,a,i,strong,b, span {/*font-family: 'Muli','Helvetica Neue','Helvetica','Arial',sans-serif;*/font-family: 'Raleway', sans-serif;}
.flex-page h1,.flex-page h2,.flex-page h3,.flex-page h4,.flex-page h5,.flex-page h6,.flex-page p {margin: 1em 0;}
.flex-page h1 { font-size: 2.6em; font-weight: 700; margin-top: 0; color: #262626; text-transform: uppercase; }
.flex-page h2, h2 { text-transform: uppercase; font-size: 2em; color: #3968A2; margin: 0; }
.flex-page h3, h3 { font-size: 1.5em; line-height: 1.2em; font-weight: 900; }
h3.news-title {margin: 0;}
.flex-page h4 { font-size: 2em; line-height: 1.1em; font-weight: 400; color: #6B6B6B; }
.flex-page h5 { font-size: 1em; line-height: 1.6em; font-weight: 700; }
.flex-page p { font-size: 1em; line-height: 1.6em; }
.flex-title { background: url(images/bg-titulo.png) center no-repeat; background-size: cover; color: #fff; padding: 70px 0; }
.flex-content {margin-bottom: 30px;}
h1.page-title { /*margin: 20px 0;*/font-size: 2.8em;text-align: center;text-transform: uppercase;font-weight: 700;}
h1.page-title:after { content: '';display: block;margin: 15px auto 0;height: 10px;width: 92px;background: #3968a2;}
h3.flex-title { font-weight: bold; margin: 0 0 15px 0; }
h5.date {margin: 0;}

/*============================================
 Variações de Espaçamento
============================================*/

.vertical-1 { padding: 15px 0 !important }
/*.vertical-2 { padding: 30px 0 !important }*/
.vertical-3 { padding: 45px 0 !important }
.vertical-4 { padding: 60px 0 !important }
.vertical-5 { padding: 90px 0 !important; }
.only-bottom-1 {padding-bottom: 15px;}
.only-bottom-2 {padding-bottom: 30px;}
.only-bottom-3 {padding-bottom: 45px;}
.m-only-bottom-1 {margin-bottom: 15px;}
.m-only-bottom-2 {margin-bottom: 30px;}
.m-only-bottom-3 {margin-bottom: 45px;}
.only-top-1 {padding-top: 15px;}
.only-top-2 {padding-top: 30px;}
.only-top-3 {padding-top: 45px;}
.m-only-top-1 {margin-top: 15px;}
.m-only-top-2 {margin-top: 30px;}
.m-only-top-3 {margin-top: 45px;}
.center {text-align: center;}


/*============================================
  General
============================================*/
a { color: #545454; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
    a:focus, a:hover { color: #3968a2; text-decoration: underline; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
    a.flex-button { background-color: #3968a2; border-radius: 5px; /*border: 2px solid #000;*/ text-align: center; padding: 7px 15px; max-width: 60px; display: block; position: relative; text-transform: uppercase; color: #fff; font-weight: bold; font-size: 1.6em; margin-top: 20px; /*margin-bottom: 20px;*/ -webkit-border-radius: 5px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
        a.flex-button:hover { text-decoration: none; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; /*border: 2px solid transparent;*/ color: #fff; background-color: #071054; }
        a.flex-button.flexnews { left: 0; margin-left: 0; font-size: 0.9em; max-width: 200px; }
span.svgi { border-radius: 50%; display: inline-block; height: 100px; width: 100px; border: 1px solid rgba(0, 0, 0, 0.16); }
img.svg {/*padding: 24px;*/}
.btn-info { color: #fff; background-color: #f44028; border-color: #f44028; }
.flex-page {padding: 100px 0 40px;}
.rodape-impacta {
    padding: 60px 0px;
    background: #091050;
}
.rodape-impacta-2 { padding: 15px 0 15px 0; background-color: #ccc; }
.rodape-impacta a {color: #545454;}
.rodape-alternativo { background: #fff; min-height: 200px; }
footer h3 { font-size: 1.3em; }
footer i.fa { margin-right: 10px;}
.impacta { background: url(images/impacta-rodape-2.png); opacity: 1; text-indent: -9999px; display: block; margin: 15px auto; padding: 0px; height: 22px; width: 111px; }
.impacta-2 { margin: 15px auto; background: url(images/impacta-rodape.png); opacity: 1; text-indent: -9999px; display: block; padding: 0px; height: 22px; width: 111px; }
.galeria-lista { margin: 0; padding: 0; }
ul { padding: 0; list-style-position: inside; list-style-type: square; line-height: 1.8em; }
    ul.sub-menu {padding-left: 2em;}
h3.titulo-widget-lateral { border-bottom: 1px solid #eee; padding-bottom: 1em; }
.single h5 {font-size: initial;}
#wp-calendar { margin: auto;}


/*============================================
 Home
============================================*/
#section1 { padding: 60px 0 !important; background: #fff; position: relative;}
    #section1 h1, #section3 h1 {margin-bottom: 0;}
    #section3 h1, #section3 h4 {text-align: center;}
    #section1 h1:after , #section3 h1:after { content: ""; display: block; width: 20%; height: 3px; background: #ff8c49; margin: 45px 40% 15px 40%; }
    #section1 h4, #section2 h4, #section3 h4 {margin: 0;}
    #section1 p { margin: 0; padding: 0px 0px 30px; text-align: left; }
#section2 { background: #F8F8F8; }
    #section2 h1 {margin-bottom: 30px;}
    #section2 h4 {}
    #section2 h3 { text-transform: uppercase; font-size: 1em; font-weight: bold; }
    #section2 p { font-size: 14px; line-height: 20px; margin-bottom: 0; color: #1B1B1B; margin-top: 0; }
#section3 {}
    #section3 h1:after {margin-bottom: 60px;}
    #section3 h4 {margin-bottom: 30px;}
    #section3 h3 a {color: black;}
        .flex-content.mininews { float: left; padding-bottom: 15px; margin-bottom: 15px; }
        .noticia-maior a.flex-button.flexnews {display: none;}
        .noticia-maior h3.news-title {margin-top: 15px;}
        .flex-content.mininews p { font-size: 0.9em; margin-bottom: 0; }
        .flex-content.mininews h3 a { color: #000; font-size: 0.8em; line-height: 0.8em; }
        .flex-content.mininews a.flex-button.flexnews {display: none;}
        .row.mini-meta h5 {font-size: 0.8em;}


/*============================================
  Contact Form 7
============================================*/

div.wpcf7 .ajax-loader { background: #fff url(../../plugins/contact-form-7/images/ajax-loader.gif) no-repeat center center; border: 3px solid #d6d6d6; padding: 20px; border-radius: 30px; }
.wpcf7 form p.p-email > span > span { border: 1px solid #FF8383; position: absolute; top: -13px; width: 451px; height: 41px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: none; }
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng { width: 100%; line-height: 3.5em; position: fixed; bottom: 0; margin: 0; left: 0; border: none; text-align: center; z-index: 9999; color: #FFF; /*font-family: 'Open Sans',sans-serif;*/font-family: 'Raleway', sans-serif; font-size: 1em; font-weight: bold; text-transform: uppercase; }
.wpcf7 .wpcf7-validation-errors, .wpcf7-mail-sent-ng { background: #de1414; border: none; }
.wpcf7 .wpcf7-mail-sent-ok {background: #33A13A;}
div.wpcf7-response-output {margin: 0;}
span.wpcf7-not-valid-tip { background-color: #de1414; color: #fff; font-size: 0.8em; padding: 2px 20px; display: block; -webkit-border-radius: 30px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; margin-top: 2px; max-width: 200px; }
.contactflex input[type="email"], .contactflex input[type="text"], .contactflex textarea { line-height: 2.4em; background: rgba(228, 228, 228, 0.2); outline: none; width: 100%; font-size: 1.1em; font-weight: normal; color: #000000; padding-left: 14px; padding-right: 14px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; border: 1px solid rgba(0, 0, 0, 0); }
.contactflex input[type="email"]:hover, .contactflex input[type="text"]:hover, .contactflex textarea:hover, .contactflex input[type="email"]:focus, .contactflex input[type="text"]:focus, .contactflex textarea:focus { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; background: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.20); }
.contactflex label { display: inline-block; width: 100%; margin-bottom: 5px; font-weight: 700; }
.contactflex textarea { line-height: 1.6em; padding-left: 14px; padding-right: 14px; height: 150px; resize: none; }
.contactflex form p { width: 100%; float: left; margin-bottom: 15px!important; }
.wpcf7 form p > span > input:focus,.wpcf7 form p > span > textarea:focus {border-bottom-color: rgb(167,130,64);}
input.wpcf7-form-control.wpcf7-submit { /*outline: none; float: left; padding: 12px 24px; border-radius: 0; border: none; background: rgb(0, 122, 255); border-radius: 30px; text-transform: uppercase; font-weight: 600; color: white;*/ -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
    input.wpcf7-form-control.wpcf7-submit:hover {background: rgb(8, 55, 107);}
.pager li>a, .pager li>span { border-radius: 0!important; border: solid 2px rgb(236, 236, 236); font-weight: bold; margin-right: 2px; text-transform: uppercase; font-size: 0.8em; padding: 11px; border-radius: 50px !important; -webkit-border-radius: 30px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
li.next a, li.previous a {padding: 11px 30px;}
.pager li>span {color: rgb(194,194,194);}
.pager li>a {color: rgb(77,77,77);}
.post-nav { clear: both; width: 100%; }


/*============================================
Page Templates
============================================*/

/* archive notícias category */
.flex-content.arquivo { border-bottom: 1px solid #eee; padding-bottom: 1.5em; }
    .flex-content.arquivo h3 {margin-bottom: 1em;}
    .flex-content.arquivo p {font-size: 1.2em;}
.mininews h3.news-title {margin-top: -7px;}
a.leia-mais { line-height: 1.6em; margin: 1em 0; text-align: center; display: block; border-radius: 0!important; border: solid 2px rgb(236, 236, 236); font-weight: bold; margin: 0; text-transform: uppercase; font-size: 0.8em; padding: 10px 25px; border-radius: 50px !important; -webkit-border-radius: 30px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; float: right; }
    a.leia-mais:hover { background-color: #eee; text-decoration: none; color: #000; }
.noticias-2 h3 {min-height: 50px;}
.noticias-2 h5 {font-size: 0.9em;}
/* template-image-repeater */
.img-repeater {margin-bottom: 30px;}
.row.img-repeater img {margin-top: 2em;}
.img-repeater .divider { border-bottom: 1px solid #eee; padding-bottom: 3.5em; }
.container .row.img-repeater:last-child .divider { border: none; padding-bottom: 0; }
/* template-faq */
.pergunta span { padding: 6px; margin-right: 5px; border-radius: 10px; background: #f44028; color: #fff; }
.resposta span { font-weight: 900; margin-right: 5px; }
/* template-2cols-frase */
h1.frase-grande { text-align: center; font-size: 3.5em; }
    h1.frase-grande:after, h1.frase-grande:before { content: ""; height: 8px; width: 40%; margin: 30px 30% 20px 30%; display: block; background: #eeeeee; background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); }
/* template-multi */
.divider { margin: 30px 0; border-bottom: 1px solid #F0F0F0; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
    .embed-container iframe,
    .embed-container object,
    .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.coluna-full { padding: 60px 0; margin: 60px 0; background: #eee; }


/*============================================================
  Css adicional - Colocar Classes novas a partir deste ponto
==============================================================*/

ul#menu-menu-principal li a {
    font-weight: 500;
    border: none;
    border-radius: 0px;
    font-size: 1.1em;
    color: #6B6B6B;
    padding: 20px 15px;
    background: transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
ul#menu-menu-principal li:hover a {
    border-bottom: 2px solid #2D3890;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.caixa-topo {
    background: rgb(255,24,35);
    background: -moz-linear-gradient(top, rgba(255,24,35,1) 0%, rgba(255,11,18,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,24,35,1) 0%,rgba(255,11,18,1) 100%);
    background: linear-gradient(to bottom, rgba(255,24,35,1) 0%,rgba(255,11,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1823', endColorstr='#ff0b12',GradientType=0 );
    padding: 22px 15px;
    border-radius: 10px 10px 0px 0px;
    margin-top: -114px;
    box-shadow: rgba(0, 0, 0, 0.89) 0px 0px 90px;
    height: 114px;
}
.info-home {
    padding: 12px 30px;
    height: 70px;
    display: table;
}
.info-home:first-child {
    border-right: 1px solid #FF676F;
}
.info-home:nth-of-type(2n+0) {
    /*border-left: 1px solid #AD0001;*/border-left: 1px solid #ff151f;
    border-right: 1px solid #FF676F;
}
.info-home:nth-of-type(2n+0) img {
    margin: 10px 0;
}
.info-home:last-child {
    /*border-left: 1px solid #AD0001;*/border-left: 1px solid #ff151f;
}
.info-home img {
    float: left;
}
.info-home h4 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}
div#section1 h3 {
    margin-top: 0px;
    color: #6B6B6B;
    font-size: 1.1em;
    font-weight: 400;
    text-align: left;
}
div#section1 h3 span {
    display: block;
    font-size: 2.6em;
    color: #3968A2;
    font-weight: 500;
}


.container-fluid.projetos {
    background: url(images/bg-sobre.jpg) center no-repeat;
    padding: 60px 15px;
    background-size: cover;
}
.container-fluid.projetos h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 50px;
}
.lista-projetos {
    columns: 2;
}
.lista-projetos p {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}
.lista-projetos p i {
    color: #2E3990;
    margin-right: 2px;
}

.flex-page h3, .flex-multi h3, .contactflex h3 {
    text-transform: uppercase;
    color: #262626;
    font-weight: 700;
    font-size: 1.7em;
    letter-spacing: 2px;
    line-height: 26px;
}
.flex-multi h3:after {
    content: '';
    display: block;
    max-width: 227px;
    width: 100%;
    height: 4px;
    background: #2E3990;
    border-radius: 30px;
    margin: 25px 0;
}
.flex-multi p, .flex-multi li {
    font-size: 1em;
    color: #262626;
    line-height: 24px;
}
.flex-page p, .contactflex p {
    font-size: 1.1em;
    color: #6B6B6B;
    line-height: 24px;
}
.contactflex a { color: #262626; }
.contactflex h4 {
    font-size: 1.1em;
    color: #262626;
    font-weight: 600;
    line-height: 20px;
}
.flex-multi ul {
    padding: 0;
    list-style: none;
}
.flex-multi li:before {
    content: "\f058";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2E3990;
    margin-right: 5px;
}
.servicos-home h3 {
    font-size: 2.3em !important;
    line-height: 20px;
    min-height: 40px;
    font-weight: 700 !important;
    color: #6B6B6B !important;
    letter-spacing: 0 !important;
    margin-bottom: 0;
    margin-top: 30px;
}
input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 15px;
    background: #EEEEEE;
    border-radius: 8px;
    padding: 7px 25px;
    border: 1px solid transparent;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    background: #EEEEEE;
    border-radius: 8px;
    padding: 7px 25px;
    border: 1px solid transparent;
    height: 135px;
}
input.wpcf7-form-control.wpcf7-text:hover, input.wpcf7-form-control.wpcf7-text:focus, textarea.wpcf7-form-control.wpcf7-textarea:hover, textarea.wpcf7-form-control.wpcf7-textarea:focus {
    background: #fff;
    /*border-color: #2E398F;*/border-color: #3968a2;
}
input.wpcf7-form-control.wpcf7-text::placeholder, textarea.wpcf7-form-control.wpcf7-textarea::placeholder { color: #2a2a2a; }
input.wpcf7-form-control.wpcf7-submit {
    background-color: #3968a2 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 15px;
    max-width: 220px;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    border: none;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #071054 !important;
}
h3.titulo-widget-rodape {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 0;
}
h3.titulo-widget-rodape:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: #8e96e1;
    margin-top: -11px;
}
h3.titulo-widget-rodape span {
    padding-right: 25px;
    background: #071054;
}
.textwidget p {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}
.textwidget p a {
    font-weight: 600;
    color: #fff;
}
.textwidget p i {
    color: #8E96E1;
    width: 14px;
}
a.btn-linkedin {
    background: url(images/btn-linkedin.jpg) right center no-repeat;
    background-color: #0095D8;
    border-radius: 2px;
    text-align: center;
    padding: 15px 65px 15px 15px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.widget-rodape.widget_block h4 {
    font-weight: 700;
    color: #6B6B6B;
}
.widget-rodape.widget_block h4:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background: #DDDDDD;
    margin-top: 10px;
}

.chamadas-home .container {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.box-chamada {
    background: #F5F5F5;
    padding: 50px;
}
.box-chamada:nth-of-type(2) {
    background: #EEEEEE;
}
.box-chamada h3 {
    margin-top: 0;
    color: #6B6B6B;
    font-size: 1.3em;
}
.box-chamada h3:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background: #DDDDDD;
    margin-top: 10px;
}
.box-chamada p {
    margin-bottom: 20px;
    min-height: 100px;
}
.box-chamada a {
    font-weight: 700;
    display: block;
    text-align: center;
    background: #3968A2;
    max-width: 170px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
}
.box-chamada a:hover {
    background: #000;
}

.box-icone {
    width: 65px;
    height: 70px;
    display: table;
    margin: auto;
    background: #3968A2;
    padding: 11px;
    border-radius: 4px;
}
.box-icone img {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
}

.container-fluid.textos-home {
    padding: 50px 15px 70px;
}
.container-fluid.textos-home h2 {
    text-transform: uppercase;
    font-size: 2em;
    color: #3968A2;
    font-weight: 400;
    margin-bottom: 30px;
}

.container-fluid.contato-home {
    background: url(images/bg-contato.png) center no-repeat;
    background-size: cover;
    padding: 100px 15px;
}
.container-fluid.contato-home h2 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    margin-bottom: 30px;
}
.container-fluid.contato-home p {
    text-align: center;
    font-size: 1.6em;
    color: #fff;
}
.container-fluid.contato-home a {
    display: block;
    max-width: 250px;
    color: #fff;
    background: #3968A2;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    margin: 30px auto 0;
    border-radius: 5px;
    text-decoration: none;
}
.container-fluid.contato-home a:hover {
    background: #000;
}
p {
    color: #6B6B6B;
    font-size: 1.1em;
    line-height: 1.5em;
}

.container-fluid.valores {
    padding: 100px 15px;
    text-align: center;
    background: url(images/bg-visao.png) center no-repeat;
    background-size: cover;
}
.container-fluid.valores h2 {
    color: #fff;
}
.container-fluid.valores h2:after {
    content: '';
    display: block;
    margin: 30px auto;
    height: 10px;
    width: 92px;
    background: #3968a2;
}
.container-fluid.valores p {
    text-align: center;
    font-size: 1.6em;
    color: #fff;
}

.equipe {
    padding: 30px 15px 70px;
}
.container-fluid.equipe h3 {
    font-size: 1.8em;
    color: #6B6B6B;
}
.container-fluid.equipe h3:after {
    content: '';
    display: block;
    margin: 15px 0;
    height: 5px;
    max-width: 255px;
    width: 100%;
    background: #3968a2;
}

.container-fluid.track-record {
    background: #F5F5F5;
    text-align: center;
    padding: 100px 15px;
}
.container-fluid.track-record h2 {
    font-size: 2.6em;
}
.container-fluid.track-empresa {
    padding: 40px 15px;
    border-bottom: 1px solid #DDDDDD;
}
.container-fluid.track-empresa img {
    display: block;
    margin: auto;
}

.container-fluid.nossos-casos {
    padding: 50px 15px;
}
.container-fluid.nossos-casos h3 {
    color: #6B6B6B;
    font-size: 1.8em;
}
.container-fluid.nossos-casos h3:after {
    content: '';
    display: block;
    margin: 20px 0;
    height: 5px;
    max-width: 255px;
    width: 100%;
    background: #3968a2;
}
.container-fluid.nossos-casos p {
    font-size: 1.3em;
}
a.arquivo-caso {
    margin: 20px 0;
    font-size: 1.2em;
    display: block;
}
footer#footer-1 p {
    font-size: 1em !important;
}
ul#menu-menu-principal-1 {
    margin-left: 17px;
    color: #6B6B6B;
    list-style: outside;
}
ul#menu-menu-principal-1 li a {
    text-transform: uppercase;
}

.container-fluid.rodape-impacta-bottom {
    background: #3968A2;
    padding: 30px 15px;
}
.container-fluid.rodape-impacta-bottom p {
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-align: center;
    font-size: 1.1em;
}

select.wpcf7-form-control.wpcf7-select {
    margin-bottom: 15px;
    background: #EEEEEE;
    border-radius: 8px;
    padding: 16px 25px;
    width: 100%;
    border: 1px solid transparent;
}

/*============================================
  Pontos de Responsividade
============================================*/

@media only screen and (max-width : 1200px) 
{
img.svg {padding: 24px;}
}

@media only screen and (max-width : 992px) 
{ 
.topo h1, .topo .contato, h1.page-title { text-align: center;} 
.navbar-header, div#menu-principal { width: 100%; } 
a.leia-mais { float: left;} 
}

@media only screen and (max-width : 768px) 
{ 
ul#menu-menu-principal-1{list-style:inside !important;}
div#menu-principal { margin-top: 0; }
footer {text-align: center;}
.nav>li { text-align: center; font-size: 1.2em; }
.flex-page {text-align: center;}
.img-repeater img {display: initial;}
a.leia-mais { float: none; width: 50%; margin: 15px 25%; }
.mininews h3.news-title {margin-top: 0;}
    .mininews h3.news-title a {font-size: 1em;}
    .flex-content.mininews {
    text-align: left; margin-top: 1em;
}
.flex-sidebar { text-align: left; padding: 0 4%; }
.info-home { padding: 12px 15px; }
}

@media only screen and (max-width : 700px) 
{  
.flex-content.mininews { text-align: center; margin-top: 1em;}   
     .mininews h3.news-title {margin-top: 1em;}
}

@media only screen and (max-width : 480px) 
{
.navbar-header {
    margin: auto !important;
}
div#menu-principal {
    margin: 0px 0;
}
ul#menu-menu-principal li a {
    font-size: 1em;
    padding: 20px 15px;
}
.logo {
    min-width: 230px;
    min-height: 79px;
    margin: 15px 0;
    background-size: contain;
    background-position-x: left;
    width: 80%;
}
.info-home {
    padding: 12px 10px !important;
    width: 100%;
}
.info-home:first-child {
    border-right: none;
    border-bottom: 1px solid #FF676F;
}
.info-home:nth-of-type(2n+0) {
    border-left: none;
    border-right: none;
    /*border-top: 1px solid #AD0001;*/border-top: 1px solid #ff151f;
    border-bottom: 1px solid #FF676F;
}
.info-home:last-child {
    border-left: none;
    /*border-top: 1px solid #AD0001;*/border-top: 1px solid #ff151f;
}
.caixa-topo {
    height: 250px;
}
.servicos-home img {
    padding: 0;
}
.servicos-home h3 {
    min-height: auto;
}
.lista-projetos {
    columns: 1;
}
.flex-multi h3:after {
    margin: 25px auto;
}
h1.page-title {
    font-size: 2em;
}
input.wpcf7-form-control.wpcf7-submit {
    margin: auto;
}
h3.titulo-widget-rodape {
    margin-top: 0;
}
h3.titulo-widget-rodape span {
    padding-right: 15px;
    padding-left: 15px;
    background: #ad0101;
}
.widget-rodape {
    margin-bottom: 30px;
}
.container-fluid.textos-home h2 {
    font-size: 2.4em;
}
a.flex-button {
    margin-bottom: 30px;
}
.servicos-home h3 {
    margin-bottom: 10px;
    margin-top: 15px;
}
#section2 p {
    margin-bottom: 20px;
}
.widget-rodape.widget_block h4:after {
    margin: 10px auto 0;
}
nav.navbar.navbar-static-top {
    margin: auto !important;
}
.flex-page h2, h2 {
    font-size: 2.6em;
	text-align:center !important;
}
.container-fluid.track-empresa img {
    margin-bottom: 20px;
}
.container-fluid.track-record h2 {
    font-size: 2.2em;
}
a.arquivo-caso {
    margin: 0px 0;
}
}

@media only screen and (max-width : 320px) 
{ 
.logo { width: 220px;  background-position-x: left; } .navbar-toggle {  margin-right: 0;}  
}


