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

@font-face {
  font-family: 'Lato';
  src: url('font/Lato-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;
  background-color: #60605E;
}

body {
  opacity: 1;
  transition: opacity 0.6s ease;
}

body.fade-out {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  body { transition: none !important; }
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato';
  line-height: 1;
  overflow-x: hidden;
  cursor: none!important;
  position: relative;
  opacity: 1;
  transition: opacity 0.6s ease;
}

* {
  cursor: none !important;
}

a:hover {
  cursor: none!important;
}

input, textarea, select, button {
  font-family: 'Lato';
  -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: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 20px;
  background-color: #FA903A;
}

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

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

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

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

a {
  text-decoration:none; 
}

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

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

/* Clearfix */

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

.clearfix::after {
 clear: both;
}

/* Preloader */

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

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #60605E;
  z-index: 9999;
}

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

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

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

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

.dots {
   width: 22.4px;
   height: 22.4px;
   border-radius: 50%;
   background: #FA903A;
   box-shadow: 0 0 0 0 rgba(250, 144, 58, 0.5);
   animation: pulse-c6zlskmd 3s infinite;
}

@keyframes pulse-c6zlskmd {
   100% {
      box-shadow: 0 0 0 20px rgba(250, 144, 58, 0.2);
   }
}

/* Grid */

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

.col-af.insight {
  background-color: #fff;
}

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

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

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

/* Button */

.btn,
input[type=submit] {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  min-width: 140px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  background-color: #FA903A;
  padding: 15px 35px 15px;
  transition: ease 1s;
}

button.btn {
  border: 0;
}

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

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

.btn:hover {
  background-color: #ffac68;
  border-color: #ffac68;
  color: #fff;
  transform: scale(1.05);
}

.btn-icon {
  padding-right: 75px;
}

.btn-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, .1);
}

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

.btn.btn-ghost svg,
.btn.btn-outline svg {
  fill: #007C74;
}

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

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

.btn-underline {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #60605E;
  text-decoration: underline;
}

.btn-back {
  display: inline-flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}

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

span.title-common {
  display: block;
  font-size: 14px;
  color: #60605E;
  margin: 0 0 30px;
}

.title-common,
h1,
h2,
h3,
h4,
h5 {
  font-size: 42px;
  font-weight: 400;
  color: #60605E;
  line-height: 1;
  margin: 0 0 30px;
}

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

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

h1 {
  font-size: 68px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 14px;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #60605E;
  line-height: 1.5;
  opacity: .8;
  margin: 0;
}

@media screen and (max-width:991px) {
.title-common,
h1 {
  font-size: 44px;
}

h2 {
  font-size: 26px;
}

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: #60605E;
  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: 9;
  background-color: transparent;
  transition: ease 0.3s;
}

.header::after {
  content: '';
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
  transition: ease .3s;
}

.header.no-hero {
  position: sticky;
  background-color: #60605E;
}

.header.no-hero::after {
  opacity: 0;
}

.header.header-is-visible {
  background-color: transparent;
}

.header.header-is-visible::after {
  opacity: 1;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, .1) 1%, rgba(0, 0, 0, 0.8) 100%);*/
  /* background-color: #60605E;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);*/
}

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

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

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

.content {
  width: 100%;
  padding: 10px 0;
}

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

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

.buttons .btn.btn-icon {
  padding-right: 45px;
}

.buttons.mobile {
  display: none;
}

.menu {
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header.header-is-visible .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

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

.content {
  width: 100%;
  height: 65px;
  padding: 0;
}

.menu {
  border-bottom: 0!important;
  padding: 0;
  position: absolute;
  width: 50%;
  right: 10px;
  top: 0;
}
}

/* Logo */

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

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

@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;
    margin: 18px 40px 0 0;
  }

  .buttons .btn.btn-icon {
    padding-right: 40px;
  }

  .buttons:not(.mobile) .btn svg {
    width: 12px;
  }
  a.logo {
    width: 120px;
    margin: 24px 0 0;
  }
}

/* Nav */

.nav {
  float: left;
  text-align: center;
}

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

.nav li {
  display: inline-block;
  position: relative;
}

.nav li:first-child a {
  padding-left: 0;
}

.nav li a {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  opacity: 1;
  transition: ease 0.3s;
}

.nav li a:hover {
  color: #FA903A;
}

/* Input */

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

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

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

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

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

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

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

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

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

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

.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: #60605E;
  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: 45px;
  float: left;
}

.nav li a:not(.btn) {
  font-size: 0.95em;
  text-align: left;
  padding: 0;
  position: relative;
}
}

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

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

/* Hero */

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

.hero.contato {
  height: auto;
  max-height: 3000px;
  overflow: visible;
  background-image: url(images/contact.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}

.hero.hero-single {
  height: 500px;
}

/*.hero:not(.hero-single)::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  background: linear-gradient(0deg,rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}*/

.hero.hidden::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  background: linear-gradient(180deg,rgba(96, 96, 94, 0) 60%, rgba(96, 96, 94, 1) 100%);
  z-index: 2;
}
.hero.contato::after {
  display: none;
}

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

.hero.hidden .col-af-content {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

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

.hero .info {
  max-width: 1000px;
  text-align: center;
  transition: ease .8s;
  opacity: 0;
  transition-delay: .8s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin: 0 auto;
}

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

.hero.hidden .info {
  max-width: 100%;
}

.hero.contato .info {
  width: 45%;
  text-align: left;
  float: left;
}

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

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

.hero .info .item {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.hero .info .item .icon {
  margin: 0 26px 0 0;
}

.hero .info .item h3 {
  margin: 0;
}

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

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

.hero .col-af-content a.btn-underline {
  margin: 10px 0 0;
  color: #fff;
}

.hero .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: ease 1.5s;
  opacity: 0;
  transition-delay: .3s;
  transform: scale(1.15);
  filter: blur(1.5rem);
}

.anime-start .hero .image {
  opacity: 1;
  transform: scale(1.0);
  filter: blur(0);
}

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

.hero .form-af {
  float: right;
  position: relative;
  width: 40%;
  padding: 50px 60px;
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}

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

.hero.play .video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
}

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

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

.hero.hero-single {
  height: 400px;
}

.hero.contato {
  background-size: 70% auto;
}

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

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

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

.hero.contato .info {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}

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

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

/* Números */

.numeros {
  background-color: #fff;
  position: relative;
}

.numeros .image {
  position: absolute;
  width: 30%;
  max-width: 300px;
  height: auto;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.numeros ul {
  display: flex;
  width: 100%;
}

.numeros ul li {
  float: left;
  flex: 1;
  padding: 0 30px;
  text-align: center;
}

.numeros ul li h2 {
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  font-size: 68px;
}

@media screen and (max-width:991px) {
.numeros ul {
  display: flex;
  flex-wrap: wrap;
}

.numeros ul li {
  width: 50%;
  float: left;
  flex: none;
  padding: 30px 0;
}

.numeros ul li h2 {
  font-size: 40px;
}
}

/* Vídeo */

.video {
  background-color: #EDE9E4;
  text-align: center;
}

.video.font-w {
  background-color: #60605E;
}

.video .info {
  width: 100%;
  display: flex;
}

.video .info div {
  flex: 1;
  text-align: center;
  padding: 0 40px 0 0;
}

.video .info.alignleft div {
  text-align: left;
}

.video .info div p {
  margin: 30px 0 0;
}

.video .image {
  width: 100%;
  aspect-ratio: 2 / 1;
  margin: 40px 0;
  position: relative;
}

.video .image .play-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #FA903A;
  box-shadow: 0px 0px 0px 8px rgba(250, 144, 58, 0.4);
  transition: .3s ease;
  border-radius: 50%;
}

.video .image .play-modal:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.video .image .play-modal svg {
  width: 14px;
  fill: #fff;
}

.video .btn {
  margin: 60px 0 0;
}

@media screen and (max-width:991px) {
.video .info {
  display: block
}

.video .info div {
  flex: none;
  padding: 0;
}

.video .image .play-modal {
  width: 60px;
  height: 60px;
}
}

/* Galeria */

.galeria {
  background-color: #EDE9E4;
}

.galeria.font-w {
  background-color: #60605E;
}

.galeria .col-af-content {
  max-width: 3000px;
  width: 100%;
  padding: 10px;
}

.galeria .info {
  display: flex;
  margin: 0 auto;
}

.galeria .item {
  flex: 1;
  padding: 10px;
  display: block;
  overflow: hidden;
}

.galeria .item p {
  margin: 0 0 30px;
}

.galeria .item:first-child div.infor:not(.image) {
  padding: 0 0 0 60px;
}

.galeria .item div.infor:not(.image) {
  padding: 0 60px;
}

.galeria .item .image {
  aspect-ratio: 16 / 9;
  min-height: 100%;
  max-width: 100%;
}

.galeria ul {
  width: 100%;
  clear: both;
}

.galeria ul.mobile-galeria {
  display: none!important;
}

.mosaico.galeria ul,
.mosaico-1.galeria ul,
.mosaico-2.galeria ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.galeria ul li {
  overflow: hidden;
  padding: 10px;
  aspect-ratio: 16 / 9;
}

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

@media screen and (min-width:768px) {
  .mosaico-1.galeria ul li:nth-child(1) {
    grid-row: span 2 / span 2;
    aspect-ratio: auto;
  }

  .mosaico-2.galeria ul li:nth-child(5) {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    aspect-ratio: auto;
  }

  .fluido.galeria ul {
    margin: 40px auto 0;
    padding: 0 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .fluido.galeria ul li {
    padding: 40px;
  }

  .fluido.galeria ul li:nth-child(1) {
    padding-right: 200px;
  }

  .fluido.galeria ul li:nth-child(2) {
    padding-left: 200px;
  }

  .fluido.galeria ul li:nth-child(3) {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    aspect-ratio: auto;
    padding: 10px 10px 10px 60px;
  }
}

@media screen and (max-width:991px) {
.galeria {
  overflow: hidden;
}

.galeria .col-af-content {
  width: 90%;
  padding: 0;
}

.galeria .info {
  display: block;
}

.galeria .item,
.galeria .item:first-child div.infor:not(.image),
.galeria .item div.infor:not(.image) {
  padding: 0;
  flex: none;
}

.galeria .item div.image {
  margin: 10px 0;
}

.galeria .item div.infor:not(.image) {
  padding: 0;
}

.mosaico.galeria ul,
.mosaico-1.galeria ul,
.mosaico-2.galeria ul {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.galeria ul.desktop-galeria {
  display: none!important;
}

.galeria ul.mobile-galeria {
  display: block!important;
  width: calc(100% + 20px);
}

.galeria ul.mobile-galeria li {
  aspect-ratio: 16 / 9;
  width: calc(100% - 20px);
  margin: 0 20px 0 0;
}

.galeria ul li {
  padding: 10px 0;
}
}

/* Fotos */

.fotos {
  background-color: #EDE9E4;
  position: relative;
  padding: 0;
}

.fotos.font-w {
  background-color: #60605E;
}

.fotos .col-af-content {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}

.fotos .info {
  width: 50%;
  height: 90vh;
  float: right;
  margin: 0;
  z-index: 2;
  position: relative;
}

.fotos .info div {
  max-width: 600px;
  float: left;
  padding: 60px 0 60px 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fotos .info div h2 {
  margin: 0 0 50px;
}

.fotos .info .item {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.fotos .info .item:hover h3 {
  color: #FA903A;
}

.fotos .info .item .icon {
  margin: 0 20px 0 0;
}

.fotos .info .item h3 {
  margin: 0;
}

.fotos .scrolling {
  width: 50%;
  float: left;
  position: relative;
}

.fotos .scrolling li,
.fotos .scrolling li div {
  width: 100%;
  height: 100vh;
}

.fotos .scrolling li div img,
.fotos .thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fotos .thumbs {
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  height: 90vh;
  position: absolute;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.fotos .thumbs li {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 5px solid #fff;
  margin: 5px 0;
  transition: .7s ease;
}

.fotos .thumbs li:hover {
  transform: scale(1.05);
}

.fotos .info,
.fotos .scrolling li div {
  position: sticky;
  top: 110px;
}

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

.fotos .scrolling {
  width: 100%;
}

.fotos .info {
  width: 100%;
  height: auto;
  float: right;
  position: relative;
  top: auto;
}

.fotos .info div {
  max-width: 600px;
  float: left;
  padding: 60px 5%;
  position: relative;
  top: auto;
  transform: none;
}

.fotos .scrolling li,
.fotos .scrolling li div {
  width: 100%;
  height: 100vh;
}
}

/* Serviços */

.servicos {
  background-color: #EDE9E4;
  overflow: hidden;
}

.servicos svg {
  top: -80px;
  left: 50%;
  transform: translateX(-50%)!important;
  position: absolute;
  opacity: .3;
  z-index: 1;
  width: 70%;
  max-width: 1200px;
}

.servicos svg.come-in,
.servicos svg.already-visible {
  transform: translateX(-50%)!important;
}

.servicos svg.come-in path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: dash 3s linear forwards;
}

.servicos::after {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(237, 233, 228, 1);
  background: linear-gradient(180deg,rgba(237, 233, 228, 0) 0%, rgba(237, 233, 228, 1) 70%);
  z-index: 2;
}

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

.servicos.font-w {
  background-color: #60605E;
}

.servicos .info {
  text-align: center;
}

.servicos ul {
  width: 100%;
  margin: 60px 0 0;
}

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

.servicos ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.servicos ul li .info {
  flex: 1;
  text-align: left;
}

.servicos ul li:nth-child(even) .info {
  text-align: right;
}

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

.servicos ul li .image {
  flex: 1;
}

.servicos ul li .image img {
  height: auto;
  object-fit: contain;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.servicos svg {
  top: -20px;
  width: 90%;
}

.servicos::after {
  height: 90px;
}

.servicos ul li {
  display: block;
}

.servicos ul li:nth-child(even) .info {
  text-align: left;
}

.servicos ul li .image img {
  width: 90%;
  margin: 0 auto 30px;
}
}

/* Steps */

.steps {
  background-color: #FFF;
}

.steps.font-w {
  background-color: #60605E;
}

.steps .info {
  text-align: center;
}

.steps ul {
  width: 100%;
  margin: 60px 0 0;
  display: flex;
}

.steps ul li {
  width: 100%;
  flex: 1;
  margin: 60px 0;
  position: relative;
  padding: 40px;
  border-radius: 0;
  background-color: #EDE9E4;
  overflow: hidden;
  box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.20);
  transition: ease .3s;
  z-index: 1;
}

.steps ul li:nth-child(1) {
  z-index: 6;
}

.steps ul li:nth-child(2) {
  z-index: 5;
}

.steps ul li:nth-child(3) {
  z-index: 4;
}

.steps ul li:nth-child(4) {
  z-index: 3;
}

.steps ul li:nth-child(5) {
  z-index: 2;
}

.steps ul li:nth-child(6) {
  z-index: 1;
}

.steps ul li:first-child {
  border-radius: 10px 0 0 10px;
}

.steps ul li:last-child {
  border-radius: 0 10px 10px 0;
}

.steps ul li.active {
  /*min-width: 630px;*/
  flex: 6;
  z-index: 6;
  border-radius: 10px;
}

.steps ul li .info {
  text-align: right;
  float: right;
  width: 40%;
  min-width: 300px;
  transition: ease .3s;
}

.steps ul li.active .info {
  width: 45%;
  min-width: 45%;
}

.steps ul li .info h2 {
  font-size: 68px;
}

.steps ul li .info h3 {
  font-size: 34px;
}

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

.steps ul li .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  transition: ease .3s;
  background-color: #60605E;
}

.steps ul li.active .image {
  width: 50%;
}

@media screen and (max-width:991px) {
.steps ul {
  flex-direction: column;
}

.steps ul li {
  margin: 0;
  padding: 30px;
}

.steps ul li .info {
  text-align: right;
  float: right;
  width: 100%;
  min-width: 100%;
  transition: ease .3s;
}

.steps ul li.active .info {
  width: 100%;
  min-width: 100%;
  padding: 330px 0 0;
}

.steps ul li .info p {
  display: none;
}

.steps ul li.active .info p {
  display: block;
}

.steps ul li .image {
  height: 0%;
  width: 100%;
}

.steps ul li.active .image {
  height: 330px;
  width: 100%;
}

/*.steps ul {
  display: block;
}

.steps ul li,
.steps ul li.active {
  width: 100%;
  flex: none;
  margin: 30px 0;
  padding: 240px 40px 40px;
  border-radius: 10px;
}

.steps ul li:first-child {
  border-radius: 10px ;
}

.steps ul li:last-child {
  border-radius: 10px;
}

.steps ul li .image,
.steps ul li.active .image {
  width: 100%;
  height: 200px;
}

.steps ul li .info,
.steps ul li.active .info {
  width: 100%;
  min-width: 100%;
}*/
}

/* Zig-zag */

.zigzag {
  background-color: #FFF;
  /*background-image: url(images/zig.svg), url(images/zag.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 40% auto, auto 70%;*/
}

.zigzag.font-w {
  background-color: #60605E;
}

.zigzag ul {
  width: 100%;
}

.zigzag ul li {
  width: 100%;
  position: relative;
  z-index: 1;
}

.zigzag ul li:nth-child(1) {
  z-index: 2;
}

.zigzag ul li .col-af-content {
  padding: 100px 0;
}

.zigzag ul li .image {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.zigzag ul li:nth-child(even) .image {
  left: auto;
  right: 0;
}

.zigzag ul li .info {
  width: 30%;
  float: right;
  position: relative;
  z-index: 3;
}

.zigzag ul li:nth-child(even) .info {
  float: left;
}

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

@media screen and (min-width:1940px) {
.zigzag ul li .col-af-content::before {
  content: '';
  width: 35%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}

.font-w.zigzag ul li .col-af-content::before {
  background-color: #60605E;
}

.zigzag ul li:nth-child(even) .col-af-content::before {
  right: 50%;
  left: auto;
}
}

@media screen and (max-width:991px) {
.zigzag {
  overflow: hidden;
  background-image: none;
}

.zigzag ul li .image,
.zigzag ul li:nth-child(even) .image {
  position: relative;
  width: 115%;
  height: auto;
  top: auto;
  left: auto;
  aspect-ratio: 16 / 9;
  margin: 0 0 60px -7%;
}

.zigzag ul li .info {
  width: 100%;
}

.zigzag ul li .col-af-content {
  padding: 0 0 40px;
}

}

/* Fullscreen */

.fullscreen {
  background-color: #fff;
  padding: 200px 0;
  overflow: hidden;
}

.fullscreen.barra {
  padding: 20px 0;
}

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

.fullscreen .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: ease 1.5s;
  opacity: 0;
  transition-delay: .3s;
  transform: scale(1.15);
}

.fullscreen.come-in .image {
  opacity: 1;
  transform: scale(1.0);
}

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

.fullscreen.lateral .info {
  max-width: 800px;
  margin: 0;
  text-align: left;
}

.fullscreen::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 2;
}

.fullscreen.barra::after {
  display: none;
}

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

.fullscreen.lateral .info li {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.fullscreen.lateral .info li .icon {
  margin: 0 20px 0 0;
}

.fullscreen.lateral .info li h3 {
  margin: 0;
}

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

/* Depoimentos */

.depoimentos {
  background-color: #EDE9E4;
}

.depoimentos .info {
  float: left;
  width: 33.3333333%;
  padding: 0 80px 0 0;
}

.depoimentos .info img {
  display: block;
  width: 100px;
  margin: 0 0 40px;
}

.depoimentos .info h2 {
  margin: 0 0 30px;
}

.depoimentos .info div {
  display: flex;
  align-items: center;
}

.depoimentos .info div img {
  margin: 0 10px;
}

.depoimentos ul {
  width: 66.6666666%;
  float: left;
}

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

.depoimentos ul li img {
  display: block;
  width: 100px;
  margin: 0 0 30px;
}

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

.depoimentos ul li h3 {
  margin: 0 0 30px;
}

@media screen and (max-width:991px) {
.depoimentos .info {
  width: 95%;
  padding: 0;
  margin: 0 0 30px;
}

.depoimentos .info img {
  width: 60px;
}

.depoimentos .info div h3 {
  margin: 0 0 20px;
}

.depoimentos .info div a img {
  margin: 0 20px 0 0;
}

.depoimentos ul {
  width: 100%;
  margin: 30px 0 0;
}

.depoimentos ul li {
  width: 100%;
  padding: 0 40px 0 0;
  margin: 0;
}
}

/* Mapa */

.mapa {
  padding: 0;
}

.mapa iframe {
  width: 100%;
  height: 400px;
  display: block;
}

/* Showroom */

.showroom {
  background-color: #fff;
  background-image: url(images/contact.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}

.showroom.font-w {
  background-color: #60605E;
}

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

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

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

.showroom .info .item {
  display: flex;
  align-items: center;
  margin: 22px 0;
}

.showroom .info .item  .icon {
  margin: 0 26px 0 0;
}

.showroom .info .item  h3 {
  margin: 0;
}

.showroom .image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width:991px) {
.showroom {
  background-size: 70% auto;
}

.showroom .info {
  width: 100%;
  margin: 0 0 30px;
}

.showroom .image {
  width: 100%;
  height: auto;
  position: relative;
  right: auto;
  bottom: auto;
  aspect-ratio: 10 / 12;
}
}

/* Hover */

.hover {
  background-color: #EDE9E4;
  /*background-image: url(images/hover-1.png), url(images/hover-2.png);
  background-repeat: no-repeat;
  background-position: left top, bottom right;
  background-size: 30% auto, 23% auto;*/
}

.hover.font-w {
  background-color: #60605E;
}

.hover .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative;
}

.hover .container::after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FA903A;
  box-shadow: 0 0 0 8px rgba(250, 144, 58, 0.2);
  position: absolute;
  left: 10%;
  transform: translateY(-50%);
  top: 40%;
  animation: fadez 1s infinite;
}

@keyframes fadez {
100% {
  box-shadow: 0 0 0 15px rgba(250, 144, 58, 0.2);
}
}

.hover .container img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none; /* para evitar clicar nas imagens escondidas */
}

.hover .container img.visible {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.hover ul {
  width: 100%;
  display: flex;
}

.hover ul li {
  width: 100%;
  display: flex;
  flex: 1;
  padding: 0 20px 0 0;
}

.hover ul li .tooltip {
  position: relative;
  overflow: visible;
  width: 80px;
  height: 80px;
  flex: none;
  margin: 0 20px 0 0;
}

.hover ul li .tooltip .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #FA903A;
}

.hover ul li .tooltip span {
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-in-out;
  width: 300px;
  height: auto;
  aspect-ratio: 2 / 1;
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 3;
}

.hover ul li .tooltip span::after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FA903A;
  box-shadow: 0 0 0 8px rgba(250,144,58,0.2);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.hover ul li .tooltip span div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 10px solid rgba(250, 144, 58, 0.40);;
}

.hover ul li .tooltip span div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hover ul li .tooltip:hover span {
  opacity: 1;
  visibility: visible;
  bottom: 100px;
}

.hover ul li .info h3 {
  margin: 0 0 10px;
}

@media screen and (max-width:991px) {
.hover ul {
  width: 100%;
  display: block;
}

.hover ul li {
  flex: none;
  padding: 20px 0;
}

.hover ul li .tooltip span {
  left: 0;
  transform: none;
}

.hover ul li .tooltip span::after {
  left: 30px;
  transform: none;
}
}

/* Blog */

.blog {
  background-color: #EDE9E4;
}

.blog button.btn,
.portfolio button.btn {
  margin: 60px 0 0;
}

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

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

.quadros.font-w {
  background-color: #60605E;
}

.quadros::after {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #60605E;
}

.quadros.font-w::after {
  background-color: #474747;
}

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

.blog.destaques::after {
  content: '';
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #60605E;
}

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

.blog .col-af-content.col-af-slide,
.portfolio .col-af-content.col-af-slide {
  width: 100%;
  max-width: 100%;
}

.blog .col-af-slide .info.top,
.portfolio .col-af-slide .info.top {
  width: 90%;
  max-width: 1216px;
  margin: 0 auto;
}

.blog.destaques .info {
  text-align: center;
}

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

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

.time ul.postagens.owl-carousel {
  padding: 0;
}

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

.portfolio:not(.quadros) ul.postagens li:nth-child(even) {
  transform: translateY(50px);
}

.portfolio.time ul.postagens li {
  margin: 15px;
  width: calc(100% - 30px);
}

ul.postagens.destaque li {
  margin: 15px;
  width: calc(100% - 30px);
}

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

ul.postagens li a {
  display: block;
  position: relative;
  width: 100%;
  transition: ease .4s;
}

.portfolio ul.postagens li a {
  aspect-ratio: 10 / 7;
}

ul.postagens.destaque li a {
  aspect-ratio: 5 / 2;
}

.portfolio ul.postagens.owl-carousel li a {
  aspect-ratio: 1 / 1;
}

.portfolio.time ul.postagens li {
  aspect-ratio: 2 / 3;
}

ul.postagens li .image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  transition: ease .4s;
  background-color: #60605E;
}

.portfolio ul.postagens li .image,
ul.postagens.destaque li .image {
  top: 0;
  left: 0;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

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

.portfolio ul.postagens li .image::after,
ul.postagens.destaque li .image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}

ul.postagens.destaque li img {
  opacity: 1;
}

ul.postagens:not(.owl-time) li:hover .image img {
  transform: scale(1.1);
  opacity: .5;
}

ul.postagens li .info {
  text-align: left!important;
}

ul.postagens li .info h3,
ul.postagens li .info h2 {
  margin: 0;
}

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

.portfolio ul.postagens li .info,
ul.postagens.destaque li .info {
  left: 40px;
  bottom: 40px;
  position: absolute;
  width: 70%;
  z-index: 3;
}

ul.postagens.destaque li .info {
  left: 80px;
  bottom: 80px;
}

.portfolio ul.postagens li .info p {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  margin: 0;
}

.portfolio ul.postagens li:hover .info p {
  opacity: .9;
  visibility: visible;
  margin: 30px 0 0;
}

ul.postagens li .icones {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  z-index: 2;
}

ul.postagens li .icones img {
  width: 40px;
  display: inline-block;
  margin: 0 0 0 10px;
}

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

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

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

.categorias {
  width: 100%;
}

.categorias form {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.categorias form select {
  flex: none;
  width: auto;
  border: 0!important;
  padding: 0 40px 0 0!important;
  background-color: transparent!important;
  margin: 0 10px;
}

.categorias form button {
  flex: none;
  margin: 0!important;
  width: auto;
}

#posts-container {
  width: 100%;
  padding: 30px;
}

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

.portfolio ul.postagens {
  margin: 0;
}

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

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

ul.postagens.owl-carousel li {
  width: calc(100% - 20px);
  margin: 0 20px 0 0;
}

.portfolio:not(.quadros) ul.postagens li:nth-child(even) {
  transform: translateY(0px);
}

ul.postagens.destaque li {
  margin: 0;
  width: 100%;
}

ul.postagens.destaque li a {
  aspect-ratio: 2 / 2;
}

ul.postagens.destaque li .info {
  left: 30px;
  bottom: 30px;
}

.portfolio.time ul.postagens li {
  margin: 15px 3px 15px;
  width: calc(100% - 6px);
}

#posts-container {
  padding: 10px;
}

.categorias form {
  display: block;
}

.categorias form select {
  flex: none;
  width: 50%;
  float: left;
  margin: 5px 0;
}

.categorias form button {
  width: 100%;
  float: left;
  margin: 10px 0;
}
}

/* Share Buttons */

.crunchify-social {
  width: 100%;
  height: auto;
  padding: 40px 0 10px;
  margin: 0;
  text-align: center;
}
 
.crunchify-social a {
  min-width: 20px;
  margin: 5px 10px 5px 0;
  padding: 10px 25px;
  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);
}
}

/* CTA */

.cta {
  background-color: #474747;
  position: relative;
  overflow: hidden;
  padding-bottom: 20%;
}

.cta::after {
  content: '';
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #474747;
  background: linear-gradient(180deg,rgba(71, 71, 71, 0) 0%, rgba(71, 71, 71, 1) 99%);
  z-index: 1;
}

.cta svg {
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%)!important;
  position: absolute;
  opacity: .5;
  z-index: 1;
  width: 80%;
  max-width: 1200px;
}

.cta svg.come-in,
.cta svg.already-visible {
  transform: translateX(-50%)!important;
}

.cta svg.come-in path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: dash 3s linear forwards;
}

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

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

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

@keyframes dash {
  to {
    stroke-dasharray: 200 0;
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width:991px) {
.cta svg {
  bottom: -2%;
  width: 100%;
  opacity: .7;
}

.cta::after {
  height: 20%;
}

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

/* Footer  */

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

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

.footer .col-af-content .menus {
  width: 70%;
  display: flex;
}

.footer .col-af-content .menus div {
  flex: 1;
}

.footer .col-af-content div.info {
  width: 30%;
  border-left: 2px solid #FA903A;
  padding: 0 0 0 80px;
}

.footer .col-af-content div.info img {
  display: inline-block;
  width: 150px;
  margin: 0 0 20px;
}

.footer .col-af-content div.info p {
  font-size: 11px;
  color: #fff;
  opacity: .85;
}

.footer .col-af-content div span.title-common {
  color: #fff;
  font-size: 16px;
}

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

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

.footer .col-af-content div a.item {
  display: flex;
  opacity: 1;
  margin: 22px 0 0;
}

.footer .col-af-content div a.item svg {
  width: 18px;
  min-width: 18px;
  fill: #fff;
  margin: 0 15px 0 0;
}

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

.footer .col-af-content div.social a {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  width: 26px;
  height: 26px;
  opacity: 1;
  transition: ease .4s;
}

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

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

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

.footer .col-af-content .menus {
  width: 100%;
  display: block;
}

.footer .col-af-content .menus div {
  flex: none;
  width: 33.3333333%;
}

.footer .col-af-content div,
.footer .col-af-content div.info {
  width: 100%;
  text-align: left;
}

.footer .col-af-content div.info {
  border-left: 0;
  padding: 70px 0 0;
}

.footer .col-af-content div.social {
  text-align: left;
  margin: 10px 0 0;
}

.footer .col-af-content div img {
  width: 120px;
  margin: 0 auto 40px;
}

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

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

/* Copyright */

.footer .col-af-content .end {
  width: 100%;
  margin: 60px 0 0;
  min-height: 1px;
}

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

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

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

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

/*.titleBurrowing {
  white-space: pre-wrap; /* Mantém espaços e quebras de linha 
}*/

/* Animate */

h2:not(.counter) span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease-out, transform 0.5s ease-out;
}

h2:not(.counter) span.visible {
  opacity: 1;
  transform: translateY(0);
}

.image-parallax {
  overflow: hidden;
}

.image-parallax img {
  display: block;
  width: 100%;
  transform: scaleY(1.1);
  will-change: transform;
}

p span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

p span.visible {
  opacity: 1;
  transform: translateY(0);
}

/* O círculo do ponteiro */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin-left: -12.5px; /* Para centralizar no ponteiro */
  margin-top: -12.5px;
  border-radius: 50%;
  background-color: #323232;
  pointer-events: none; /* Para não interferir em cliques */
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 999;
}

@media screen and (max-width:991px) {
.custom-cursor {
  opacity: 0;
}
}

/* Cor quando hover no <a> */
.custom-cursor.active {
  background-color: rgba(250, 144, 58, .7);
  transform: scale(1.5);
}

.anime.fadeInUp {
  opacity: 0;
  transition: ease 1.5s;
  transition-delay: .1s;
}

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

.delay-3 {
  transition-delay: .3s;
}

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

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

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

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

.come-in {
  opacity: 1;
}

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

.anime.fadeInUp {
  transform: translate3d(0, 25%, 0);
}

.anime.fadeInUp.come-in {
  transform: none;
  opacity: 1;
}

.anime.fadeBlur {
  opacity: 0;
  transition: ease 1.5s;
  transition-delay: .1s;
}

.galeria:not(.fluido) .anime.fadeBlur {
  transform: translate3d(0, 25%, 0);
  transition: 3s ease;
}

.galeria:not(.fluido) .anime.fadeBlur.come-in {
  transform: none;
  opacity: 1;
}

.galeria:not(.fluido) .delay-2,
.galeria:not(.fluido) .delay-4,
.galeria:not(.fluido) .delay-6 {
  transition: 4s ease;
}

.galeria.fluido .anime.fadeBlur {
  opacity: 1;
  filter: blur(10px);
  transform: scale(0.95);
  transition: 3s ease;
}

.galeria.fluido  .anime.fadeBlur.come-in {
  filter: blur(0);
  transform: scale(1.0);
}

/* 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;
  z-index: 2;
  position: absolute;
  top: -20px;
  right: 0;
}

.owl-midias .owl-nav,
.owl-time .owl-nav {
  top: -100px;
  right: auto;
  left: 50%;
  width: 100%;
  max-width: 1216px;
  text-align: right;
  transform: translateX(-50%);
}

.owl-nav button {
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 10px;
  outline: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(96, 96, 94, 0.10);
  transition: all .3s;
}

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

.owl-nav button svg {
  z-index: 10;
  display: block;
  width: 30px;
  fill: #60605E;
}

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

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

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

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

/* Inputs */

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

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

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

.form-af p.secure {
  display: flex;
  color: #60605E;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  opacity: 1;
}

.form-af p.secure svg {
  width: 20px;
  margin: 0 10px 0 0;
  fill: #FA903A;
}

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

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

.form-af label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #60605E;
  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: 12px;
  opacity: 1;
  left: 10px;
  top: 0px;
  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: #60605E;
  width: 100%;
  height: 55px; 
  line-height: 55px;
  margin: 0;
  outline: 0;
  border: 2px solid rgba(96, 96, 94, .3);
  background-color: #fff;
  background-size: 11px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px 0 20px;
  border-radius: 2px;
  transition: all 0.3s;
}

.form-af select {
  line-height: 52px;
  background-size: 22px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FA903A'%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 textarea {
  height: 110px;
  line-height: 1.5;
  resize: none;
  padding: 20px 20px;
}

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

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

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

.form-af input:not([type="submit"]).not-empty,
.form-af textarea.not-empty,
.form-af select:valid,
.form-af select:focus,
.form-af input:not([type="submit"]):focus,
.form-af textarea:focus {
  border: 2px solid rgba(96, 96, 94, 1);
  background-color: #fff;
}

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

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

/* 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: #60605E;
  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: #FA903A;
  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: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #FA903A;
  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 #FA903A;
  }
}

/* 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 {
  margin: 30px 0;
  opacity: 1;
}

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

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

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

.entry-content 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: 100%;
  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='%23224239'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

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

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