html,
body {
    overflow-x: hidden;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    font-family: 'Calvino', serif;
    font-size: 1.167em;
    font-weight: 100;
}

.color--brand-green-200 {
    color: #28C3C3;
}
.color--brand-yellow-500 {
    color: #EEFC58;
}


.bg-footer {
    background: linear-gradient(114deg, #E4F808 9.44%, #BAFFFE 72.19%, #F1F987 107.46%), #00363A;
}
.bg-footer .elementor-social-icon:hover svg circle {
    fill: #EEF882;
    transition: all .3s;
}


.bg-planos {
  background: linear-gradient(199deg, #F5F5EB 40.82%, #BAFFFE 60.57%, #F1F987 96.57%), var(--brand-yellow-100, #F5F5EB);
}


.text-gradient-dark {
  background: linear-gradient(113deg, #E4F808 20.05%, #BAFFFE 69.54%, #F1F987 102.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-small .elementor-button:focus,
.btn-small .elementor-button:visited {
  background-color: transparent !important;
  color: #3C402B !important;
  border-color: transparent !important;
}
.btn-small-dark .elementor-button:focus,
.btn-small-dark .elementor-button:visited {
  background-color: transparent !important;
  color: #FBFAF9 !important;
  border-color: transparent !important;
}


.slider-full .swiper {
  overflow: visible;
  padding-bottom: 68px !important;
}
.slider-full.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.slider-full.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: none !important;
}
.slider-full span.swiper-pagination-bullet,
.slider-full span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.5s ease;
}
.slider-full span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 4px !important;
}
@media (max-width: 768px) {
	.slider-full .e-n-carousel.swiper {
    width: 80vw;
    margin-left: 0;
	}
}
.slider-full-dark.elementor-widget-n-carousel .swiper-pagination-bullet {
    background: #f5f5eb !important;
}


.cont-quote .elementor-testimonial-content {
    padding-top: 40px;
}
.quote {
    position: relative;
    padding-left: 60px;
    padding-top: 30px;
}
.quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
	width: 56px;
	height: 56px;
  background-image: url('/wp-content/uploads/2026/04/quote.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


/**
 * Custom button styles
 */
.btn-gradient-yellow .elementor-button {
    border-radius: var(--radius-32, 32px);
    border: var(--sds-size-stroke-border) solid #E4F808;
    background: linear-gradient(105deg, #E4F808 -12.85%, #BAFFFE 50.05%, #F1F987 85.41%);
    transition: all .3s;
}
    .btn-gradient-yellow .elementor-button:hover {
        background: var(--e-global-color-d29fa71);
        color: var(--e-global-color-65439ea);
        transition: all .3s;
    }
        .btn-gradient-yellow .elementor-button:hover svg {
            fill: transparent !important;
        }
            .btn-gradient-yellow .elementor-button:hover svg path {
                stroke: var(--e-global-color-65439ea);
                fill: transparent !important;
            }

.elementor-button:hover svg path {
    fill: #fff;
}
.elementor-button:focus {
    background: #00363a !important;
    color: #f7f6f2 !important;
}
    .elementor-button:focus svg path {
        stroke: var(--e-global-color-65439ea) !important;
        fill: transparent !important;
    }


/* Container que envolve o botão */
.bee-cta,
.bee-video {
    position: relative;
}
/* Abelha por cima do botão */
.bee-video .bee-video__bee {
    position: absolute;
    z-index: 3;
    pointer-events: none; /* não bloqueia clique no botão */
    transform-origin: 60% 60%;
    /* animation: bee-float 1.9s ease-in-out infinite;
    will-change: transform; */
}
.bee-cta .bee-cta__bee {
    position: absolute;
    z-index: 3;
    pointer-events: none; /* não bloqueia clique no botão */
    transform-origin: 60% 60%;
    animation: bee-float 1.9s ease-in-out infinite;
    will-change: transform;
}
.bee-cta .bee-cta__bee {
    right: 40%;   /* ajuste fino */
    top: -40px;     /* ajuste fino */
    width: 80px;    /* tamanho da abelha */
}
.bee-video .bee-video__bee {
    left: 8%;   /* ajuste fino */
    top: -72px;     /* ajuste fino */
    width: 120px;    /* tamanho da abelha */
}
/* Movimento "leve" (flutuar + balançar) */
@keyframes bee-float {
  0%   { transform: translate(0, 0) rotate(-6deg); }
  35%  { transform: translate(-3px, -5px) rotate(4deg); }
  70%  { transform: translate(2px, -2px) rotate(-3deg); }
  100% { transform: translate(0, 0) rotate(-6deg); }
}
/* Acessibilidade: respeita quem prefere menos animação */
@media (prefers-reduced-motion: reduce) {
  .bee-cta .bee-cta__bee,
  .bee-video .bee-video__bee {
    animation: none;
  }
}
@media (max-width: 767px) {
  .bee-cta .bee-cta__bee {
    right: 30%;
  }
}

/**
 * Utility classes
 */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}
.elementor-widget-text-editor a {
    text-decoration: underline;
    color: #00363A;
    font-weight: 500;
}


/**
 * Cashlike steps customization
 */
.elementor-widget-video .elementor-wrapper {
    aspect-ratio: initial !important;
}
.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
    height: initial !important;
}

@media(min-width: 1024px) and (max-height: 900px) {
    .bee-video .bee-video__bee {
        left: 16%;
        top: -54px;
        width: 80px;
    }
    .elementor-widget-video .elementor-wrapper iframe,
    .elementor-widget-video .elementor-wrapper video {
        max-height: 72vh;
        width: initial !important;
        border-radius: 20px;
        margin: auto;
    }
    .video-first.elementor-widget-video .elementor-wrapper video {
        border-radius: 20px 20px 0 0;
    }
}


/**
* Depoimentos
*/
.sv-testimonial .elementor-main-swiper {
    width: 100% !important;
}
    .sv-testimonial .swiper-slide {
        padding: 0 12px 0 0 !important;
        margin-right: 12px !important;
        border-right: 1px solid #D7D1C1 !important;
    }
        .sv-testimonial .elementor-testimonial__cite {
            margin: 0 !important;
        }
    .sv-testimonial .elementor-swiper-button {
        display: none !important;
    }

@media(max-width: 768px) {
    .cont-video {
        margin-bottom: 60px !important;
    }
    .sv-testimonial .elementor-swiper-button,
    .cont-video .elementor-swiper-button {
        display: block !important;
        top: initial !important;
        left: initial !important;
        bottom: -80px !important;
        background-color: #00363A;
        padding: 8px;
        border-radius: 100%;
        height: 36px;
        font-size: 20px !important;
    }
        .sv-testimonial .elementor-swiper-button svg,
        .cont-video .elementor-swiper-button svg {
            display: block;
        }
    .sv-testimonial .elementor-swiper-button.elementor-swiper-button-next,
    .cont-video .elementor-swiper-button.elementor-swiper-button-next {
        right: 0 !important;
    }
    .sv-testimonial .elementor-swiper-button.elementor-swiper-button-prev,
    .cont-video .elementor-swiper-button.elementor-swiper-button-prev {
        right: 48px !important;
    }
}


/**
 * FAQ
 */
.custom-faq details.e-n-accordion-item {
    border-radius: 24px !important;
    overflow: hidden;
}
    .custom-faq span.e-n-accordion-item-title-icon {
        width: 24px;
        padding: 7.75px;
        height: 24px;
        background-color: #D7D1C1;
        border-radius: 100%;
    }


/**
 * Video size fix
 */
.popup-video .elementor-widget-video .elementor-wrapper iframe {
    width: 640px !important;
    height: 360px !important;
}

.img-video-mobile {
    position: relative;
    padding: 9px;
}
.img-video-mobile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2026/01/phone-case.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.img-video-mobile video {
    border-radius: 22px !important;
}
