/*
Theme Name: EPC Engenharia
Theme URI: http://www.agenciafante.com.br/
Author: Agência Fante
Author URI: http://www.agenciafante.com.br/
Description: Tema desenvolvido por Fante.
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

table tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

table td {
  padding: 20px;
  border-left: 1px solid rgba(0, 0, 0, .1);
}

table td:last-child {
  border-right: 1px solid rgba(0,0,0,.1);
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  margin:0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Sora', sans-serif;
  line-height: 1;
  overflow-x: hidden;
}

input, textarea, select, button {
  font-family: 'Sora', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

a[href^=tel] { 
  color: inherit; 
  text-decoration: none; 
}

img,
svg {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration:none; 
}

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

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

/* Clearfix */

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
 clear: both;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 101;
}

#status {
  position: relative;
  width: 56px;
  height: 56px;
  left: 50%;
  top: 50%;
  margin:0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 9px solid #28b25c;
   animation: spinner-bulqg1 0.8s infinite linear alternate,
        spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
   0% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
   }

   12.5% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
   }

   25% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
   }

   50% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
   }

   62.5% {
      clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
   }

   75% {
      clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
   }

   100% {
      clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
   }
}

@keyframes spinner-oaa3wk {
   0% {
      transform: scaleY(1) rotate(0deg);
   }

   49.99% {
      transform: scaleY(1) rotate(135deg);
   }

   50% {
      transform: scaleY(-1) rotate(0deg);
   }

   100% {
      transform: scaleY(-1) rotate(-135deg);
   }
}


/* Grid */

.col-af {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0;
}

.col-af-content {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

/* Button */

.btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  min-width: 260px;
  line-height: 1.3;
  color: #fff;
  border: 0;
  text-align: center;
  margin: 0;
  background-color: #28b25c;
  padding: 20px 20px;
  transition: all .3s;
  border-radius: 40px;
}

.btn-outline {
  color: #28b25c;
  border: 1.5pt solid rgba(40, 178, 92, .3);
  background-color: transparent;
}

.btn-outline:hover {
  background-color: #28b25c;
  color: #fff;
}

.btn-white {
  color: #28b25c;
  background-color: #fff;
}

.btn-ghost {
  background-color: rgba(255, 255, 255, .2);
}

.btn-icon {
  padding-left: 40px;
}

.btn-icon svg {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 22px;
  margin: -11px 0 0;
  fill: #fff;
}

.btn:hover {
  transform: scale(1.05);
}

span.title-common {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #28b25c;
  margin: 0 0 40px;
  text-transform: uppercase;
}

.title-common {
  font-size: 38px;
  font-weight: 600;
  color: #002947;
  line-height: 1.1;
  margin: 0 0 30px;
}

.hero h1.title-common {
  font-size: 44px;
  color: #fff;
  line-height: 1;
}

.home .hero h1.title-common {
  font-size: 44px;
}

h3.title-common {
  font-size: 22px;
  font-weight: 600;
}

a.title-common {
  font-size: 16px;
  font-weight: 600;
}

p {
  font-size: 0.969em;
  font-weight: 400;
  color: #002947;
  line-height: 1.5;
  margin: 0;
  opacity: .85;
}

.hero p {
  color: #fff;
}

@media screen and (max-width:768px) {
.col-af {
  padding: 60px 0;
}

.btn {
  display: block;
}

.btn-icon {
  background-color: rgba(255, 255, 255, .1);
}

.title-common,
.hero h1.title-common,
.home .hero h1.title-common {
  font-size: 26px;
}

.title-common br {
  display: none;
}
}

/* Cookie */

.cookies-container {
  position: fixed;
  width: 100%;
  max-width: 270px;
  margin: 0;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 100;
}

.cookies-content {
  background: #fff;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: block;
  position: relative;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.1);
  border-radius: 2px;
}

.cookies-content p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  display: block;
}

.cookies-content a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
}

.cookies-content .cookies-save {
  color: #282828;
  display: block;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 10px 0 0;
  background-color: transparent;
}

.cookies-content .cookies-save:hover {
  text-decoration: underline;
}

.cookies-pref {
  display: none;
}

@media screen and (max-width:768px) {
.cookies-container {
  width: calc(100% - 3rem);
  max-width: 100%;
  bottom: 1.5rem;
  right: 1.5rem;
}

.cookies-content {
  text-align: center;
}

.cookies-content .cookies-save {
  margin: 10px auto 0;
}
}

/* Header */

.header {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
  transition: ease 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header.header-is-visible {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}

.single .header,
.page-template-page-blog .header,
.page-template-default .header,
.archive .header {
  background-color: #fff;
}

.admin-bar .header {
  top: 32px;
}

.header-bottom {
  width: 100%;
  height: 90px;
}

.header-content {
  width: 90%;
  max-width: 1300px;
  height: 90px;
  position: relative;
  margin: 0 auto;
}

.header-content .btn {
  float: right;
  min-width: 200px;
  padding: 15px 20px;
  margin: 20px 0 0 30px;
}

/* GTranslate */

.gtranslate_wrapper {
  float: right;
  margin: 37px 0 0 30px;
}

.gtranslate_wrapper a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #002947;
  padding: 0 2px;
  margin: 0;
  transition: all .3s;
}

@media screen and (max-width:768px) {
.gtranslate_wrapper {
  margin: 25px 15px 0 0;
}
}

/* TranslatePress */

.trp_language_switcher_shortcode {
  float: right;
  margin: 29px 0 0 30px;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  width: auto!important;
  border: 0;
  height: auto;
  line-height: 1;
  background-color: transparent;
}

.trp-language-switcher {
  width: auto;
  height: 34px;
  line-height: 34px;
  padding: 0 20px 0 0;
  background-position: center right;
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23002947' d='M12 14.975q-.2 0-.388-.075t-.312-.2l-4.6-4.6q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275q.275.275.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062Z'/%3E%3C/svg%3E");
}

.trp-language-switcher .trp-ls-shortcode-language {
  width: auto!important;
  cursor: pointer;
}

.trp-language-switcher > div {
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background-color: #f2f4f6;
  background-image: none;
}

.trp-language-switcher > div > a {
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  color: #002947;
  padding: 5px;
  text-transform: uppercase;
}

.trp-language-switcher > div > a:hover {
  background: none;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  cursor: pointer;
}

.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked,
.trp_language_switcher_shortcode .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked {
  right: 0;
  border-radius: 10px;
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
  padding: 0;
}

@media screen and (max-width:1208px) {
.header-content .btn {
  margin: 20px 80px 0 30px;
}
}

/* Logo */

.logo {
  display: block;
  width: 130px;
  float: left;
  margin: 28px 0 0;
}

.logo img {
  display: block;
  width: 100%;
  margin: 0;
}

@media screen and (max-width:768px) {
.header-content {
  height: 65px;
  width: 90%;
}

.header-bottom {
  height: 65px;
}

.header-content .btn {
  padding: 8px 11px;
  font-size: 9px;
  margin: 18px 42px 0 0;
  min-width: 100px;
}

.logo {
  width: 90px;
  margin: 22px 0 0 0;
}

.trp_language_switcher_shortcode {
  float: left;
  margin: 17px 0 0 20px;
}

.trp-language-switcher {
  padding: 0 15px 0 0;
}
}

/* Nav */

.nav {
  float: left;
  margin: 0 0 0 10%;
}

.nav-desktop {
  display: block;
}

.nav-mobile {
  display: none;
}

.nav ul {
  margin: 0 auto;
  padding: 0;
}

.nav .btn {
  display: none;
}

.nav li {
  display: inline-block;
  float: left;
  line-height: 90px;
}

.nav li a:not(.title-common) {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #002947;
  padding: 0 30px;
  margin: 0;
  transition: all 0.3s;
}

.nav li a.nav-link {
  padding: 0 20px 0 10px;
  position: relative;
}

.nav li a:hover {
  color: #28b25c;
}

.nav li.nav-expand a.nav-link::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23002947' d='M12 14.975q-.2 0-.388-.075t-.312-.2l-4.6-4.6q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275q.275.275.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
}

.nav li.nav-expand a.nav-link.active::after {
  transform: rotate(180deg);
}

.nav li ul.primary-nav {
  left: 0;
  display: none;
  height: calc(100vh - 90px);
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 40px 30px 50px;
  overflow-y: auto;
  background: linear-gradient(to left,#fff 60%, #f7f8f9 40%);
  transition: ease 0.3s;
  border-top: 1px solid rgba(0, 0, 0, .05);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, .05);
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.nav li.nav-expand-areas ul.primary-nav {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.nav-atuacoes {
  display: flex;
  flex-wrap: wrap;
}

.nav li ul li {
  display: block;
  width: 100%;
  margin: 20px 0;
  line-height: 1.4;
  z-index: 2;
}

.nav li:not(.nav-expand-areas) li a {
  position: relative;
  padding: 0 0 0 60px;
}

.nav li ul li img {
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.nav li.nav-expand-areas ul li {
  display: flex;
  align-items: center;
  text-align: left;
  width: calc(33.3333333% - 20px);
  margin: 10px;
  float: left;
  padding: 20px 30px 20px 80px;
  position: relative;
}

.nav li.nav-expand-areas ul li:hover {
  background-color: #f2f4f6;
}

.nav li.nav-expand-areas ul li img {
  width: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.nav li.nav-expand-areas ul li p {
  margin: 10px 0 0;
  font-size: 13px;
}

.nav li ul li a {
  margin: 0;
}

.nav li ul li a.active {
  color: #28b25c;
}

.nav li a.active + ul.primary-nav {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.nav li ul.secondary-nav {
  left: 40%;
  top: 40px;
  margin: 0;
  position: absolute;
  width: 60%;
  z-index: 9;
  padding: 0;
  text-align: left;
  transition: ease 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.nav li a.active + ul.secondary-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.nav li ul.secondary-nav a {
  text-align: left;
}

.nav li ul.secondary-nav li.parent-page-menu a {
  font-weight: 600;
  margin: 10px 0 0;
}

.nav li ul.secondary-nav.menu-303 li {
  margin: 3px 0;
}

.nav li ul.secondary-nav li {
  margin: 10px 0;
}

/* Input */

input#toggle-menu,
label.toggle-menu {
  display:none;
}

@media screen and (max-width:1208px) {
.nav-desktop {
  display: none;
}

.nav-mobile {
  display: block;
}

label.toggle-menu {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 11;
  float: right;
  background-color: transparent;
  margin: 15px 0 0;
  padding: 0;
  height: 60px;
  width: 40px;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: all .3s;
}

label.toggle-menu div {
  position: absolute;
  top: 20px;
  right: 25px;
}

label.toggle-menu span {
  display: block;
  height: 3px;
  width: 26px;
  background-color: #002947;
  border-radius: 10px;
  position: absolute;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all .3s;
}

label.toggle-menu span:nth-child(1) {
  top:0px;
}

label.toggle-menu span:nth-child(2) {
  top: 8px;
}

label.toggle-menu span:nth-child(3) {
  top: 16px;
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(2) {
  opacity: 0;
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav {
  float:none;
  height: calc(100vh - 90px);
  width: 100%;
  position: fixed;
  overflow: scroll;
  top: 90px;
  right: 0;
  z-index: 10;
  padding: 30px 20px 60px;
  background-color: #fff;
  opacity: 0;
  display: none;
  visibility: hidden;
  border-top: 1px solid rgba(0,0,0,.1);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: ease 0.4s;
}

input#toggle-menu:checked ~ .nav {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav ul {
  width: 100%;
  line-height:55px;
  padding: 0;
}

.nav li {
  width: 100%;
  line-height: 65px;
}

.nav li ul li {
  line-height: 36px;
}

.nav li ul li a {
  border-bottom: 0;
}

.nav li:not(.nav-expand-areas) li a {
  padding: 0;
}

.nav li a:not(.title-common) {
  font-size: 15px;
  padding: 0;
  text-align: left;
}

.nav li a {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  padding: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.nav li a.nav-link {
  padding: 0;
  display: none;
}

.nav li.nav-expand {
  display: block;
}

.nav li.nav-expand a.nav-link::after {
  display: none;
  right: 20px;
  background-size: 26px auto;
}

.nav li.nav-expand ul {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all .3s;
}

.nav li a.active + ul.secondary-nav {
  padding: 20px 0;
  max-height: 1800px;
  transform: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.nav li ul.primary-nav,
.nav li ul.secondary-nav {
  opacity: 1;
  visibility: visible;
  left: auto;
  height: auto;
  top: auto;
  width: 100%;
  position: relative;
  padding: 0;
  -webkit-transform: none;
  transform: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: #fff;
}

.nav li ul.primary-nav {
  padding: 20px 0;
  max-height: 1800px;
  transform: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.nav li ul div {
  width: 100%;
}

.nav li ul li {
  width: 100%;
  margin: 10px 0;
}

.nav li ul.secondary-nav li {
  margin: 5px 0;
}

.nav li.nav-expand a.nav-sub-link {
  display: block;
  padding: 10px 0;
}

.nav li.nav-expand a.nav-sub-link::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -13px 0 0;
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23002947' d='M12 14.975q-.2 0-.388-.075t-.312-.2l-4.6-4.6q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275q.275.275.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px auto;
}

.nav li.nav-expand a.nav-sub-link.active::after {
  transform: rotate(180deg);
}

.nav .btn {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 30px 0 0;
  padding: 20px 20px;
}
}

@media screen and (max-width:768px) {
label.toggle-menu {
  margin: 0;
}

.nav {
  height: calc(100vh - 65px);
  top: 65px;
}
}

/* Hero */

.hero {
  height: calc(100vh - 90px);
  position: relative;
  background-color: #002948;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}

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

.hero-image img,
.hero-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 41, 72, .7);
  background-size: 20% auto;
  background-image: url(images/hero.svg);
  background-repeat: no-repeat;
  background-position: top left;
}

.hero.servico::before,
.hero.hero-single::before {
  background-image: url(images/contato-1.svg);
  background-position: top right;
}

.hero.hero-page {
  height: 560px;
}

.hero.servico {
  height: 360px;
}

.hero .col-af-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero .col-af-content .info {
  max-width: 600px;
  width: 50%;
}

.hero.servico .col-af-content .info {
  width: 70%;
  max-width: 800px;
}

.home .hero .col-af-content .info {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hero .col-af-content .title-common,
.hero .col-af-content p,
.hero .col-af-content div div {
  transition: ease .8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.hero .col-af-content .title-common {
  margin: 0 0 40px;
  transition-delay: .8s;
}

.hero .col-af-content p {
  margin: 0 0 40px;
  transition-delay: 1s;
}

.hero .col-af-content div div {
  transition-delay: 1.2s;
}

.anime-start .hero .col-af-content .title-common,
.anime-start .hero .col-af-content p,
.anime-start .hero .col-af-content div div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.anime-start .hero .col-af-content p {
  opacity: .85;
}

.hero .col-af-content .btn {
  margin: 0 15px 0 0;
}

.hero.servico .btn {
  position: absolute;
  bottom: 0;
  left: 6%;
  transform: translateY(50%);
  z-index: 3;
}

@media screen and (max-width:768px) {
.hero {
  height: auto;
}

.hero::before {
  background-size: 50% auto;
}

.hero.servico::before,
.hero.hero-single::before {
  background-size: 50% auto;
}

.hero:not(.servico) .col-af-content,
.home .hero .col-af-content {
  top: auto;
  left: auto;
  position: relative;
  margin: 0 auto;
  -webkit-transform: none;
  transform: none;
  padding: 120px 0;
}

.home .hero .col-af-content {
  padding: 140px 0;
}

.hero-page.hero .col-af-content {
  top: 55%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero .col-af-content .info,
.hero.servico .col-af-content .info {
  width: 100%;
  margin: 0 0 40px;
}

.hero .col-af-content p {
  margin: 0 0 30px;
  padding: 0;
}

.hero .col-af-content .btn {
  margin: 10px 0;
  display: block;
}
}

/* Pilares */

.pilares {
  z-index: 2;
  background-color: #f2f4f6;
}

.pilares ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0 0;
  background-color: #28b25c;
}

.pilares ul li {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 60px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  background-color: #28b25c;
  position: relative;
}

.pilares ul li .title-common,
.pilares ul li p {
  color: #fff;
}

.pilares .title-common {
  margin: 0;
}

.pilares ul li p {
  margin: 30px 0 0;
}

.pilares ul li img {
  display: block;
  width:46px;
  margin: 0 0 30px;
}

@media screen and (max-width:768px) {
.pilares .col-af-content {
  width: 95%;
  margin-left: 5%;
}

.pilares ul li {
  padding: 40px;
}
}

/* Serviços */

.servicos {
  background-color: #002948;
}

.home .servicos {
  padding-bottom: 0;
}

.servicos h2.title-common {
  width: 60%;
}

.servicos ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 80px 0 0;
}

.servicos ul li {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .15);
}

.servicos ul.owl-carousel li {
  width: 100%;
}

.servicos ul li a {
  display: block;
  height: 100%;
  padding: 40px;
  background-color: #002948;
  transition: ease .3s;
  overflow: hidden;
  position: relative;
}

.servicos ul.owl-carousel li a {
  padding: 60px;
}

.servicos ul li a:hover {
  background-color: #28b25c;
}

.servicos .title-common,
.servicos ul li p {
  color: #fff;
}

.servicos .title-common {
  margin: 0;
}

.servicos ul li p {
  margin: 30px 0 0;
}

.servicos ul li img {
  display: block;
  transition: ease .3s;
  width: 46px;
  margin: 0 0 30px;
}

.servicos ul li a:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width:768px) {
.servicos .col-af-content {
  width: 95%;
  margin-left: 5%;
}

.servicos h2.title-common {
  width: 95%;
}

.home .servicos h2.title-common {
  margin: 0 0 120px;
}

.servicos ul.owl-carousel li a {
  padding: 40px;
}
}

/* Sobre */

.sobre {
  background-color: #fff;
  overflow: hidden;
}

.sobre.casos {
  background-color: #f2f4f6;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-image: url(images/contato-1.svg);
  background-position: top right;
}

body:not(.home) .sobre {
  padding: 100px 0;
}

.sobre.has-servico {
  background-color: #f2f4f6;
}

.sobre .col-af-content {
  position: relative;
}

.sobre .info {
  width: 50%;
  padding-right: 10%;
  float: left;
}

.three-column.sobre .info {
  width: 28%;
  padding-right: 0;
}

.three-column.sobre .info:nth-of-type(2) {
  float: right;
}

.two-column.sobre .info {
  padding-right: 5%;
}

.sobre.has-image .info {
  width: 40%;
  float: right;
  padding-right: 0;
}

.sobre.has-image.casos .info {
  float: left;
}

.sobre.has-image.casos .info {
  padding: 50px;
  width: 45%;
  background-color: #002947;
  border-radius: 5px;
}

.sobre.has-image.casos .info h2,
.sobre.has-image.casos .info h3,
.sobre.has-image.casos .info h4,
.sobre.has-image.casos .info p,
.sobre.has-image.casos .info li {
  color: #fff;
}

.sobre .info p {
  margin: 0 0 40px;
}

.sobre .info ul {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}

.three-column.sobre .info ul li {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  width: 100%;
  padding: 30px 20px 30px 80px;
  border-radius: 4px;
  height: 100%;
  background-color: #fff;
  color: #28b25c;
  margin: 20px 0;
  box-shadow: 0.5px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.sobre .info ul li .title-common {
  position: relative;
  padding: 5px 5px 5px 60px;
}

.three-column.sobre .info ul li .title-common {
  padding: 0;
}

.sobre .info ul li img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  transform: translateY(-50%);
}

.three-column.sobre .info ul li img {
  left: 25px;
}

.sobre img.image {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home .sobre img.image {
  top: auto;
  bottom: 0;
  transform: none;
}

.three-column.sobre img.image {
  width: 25%;
  right: 50%;
  border-radius: 6px;
  transform: translate(50%, -50%);
}

.sobre div.image {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 4px;
}

#servicos.sobre,
.sobre.casos {
  overflow: visible;
}

#servicos.sobre div.image,
.sobre.casos div.image {
  max-height: 480px;
  position: sticky;
  top: 150px;
  left: 0;
}

.sobre.casos div.image {
  left: auto;
  right: 0;
  float: right;
}

.sobre div.image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sobre.has-servico .title-common,
.sobre.has-servico p {
  color: #fff;
}

.sobre.has-servico .title-common strong {
  color: #222;
}

.sobre img.servico-image {
  display: block;
  width: 40%;
  position: absolute;
  left: 10%;
  bottom: 0;
}

.sobre .info ul.faq {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sobre .info ul.faq li {
  display: block;
  list-style: none;
  background-color: #f2f4f6;
  padding: 20px;
  border-radius: 8px;
  margin: 15px 0;
  text-align: left;
}

.sobre .info ul.faq li.parent-page-menu {
  background-color: #002947;
}

.sobre .info ul.faq button.accordion.title-common {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: #f2f4f6;
  padding: 0 60px 0 0;
  margin: 0;
  outline: 0;
  border: 0;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.sobre .info ul.faq li.no-texto-menu button.accordion.title-common {
  cursor: default;
}

.sobre .info ul.faq li.parent-page-menu button.accordion.title-common {
  color: #fff;
  background-color: #002947;
}

.sobre .info ul.faq button.accordion::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-position: center;
  background-size: 24px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='512' height='512'%3E%3Cpath fill='%23002947' d='M19.061,7.854a1.5,1.5,0,0,0-2.122,0l-4.586,4.585a.5.5,0,0,1-.707,0L7.061,7.854A1.5,1.5,0,0,0,4.939,9.975l4.586,4.586a3.5,3.5,0,0,0,4.95,0l4.586-4.586A1.5,1.5,0,0,0,19.061,7.854Z'/%3E%3C/svg%3E%0A");background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.sobre .info ul.faq button.accordion.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.sobre .info ul.faq li.no-texto-menu button.accordion.title-common::before {
  display: none;
}

.sobre .info ul.faq div.panel {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transition: max-height 0.2s ease-out;
}

.sobre .info ul.faq div.panel p {
  margin: 30px 0 0;
}

.sobre .info ul.faq div.panel p a {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
.sobre.casos {
  background-size: 60% auto;
}

.sobre.has-image.casos .info {
  padding: 30px;
  width: 100%;
}
}

@media screen and (max-width:768px) {
.sobre {
  padding: 80px 0;
}

.home .sobre {
  padding-bottom: 80%;
}

.sobre .info,
.three-column.sobre .info,
.sobre.has-image .info,
.two-column.sobre .info {
  width: 100%;
  margin: 0 0 30px;
  padding-right: 0;
}

.three-column.sobre .info {
  margin: 0;
}

.two-column.sobre .info h2.title-common {
  margin: 0;
}

.sobre img.image,
.three-column.sobre img.image {
  display: block;
  width: 100%;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
}

.three-column.sobre img.image {
  padding: 0;
  width: 80%;
  margin: 0 auto 60px;
  float: none;
}

.home .sobre img.image {
  top: auto;
  bottom: 0;
  position: absolute;
  transform: none;
}

.sobre div.image,
.sobre.casos div.image {
  width: 100%;
  height: 300px;
  position: relative;
  left: auto;
  float: left;
  right: auto;
  top: auto;
  margin: 30px 0 0;
}

.sobre img.servico-image {
  width: 80%;
  position: relative;
  display: block;
  left: auto;
  top: auto;
  transform: none;
  margin: 0 auto -60px;
}
}

/* Números */

.numeros {
  background-color: #002948;
}

.numeros .title-common,
.numeros p {
  color: #fff;
}

.numeros p {
  font-size: 13px;
}

.numeros .info {
  width: 20%;
  float: left;
}

.numeros .title-common {
  font-weight: 400;
  margin: 0;
}

.numeros ul {
  display: block;
  width: 75%;
  float: left;
  border-left: 1px solid rgba(255,255,255,.1);
  margin: 10px 0 0;
}

.numeros ul li {
  display: block;
  float: left;
  width: 33.3333333%;
  padding: 0 60px 0 60px;
}

.numeros ul li .title-common {
  font-size: 54px;
  margin: 0 0 20px;
}

@media screen and (max-width:768px) {
.numeros .info {
  width: 100%;
}

.numeros ul {
  width: 100%;
  margin: 30px 0 0;
  border-left: 0;
}

.numeros ul li {
  width: 100%;
  padding: 20px 20px 20px 0;
}

.numeros ul li .title-common {
  font-size: 42px;
}
}

/* Parceiros */

.clientes {
  background-color: #f2f4f6;
  text-align: center;
}

.home .clientes,
.empresa.clientes {
  background-color: #fff;
}

.empresa.clientes {
  padding-top: 0;
}

.empresa.clientes .col-af-content {
  background-color: #f2f4f6;
  padding: 80px;
  border-radius: 6px;
}

.clientes ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.home .clientes ul {
  margin: 60px 0 0;
}

.clientes ul li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 5px 5px;
  position: relative;
  display: flex;
  align-items: center;
}

.clientes ul li img {
  display: block;
  margin: 0 auto;
  width: 80%;
  filter: grayscale(100%);
  opacity: .6;
  transition: ease .3s;
}

.clientes ul li img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media screen and (max-width:768px) {
.clientes ul li {
  padding: 0 5px;
}

.empresa.clientes .col-af-content {
  padding: 30px 10px;
  margin: 30px auto 0;
}
}

/* Depoimentos*/

.depoimentos {
  background-color: #fff;
}

.depoimentos ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
}

.depoimentos ul li {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
}

.depoimentos ul li .title-common {
  font-size: 16px;
  margin: 30px 0 0;
}

/* Blog */

.blog {
  background-color: #fff;
}

.blog ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.blog ul li {
  width: 33.3333333%;
  margin: 0;
  padding: 10px;
}

.blog ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 330px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #000;
}

.blog ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 25%, rgba(0,0,0,0) 100%);
}

.blog ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease .9s;
}

.blog ul li a div {
  position: absolute;
  width: 80%;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.blog ul li a h2,
.blog ul li a h3 {
  color: #fff;
  margin: 0;
}

.blog ul li a .btn {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 400;
  min-width: 1px;
  margin: 0 0 30px;
}

.blog ul li a p {
  color: #fff;
  margin: 30px 0 0;
}

.blog ul li a:hover img {
  transform: scale(1.1);
}

.pages-number {
  padding: 60px 0 0;
  text-align: center;
}

.pages-number a,
.pages-number span {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 15px;
  background-color: #28b25c;
  border: 0;
  font-weight: 600;
  color: #fff;
  margin: 0 5px;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}

.pages-number a:hover,
.pages-number span:hover {
  opacity: 1;
}

.pages-number span {
  opacity: 1;
}

@media screen and (max-width:991px) {
.blog ul li {
  width: 100%;
}

.blog ul li a div {
  width: 80%;
  left: 10%;
}
}

/* CTA */

.cta {
  padding: 100px 0;
  background-color: #28b25c;
  background-size: 20% auto;
  background-image: url(images/cta.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.page-template-page-servicos .cta,
.page-template-page-blog .cta {
  padding-top: 80px;
}

.cta .title-common,
.cta p {
  color: #fff;
}

.cta .title-common {
  margin: 0;
}

.cta p {
  margin: 0 0 30px;
}

.cta .col-af-content .info {
  float: right;
  text-align: center;
  width: 25%;
}

.cta .col-af-content .info:nth-of-type(1) {
  text-align: left;
  float: left;
  width: 66.6666667%;
}

@media screen and (max-width:768px) {
.cta .col-af-content .info,
.cta .col-af-content .info:nth-of-type(1) {
  width: 100%;
}

.cta .col-af-content .info:nth-of-type(1) {
  margin: 0 0 40px;
}
}

/* Footer */

.footer {
  background-color: #fff;
  background-image: url(images/footer.svg);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: bottom left;
}

.footer img {
  display: block;
  width: 130px;
  margin: 0 0 40px;
}

.footer .col-af-content div {
  float: left;
  width: 25%;
}

.footer .col-af-content div:nth-of-type(1) {
  padding: 0 60px 0 0;
}

.footer .col-af-content div span.title-common {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  margin: 40px 0 25px;
}

.footer .col-af-content div span.title-common:nth-of-type(1) {
  margin: 0 0 25px;
}

.footer .col-af-content div a,
.footer .col-af-content div p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #002947;
  line-height: 1.8;
  transition: ease .4s;
  margin: 0 0 20px;
  opacity: .9;
}

.footer .col-af-content div:nth-of-type(4) a,
.footer .col-af-content div:nth-of-type(4) p {
  position: relative;
  padding: 0 0 0 35px;
}

.footer .col-af-content div a svg,
.footer .col-af-content div p svg {
  display: block;
  position: absolute;
  width: 16px;
  left: 0;
  top: 4px;
  margin: 0;
  fill: #002947;
  transition: ease .4s;
}

.footer .col-af-content div a.social {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0;
  transition: ease .4s;
}

.footer .col-af-content div a.social svg {
  display: block;
  position: relative;
  width: 24px;
  margin: 0;
  transition: ease .4s;
}

.footer .col-af-content div a.social:hover svg,
.footer .col-af-content div a:hover svg {
  fill: #28b25c;
}

.footer .col-af-content div a:hover {
  color: #28b25c;
  opacity: 1;
}

@media screen and (max-width:768px) {
.footer .col-af-content div,
.footer .col-af-content div:nth-of-type(1) {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.footer img {
  float: none;
  margin: 0 auto 30px;
}

.footer .col-af-content div a,
.footer .col-af-content div p,
.footer .col-af-content div:nth-of-type(4) a,
.footer .col-af-content div:nth-of-type(4) p {
  padding: 0;
  margin: 0 0 20px;
}

.footer .col-af-content div a svg,
.footer .col-af-content div p svg {
  position: relative;
  display: block;
  left: auto;
  top: auto;
  margin: 0 auto 6px;
}

.footer .col-af-content div a.social {
  display: inline-block;
  margin: 0 10px 10px;
}
}

/* Copyright */

.end {
  padding: 0;
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,.1);
}

.end .col-af-content div {
  width: 50%;
  float: left;
  text-align: left;
}

.end .col-af-content div:nth-child(2) {
  text-align: right;
}

.end .col-af-content div p {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 65px;
  color: #002947;
  margin: 0 10px 0 0;
}

.end .col-af-content div a {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 65px;
  color: #002947;
}

.end .col-af-content div img {
  display: block;
  width: 65px;
  max-width: 65px;
  margin: 0 0 -3px;
}

@media screen and (max-width:768px) {
  .end {
    padding: 20px 20px 40px;
  }

  .end .col-af-content div,
  .end .col-af-content div:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .end .col-af-content div p {
    line-height: 1.5;
    margin: 10px 10px 10px 0;
  }
}

/* Animate */

.anime {
  opacity: 0;
  transition: ease .8s;
  transition-delay: .3s;
}

.come-in {
  opacity: 1;
}

.anime.already-visible {
  opacity: 1;
  -webkit-transform: none!important;
  transform: none!important;
}

.anime.fadeInUp {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.anime.fadeInUp.come-in {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.anime.delay--2s {
  transition-delay: .5s;
}

.anime.delay--4s {
  transition-delay: .7s;
}

.anime.delay--6s {
  transition-delay: .9s;
}

/* OWL */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  display: flex;
  padding-left: 0!important;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  display: flex;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-nav {
  display: block;
  position: absolute;
  top: -140px;
  right: 15px;
  z-index: 10;
}

.depoimentos .owl-nav {
  width: 100%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

@media screen and (max-width:768px) {
.owl-nav {
  top: -80px;
  right: auto;
  left: 0;
}
}

.owl-nav button {
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, .1);
  transition: all .3s;
  border-radius: 50%;
}

.owl-nav button.disabled {
  opacity: 1;
}

.owl-nav button.owl-prev {
  margin: 0 15px 0 0;
}

.depoimentos .owl-nav button.owl-next {
  float: right;
}

.owl-nav button svg {
  z-index: 10;
  display: block;
  width: 24px;
  height: auto;
  margin: 0 0 0 13px;
  fill: #fff;
}

.depoimentos .owl-nav button {
  background-color: rgba(0, 41, 72, .1);
}

.depoimentos .owl-nav button svg {
  fill: #002947;
}

.owl-nav button:hover {
  opacity: 1;
}

.owl-dots {
  display: inline-block;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  z-index: 2;
  bottom: -50px;
}

.owl-dots .owl-dot {
  display: inline-block;
  border: 0;
  width: 22px;
  height: 5px;
  padding: 0;
  margin: 6px;
  outline: 0;
  transition: all .3s;
  background-color: #28b25c;
  opacity: .4;
  border-radius: 4px;
}

.owl-dots .owl-dot.active {
  opacity: 1;
}

.no-js .owl-carousel {
  display: block;
}

/* Video Modal */

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 41, 72, .9);
  top: 0;
  left: 0;
  z-index: 99;
}

.YouTubePopUp-animation {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: YouTubePopUp;
}

@keyframes YouTubePopUp {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}

.YouTubePopUp-Content {
  max-width: 800px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin: 0;
  max-height: 100%;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.YouTubePopUp-Hide {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: YouTubePopUpHide;
}

@keyframes YouTubePopUpHide {
0% {
 opacity: 1;
}
100% {
 opacity: 0;
}
}

.YouTubePopUp-Close {
  cursor:pointer;
  display: block;
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M0.4 8C1 1.6 9.6-2.3 14.4 2.4 29.7 17.5 44.8 32.8 60.1 48 75.4 33 90.4 17.7 105.6 2.6 108.1 0.6 111.8-0.7 114.8 1.2 120 3.2 121.6 10.7 117.7 14.7 102.6 29.8 87.5 45 72.3 60.1 87.4 75.5 102.8 90.6 118 106 120.3 108.8 120.5 113.2 118.4 116.2 116.1 119.8 110.9 120.9 107.2 118.8 105.5 117.9 104.3 116.3 103 115 88.7 100.8 74.5 86.4 60.1 72.3 45.1 87.3 30.2 102.3 15.2 117.2 11.5 121.4 4 120.4 1.5 115.4 -0.8 112.2 0.5 107.8 3.1 105.1 18.1 90.1 33.1 75.1 48.1 60.1 33.2 45.3 18.3 30.4 3.5 15.5 1.4 13.7 0 10.8 0.4 8Z' fill='%2328b25c'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  margin:0;
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* Inputs */

.contato {
  background-color: #002947;
  background-size: 40% auto;
  background-image: url(images/contato-1.svg), url(images/contato-2.svg);
  background-repeat: no-repeat;
  background-position: top right, right 50% bottom -1px;
}

.contato h1.title-common,
.contato p {
  color: #fff;
}

.contato .info {
  float: left;
  width: 50%;
  padding: 5% 10% 0 0;
}

.contato .form-af {
  width: 45%;
  float: right;
  padding: 60px;
  z-index: 2;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0.5px 20px 60px 0px rgba(0,0,0,.1);
}

.contato .info a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  transition: ease .4s;
  margin: 0 0 20px;
  opacity: .9;
  position: relative;
  padding: 0 0 0 35px;
}

.contato .info a svg {
  display: block;
  position: absolute;
  width: 16px;
  left: 0;
  top: 4px;
  margin: 0;
  fill: #fff;
  transition: ease .4s;
}

@media screen and (max-width:768px) {
.contato {
  background-size: 60% auto;
  background-position: top right, right bottom -1px;
}

.contato .info {
  width: 100%;
  margin: 0 0 40px;
}

.contato .form-af {
  width: 100%;
  padding: 40px;
}
}

.form-af {
  display: block;
  margin: 0;
  position: relative;
}

.form-af input[type=text].naoexibir,
.form-af input[type=url].naoexibir {
  height: 0;
  width: 0;
  border: 0!important;
  outline: 0;
  padding: 0!important;
  background: transparent;
}

.form-af div {
  width: 100%;
  padding: 8px 10px;
  margin: 0;
  float: left;
  position: relative;
}

.form-af span {
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 400;
  color: #002947;
  line-height: 1.4;
  margin: 20px 0 0;
  opacity: .95;
}

.form-af span a {
  display: inline-block;
  color: #002947;
  text-decoration: underline;
}

.form-af label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #002947;
  line-height: 1.4;
  margin: 0;
  position: absolute;
  top: 28px;
  left: 30px;
  transition: ease .3s;
}

@media screen and (max-width:768px) {
.form-af div {
  width: 100%;
  padding: 8px 0;
}

.form-af label {
  top: 26px;
}
}

.form-af input:focus + label,
.form-af input:valid + label,
.form-af textarea:valid + label,
.form-af textarea:focus + label,
.form-af input.invalidPattern + label {
  font-size: 10px;
  opacity: 1;
  left: 20px;
  top: 18px;
  padding: 0 10px;
}

.form-af select,
.form-af input:not([type="submit"]),
.form-af textarea {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #002947;
  width: 100%;
  height: 60px; 
  line-height: 60px;
  margin: 0;
  outline: 0;
  border: 2px solid rgba(0, 41, 72,.4);
  background-color: rgba(0, 41, 72,.1);
  background-size: 11px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 20px 0 20px;
  border-radius: 4px;
  transition: all 0.3s;
}

.form-af select {
  line-height: 52px;
  background-size: 22px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%232c2c2c'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M15.88 9.29L12 13.17 8.12 9.29c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z'/%3E%3C/svg%3E");
}

.form-af input:not([type="submit"]):valid,
.form-af select:valid {
  background-size: 12px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M98.9 17.9C99.8 17.1 100.5 15.9 101.8 15.5 106.7 20.5 111.6 25.4 116.6 30.3 94 52.7 71.5 75.3 49 97.8 34 82.8 19 67.8 4 52.8 9 47.8 14 42.8 19 37.8 29 47.8 39 57.8 49 67.8 65.6 51.1 82.3 34.5 98.9 17.9Z' fill='%232f2f2f'/%3E%3C/svg%3E");
}

.form-af textarea {
  height: 110px;
  line-height: 1.5;
  resize: none;
  padding: 20px 20px;
}

.form-af select:required:invalid {
  color: #002947;
  font-size: 15px;
  font-weight: 400;
}

.form-af select option[value=""][disabled] {
  display: none;
}

.form-af select option {
  color: #002947;
}

.form-af input:not([type="submit"]):valid,
.form-af textarea:valid,
.form-af select:valid {
  border: 2px solid #002947;
  background-color: rgba(0, 41, 72,0);
}

.form-af select:focus,
.form-af input:not([type="submit"]):focus,
.form-af textarea:focus {
  border: 2px solid #28b25c;
  background-color: rgba(0, 41, 72,0);
}

.form-af input:not([type="submit"]).invalidPattern {
  border: 2px solid #ff1f3d;
  background-color: rgba(0, 41, 72,0);
}

.form-af input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: 0;
  min-width: 1px;
  width: 100%;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
}

/* Enviado */

.page-id-20 .header,
.page-id-20 .footer,
.page-id-20 .cta,
.page-id-20 .end,
.error404 .header,
.error404 .footer,
.error404 .cta,
.error404 .end {
  display: none;
}

.col-af.pedido-enviado {
  background-color: #002948;
  min-height: 100vh;
}

.pedido-enviado .col-af-content {
  max-width: 600px;
  text-align: center;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pedido-enviado .col-af-content .title-common,
.pedido-enviado .col-af-content .entry-content p {
  color: #ffff;
}

.pedido-enviado .col-af-content a.btn {
  margin: 30px 0 0;
}

.error404 .pedido-enviado .col-af-content svg {
  display: block;
  width: 60px;
  margin: 0 auto 30px;
  fill: #fff;
}

._form-thank-you {
  text-align: center;
  padding: 0;
}

._form-thank-you p {
  margin: 0;
}

._form-thank-you span {
  display: block;
}

@keyframes scaleAnimation {
 0% {
   opacity: 0;
   transform: scale(1.5);
 }
 100% {
   opacity: 1;
   transform: scale(1);
 }
}
@keyframes drawCircle {
 0% {
   stroke-dashoffset: 151px;
 }
 100% {
   stroke-dashoffset: 0;
 }
}
@keyframes drawCheck {
 0% {
   stroke-dashoffset: 36px;
 }
 100% {
   stroke-dashoffset: 0;
 }
}
@keyframes fadeOut {
 0% {
   opacity: 1;
 }
 100% {
   opacity: 0;
 }
}
@keyframes fadeIn {
 0% {
   opacity: 0;
 }
 100% {
   opacity: 1;
 }
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #28b25c;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #fff;
}

#successAnimationResult {
  fill: #28b25c;
  opacity: 0;
}

.anime-start #successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}

.anime-start #successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

.anime-start #successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

.anime-start #successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

/* One column */

.one-column #content {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  position: relative;
  padding: 80px 0;
}

.single-attachment #content {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

/* Styles */

.screen-reader-text {
  position: absolute;
  left: -9000px;
}

/* Share Buttons */

.crunchify-social {
  width: 100%;
  height: auto;
  padding: 40px 0 10px;
  margin: 0;
}
 
.crunchify-social a {
  min-width: 20px;
  margin: 5px 10px 5px 0;
  padding: 10px 25px 10px 45px;
  text-decoration: none;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
}

@media screen and (max-width: 768px) {
.crunchify-social a {
  float: left;
  margin: 5px;
  width: calc(50% - 10px);
}
}
 
.crunchify-social a:nth-of-type(1) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19.05 4.91A9.816 9.816 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.264 8.264 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.183 8.183 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07c0 1.22.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
}
 
.crunchify-social a:nth-of-type(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.205 2.25h3.308l-7.227 8.26l8.502 11.24H16.13l-5.214-6.817L4.95 21.75H1.64l7.73-8.835L1.215 2.25H8.04l4.713 6.231zm-1.161 17.52h1.833L7.045 4.126H5.078z'/%3E%3C/svg%3E");
}

.crunchify-social a:nth-of-type(3) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95'/%3E%3C/svg%3E");
}
 
.crunchify-social a:nth-of-type(4) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93zM6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37z'/%3E%3C/svg%3E");
}


/* Format */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-weight: 700;
  color: #002947;
  margin: 60px 0 20px;
  line-height: 1.1;
}

.entry-content h1:nth-of-type(1),
.entry-content h2:nth-of-type(1),
.entry-content h3:nth-of-type(1),
.entry-content h4:nth-of-type(1),
.entry-content h5:nth-of-type(1) {
  margin: 0 0 30px 0;
}

.entry-content h1 {
  font-size: 38px;
}

.entry-content h2 {
  font-size: 38px;
}

.entry-content h3 {
  font-size: 28px;
  font-weight: 600;
}

.entry-content h4 {
  font-size: 18px;
}

.entry-content h5 {
  font-size: 16px;
}

.entry-content p {
  font-size: 0.969em;
  font-weight: 400;
  color: #002947;
  margin: 30px 0;
  line-height: 1.6;
}

.entry-content a:not(.btn) {
  font-size: 16px;
  font-weight: 400;
  color: #002947;
  text-decoration: underline;
}

.entry-content ul {
  display: block;
  list-style: circle;
  padding: 0 0 0 30px;
}

.entry-content li {
  display: list-item;
  list-style: circle;
  line-height: 1.6;
  padding: 0 0 0 15px;
  color: #002947;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
.entry-content h1,
.entry-content h2 {
  font-size: 28px;
}

.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-size: 20px;
}

.entry-content p {
  font-size: 16px;
}
}

/* Format */

.hero-single {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-single::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba( 0, 0, 0, .72);
}

.hero-single .info {
  width: 60%;
  float: left;
}

.hero-single p span {
  display: inline-block;
  margin: 0 20px 0 0;
}

.hero-single h1,
.hero-single p {
  color: #fff;
}

.hero-single span.btn {
  height: 28px;
  display: inline-block!important;
  width: auto!important;
  line-height: 26px;
  min-width: auto;
  font-size: 10px;
  padding: 0 20px;
  margin: 0 0 50px!important;
}

.breadcrumb {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  line-height: 1.5;
  opacity: .9;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  border-left: 1px solid rgba(0, 0, 0, .5);
}

.breadcrumb li a {
  color: #303030;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li:nth-of-type(1) {
  border-left: 0;
  padding: 0;
}

.insight .col-af-content {
  max-width: 980px;
}

.entry-content iframe {
  aspect-ratio: 16 / 9;
  max-width: 760px !important;
  width: 100% !important;
  margin: 30px auto;
}

/* Imagens */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
figure {
  max-width: 700px;
  width: 100%;
  height: auto;
}

.alignleft,
img.alignleft,
.alignright,
img.alignright,
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  max-width: 700px;
  width: 100%!important;
  background: #fff;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

.wp-caption img {
  margin: 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
  text-align: center;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto;
}

.gallery::after {
  content: '';
  display: table;
  clear: both;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  padding: 15px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br {
  display: none;
}

@media screen and (max-width: 768px) {
.gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
  width: 50%;
}
}