/*
Theme Name: Takii Brasil
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: 'Libre Baskerville';
  src: url('font/LibreBaskerville-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

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

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

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: 'Inter';
  line-height: 1;
}

body:not(.single) {
  overflow-x: hidden;
}

input, textarea, select, button {
  font-family: 'Inter';
  -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: #0080C9;
}

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

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

div.icon svg,
span.icon svg {
  fill: #0080C9;
}

.font-w .title-common,
.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: #fff;
  background: #025a8c;
}

::selection {
  color: #fff;
  background: #025a8c;
}

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

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

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

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

.dots {
  width: 56px;
  height: 26.9px;
  background: radial-gradient(circle closest-side,#0188CA 90%,#0000) 0%   50%,
        radial-gradient(circle closest-side,#E92B38 90%,#0000) 50%  50%,
        radial-gradient(circle closest-side,#E7B12B 90%,#0000) 100% 50%;
  background-size: calc(100%/3) 13.4px;
  background-repeat: no-repeat;
  animation: dots-7ar3yq 1s infinite linear;
}

@keyframes dots-7ar3yq {
   20% {
      background-position: 0%   0%, 50%  50%,100%  50%;
   }

   40% {
      background-position: 0% 100%, 50%   0%,100%  50%;
   }

   60% {
      background-position: 0%  50%, 50% 100%,100%   0%;
   }

   80% {
      background-position: 0%  50%, 50%  50%,100% 100%;
   }
}

/* Grid */

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

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

.hero-top {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.hero-top .col-af-content {
  transform: translateY(-30px);
  z-index: 2;
  position: relative;
}

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

.hero-top {
  padding: 0!important;
}

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

/* Button */

.btn,
input[type=submit] {
  font-family: 'Libre Baskerville';
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  min-width: 200px;
  line-height: 1;
  color: #fff;
  border: 1.5pt solid transparent;
  text-align: center;
  margin: 0;
  background-color: #0080C9;
  padding: 18px 35px 23px;
  transition: ease .3s;
  border-radius: 6px;
}

.btn-white {
  background-color: #fff;
  color: #0080C9;
}

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

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

.btn-ghost {
  color: #0080C9;
  background-color: rgba(0, 128, 201, 0.20);
}

.btn:hover {
  background-color: #1ea1ec;
  border: 1.5pt solid #1ea1ec;
  color: #fff;
}

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

.btn.btn-ghost svg,
.btn.btn-outline svg {
  fill: #0080C9;
}

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

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

span.title-common {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #0080C9;
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 128, 201, 0.20);
}

.title-common,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Libre Baskerville';
  font-size: 38px;
  font-weight: 700;
  color: #292928;
  line-height: 1;
  margin: 0 0 30px;
}

.title-common b,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
  display: inline;
  color: #292928;
}

.font-w .title-common b,
.font-w h1 b,
.font-w h2 b,
.font-w h3 b,
.font-w h4 b,
.font-w h5 b {
  color: #fff;
}

.font-w span.title-common {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

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

h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #0080C9;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 14px;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #292928;
  line-height: 1.5;
  opacity: .8;
  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: 20px;
}
}

/* WhatsApp */

.wpp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 99;
  background-color: #0080C9;
  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;
}

.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: 99;
  background-color: transparent;
  transition: ease 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
  will-change: transform;
}

/* some quando rolar pra baixo */
.header.header-hide {
  transform: translateY(-110%);
}

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

.header.active,
.header.nav-hover {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header:not(.header-is-visible):not(.active):not(.nav-hover) .nav a:not(.btn) {
  color: #fff;
}

.header:not(.header-is-visible):not(.active):not(.nav-hover) .buttons:not(.mobile) .btn-outline {
  color: #fff;
  border-color: #fff;
}

.header:not(.header-is-visible):not(.active):not(.nav-hover) .buttons:not(.mobile) .btn-ghost {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.header:not(.header-is-visible):not(.active):not(.nav-hover) .nav a.nav-link::after {
  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='M11.475 14.475L7.85 10.85q-.075-.075-.112-.162T7.7 10.5q0-.2.138-.35T8.2 10h7.6q.225 0 .363.15t.137.35q0 .05-.15.35l-3.625 3.625q-.125.125-.25.175T12 14.7t-.275-.05t-.25-.175'/%3E%3C/svg%3E");
}

.header:not(.header-is-visible):not(.active):not(.nav-hover) label.toggle-menu span {
  background-color: #fff;
}

body:not(.page-template):not(.single):not(.tax-produtos) .header {
  position: sticky;
}

.page-id-405 .header,
.single-produto .header {
  position: sticky;
}

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

.header .col-af-content {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

.buttons .btn {
  flex: none;
  width: auto;
  min-width: 160px;
  padding: 15px 16px 18px;
  margin: 0 0 0 10px;
}

.buttons.mobile {
  display: none;
}

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

.header:not(.header-is-visible):not(.active) .nav a.nav-link::after {
  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='%230080C9' d='M11.475 14.475L7.85 10.85q-.075-.075-.112-.162T7.7 10.5q0-.2.138-.35T8.2 10h7.6q.225 0 .363.15t.137.35q0 .05-.15.35l-3.625 3.625q-.125.125-.25.175T12 14.7t-.275-.05t-.25-.175'/%3E%3C/svg%3E");
}
}

/* Logo */

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

a.logo img {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-user-select: none
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
  color-scheme: light !important;
  -webkit-image-rendering: auto;
  image-rendering: auto;
  forced-color-adjust: none !important;
}

@media screen and (max-width:1268px) {
a.logo {
  position: absolute;
  left: 0;
}

.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) {
.header {
  position: fixed;
}

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

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

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

/* Nav */

.nav {
  flex: 1;
  text-align: center;
}

.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 a {
  display: block;
  font-size: 0.89em;
  text-align: center;
  font-weight: 400;
  color: #292928;
  padding: 0 24px;
  margin: 0;
  opacity: .85;
  transition: ease 0.3s;
}

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

.nav a.nav-link::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  margin: -11px 0 0;
  width: 22px;
  height: 22px;
  background-size: 22px 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='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%230080C9' d='M11.475 14.475L7.85 10.85q-.075-.075-.112-.162T7.7 10.5q0-.2.138-.35T8.2 10h7.6q.225 0 .363.15t.137.35q0 .05-.15.35l-3.625 3.625q-.125.125-.25.175T12 14.7t-.275-.05t-.25-.175'/%3E%3C/svg%3E");
}

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

.nav li ul.submenu {
  opacity: 0;
  width: 500px;
  visibility: hidden;
  left: -100px;
  top: 90px;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  transition: ease 0.3s;
  padding: 45px 50px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.nav li ul.submenu div {
  width: 50%;
  float: left;
  text-align: left;
}

.nav li ul.submenu div .title-common {
  padding: 0;
  border: 0;
  margin: 0 0 20px;
  display: block;
}

.nav li ul.submenu div .title-common a {
  padding: 0;
  color: #0080C9;
  text-align: left;
}

.nav li ul.submenu div li {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.3;
}

.nav li ul.submenu div li a {
  color: #292928!important;
  text-align: left;
  padding: 6px 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,
.nav li ul.submenu div li a:hover {
  color: #0080C9!important;
}

/* 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: #0080C9;
  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);
}

.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: #fff;
  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: 60px;
  float: left;
}

.nav li a:not(.btn) {
  font-size: 0.95em;
  text-align: left;
  padding: 0;
  color: #292928!important;
  border-bottom: 1px solid rgba(0,0,0,.15);
  position: relative;
}

.nav li ul.submenu div .title-common a:not(.btn) {
  border-bottom: 0;
  color: #0080C9!important;
}

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

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

.nav li ul.submenu,
.admin-bar .nav li ul.submenu {
  width: 100%;
  height: auto;
  left: auto;
  top: auto;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
}

.nav li ul.submenu div {
  width: 100%;
  padding: 30px 0;
}
}

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

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

/* Hero */

.hero {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  height: 100vh;
  max-height: 580px;
}

.hero.square {
  max-height: 640px;
}

.hero-single {
  max-height: 560px;
}

.hero.contato {
  height: auto;
  max-height: 3000px;
  overflow: visible;
  padding: 70px 0 0;
  background-color: #fff;
}

.hero.gradient::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 90%),
  linear-gradient(360deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.4) 90%);
  z-index: 1;
}

.hero.gradient.square::after {
  background: linear-gradient(360deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.6) 90%);
}

.hero.square::before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
}

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

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

.hero.square .col-af-content {
  bottom: 0;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero.contato .col-af-content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 100px 0;
}

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

.contato.hero .info {
  width: 40%;
}

.square.hero .info {
  width: 40%;
  padding: 40px 60px 40px 0;
  position: relative;
  background-color: #0080C9;
  border-radius: 0 0 100px 0;
}

.square.hero .info::after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  transform: translateX(-99%);
  top: 0;
  background-color: #0080C9;
  z-index: 1;
}

.hero .info h1,
.hero .info h2 {
  margin: 0 0 30px;
  z-index: 2;
  position: relative;
}

.hero .info p {
  margin: 0 0 30px;
  z-index: 2;
  position: relative;
}

.hero .info span.title-common {
  z-index: 2;
  position: relative;
}

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

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

.hero .contatos {
  padding: 30px 60px;
  border-radius: 10px;
  background-color: #0080C9;
  margin: 30px 0 0;
}

.hero .contatos .link {
  display: flex;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  opacity: 1;
  transition: ease .3s;
  margin: 30px 0;
}

.hero .contatos .link svg {
  width: 20px;
  fill: #fff;
  margin: 0 20px 0 0;
}

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

.hero .form-af {
  float: right;
  position: sticky;
  top: 120px;
  width: 45%;
  padding: 50px 60px;
  border-radius: 10px;
  background-color: rgba(0, 128, 201, 0.10);
}

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

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

.hero.square {
  max-height: 550px;
}

.hero.square::before {
  height: 140px;
}

.hero.square .col-af-content {
  bottom: 0;
}

.hero .info,
.hero.contato .info,
.square.hero .info {
  width: 100%;
}

.hero .owl-hero .info {
  padding: 0 5%;
}

.square.hero .info {
  padding: 30px 40px 30px 0;
}

.hero .info h1,
.hero .info h2 {
  margin: 0 0 20px;
}

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

.hero .info .btn {
  margin: 10px 0;
}

.hero .contatos {
  padding: 30px 40px;
}

.hero .form-af {
  width: 100%;
  margin: 60px 0 0;
  padding: 30px;
  position: relative;
  top: auto;
}
}

/* Números */

.numeros {
  background-color: #CCE6F4;
}

.numeros.font-w {
  background-color: #0080C9;
}

.numeros .info {
  text-align: center;
  margin: 0 0 40px;
}

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

.numeros ul li {
  float: left;
  flex: 1;
  padding: 30px;
  margin: 15px;
  background-color: #fff;
  border-radius: 10px;
}

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

.numeros ul li .icon {
  margin: 0 0 20px;
}

.numeros ul li h2 {
  margin: 0;
  color: #0080C9;
}

.numeros.font-w ul li h2 {
  color: #fff;
}

.numeros ul li p {
  font-size: 20px;
  margin: 10px 0 0;
}

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

.numeros ul li {
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.numeros ul li .icon {
  margin: 0 20px 0 0;
}
}

/* Sobre */

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

.sobre.font-w {
  background-color: #0080C9;
}

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

.sobre.inverse .info {
  float: right;
}

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

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

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

.sobre.inverse .image {
  left: 0;
  right: auto;
  border-radius: 0 100px 0 0;
}

.sobre .dot {
  position: absolute;
  display: flex;
  bottom: 30px;
  right: -50px;
  z-index: 3;
}

.sobre .dot span {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #0080C9;
  margin: 0 5px;
}

.sobre.font-w .dot span {
  background-color: #E30613;
}

.sobre .dot span:nth-of-type(1) {
  background-color: #E9B400;
}

.sobre.inverse .dot {
  left: -50px;
  right: auto;
}

.sobre .play-modal {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  font-family: 'Libre Baskerville';
}

.sobre.inverse .play-modal {
  right: 30px;
  left: auto;
}

.sobre .play-modal span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #E9B400;
  border-radius: 50%;
  margin: 0 10px 0 0;
  transition: .3s ease;
}

.sobre .play-modal:hover span {
  transform: scale(1.05);
}

.sobre .play-modal span svg {
  width: 12px;
  fill: #fff;
}

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

.sobre .image,
.sobre.inverse .image {
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 70px 0 0 0;
}

.sobre.inverse .image {
  border-radius: 0 70px 0 0;
}

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

.sobre .dot {
  right: -40px;
}

.sobre.inverse .dot {
  left: -40px;
}

.sobre .dot span {
  width: 80px;
  height: 80px;
}
}

/* Cards */

.cards {
  background-color: #fff;
}

.cards.font-w {
  background-color: #0080C9;
}

.cards .info {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

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

.cards ul li {
  position: relative;
  width: calc(33.3333333% - 30px);
  float: left;
  padding: 40px;
  background-color: rgba(0, 128, 201, 0.20);
  margin: 15px;
  border-radius: 10px;
  transition: .3s ease;
}

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

.cards ul li div {
  display: flex;
  align-items: center;
}

.cards ul li h3 {
  margin: 0;
  transition: .3s ease;
}

.cards.card-w ul li h3 {
  color: #0080C9;
}

.cards ul li p {
  margin: 20px 0 0;
  transition: .3s ease;
}

.cards ul li .icon {
  margin: 0 20px 0 0;
  background-color: rgba(0, 128, 201, 0.20);
}

.cards.font-w ul li .icon {
  background-color: rgba(255, 255, 255, 0.20);
}

.cards.font-w ul li .icon img {
  filter: brightness(0) invert(1);
}

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

.cards ul li {
  width: 100%;
  padding: 35px;
  margin: 15px 0;
}
}

/* Accordion */

.accordion {
  background-color: #fff;
  padding-bottom: 20px;
}

.accordion.font-w {
  background-color: #0080C9;
}

.accordion .col-af-content {
  position: relative;
  opacity: 0;
  transition: ease .8s;
  transition-delay: 1s;
}

.anime-start .accordion .col-af-content {
  opacity: 1;
}

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

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

.accordion ul {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
}

.accordion ul li {
  display: block;
  width: 33.3333333%;
  height: 100%;
  flex: 1;
  margin: 0 10px;
  transition: ease .3s;
}

.accordion ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: ease .3s;
  background-color: #000;
}

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

.accordion ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion ul li a h2 {
  position: absolute;
  margin: 0;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  transform: rotate(-180deg);
  writing-mode: vertical-lr;
}

.accordion ul li:hover {
  flex: 2;
}

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

.accordion ul {
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  height: auto;
  display: block;
  float: left;
}

.accordion ul li {
  width: 100%;
  height: 170px;
  flex: none;
  margin: 10px 0;
}

.accordion ul li a h2 {
  right: auto;
  left: 30px;
  transform: none;
  writing-mode: horizontal-tb;
}
}

/* Timeline */

.timeline {
  background-color: #F3F3F3;
}

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

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

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

.timeline ul {
  display: block;
  width: 100%;
  position: relative;
  margin: 60px 0 0;
}

.timeline ul::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0080C9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.timeline ul li {
  display: block;
  width: 100%;
  height: 70vh;
  position: relative;
}

.timeline .owl-carousel .owl-item:nth-of-type(1) {
  padding: 0 0 0 40px;
}

.timeline ul li.inverse {
  padding: 35vh 0 0;
}

.timeline ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 35vh;
  background-color: #0080C9;
  position: absolute;
  left: 0;
  top: 0;
}

.timeline ul li.inverse::after {
  bottom: 0;
  top: auto;
}

.timeline ul li .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  border: 2px solid #0080C9;
  position: absolute;
  left: -40px;
  z-index: 1;
}

.timeline ul li.inverse .image {
  bottom: 0;
}

.timeline ul li .info {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 60px 0 0 20px;
}

.timeline ul li.inverse .info {
  padding: 20px 0 0 20px;
}

.timeline ul li h3 {
  background-color: #0080C9;
  color: #fff;
  display: inline-block;
  padding: 5px 10px 8px;
  margin: 0 0 10px;
}

.timeline ul li.inverse h3 {
  margin: 10px 0 0;
}

.timeline ul li p {
  font-size: 14px;
}

@media screen and (max-width:768px) {
.timeline .col-af-content::before,
.timeline .col-af-content::after {
  width: 80px;
  height: 90%;
}

.timeline .owl-carousel .owl-item:nth-of-type(1) {
  padding: 0;
}

.timeline ul li::after {
  left: 40px;
}

.timeline ul li .image {
  left: 0;
}

.timeline ul li .info {
  width: 260px;
  padding: 60px 0 0 60px;
}

.timeline ul li.inverse .info {
  padding: 20px 0 0 60px;
}
}

/* Breadcrumb */

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

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

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

.breadcrumb li a {
  color: #303030;
}

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

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

/* Blog */

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

.tax-produtos .blog,
.blog.catalogos {
  background-color: #fff;
  padding-top: 60px;
}

.blog-content {
  padding-top: 0;
}

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

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

.tax-produtos ul.postagens li {
  width: 25%;
}

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

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

ul.postagens.owl-carousel li,
ul.postagens.destaque li {
  width: 100%;
}

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

.blog.catalogos li a {
  background-color: #F3F3F3;
  height: 100%;
}

.blog.catalogos li a:hover {
  background-color: #0080C9;
}

.blog.catalogos li a:hover h3,
.blog.catalogos li a:hover p {
  color: #fff;
}

ul.postagens.destaque li a {
  background-color: #0080C9;
  align-items: center;
  display: flex;
  overflow: hidden;
}

ul.postagens li .image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  transition: ease .4s;
  background-color: rgba(0, 0, 0, .1);
  background-image: url(images/placeholder.svg);
  background-position: center;
  background-size: 60px auto;
  background-repeat: no-repeat;
  z-index: 1;
}

ul.postagens.produtos li .image {
  aspect-ratio: 1 / 1;
}

ul.postagens.destaque li .image {
  height: 100%;
  min-height: 100%;
  float: left;
  width: 50%;
  aspect-ratio: auto;
  border-radius: 0;
}

ul.postagens li .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease .4s;
  transform: scale(1.1);
}

ul.postagens li .image .btn {
  min-width: 20px;
  padding: 5px 5px 8px;
  font-size: 10px;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}

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

.blog ul.postagens li .info {
  padding: 30px;
}

ul.postagens.produtos li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, .6);
}

ul.postagens.destaque li .info {
  width: 40%;
  float: right;
  padding: 40px 0 40px 100px;
}

ul.postagens.destaque li .info .btn {
  min-width: 20px;
  padding: 5px 5px 8px;
  font-size: 10px;
  background-color: #fff;
  color: #0080C9;
  margin: 0 0 30px;
}

ul.postagens.destaque li .info h2,
ul.postagens.destaque li .info p,
ul.postagens.produtos li .info h3 {
  color: #fff;
}

ul.postagens li .info h3 {
  margin: 0;
  color: #292928;
}

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

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

.pages-number a,
.pages-number span {
  font-family: 'Libre Baskerville';
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  color: #0080C9;
  border: 1.5pt solid #0080C9;
  font-weight: 700;
  margin: 0 5px;
  border-radius: 50%;
  transition: all .3s;
}

.pages-number a:hover,
.pages-number span:hover,
.pages-number span {
  color: #fff;
  background-color: #0080C9;
  border: 1.5pt solid #0080C9;
}

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

ul.postagens.owl-carousel li {
  padding: 20px 20px 20px 0;
}

.tax-produtos ul.postagens li {
  width: 50%;
}

ul.postagens li,
ul.postagens.child-list li {
  width: 50%;
  padding: 5px;
}

ul.postagens.destaque li a {
  display: block;
}

ul.postagens.destaque li .image {
  height: 200px;
  width: 100%;
}

ul.postagens.destaque li .info {
  width: 100%;
  padding: 30px;
}

ul.postagens li .info h3 {
  font-size: 16px;
}
}

/* Produtos */

.nav-wrapper {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0;
  margin: 60px 0 0;
  z-index: 5;
  border-top: 1px solid rgba(41, 41, 40, 0.15);
  border-bottom: 1px solid rgba(41, 41, 40, 0.15);
}

.nav-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 40px; /* deixa espaço para as setas */
  scroll-behavior: smooth;
  white-space: nowrap;
}

.nav-scroll::-webkit-scrollbar {
  display: none;
}

.nav-scroll li {
  list-style: none;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border: none;
  background: #0080C9;
  cursor: pointer;
  display: none; /* só aparece via JS */
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  border-radius: 50%;
  z-index: 10;
  padding: 0;
}

.nav-arrow svg {
  width: 30px;
  fill: #fff;
}

.nav-arrow.left {
  left: 0;
}

.nav-arrow.right {
  right: 0;
}

/* Fade nas bordas */
.nav-wrapper::before,
.nav-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
}

.nav-wrapper::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.nav-wrapper::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

ul.navigation {
  /*display: flex;*/
  width: 100%;
  overflow-x: auto;
  white-space: nowrap; /* se os <li> forem inline */
  scroll-behavior: smooth;
  z-index: 3;
  /*justify-content: center;*/
  margin: 0;
}

ul.navigation li {
  flex: none;
  margin: 0;
}

ul.navigation a {
  display: block;
  font-family: 'Libre Baskerville';
  font-size: 15px;
  font-weight: 400;
  color: #292928;
  line-height: 1.2;
  opacity: .7;
  padding: 20px;
  transition: ease .3s;
}

ul.navigation a.active,
ul.navigation a:hover {
  color: #0080C9;
  opacity: 1;
  box-shadow: inset 0 -4px 0 0 #0080C9;
}

ul.listagem h2 {
  margin: 0;
}

ul.listagem .item {
  padding: 40px 0 40px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

ul.listagem .item:nth-child(1) {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
.nav-wrapper {
  top: 65px;
}
}

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

/* Produto */

.produto {
  background-color: #fff;
}

.produto .title-mobile {
  display: none!important;
}

.produto .image .logotipo {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #fff;
  padding: 16px;
  z-index: 2;
  border-radius: 6px;
}

.produto .titulo .logotipo {
  z-index: 2;
}

.produto .logotipo img {
  display: block;
  height: 100px!important;
  width: auto!important;
  object-fit: contain!important;
}

.produto .image {
  width: 40%;
  float: left;
  position: sticky;
  top: 120px;
  left: 0;
  aspect-ratio: 1 / 1;
}

.produto .image ul {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-image: url(images/placeholder.svg);
  background-position: center;
  background-size: 60px auto;
  background-repeat: no-repeat;
}

.produto .image li {
  aspect-ratio: 1 / 1;
  width: 100%;
}

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

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

.produto .info {
  width: 50%;
  float: right;
}

.produto .info h1 {
  font-size: 38px;
  margin: 0 0 10px;
}

.produto .info .entry-content p {
  margin: 20px 0 0;
}

.produto .info .botanico {
  margin: 20px 0 0;
  font-style: italic;
}

.produto .boxes {
  margin: 30px 0 0;
}

.produto .boxes li.item {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.produto .boxes li.item div:not(.entry-content) {
  display: flex;
  align-items: center;
}

.produto .boxes li.item div .icon {
  margin: 0 20px 0 0;
  background-color: rgba(0, 128, 201, 0.20);
}

.produto .boxes li.item div h3 {
  margin: 0;
}

.produto .boxes li.item .entry-content {
  padding: 0 0 0 30px;
}

.produto .titulo {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:991px) {
.produto .title-desktop {
  display: none!important;
}

.produto .title-mobile {
  display: flex!important;
}

.produto h1.title-mobile {
  display: block;
}

.produto .logotipo img {
  height: 90px!important;
}

.produto .image {
  width: 100%;
  position: relative;
  margin: 20px 0 0;
  top: auto;
  border-radius: 60px 0 60px 0;
}

.produto .info {
  width: 100%;
  padding: 40px 0 0;
}

.produto .info h1 {
  font-size: 28px;
}
}

/* Mapa */

.mapa {
  background-color: #0080C9;
  background-image: url(images/mapa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mapa.mapa-antigo {
  background-color: #0080C9;
  background-image: none;
  padding-bottom: 0;
}

.mapa.mapa-antigo .col-af-content {
  width: 100%;
  max-width: 100%;
}

.mapa.mapa-antigo  .info {
  width: 90%;
  max-width: 1216px;
  margin: 0 auto;
}

.mapa-iframe {
  width: 100%;
  aspect-ratio: 16 / 7;
  display: block;
}

.mapa-iframe div[role="button"],
.mapa-iframe div[role="button"] img {
    width: 60px !important;
    height: 60px !important;
}

.map img {
  width: 100%;
  position: relative;
}

.map ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map ul li {
  position: absolute;
  z-index: 8;
}

.map ul li:hover {
  z-index: 99;
}

.map ul li .tooltip {
  position: relative;
}

.map ul li .pin {
  width: 40px;
  height: 40px;
  background-color: #F3F3F3;
  padding: 3px;
  border-radius: 6px;
  z-index: 2;
  position: relative;
}

.map ul li .tooltip span {
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-in-out;
  width: 400px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  background-color: #F3F3F3;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.20);
}

.map ul li:hover span {
  opacity: 1;
  visibility: visible;
  left: 60px;
}

.map ul li span .image {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 15px 0 0;
}

.map ul li span h3 {
  margin: 0 0 10px;
  color: #292928;
  font-size: 16px;
}

.map ul li span p {
  color: #292928;
  font-size: 12px;
}

@media screen and (max-width:991px) {
.map ul li .tooltip span {
  width: 140px;
}

.map ul li span .image {
  display: none;
}

.map ul li span h3 {
  font-size: 10px;
}

.map ul li span p {
  font-size: 10px;
}

.mapa-iframe {
  aspect-ratio: 1 / 1;
}
}

/* CTA */

.cta {
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
}

.cta::after {
  content: '';
  width: 35%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.cta::before {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #292928;
  z-index: 1;
}

.cta .col-af-content {
  padding: 90px 80px;
  border-radius: 0 100px 0 0;
  background-color: #0080C9;
  position: relative;
  z-index: 3;
}

.cta .info {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.cta .info div {
  margin: 50px 0 0;
}

.cta .info div .btn {
  margin: 0 5px;
}

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

.cta .col-af-content {
  padding: 40px 40px;
  border-radius: 60px 0 60px 0;
}

.cta .info div .btn {
  margin:10px 0 0;
}
}

/* Footer  */

.footer {
  background-color: #292928;
  padding: 70px 0 20px;
  position: relative;
}

.footer::before {
  content: '';
  width: 35%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

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

.footer .title-common {
  padding: 0;
  border: 0;
  margin: 0 0 15px;
}

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

.footer .col-af-content div.info:nth-of-type(2) {
  width: 60%;
  margin: 100px 0 0;
}

.footer .col-af-content div.item {
  width: 33.3333333%;
  float: left;
  position: relative;
  z-index: 2;
  margin: 0;
}

.footer .col-af-content div.info img {
  display: inline-block;
  width: 60px;
  margin: 0 0 20px;
  -webkit-user-select: none
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
  color-scheme: light !important;
  -webkit-image-rendering: auto;
  image-rendering: auto;
  forced-color-adjust: none !important;
}

.footer .col-af-content div a,
.footer .col-af-content div p {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  opacity: .8;
  margin: 12px 0 0;
  transition: ease .3s;
  opacity: .8;
}

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

.footer .col-af-content div .link {
  display: flex;
  margin: 25px 0 0;
}

.footer .col-af-content div .link svg {
  width: 20px;
  fill: #fff;
  margin: 0 20px 0 0;
}

.footer .col-af-content div.social {
  margin: 50px 0 0;
}

.footer .col-af-content div.social a {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  width: 45px;
  height: 45px;
  opacity: 1;
  border-radius: 50%;
  transition: ease .4s;
  background-color: #0080C9;
}

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

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

@media screen and (max-width:991px) {
.footer::before {
  display: none;
}

.footer .col-af-content div,
.footer .col-af-content div.info,
.footer .col-af-content div.info:nth-of-type(2) {
  width: 100%;
  text-align: center;
  margin: 0;
}

.footer .col-af-content div.item {
  width: 100%;
  text-align: center;
}

.footer .col-af-content div.social {
  margin: 40px 0 0;
}

.footer .col-af-content div.info img {
  width: 70px;
  margin: 0 0 20px;
}

.footer .col-af-content div span.title-common {
  margin: 60px 0 30px!important;
}

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

.footer .col-af-content div .link {
  justify-content: start;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}

.footer .col-af-content div .link svg {
  margin: 0 15px 0 0;
}
}

/* Copyright */

.footer .col-af-content .end {
  width: 100%;
  clear: both;
  float: left;
  margin: 60px 0 0;
}

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

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

.footer .col-af-content .end div a,
.footer .col-af-content .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 .col-af-content .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 span {
  width: 100%;
}

.footer .col-af-content .end div span:nth-of-type(2) {
  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;
}

.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: 100%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: -70px;
  text-align: right;
}

.owl-galeria .owl-nav {
  top: 50%;
  width: 100%;
  right: 0;
  transform: translateY(-50%);
}

.owl-hero .owl-nav {
  bottom: 50px;
  width: 90%;
  max-width: 1216px;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}

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

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

.owl-galeria .owl-nav button {
  background-color: #fff;
  margin: 0 20px;
}

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

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

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

.owl-hero .owl-nav button svg {
  fill: #fff;
}

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

.owl-hero .owl-dots {
  left: 2%;
  top: 50%;
  width: 10px;
  bottom: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.owl-dots .owl-dot {
  display: inline-block;
  border: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 10px;
  outline: 0;
  transition: all .3s;
  background-color: rgba(0, 128, 201, 0.20);
  border-radius: 50%;
}

.owl-hero .owl-dots .owl-dot {
  margin: 15px 0;
  background-color: rgba(255, 255, 255, .3);
}

.owl-dots .owl-dot.active {
  background-color: #0080C9;
  box-shadow: 0px 0px 0px 8px rgba(0, 128, 201, .2);
}

.owl-hero .owl-dots .owl-dot.active {
  background-color: #fff;
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
}

@media screen and (max-width:991px) {
.owl-hero .owl-dots {
  left: 5%;
  top: auto;
  bottom: 50px;
  display: block;
  transform: none;
  flex-direction: row;
  width: 100px;
}

.owl-hero .owl-dots .owl-dot {
  margin: 0 10px;
}
}

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

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

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

.form-af label {
  display: block;
  font-family: 'Libre Baskerville';
  font-size: 14px;
  font-weight: 400;
  color: #0080C9;
  line-height: 1.4;
  margin: 0;
  position: absolute;
  top: 23px;
  left: 20px;
  transition: ease .3s;
}

.form-af input:focus + label,
.form-af input.not-empty + label,
.form-af textarea:focus + label,
.form-af textarea.not-empty + label,
.form-af input.invalidPattern + label {
  font-size: 9px;
  opacity: 1;
  left: 21px;
  top: 14px;
}

.form-af select,
.form-af input:not([type="submit"]),
.form-af textarea {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #292928;
  width: 100%;
  height: 55px; 
  line-height: 55px;
  margin: 0;
  outline: 0;
  border: 2px solid rgba(0, 128, 201, 0.10);
  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: 10px 10px 0 20px;
  border-radius: 4px;
  transition: all 0.3s;
}

.form-af select {
  line-height: 52px;
  padding: 0 10px 0 20px;
  background-size: 22px auto;
  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='%230080C9' d='M11.475 14.475L7.85 10.85q-.075-.075-.112-.162T7.7 10.5q0-.2.138-.35T8.2 10h7.6q.225 0 .363.15t.137.35q0 .05-.15.35l-3.625 3.625q-.125.125-.25.175T12 14.7t-.275-.05t-.25-.175'/%3E%3C/svg%3E");
}

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

.form-af select:required:invalid {
  font-family: 'Libre Baskerville';
  font-size: 14px;
  font-weight: 400;
  color: #0080C9;
}

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

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

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

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

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

.form-af input[type=submit].is-loading,
.form-af input[type=submit].is-loading {
  opacity: .8;
  cursor: not-allowed;
}

.form-af .submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  margin: -34px 0 0 20px;
  border: 2px solid #041020;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  animation: spin .8s linear infinite;
}

.form-af .submit-spinner.is-loading {
  display: inline-block;
  animation: spin .8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* 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: #0080C9;
  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: #0080C9;
  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 {
  max-width: 980px;
}

.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 {
  font-size: 16px;
  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: inside;
  padding: 0;
}

.entry-content li {
  display: list-item;
  list-style: inside;
  line-height: 1.6;
  padding: 0;
  color: #41474b;
  margin: 15px 0;
}

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

/* Imagens */

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

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

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

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

.wp-caption img {
  margin: 0;
}

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

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

.gallery dl {
  margin: 0;
}

.gallery br {
  display: none;
}

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

/* 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='%230080C9'/%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%; 
}