/**
 * Theme Name: Loga Internet
 * Description: Blocksy Child theme para Loga Internet
 * Author: J1 Studio
 * Template: blocksy
 * Text Domain: loga
 */
.img-responsive {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}
.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
}
.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
}
.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}
.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}
.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
}
.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(66,153,225,0.5);
  box-shadow: 0 0 0 3px rgba(66,153,225,0.5);
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outine: none;
  will-change: auto;
}
@media (min-width: 1365px) {
  :root {
    --fontSize: 18px;
    --buttonFontSize: 18px;
  }
}
.text-xs {
  font-size: 0.75em;
  line-height: 1em;
}
.text-sm {
  font-size: 0.875em;
  line-height: 1.25em;
}
.text-base {
  font-size: 1em;
  line-height: 1.5em;
}
.text-lg,
h6 {
  font-size: 1.125em;
  line-height: 1.3em !important;
}
@media only screen and (max-width: 768px) {
  .text-lg,
  h6 {
    font-size: 1em;
    line-height: 1.25em;
  }
}
.text-xl,
h5 {
  font-size: 1.25em;
  line-height: 1.3em !important;
}
@media only screen and (max-width: 768px) {
  .text-xl,
  h5 {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.text-2xl,
h4 {
  font-size: 1.5em;
  line-height: 1.3em !important;
}
@media only screen and (max-width: 768px) {
  .text-2xl,
  h4 {
    font-size: 1.25em;
    line-height: 1.75em;
  }
}
.text-3xl,
h3,
.section-planos .planos .plano .plano-content .plano-content__valor strong {
  font-size: 2em;
  line-height: 1.3em !important;
}
@media only screen and (max-width: 768px) {
  .text-3xl,
  h3,
  .section-planos .planos .plano .plano-content .plano-content__valor strong {
    font-size: 1.5em;
    line-height: 1.75em;
  }
}
.text-4xl,
h2 {
  font-size: 2.5em;
  line-height: 1.1em !important;
}
@media only screen and (max-width: 768px) {
  .text-4xl,
  h2 {
    font-size: 1.75em;
    line-height: 2em;
  }
}
.text-5xl,
h1 {
  font-size: 3em;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 768px) {
  .text-5xl,
  h1 {
    font-size: 2em;
    line-height: 2.25em;
  }
}
.text-6xl,
.hero {
  font-size: 3.5em;
  line-height: 1.1 !important;
}
@media only screen and (max-width: 768px) {
  .text-6xl,
  .hero {
    font-size: 2.25em;
    line-height: 2.5em;
  }
}
.text-7xl {
  font-size: 4.5em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .text-7xl {
    font-size: 3em;
    line-height: 1;
  }
}
.text-8xl {
  font-size: 6em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .text-8xl {
    font-size: 3.75em;
    line-height: 1;
  }
}
.text-9xl {
  font-size: 8em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .text-9xl {
    font-size: 4.5em;
    line-height: 1;
  }
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.hero,
h1,
h2,
h3,
h4,
h5,
h6,
.section-planos .planos .plano .plano-content .plano-content__valor strong {
  letter-spacing: -0.025em;
}
.hero:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.section-planos .planos .plano .plano-content .plano-content__valor strong:first-child {
  margin-top: 0;
}
.hero:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.section-planos .planos .plano .plano-content .plano-content__valor strong:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .hero br,
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  .section-planos .planos .plano .plano-content .plano-content__valor strong br {
    display: none;
  }
}
.hero {
  margin-top: 0;
}
h1 {
  margin-top: 0;
  letter-spacing: -1px;
}
p:last-child {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
pre:last-child,
table:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul,
ol,
dl {
  margin-bottom: 1.5em;
  padding-bottom: 0;
}
a {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  outline: none;
}
a:active,
a:focus {
  outline: none;
}
a:before {
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}
a:hover:before {
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}
li p,
li ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  .hidden-xl {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .hidden-sm-down {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-md-down {
    display: none;
  }
}
@media only screen and (max-width: 981px) {
  .hidden-lg-down {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .hidden-xl-down {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}
@media only screen and (min-width: 981px) {
  .hidden-md-up {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 0 0 16px 0 !important;
}
.aligncenter {
  display: block;
  margin: 0 auto !important;
}
.alignright {
  float: right;
  margin: 0 0 0 16px !important;
}
.alignleft {
  float: left;
  margin: 0 16px 0 0 !important;
}
a img.alignright {
  float: right;
  margin: 0 0 16px 16px;
}
a img.alignnone {
  margin: 0 0 16px 0;
}
a img.alignleft {
  float: left;
  margin: 0 16px 16px 0;
}
a img.aligncenter {
  margin: 0 auto 16px;
}
div[id*="gallery"] {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  margin: 0 auto 24px !important;
  padding-top: 24px;
}
div[id*="gallery"]:last-child {
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  div[id*="gallery"] {
    grid-gap: 8px;
  }
}
div[id*="gallery"] .wp-caption {
  border: none;
  margin-bottom: 1.5rem;
  padding: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
div[id*="gallery"] .gallery-caption,
div[id*="gallery"] .wp-caption-text {
  font-style: normal !important;
  border: none;
}
div[id*="gallery"] br {
  display: none;
}
div[id*="gallery"].gallery-columns-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
div[id*="gallery"].gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
div[id*="gallery"].gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 980px) {
  div[id*="gallery"].gallery-columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
div[id*="gallery"].gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 980px) {
  div[id*="gallery"].gallery-columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
div[id*="gallery"].gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 980px) {
  div[id*="gallery"].gallery-columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
div[id*="gallery"].gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 980px) {
  div[id*="gallery"].gallery-columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
div[id*="gallery"].gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 980px) {
  div[id*="gallery"].gallery-columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
div[id*="gallery"].gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 980px) {
  div[id*="gallery"].gallery-columns-8 .gallery-item {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
div[id*="gallery"].gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
div[id*="gallery"].gallery-columns-9 .gallery-item {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media only screen and (max-width: 980px) {
  div[id*="gallery"].gallery-columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
div[id*="gallery"] .gallery-item {
  margin-bottom: 0 !important;
  max-width: 100% !important;
  padding: 0;
}
div[id*="gallery"] .gallery-item a {
  display: block;
  width: 100%;
}
div[id*="gallery"] .gallery-item img {
  display: block;
  width: 100%;
}
.gallery-caption {
  display: block;
  text-align: center;
  font-style: italic;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0 !important;
}
.section-xs-padding-top {
  padding-top: 16px;
}
.section-xs-padding-bottom {
  padding-bottom: 16px;
}
.section-sm-padding-top {
  padding-top: 32px;
}
@media only screen and (max-width: 768px) {
  .section-sm-padding-top {
    padding-top: 16px;
  }
}
.section-sm-padding-bottom {
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .section-sm-padding-bottom {
    padding-bottom: 16px;
  }
}
.section-md-padding-top,
.section-planos,
.section-proposito {
  padding-top: 64px;
}
@media only screen and (max-width: 768px) {
  .section-md-padding-top,
  .section-planos,
  .section-proposito {
    padding-top: 32px;
  }
}
.section-md-padding-bottom,
.section-planos,
.section-proposito {
  padding-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .section-md-padding-bottom,
  .section-planos,
  .section-proposito {
    padding-bottom: 32px;
  }
}
.section-lg-padding-top,
.page-header,
.section-content {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .section-lg-padding-top,
  .page-header,
  .section-content {
    padding-top: 48px;
  }
}
.section-lg-padding-bottom,
.page-header,
.section-content {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .section-lg-padding-bottom,
  .page-header,
  .section-content {
    padding-bottom: 48px;
  }
}
.section-2xl-padding-top {
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .section-2xl-padding-top {
    padding-top: 64px;
  }
}
.section-2xl-padding-bottom {
  padding-bottom: 96px;
}
@media only screen and (max-width: 768px) {
  .section-2xl-padding-bottom {
    padding-bottom: 64px;
  }
}
.section-3xl-padding-top {
  padding-top: 128px;
}
@media only screen and (max-width: 768px) {
  .section-3xl-padding-top {
    padding-top: 96px;
  }
}
.section-3xl-padding-bottom {
  padding-bottom: 128px;
}
@media only screen and (max-width: 768px) {
  .section-3xl-padding-bottom {
    padding-bottom: 96px;
  }
}
.section-4xl-padding-top {
  padding-top: 160px;
}
@media only screen and (max-width: 768px) {
  .section-4xl-padding-top {
    padding-top: 96px;
  }
}
.section-4xl-padding-bottom {
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .section-4xl-padding-bottom {
    padding-bottom: 96px;
  }
}
.section-5xl-padding-top {
  padding-top: 192px;
}
@media only screen and (max-width: 768px) {
  .section-5xl-padding-top {
    padding-top: 160px;
  }
}
.section-5xl-padding-bottom {
  padding-bottom: 192px;
}
@media only screen and (max-width: 768px) {
  .section-5xl-padding-bottom {
    padding-bottom: 160px;
  }
}
.section-6xl-padding-top {
  padding-top: 256px;
}
@media only screen and (max-width: 768px) {
  .section-6xl-padding-top {
    padding-top: 192px;
  }
}
.section-6xl-padding-bottom {
  padding-bottom: 256px;
}
@media only screen and (max-width: 768px) {
  .section-6xl-padding-bottom {
    padding-bottom: 192px;
  }
}
.section-7xl-padding-top {
  padding-top: 320px;
}
@media only screen and (max-width: 768px) {
  .section-7xl-padding-top {
    padding-top: 224px;
  }
}
.section-7xl-padding-bottom {
  padding-bottom: 320px;
}
@media only screen and (max-width: 768px) {
  .section-7xl-padding-bottom {
    padding-bottom: 224px;
  }
}
.section-8xl-padding-top {
  padding-top: 384px;
}
@media only screen and (max-width: 768px) {
  .section-8xl-padding-top {
    padding-top: 256px;
  }
}
.section-8xl-padding-bottom {
  padding-bottom: 384px;
}
@media only screen and (max-width: 768px) {
  .section-8xl-padding-bottom {
    padding-bottom: 256px;
  }
}
.section-9xl-padding-top {
  padding-top: 448px;
}
@media only screen and (max-width: 768px) {
  .section-9xl-padding-top {
    padding-top: 224px;
  }
}
.section-9xl-padding-bottom {
  padding-bottom: 448px;
}
@media only screen and (max-width: 768px) {
  .section-9xl-padding-bottom {
    padding-bottom: 224px;
  }
}
.section-10xl-padding-top {
  padding-top: 512px;
}
@media only screen and (max-width: 768px) {
  .section-10xl-padding-top {
    padding-top: 320px;
  }
}
.section-10xl-padding-bottom {
  padding-bottom: 512px;
}
@media only screen and (max-width: 768px) {
  .section-10xl-padding-bottom {
    padding-bottom: 320px;
  }
}
.section-no-padding-top {
  padding-top: 0;
}
.section-no-padding-bottom {
  padding-bottom: 0;
}
#header div[data-column-set="3"] > div {
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
}
#header div[data-column-set="3"] > div div[data-column="middle"] > div {
  min-width: 100%;
}
#header .ct-header-cta a {
  border-width: 1px;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #header .ct-header-cta a {
    font-size: 14px;
  }
}
.btn-minha-loga-mobile {
  border: none;
  padding: 0;
  line-height: 1;
}
.btn-minha-loga-mobile:hover {
  color: #f28403;
  background: transparent;
}
.page-header .page-header__title .header-title {
  color: #fff;
}
.page-header .page-header__breadcrumb p a {
  color: #fff;
  opacity: 0.8;
}
.page-header .page-header__breadcrumb p a:hover {
  opacity: 1;
}
.page-header .page-header__breadcrumb p .separator,
.page-header .page-header__breadcrumb p .last {
  color: #fff;
}
.seletor-cidade-container {
  background: #fff;
}
.user-cidade {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
}
.user-cidade svg {
  margin: -3px 4px 0 0;
}
.user-cidade path {
  fill: #fff;
  opacity: 0.5;
}
.user-cidade a {
  color: #fff;
  margin-left: 4px;
}
.user-cidade a:hover {
  color: #f28403;
}
.section-content .option-title svg {
  display: inline-block;
}
.section-content .lista-beneficios ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.section-content .lista-beneficios ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
}
.section-content .lista-beneficios ul li path {
  fill: #091026;
}
.section-content .obj-faq h5 {
  margin: 8px 0 4px;
}
@media only screen and (max-width: 767px) {
  .section-planos .planos__container {
    padding-bottom: 16px;
    overflow-x: scroll !important;
  }
}
.section-planos .planos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
@media only screen and (max-width: 767px) {
  .section-planos .planos {
    -ms-grid-columns: (300px)[4];
    grid-template-columns: repeat(4, 300px);
    grid-gap: 16px;
  }
}
.section-planos .planos .plano {
  border-radius: 16px;
  background: #fff;
  border: 4px solid #f1f1f1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 0;
}
.section-planos .planos .plano:hover {
  border-color: #141d3f;
}
.section-planos .planos .plano .plano-header {
  background: #141d3f;
  padding: 24px;
  border-radius: 12px 12px 0 0;
  position: relative;
}
.section-planos .planos .plano .plano-header .plano-header__destaque {
  position: absolute;
  background: #5c86f8;
  color: #fff;
  padding: 4px 8px;
  display: block;
  font-size: 10px;
  font-weight: 700;
  border-radius: 8px;
  right: 24px;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .section-planos .planos .plano .plano-header .plano-header__destaque {
    border-radius: 4px;
    font-size: 10px;
  }
}
.section-planos .planos .plano .plano-header .plano-header__title {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}
.section-planos .planos .plano .plano-header .plano-header__velocidade {
  color: #fff;
  margin: 0;
  font-weight: 700 !important;
  font-size: 22px;
}
.section-planos .planos .plano .plano-header .plano-header__velocidade span {
  font-size: 36px;
}
.section-planos .planos .plano .plano-content {
  padding: 24px;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.section-planos .planos .plano .plano-content .plano-features {
  margin-bottom: 8px;
}
.section-planos .planos .plano .plano-content .plano-features span {
  opacity: 0.5;
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--lista ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--lista ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--lista ul li:first-child {
  margin-top: 0;
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--lista ul li img {
  width: 40px;
  height: auto;
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--icones {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .section-planos .planos .plano .plano-content .plano-features .plano_features--icones {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--icones div {
  position: relative;
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--icones div:before,
.section-planos .planos .plano .plano-content .plano-features .plano_features--icones div:after {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--icones div:hover:before {
  content: attr(data-title);
  position: absolute;
  padding: 4px 8px;
  color: #fff;
  background: #141d3f;
  font-size: 12px;
  border-radius: 8px;
  width: 112px;
  text-align: center;
  left: calc(50% - 60px);
  top: 64px;
  z-index: 3;
  opacity: 1;
}
.section-planos .planos .plano .plano-content .plano-features .plano_features--icones div:hover:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #141d3f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 62px;
  left: calc(50% - 8px);
  display: block;
  z-index: 2;
  opacity: 1;
}
.section-planos .planos .plano .plano-content .plano-content__valor {
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.section-planos .planos .plano .plano-content .plano-content__valor .valor__prefix {
  opacity: 0.5;
  padding-bottom: 4px;
  display: none;
}
.section-planos .planos .plano .plano-content .plano-content__valor strong {
  display: block;
  margin: 0;
  line-height: 1.2rem !important;
}
.section-planos .planos .plano .plano-content .plano-content__valor .valor__sufix {
  font-size: 16px;
  font-weight: 400;
}
.section-planos .planos .plano .plano-content .plano-content__btn-assinar {
  display: block;
  padding: 8px 16px;
  background: #f28403;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  margin: auto auto 4px;
  text-align: center;
}
.section-planos .planos .plano .plano-content .plano-content__btn-assinar:hover {
  background: #04acbd;
}
.section-planos .planos .plano .plano-content .plano-content__btn-regulamento-container {
  text-align: center;
}
.section-planos .planos .plano .plano-content .plano-content__btn-regulamento {
  font-size: 12px;
  color: #252525;
  opacity: 0.5;
}
.section-planos .planos .plano .plano-content .plano-content__btn-regulamento:hover {
  opacity: 1;
}
.section-planos .planos .plano .plano-content .plano-content__regulamento {
  display: none;
}
.popup-regulamento-content {
  font-size: 14px !important;
}
.popup-regulamento-content p,
.popup-regulamento-content span {
  font-size: 14px !important;
  line-height: 22px !important;
  opacity: 0.875;
  font-family: Nunito, sans-serif !important;
}
.depoimentos .swiper-pagination {
  text-align: left;
  bottom: -16px;
}
.depoimentos .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.depoimentos .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px !important;
  border-radius: 8px;
}
.depoimentos .elementor-testimonial__cite .elementor-testimonial__name {
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-experiencia h5 br {
    display: none;
  }
}
.section-proposito .section-proposito__frase {
  padding: 56px;
}
@media only screen and (max-width: 767px) {
  .section-proposito .section-proposito__frase {
    padding: 56px 16px;
  }
}
.section-proposito .section-proposito__frase:before,
.section-proposito .section-proposito__frase:after {
  position: absolute;
}
.section-proposito .section-proposito__frase:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  background: url("../../uploads/2022/12/aspas.png") no-repeat center center;
}
.section-proposito .section-proposito__frase:after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  bottom: 0;
  right: 0;
  background: url("../../uploads/2022/12/aspas.png") no-repeat center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cobertura-container .cobertura-uf {
  margin-top: 40px;
}
.cobertura-container .cobertura-uf:first-child {
  margin-top: 0;
}
.cobertura-container .cobertura-uf h2 {
  margin: 0 0 16px !important;
  color: #091026 !important;
}
.cobertura-container h3 {
  margin: 0;
  font-size: 18px;
  border: 1px solid #091026;
  display: inline-block;
  padding: 12px;
  border-radius: 4px;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  gap: 8px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cobertura-container h3:hover,
.cobertura-container h3.active {
  background: #091026;
  color: #fff;
}
.cobertura-container h3 span {
  padding-top: 2px;
}
.cobertura-container h3 svg path {
  fill: #f28403;
}
.cobertura-container .cobertura-cidade {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 16px;
}
.cobertura-container .cobertura-box {
  background: #f0f9ff;
  border-radius: 4px;
  padding: 24px;
  grid-column: 1/-1;
  display: none;
}
.cobertura-container .cobertura-box h4 {
  color: #091026;
}
.cobertura-container .cobertura-box .lista-bairros ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 8px;
}
.cobertura-container .cobertura-box .lista-bairros ul li {
  font-size: 14px;
  display: inline-block;
  background: #fff;
  padding: 12px;
  border: 1px solid #6ea9ff;
  border-radius: 4px;
}
.widget-footer-brand img {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .widget-footer-brand img {
    width: 32%;
  }
}
.widget-footer-social a:hover svg {
  fill: #04acbd;
}
.widget-footer-phone strong,
.widget-footer-phone b {
  font-size: 18px;
  color: #fff;
}
.widget-footer-phone em {
  font-style: normal;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .widget-app ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.widget-app ul li {
  margin-bottom: 16px;
}
.widget-app ul li a:hover {
  opacity: 0.5;
}
.widget-developed-by a {
  display: inline-block;
}
.widget-developed-by img {
  display: inline-block;
  width: 32%;
}
@-moz-keyframes slideInUp {
  from {
    transform: translate3d(0, 20%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInUp {
  from {
    transform: translate3d(0, 20%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInRight {
  from {
    transform: translate3d(20%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInRight {
  from {
    transform: translate3d(20%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInDown {
  from {
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  from {
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInLeft {
  from {
    transform: translate3d(-20%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInLeft {
  from {
    transform: translate3d(-20%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.widget-footer-logo {
	width:50%;
}