body {
   /*vars*/
   --theme-color: #239888;
   --theme-color-light: #74bdac;
   --text-color: #808080;
   line-height: 1.1;
   font-family: 'Rubik', sans-serif;
   background-color: white;
   color: var(--text-color);
   --main-font: 'Rubik';
   --swiper-pagination-color: var(--theme-color);
}

h1 {
   position: absolute;
   font-size: 0;
   top: -100px;
   opacity: 0;
   overflow: hidden;
}

h1, h2, h3, h4 {
   margin: 0;
}

/*Globais*/

.bg-white {
   background: white;
}

.c-text {
   color: var(--text-color);
}

.c-white {
   color: white;
}

.btn {
   transition: .2s all;
   font-family: 'Gill Sans', sans-serif;
   text-align: center;
   padding: 15px 0;
   display: block;
   border: 1px solid var(--theme-yellow);
   color: var(--theme-yellow);
   /*background: var(--theme-color);*/
}

.solid-btn {
   transition: 0.3s all;
   background: var(--theme-color);
   color: white;
   border-radius: 4px;
   max-width: 140px;
   text-align: center;
   width: 100%;
   border: 1px solid var(--theme-color);
   padding: 13px;
   margin-top: 20px;
   display: block;
}

.solid-btn:hover {
   background: transparent;
   color: var(--theme-color);
}

.btn-sm {
   font-size: 18px;
   padding: 11px 0;
}

.btn-center {
   margin: auto;
}

.btn:hover {
   color: white;
   background: var(--theme-color);
}

p, a {
   font-size: 16px;
}

@keyframes scroll {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-10px);
   }
   to {
      transform: translateY(0);
   }
}

.h90 {
   min-height: 85vh;
}

.grid_header {
   max-width: 1170px;
   width: 90%;
   align-items: flex-end;
   margin: auto;
   position: relative;
}

.mingrid {
   max-width: 800px;
   width: 90%;
   margin: auto;
}

.flex {
   flex-wrap: wrap;
   display: -ms-flex;
   display: flex;
   display: -webkit-flex;
   display: -moz-flex;
   display: -o-flex;
}

.flex-i {
   display: inline-flex;
   display: -ms-inline-flexbox;
   display: -webkit-inline-flex;
   flex-wrap: wrap;
}

.theme-color {
   color: var(--theme-color);
}

p {
   line-height: 1.4;
   margin: 0;
   color: var(--text-color);
}

form {
   position: relative;
}

form.loading * {
   position: relative;
   opacity: 0.4;
   cursor: not-allowed;
   pointer-events: none;
}

.wpcf7-not-valid-tip {
   display: none !important;
}

span.invalid:before {
   background-image: url(../images/svg/error-form.svg);
   background-color: #ee3200;
   transform: scale(1) rotate(0deg);
}

span.invalid {
   border: 1px solid #ee3200 !important;
}

form.loading:after {
   content: '';
   padding: 0;
   font-size: 0;
   position: absolute;
   width: 38px !important;
   height: 38px !important;
   background: none !important;
   border: solid 7px rgba(0, 0, 0, 0.1) !important;
   border-left-color: var(--theme-yellow) !important;
   animation: cf7_loading 1s infinite linear;
   display: block;
   border-radius: 50%;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
}

span.invalid~label {
   color: #ee3200;
}

form span:before {
   position: absolute;
   content: '';
   width: 16px;
   height: 16px;
   right: -8px;
   top: -8px;
   border-radius: 50%;
   border: solid white 4px;
   pointer-events: none;
   background-color: var(--theme-color);
   transform: scale(0) rotate(45deg);
   transition: 0.5s all;
   background-repeat: no-repeat;
   background-position: center;
}

span.valid:before {
   background-image: url(../images/svg/check-form.svg);
   background-color: #19bb00;
   transform: scale(1) rotate(0deg);
   background-size: 12px;
}

span.valid {
   border: 1px solid #19bb00 !important;
}

span.valid~label {
   color: #19bb00;
}

/*END GLOBAIS*/

section#news form .w4 {
   display: inline-block;
   padding: 0 15px;
}

section#news form {
   font-size: 0;
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7-select {
   background: transparent;
   width: 100%;
   font-family: 'Rubik', sans-serif;
   font-weight: 400;
   color: var(--theme-color);
   margin: 0;
   border: none;
   padding: 10px 15px;
   font-size: 16px !important;
   border-radius: 0;
}

form span {
   background: white;
   display: block;
   border: 1px solid #808080;
   border-radius: 4px;
   position: relative;
}

/*HEEADER*/

header#header {
   display: none;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 96;
   transition: 0.5s all;
}

header .scrolled_mobile_menu {
   display: none;
}

header.header_mobile, header.header_mobile_scrolled {
   display: none;
}

.logo_scrolled {
   opacity: 0;
   visibility: hidden;
}

header .pre_header .left {
   float: left;
}

header .pre_header .left a {
   color: white;
   font-size: 12px;
}

header .pre_header {
   background: var(--theme-color-medium);
   padding: 5px 0;
}

header .pre_header .social {
   float: right;
   max-width: 130px;
}

header .pre_header:after {
   content: '';
   display: block;
   clear: both;
}

header .pre_header .social a {
   width: 20px;
   height: 20px;
   margin: 0 3px;
   display: inline-block;
}

#logo {
   display: inline-block;
   position: relative;
}

.menu {
   position: relative;
   float: right;
   line-height: 16px;
   text-transform: uppercase;
   font-size: 16px;
   padding: 23px 0;
   font-weight: 200;
   transition: 0.5s all;
}

.menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.menu ul li {
   float: left;
   transition: 0.3s all !important;
   margin-left: 13px;
   padding: 9px 20px !important;
}

.menu ul li.btn-planos {
   transition: 0.3s all;
   background: var(--theme-color);
   padding: 5px 30px !important;
   border-radius: 4px;
   margin-top: 4px;
}

@media (min-width: 801px) {
   .menu ul li.btn-planos:hover {
      background: var(--theme-color-dark);
   }
}

.menu ul:after {
   content: '';
   display: block;
   clear: both;
}

.menu ul li a {
   transition: 0.3s all !important;
   display: block;
   font-size: 14px;
   text-transform: capitalize;
   margin: 0;
   position: relative;
   font-weight: 500;
   padding: 5px 0;
   color: white;
}

.menu ul li.current-menu-item a {
   font-weight: 700;
}

.menu ul li.current-menu-item a {
   transition: 0.3s all;
   border-bottom-color: var(--theme-color);
}

nav.menu>div {
   display: inline-block;
   vertical-align: middle;
   text-align: right;
}

.menu_hamburguer {
   transition: 0.3s all;
   cursor: pointer;
   display: inline-block;
   vertical-align: middle;
   margin-left: 20px;
   background: white;
   width: 60px;
   height: 49px;
   padding: 12px 16px;
}

span.hamburguer {
   width: 100%;
   position: relative;
   border-bottom: 3px solid var(--theme-color);
   height: 100%;
   display: block;
}

span.hamburguer:before {
   height: 3px;
   border-top: 3px solid var(--theme-color);
   width: 100%;
   position: absolute;
   display: block;
   top: 5px;
   content: '';
   bottom: 0;
   margin: auto;
}

span.hamburguer span {
   width: 100%;
   display: block;
   height: 3px;
   border-top: 3px solid var(--theme-color);
}

.menu_hamburguer:hover {
   background: var(--theme-color);
}

.menu_hamburguer:hover *, .menu_hamburguer:hover .hamburguer:before {
   border-color: white !important;
}

/*SCROLLED*/

@media (min-width: 801px) {
   .scrolled {
      transition: 0.4s all;
      background: #5B0E42;
   }
   .scrolled .logo {
      opacity: 0;
      visibility: hidden;
   }
   .scrolled #logo, .scrolled #logo * {
      padding: 0px 0;
   }
   .scrolled .logo_scrolled {
      opacity: 1;
      visibility: visible;
   }
   .scrolled .pre_header {
      background: #4A0A35;
   }
   .scrolled .menu {
      padding: 11px 0;
   }
   .scrolled #logo {
      /*display: none;*/
   }
   .scrolled #logo {
      height: 63px;
   }
   .scrolled a#logo .icon {
      width: 36px;
      margin: 0;
      left: 0;
   }
   /*.scrolled #logo_scrolled {*/
   /*    display: block !important;*/
   /*    padding: 14px 0;*/
   /*    max-width: 200px;*/
   /*}*/
   .scrolled a#logo .logotype {
      width: 96px;
      right: 0;
      bottom: 12px;
   }
   .scrolled .menu ul li a {
      transition: 0.3s all;
   }
}

.botao {
   display: inline-block;
   padding: 12px 45px;
   position: relative;
   border-radius: 30px;
   cursor: pointer;
   font-size: 16px;
   z-index: 1;
   overflow: hidden;
   background: var(--theme-color);
   color: white;
   font-weight: 700;
   transition: 0.5s all;
}

@media (min-width: 1025px) {
   .botao:hover {
      background: var(--theme-color-light);
      color: #FFF !important;
   }
   .botao:hover:before {
      width: 100%;
      opacity: 1;
   }
}

.botao svg {
   display: block;
   width: 20px;
   height: 26px;
   float: right;
   fill: currentColor;
   margin-left: 18px;
   color: #d69a2c;
   stroke-width: 1;
   stroke: currentColor;
   transition: 0.5s all;
}

.botao:hover svg {
   color: #fff;
   transform: translateX(5px);
}

.botao:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 0;
   background: var(--theme-color-light);
   z-index: -1;
   transition: 0.3s all;
   opacity: 0;
}

.botao-invert:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 0;
   background: var(--theme-yellow);
   z-index: -1;
   transition: 0.3s all;
   opacity: 0;
}

.botao-invert:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 0;
   background: var(--theme-yellow);
   z-index: -1;
   transition: 0.3s all;
   opacity: 0;
}

div#site {
   position: relative;
   overflow: hidden;
}

div#site.scrolled {
   padding-top: 88px;
}

div#site>* {
   position: relative;
   z-index: 1;
}

.inline-space {
   font-size: 0;
}

/* width */

::-webkit-scrollbar {
   width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
   background: white;
   border-radius: 4px;
}

/* Handle */

::-webkit-scrollbar-thumb {
   background: #707070;
   border-radius: 4px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
   background: #707070;
}

/*
FOOTER
*/

footer {}

footer>.grid {
   padding: 50px 0 20px;
}

footer .w4 {
   display: inline-block;
   vertical-align: top;
}

footer .redes-sociais {
   max-width: 125px;
   justify-content: space-between;
   margin-left: 30px;
}

footer .redes-sociais a {
   transition: ease all 0.5s;
}

footer .redes-sociais a:hover svg path {
   fill: #555;
}

footer .bloco {
   display: inline-block;
   vertical-align: top;
}

footer .logo img {
   width: 190px;
   max-width: 190px;
   display: block;
   margin: auto;
   margin-bottom: 20px;
}

footer .social {
   display: block;
   max-width: 120px;
   margin: auto;
}

footer .social a {
   transition: 0.3s all;
   display: inline-block;
   width: 25px;
   margin: 0 5px;
   height: 25px;
}

footer .social a:hover svg {
   fill: black !important;
}

footer .w12 {
   text-align: center;
}

footer ul {
   list-style: none;
   padding: 0;
}

footer ul li {
   position: relative;
   padding-bottom: 20px;
   padding-left: 50px;
   line-height: 1.4;
   padding-right: 50px;
   font-size: 16px;
   font-weight: 500;
   color: #555555;
   font-family: 'Roboto Slab', sans-serif;
}

footer h3 {
   color: var(--theme-color);
   font-family: 'Roboto Slab', sans-serif;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 25px;
}

footer ul li:before {
   display: block;
   left: 0;
   bottom: 0;
   text-align: center;
   top: 0;
   position: absolute;
   width: 30px;
}

footer ul li.pin:before {
   content: url(../images/svg/pin.svg);
}

footer ul li.tel:before {
   content: url(../images/svg/telefone.svg);
}

footer ul li.mail:before {
   content: url(../images/svg/mail.svg);
}

footer ul li.clock:before {
   content: url(../images/svg/clock.svg);
}

footer ul li.international:before {
   content: url(../images/svg/partneer.svg);
}

footer ul li.web:before {
   content: url(../images/svg/site.svg);
}

footer ul li a {
   position: relative;
}

footer .bloco_3 h3 {
   font-family: "Rubik", sans-serif;
   font-size: 18px;
   margin-bottom: 30px;
   color: white;
   font-weight: 600;
}

footer .bloco_3 ul {
   padding: 0;
}

footer .bloco_3 ul li {
   display: inline-block;
   width: 25px;
   margin-right: 20px;
   text-align: center;
}

footer .site-info .grid {
   text-align: right;
}

footer .site-info .left small {
   display: block;
   padding: 5px 13px;
   color: #c4c4c4;
}

footer .site-info .right a {
   transition: 0.3s all;
   display: inline-block;
   padding: 5px 13px;
   vertical-align: middle;
}

@media (min-width: 1024px) {
   footer .site-info .right a:hover {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
   }
}

footer .site-info {
   background: #f9f9f9;
   padding: 12px 0 10px;
}

footer .site-info .right a img {
   display: block;
}

footer .site-info * {
   font-family: 'Rubik', sans-serif;
}

footer .site-info:after {
   content: '';
   display: block;
   clear: both;
}

footer .site-info .grid>* {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

dialog .alert {
   width: 415px;
}

dialog h2 {
   padding-top: 30px;
   text-align: center;
   font-size: 30px;
}

a.contato.footer {
   display: none;
   position: fixed;
   background: var(--theme-color-light);
   right: 10px;
   bottom: 75px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   opacity: 0;
   z-index: 999;
   cursor: pointer;
}

a.contato.footer img {
   display: block;
   filter: brightness(4.2);
   margin: 12px auto;
   width: 20px;
   height: 25px;
   text-align: center;
}

@media (max-width: 800px) {
   a.contato.footer {
      display: block;
      opacity: 1;
   }
}

@media (max-width: 700px) {
   .ae-light-box {
      min-width: 95% !important;
   }
}

.none {
   display: none;
}