/*
Theme Name: Montaggio
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
*/

@font-face {
  font-family: 'Inter';
  src: url('font/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('font/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('font/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('font/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

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: 'Montserrat';
  line-height: 1;
  overflow-x: hidden;
}

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

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

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

div.image {
  overflow: hidden;
}

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

div.icon,
span.icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  margin: 0 0 20px;
  background-color: rgba(135, 170, 222, 0.20);
}

div.icon.no-icon,
span.icon.no-icon {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  background-color: transparent;
}

div.icon img,
span.icon img {
  width: 26px;
  display: block;
  position: relative;
  z-index: 2;
}

div.icon.no-icon img,
span.icon.no-icon img {
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
}

.font-w h1,
.font-w h2,
.font-w h3,
.font-w p {
  color: #fff;
}

.font-w p {
  opacity: 1;
}

a {
  text-decoration:none; 
}

::-moz-selection { 
  color: #87AADE;
  background: #0B1728;
}

::selection {
  color: #87AADE;
  background: #0B1728;
}

/* Clearfix */

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

.clearfix::after {
 clear: both;
}

/* Preloader */

.no-js-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  z-index: 999;
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

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

.no-js #preloader {
  display: none;
}

.anime-start #preloader {
  animation: fadeOuts 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOuts {
100% {
  opacity: 0;
  visibility: hidden;
}
}

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

.spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 9px solid;
   border-color: #fff #0000;
   animation: spinner-0tkp9a 1s infinite;
}

@keyframes spinner-0tkp9a {
   to {
      transform: rotate(.5turn);
   }
}

/* Grid */

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

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

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

.col-af-slide {
  width: 95%;
  margin-left: 5%;
}
}

/* Button */

.btn,
.button-primary {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  min-width: 200px;
  line-height: 1;
  color: #fff;
  border: 1.5pt solid transparent;
  text-align: center;
  margin: 0;
  background-color: #87AADE;
  padding: 16px 30px;
  transition: ease .4s;
  border-radius: 4px;
}

.btn-white {
  background-color: #fff;
  color: #182A4A;
}

.btn-blue {
  background-color: #182A4A;
  color: #fff;
}

.btn-outline {
  background-color: transparent;
  border: 1.5pt solid #0540D4;
  color: #0540D4;
}

.btn-outline.btn-white {
  border: 1.5pt solid #fff;
  color: #fff;
  background-color: transparent;
}

.btn-ghost {
  color: #182A4A;
  background-color: rgba(0, 124, 116, 0.15);
}

.btn:hover {
  background-color: #87AADE;
  border: 1.5pt solid #87AADE;
  color: #fff;
  transform: scale(1.03);
}

.btn svg,
.btn img {
  width: 18px;
  display: inline-block;
  margin: 0 6px 0 0;
  fill: #0540D4;
  transition: ease .3s;
}

.btn:hover svg {
  fill: #fff;
}

.btn:hover img {
  filter: brightness(0) invert(1);
}

.btn-arrow {
  display: block;
  width: auto;
  max-width: 160px;
  padding: 80px 24px 32px;
  background-color: #87AADE;
  border-radius: 0 24px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s ease;
}

.btn-arrow.play-modal {
  bottom: 50%;
  transform: translateY(50%);
}

.btn-arrow:hover {
  padding: 90px 24px 40px;
}

.btn-arrow svg  {
  width: 18px;
  position: absolute;
  top: 24px;
  right: 24px;
  fill: #fff;
  transition: .4s ease;
}

.btn-arrow.play-modal svg {
  left: 24px;
  width: 16px;
}

span.title-common {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #87AADE;
  margin: 0 0 30px;
}

.title-common,
h1,
h2,
h3,
h4,
h5 {
  font-size: 36px;
  font-weight: 700;
  color: #182A4A;
  line-height: 1;
  margin: 0 0 30px;
}

h1,
.hero h2 {
  font-size: 54px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #182A4A;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 14px;
}

p {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: #182A4A;
  line-height: 1.5;
  opacity: .9;
  margin: 0;
}

@media screen and (max-width:991px) {
a.btn {
  width: 100%;
  min-width: 100px;
}

.title-common,
h1,
.hero h2 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3,
h4 {
  font-size: 16px;
}
}

/* WhatsApp */

.wpp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 99;
  background-color: #87AADE;
  transition: ease .4s;
  border: 2px solid rgba(255, 255, 255, .3);
  box-shadow: 0px 15px 60px 0px rgba(0,0,0,.3);
}

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

.wpp-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  transform: translate(-50%, -50%);
  width: 30px;
}

/* Cookie */

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

.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:991px) {
.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: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: transparent;
  transition: ease 0.4s;
  content-visibility: visible;
}

.header.nav-open {
  background-color: #182A4A;
}

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

body:not(.page-template):not(.single):not(.author) .header,
body.page-template-page-cliente-php .header {
  position: sticky;
  background-color: #182A4A;
}

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

.header .col-af-content {
  height: auto;
  position: relative;
}

.header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

.buttons {
  display: flex;
  position: relative;
}

.buttons .btn {
  flex: none;
  width: auto;
  min-width: 140px;
  padding: 13px 16px;
  margin: 0 0 0 10px;
}

.buttons.mobile {
  display: none;
}

@media screen and (max-width:991px) {
.buttons:not(.mobile) .btn-outline {
  display: none;
}

.header .content {
  height: 65px;
}
}

/* Logo */

a.logo {
  display: block;
  width: 210px;
  min-width: 210px;
  max-width: 210px;
}

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

@media screen and (max-width:1268px) {
  .buttons:not(.mobile) {
    position: absolute;   
    right: 50px;
  }
  .buttons.mobile {
    display: block;
    width: 100%;
  }

  .buttons.mobile .btn {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media screen and (max-width:991px) {
   a.logo {
    position: absolute;
    left: 0;
  }
  .header {
    position: fixed;
  }
  .header .col-af-content {
    height: 65px;
  }

  .buttons:not(.mobile) .btn {
    min-width: auto;
    padding: 8px 12px;
    font-size: 11px;
    align-items: center;
  }

  .buttons:not(.mobile) .btn:not(.btn-logout) {
    display: none;
  }

  .buttons:not(.mobile) .btn.btn-logout {
    padding: 0;
    right: 0;
  }

  a.logo {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}

/* Nav */

ul.top {
  width: 100%;
  height: 32px;
  text-align: right;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: ease .4s;
}

.header.header-is-visible ul.top {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

ul.top li {
  display: inline-block;
}

ul.top li a {
  font-size: 11px;
  line-height: 32px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 0 8px;
  transition: ease .4s;
}

.nav {
  flex: 1;
  text-align: right;
  padding: 0 60px 0 0;
}

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

.nav li {
  display: inline-block;
  line-height: 90px;
  position: relative;
}

.nav li.nav-expand {
  background-color: transparent;
}

.nav li.mobile-link {
  display: none;
}

.nav li a {
  display: block;
  font-size: 0.906em;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 0 18px;
  margin: 0;
  transition: ease .4s;
}

.nav a.nav-link {
  position: relative;
  padding-right: 25px;
}

.nav a.nav-link::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M4.9928 5.99999C4.88517 5.99999 4.78428 5.9833 4.69011 5.94994C4.59594 5.91658 4.50849 5.85927 4.42778 5.77801L0.714771 2.06501C0.566789 1.91703 0.492798 1.72868 0.492798 1.49998C0.492798 1.27129 0.566789 1.08294 0.714771 0.934963C0.862753 0.786981 1.05109 0.71299 1.27979 0.71299C1.50849 0.71299 1.69683 0.786981 1.84482 0.934963L4.9928 4.08295L8.14078 0.934963C8.28876 0.786981 8.4771 0.71299 8.7058 0.71299C8.9345 0.71299 9.12284 0.786981 9.27082 0.934963C9.41881 1.08294 9.4928 1.27129 9.4928 1.49998C9.4928 1.72868 9.41881 1.91703 9.27082 2.06501L5.55782 5.77801C5.4771 5.85873 5.38966 5.91604 5.29549 5.94994C5.20132 5.98384 5.10042 6.00052 4.9928 5.99999Z' fill='%2387AADE'/%3E%3C/svg%3E");
}

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

.nav li ul.submenu {
  opacity: 0;
  width: 100%;
  height: calc(100vh - 90px);
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  top: 122px;
  position: fixed;
  z-index: 9;
  background-color: rgba(0, 0, 0, .7);
  transition: ease 0.3s;
}

.header-is-visible .nav li ul.submenu {
  top: 90px;
}

.admin-bar .nav li ul.submenu {
  top: 154px;
}

.admin-bar .header-is-visible .nav li ul.submenu {
  top: 122px;
}

.nav li ul .menu {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, .15);
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
}

.nav li .nav-link.active + ul {
  opacity: 1;
  visibility: visible;
}

.nav li .col-af-content {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: inherit;
  justify-content: inherit;
}

.nav li a:hover,
.top li a:hover {
  color: #87AADE;
  opacity: 1;
}

.nav .col-af-content li {
  flex: 1;
  padding: 10px;
}

.nav .col-af-content li a {
  display: flex;
  padding: 30px 20px 30px 30px;
  height: 100%;
  border-radius: 8px;
  text-align: left;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;

  transition: .4s ease;
  background-color: #F3F6F8;
}

.nav .col-af-content li a:hover {
  background-color: #87AADE;
}

.nav .col-af-content li .icon {
  margin: 0 0 15px;
}

.nav .col-af-content li .title-common {
  font-family: 'Montserrat';
  margin: 0;
  font-size: 18px;
}

.nav .col-af-content li a:hover .title-common {
  color: #fff;
}

.nav .col-af-content li a:hover .icon img {
  filter: brightness(0) invert(1);
}

.nav .col-af-content li a:hover h3 {
  color: #fff;
}

/* Input */

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

@media screen and (max-width:1268px) {
label.toggle-menu {
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
  z-index: 11;
  height: 60px;
  width: 60px;
  outline: 0;
  border: 0;
  cursor: pointer;
}

label.toggle-menu div {
  position: absolute;
  top: 20px;
  left: 30px;
}

label.toggle-menu span {
  display: block;
  height: 2pt;
  width: 25px;
  background-color: #fff;
  position: absolute;
  opacity: 1;
  left: 0;
  border-radius: 10px;
  -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);
}

ul.top {
  display: none;
}

.nav {
  float: none;
  height: calc(100vh - 90px);
  width: 100%;
  position: fixed;
  top: 90px;
  right: 0;
  margin: 0;
  z-index: 10;
  padding: 30px 30px 60px;
  background-color: #182A4A;
  transition: all .3s;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  overflow-y: auto;
}

.header-is-visible .nav {
  height: calc(100vh - 90px);
  top: 90px;
}

input#toggle-menu:checked ~ .nav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

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

.nav li {
  width: 100%;
  line-height: 54px;
  float: left;
}

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

.nav li.mobile-link {
  display: block;
}

.nav li ul {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: none;
  max-height: 0;
  top: auto;
  left: auto;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  transition: all .3s;
}

.nav li .nav-link.active + ul {
  max-height: 800px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding: 20px 0;
}

.nav li ul li a {
  font-size: 14px;
  text-align: left;
  padding: 0;
  color: #fff;
  border-bottom: 0;
  position: relative;
}

.nav li ul.submenu,
.admin-bar .nav li ul.submenu {
  height: auto;
  left: auto;
  top: auto;
  position: relative;
  background-color: transparent;
}

.header-is-visible .nav li ul.submenu,
.admin-bar .nav li ul.submenu,
.admin-bar .header-is-visible .nav li ul.submenu {
  top: auto;
}


.nav li ul .menu {
  border-top: 0;
  padding: 0;
  background-color: transparent;
}

.nav li .col-af-content {
  width: 100%;
}

.nav .col-af-content li {
  flex: none;
  width: 100%;
  padding: 10px 0
}

.nav .col-af-content li h3 {
  font-size: 15px;
}

.nav .col-af-content li a {
  padding: 20px;
  border: 0;
}

.nav .col-af-content li .icon,
.nav .col-af-content li .icon img {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.nav .col-af-content li .title-common {
  font-size: 16px;
}
}

@media screen and (max-width:991px) {
label.toggle-menu {
  right: 10px;
  top: 2px;
}

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

/* Hero */

.hero {
  position: relative;
  overflow: hidden;
  background-color: #182A4A;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  height: 100vh;
  max-height: 750px;
}

.reduzido.hero {
  max-height: 480px;
}

.contato.hero {
  height: auto;
  padding: 200px 0 0;
  max-height: 1000px;
}

.contato.hero .col-af-content::after,
.contato.hero .col-af-content::before {
  display: none;
}

.contato.hero .col-af-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
}

.contato.hero .col-af-content .info,
.contato.hero .col-af-content .form-af {
  flex: 1;
}

.contato.hero .col-af-content .info {
  padding: 0 15% 0 0;
}

.hero-slider .owl-carousel .owl-item,
.hero-slider .owl-carousel .owl-stage {
  display: block;
}

.hero.gradient::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, #182A4A 0%, rgba(24, 42, 74, 0.60) 40%, rgba(24, 42, 74, 0.00) 55%), linear-gradient(179deg, #182A4A 10%, rgba(24, 42, 74, 0.00) 60%);
  z-index: 1;
}

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

.hero.reduzido .col-af-content {
  top: 60%;
}

.hero .info {
  width: 50%;
  float: left;
}

.reduzido.hero .info {
  width: 100%;
}

.hero .info {
  transition: ease .8s;
  opacity: 0;
  transition-delay: .8s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.no-js .hero .info {
  opacity: 1!important;
  -webkit-transform: none!important;
}

.hero .info h1 {
  margin: 0 0 24px;
}

.hero .info p {
  margin: 0 0 24px;
}

.hero .info div.contacts {
  flex-direction: column;
  margin: 40px 0 0;
}

.hero .info a.link,
.hero .info p.link {
  font-family: 'Montserrat';
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  display: flex;
  margin: 0 0 8px;
  transition: ease .3s;
  align-items: center;
}

.hero .info a.link svg,
.hero .info p.link svg {
  width: 20px;
  margin: 0 16px 0 0;
  fill: #87AADE;
}

.hero .info a.link:hover,
.hero .info p.link:hover {
  color: #87AADE;
}


.anime-start .hero .info {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.hero:not(.hero-single) .info div {
  margin: 10px 0 0;
  display: flex;
  gap: 20px;
}

.hero .info div.box {
  margin: 10px 0 0;
  display: flex;
  gap: 20px;
}

.hero .info div p {
  padding: 0 10px 0 0;
}

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

.hero .image img.mobile {
  display: none;
}

.hero .form-af {
  max-width: 520px;
  float: right;
  width: 45%;
  padding: 40px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}

.hero .form-af h3 {
  color: #007C74;
  margin: 0 0 20px;
}

.hero .link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width:991px) {
.hero,
.reduzido.hero {
  max-height: 3000px;
  height: 100vh;
}

.contato.hero {
  padding: 120px 0 0;
  height: auto;
  max-height: 3000px;
}

.contato.hero .col-af-content {
  flex-direction: column;
}

.contato.hero .col-af-content .info,
.contato.hero .col-af-content .form-af {
  flex: 1;
}

.hero .info {
  width: 100%;
}

.hero .info div.contacts {
  margin: 20px 0 0;
}

.hero .info p {
  margin: 0 0 30px;
}

.hero.lateral .image {
  width: 100%;
  height: 70%;
}

.hero .image img.desktop {
  display: none;
}

.hero .image img.mobile {
  display: block;
}

.hero:not(.hero-single) .info div {
  flex-direction: column;
}

.hero .form-af {
  width: 100%;
  margin: 60px 0 0;
  padding: 32px;
}
}

/* Liderança */

.lideranca {
  background-color: #fff;
}

.lideranca.font-w {
  background-color: #182A4A;
}

.lideranca .info {
  margin: 0 0 40px;
}

.lideranca .info p {
  margin: 30px 0 0;
}

.lideranca ul {
  width: calc(100% + 30px);
  display: flex;
  margin: 0 0 0 -15px;
}

.lideranca ul li {
  display: block;
  margin: 15px;
  aspect-ratio: 1 / 1;
  flex: 1;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.lideranca ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 5%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
}

.lideranca ul li .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lideranca ul li div:not(.image) {
  position: absolute;
  left: 36px;
  bottom: 36px;
  width: 80%;
  z-index: 2;
}

.lideranca ul li h3 {
  margin: 0;
}

.lideranca ul li .btn {
  display: inline-block;
  z-index: 1;
  margin: 24px 0 0;
  color: #fff;
  padding: 5px 10px;
  min-width: auto;
  border-radius: 3px;
  background-color: #182A4A;
}

@media screen and (max-width:991px) {
.lideranca ul {
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}

.lideranca ul li {
  margin: 15px 0;
  flex: none;
  width: 100%;
}

.lideranca ul li .btn {
  display: inline-block;
  width: auto;
}
}

/* Sobre */

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

.sobre.font-w {
  background-color: #182A4A;
}

.sobre.gray {
  background-color: #F3F6F8;
}

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

.sobre .info {
  float: left;
  width: 45%;
}

.sobre.full .info {
  width: 100%;
}

.sobre.card-w .info {
  width: 30%;
}

.sobre.card-w .info.info-c {
  float: right;
}

.sobre.inverse:not(.card-w) .info {
  float: right;
}

.sobre .info p,
.sobre .info .btn,
.sobre .info:not(.info-c) ul {
  margin: 24px 0 0;
}

.sobre .image {
  right: 0;
  position: absolute;
  width: 45%;
  height: 100%;
  bottom: 0;
  background-color: transparent;
  z-index: 2;
  border-radius: 0 80px 0 0;
}

.sobre.font-w .image,
.sobre.card-w .image {
  height: calc(100% + 90px);
  bottom: -90px;
}

.sobre.inverse:not(.card-w) .image {
  left: 0;
  right: auto;
}

.sobre.card-w .image {
  width: 30%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.sobre .info ul.box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.sobre .info ul.box li {
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin: 16px 0;
  text-align: left;
  display: flex;
}

.sobre .info ul.box li div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sobre .info ul.box li .icon {
  margin: 0 24px 0 0;
}

.sobre .info ul.box li h3 {
  margin: 0;
}

.sobre .info ul.box li p {
  margin: 20px 0 0;
}

.sobre .info ul:not(.box)  {
  display: list-item;
}

.sobre .info ul:not(.box) li {
  font-family: 'Inter';
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #182A4A;
  line-height: 1.5;
  opacity: .9;
  padding: 0 0 0 20px;
  margin: 8px 0;
}

.sobre .info ul:not(.box) li::after {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #182A4A;
  line-height: 1.5;
}

.sobre.font-w .info ul:not(.box) li {
  color: #fff;
}

.sobre.font-w .info ul:not(.box) li::after {
  color: #fff;
}

@media screen and (max-width:991px) {
.sobre .info,
.sobre.card-w .info {
  width: 100%;
  margin: 0 0 30px;
}

.sobre.card-w .info.info-c {
  margin: 30px 0 0;
}

.sobre .image,
.sobre.inverse:not(.card-w) .image,
.sobre.card-w .image {
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
  width: 100%;
  height: auto;
  transform: none;
  aspect-ratio: 4 / 3;
}
}

/* Chamada */

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

.chamada.font-w {
  background-color: #182A4A;
}

.chamada.font-w.light {
  background-color: #87AADE;
}

.chamada.gray {
  background-color: #F3F6F8;
}

.chamada .col-af-content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.chamada .info {
  padding: 0 80px 0 0;
}

.chamada .info h2 {
  margin: 0;
}

.chamada .info p {
  margin: 0 0 30px;
}

.chamada.font-w.light .title-common {
  color: #fff;
}

@media screen and (max-width:991px) {
.chamada .col-af-content {
  flex-direction: column;
  gap: 30px;
}

.chamada .info {
  padding: 0;
}
}

/* Cards */

.cards {
  background-color: #fff;
}

.cards.services {
  padding: 0;
  background-color: #F3F6F8;
}

.cards.font-w:not(.services) {
  background-color: #182A4A;
}

.cards.gray:not(.services) {
  background-color: #F3F6F8;
}

.cards .col-af-content {
  z-index: 3;
  position: relative;
}

.cards.services .col-af-content {
  padding: 60px;
  border-radius: 8px;
  background-color: #182A4A;
}

.cards .info {
  margin: 0 0 36px;
}

.cards.flex .info {
  width: 30%;
  float: left;
  padding: 0 60px 0 0;
  margin: 0;
}

.cards .info p {
  margin: 30px 0 0;
}

.cards ul {
  width: calc(100% + 20px);
  margin: 0 0 0 -10px;
  display: flex;
  position: relative;
}

.cards ul.itens {
  display: flex;
  flex-wrap: wrap;
}

.cards.flex ul {
  width: 70%;
  float: left;
  margin: 0;
}

.cards ul li {
  position: relative;
  width: 100%;
  flex: 1;
  float: left;
  padding: 40px;
  margin: 10px;
  border-radius: 6px;
  text-align: left;
  transition: .4s ease;
}

.cards:not(.services) ul li {
  background-color: #fff;
  border: 1px solid rgba(24, 42, 74, 0.20);
}

.cards.gray:not(.services) ul li {
  background-color: #F3F6F8;
}

.cards.services ul li {
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.cards ul.itens li {
  flex: none;
  width: calc(25% - 20px);
}

.cards.image-w ul li,
.cards.image-w.font-w ul li {
  padding: 40px 40px 40px 0;
  border: 0;
}

.cards:not(.flex):not(.image-w) ul li {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.cards ul li.more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cards ul li.more {
  background-color: #87AADE!important;
  border-color: transparent!important;
}

.cards ul li.more:hover,
.cards ul li.link:hover {
  transform: scale(1.02)!important;
  background-color: #87AADE;
  color: #fff;
}

.cards ul li.link:hover h3 {
  color: #fff;
}

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

.cards ul li.more svg {
  fill: #fff;
  width: 28px;
}

.cards ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}

.cards.font-w ul li {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.cards.flex ul li {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  padding: 0 40px;
  border-left: 1px solid rgba(24, 42, 74, 0.15);
}

.cards.flex.font-w ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.cards ul li h3 {
  margin: 0;
}

.cards ul li p {
  margin: 20px 0 0;
}

.cards .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #182A4A;
}

.cards .image img {
  opacity: .1;
}

@media screen and (max-width:991px) {
.cards.services .col-af-content {
  padding: 36px;
}

.cards.flex .info {
  width: 100%;
  padding: 0;
  margin: 0 0 36px;
}

.cards.flex ul {
  width: 100%;
  margin: 0;
}

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

.cards ul li {
  padding: 30px;
  flex: none;
  margin: 10px 0;
}

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

.cards.flex ul li {
  border: 0;
  padding: 36px 0;
  border-top: 1px solid rgba(24, 42, 74, 0.15);
}

.cards.flex.font-w ul li {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cards.image-w ul li, 
.cards.image-w.font-w ul li {
  padding: 16px 0;
}
}

/* servicos */

.servicos {
  background-color: #fff;
  border-bottom: 1px solid rgba(24, 42, 74, 0.15);
}

.servicos.font-w {
  background-color: #182A4A;
}

.servicos .col-af-content {
  position: relative;
  z-index: 2;
}

.servicos .info {
  margin: 0 0 60px;
}

.servicos .tabs {
  float: left;
  margin: 0;
  width: 100%;
}

.servicos .tabs input[type="radio"] {
  display: none;
}

.servicos .tabs--label {
  width: 100%;
  margin: 0 0 60px;
  display: flex;
  border-top: 1px solid rgba(24, 42, 74, 0.20);
  border-bottom: 1px solid rgba(24, 42, 74, 0.20);
}

.servicos.font-w .tabs--label {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.servicos .tabs--label label {
  flex: 1;
  position: relative;
  cursor: pointer;
  padding: 24px 16px;
  margin: 0;
  transition: ease .3s;
  text-align: center;
  align-items: center;
  justify-content: center;
  opacity: .2;
}

.servicos .tabs--label div.icon {
  margin: 0 20px 0 0;
}

.servicos .tabs--label label h3 {
  margin: 0;
  font-size: 18px;
}

.servicos .tabs--label label.current,
.servicos .tabs--label label:hover {
  opacity: 1;
}

.servicos .tabs--section > div.clearfix {
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.servicos .tabs--section {
  width: 100%;
  float: left;
}

.servicos .tabs--section .tab--section {
  width: 100%;
  position: relative;
}

.servicos .tabs--section .info {
  width: 30%;
  float: left;
  margin: 0;
}

.servicos .tabs--section .info.info-c {
  float: right;
}

.servicos .tabs--section .info:not(.info-c) h3 {
  font-size: 28px;
}

.servicos .tabs--section .info p {
  margin: 30px 0 0;
}

.servicos .tabs--section .info .btn {
  margin: 40px 0 0;
}

.servicos .tabs--section .image {
  width: 30%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  border-radius: 0 80px 0 0;
  height: calc(100% + 80px);
  bottom: -80px;
}

.servicos .tabs--section .info ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.servicos .tabs--section .info ul li {
  width: 100% ;
  margin: 12px 0;
}

.servicos .tabs--section .info ul li a {
  display: block;
  border-radius: 8px;
  padding: 24px;
  background-color: rgba(135, 170, 222, 0.20);
  transition: .4s ease;
}

.servicos .tabs--section .info ul li a:hover {
  background-color: rgba(135, 170, 222, 1);
}

.servicos .tabs--section .info ul li div {
  display: flex;
  align-items: center;
}

.servicos .tabs--section .info ul li .icon {
  margin: 0 15px 0 0;
}

.servicos .tabs--section .info ul li h3 {
  margin: 0;
  font-size: 18px;
}

.servicos .tabs--section .info ul li a:hover .icon {
  filter: brightness(0) invert(1);
}

.servicos .tabs--section .info ul li a:hover h3 {
  color: #fff;
}

.servicos #tab-01:checked ~ .tab--section--01,
.servicos #tab-02:checked ~ .tab--section--02,
.servicos #tab-03:checked ~ .tab--section--03,
.servicos #tab-04:checked ~ .tab--section--04,
.servicos #tab-05:checked ~ .tab--section--05,
.servicos #tab-06:checked ~ .tab--section--06 {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  display: block;
  height: auto;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width:991px) {
.servicos .info {
  width: 95%;
}

.servicos .tabs--label {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  padding: 0;
}

.servicos .tabs--label label {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  width: 150px;
  padding: 20px 20px 20px;
  margin: 0;
}

.servicos .tabs--section {
  margin: 0;
  width: 95%;
  padding: 0;
}

.servicos .tabs--section .info {
  width: 100%;
  padding: 20px 0 30px;
}

.servicos .tabs--section .image {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  aspect-ratio: 1 / 1;
}

.servicos .tabs--section .info ul li a {
  padding: 20px;
}

.servicos .tabs--section .info ul li h3 {
  font-size: 16px;
}
}

/* Clientes */

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

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

.clientes .col-af-content ul::before,
.clientes .col-af-content ul::after {
  content: '';
  display: block;
  width: 100px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 8%, #fff 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.clientes .col-af-content ul::after {
  left: 0;
  right: auto;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 8%, #fff 100%);
}

.clientes .info {
  margin: 0 0 80px;
}

.clientes .info p {
  margin: 30px 0 0;
}

.clientes ul {
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
  display: flex;
  position: relative;
}

.clientes .col-af-content ul li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.clientes .col-af-content ul li img {
  display: block;
  width: 80%;
  max-width: 130px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
.clientes ul {
  width: 100%;
  margin: 0;
}

.clientes .col-af-content ul li img {
  width: 75%;
}
}

/* Timeline */

.timeline {
  background-color: #fff;
  text-align: center;
}

.timeline.font-w {
  background-color: #182A4A;
}

.timeline .info {
  max-width: 700px;
  margin: 0 0 40px;
  text-align: left;
}

.timeline .info p {
  margin: 30px 0 0;
}

.timeline ul {
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.timeline ul li {
  width: calc(100% - 30px);
  border-top: 5px solid #87AADE;
  background: rgba(24, 42, 74, 0.10);
  padding: 36px;
  border-radius: 0 0 8px 8px;
  margin: 15px;
  position: relative;
  text-align: left;
}

.timeline.font-w ul li {
  background-color: rgba(255, 255, 255, 0.10);
}

.timeline ul li h3 {
  font-size: 24px;
  margin: 0;
}

.timeline ul li p {
  margin: 20px 0 0;
}

.timeline .btn {
  margin: 40px 0 0;
}

@media screen and (max-width:991px) {
.timeline {
  text-align: left;
}

.timeline .info {
  width: 95%;
  margin: 0 0 30px;
}

.timeline .btn {
  width: 95%;
  margin: 60px 0 0;
}

.timeline ul {
  width: 100%;
  margin: 0;
}

.timeline ul li {
  width: calc(100% - 30px);
  margin: 0 30px 0 0;
}
}

/* Galeria */

.galeria {
  background-color: #fff;
  padding: 0;
}

.galeria .owl-carousel .owl-item,
.galeria .owl-carousel .owl-stage {
  display: block;
}

.galeria ul {
  width: 100%;
}

.galeria ul li {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.galeria ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Author */

.author-box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 16px 0 0;
}

.author-box .author-avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

.author-box .author-info h3 {
  font-size: 16px;
  margin: 0 0 8px;
}

.author-box .author-info p {
  font-size: 14px;
  margin: 0;
}

/* Blog */

.search-form.form-af {
  display: flex;
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  background-color: #fff;
  margin: 0 0 36px;
}

.search-form.form-af div {
  flex: 1;
  padding: 16px;
}

.search-form.form-af div button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
}

.blog {
  background-color: #F3F6F8;
  text-align: center;
}

.blog.busca {
  text-align: left;
}

.blog.font-w {
  background-color: #182A4A;
}

.blog .info {
  margin: 0 0 40px;
  text-align: left;
}

.blog.cases:not(.completo) .info {
  width: 33.3333333%;
  float: left;
  padding: 40px 60px 0 0;
  margin: 0;
}

.blog:not(.completo) .info {
  max-width: 750px;
}

.blog .info p {
  margin: 30px 0 0;
}

.blog .load-more,
.blog a.btn {
  margin: 30px 0 0;
}

.blog .is-done {
  display: none;
}

ul.postagens {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0 0 0 -15px;
}

.blog.cases:not(.completo) ul.postagens {
  width: 66.6666667%;
  margin: 0;
  float: left;
}

ul.postagens li {
  width: 33.3333333%;
  margin: 0 0 20px;
  padding: 15px;
  text-align: left;
  position: relative;
}

ul.postagens.owl-carousel li {
  width: 100%;
  margin: 0;
}

ul.postagens li a {
  display: block;
  position: relative;
  width: 100%;
  transition: ease .4s;
  border-radius: 8px;
  overflow: hidden;
}

ul.postagens li .image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  transition: ease .4s;
  background-color: #87AADE;
  border-bottom: 5px solid #182A4A;
}

ul.postagens li.type-case .image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 5%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
}

ul.postagens li.type-case .image {
  aspect-ratio: 1 / 1;
  border-radius: 0;
  border-bottom: 0;
}

.blog.font-w ul.postagens li .image {
  border-bottom: 5px solid #87AADE;
}

.blog.font-w ul.postagens li.type-case .image {
  border-bottom: 0;
}

ul.postagens li .image img {
  display: block;
  transition: ease .4s;
}

ul.postagens li .title-common {
  display: inline-block;
  z-index: 1;
  margin: 0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #182A4A;
}

.blog ul.postagens li:not(.type-case) .title-common {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

ul.postagens li .image a {
  display: block;
  width: 100%;
  height: 100%;
}

ul.postagens li:hover .image img {
  transform: scale(1.1);
}

ul.postagens li .info {
  margin: 16px 0 0;
}

ul.postagens li.type-case .info {
  width: 80%!important;
  padding: 0!important;
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 2;
}

ul.postagens li .info h3 {
  margin: 16px 0 0;
}

ul.postagens li.type-case .info h3 {
  color: #fff;
}

@media screen and (max-width:991px) {
.search-form.form-af {
  flex-direction: column;
  padding: 16px 8px;
}

.search-form.form-af div {
  padding: 8px 16px;
}

.blog .col-af-slide .info {
  width: 95%;
}

.blog .col-af-slide {
  text-align: left;
}

.blog .col-af-slide .btn {
  width: 95%;
}

.blog.cases:not(.completo) .info {
  width: 95%;
  padding: 0 0 36px;
}

.blog.cases:not(.completo) ul.postagens {
  width: 100%;
}

.blog ul {
  width: 100%;
  margin: 0;
}

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

.blog ul.owl-carousel li {
  width: calc(100% - 30px);
  margin: 0 30px 0 0;
  padding: 0;
}

.blog ul.postagens li:hover .image {
  box-shadow: 0px 0px 0px 10px transparent;
}
}

/* 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");
}

/* Área do cliente */

.area-cliente-login {
  text-align: center;
  background-color: #F3F6F8;
}

.area-cliente-login .form-af {
  width: 100%;
  max-width: 540px;
  margin: 36px auto 0;
  text-align: left;
  padding: 20px 50px 50px;
  border-radius: 8px;
  background-color: #fff;
}

.area-cliente-login .form-af  label {
  font-family: 'Montserrat';
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #182A4A;
  line-height: 1.4;
  margin: 16px 0 3px;
}

.area-cliente-login .form-af input[type=submit] {
  margin: 15px 0 0;
}

.area-cliente {
  padding-bottom: 0;
}

.area-cliente h2 {
  margin: 0;
}

.area-cliente .col-af-content {
  position: relative;
}

.header a.btn-logout {
  background-color: transparent;
}

.links .tabs {
  float: left;
  margin: 0;
  width: 100%;
}

.links .col-af-content {
  background-color: #F3F6F8;
  padding: 0 0 56px;
  border-radius: 4px;
}

.links .tabs input[type="radio"] {
  display: none;
}

.links .tabs--label {
  width: 100%;
  margin: 0 0 20px;
  display: flex;
  border-bottom: 1px solid rgba(24, 42, 74, 0.20);
}

.links .tabs--label label {
  position: relative;
  cursor: pointer;
  padding: 24px 32px;
  margin: 0;
  transition: ease .3s;
  text-align: center;
  align-items: center;
  justify-content: center;
  opacity: .2;
}

.links .tabs--label label h3 {
  margin: 0;
  font-size: 18px;
}

.links .tabs--label label.current,
.links .tabs--label label:hover {
  opacity: 1;
  background-color: #182A4A;
}

.links .tabs--label label.current h3,
.links .tabs--label label:hover h3 {
  color: #fff;
}

.links .tabs--section > div.clearfix {
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.links .tabs--section {
  width: 100%;
  float: left;
  padding: 40px 56px;
}

.links .tabs--section .tab--section {
  width: 100%;
  position: relative;
}

.links #tab-01:checked ~ .tab--section--01,
.links #tab-02:checked ~ .tab--section--02,
.links #tab-03:checked ~ .tab--section--03,
.links #tab-04:checked ~ .tab--section--04,
.links #tab-05:checked ~ .tab--section--05,
.links #tab-06:checked ~ .tab--section--06,
.links #tab-07:checked ~ .tab--section--07,
.links #tab-08:checked ~ .tab--section--08,
.links #tab-09:checked ~ .tab--section--09,
.links #tab-010:checked ~ .tab--section--010 {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  display: block;
  height: auto;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.links ul.tabela {
  display: block;
  width: 100%;
  margin: 48px 0;
}

.links ul.tabela li {
  display: flex;
  align-items: center;
  margin: 0;
}

.links ul.tabela li:nth-of-type(1) {
  background-color: #182A4A;
}

.links ul.tabela li:nth-child(even) {
  background-color: #fff;
}

.links ul.tabela li div {
  flex: 1;
  min-height: 1px;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #182A4A;
  line-height: 1;
}

.links ul.tabela li div a {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: #182A4A;
  line-height: 1;
}

.links ul.tabela li div a:hover {
  text-decoration: underline;
}

.links ul.tabela li div a img {
  width: 16px;
  margin: 0 8px 0 0;
}

.links ul.tabela li:nth-of-type(1) div,
.links ul.tabela li:nth-of-type(1) div a {
  color: #fff;
}

.links ul.fotos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 24px 0 0;
}

.links ul.fotos li {
  width: calc(33.3333333% - 32px);
  margin: 16px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
}

.links ul.fotos li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media screen and (max-width: 768px) {
.links ul.fotos li {
  width: 100%;
  margin: 16px 0;
}

.links .tabs--section {
  padding: 26px;
}

.links .tabs--label label {
  padding: 20px 16px;
}

.links .tabs--label label h3 {
  font-size: 16px;
}
}

/* Modal  */

.panel-md {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  transition: all 0.3s;
  transform: translateY(8px);
}

.panel-md-hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(24, 42, 74, .9);
  cursor: default;
  text-indent: -999px;
}

.panel-md:target {
  opacity: 1;
  visibility: visible;
  z-index: 101;
  transform: translateY(0px);
}

.content-md {
  position: relative;
  top: 50%;
  left: 50%;
  height: auto;
  max-height: calc(100vh - 40px);
  max-width: 640px;
  width: 85%;
  padding: 0;
  background: #fff;
  z-index: 2;
  border: 0;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .15);
  transform: translate(-50%, -50%);
}

.content-md a.md-close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  text-indent: -999px;
  overflow-x: hidden;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #87AADE;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M18.83,16l8.59-8.59a2,2,0,0,0-2.83-2.83L16,13.17,7.41,4.59A2,2,0,0,0,4.59,7.41L13.17,16,4.59,24.59a2,2,0,1,0,2.83,2.83L16,18.83l8.59,8.59a2,2,0,0,0,2.83-2.83Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.monday-form-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 110%; /* 🔧 ajuste conforme o tamanho do formulário */
  height: 0;
  overflow: hidden;
}

.monday-form-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 5px 5px 56px rgba(0,0,0,0.25);
}

@media screen and (max-width: 768px) {
.content-md {
  padding: 32px;
}

.content-md .form-af span {
  margin: 0;
}
}

/* CTA */

.cta {
  background-color: #182A4A;
  position: relative;
  overflow: hidden;
}

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

.cta .info {
  float: left;
  width: 40%;
}

.cta .image {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 50%;
  height: calc(100% + 80px);
  border-radius: 0 40px 0 0;
}

.cta img.man {
  position: absolute;
  display: block;
  bottom: -80px;
  right: 5%;
  max-width: 280px;
}

@media screen and (max-width:991px) {
.cta {
  padding-bottom: 0;
}

.cta .info {
  width: 100%;
  margin: 0 0 32px;
}

.cta .image {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.cta img.man {
  bottom: 0;
  right: -5%;
  max-width: 180px;
}
}

/* News */

.news {
  padding: 60px 0 20px;
  background-color: #0B1728;
}

.news .col-af-content {
  display: flex;
  gap: 100px;
  align-items: center;
  background-color: rgba(0, 0, 0, .35);
  padding: 60px;
}

.news .info {
  flex: 1;
}

.news .info h2 {
  margin: 0;
}

.news .form-af {
  position: relative;
}

.news .form-af:not(.login-af) label,
.news .form-af span,
.news .form-af span a { 
  color: #fff;
}

.news .form-af input:not([type="submit"]) {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, .1);
}

.news .form-af input:not([type="submit"]):focus {
  border: 2px solid #87AADE;
}

.news .form-af input[type=submit] {
  background-color: #87AADE;
  color: #fff;
  width: auto;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 7px;
}

@media screen and (max-width:991px) {
.news .col-af-content {
  flex-direction: column;
  gap: 40px;
  padding: 36px 36px 20px;
}
}

/* Footer  */

.footer {
  background-color: #0B1728;
  padding: 0;
}

.footer .info,
.footer .menu {
  padding: 60px 0;
  width: 100%;
  display: flex;
}

.footer .info {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .info img {
  display: inline-block;
  width: 210px;
  margin: 0;
}

.footer .info img:nth-of-type(2) {
  margin-left: 30px;
}

.footer .info div,
.footer .menu div {
  flex: 1;
}

.footer .info .social {
  flex: none;
}

.footer .info div:nth-of-type(2) {
 text-align: right;
 display: flex;
 align-items: center;
 justify-content: end;
}

.footer .menu div:nth-of-type(1) {
  flex: 3;
}

.footer .info a.back {
  display: flex;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 16px 0 0;
  transition: ease .3s;
  position: relative;
}

.footer .info a.back span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 16px;
}

.footer .info a.back span svg {
  width: 10px;
  fill: #fff;
}

.footer span.title-common {
  background-color: transparent;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 700;
}

.footer .info span.title-common {
  margin: 0 20px 0 0;
  display: inline-block;
}

.footer .menu a,
.footer .menu p {
  font-family: 'Montserrat';
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 16px 0 0;
  transition: ease .3s;
}

.footer .menu a.link,
.footer .menu p.link {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
}

.footer .menu a.link svg,
.footer .menu p.link svg {
  width: 20px;
  margin: 0 16px 0 0;
  fill: #87AADE;
}

.footer .menu a:hover,
.footer .info a.back:hover {
  color: #87AADE;
}

.footer .social {
  margin: 40px 0 0;
}

.footer .social a {
  display: inline-block;
  position: relative;
  margin: 0 8px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  border-radius: 50%;
  transition: ease .4s;
  background-color: #182A4A;
}

.footer .social a svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
  fill: #fff;
  transition: ease .4s;
}

.footer .social a:hover {
  background-color: #87AADE;
}

@media screen and (max-width:991px) {
.footer .info,
.footer .menu {
  flex-direction: column;
  padding: 40px 0;
}

.footer .info div,
.footer .menu div {
  flex: none;
  width: 100%;
  text-align: center;
}

.footer .info div:nth-of-type(2) {
 text-align: center;
 justify-content: center;
 flex-direction: column;
}

.footer .info span.title-common {
  margin: 30px 0 20px;
}

.footer .menu a.link, .footer .menu p.link {
  justify-content: center;
}

.footer .menu div {
  margin: 30px 0 0;
}
}

/* Copyright */

.footer .end {
  width: 100%;
  margin: 20px 0;
}

.footer .end div {
  width: 50%;
  float: left;
  text-align: left;
}

.footer .end div:nth-of-type(2) {
  text-align: right;
}

.footer .end div a,
.footer .end div p {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  margin: 0 10px 0 0;
  opacity: .8;
}

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

@media screen and (max-width:991px) {
.footer .col-af-content .end div,
.footer .col-af-content .end div:nth-child(2) {
  width: 100%;
  text-align: center;
}

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

/* Animate */

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

.no-js .anime {
  opacity: 1 !important;
  transform: none !important;
}

.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 {
  transition-delay: .6s;
}

/* 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-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-nav {
  display: block;
  width: 130%;
  max-width: 1400px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:991px) {
.owl-nav {
  width: 95%;
}
}

.navtop .owl-nav {
  width: 100%;
  top: -100px;
  transform: translateX(-50%);
  text-align: right;
}

.owl-nav button {
  z-index: 10;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: #fff;
  transition: all .3s;
  border-radius: 50%;
}

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

.owl-nav button.owl-prev {
  float: left;
}

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

.navtop .owl-nav button.owl-prev,
.navtop .owl-nav button.owl-next {
  float: none;
  margin: 0 15px 0 0;
}

.col-af:not(.font-w) .navtop .owl-nav button.owl-prev,
.col-af:not(.font-w) .navtop .owl-nav button.owl-next {
  background-color: #182A4A;
}

.owl-nav button svg {
  z-index: 10;
  display: block;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #182A4A;
}

.col-af:not(.font-w) .navtop .owl-nav button svg {
  fill: #fff;
}

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

.owl-hero .owl-dots {
  bottom: 40px;
}

.owl-dots .owl-dot {
  display: inline-block;
  border: 0;
  width: 19px;
  height: 4px;
  padding: 0;
  margin: 6px 8px;
  outline: 0;
  transition: all .3s;
  background-color: #182A4A;
  opacity: .4;
  border-radius: 10px;
}

.font-w .owl-dots .owl-dot,
.owl-hero .owl-dots .owl-dot {
  background-color: #fff;
}

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

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

/* Inputs */

.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: 7px 0;
  margin: 0;
  float: left;
  position: relative;
}

.form-af div.aiowps-captcha-equation {
  float: none;
  font-size: 15px;
  font-weight: 700;
  color: #182A4A;
  line-height: 1.4;
}

.form-af div.submit {
  display: flex;
  align-items: center;
}

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

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

@media screen and (max-width:991px) {
.form-af div.submit {
  flex-direction: column;
}

.form-af span {
  margin: 0 0 20px;
}
}

.form-af:not(.login-af) label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #182A4A;
  line-height: 1.4;
  margin: 0;
  position: absolute;
  top: 21px;
  left: 20px;
  opacity: .6;
  transition: ease .3s;
}

.form-af:not(.login-af) input:focus + label,
.form-af:not(.login-af) input.not-empty + label,
.form-af:not(.login-af) textarea:focus + label,
.form-af:not(.login-af) textarea.not-empty + label,
.form-af:not(.login-af) input.invalidPattern + label {
  font-size: 10px;
  left: 8px;
  top: 12px;
  padding: 0 10px;
}

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

.form-af .login-remember {
  display: none;
}

.form-af.search-form select,
.form-af.search-form input:not([type="submit"]) {
  padding: 0 16px;
}

.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='%2387AADE'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%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 textarea {
  height: 110px;
  line-height: 1.5;
  resize: none;
  padding: 20px 20px;
}

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

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

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

.form-af textarea.not-empty,
.form-af select:focus,
.form-af input:not([type="submit"]):focus,
.form-af textarea:focus {
  border: 2px solid rgba(24, 42, 74, 1);
}

.form-af input:not([type="submit"]).invalidPattern {
  border: 2px solid #e50202;
}

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

/* Enviado */

.page-template-page-enviado .header,
.page-template-page-enviado .footer,
.page-template-page-enviado .cta,
.page-template-page-enviado .end,
.error404 .header,
.error404 .footer,
.error404 .cta,
.error404 .end {
  display: none;
}

.col-af.pedido-enviado {
  background-color: #182A4A;
  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 h1,
.pedido-enviado .col-af-content .entry-content p {
  color: #fff;
}

.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;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #182A4A;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #fff;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
      stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
      transform: none;
  }
  50% {
      transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
      box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

/* 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;
}

/* Format */

.insight .col-af-content {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 40px;
}

.insight .entry-sumario {
  padding: 24px 32px 0;
  border-radius: 4px;
  background-color: #F3F6F8;
  position: sticky;
  top: 120px;
  width: 600px;
}

.insight .entry-sumario a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #182A4A;
  line-height: 1;
  margin: 0 0 24px;
}

@media screen and (max-width:991px) {
.insight .col-af-content {
  flex-direction: column;
}

.insight .entry-sumario {
  position: relative;
  top: auto;
  width: 100%;
}
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin: 30px 0 20px;
}

.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 p {
  margin: 30px 0;
}

.entry-content a:not(.btn) {
  font-size: 16px;
  font-weight: 400;
  color: #636362;
  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: #41474b;
  margin: 25px 0;
}

.entry-content img {
  width: auto;
  margin: 24px auto;
  display: block;
}

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

/* Imagens */

/* Regra base para mídia dentro do conteúdo */
.entry-content img,
.entry-content figure,
.entry-content video,
.entry-content iframe {
  max-width: 100%;
  height: auto;
}

/* Remove "block forçado" nos alinhamentos */
.entry-content img.alignnone {
  display: block;
  margin: 0 0 1em;
}

/* Center */
.entry-content .aligncenter,
.entry-content img.aligncenter {
  display: block;
  margin: 1.5em auto!important;
  clear: both;
}

/* Left / Right (desktop) */
.entry-content .alignleft,
.entry-content img.alignleft {
  float: left;
  margin: 0.3em 1.5em 1em 0;
}

.entry-content .alignright,
.entry-content img.alignright {
  float: right;
  margin: 0.3em 0 1em 1.5em;
}

/* No mobile: vira centralizado (mais “WP friendly”) */
@media (max-width: 768px) {
  .entry-content .alignleft,
  .entry-content .alignright,
  .entry-content img.alignleft,
  .entry-content img.alignright {
    float: none;
    display: block;
    margin: 1.2em auto;
  }
}

/* =========================================
   Caption (wp-caption)
   ========================================= */
.entry-content .wp-caption {
  max-width: 100%;
  margin: 0 0 1.5em;
}

.entry-content .wp-caption img {
  display: block;
  margin: 0 auto;
}

.entry-content .wp-caption-text {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  margin: 0.5em 0 0;
  text-align: center;
}

/*
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 auto;
}

.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%;
}
}

/* Video Modal */

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
  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='%23224239'/%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%; 
}