/*
Theme Name: RwTech
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;
  font-weight: 600;
}

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: 'Inter', sans-serif;
  line-height: 1;
  overflow-x: hidden;
}

input, textarea, select, button {
  font-family: 'Inter', 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: #303030;
  background: #00ddfd;
}

::selection {
  color: #303030;
  background: #00ddfd;
}

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

#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;
   border-color: #073eae #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: 1300px;
  margin: 0 auto;
}

/* Button */

.btn {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  min-width: 220px;
  line-height: 1.2;
  color: #fff;
  border: 0;
  text-align: center;
  margin: 0;
  background-image: -webkit-linear-gradient( -145deg, #1f61c9 0%, #073eae 100%);
  padding: 20px 35px 22px;
  transition: all .3s;
  border-radius: 30px;
}

.btn-ghost {
  background-image: none;
  color: #073eae;
  background-color: rgba(7,62,174,.1);
}

.btn-outline {
  background-image: none;
  color: #073eae;
  border: 1.5pt solid #073eae;
}

.btn-white {
  background-image: none;
  color: #073eae;
  background-color: #fff;
}

.btn-ghost.btn-white {
  background-image: none;
  color: #fff;
  background-color: rgba(255,255,255,.1);
}

.btn-ghost:hover {
  background-color: #073eae;
  color: #fff;
}

.btn-ghost.btn-white:hover {
  background-color: #fff;
  color: #073eae;
}

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

span.title-common {
  display: block;
  font-size: 14px;
  color: #073eae;
  margin: 0 0 40px;
}

.title-common {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #303030;
  line-height: 1.05;
  margin: 0 0 40px;
}

.col-af:not(.contato) h1.title-common,
.home .hero h2.title-common {
  font-size: 50px;
}

h3.title-common {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #303030;
  line-height: 1.5;
  opacity: .9;
  margin: 0;
}

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

.btn {
  display: block;
}

.title-common,
.col-af:not(.contato) h1.title-common,
.home .hero h2.title-common {
  font-size: 28px;
}

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

/* Cookie */

.cookies-container {
  position: fixed;
  width: 100%;
  max-width: 270px;
  margin: 0;
  bottom: 1.5rem;
  right: 100px;
  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;
}
}

/* Modal  */

.whatsapp-btn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 5px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
}

.whatsapp-btn svg {
  margin: 15px;
  width: 30px;
  fill: #073eae;
}

.panel-md {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  -webkit-transform: translateY(8px);
  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(7, 62, 174, .95);
  cursor: default;
  text-indent: -999px;
}

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

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

.content-md .btn {
  float: left;
  width: calc(50% - 20px);
  margin: 10px;
  min-width: 1px;
}

.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;
  background-color: transparent;
  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='%23073eae'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}

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

.content-md .btn {
  width: 100%;
  margin: 10px 0;
}
}

/* Header */

.top {
  background-image: -webkit-linear-gradient( -145deg, #1f61c9 0%, #073eae 100%);
  overflow: hidden;
}

.top .col-af-content {
  height: 28px;
  text-align: right;
  transition: ease .3s;
}

.top .col-af-content a {
  display: inline-block;
  position: relative;
  font-size: 11px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding: 0 0 0 20px;
  margin: 0 0 0 30px;
}

.top .col-af-content a:hover {
  text-decoration: underline;
}

.top .col-af-content a img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  transform: translateY(-50%);
}

#header.header-is-visible .top .col-af-content {
  height: 0px;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
}

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

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

.header {
  width: 100%;
  background-color: transparent;
  transition: ease 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

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

.header .btn {
  float: right;
  padding: 15px 30px 17px;
  margin: 20px 0 0 60px;
}

/* Logo */

.logo {
  display: block;
  width: 160px;
  float: left;
  margin: 23px 0 0;
}

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

@media screen and (max-width:1268px) {
.header {
  position: relative;
}

.header .btn {
  margin: 20px 80px 0 60px;
}
}

@media screen and (max-width:768px) {
.top {
  display: none;
}

.header .col-af-content {
  height: 65px;
  width: 100%;
}

.header .btn {
  min-width: auto;
  padding: 0 15px;
  font-size: 10px;
  height: 36px;
  margin: 14px 60px 0 0;
  line-height: 34px;
}

.logo {
  width: 110px;
  margin: 17px 0 0 20px;
}
}

/* Nav */

.nav {
  float: right;
  margin: 0;
}

.nav .btn {
  display: none;
}

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

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

.nav li a {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #303030;
  padding: 0 25px;
  margin: 0;
  transition: ease 0.3s;
}

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

.nav a.nav-link::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -12px 0 0;
  width: 24px;
  height: 24px;
  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='%23073eae' d='m11.3 14.3l-2.6-2.6q-.475-.475-.212-1.087T9.425 10h5.15q.675 0 .938.613T15.3 11.7l-2.6 2.6q-.15.15-.325.225T12 14.6q-.2 0-.375-.075T11.3 14.3Z'/%3E%3C/svg%3E");
  background-size: 100% auto;
}

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

.nav li ul {
  opacity: 0;
  min-width: 260px;
  visibility: hidden;
  overflow: hidden;
  left: 10px;
  top: 75px;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  transition: ease 0.3s;
  box-shadow: .05px 2px 30px 0px rgba(0, 0, 0, 0.1);
}

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

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

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

.nav li a:hover {
  color: #073eae;
}

.nav-top {
  display: none;
}

/* 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;
  right: 42px;
}

label.toggle-menu span {
  display: block;
  height: 2px;
  width: 25px;
  background-color: #073eae;
  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 - 118px);
  width: 100%;
  position: fixed;
  top: 118px;
  right: 0;
  z-index: 10;
  padding: 30px;
  border-top: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
  transition: all .3s;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.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:55px;
  padding: 0 0 30px;
}

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

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

.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(0,0,0,.1);
  padding: 20px 0;
}

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

.nav .btn {
  display: block;
  width: 100%;
  margin: 40px 0 0;
  font-size: 14px;
  padding: 20px 35px 22px;
  height: auto;
  line-height: 1.2;
}

.nav-top {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding: 8px 10px 8px 50px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #073eae;
}

.nav-top img {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 13px;
  transform: translateY(-50%);
}
}

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

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

/* Hero */

.hero {
  height: calc(100vh - 118px);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url(images/bg-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.hero.blue {
  background-color: #073eae;
}

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

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

.hero.busca .col-af-content .info {
  width: 70%;
}

.hero.center .col-af-content .info {
  margin: 0 auto;
  text-align: center;
}

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

.hero .col-af-content p {
  margin: 0 0 30px;
  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);
}

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

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

.hero:not(.blue) .title-common strong {
  background-image: -webkit-linear-gradient(-145deg, rgb(31, 97, 201) 0%, rgb(7, 62, 174) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero img.image {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 43%;
}

.hero ul.image {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 43%;
}

.hero ul.image img {
  display: block;
  width: 100%;
}

.search-input a {
  display: block;
  color: #fff;
  margin: 30px 0 0;
  text-decoration: underline;
}

@media screen and (max-width:768px) {
.hero:not(.hero-single) {
  height: auto;
  min-height: 100vh;
  padding: 0 0 80%;
}

.hero.blue {
  padding: 0;
}

.hero .col-af-content {
  top: auto;
  left: auto;
  position: relative;
  margin: 0 auto;
  padding: 80px 0 40px;
  -webkit-transform: none;
  transform: none;
}

.hero .col-af-content .info,
.hero.busca .col-af-content .info {
  width: 100%;
}

.hero img.image {
  width: 90%;
  right: 5%;
}

.hero ul.image {
  width: 90%;
  right: 5%;
}
}

/* Parceiros */

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

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

.parceiros ul {
 margin: 40px 0 0;
}

.parceiros ul li {
  padding: 20px 20px;
  display: flex;
  align-items: center;
}

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

.parceiros ul li img:hover {
  filter: grayscale(0%);
}

/* Sobre  */

.sobre {
  background-color: #fff;
}

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

.sobre.cyan {
  background-color: #e8f0ff;
}

.sobre.blue {
  background-color: #073eae;
}

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

.sobre .info {
  float: right;
  width: 40%;
  position: relative;
}

.sobre:nth-child(odd) .info {
  float: left;
}

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

.sobre .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #e8f0ff;
  border-radius: 12px;
  overflow: hidden;
}

.sobre:nth-child(odd) .image {
  left: auto;
  right: 0;
}

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

.sobre .info .image {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 350px;
}

.sobre .play-modal {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #073eae;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 0px 25px rgba(7, 62, 174, .2);
  transition: ease .3s;
}

.sobre .play-modal:hover {
  box-shadow: 0px 0px 0px 35px rgba(7, 62, 174, .2);
}

.sobre .play-modal svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  fill: #fff;
  transform: translate(-50%, -50%);
}

.sobre .info ul {
  display: block;
  width: 100%;
}

.sobre .info ul li {
  display: block;
  width: 100%;
  position: relative;
  margin: 30px 0 0;
  padding: 10px 10px 10px 90px;
}

.sobre .info ul li .title-common {
  margin: 0;
}

.sobre .info ul.timeline li {
  padding: 30px 30px 70%;
  float: left;
  width: calc(100% - 20px);
  border-radius: 6px;
  margin: 10px 10px;
  border: 1.5pt solid #073eae;
}

.sobre .info ul.timeline li img {
  position: absolute;
  top: auto;
  left: 5%;
  transform: none;
  width: 90%;
  bottom: 0;
}

.sobre .info ul:not(.timeline) li:nth-child(1) {
  margin: 10px 0 0;
}

.sobre .info ul li span {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

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

.sobre .info .btn {
  margin: 30px 0 0;
}

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

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

.sobre .image,
.sobre .info .image,
.sobre:nth-child(odd) .image {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  float: left;
  height: 280px;
  margin: 50px 0 0;
}

.sobre .info .image {
  margin: 0;
}

.sobre .play-modal {
  top: auto;
  bottom: 230px;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translateX(-50%);
}

.sobre .info ul {
  margin: 50px 0 0;
}
}

/* Números */

.cards {
  background-color: #073eae;
  background-image: url(images/bg-numeros.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  border-radius: 120px 0 0 0;
}

.home {
  background-color: #e8f0ff;
}

.cards.white {
  background-color: #fff;
  background-image: url(images/bg-numeros-branco.jpg);
  background-size: cover;
  background-position: center;
}

.cards.cyan {
  background-color: #e8f0ff;
  background-image: none;
}

.cards .title-common,
.cards p {
  margin: 0;
}

.cards:not(.white):not(.cyan) .title-common,
.cards:not(.white):not(.cyan) p {
  color: #fff;
}

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

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

.cards.cyan .info {
  width: 25%;
  padding: 30px 60px 0 0;
}

.cards ul {
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0 0;
}

.cards.cyan ul {
  width: 75%;
  margin: 0;
}

.cards ul li {
  display: block;
  width: calc(100% - 30px);
  margin: 15px;
  padding: 40px;
  border-radius: 6px;
  border: 1.5pt solid #00ddfd;
}

.cards.white ul li {
  border: 0;
  background-image: -webkit-linear-gradient( -145deg, #1f61c9 0%, #073eae 100%);
}

.cards.cyan ul li {
  border: 0;
  background-image: none;
  background-color: #fff;
}

.cards ul li img {
  display: block;
  width: 36px;
  margin: 0 0 30px;
}

.cards ul.counter li .title-common {
  font-size: 38px;
}

.cards:not(.cyan) ul li .title-common,
.cards:not(.cyan) ul li p {
  color: #fff;
}


@media screen and (max-width:768px) {
.cards {
  border-radius: 40px 0 0 0;
}

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

.cards .info,
.cards.cyan .info {
  width: 100%;
  padding: 0 5% 0 0;
}

.cards ul,
.cards.cyan ul {
  width: 100%;
  margin: 30px 0 0;
}

.cards ul li {
  margin: 15px 30px 0 0;
}
}

/* Soluções */

.solucoes {
  background-color: #fff
}

.solucoes.aplicativo h2.title-common {
  margin: 0 0 50px;
  max-width: 700px;
}

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

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

.tabs--label {
  width: calc(33.3333333% - 80px);
  float: left;
  position: relative;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.tabs--label p {
  margin: 0 0 40px;
  padding: 0 60px 0 0;
}

.tabs--label label {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  border: 0;
  padding: 20px 80px 20px 75px;
  margin: 20px 0 0;
  transition: ease .3s;
}

.tabs--label label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  transition: ease .3s;
  background-color: transparent;
}

.tabs--label label span {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(7,62,174,.1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tabs--label label img {
  display: block;
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabs--label label.current::before,
.tabs--label label:hover::before {
  background-color: #073eae;
}

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

section.tabs--section {
  width: 66.6666667%;
  float: right;
}

section.tabs--section .info {
  float: left;
  width: 45%;
  padding: 5% 0 0;
}

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

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

section.tabs--section .image {
  width: 50%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  background-color: #e8f0ff;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 5px;
}

section.tabs--section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

@media screen and (max-width:768px) {
.tabs--label,
section.tabs--section {
  width: 100%;
  float: left;
}

.tabs--label {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-right: 0;
  padding: 0 0 50px;
}

section.tabs--section {
  margin: 50px 0 0;
}

section.tabs--section .info,
.cases .col-af-content .info {
  width: 100%;
  padding: 0;
}

section.tabs--section .image {
  float: left;
  width: 100%;
  min-width: 1px;
  height: 300px;
  position: relative;
  top: auto;
  right: auto;
  margin: 50px 0 0;
}
}

/* Blog */

.blog {
  background-color: #e8f0ff;
}

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

.blog .btn.btn-ghost {
  position: absolute;
  top: 10px;
  right: 0;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  text-align: left;
}

.blog-list li {
  display: block;
  float: left;
  width: 33.3333333%;
  margin: 0;
  padding: 20px;
}

.blog-list.owl-carousel li {
  width: 100%;
}

.blog-list li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding:0;
  position: relative;
  border: 0;
  text-align: left;
  border-radius: 12px;
  background-color: #fff;
  transition: all .3s;
}

.blog-list li:nth-child(3n+4) {
  clear: both;
}

.blog-list li .image {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #073eae;
}

.blog-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease .3s;
}

.blog-list li:hover img {
  transform: scale(1.05);
}

.blog-list li .info {
  position: relative;
  padding: 40px 40px;
}

.blog-list li .info .btn {
  position: absolute;
  top: -14px;
  left: 40px;
  height: 28px;
  line-height: 26px;
  min-width: auto;
  font-size: 10px;
  padding: 0 20px;
}

.pages-number {
  padding: 40px 0 0;
  float: left;
  width: 100%;
  text-align: center;
}

.pages-number a,
.pages-number span {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(7,62,174,.1);
  border: 0;
  font-weight: 700;
  color: #073eae;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.pages-number a:hover,
.pages-number span:hover,
.pages-number span {
  background-color: rgba(7,62,174,1);
  color: #fff;
}

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

.blog .btn.btn-ghost {
  position: relative;
  top: auto;
  width: 95%;
  right: auto;
}

.blog-list li {
  width: 100%;
  padding: 20px 0;
}

.blog-list.owl-carousel li {
  width: 100%;
  padding: 0 30px 0 0;
}
}

/* Ajuda */

.ajuda {
  background-color: #073eae;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

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

.ajuda .buscador p {
  margin: 0 0 30px;
}

.ajuda .buscador {
  margin: 60px auto 100px;
  max-width: 900px;
}

.ajuda-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  text-align: left;
}

.ajuda-list li {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  border-radius: 6px;
  background-color: #fff;
  padding: 60px;
}

.ajuda-list li .image {
  display: block;
  width: 35%;
  float: left;
  border-radius: 6px;
  background-color: #e8f0ff;
  padding: 30px;
}

.ajuda-list li img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.ajuda-list li .info {
  float: right;
  width: 50%;
  text-align: left;
  padding: 3% 0 0;
}

.ajuda-list li .title-common {
  margin: 0 0 30px;
}

.ajuda-list li p {
  margin: 0 0 30px;
}

.ajuda-list li .btn {
  margin: 0 10px 10px 0;
}

ul.produtos {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

ul.produtos li {
  width: calc(25% - 40px);
  margin: 20px;
  border-radius: 6px;
  background-color: #fff;
  padding: 40px;
  position: relative;
}

ul.produtos li img {
  display: block;
  width: 100%;
  transition: ease .3s;
}

ul.produtos li:hover img {
  transform: scale(1.06);
}


@media screen and (max-width:768px) {
.ajuda-list li {
  padding: 40px;
}


.ajuda-list li .image {
  width: 100%;
  padding: 20px;
}

.ajuda-list li img {
  width: 80%;
}

.ajuda-list li .info {
  width: 100%;
  padding: 40px 0 0;
}

.ajuda-list li .btn {
  margin: 0 0 10px;
}

ul.produtos li {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 20px;
}
}

/* depoimentos */

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

.depoimentos .col-af-content {
  max-width: 800px;
}

.depoimentos ul {
  display: block;
  width: 100%;
}

.depoimentos ul li {
  display: block;
  width: 100%;
  padding: 0 60px;
  text-align: center;
}

.depoimentos ul li svg {
  fill: #073eae;
  display: block;
  margin: 0 auto 40px;
  width: 80px;
}

.depoimentos ul li span {
  display: block;
  width: 80%;
  margin: 40px auto 0;
  position: relative;
  text-align: left;
  background-color: #e8f0ff;
  border-radius: 6px;
  padding: 20px;
}

.depoimentos ul li span img {
  display: block;
  width: 100px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

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

.depoimentos ul li span {
  width: 100%;
  text-align: center;
}

.depoimentos ul li span img {
  display: block;
  width: 100px;
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  margin: 0 auto;
}
}

/* Fullscreen */

.fullscreen {
  background-color: #073eae;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
}

.fullscreen::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(7,62,174,.8);
}

.fullscreen .col-af-content {
  max-width: 800px;
  text-align: center;
  position: relative;
  z-index: 2;
}

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

.fullscreen p {
  margin: 0 0 40px;
}

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

/* FAQ */

.faq {
  background-color: #fff;
}

.faq .info {
  float: left;
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding: 0 80px 0 0;
}

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

.faq ul {
  float: right;
  width: 75%;
  padding: 0 0 0 80px;
}

.faq ul li {
  display: block;
  background-color: #e8f0ff;
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px;
  transition: ease 0.3s;
}

button.accordion {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin: 0;
  color: #073eae;
  outline: 0;
  height: auto;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0 30px 0 0;
}

button.accordion::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  transition: ease 0.3s;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  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='%23073eae' d='M18 12.998h-5v5a1 1 0 0 1-2 0v-5H6a1 1 0 0 1 0-2h5v-5a1 1 0 0 1 2 0v5h5a1 1 0 0 1 0 2z'/%3E%3C/svg%3E");
  
}

button.accordion.active::before {
  transform: rotate(45deg);
}

button.accordion.active {
   border-bottom: 0;
}

.faq div.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

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

.faq div.panel a {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
.faq .info,
.faq ul {
  width: 100%;
  padding: 0;
  border: 0;
}

.faq ul {
  margin: 30px 0 0;
}
}

/* Parceiro */

.parceiro {
  background-color: #fff;
  background-image: url(images/bg-parceiros.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
}

.parceiro .parceiros {
  background-color: transparent;
}

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

.parceiro .info span.title-common {
  margin: 120px 0 40px;
  display: block;
}

.parceiro .info .parceiro-svg {
  display: block;
  position: relative;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  line-height: 1.3;
  transition: ease .4s;
  margin: 0 0 20px;
  padding: 0 0 0 35px;
}

.parceiro .info .parceiro-svg svg {
  display: block;
  position: absolute;
  width: 16px;
  left: 0;
  top: 2px;
  margin: 0;
  fill: #073eae;
  transition: ease .4s;
}

.parceiro .form-af {
  float: right;
  width: 50%;
  padding: 80px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0.5px 10px 40px 0px rgba(0, 1, 1, 0.05);
  border: 1px solid rgba(0, 0, 0, .1);
}

@media screen and (max-width:768px) {
.parceiro .info {
  width: 100%;
  padding: 0 0 30px;
}

.parceiro .info span.title-common {
  margin: 60px 0 40px;
}

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

/* CTA */

.cta {
  background-color: #073eae;
  background-image: url(images/bg-cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

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

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

.cta .image {
  position: absolute;
  width: 25%;
  max-width: 400px;
  bottom: 0;
  right: 15%
}

@media screen and (max-width:768px) {
.cta .info {
  width: 100%;
  padding: 0 0 90%;
}

.cta .image {
  width: 70%;
  right: 15%
}
}

/* Footer */

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

.footer img {
  display: block;
  width: 160px;
  margin: 0 0 60px;
}

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

.footer .col-af-content div span.title-common {
  margin: 50px 0 40px;
}

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

.footer .col-af-content div a:not(.btn),
.footer .col-af-content div p {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  line-height: 1.3;
  transition: ease .4s;
  margin: 0 0 20px;
  opacity: 1;
}

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

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

.footer .col-af-content div .social {
  padding: 50px 0;
  width: 100%;
  float: none;
}

.footer .col-af-content div .social a {
  display: inline-block;
  position: relative;
  height: 44px;
  width: 44px;
  opacity: 1;
  border-radius: 50%;
  background-color: rgba(7,62,174,.1);
  margin: 0 10px 0 0;
  padding: 0;
  transition: ease .4s;
}

.footer .col-af-content div .social a svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  margin: 0;
  fill: #073eae;
  transition: ease .4s;
}

.footer .col-af-content div a:hover svg {
  fill: #073eae;
}

.footer .col-af-content div .social a:hover {
  background-color: #073eae;
}

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

.footer .col-af-content div a:not(.btn):hover {
  color: #073eae;
}

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

.footer .col-af-content div .social {
  padding: 60px 0 0;
}

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

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

.footer .col-af-content div a:not(.btn),
.footer .col-af-content div p,
.footer .col-af-content div:nth-of-type(2) a,
.footer .col-af-content div:nth-of-type(2) p {
  padding: 0;
  margin: 25px 0 0;
}

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

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

/* Copyright */

.end {
  padding: 0 0 25px;
  background-color: #fff;
}

.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,
.end .col-af-content div a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  color: #303030;
  margin: 0 15px 0 0;
}

.end .col-af-content div a:hover {
  color: #073eae;
}

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

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

.owl-nav {
  display: block;
  width: 100%;
  z-index: 10;
}

.owl-nav button {
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #073eae;
  transition: all .3s;
  border-radius: 50%;
}

.owl-hero .owl-nav button {
  background-color: rgba(255, 255, 255, .2);
}

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

.owl-nav button.owl-prev {
  left: -60px;
}

.owl-nav button.owl-next {
  right: -60px;
}

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

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

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

.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: #073eae;
  opacity: .4;
  border-radius: 10px;
}

.cards:not(.white):not(.cyan) .owl-dot {
  background-color: #fff;
}

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

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

@media screen and (max-width:768px) {
.owl-hero .owl-dots {
  bottom: 30px;
}
}

/* Video Modal */

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(7,62,174,.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='%23073eae'/%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: #073eae;
  background-image: url(images/bg-contato.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contato .info {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 10% 60px 0;
}

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

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

.contato .form-af {
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  padding: 80px;
  border-radius: 12px;
  box-shadow: 0.5px 10px 40px 0px rgba(0, 1, 1, 0.05);
  border: 1px solid rgba(0, 0, 0, .1);
}

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

.contato .form-af {
  padding: 40px;
  float: left;
  margin: 50px 0 0;
}
}

.form-af .title-common {
  margin: 0 0 30px;
}

.form-af p {
  margin: 0 0 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: 10px;
  margin: 0;
  float: left;
  position: relative;
}

.form-af div.metade {
  width: 50%;
}

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

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

.form-af label {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #073eae;
  line-height: 1.4;
  margin: 0;
  position: absolute;
  top: 31px;
  left: 35px;
  transition: ease .3s;
}

.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: 12px;
  opacity: 1;
  left: 25px;
  top: 5px;
  background-color: #fff;
  padding: 0 10px;
}

.form-af select,
.form-af input:not([type="submit"]),
.form-af textarea {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  width: 100%;
  height: 58px; 
  line-height: 58px;
  margin: 2px 0;
  outline: 0;
  border: 2px solid rgba(7,62,174,0);
  background-color: rgba(7,62,174,.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: 0 40px 0 25px;
  border-radius: 6px;
  transition: all 0.3s;
}

.form-af input[type="search"] {
  border: 2px solid rgba(255,255,255,.9);
  background-color: rgba(255,255,255,.1);
  border-radius: 60px;
  color: #fff;
}

.form-af input[type="search"]::placeholder {
  color: #fff;
}

.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='%23073eae'/%3E%3C/svg%3E");
}

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

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

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

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

.form-af input:not([type="submit"]):valid,
.form-af textarea:valid,
.form-af select:valid,
.form-af select:focus,
.form-af input:not([type="submit"]):focus,
.form-af textarea:focus {
  border: 2px solid rgba(7,62,174,1);
  background-color: rgba(7,62,174,0);
}

.form-af input[type="search"]:valid {
  border: 2px solid rgba(255,255,255,.9);
  background-color: rgba(255,255,255,.1);
}

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

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

.form-af.search-input input[type=submit] {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 60px;
}

@media screen and (max-width:768px) {
.form-af.search-input input[type=submit] {
  padding: 0 20px;
}
}

/* 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: -webkit-linear-gradient(-145deg,#1f61c9 0%,#073eae 100%);
  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 0 30px;
}

._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: #fff;
}

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

#successAnimationResult {
  fill: #fff;
  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.crunchify-link {
  font-family: 'Montserrat', sans-serif;
  min-width: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  border: 0;
  margin: 5px 10px 5px 0;
  padding: 10px 25px 10px 45px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #073eae;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
  transition: all 0.3s;
  border-radius: 60px;
}

@media screen and (max-width: 768px) {
.crunchify-social a.crunchify-link {
  float: left;
  margin: 5px;
  width: calc(50% - 10px);
}
}

.crunchify-social a.crunchify-link:hover {
  background-color: #00ddfd;
}
 
.crunchify-twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg clip-rule='evenodd' fill='%23fff' stroke-linejoin='round' stroke-miterlimit='2' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m161.01 464.01c193.21 0 298.88-160.07 298.88-298.88 0-4.546 0-9.072-0.307-13.578 20.558-14.871 38.305-33.282 52.408-54.374-19.171 8.495-39.51 14.065-60.334 16.527 21.924-13.124 38.343-33.782 46.182-58.102-20.619 12.235-43.18 20.859-66.703 25.498-19.862-21.121-47.602-33.112-76.593-33.112-57.682 0-105.14 47.464-105.14 105.14 0 8.002 0.914 15.979 2.722 23.773-84.418-4.231-163.18-44.161-216.49-109.75-27.724 47.726-13.379 109.58 32.522 140.23-16.715-0.495-33.071-5.005-47.677-13.148v1.331c0.014 49.814 35.447 93.111 84.275 102.97-15.464 4.217-31.693 4.833-47.431 1.802 13.727 42.685 53.311 72.108 98.14 72.95-37.19 29.227-83.157 45.103-130.46 45.056-8.358-0.016-16.708-0.522-25.006-1.516 48.034 30.825 103.94 47.18 161.01 47.104' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
 
.crunchify-facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' fill='%23fff' viewBox='0 0 96 96'%3E%3Cpath d='M42 9.9C49.7 3.7 60.2 6.3 69.3 5.7 69.3 10.4 69.3 15.1 69.3 19.8 65 20.2 60 18.7 56.3 21.3 54.1 25 55.7 29.8 55.2 33.9 59.9 33.9 64.6 33.9 69.3 33.9 68.8 38.7 68.3 43.4 67.5 48.2 63.4 48.1 59.3 48.1 55.2 48.1 55.2 62.2 55.2 76.3 55.2 90.5 49.1 90.5 42.9 90.5 36.8 90.5 36.8 76.3 36.8 62.2 36.8 48.1 33.5 48.1 30.2 48.1 26.9 48.1 26.9 43.4 26.9 38.6 26.9 33.9 30.2 33.9 33.5 33.9 36.8 33.9 37.1 25.8 35.2 15.9 42 9.9Z'/%3E%3C/svg%3E");k.svg);
}

.crunchify-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' fill='%23fff' viewBox='0 0 96 96'%3E%3Cpath d='M17.4 12.5C21.8 10.7 27.4 14.1 27.7 18.9 28.5 23 25.2 27.3 21.1 27.7 17.2 28.4 13.3 25.7 12.3 22 11.1 18.1 13.6 13.7 17.4 12.5Z' class='a'/%3E%3Cpath d='M12 32.3C17.3 32.3 22.5 32.2 27.8 32.3 27.7 49.5 27.7 66.7 27.8 83.9 22.5 84 17.3 83.9 12 84 12.1 66.7 12.1 49.5 12 32.3Z'/%3E%3Cpath d='M36.6 32.4C42 32.2 47.3 32.1 52.7 32.5 52.5 34.6 52.4 36.8 52.3 39 54.2 36.7 55.9 34 59 33.2 64.7 31.7 71.2 31.9 76.6 34.4 82.2 37.3 83.7 44.1 83.9 49.9 84 61.3 83.9 72.6 84 84 78.8 83.9 73.6 84 68.4 83.9 68.4 73.6 68.4 63.3 68.4 53 68.5 50.1 67.1 46.7 63.9 46.2 59.9 45 53.2 45.7 52.8 51 52.2 62 52.6 73 52.6 83.9 47.3 84 42 83.9 36.7 84 36.7 66.8 36.9 49.6 36.6 32.4Z'/%3E%3C/svg%3E");
}
 
.crunchify-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3Cpath d='M26.8 12.8C35.4 7.4 46 5.8 56 7.5 69.7 10 81.7 20.1 86.6 33.2 89.1 39.9 90.2 47.3 88.7 54.5 86.6 67.5 77.8 79.2 65.8 84.8 54.2 90.4 40 90 28.7 83.8 21.4 85.6 14.1 87.6 6.9 89.5 8.9 82.4 10.8 75.3 12.7 68.2 7.3 58.8 5.9 47.2 8.8 36.7 11.5 26.8 18.1 18.1 26.8 12.8M17.1 34.1C12.3 44.7 13.7 57.6 20.2 67.2 19.1 71.4 17.9 75.6 16.7 79.7 21 78.7 25.1 77.4 29.4 76.5 35.4 79.6 42 82.2 49 81.8 65.4 81.8 80.3 68.3 82.1 52 84.6 35.2 72.5 18 55.9 14.5 40.5 10.6 23.3 19.4 17.1 34.1Z' class='a'/%3E%3Cpath d='M31 30.1C32.6 28.3 35 28.9 37.1 28.8 38.7 32.1 40.2 35.6 41.5 39.1 41 41.4 39 43 37.7 44.8 41.3 51 46.9 56.4 53.9 58.2 55.5 56.2 57 54.2 58.8 52.4 62.3 54.2 66.1 55.6 69.3 57.8 68.9 60.4 68.6 63.5 66 65.1 61.9 68.6 55.9 67.7 51.3 65.6 41.8 62.1 34.5 54.3 29.4 45.7 26.5 40.8 26.7 34.1 31 30.1Z' class='a'/%3E%3C/svg%3E");
}

/* Format */

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

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

.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, .6);
}

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

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

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

.hero-single span.btn {
  height: 28px;
  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 60px;
}

.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: 900px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  color: #303030;
  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: 30px;
}

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

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

.entry-content p {
  font-size: 15px;
  font-weight: 400;
  color: #303030;
  margin: 30px 0;
  line-height: 1.6;
  opacity: .9;
}

.entry-content a:not(.btn) {
  font-size: 15px;
  font-weight: 400;
  color: #303030;
  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: #303030;
  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;
}
}

/* Imagens */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
figure {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
}

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

#topbar {
  background-color: #073eae; /* Cor azul principal do seu tema */
  min-height: 30px;          /* Altura reduzida, como solicitado */
  width: 100%;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1;
}

/* Container que alinha o conteúdo da topbar com o resto do site */
#topbar .col-af-content {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Alinha o menu à direita */
  height: 30px;
}

/* Para alinhar o menu à esquerda, troque 'flex-end' por 'flex-start' */

/* A lista (ul) de links */
.topbar-menu-fixed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

/* Cada item (li) da lista */
.topbar-menu-fixed li {
  margin-left: 25px; /* Espaçamento entre os links */
}

/* Os links (a) */
.topbar-menu-fixed li a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.topbar-menu-fixed li a:hover {
  opacity: 0.8; /* Efeito suave ao passar o mouse */
}

.topbar-icon {
  height: 16px; /* Ajuste a altura conforme necessário */
  width: auto;
  margin-right: 8px; /* Espaço entre o ícone e o texto */
  vertical-align: middle; /* Alinha o ícone verticalmente com o texto */
  position: relative;
  top: -1px; /* Ajuste fino para o alinhamento vertical */
}

@media (max-width: 768px) {

  /* Faz o container principal da topbar usar toda a largura disponível */
  #topbar .col-af-content {
    justify-content: center; /* Centraliza o menu de ícones na tela */
    padding: 0 15px;
  }

  #topbar .topbar-menu-fixed {

  }

  /* Remove a margem que existia no desktop para um melhor espaçamento */
  #topbar .topbar-menu-fixed li {
    text-align: center;
    margin-left: 0;
    width: 60px;
  }
  
  /* A MÁGICA ACONTECE AQUI: Esconde o texto dos links em telas pequenas */
  .topbar-link-text {
    display: none;
  }

  /* Remove a margem direita do ícone, já que não há mais texto ao lado */
  .topbar-icon-fa {
    margin-right: 0;
    font-size: 1.2em; /* Aumenta um pouco o ícone para melhor toque */
  }