/**
 * RESET CSS
 */

* {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    /* Text Adjusts */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border-radius: 0;
    box-shadow: 0;
    -webkit-appearance: none;
}
:focus {
    outline: 0;
}
a,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}
.img-fluid {
    display: block;
    width: 100%;
    height: auto;
}
.transition {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.Teste {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 13px;
}
.testeMenu,
.testeMenu2 {
    width: 100%;
    color: #e30063;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e50f6c;
    background: #f2f2f2 url(../img/bg-select.png) right center no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    display: block;
    float: left;
}
.testeMenu {
    display: block;
}
.testeMenu2 {
    display: none;
}
.listCat {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    top: 63px;
    background: white;
    border: solid 1px #eb2b73;
    padding-top: 7px;
    z-index: 3;
}
.listCat li {
    list-style-type: none;
    transition: all 0.3s linear;
    padding: 5px 0 5px 15px;
    cursor: pointer;
}
.listCat li:hover {
    background: #e40063;
}
.listCat li:hover a {
    color: #fff;
}
.listCat a {
    width: 100%;
    color: #e40063;
    display: block;
}
.listCat a:before {
    display: none !important;
}

/**
 * FONTS
 */

@font-face {
    font-family: 'Fira-Sans';
    src: url('../fonts/FiraSans-Regular.eot');
    src: url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Regular.woff') format('woff'),
        url('../fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira-Sans-medium-italic';
    src: url('../fonts/FiraSans-MediumItalic.eot');
    src: url('../fonts/FiraSans-MediumItalic.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/FiraSans-MediumItalic.woff') format('woff'),
        url('../fonts/FiraSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Fira-Sans-bold-italic';
    src: url('../fonts/FiraSans-BoldItalic.eot');
    src: url('../fonts/FiraSans-BoldItalic.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/FiraSans-BoldItalic.woff') format('woff'),
        url('../fonts/FiraSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Fira-Sans-Medium';
    src: url('../fonts/FiraSans-Medium.eot');
    src: url('../fonts/FiraSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Medium.woff') format('woff'),
        url('../fonts/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Fira-Sans-light-italic';
    src: url('../fonts/FiraSans-LightItalic.eot');
    src: url('../fonts/FiraSans-LightItalic.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/FiraSans-LightItalic.woff') format('woff'),
        url('../fonts/FiraSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Fira-Sans-bold';
    src: url('../fonts/FiraSans-Bold.eot');
    src: url('../fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Bold.woff') format('woff'),
        url('../fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Fira-Sans-italic';
    src: url('../fonts/FiraSans-Italic.eot');
    src: url('../fonts/FiraSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Italic.woff') format('woff'),
        url('../fonts/FiraSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Fira-Sans-light';
    src: url('../fonts/FiraSans-Light.eot');
    src: url('../fonts/FiraSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Light.woff') format('woff'),
        url('../fonts/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*WORDPRESS*/

.cat-item a:before {
    content: '»';
    color: #e30063;
    display: inline-block;
    margin-right: 5px;
}
.post-categories {
    padding: 0;
    margin-bottom: 0;
}
.post-categories li {
    list-style-type: none;
}
.post-categories a {
    color: #2c3339;
}

/**
 * BREADCRUMB
 */
.breadcrumb {
    padding: 20px 0 0 0;
    margin-bottom: 0;
}
.breadcrumb a {
    color: #e40063;
    display: inline-block;
}
.breadcrumb span {
    font-size: 11px;
    margin: 0 5px;
    color: #a6a6a5;
}

/**
 * GENERAL STYLES
 */

html {
    min-width: 310px;
}
body {
    font-family: 'Fira-Sans';
    color: #2c3339;
    min-width: 310px;
}
.padding-page {
    padding-top: 101px;
}
.header {
    width: 100%;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 1px 5px 0 #000000;
    position: fixed;
    z-index: 9;
}
.header-top {
    height: 3px;
    width: 100%;
    background: #7d7d7d;
    box-shadow: 0 1px 5px 0 #000000;
}
.logo {
    display: block;
    width: 100%;
    max-width: 238px;
    min-width: 96px;
    height: auto;
    margin: 15px 0;
    font-size: 0;
}
.header-effect .logo {
    max-width: 96px;
    margin: 9px 0;
}
.logo img {
    width: 100%;
    height: auto;
}
.header-icons {
    float: right;
    min-height: 20px;
    max-width: 590px;
    width: 100%;
    padding-left: 90px;
    padding-right: 10px;
    color: #fff;
    background: url(../img/bg-social.png) bottom left no-repeat;
    border-radius: 0 0 4px 0;
}
.header-effect .header-icons {
    padding-left: 0;
    max-width: 520px;
    background: none;
}
.header-fone {
    float: left;
    font-size: 14px;
    margin-left: 10px;
    padding-top: 12px;
}
.header-fone a {
    color: #fff;
}
.header-effect .header-fone {
    padding-top: 14px;
    font-size: 14px;
}
.header-social {
    float: left;
    padding-top: 12px;
    padding-left: 25px;
}
.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    float: left;
    margin-left: 4px;
}
.header-social ul li a {
    display: block;
    border-radius: 13px 13px 13px 13px;
}
.header-social ul li a:hover {
    background: #d62c6c;
}
.header-flags {
    float: right;
    padding-top: 12px;
    padding-left: 15px;
    text-align: right;
}
.header-flags ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
.header-flags ul li {
    float: left;
    margin-left: 4px;
}
.header-flags ul li a {
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.header-flags ul li a:hover,
.header-flags ul li a:focus {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.nav {
    width: 100%;
    float: right;
    min-height: 20px;
    margin-top: 20px;
    padding-bottom: 6px;
}
.header-effect .nav {
    float: left;
    width: auto;
    margin-top: 15px;
}
.nav ul {
    float: right;
    margin: 0;
    padding: 0;
}
.header-effect .nav ul {
    float: left;
}
.nav ul li {
    float: left;
    display: block;
    padding-left: 15px;
}
.nav ul li:first-child {
    padding-left: 0;
}
.nav ul li span {
    color: #fff;
    font-size: 18px;
}
.nav ul li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
}
.header-effect .nav ul li a {
    font-size: 14px;
}
.nav ul li:last-child a {
    margin-right: 0;
}
.nav ul li a:hover,
.nav ul li a:focus {
    color: #d62c6c;
}
.menu-popup-open {
    display: block;
    position: relative;
}
.menu-popup-open:hover .menu-popup-link,
.menu-popup-open:focus .menu-popup-link {
    color: #d62c6c;
}
.menu-popup-box {
    display: none;
    position: absolute;
    left: -5px;
    width: 220px;
}
.menu-popup-box ul {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 3px solid #e30063;
    background: rgba(0, 0, 0, 0.85);
}
.header-effect .menu-popup-box ul {
    margin-top: 18px;
}
.menu-popup-box ul li {
    float: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e30063;
}
.menu-popup-box ul li:last-child {
    border-bottom: 0;
}
.menu-popup-box ul li a {
    padding: 14px 0;
    font-size: 14px;
}
.menu-mobile-box {
    display: none;
    float: right;
}
.menu-mobile {
    display: block;
    margin-top: 3px;
    font-size: 24px;
    color: #fff;
}
.menu-mobile:hover,
.menu-mobile:focus {
    color: #dd0864;
}
.slide-home {
    height: 734px;
    width: 100%;
    overflow: hidden;
    background: #eb2b73;
}
.slide-home .item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    padding-top: 220px;
    height: 734px;
    width: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    background-position: center left !important;
    background-size: cover !important;
}
.slide-home .item h2 {
    font-size: 46px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    background: url(../img/bg-h1.png) bottom left no-repeat;
}
.slide-home .item p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 15px;
}
.button-pink {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 15px 34px;
    background: #eb2b73;
    border: 1px solid #fff;
}
.button-blog {
    padding: 15px 0;
    display: block;
    width: 100%;
}
.button-small {
    padding: 10px 20px;
}
.button-pink:hover,
.button-pink:focus {
    color: #fff;
    background: #dd0864;
}
.slide-home .owl-controls {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    height: 0px;
}
.slide-home .owl-prev {
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    width: 40px;
    text-align: center;
    height: 40px;
    padding-top: 7px;
    border-radius: 40px;
    background: rgba(214, 44, 108, 0.7);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.slide-home .owl-next {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    width: 40px;
    text-align: center;
    height: 40px;
    padding-top: 7px;
    border-radius: 40px;
    background: rgba(214, 44, 108, 0.7);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.slide-blog {
    margin-bottom: 30px;
}
.slide-blog .item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.slide-blog .owl-controls {
    position: absolute;
    bottom: -10px;
    right: 15px;
    width: 100%;
    height: 0px;
}
.slide-blog .owl-prev {
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 32px;
    text-align: center;
    height: 32px;
    padding-top: 5px;
    border-radius: 40px;
    background: rgba(214, 44, 108, 0.7);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.slide-blog .owl-next {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 32px;
    text-align: center;
    height: 32px;
    padding-top: 5px;
    border-radius: 40px;
    background: rgba(214, 44, 108, 0.7);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.slide-clientes .owl-controls {
    position: absolute;
    bottom: -10px;
    right: 15px;
    width: 100%;
    height: 0px;
}
.slide-clientes .owl-prev {
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 32px;
    text-align: center;
    height: 32px;
    padding-top: 5px;
    border-radius: 40px;
    background: rgba(214, 44, 108, 0.7);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.slide-clientes .owl-next {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 32px;
    text-align: center;
    height: 32px;
    padding-top: 5px;
    border-radius: 40px;
    background: rgba(214, 44, 108, 0.7);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background: rgba(214, 44, 108, 1);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.border-colors {
    width: 100%;
    height: 4px;
    overflow: hidden;
    clear: both;
    background: url(../img/bg-color.jpg) center center repeat-x;
}
.services-home {
    padding-top: 85px;
    height: 450px;
    background: url(../img/bg-icons.png) left center no-repeat;
}
.services-home:first-child {
    background: none;
}
.services-home h2 {
    font-family: 'Fira-Sans-light';
    font-size: 27px;
    color: #4e4745;
}
.services-home p {
    font-size: 14px;
    color: #4e4745;
}
.inteligencia-home {
    margin-top: 30px;
    width: 100%;
    min-height: 590px;
    background: #403137 url(../img/bg-inteligencia.jpg) center left no-repeat;
    background-size: cover;
}
.inteligencia-home-desc h3 {
    margin-top: 60px;
    font-size: 46px;
    color: #eb2c73;
    text-transform: uppercase;
    padding-bottom: 15px;
    background: url(../img/bg-h3.png) bottom left no-repeat;
}
.inteligencia-home-desc p {
    color: #4f4745;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.inteligencia-home-list {
    background: url(../img/bg-inteligencia-shadow.png) top left no-repeat;
    overflow: hidden;
    float: right;
    padding-left: 30px;
    height: 590px;
}
.inteligencia-home-list ul {
    margin: 0;
    padding: 0;
    padding-top: 60px;
    width: 320px;
    height: 100%;
    list-style: none;
    background: #eb2b73;
    background: rgba(235, 43, 115, 0.85);
}
.inteligencia-home-list ul li {
    margin-left: -8px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: url(../img/bg-list.png) top left no-repeat;
    padding-left: 34px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.blog-home {
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-box {
    margin-top: 30px;
}
.titulo4 {
    font-size: 27px;
    color: #4f4745;
    text-transform: uppercase;
    padding-bottom: 15px;
    background: url(../img/bg-h3.png) bottom left no-repeat;
    font-family: 'Fira-Sans-light';
    margin-bottom: 30px;
}
#frm-busca {
    margin-top: 30px;
}
.busca-categ {
    margin-top: 30px;
}
.blog-item {
    position: relative;
    width: 250px;
    height: auto;
    min-height: 498px;
    background: #f2f2f2;
    overflow: hidden;
    margin: 0 auto;
}
.blog-blog {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
}
.foto-blog {
    background-color: #eb2b73;
}
.blog-item:hover .foto-blog img {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.blog-blog .foto-blog {
    width: 100%;
    height: auto;
}
.blog-blog .foto-blog img {
    width: 100%;
    height: auto;
}
.image-box {
    width: 250px;
    height: 165px;
    position: relative;
    overflow: hidden;
}
.blog-blog .image-box {
    width: 100%;
    height: auto;
}
.mask-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(../img/bg-foto-blog-big.png) top right no-repeat;
}
.image-mask {
    position: absolute;
    bottom: 0;
    left: 0;
}
.text-blog {
    padding: 0 10px;
    font-size: 11px;
    color: #4f4745;
}
.date-post {
    display: inline-block;
    font-size: 13px;
    background: url(../img/icon-time.png) center left no-repeat;
    padding-left: 20px;
}
.autor-post {
    font-size: 13px;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    background: url(../img/icon-user.png) center left no-repeat;
    padding-left: 20px;
}
.categ-post {
    font-size: 13px;
    display: inline-block;
    background: url(../img/icon-pencil.png) center left no-repeat;
    padding-left: 20px;
}
.titleContainer {
    display: table;
    margin: 7px 0;
    min-height: 100px;
}
.title-post {
    margin-top: 8px;
    font-size: 21px;
    color: #4f4745;
    font-family: 'Fira-Sans-light';
    display: table-cell;
    vertical-align: middle;
}
.description-post {
    font-size: 13px;
    color: #4f4745;
}
.button-ver-post {
    position: absolute;
    bottom: 0;
    right: 0;
    clear: both;
    float: right;
    font-size: 15px;
    color: #eb2c73;
    font-family: 'Fira-Sans-Medium';
    padding-bottom: 10px;
    padding-right: 10px;
    margin-right: -10px;
    border-bottom: 3px solid #eb2b73;
}
.button-ver-post:hover,
.button-ver-post:focus {
    color: #d1145b;
}
.clientes-home {
    padding-top: 10px;
    padding-bottom: 70px;
    overflow: hidden;
}
.clientes-home .cliente-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.clientes-home .cliente-item img {
    width: auto;
    max-width: 196px;
    max-height: 79px;
}
.cliente-item {
    width: 200px;
    height: 81px;
    margin: 0 auto;
    border: 0px solid #f389b1 !important;
}
.footer {
    width: 100%;
    min-height: 100px;
    background: #231f21;
    border-top: 4px solid #eb2b73;
}
.logo-footer {
    width: 115px;
    height: auto;
    margin: 0 auto;
    padding: 15px 10px;
    overflow: hidden;
}
.logo-footer img {
    width: 100%;
    height: auto;
}
.footer-sobre {
    padding-top: 30px;
    padding-bottom: 20px;
    background: url(../img/bg-footer.png) right center no-repeat;
}
.footer-rodape {
    min-height: 342px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: url(../img/bg-footer.png) right center no-repeat;
}
.footer-sobre p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
}
.menu-rodape {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 220px;
    margin: 0 auto;
    margin-top: 38px;
}
.menu-rodape li {
    padding-bottom: 5px;
}
.menu-rodape li a {
    font-family: 'Fira-Sans-Medium';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.menu-rodape li a:hover,
.menu-rodape li a:focus {
    color: #eb2b73;
}
.menu-rodape li a span {
    font-size: 12px;
    margin-left: 15px;
}
.news-footer {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-footer p {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.news-footer .button-small {
    margin-top: 10px;
}
.field-news {
    width: 100%;
    border: 1px solid #fff;
    margin-top: 10px;
    padding: 10px;
    background: #7d7d7d;
    color: #fff;
    font-size: 14px;
    cursor: default;
}
.social-footer {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 230px;
    margin: 0 auto;
    margin-top: 10px;
}
.social-footer li {
    float: left;
}
.social-footer li a {
    display: block;
}
.social-footer li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.footer-bottom {
    min-height: 60px;
    background: #f4f3f3;
}
.footer-direitos {
    font-family: arial;
    font-size: 12px;
    color: #2c3339;
    margin-top: 24px;
}
.desenvolvimento {
    text-align: right;
    margin-top: 10px;
    font-family: arial;
    font-size: 12px;
    color: #2c3339;
}
.page-top {
    width: 100%;
    height: 424px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    background-size: cover !important;
    background-color: #eb2b73;
}
.page-top h2 {
    margin-top: 220px;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
}
.modelo-trabalho {
    padding-top: 20px;
    width: 100%;
    min-height: 400px;
    background: #f6f6f6;
}
.titulo-page {
    font-family: 'Fira-Sans-light';
    font-size: 34px;
    color: #4f4745;
    text-transform: uppercase;
    padding-bottom: 15px;
    background: url(../img/bg-h3.png) bottom left no-repeat;
}
.titulo-page-white {
    background: url(../img/bg-h1.png) bottom left no-repeat;
}
.sub-titulo-page {
    font-size: 21px;
    margin-top: 30px;
    color: #2d2927;
}
.modelo-box {
    background: url(../img/bg-modelo.png) center top no-repeat;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
}
.modelo-box p {
    font-size: 16px;
    color: #2d2927;
}
.modelo-list {
    padding-left: 30px;
    list-style: none;
    background: url(../img/bg-modelo-itens.png) left center no-repeat;
}
.modelo-list li {
    padding-left: 100px;
    margin-bottom: 32px;
    min-height: 70px;
}
.modelo-list .item-1 {
    background: url(../img/icon-customizacao.png) top left no-repeat;
    background-size: 70px 70px;
}
.modelo-list .item-2 {
    background: url(../img/icon-planejamento.png) top left no-repeat;
    background-size: 70px 70px;
}
.modelo-list .item-3 {
    background: url(../img/icon-luz.png) top left no-repeat;
    background-size: 70px 70px;
}
.modelo-list-title {
    font-family: 'Fira-Sans-light';
    color: #4f4745;
    font-size: 23px;
}
.modelo-list-desc {
    font-size: 15px !important;
    color: #2d2927 !important;
}
.empresa-box {
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.empresa-box .titulo-page {
    margin-top: 0;
}
.empresa-text {
    padding-top: 30px;
    padding-bottom: 50px;
}
.empresa-text p {
    font-size: 15px;
    margin-top: 15px;
    color: #2d2927;
}
.servicos-box {
    padding-top: 30px;
    padding-bottom: 50px;
}
.servicos-box p.txt {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}
.lista-servs {
    padding-top: 30px;
    padding-bottom: 50px;
}

/*erros*/

input.error {
    border: 1px solid #ff0000;
}
select.error {
    border: 1px solid #ff0000;
}
textarea.error {
    border: 1px solid #ff0000;
}
label.error {
    color: #ff0000;
    font-family: 'Fira-Sans-light';
}
#frm-contato {
    padding-bottom: 30px;
}
#frm-contato input {
    margin-bottom: 13px;
}
.field-contato {
    font-size: 14px;
    color: #e30063;
    background-color: #f2f2f2;
    width: 100%;
    padding: 15px;
    border: 1px solid #e50f6c;
}
.text-contato {
    color: #e30063;
    font-size: 14px;
    background-color: #f2f2f2;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    min-height: 170px;
    border: 1px solid #e50f6c;
    max-width: 100%;
    min-width: 100%;
}
.select-field {
    width: 100%;
    color: #e30063;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e50f6c;
    background: #f2f2f2 url(../img/bg-select.png) right center no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.maps-contato {
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #f2f2f2;
}
.servicos-text p {
    color: #2d2927;
    font-size: 20px;
}
.link-serv {
    font-size: 19px;
    color: #e30063;
    margin-bottom: 10px;
    display: inline-block;
}
.link-serv:hover,
.link-serv:focus {
    color: #2d2927;
}
.modelo-serv-box {
    background: #6bbd99;
}
.modelo-serv-box h2 {
    color: #fff;
}
.modelo-serv-box p {
    color: #fff !important;
}
.modelo-serv-box .modelo-box {
    background: url(../img/bg-modelo-white.png) center top no-repeat;
}
.modelo-serv-box .modelo-list {
    background: url(../img/bg-modelo-itens-white.png) left center no-repeat;
}
.modelo-serv-box .modelo-list .item-1 {
    background: url(../img/icon-customizacao-white.png) top left no-repeat;
    background-size: 70px 70px;
}
.modelo-serv-box .modelo-list .item-2 {
    background: url(../img/icon-planejamento-white.png) top left no-repeat;
    background-size: 70px 70px;
}
.modelo-serv-box .modelo-list .item-3 {
    background: url(../img/icon-luz-white.png) top left no-repeat;
    background-size: 70px 70px;
}
.lista-serv {
    margin-top: 50px;
    min-height: 260px;
}
.lista-serv-title {
    color: #6bbd99;
    font-size: 25px;
}
.lista-serv-roxo {
    color: #6d358b;
}
.lista-serv-rosa {
    color: #e30063;
}
.bg-roxo {
    background: #6d358b;
}
.bg-rosa {
    background: #e30063;
}
.lista-serv-title span {
    margin-top: -10px;
    margin-right: 10px;
    float: left;
    background-color: #6bbd99;
    color: #fff;
    padding-top: 8px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px 25px 25px 25px;
}
.lista-serv-roxo span {
    background-color: #6d358b;
}
.lista-serv-rosa span {
    background-color: #e30063;
}
.list-cidades {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #2d2927;
}
.areas-atuacao {
    margin-top: 50px;
}
.lista-serv-text {
    margin-top: 25px;
    font-size: 15px;
    color: #2d2927;
}
.post-image-box {
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.post-image {
    position: absolute;
    top: 0;
    left: 0;
}
.post-image-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 0 0;
    overflow: hidden;
    background: url(../img/bg-foto-blog-big-white.png) top right no-repeat;
}
.post-content {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.post-content h1 {
    font-size: 43px;
    color: #4f4745;
    font-family: 'Fira-Sans-light';
}
.post-content p {
    color: #4f4745;
    font-size: 15px;
}
.post-content h2 {
    font-size: 25px;
    color: #e30063;
}
.post-tags {
    margin-top: 30px;
    font-family: 'Fira-Sans-Medium';
    font-size: 15px;
    color: #e30063;
    background: url(../img/bg-h3.png) left top no-repeat,
        url(../img/icon-tags.png) left center no-repeat;
    padding: 30px 0 30px 30px;
}
.post-tags a {
    font-family: 'Fira-Sans-Medium';
    font-size: 15px;
    color: #e30063;
}
.post-tags a:hover,
.post-tags a:focus {
    text-decoration: underline;
}
.post-tags span {
    color: #4f4745;
}
.post-autor {
    padding-top: 20px;
    border-top: 1px solid #e30063;
    margin-bottom: 30px;
}
.post-autor img {
    border: 1px solid #e30063;
    margin-bottom: 15px;
}
.autor-nome {
    font-size: 29px;
    color: #e30063;
    font-family: 'Fira-Sans-light';
}
.autor-desc {
    font-size: 15px;
    color: #4f4745;
}
.post-comentarios {
    min-height: 100px;
    margin-bottom: 30px;
}
.post-comentarios .titulo {
    font-family: 'Fira-Sans-light';
    font-size: 29px;
    color: #e30063;
    padding-bottom: 15px;
    background: url(../img/bg-h3.png) bottom left no-repeat;
}
.list-categs {
    list-style: none;
    margin: 0;
    padding: 0;
}
.title-list {
    background: #e30063;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.list-categs a {
    display: block;
    color: #2d2927;
    font-size: 16px;
}
.list-categs a span {
    color: #e30063;
    padding-right: 6px;
    font-size: 24px;
}
.list-categs a:hover,
.list-categs a:focus {
    color: #e30063;
}
.list-posts {
    margin-top: 30px;
    margin-bottom: 30px;
}
.list-posts a {
    margin-top: 10px;
}

/**
  * MEDIA QUERY
  */

@media (min-width: 1200px) {
    .nav {
        display: block !important;
    }
}
@media only screen and (max-width: 1199px) {
    .padding-page {
        padding-top: 59px;
    }
    .slide-home {
        height: 600px;
    }
    .slide-home .item {
        height: 600px;
        padding-top: 120px;
    }
    .page-top {
        height: 380px;
    }
    .page-top h1 {
        margin-top: 180px;
    }
    .nav {
        display: none;
        position: fixed;
        width: 100% !important;
        padding-bottom: 0;
        top: 44px;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
    }
    .nav ul {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .nav ul li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        border-top: 1px solid #e30063;
    }
    .nav ul li a:hover {
        background: #d62c6c;
    }
    .nav ul li span {
        display: none;
    }
    .nav ul li a {
        display: block;
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 15px;
        padding-right: 30px;
    }
    .menu-popup-open:hover .menu-popup-link,
    .menu-popup-open:focus .menu-popup-link {
        color: #fff;
    }
    .menu-popup-box {
        display: none;
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .menu-popup-box ul {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        margin-top: 0;
        border: 0;
        background: transparent;
    }
    .header-effect .menu-popup-box ul {
        margin-top: 0px;
    }
    .menu-popup-box ul li {
        float: none;
        padding: 0;
        margin: 0;
        border: none;
    }
    .menu-popup-box ul li:last-child {
        border-bottom: 0;
    }
    .menu-popup-box ul li a {
        padding: 14px 0;
        font-size: 14px;
        border-top: 1px solid #e30063;
        padding-right: 30px;
    }
    .header-effect .nav ul li a {
        font-size: 14px;
    }
    .nav ul li a:hover,
    .nav ul li a:focus {
        color: #fff;
    }
    .menu-mobile-box {
        display: block;
        margin-left: 15px;
    }
    .header-flags ul {
        float: left;
        margin-right: 5px;
    }
    .header-flags ul li {
        margin: 0;
        padding: 0;
    }
    .header-effect .header-icons {
        max-width: 550px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-sobre {
        background: none;
        padding-bottom: 0;
    }
    .footer-rodape {
        background: none;
    }
    .menu-rodape {
        margin: 0;
        margin-left: 15px;
        margin-top: 38px;
    }
    .modelo-box {
        background: url(../img/bg-modelo.png) 120px center no-repeat;
    }
    .busca-categ {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
    .slide-home .owl-controls {
        bottom: 10%;
    }
    .slide-home {
        height: 500px;
    }
    .slide-home .item {
        height: 500px;
        padding-top: 100px;
    }
    .header-fone {
        float: left;
    }
    .header-flags {
        float: right;
    }
    .header-flags ul {
        display: none !important;
    }
    .header-social {
        display: none;
    }
    .menu-mobile-box {
        margin-left: 0px;
    }
    .page-top {
        height: 300px;
    }
    .page-top h1 {
        margin-top: 130px;
    }
    .nav ul li {
        text-align: right;
    }
    #frm-contato {
        padding-top: 30px;
    }
    .services-home {
        padding-top: 15px;
        height: auto;
        background: none;
    }
    .inteligencia-home-list {
        height: auto;
        float: none;
        margin-top: 30px;
        margin-left: -29px;
        margin-bottom: 30px;
    }
    .inteligencia-home-list ul {
        padding-top: 30px;
        width: 100%;
    }
    .footer-sobre {
        padding-bottom: 20px;
        background: url(../img/bg-footer-mobile.png) bottom center no-repeat;
    }
    .footer-rodape {
        padding-bottom: 20px;
        margin-bottom: 30px;
        min-height: 10px;
        background: url(../img/bg-footer-mobile.png) bottom center no-repeat;
    }
    .menu-rodape {
        margin-top: 0px;
    }
    .news-footer {
        margin-top: 0;
    }
    .social-footer {
        margin: 0;
        margin-top: 10px;
    }
    .modelo-box,
    .modelo-serv-box .modelo-box {
        background: none;
    }
    .modelo-list,
    .modelo-serv-box .modelo-list {
        background: none;
        padding-top: 20px;
        padding-left: 0px;
    }
    .empresa-luz,
    .modelo-serv-box .empresa-luz {
        margin-top: 30px;
    }
    .blog-blog {
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 560px) {
    .slide-home {
        height: 440px;
    }
    .slide-home .item {
        height: 440px;
        padding-top: 60px;
    }
    .slide-home .item h1 {
        font-size: 24px;
    }
    .slide-home .item p {
        font-size: 14px;
    }
    .post-content h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 492px) {
    .header-fone {
        display: none;
    }
    .page-top {
        height: 200px;
    }
    .page-top h1 {
        margin-top: 110px;
        font-size: 22px;
    }
    .titulo-page {
        font-size: 24px;
        margin-top: 10px;
    }
    .sub-titulo-page {
        font-size: 16px;
    }
    .servicos-box p.txt {
        font-size: 16px;
    }
}
@media only screen and (max-width: 380px) {
    .modelo-list-desc,
    .modelo-serv-box .modelo-list-desc {
        font-size: 13px !important;
    }
}
#menuIdiomasMobile {
    text-align: center;
}
#menuIdiomasMobile a {
    display: inline-block;
    padding: 25px 5px 15px 5px;
    position: relative;
    left: -8px;
}
