/*!
Theme Name: Grupo Consumoteca
Theme URI: http://underscores.me/
Author: Grupo Consumoteca
Author URI: http://consumoteca.com.br
Description: Tema criado pela Grupo Consumoteca.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Grupo Consumoteca
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Grupo Consumoteca is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("//fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: "IBM Plex Mono", monospace;
    background-color: #fff;
    overflow-x: hidden
}

::-moz-selection {
    background: #ff7104;
    color: #fff
}

::selection {
    background: #ff7104;
    color: #fff
}

p,
ul,
li {
    font-family: "IBM Plex Mono", monospace;
    color: #333
}

p {
    font-size: 16px;
    line-height: 28px
}

a {
    text-decoration: none;
    color: #78ff00;
    transition: color 0.2s
}

a:hover {
    text-decoration: none;
    color: #ff7104
}

* {
    outline: 0px !important;
    -webkit-appearance: none
}

*[id]:before {
    display: block;
    content: " ";
    margin-top: -120px;
    height: 120px;
    visibility: hidden
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "IBM Plex Mono", monospace
}

h2 {
    font-weight: 300
}

h2 strong {
    font-weight: bold
}

h2 {
    font-size: 32px
}

section {
    padding: 80px 0;
    overflow-x: hidden
}

.bg_gray {
    background-color: #ccc
}

.bg_green {
    background-color: #78ff00
}

.page-default {
    padding-top: 226px
}

.btn-default {
    min-width: 115px;
    font-size: 14px;
    line-height: 1;
    background-color: #78ff00;
    border-radius: 0px;
    height: 48px;
    border: none;
    font-weight: bold;
    padding-left: 24px;
    padding-right: 24px
}

.play-button {
    height: 80px;
    width: 80px;
    background-color: transparent;
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: background-color 0.2s, border 0.2s
}

.play-button i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    transition: color 0.2s
}

.play-button.audio-button i {
    font-size: 41px
}

.video-thumb {
    width: 100%;
    padding-bottom: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer
}

.video-thumb .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.2s
}

.video-thumb:hover .play-button {
    background-color: #ff7104;
    border-color: #ff7104
}

.video-thumb:hover .play-button i {
    color: #fff
}

.video-thumb:hover .overlay {
    background-color: rgba(0, 0, 0, 0.3)
}

.video-embed {
    display: none;
    padding-bottom: 56.25%;
    position: relative
}

.video-embed iframe {
    left: 0;
    margin-right: -1px;
    margin-left: -1px;
    top: 0;
    height: 100%;
    width: calc(100% - 1px);
    position: absolute
}

.bt {
    border: 0px;
    border-radius: 0px;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    font-weight: bold
}

.bt:focus {
    outline: none
}

.bt-sombra {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3)
}

.bt-gradient {
    position: relative;
    z-index: 2;
    display: inline-block
}

.bt-gradient:before {
    border-radius: inherit;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: opacity 0.5s
}

.bt-gradient:hover:before {
    opacity: 1
}

.bt-grande {
    padding: 12px 30px;
    font-size: 22px;
    line-height: 26px
}

@media screen and (max-width: 576px) {
    .bt-grande {
        padding: 10px 30px;
        font-size: 18px;
        line-height: 22px
    }
}

.bt-medio {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 22px
}

@media screen and (max-width: 576px) {
    .bt-medio {
        padding: 8px 25px;
        font-size: 16px;
        line-height: 20px
    }
}

.bt-pequeno {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 20px
}

@media screen and (max-width: 576px) {
    .bt-pequeno {
        padding: 8px 12px;
        font-size: 16px;
        line-height: 20px
    }
}

.bt-full {
    width: 100%
}

.bt-full .bt {
    width: 100%
}

.bt-color_primary {
    background-color: #78ff00;
    color: #fff;
    transition: background-color 0.2s
}

.bt-color_primary:hover {
    background-color: #ff7104
}

.bt-color_secondary {
    background-color: #ff7104;
    color: #fff;
    transition: background-color 0.2s
}

.bt-color_secondary:hover {
    background-color: #78ff00
}

.bt-color_primary_gradient {
    background: linear-gradient(to right, #004f9a 0%, #007eb3 100%);
    color: #fff
}

.bt-color_primary_gradient:before {
    background: linear-gradient(to left, #004f9a 0%, #007eb3 100%)
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1
}

.margin-center {
    margin: 0 auto;
    display: block
}

.topo-interna {
    height: 200px;
    position: relative
}

.topo-interna .container {
    position: relative;
    height: 100%
}

.topo-interna .conteudo {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%)
}

.topo-interna .conteudo h1 {
    color: #fff
}

.topo-interna .overlay {
    background-color: rgba(0, 0, 0, 0.3)
}

@media screen and (max-width: 768px) {
    .topo-interna {
        height: 160px
    }
}

@media screen and (max-width: 576px) {
    .topo-interna {
        height: 120px
    }
}

.pagination {
    display: block;
    margin: 0 auto;
    padding: 60px 0px
}

.pagination .page-numbers {
    background-color: #000;
    text-align: center;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 24px;
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
    transition: opacity 0.2s;
    padding: 8px;
    vertical-align: middle
}

.pagination .page-numbers:hover {
    opacity: 0.8
}

.pagination .page-numbers.current {
    background-color: #78ff00;
    color: #000
}

.pagination .page-numbers.current:hover {
    opacity: 1
}

.pagination .next,
.pagination .prev {
    padding: 12px;
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 11px;
    line-height: 11px
}

.pagination .next:before {
    content: "\f108"
}

.pagination .prev:before {
    content: "\f107"
}

.article-post {
    margin: 20px 0px;
    height: calc(100% - 40px)
}

.article-post .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.article-post .thumbnail img {
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.article-post .thumbnail:hover img {
    transform: scale(1.1)
}

.article-post .conteudo:hover .titulo-post {
    color: #000
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px
}

.wpcf7 .wpcf7-response-output {
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #06be59
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color: #ff5656
}

.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #ff7104
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    background-color: #ff5656
}

.wpcf7 label {
    text-transform: uppercase
}

.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-text,
.wpcf7 textarea {
    border: 1px solid #929292;
    border-radius: 0px;
    padding: 5px 20px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: "IBM Plex Mono", monospace
}

.wpcf7 .wpcf7-select:focus,
.wpcf7 .wpcf7-text:focus,
.wpcf7 textarea:focus {
    outline: 0px solid #ff7104;
    border: 1px solid #ff7104
}

.wpcf7 .wpcf7-select::-webkit-input-placeholder,
.wpcf7 .wpcf7-text::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: #ccc;
    text-transform: uppercase
}

.wpcf7 .wpcf7-select::-moz-placeholder,
.wpcf7 .wpcf7-text::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    color: #ccc;
    text-transform: uppercase
}

.wpcf7 .wpcf7-select:-ms-input-placeholder,
.wpcf7 .wpcf7-text:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: #ccc;
    text-transform: uppercase
}

.wpcf7 .wpcf7-select::-ms-input-placeholder,
.wpcf7 .wpcf7-text::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
    color: #ccc;
    text-transform: uppercase
}

.wpcf7 .wpcf7-select::placeholder,
.wpcf7 .wpcf7-text::placeholder,
.wpcf7 textarea::placeholder {
    color: #ccc;
    text-transform: uppercase
}

.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-text {
    height: 48px;
    text-transform: uppercase
}

.wpcf7 .wpcf7-select {
    cursor: pointer;
    background: url(imgs/arrow-down.svg) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: calc(100% - 16px)
}

.wpcf7 .wpcf7-submit {
    min-width: 115px;
    font-size: 14px;
    line-height: 1;
    background-color: #78ff00;
    border-radius: 0px;
    height: 48px;
    border: none;
    font-weight: bold !important;
    text-transform: uppercase
}

.wpcf7 p:nth-last-of-type(1) {
    margin-bottom: 0px;
    position: relative
}

.wpcf7 span.ajax-loader {
    background-image: none;
    position: absolute;
    top: -99px;
    right: 0px;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.error404 main {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px
}

.error404 main h1 {
    font-size: 200px;
    line-height: 150px;
    margin-bottom: 60px;
    font-family: "Sequel100Black-75";
    letter-spacing: 36px;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000
}

@media screen and (max-width: 576px) {
    .error404 main {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .error404 main h1 {
        font-size: 120px;
        line-height: 100px
    }
    .error404 main h2 {
        font-size: 24px
    }
}

@media screen and (max-width: 768px) {
    body [data-aos][data-aos][data-aos-duration][data-aos-delay] {
        transition-delay: 0ms;
        transition-duration: 750ms
    }
}

@media (min-width: 992px) {
    .wp-admin-space {
        margin-top: 32px !important
    }
}

@media (max-width: 992px) {
    .wp-admin-space-menu-mobile {
        margin-top: 45px
    }
}

.redes-sociais {
    margin-top: 16px
}

.redes-sociais a {
    color: #fff
}

.redes-sociais i {
    font-size: 24px;
    color: #fff;
    margin-right: 40px
}

@media (max-width: 768px) {
    .redes-sociais i {
        margin: 0 20px
    }
}

.redes-sociais i:hover,
.redes-sociais ifocus {
    color: #78ff00
}

.div-email a {
    color: #78ff00 !important
}

.social-icons a {
    color: #000
}

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("https://grupoconsumoteca.com.br/wp-content/themes/consumoteca/Flaticon.eot#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff2"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg") format("svg")
    }
}

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.flaticon-facebook:before {
    content: "\f100"
}

.flaticon-linkedin:before {
    content: "\f101"
}

.flaticon-twitter:before {
    content: "\f102"
}

.flaticon-instagram:before {
    content: "\f103"
}

.flaticon-youtube:before {
    content: "\f104"
}

.flaticon-email:before {
    content: "\f105"
}

.flaticon-menu:before {
    content: "\f106"
}

.flaticon-arrow-left:before {
    content: "\f107"
}

.flaticon-arrow-right:before {
    content: "\f108"
}

.flaticon-phone:before {
    content: "\f109"
}

.flaticon-whatsapp:before {
    content: "\f10a"
}

.flaticon-marker:before {
    content: "\f10b"
}

.flaticon-cellphone:before {
    content: "\f10c"
}

.flaticon-skype:before {
    content: "\f10d"
}

.flaticon-calendar:before {
    content: "\f10e"
}

.flaticon-download:before {
    content: "\f10f"
}

.flaticon-clock:before {
    content: "\f110"
}

.flaticon-cancel:before {
    content: "\f111"
}

.flaticon-confirm:before {
    content: "\f112"
}

.flaticon-user:before {
    content: "\f113"
}

.flaticon-check:before {
    content: "\f114"
}

.flaticon-play:before {
    content: "\f115"
}

.flaticon-pdf:before {
    content: "\f116"
}

.flaticon-external:before {
    content: "\f117"
}

.flaticon-google:before {
    content: "\f118"
}

.flaticon-search:before {
    content: "\f119"
}

@font-face {
    font-family: "Sequel100Black-75";
    src: url("fonts/Sequel100Black-75.eot");
    src: url("fonts/Sequel100Black-75.eot#iefix") format("embedded-opentype"), url("fonts/Sequel100Black-75.woff") format("woff2"), url("fonts/Sequel100Black-75.woff") format("woff"), url("fonts/Sequel100Black-75.ttf") format("truetype"), url("https://grupoconsumoteca.com.br/wp-content/themes/consumoteca/fonts/Sequel100Black-75.svg#Sequel100Black-75") format("svg");
    font-weight: 900
}

#header {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.07);
    background-color: #000;
    width: 100%;
    padding: 48px 0
}

#header .navbar {
    padding-left: 0;
    padding-right: 0
}

#header .navbar-brand .logo {
    width: 255px;
    height: 59px;
    display: block
}

#header .navbar-brand .logo-alt {
    width: 255px;
    height: 59px
}

@media (min-width: 992px) {
    #header .current-menu-item {
        background-color: #78ff00 !important;
        color: #000 !important
    }
    #header .current-menu-item a {
        color: #000 !important
    }
    #header .current-menu-item:last-child {
        padding-right: 16px !important
    }
}

@media (max-width: 992px) {
    #header .current-menu-item {
        color: #000;
        background-color: #78ff00
    }
}

@media screen and (max-width: 992px) {
    #header .custom-logo {
        height: 40px;
        width: auto
    }
}

#header .menu-header li {
    margin: 0 8px;
    padding: 0 16px
}

@media (max-width: 1200px) {
    #header .menu-header li {
        margin: 0 14px 15px 0
    }
}

#header .menu-header li:hover a,
#header .menu-header li:focus a {
    color: #78ff00
}

#header .menu-header li a {
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

@media (max-width: 1200px) {
    #header .menu-header li {
        font-size: 14px
    }
}

@media (max-width: 576px) {
    #header .menu-header li {
        font-size: 24px
    }
}

#header .menu-header li:last-child {
    margin-right: 0;
    padding-right: 0
}

#header.transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    box-shadow: none
}

#header.transparent .navbar-brand .logo {
    display: none
}

#header.transparent .navbar-brand .logo-alt {
    display: block
}

#header.transparent .menu-header li a {
    color: #fff
}

#header.transparent .menu-header li a:hover {
    color: #78ff00
}

#header.fixed-top {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed
}

#header.fixed-top .navbar .logo {
    width: auto;
    height: 40px;
    display: block
}

#header.fixed-top .navbar .logo-alt {
    width: auto;
    height: 40px
}

#header.home-top {
    position: fixed !important;
    z-index: 99
}

#header.home-top:not(.fixed-top) {
    background-color: transparent !important
}

@media (max-width: 992px) {
    .offcanvas-header {
        margin-top: 80px;
        display: block !important
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #000;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
        z-index: 99;
        word-break: break-all
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%)
    }
}

.navbar-toggler {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0
}

.navbar-toggler-icon {
    background-image: url(imgs/menu-bars.svg)
}

.btn-close {
    color: #fff;
    font-size: 40px !important;
    margin: 0;
    padding: 0 !important;
    width: 40px !important;
    line-height: 1 !important;
    height: 40px !important;
    border-radius: 0 !important;
    margin-top: -60px !important
}

body.offcanvas-active {
    overflow: hidden
}

.offcanvas-header {
    display: none
}

.whatsapp-flutuante {
    background-image: url(imgs/whatsapp.png);
    background-size: cover;
    background-position: center center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 5;
    height: 50px;
    width: 50px;
    text-align: center;
    transition: opacity 0.5s;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4))
}

.whatsapp-flutuante a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.whatsapp-flutuante i {
    color: #fff;
    font-size: 21px;
    line-height: 21px
}

.whatsapp-flutuante:hover {
    opacity: 0.6
}

@media screen and (max-width: 576px) {
    .whatsapp-flutuante {
        bottom: 20px;
        right: 20px
    }
}

#footer {
    color: #fff
}

#footer p {
    color: #fff
}

#footer .top-footer {
    padding: 65px 0px 50px 0;
    background-color: #000
}

#footer .top-footer>.container {
    position: relative
}

#footer .top-footer .footer-coluna {
    margin: 15px 0px
}

#footer .top-footer .footer-coluna .logo-alt {
    max-width: 100%
}

#footer .top-footer .footer-coluna .titulo-footer {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

#footer .top-footer .footer-coluna a {
    color: #fff
}

#footer .top-footer .footer-coluna a i {
    margin-right: 8px;
    font-size: 21px;
    vertical-align: -2px;
    transition: color 0.2s;
    color: #78ff00
}

#footer .top-footer .footer-coluna a:hover {
    color: #78ff00
}

#footer .top-footer .footer-coluna a:hover i {
    color: #78ff00
}

#footer .top-footer .footer-coluna .info {
    color: #fff;
    text-decoration: underline
}

#footer .top-footer .footer-coluna ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

#footer .top-footer .footer-coluna ul li {
    list-style: none;
    text-decoration: underline;
    text-transform: uppercase
}

#footer .top-footer .redes-sociais a {
    font-size: 24px;
    line-height: 1;
    margin: 4px
}

#footer .top-footer .redes-sociais a:hover {
    color: #78ff00
}

#footer .top-footer .redes-sociais a:first-child {
    margin-left: 0px
}

#footer .top-footer .redes-sociais a:last-child {
    margin-right: 0px
}

@media screen and (max-width: 768px) {
    #footer .top-footer {
        text-align: center
    }
}

#footer .bottom-footer {
    background-color: #78ff00;
    padding: 30px 0px;
    text-align: center
}

#footer .bottom-footer .direitos {
    font-size: 14px;
    color: #fff
}

#footer .sidebar-0 {
    margin-top: 40px
}

#back-to-top {
    background-image: url(imgs/back-to-top.png);
    background-repeat: no-repeat;
    background-size: 120px 120px;
    background-position: center;
    width: 120px;
    height: 125.5px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: calc(-90px - 34px);
    z-index: 4;
    display: block;
    cursor: pointer
}

.blog .entry-header,
.single .entry-header {
    height: 400px;
    position: relative;
    overflow: hidden
}

.blog .entry-header .container,
.single .entry-header .container {
    position: relative;
    height: 100%;
    width: 100%
}

.blog .entry-header .conteudo,
.single .entry-header .conteudo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.blog .entry-header .conteudo h1,
.blog .entry-header .conteudo h2,
.single .entry-header .conteudo h1,
.single .entry-header .conteudo h2 {
    color: #fff;
    font-size: 42px;
    line-height: 58px
}

@media screen and (max-width: 992px) {
    .blog .entry-header .conteudo h1,
    .blog .entry-header .conteudo h2,
    .single .entry-header .conteudo h1,
    .single .entry-header .conteudo h2 {
        font-size: 36px;
        line-height: 46px
    }
}

@media screen and (max-width: 576px) {
    .blog .entry-header .conteudo h1,
    .blog .entry-header .conteudo h2,
    .single .entry-header .conteudo h1,
    .single .entry-header .conteudo h2 {
        font-size: 32px;
        line-height: 42px
    }
}

.blog .entry-header .overlay,
.single .entry-header .overlay {
    background-color: rgba(0, 0, 0, 0.4)
}

.blog .entry-content,
.single .entry-content {
    padding: 56px 0px 80px
}

.blog .entry-content .resumo p,
.single .entry-content .resumo p {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    color: #333
}

.blog .entry-content p,
.single .entry-content p {
    margin-bottom: 80px
}

@media screen and (max-width: 576px) {
    .blog .entry-content p,
    .single .entry-content p {
        font-size: 17px;
        line-height: 32px
    }
}

.blog .entry-content h2,
.single .entry-content h2 {
    font-size: 38px;
    margin-top: 35px;
    margin-bottom: 20px
}

@media screen and (max-width: 992px) {
    .blog .entry-content h2,
    .single .entry-content h2 {
        font-size: 32px;
        line-height: 44px
    }
}

@media screen and (max-width: 576px) {
    .blog .entry-content h2,
    .single .entry-content h2 {
        font-size: 28px;
        line-height: 38px
    }
}

.blog .entry-content h3,
.single .entry-content h3 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px
}

@media screen and (max-width: 992px) {
    .blog .entry-content h3,
    .single .entry-content h3 {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 576px) {
    .blog .entry-content h3,
    .single .entry-content h3 {
        font-size: 22px;
        line-height: 28px
    }
}

.blog .entry-content h4,
.single .entry-content h4 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px
}

@media screen and (max-width: 992px) {
    .blog .entry-content h4,
    .single .entry-content h4 {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 576px) {
    .blog .entry-content h4,
    .single .entry-content h4 {
        font-size: 18px;
        line-height: 22px
    }
}

.blog .entry-content a,
.single .entry-content a {
    word-break: break-all
}

.blog .social-share h3,
.single .social-share h3 {
    display: inline-block;
    margin-right: 20px
}

.blog .social-share .social-icons,
.single .social-share .social-icons {
    display: inline-block
}

.blog .social-share .social-icons i,
.single .social-share .social-icons i {
    font-size: 26px;
    margin: 0px 5px
}

.blog .mais-posts,
.single .mais-posts {
    padding: 30px 0px 60px
}

.blog .mais-posts .titulo,
.single .mais-posts .titulo {
    font-size: 38px;
    margin-top: 35px;
    margin-bottom: 20px
}

@media screen and (max-width: 992px) {
    .blog .mais-posts .titulo,
    .single .mais-posts .titulo {
        font-size: 32px;
        line-height: 44px
    }
}

@media screen and (max-width: 576px) {
    .blog .mais-posts .titulo,
    .single .mais-posts .titulo {
        font-size: 28px;
        line-height: 34px
    }
}

.page-template-blog .lista-blog {
    padding: 40px 0px
}

.index {
    padding: 60px 0px
}

.banner-principal {
    position: relative;
    overflow: hidden;
    height: 650px
}

.banner-principal .container,
.banner-principal .row {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.banner-principal .slide {
    height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.banner-principal .slide:focus {
    outline: none
}

.banner-principal .slide .coluna {
    position: relative
}

.banner-principal .slide .conteudo h1,
.banner-principal .slide .conteudo h2,
.banner-principal .slide .conteudo h3,
.banner-principal .slide .conteudo p {
    color: #fff
}

.banner-principal .slide .conteudo h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 40px
}

.banner-principal .slide .conteudo p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px
}

.banner-principal .slide .conteudo .bt {
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px
}

.banner-principal .slide .overlay {
    background-color: rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 992px) {
    .banner-principal {
        height: auto
    }
    .banner-principal .slide {
        height: auto
    }
}

.banner-principal .slick-arrow {
    position: absolute;
    background-color: transparent;
    border: 0px solid transparent;
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    opacity: 0;
    transition: opacity 0.2s
}

.banner-principal .slick-arrow i {
    color: #fff;
    font-size: 24px;
    transition: color 0.2s
}

.banner-principal .slick-arrow.prev-slide {
    left: 0px
}

.banner-principal .slick-arrow.next-slide {
    right: 0px
}

.banner-principal .slick-arrow:focus {
    outline: none
}

.banner-principal .slick-arrow:hover i {
    color: #ff7104
}

.banner-principal .slick-dots {
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3
}

.banner-principal .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0px 6px
}

.banner-principal .slick-dots li button {
    height: 15px;
    width: 15px;
    font-size: 0px;
    background-color: #fff;
    border-radius: 50%;
    border: 0px solid transparent;
    transition: background-color 0.2s, opacity 0.2s
}

.banner-principal .slick-dots li button:focus {
    outline: none
}

.banner-principal .slick-dots li button:hover {
    opacity: 0.6
}

.banner-principal .slick-dots li.slick-active button {
    background-color: #ff7104
}

.banner-principal .slick-dots li.slick-active button:hover {
    opacity: 0.6
}

@media screen and (max-width: 576px) {
    .banner-principal .slick-dots {
        bottom: 30px
    }
    .banner-principal .slick-dots li button {
        height: 14px;
        width: 14px
    }
}

.banner-principal:hover .slick-arrow {
    opacity: 1
}

#intro {
    padding-top: 146px;
    padding-bottom: 0;
    background-color: #000;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#intro .section-title {
    font-size: 90px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    color: #78ff00;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 1440px;
    margin: auto;
    white-space: nowrap;
    margin-top: 40px;
	padding: 70px 0px 30px 100px
}

@media (max-width: 1200px) {
    #intro .section-title {
        font-size: 80px;
	padding: 70px 0px 30px 80px

    }
}

@media (max-width: 992px) {
    #intro .section-title {
        font-size: 60px;
	padding: 70px 0px 30px 80px
    }
}

@media (max-width: 576px) {
    #intro .section-title {
        font-size: 42px;
        max-width: calc(100% + 15px);
        width: calc(100% + 15px);
        white-space: normal;
        word-break: break-all;
		padding: 40px 0px 0px 20px
    }
}

#intro .intro-bottom {
    margin-top: -44px
}

#intro .intro-bottom .section-text {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 6px
}

@media (max-width: 768px) {
    #intro .intro-bottom .section-text {
        font-size: 32px;
        line-height: 40px
    }
}

#intro .section-z-index {
    z-index: 2
}

.post-categorias {
    right: 48px;
    top: 48px;
    position: absolute
}

@media (max-width: 1200px) {
    .post-categorias {
        right: 20px;
        top: 15px
    }
}

@media (max-width: 768px) {
    .post-categorias {
        right: 15px;
        top: 15px
    }
}

.post-categorias ul {
    text-align: right;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0
}

.post-categorias ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 0 0 0;
    background-color: #78ff00;
    border-radius: 0px;
    padding: 8px 12px;
    text-transform: uppercase
}

.post-categorias ul li a {
    color: #000
}

.post-categorias-destaque {
    position: relative
}

.post-categorias-destaque ul {
    text-align: left;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0
}

.post-categorias-destaque ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0 32px 0;
    background-color: #fff;
    border-radius: 0px;
    padding: 4px 24px
}

.post-categorias-destaque ul li a {
    color: #000
}

.post-ver-mais {
    color: #ff9204;
    text-decoration: underline;
    font-weight: 900
}

.modal-custom-css.modal {
    background-color: rgba(2, 24, 96, 0.9) !important
}

.modal-custom-css .modal-dialog {
    margin-top: 80px
}

@media (min-width: 576px) {
    .modal-custom-css .modal-dialog {
        margin-top: 40px;
        width: 482px !important
    }
}

.modal-custom-css .modal-content {
    border-radius: 0px
}

.modal-custom-css .modal-body {
    background-color: #78ff00;
    padding: 48px;
    border-radius: 0px
}

@media (max-width: 576px) {
    .modal-custom-css .modal-body {
        padding: 30px
    }
}

.modal-custom-css .modal-header {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px
}

.modal-custom-css input {
    border: none !important
}

.modal-custom-css input::-webkit-input-placeholder {
    color: #929292
}

.modal-custom-css input::-moz-placeholder {
    color: #929292
}

.modal-custom-css input:-ms-input-placeholder {
    color: #929292
}

.modal-custom-css input::-ms-input-placeholder {
    color: #929292
}

.modal-custom-css input::placeholder {
    color: #929292
}

.modal-custom-css .wpcf7-submit {
    background-color: #ff7104 !important;
    color: #fff !important
}

.modal-custom-css option[value=""] {
    color: #929292
}

.modal-custom-css .close {
    margin-top: -75px !important;
    padding-right: 0 !important;
    opacity: 1 !important
}

.modal-custom-css .close span {
    font-size: 48px !important;
    font-weight: 300 !important;
    color: #fff !important;
    opacity: 1 !important
}

.modal-custom-css h1 {
    font-size: 56px;
    line-height: 1.4
}

.modal-custom-css h1,
.modal-custom-css h2,
.modal-custom-css h3,
.modal-custom-css h4,
.modal-custom-css h5,
.modal-custom-css h6 {
    color: #ff7104
}

.modal-custom-css p {
    font-weight: 400;
    line-height: 20px !important
}

.modal-custom-css textarea {
    border: none
}

#newsletter {
    padding: 40px 0;
    overflow: hidden
}

#newsletter .newsletter-box {
    background-color: #000;
    color: #fff;
    padding: 88px 48px
}

@media (max-width: 992px) {
    #newsletter .newsletter-box {
        padding: 60px
    }
}

@media (max-width: 576px) {
    #newsletter .newsletter-box {
        padding: 40px
    }
}

#newsletter .newsletter-box .section-title {
    color: #78ff00;
    line-height: 1 !important;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 32px;
    text-decoration: none;
    font-weight: unset;
    text-transform: uppercase
}

@media (max-width: 576px) {
    #newsletter .newsletter-box .section-title {
        font-size: 32px
    }
}

#newsletter .newsletter-box .section-text {
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: underline
}

#newsletter .newsletter-box .section-link {
    text-decoration: underline;
    font-weight: 900;
    color: #78ff00
}

#newsletter .newsletter-box .section-link:hover,
#newsletter .newsletter-box .section-link:focus {
    color: #fff
}

#newsletter-page {
    color: #fff
}

#newsletter-page .newsletter-box {
    padding: 48px;
    background-color: #ff7104;
    border-radius: 0px
}

@media (max-width: 576px) {
    #newsletter-page .newsletter-box {
        padding: 30px
    }
}

#newsletter-page .newsletter-box .newsletter-title {
    color: #78ff00;
    margin-bottom: 32px
}

@media (max-width: 576px) {
    #newsletter-page .newsletter-box .newsletter-title {
        font-size: 24px !important;
        line-height: 29px !important
    }
}

#newsletter-page .newsletter-box .newsletter-text {
    color: #fff;
    margin-bottom: 32px
}

#newsletter-page .newsletter-box .newsletter-content {
    color: #fff
}

#newsletter-page .newsletter-box .newsletter-img {
    width: calc(100% + 48px);
    height: calc(100% + 96px);
    margin-top: -48px;
    margin-bottom: -48px;
    margin-right: -48px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    #newsletter-page .newsletter-box .newsletter-img {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px
    }
}

@media (max-width: 576px) {
    #newsletter-page .newsletter-box .newsletter-img {
        margin-top: 30px;
        width: calc(100% + 60px);
        margin-left: -30px;
        height: auto;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px
    }
}

#newsletter-page .newsletter-box label {
    color: #fff;
    font-weight: 400 !important
}

#newsletter-page .newsletter-box input {
    border: 1px solid #929292;
    border-radius: 0px;
    padding: 5px 20px;
    color: #000;
    font-size: 16px;
    font-family: "IBM Plex Mono", monospace;
    background-color: #fff
}

#newsletter-page .newsletter-box input:focus {
    outline: 0px solid #ff7104;
    border: 1px solid #ff7104
}

#newsletter-page .newsletter-box select {
    cursor: pointer;
    background: url(imgs/arrow-down.svg) no-repeat right transparent;
    -webkit-appearance: none;
    background-position-x: calc(100% - 16px);
    background-color: #fff;
    border: 1px solid #929292;
    border-radius: 0px
}

#newsletter-page .newsletter-box input[type="submit"] {
    min-width: 105px;
    font-size: 20px;
    line-height: 1;
    background-color: #78ff00;
    border-radius: 0px;
    height: 48px;
    border: none;
    margin-top: 22px
}

#container-nav-cat {
    position: absolute;
    z-index: 4;
    margin-top: calc(-180px - 50px);
    padding-left: 0;
    padding-right: 30px;
    margin-left: -15px
}

@media (max-width: 1200px) {
    #container-nav-cat {
        margin-top: calc(-180px - 40px)
    }
}

@media (max-width: 992px) {
    #container-nav-cat {
        margin-top: calc(-180px - 28px)
    }
}

#container-nav-cat .owl-next {
    background-image: url(imgs/left-arrow.svg);
    width: 57px;
    height: 50px;
    background-size: 57px 50px;
    background-position: center;
    position: relative;
    border: none;
    background-color: transparent;
    margin-left: calc(-57px - 60px)
}

@media (max-width: 1400px) {
    #container-nav-cat .owl-next {
        background-size: 46px 40px;
        width: 46px;
        height: 40px;
        margin-left: calc(-57px - 30px)
    }
}

@media (max-width: 1200px) {
    #container-nav-cat .owl-next {
        background-size: 46px 40px;
        width: 46px;
        height: 40px;
        margin-left: -15px
    }
}

@media (max-width: 992px) {
    #container-nav-cat .owl-next {
        background-size: 32px 28px;
        width: 32px;
        height: 28px;
        margin-left: -5px
    }
}

@media (max-width: 576px) {
    #container-nav-cat .owl-next {
        margin-left: 10px
    }
}

#container-nav-cat .owl-prev {
    display: none
}

#page-sobre {
    padding-top: 146px;
    padding-bottom: 40px;
    overflow: hidden
}

#page-sobre .entry-content h1 {
    font-size: 56px;
    line-height: 1.4;
    font-weight: bold
}

#page-sobre .entry-content h2 {
    font-weight: bold
}

#page-sobre .entry-content h3 {
    font-weight: bold
}

#page-sobre .entry-content h4,
#page-sobre .entry-content h5,
#page-sobre .entry-content h6 {
    font-weight: bold
}

#page-sobre .entry-content p {
    font-weight: 400
}

.section-title {
    font-weight: bold;
    text-decoration: underline;
    color: #78ff00
}

.section-subtitle {
    font-weight: 400;
    color: #fff;
    margin-bottom: 80px
}

.section-subtitle p {
    font-weight: 400;
    color: #fff
}

@media (max-width: 768px) {
    .section-subtitle br {
        display: none
    }
}

.sobre-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #000;
    height: 554px;
    width: 100%;
    max-width: 1920px
}

.sobre-thumbnail::before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.5);
    height: 554px;
    width: 100%;
    max-width: 1920px;
    position: absolute
}

#servicos {
    padding-top: 120px;
    padding-bottom: 40px
}

@media (max-width: 1200px) {
    #servicos {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

@media (min-width: 992px) {
    #servicos .post-title {
        max-width: 90%
    }
}

#video {
    padding-top: 80px;
    padding-bottom: 80px
}

#video .video-thumb {
    background-color: #000
}

#video .play-button {
    background-color: transparent;
    width: 392px;
    height: 120px;
    background-image: url(imgs/PLAY.svg);
    background-size: contain;
    border: none;
    border-radius: 0;
    max-width: 50%;
    background-position: center;
    background-repeat: no-repeat
}

.post-img:not(.conteudo-small) {
    background-color: #000;
    border-radius: 0px;
    overflow: hidden
}

.post-img:not(.conteudo-small) img {
    border-radius: 0px;
    opacity: 0.3;
    transition: ease 0.3s all
}

.post-img:not(.conteudo-small):hover img {
    transform: scale(1.1)
}

.post-img.post-destaque-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 320px
}

.post-img.post-destaque-img a {
    width: 100%
}

.post-img.post-destaque-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 320px
}

.post-img.arquivos {
    width: 100%;
    height: 240px
}

.post-img.arquivos a {
    width: 100%
}

.post-img.arquivos img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 240px
}

.onde-esta-img {
    border-radius: 0px;
    overflow: hidden
}

.onde-esta-img img {
    border-radius: 0px
}

.onde-esta-archive-link {
    color: #ff7104;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 72px;
    display: block
}

.post-date {
    margin-bottom: 0
}

.post-title {
    margin-top: 24px;
    font-weight: bold !important;
    color: #000
}

.post-title:hover,
.post-title:focus {
    color: #78ff00
}

#galeria {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0
}

#galeria #container-nav {
    position: absolute;
    z-index: 4;
    margin-top: calc(-20.5vw - 50px);
    padding-left: 0;
    padding-right: 30px;
    margin-left: -15px
}

@media (max-width: 1200px) {
    #galeria #container-nav {
        margin-top: calc(-18vw - 38px)
    }
}

@media (max-width: 992px) {
    #galeria #container-nav {
        margin-top: calc(-17vw - 24px)
    }
}

#galeria #container-nav .owl-nav {
    position: absolute;
    margin-top: calc(-25% + 50px);
    width: 100%;
    height: 50px
}

#galeria #container-nav .owl-prev {
    background-image: url(imgs/arrow-left.svg);
    width: 100px;
    height: 48px;
    background-size: 100px 48px;
    background-position: center;
    position: relative;
    border: none;
    background-color: transparent;
    margin-left: -75px
}

@media (max-width: 1200px) {
    #galeria #container-nav .owl-prev {
        background-size: 80px 38px;
        width: 80px;
        height: 38px;
        margin-left: 0
    }
}

@media (max-width: 992px) {
    #galeria #container-nav .owl-prev {
        background-size: 50px 24px;
        width: 50px;
        height: 24px;
        margin-left: 0
    }
}

#galeria #container-nav .owl-next {
    background-image: url(imgs/arrow-right.svg);
    width: 100px;
    height: 48px;
    background-size: 100px 48px;
    background-position: center;
    position: relative;
    margin-left: auto;
    border: none;
    background-color: transparent;
    margin-right: -75px
}

@media (max-width: 1200px) {
    #galeria #container-nav .owl-next {
        background-size: 80px 38px;
        width: 80px;
        height: 38px;
        margin-right: 0
    }
}

@media (max-width: 992px) {
    #galeria #container-nav .owl-next {
        background-size: 50px 24px;
        width: 50px;
        height: 24px;
        margin-right: 0
    }
}

#galeria.palestras .owl-prev {
    background-image: url(imgs/arrow-left-orange.svg) !important
}

#galeria.palestras .owl-next {
    background-image: url(imgs/arrow-right-orange.svg) !important
}

#galeria .galeria-item {
    background-color: #000
}

#galeria .galeria-bg {
    background-color: #000;
    padding-top: 656px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3
}

@media (max-width: 992px) {
    #galeria .galeria-bg {
        padding-top: 550px
    }
}

@media (max-width: 576px) {
    #galeria .galeria-bg {
        padding-top: 300px
    }
}

#galeria .post-content {
    position: absolute;
    left: 56px;
    bottom: 56px;
    color: #fff;
    text-transform: uppercase
}

#galeria .post-content p {
    color: #fff;
    max-width: 326px;
    text-transform: uppercase
}

#galeria .post-content .post-title {
    font-size: 80px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    letter-spacing: 36px;
    color: #fff;
    margin-bottom: 56px;
    letter-spacing: 4;
    text-transform: uppercase
}

@media (max-width: 1200px) {
    #galeria .post-content .post-title {
        font-size: 56px !important
    }
}

.padding-top-120 {
    padding-top: 120px !important
}

@media (max-width: 992px) {
    .padding-top-120 {
        padding-top: 80px !important
    }
}

.padding-top-80 {
    padding-top: 80px !important
}

.contato .text-add-1 {
    font-family: "Sequel100Black-75";
    line-height: 1 !important;
    margin-bottom: 32px;
    color: #000;
    text-transform: uppercase
}

.contato .text-add-2 {
    margin-bottom: 40px;
    text-transform: uppercase
}

.contato .tipo-de-contato {
    padding: 80px 0
}

.contato .tipo-de-contato .tipo-contato-box {
    padding: 22px 40px;
    background-color: #ff7104;
    border-radius: 0px
}

@media (max-width: 768px) {
    .contato .tipo-de-contato .tipo-contato-box {
        padding: 15px
    }
}

.contato .tipo-de-contato .tipo-contato-box .tipo-contato-titulo {
    font-family: "Sequel100Black-75";
    letter-spacing: 6px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.contato .tipo-de-contato .tipo-contato-box .tipo-contato-mail a {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 22px;
    line-height: 24px;
    color: #fff
}

@media (max-width: 768px) {
    .contato .tipo-de-contato .tipo-contato-box .tipo-contato-mail a {
        font-size: 16px;
        line-height: 1
    }
}

.contato .tipo-de-contato .tipo-contato-box .tipo-contato-mail a:hover,
.contato .tipo-de-contato .tipo-contato-box .tipo-contato-mail a:focus {
    color: #78ff00
}

.contato .wpcf7-select,
.contato .wpcf7-text,
.contato textarea {
    border: none !important;
    border-radius: 0px;
    padding: 5px 20px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: "IBM Plex Mono", monospace;
    background-color: #f5f5f5
}

.contato .wpcf7-select:focus,
.contato .wpcf7-text:focus,
.contato textarea:focus {
    outline: 0px solid #ff7104;
    border: none !important
}

.contato .wpcf7-select::-webkit-input-placeholder,
.contato .wpcf7-text::-webkit-input-placeholder,
.contato textarea::-webkit-input-placeholder {
    color: #ccc;
    text-transform: uppercase
}

.contato .wpcf7-select::-moz-placeholder,
.contato .wpcf7-text::-moz-placeholder,
.contato textarea::-moz-placeholder {
    color: #ccc;
    text-transform: uppercase
}

.contato .wpcf7-select:-ms-input-placeholder,
.contato .wpcf7-text:-ms-input-placeholder,
.contato textarea:-ms-input-placeholder {
    color: #ccc;
    text-transform: uppercase
}

.contato .wpcf7-select::-ms-input-placeholder,
.contato .wpcf7-text::-ms-input-placeholder,
.contato textarea::-ms-input-placeholder {
    color: #ccc;
    text-transform: uppercase
}

.contato .wpcf7-select::placeholder,
.contato .wpcf7-text::placeholder,
.contato textarea::placeholder {
    color: #ccc;
    text-transform: uppercase
}

.contato .wpcf7-select,
.contato .wpcf7-text {
    height: 48px
}

.contato .wpcf7-select {
    cursor: pointer;
    background: url(imgs/arrow-down.svg) no-repeat right #f5f5f5;
    -webkit-appearance: none;
    background-position-x: calc(100% - 16px)
}

.contato .wpcf7-submit {
    min-width: 115px;
    font-size: 14px;
    line-height: 1;
    background-color: #78ff00;
    border-radius: 0px;
    height: 48px;
    border: none;
    font-weight: bold !important
}

.list-categorias {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    text-align: center;
    padding: 80px 0;
    margin: 0
}

.list-categorias li {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 16px
}

@media (max-width: 992px) {
    .list-categorias li {
        margin: 0 16px 16px 16px
    }
}

.list-categorias li a {
    color: #000
}

.list-categorias .current-cat {
    font-weight: 600;
    text-decoration: underline
}

#chamada-curso {
    padding: 40px 0
}

#chamada-curso .chamada-box {
    min-height: 549px;
    margin-left: -60px;
    margin-right: -60px
}

@media (max-width: 1200px) {
    #chamada-curso .chamada-box {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (max-width: 768px) {
    #chamada-curso .chamada-box {
        margin-left: -15px;
        margin-right: -15px
    }
}

#chamada-curso .chamada-box .chamada-title {
    font-size: 48px;
    line-height: 48px;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 64px;
    text-align: center
}

#chamada-curso .chamada-box .chamada-text h1 {
    font-size: 56px;
    line-height: 1
}

#chamada-curso .chamada-box .chamada-text h2 {
    font-size: 48px;
    line-height: 1
}

#chamada-curso .chamada-box .chamada-link {
    margin-top: 17px;
    text-align: center
}

#chamada-curso .chamada-box .chamada-link a {
    color: #000;
    font-weight: 900;
    text-decoration: underline
}

#beneficios .beneficios-box {
    border: 1px solid #44adda;
    padding: 30px;
    border-radius: 0px;
    text-align: center
}

#beneficios .beneficios-box .benefocios-icon {
    margin-bottom: 24px
}

#beneficios .beneficios-box .benefocios-icon img {
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain
}

#beneficios .beneficios-box .benefocios-title {
    font-weight: bold;
    margin-bottom: 8px
}

#beneficios .beneficios-box .benefocios-text {
    font-weight: 400;
    margin: 0
}

#perguntas-frequentes {
    padding: 0
}

#perguntas-frequentes .title {
    font-size: 200px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    text-decoration: none;
    text-transform: uppercase;
    max-width: 1440px;
    margin: auto;
    white-space: nowrap;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    margin-bottom: 40px;
    letter-spacing: 6px
}

@media (max-width: 1200px) {
    #perguntas-frequentes .title {
        font-size: 135px
    }
}

@media (max-width: 992px) {
    #perguntas-frequentes .title {
        font-size: 96px;
        margin-left: 15px
    }
}

@media (max-width: 576px) {
    #perguntas-frequentes .title {
        font-size: 46px;
        margin-left: 5px
    }
}

#perguntas-frequentes .accordion .accordion-item {
    border: 1px solid #000;
    margin-bottom: 0px;
    padding: 0 24px
}

#perguntas-frequentes .accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #000
}

#perguntas-frequentes .accordion button {
    font-family: "Sequel100Black-75";
    position: relative;
    display: block;
    text-align: left;
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 24px;
    color: #000;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    border: none;
    background: none;
    outline: none
}

#perguntas-frequentes .accordion button:hover,
#perguntas-frequentes .accordion button:focus {
    cursor: pointer;
    color: #78ff00
}

#perguntas-frequentes .accordion button:hover::after,
#perguntas-frequentes .accordion button:focus::after {
    cursor: pointer;
    color: #78ff00;
    border: 1px solid #78ff00
}

#perguntas-frequentes .accordion button .accordion-title {
    letter-spacing: 22px
}

@media (max-width: 576px) {
    #perguntas-frequentes .accordion button .accordion-title {
        letter-spacing: 6px;
        font-size: 24px
    }
}

#perguntas-frequentes .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;
    height: 120px;
    margin-top: -21px;
    margin-right: -60px;
    background-repeat: no-repeat
}

#perguntas-frequentes .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 24px;
    height: 12px;
    background-size: 24px 12px;
    background-repeat: no-repeat;
    background-position: center
}

#perguntas-frequentes .accordion button[aria-expanded="true"] {
    color: #78ff00
}

#perguntas-frequentes .accordion button[aria-expanded="true"] .icon {
    top: 0px;
    right: 0px;
    background-image: url(imgs/x.svg);
    background-size: 120px;
    width: 120px;
    height: 120px;
    margin-top: -21px;
    margin-right: -60px
}

@media (max-width: 768px) {
    #perguntas-frequentes .accordion button[aria-expanded="true"] .icon {
        background-size: 60px;
        width: 60px;
        height: 60px;
        margin-top: -21px;
        margin-right: -30px
    }
}

#perguntas-frequentes .accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height
}

#perguntas-frequentes .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    text-transform: uppercase
}

#perguntas-frequentes .accordion .accordion-content p {
    font-weight: 400;
    letter-spacing: 4px;
    margin: 40px 16px;
    color: #000
}

#perguntas-frequentes .accordion-bg {
    padding: 40px 0 120px 0;
    background-image: url(imgs/accordion-bg.svg);
    background-repeat: no-repeat;
    background-position: center 40px
}

.credits .credit-text {
    margin: 16px 0;
    font-weight: bold;
    color: #78ff00
}

.destaques-small .post-img {
    background-color: #000;
    border-radius: 0px;
    overflow: hidden
}

.destaques-small .post-img img {
    border-radius: 0px;
    opacity: 0.3;
    transition: ease 0.3s all;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover
}

.destaques-small .post-img:hover img {
    transform: scale(1.1)
}

.destaques-small .post-content {
    left: 56px;
    bottom: 46px;
    right: 95px;
    position: absolute
}

@media (max-width: 992px) {
    .destaques-small .post-content {
        right: 30px;
        left: 30px;
        bottom: 30px
    }
}

.destaques-small .post-content .post-title {
    font-family: "Sequel100Black-75";
    letter-spacing: 8px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 32px
}

@media (max-width: 1200px) {
    .destaques-small .post-content .post-title {
        font-size: 18px;
        line-height: 24px
    }
}

.destaques-small .post-content p {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase
}

.arquive-cases .post-img {
    background-color: #000;
    border-radius: 0px;
    overflow: hidden
}

.arquive-cases .post-img img {
    border-radius: 0px;
    opacity: 0.3;
    transition: ease 0.3s all;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover
}

.arquive-cases .post-img:hover img {
    transform: scale(1.1)
}

.arquive-cases .post-img a {
    width: 100%
}

@media (min-width: 1200px) {
    .arquive-cases .post-full-width .post-img img {
        height: 656px
    }
}

.arquive-cases .post-content {
    left: 56px;
    bottom: 46px;
    right: 95px;
    position: absolute
}

@media (max-width: 992px) {
    .arquive-cases .post-content {
        right: 30px;
        left: 30px;
        bottom: 30px
    }
}

.arquive-cases .post-content .post-title {
    font-family: "Sequel100Black-75";
    letter-spacing: 8px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 32px
}

.arquive-cases .post-content p {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase
}

.div-btn-defaut {
    margin-top: 55px
}

.sevicos {
    background-image: url(imgs/servicos-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media (min-width: 992px) {
    .sevicos {
        padding: 216px 0
    }
}

.sevicos .section-text {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sevicos .servicos-item .servicos-title {
    font-family: "Sequel100Black-75";
    border: 2px solid #000;
    text-transform: uppercase;
    padding: 24px 31px
}

.sevicos .servicos-item .servicos-text {
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 24px 31px;
    border-top: none
}

.sevicos .servicos-item .servicos-button {
    max-width: 359px;
    border: 2px solid #000;
    background: #78ff00;
    height: 48px;
    text-align: center;
    border-top: none
}

.sevicos .servicos-item .servicos-button .btn-servicos {
    font-size: 14px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000
}

.metodologia {
    background-image: url(imgs/metodologia-bg.png), linear-gradient(to top, transparent 0%, transparent 132px, #78ff00 132px);
    background-repeat: no-repeat;
    background-position: 39% 89%
}

.metodologia .section-title {
    color: #000;
    font-size: 216px;
    line-height: 216px;
    font-family: "Sequel100Black-75";
    margin-left: -170px;
    letter-spacing: 36px;
    text-decoration: none;
    margin-top: -50px
}

@media (max-width: 1200px) {
    .metodologia .section-title {
        font-size: 160px;
        line-height: 1;
        margin-left: -170px;
        letter-spacing: 8px;
        margin-top: -35px
    }
}

.metodologia .section-text {
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 48px
}

.metodologia .metodologia-item {
    margin-top: 32px
}

.metodologia .metodologia-item .metodologia-number {
    display: flex;
    align-items: flex-end;
    padding: 24px;
    font-size: 56px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    color: #fff;
    background-color: #fff;
    width: 100%;
    min-height: 174px;
    letter-spacing: 6px;
    margin-bottom: 21px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000
}

.metodologia .metodologia-item .metodologia-title {
    color: #fff;
    background-color: #000;
    padding: 8px 12px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.metodologia .metodologia-item .metodologia-text {
    color: #fff;
    background-color: #000;
    padding: 16px 12px;
    text-transform: uppercase
}

.clientes {
    padding-top: 40px
}

.clientes .sec-title {
    font-size: 40px;
    letter-spacing: 6px;
    line-height: 1;
    margin-bottom: 40px;
    font-family: "Sequel100Black-75";
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000
}

.equipe {
    padding-top: 54px;
    margin-top: -1px;
    background-image: linear-gradient(to top, transparent 0%, transparent 298px, #ccc 298px);
    background-repeat: no-repeat;
    background-position: 39% 89%
}

.equipe .section-title {
    color: #000;
    font-size: 216px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    margin-left: -170px;
    letter-spacing: 36px;
    text-decoration: none;
    margin-top: -58px
}

@media (max-width: 1200px) {
    .equipe .section-title {
        font-size: 160px;
        margin-left: -70px;
        margin-top: -40px;
        margin-bottom: 60px
    }
}

@media (max-width: 992px) {
    .equipe .section-title {
        font-size: 96px;
        margin-left: 0;
        margin-top: -24px;
        margin-bottom: 60px
    }
}

.equipe .section-text {
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 48px
}

.equipe .colaborador-item {
    margin-bottom: 32px
}

.equipe .colaborador-item .colaborador-title {
    color: #000;
    background-color: #78ff00;
    padding: 8px 12px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.equipe .colaborador-item .colaborador-text {
    color: #fff;
    background-color: #000;
    padding: 16px 12px;
    text-transform: uppercase
}

.equipe .colaborador-item .colaborador-img img {
    width: 100%
}

.header-page {
    overflow: hidden;
    padding: 30px 0 80px 0
}

.header-page .title {
    font-size: 120px;
	padding: 80px 80px 0px 80px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    text-decoration: none;
    text-transform: uppercase;
    max-width: 1366px;
    margin: auto;
    white-space: nowrap;
    color: #000;
    margin-bottom: 48px;
    letter-spacing: 6px
}

.header-page .title.white-normal {
    white-space: normal !important
}

@media (max-width: 1200px) {
    .header-page .title {
        font-size: 135px
    }
}

@media (max-width: 992px) {
    .header-page .title {
        font-size: 96px
    }
}

@media (max-width: 576px) {
    .header-page .title {
        font-size: 46px;
        margin-left: 15px
    }
}

.header-page .title.size-80 {
    font-size: 80px;
    max-width: 1321px
}

@media (max-width: 1200px) {
    .header-page .title.size-80 {
        font-size: 60px;
        margin-left: 30px
    }
}

@media (max-width: 992px) {
    .header-page .title.size-80 {
        font-size: 44px;
        margin-left: 15px
    }
}

@media (max-width: 576px) {
    .header-page .title.size-80 {
        font-size: 20px;
        margin-left: 15px
    }
}

.header-page.bgwhite .title {
    font-size: 130px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    text-decoration: none;
    text-transform: uppercase;
    max-width: 1550px;
    margin: auto;
    white-space: nowrap;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    margin-bottom: 40px;
    letter-spacing: 6px
}

@media (max-width: 1200px) {
    .header-page.bgwhite .title {
        font-size: 135px
    }
}

@media (max-width: 992px) {
    .header-page.bgwhite .title {
        font-size: 96px
    }
}

@media (max-width: 576px) {
    .header-page.bgwhite .title {
        font-size: 46px;
        margin-left: 15px
    }
}

.header-page.bgwhite .title.size-80 {
    font-size: 80px;
    max-width: 1321px
}

@media (max-width: 1200px) {
    .header-page.bgwhite .title.size-80 {
        font-size: 60px;
        margin-left: 30px
    }
}

@media (max-width: 992px) {
    .header-page.bgwhite .title.size-80 {
        font-size: 44px;
        margin-left: 15px
    }
}

@media (max-width: 576px) {
    .header-page.bgwhite .title.size-80 {
        font-size: 20px;
        margin-left: 15px
    }
}

.header-page.color_green .title {
    color: #78ff00 !important
}

.header-single {
    overflow: hidden;
    padding: 30px 0 80px 0
}

.header-single .title {
    font-size: 90px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    text-decoration: none;
    text-transform: uppercase;
    max-width: 1550px;
    margin: auto;
    color: black !important;
    margin-bottom: 48px;
	padding: 80px 80px 0 80px;
    letter-spacing: 6px
}

@media (max-width: 1200px) {
    .header-single .title {
        font-size: 80px;
		padding: 80px 80px 0 80px;
    }
}

@media (max-width: 992px) {
    .header-single .title {
        font-size: 60px;
		padding: 40px 40px 0 40px;
    }
}

@media (max-width: 576px) {
    .header-single .title {
        font-size: 30px;
		padding: 40px 40px 0 40px;
    }
}

.header-single .title.size-80 {
    font-size: 80px;
    max-width: 1321px
}

@media (max-width: 1200px) {
    .header-single .title.size-80 {
        font-size: 60px;
        margin-left: 30px
    }
}

@media (max-width: 992px) {
    .header-single .title.size-80 {
        font-size: 44px;
        margin-left: 15px
    }
}

@media (max-width: 576px) {
    .header-single .title.size-80 {
        font-size: 20px;
        margin-left: 15px
    }
}

.header-single.bgwhite .title {
    font-size: 200px;
    line-height: 1;
    font-family: "Sequel100Black-75";
    text-decoration: none;
    text-transform: uppercase;
    max-width: 1550px;
    margin: auto;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    margin-bottom: 40px;
    letter-spacing: 6px
}

@media (max-width: 1200px) {
    .header-single.bgwhite .title {
        font-size: 135px
    }
}

@media (max-width: 992px) {
    .header-single.bgwhite .title {
        font-size: 96px
    }
}

@media (max-width: 576px) {
    .header-single.bgwhite .title {
        font-size: 46px
    }
}

.header-single.bgwhite .title.size-80 {
    font-size: 80px;
    max-width: 1321px
}

@media (max-width: 1200px) {
    .header-single.bgwhite .title.size-80 {
        font-size: 60px;
        margin-left: 30px
    }
}

@media (max-width: 992px) {
    .header-single.bgwhite .title.size-80 {
        font-size: 44px;
        margin-left: 15px
    }
}

@media (max-width: 576px) {
    .header-single.bgwhite .title.size-80 {
        font-size: 20px;
        margin-left: 15px
    }
}

.header-single.color_green .title {
    color: #78ff00 !important
}

.sobre {
    padding-top: 0px;
    margin-top: -50px;
    background-color: #ccc
}

.sobre .sobre-title {
    text-transform: uppercase;
    font-family: "Sequel100Black-75";
    margin-bottom: 56px;
    letter-spacing: 6px
}

.sobre .sobre-texto {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 500;
    padding-bottom: 70px;
    background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 25px 3px;
    background-repeat: repeat-x;
    margin-bottom: 70px
}

.sobre .bg-texto-secundario {
    background-repeat: no-repeat;
    min-height: 760px;
    background-position: 15px center
}

@media (max-width: 768px) {
    .sobre .bg-texto-secundario {
        background-position: 0px center
    }
}

.sobre .bg-texto-secundario>.row {
    min-height: 760px
}

@media (max-width: 768px) {
    .sobre .bg-texto-secundario>.row {
        margin: 0
    }
}

.sobre .texto-secundario {
    text-transform: uppercase;
    letter-spacing: 6px
}

.sobre .texto-secundario span {
    background: #78ff00;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 500
}

.empresas {
    background-color: #78ff00;
    position: relative;
    overflow: hidden
}

.empresas .empresa-title h3 {
    font-family: "Sequel100Black-75";
    text-transform: uppercase;
    margin-bottom: 56px
}

.empresas .empresa-texto {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 500;
    padding-bottom: 70px;
    background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 25px 3px;
    background-repeat: repeat-x;
    margin-bottom: 56px
}

.empresas .empresas-bg {
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1440px
}

@media (max-width: 768px) {
    .empresas .empresas-bg {
        background-size: contain !important
    }
}

.empresas .empresas-bg-1 {
    background-position: top right
}

.empresas .empresas-bg-2 {
    overflow: hidden
}

.empresas .img-empresa-2 {
    position: absolute;
    left: calc(43% + 448px)
}

.empresas .empresas-bg-3 {
    background-position: bottom right
}

.empresas .empresas-bg-4 {
    background-position: bottom left
}

.empresas .empresas-1 {
    padding: 171px 0 114px 0
}

@media (max-width: 768px) {
    .empresas .empresas-1 {
        padding: 80px 0
    }
}

.empresas .empresas-2 {
    padding: 120px 0 120px 0;
    margin-bottom: 240px
}

@media (max-width: 768px) {
    .empresas .empresas-2 {
        padding: 80px 0;
        margin-bottom: 0
    }
}

.empresas .empresas-3 {
    padding: 0px 0 380px 0
}

@media (max-width: 768px) {
    .empresas .empresas-3 {
        padding: 80px 0
    }
}

.empresas .empresas-3 .empresa-title {
    height: 120%;
    float: left;
    margin-left: -56px
}

.empresas .empresas-3 .empresa-title h3 {
    margin-top: 56px;
    transform: rotate(90deg) scaleY(-1) scaleX(-1)
}

.empresas .empresas-4 {
    margin-top: -220px;
    padding: 0px 0 280px 0
}

@media (max-width: 768px) {
    .empresas .empresas-4 {
        margin-top: 0;
        padding: 80px 0
    }
}

.cliente-info-case {
    padding: 56px
}

.cliente-info-case .case-info-title {
    font-family: "Sequel100Black-75";
    color: #78ff00;
    text-transform: uppercase
}

.cliente-info-case .case-info-projeto {
    text-transform: uppercase;
    margin-bottom: 8px
}

.cliente-info-case .case-info-projeto span {
    background: #78ff00;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 500
}

.cliente-info-case .case-info-ano {
    text-transform: uppercase;
    margin-bottom: 8px
}

mark {
    background: #78ff00
}

.arrow-title img {
    margin-top: -50px;
    position: absolute;
    right: 30px;
    height: 80%
}

@media (max-width: 992px) {
    .arrow-title img {
        margin-left: 0;
        padding-bottom: 80px
    }
}

.arrow-down-about {
    margin-top: 50px;
    position: absolute;
    margin-left: 50px
}

@media (max-width: 1200px) {
    .arrow-down-about {
        height: 62%
    }
}

.div-search input {
    height: 120px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    color: #000;
    background-color: #f5f5f5;
    padding: 0 40px;
    border: none;
    margin-bottom: 23px;
    transition: ease 0.5s all
}

.div-search input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #000
}

.div-search input::-moz-placeholder {
    text-transform: uppercase;
    color: #000
}

.div-search input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #000
}

.div-search input::-ms-input-placeholder {
    text-transform: uppercase;
    color: #000
}

.div-search input::placeholder {
    text-transform: uppercase;
    color: #000
}

@media (max-width: 768px) {
    .div-search input {
        padding: 0 18px
    }
}

.div-search input.disabled {
    width: 0 !important;
    padding: 0 !important
}

.div-search .search-button {
    background-image: url(imgs/search.svg);
    background-color: #f5f5f5;
    padding: 0 40px;
    height: 120px;
    border: none;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -23px
}

.div-search .search-button.disabled {
    border-radius: 80px !important;
    width: 120px !important
}

.div-search .input-hidde {
    padding: 0 !important;
    width: 0px !important
}

.div-search .search-enable {
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: 4
}

.modal-custom-css input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px
}

.modal-custom-css input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px
}

.modal-custom-css input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px
}

.modal-custom-css input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px
}

.div-email a,
#footer .top-footer .footer-coluna .titulo-footer,
#footer .sidebar-0 p,
.modal-custom-css input::placeholder,
.modal-custom-css option[value=""] {
    font-size: 14px;
    line-height: 20px
}

.wpcf7 .wpcf7-select::-webkit-input-placeholder,
.wpcf7 .wpcf7-text::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.contato .wpcf7-select::-webkit-input-placeholder,
.contato .wpcf7-text::-webkit-input-placeholder,
.contato textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px
}

.wpcf7 .wpcf7-select::-moz-placeholder,
.wpcf7 .wpcf7-text::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.contato .wpcf7-select::-moz-placeholder,
.contato .wpcf7-text::-moz-placeholder,
.contato textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 22px
}

.wpcf7 .wpcf7-select:-ms-input-placeholder,
.wpcf7 .wpcf7-text:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.contato .wpcf7-select:-ms-input-placeholder,
.contato .wpcf7-text:-ms-input-placeholder,
.contato textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px
}

.wpcf7 .wpcf7-select::-ms-input-placeholder,
.wpcf7 .wpcf7-text::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder,
.contato .wpcf7-select::-ms-input-placeholder,
.contato .wpcf7-text::-ms-input-placeholder,
.contato textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px
}

.wpcf7 .wpcf7-select::placeholder,
.wpcf7 .wpcf7-text::placeholder,
.wpcf7 textarea::placeholder,
#footer .top-footer .footer-coluna ul li,
.post-categorias-destaque ul li a,
.modal-custom-css p,
#newsletter .newsletter-box .section-text,
#newsletter-page .newsletter-box .newsletter-content,
#newsletter-page .newsletter-box label,
.post-date,
#galeria .post-content,
#galeria .post-content p,
.contato .text-add-2,
.contato .wpcf7-select::placeholder,
.contato .wpcf7-text::placeholder,
.contato textarea::placeholder,
.metodologia .metodologia-item .metodologia-text,
.equipe .colaborador-item .colaborador-text {
    font-size: 16px;
    line-height: 22px
}

@media screen and (max-width: 992px) {
    .wpcf7 .wpcf7-select::-webkit-input-placeholder,
    .wpcf7 .wpcf7-text::-webkit-input-placeholder,
    .wpcf7 textarea::-webkit-input-placeholder,
    .contato .wpcf7-select::-webkit-input-placeholder,
    .contato .wpcf7-text::-webkit-input-placeholder,
    .contato textarea::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 22px
    }
    .wpcf7 .wpcf7-select::-moz-placeholder,
    .wpcf7 .wpcf7-text::-moz-placeholder,
    .wpcf7 textarea::-moz-placeholder,
    .contato .wpcf7-select::-moz-placeholder,
    .contato .wpcf7-text::-moz-placeholder,
    .contato textarea::-moz-placeholder {
        font-size: 16px;
        line-height: 22px
    }
    .wpcf7 .wpcf7-select:-ms-input-placeholder,
    .wpcf7 .wpcf7-text:-ms-input-placeholder,
    .wpcf7 textarea:-ms-input-placeholder,
    .contato .wpcf7-select:-ms-input-placeholder,
    .contato .wpcf7-text:-ms-input-placeholder,
    .contato textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 22px
    }
    .wpcf7 .wpcf7-select::-ms-input-placeholder,
    .wpcf7 .wpcf7-text::-ms-input-placeholder,
    .wpcf7 textarea::-ms-input-placeholder,
    .contato .wpcf7-select::-ms-input-placeholder,
    .contato .wpcf7-text::-ms-input-placeholder,
    .contato textarea::-ms-input-placeholder {
        font-size: 16px;
        line-height: 22px
    }
    .wpcf7 .wpcf7-select::placeholder,
    .wpcf7 .wpcf7-text::placeholder,
    .wpcf7 textarea::placeholder,
    #footer .top-footer .footer-coluna ul li,
    .post-categorias-destaque ul li a,
    .modal-custom-css p,
    #newsletter .newsletter-box .section-text,
    #newsletter-page .newsletter-box .newsletter-content,
    #newsletter-page .newsletter-box label,
    .post-date,
    #galeria .post-content,
    #galeria .post-content p,
    .contato .text-add-2,
    .contato .wpcf7-select::placeholder,
    .contato .wpcf7-text::placeholder,
    .contato textarea::placeholder,
    .metodologia .metodologia-item .metodologia-text,
    .equipe .colaborador-item .colaborador-text {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width: 576px) {
    .wpcf7 .wpcf7-select::-webkit-input-placeholder,
    .wpcf7 .wpcf7-text::-webkit-input-placeholder,
    .wpcf7 textarea::-webkit-input-placeholder,
    .contato .wpcf7-select::-webkit-input-placeholder,
    .contato .wpcf7-text::-webkit-input-placeholder,
    .contato textarea::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 22px
    }
    .wpcf7 .wpcf7-select::-moz-placeholder,
    .wpcf7 .wpcf7-text::-moz-placeholder,
    .wpcf7 textarea::-moz-placeholder,
    .contato .wpcf7-select::-moz-placeholder,
    .contato .wpcf7-text::-moz-placeholder,
    .contato textarea::-moz-placeholder {
        font-size: 16px;
        line-height: 22px
    }
    .wpcf7 .wpcf7-select:-ms-input-placeholder,
    .wpcf7 .wpcf7-text:-ms-input-placeholder,
    .wpcf7 textarea:-ms-input-placeholder,
    .contato .wpcf7-select:-ms-input-placeholder,
    .contato .wpcf7-text:-ms-input-placeholder,
    .contato textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 22px
    }
    .wpcf7 .wpcf7-select::-ms-input-placeholder,
    .wpcf7 .wpcf7-text::-ms-input-placeholder,
    .wpcf7 textarea::-ms-input-placeholder,
    .contato .wpcf7-select::-ms-input-placeholder,
    .contato .wpcf7-text::-ms-input-placeholder,
    .contato textarea::-ms-input-placeholder {
        font-size: 16px;
        line-height: 22px
    }
    .wpcf7 .wpcf7-select::placeholder,
    .wpcf7 .wpcf7-text::placeholder,
    .wpcf7 textarea::placeholder,
    #footer .top-footer .footer-coluna ul li,
    .post-categorias-destaque ul li a,
    .modal-custom-css p,
    #newsletter .newsletter-box .section-text,
    #newsletter-page .newsletter-box .newsletter-content,
    #newsletter-page .newsletter-box label,
    .post-date,
    #galeria .post-content,
    #galeria .post-content p,
    .contato .text-add-2,
    .contato .wpcf7-select::placeholder,
    .contato .wpcf7-text::placeholder,
    .contato textarea::placeholder,
    .metodologia .metodologia-item .metodologia-text,
    .equipe .colaborador-item .colaborador-text {
        font-size: 16px;
        line-height: 22px
    }
}

.post-content,
.post-content p,
.list-categorias li,
#beneficios .beneficios-box .benefocios-text,
.credits .credit-text,
.cliente-info-case .case-info-projeto,
.cliente-info-case .case-info-ano {
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width: 992px) {
    .post-content,
    .post-content p,
    .list-categorias li,
    #beneficios .beneficios-box .benefocios-text,
    .credits .credit-text,
    .cliente-info-case .case-info-projeto,
    .cliente-info-case .case-info-ano {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 576px) {
    .post-content,
    .post-content p,
    .list-categorias li,
    #beneficios .beneficios-box .benefocios-text,
    .credits .credit-text,
    .cliente-info-case .case-info-projeto,
    .cliente-info-case .case-info-ano {
        font-size: 18px;
        line-height: 24px
    }
}

.modal-custom-css h6,
.post-title,
#chamada-curso .chamada-box .chamada-text h6,
.destaques-small .post-content .post-title,
.arquive-cases .post-content .post-title {
    font-size: 20px;
    line-height: 24px
}

@media screen and (max-width: 992px) {
    .modal-custom-css h6,
    .post-title,
    #chamada-curso .chamada-box .chamada-text h6,
    .destaques-small .post-content .post-title,
    .arquive-cases .post-content .post-title {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width: 576px) {
    .modal-custom-css h6,
    .post-title,
    #chamada-curso .chamada-box .chamada-text h6,
    .destaques-small .post-content .post-title,
    .arquive-cases .post-content .post-title {
        font-size: 18px;
        line-height: 24px
    }
}

.div-search input::-webkit-input-placeholder {
    font-size: 24px;
    line-height: 32px
}

.div-search input::-moz-placeholder {
    font-size: 24px;
    line-height: 32px
}

.div-search input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 32px
}

.div-search input::-ms-input-placeholder {
    font-size: 24px;
    line-height: 32px
}

.blog .entry-content p,
.single .entry-content p,
#intro .intro-bottom .section-text,
.post-categorias ul li a,
.modal-custom-css h5,
.contato .tipo-de-contato .tipo-contato-box .tipo-contato-titulo,
#chamada-curso .chamada-box .chamada-text p,
#beneficios .beneficios-box .benefocios-title,
#perguntas-frequentes .accordion .accordion-content p,
.sevicos .section-text,
.sevicos .servicos-item .servicos-title,
.sevicos .servicos-item .servicos-text,
.metodologia .section-text,
.metodologia .metodologia-item .metodologia-title,
.equipe .section-text,
.equipe .colaborador-item .colaborador-title,
.sobre .sobre-texto,
.sobre .texto-secundario,
.empresas .empresa-texto,
.div-search input,
.div-search input::placeholder {
    font-size: 24px;
    line-height: 32px
}

@media screen and (max-width: 992px) {
    .div-search input::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 24px
    }
    .div-search input::-moz-placeholder {
        font-size: 18px;
        line-height: 24px
    }
    .div-search input:-ms-input-placeholder {
        font-size: 18px;
        line-height: 24px
    }
    .div-search input::-ms-input-placeholder {
        font-size: 18px;
        line-height: 24px
    }
    .blog .entry-content p,
    .single .entry-content p,
    #intro .intro-bottom .section-text,
    .post-categorias ul li a,
    .modal-custom-css h5,
    .contato .tipo-de-contato .tipo-contato-box .tipo-contato-titulo,
    #chamada-curso .chamada-box .chamada-text p,
    #beneficios .beneficios-box .benefocios-title,
    #perguntas-frequentes .accordion .accordion-content p,
    .sevicos .section-text,
    .sevicos .servicos-item .servicos-title,
    .sevicos .servicos-item .servicos-text,
    .metodologia .section-text,
    .metodologia .metodologia-item .metodologia-title,
    .equipe .section-text,
    .equipe .colaborador-item .colaborador-title,
    .sobre .sobre-texto,
    .sobre .texto-secundario,
    .empresas .empresa-texto,
    .div-search input,
    .div-search input::placeholder {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 576px) {
    .div-search input::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 24px
    }
    .div-search input::-moz-placeholder {
        font-size: 18px;
        line-height: 24px
    }
    .div-search input:-ms-input-placeholder {
        font-size: 18px;
        line-height: 24px
    }
    .div-search input::-ms-input-placeholder {
        font-size: 18px;
        line-height: 24px
    }
    .blog .entry-content p,
    .single .entry-content p,
    #intro .intro-bottom .section-text,
    .post-categorias ul li a,
    .modal-custom-css h5,
    .contato .tipo-de-contato .tipo-contato-box .tipo-contato-titulo,
    #chamada-curso .chamada-box .chamada-text p,
    #beneficios .beneficios-box .benefocios-title,
    #perguntas-frequentes .accordion .accordion-content p,
    .sevicos .section-text,
    .sevicos .servicos-item .servicos-title,
    .sevicos .servicos-item .servicos-text,
    .metodologia .section-text,
    .metodologia .metodologia-item .metodologia-title,
    .equipe .section-text,
    .equipe .colaborador-item .colaborador-title,
    .sobre .sobre-texto,
    .sobre .texto-secundario,
    .empresas .empresa-texto,
    .div-search input,
    .div-search input::placeholder {
        font-size: 18px;
        line-height: 24px
    }
}

.modal-custom-css h4,
#newsletter-page .newsletter-box .newsletter-text,
.section-subtitle,
.section-subtitle p,
#chamada-curso .chamada-box .chamada-text h5 {
    font-size: 28px;
    line-height: 32px
}

@media screen and (max-width: 992px) {
    .modal-custom-css h4,
    #newsletter-page .newsletter-box .newsletter-text,
    .section-subtitle,
    .section-subtitle p,
    #chamada-curso .chamada-box .chamada-text h5 {
        font-size: 28px;
        line-height: 32px
    }
}

@media screen and (max-width: 576px) {
    .modal-custom-css h4,
    #newsletter-page .newsletter-box .newsletter-text,
    .section-subtitle,
    .section-subtitle p,
    #chamada-curso .chamada-box .chamada-text h5 {
        font-size: 24px;
        line-height: 28px
    }
}

.post-ver-mais,
.modal-custom-css h3,
#newsletter .newsletter-box .section-link,
#page-sobre .entry-content h4,
#page-sobre .entry-content h5,
#page-sobre .entry-content h6,
#page-sobre .entry-content p,
.onde-esta-archive-link,
.contato .text-add-1,
.content-cursos p,
#chamada-curso .chamada-box .chamada-text h4,
#chamada-curso .chamada-box .chamada-link a {
    font-size: 32px;
    line-height: 40px
}

@media screen and (max-width: 992px) {
    .post-ver-mais,
    .modal-custom-css h3,
    #newsletter .newsletter-box .section-link,
    #page-sobre .entry-content h4,
    #page-sobre .entry-content h5,
    #page-sobre .entry-content h6,
    #page-sobre .entry-content p,
    .onde-esta-archive-link,
    .contato .text-add-1,
    .content-cursos p,
    #chamada-curso .chamada-box .chamada-text h4,
    #chamada-curso .chamada-box .chamada-link a {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (max-width: 576px) {
    .post-ver-mais,
    .modal-custom-css h3,
    #newsletter .newsletter-box .section-link,
    #page-sobre .entry-content h4,
    #page-sobre .entry-content h5,
    #page-sobre .entry-content h6,
    #page-sobre .entry-content p,
    .onde-esta-archive-link,
    .contato .text-add-1,
    .content-cursos p,
    #chamada-curso .chamada-box .chamada-text h4,
    #chamada-curso .chamada-box .chamada-link a {
        font-size: 28px;
        line-height: 38px
    }
}

.modal-custom-css h2,
#newsletter-page .newsletter-box .newsletter-title,
#page-sobre .entry-content h2,
#page-sobre .entry-content h3,
.section-title,
#chamada-curso .chamada-box .chamada-text h3,
.sobre .sobre-title,
.empresas .empresa-title h3,
.cliente-info-case .case-info-title {
    font-size: 40px;
    line-height: 48px
}

@media screen and (max-width: 992px) {
    .modal-custom-css h2,
    #newsletter-page .newsletter-box .newsletter-title,
    #page-sobre .entry-content h2,
    #page-sobre .entry-content h3,
    .section-title,
    #chamada-curso .chamada-box .chamada-text h3,
    .sobre .sobre-title,
    .empresas .empresa-title h3,
    .cliente-info-case .case-info-title {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (max-width: 576px) {
    .modal-custom-css h2,
    #newsletter-page .newsletter-box .newsletter-title,
    #page-sobre .entry-content h2,
    #page-sobre .entry-content h3,
    .section-title,
    #chamada-curso .chamada-box .chamada-text h3,
    .sobre .sobre-title,
    .empresas .empresa-title h3,
    .cliente-info-case .case-info-title {
        font-size: 32px;
        line-height: 36px
    }
}

.arquive-cases .post-full-width .post-title {
    font-size: 48px;
    line-height: 56px
}

@media screen and (max-width: 992px) {
    .arquive-cases .post-full-width .post-title {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width: 576px) {
    .arquive-cases .post-full-width .post-title {
        font-size: 32px;
        line-height: 36px
    }
}

/*# sourceMappingURL=maps/style.css.map */