/* 
Theme Name: Hello Child TailWind
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.2.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
@import url(fontes/stylesheet.css);
*/


body {
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Segoe UI", sans-serif;
}

p {
    margin-bottom: 2rem;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 2rem;
    line-height: 1.1;
    font-weight: 700;
}

.container {
    max-width: var(--container);
}

button,
select {
    cursor: pointer;
}

option {
    color: black;
}

/* Enfeites */

#elementor-popup-modal-804 .dialog-close-button {
padding: 10px;
border-radius: 100px;
}

.entry-content ul,
.entry-content ol {
padding-left: 0;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
border-inline-start: 0px !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
z-index: 1;
}

/* SLIDERS */

.swiper-pagination-bullets.swiper-pagination-horizontal {
left: 50%;
transform: translateX(-50%);
text-align: left;
max-width: 1200px;
margin: 0 auto;
}

.swiper-pagination-bullet-active,
.jet-slick-dots li.slick-active {
width: 50px !important;
border-radius: 50px;
}

.jet-listing-grid__slider .jet-slick-dots {
justify-content: flex-start;
}

ol, ul {
margin: 0;
}

/* Elementor */

.linha-3 .elementor-cta__description {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.linha-2 .elementor-cta__description {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.duas-colunas ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tres-colunas ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.quatro-colunas ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 1024px) {

    .full-start-container .elementor-loop-container {
        width: 100vw !important;
    }
}

@media (max-width: 767px) {

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        align-items: center;
    }
}

.text-3-cols {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-2-cols {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@view-transition {
    navigation: auto;
}

/* Efeitos Especiais */

.degrade {
    background: linear-gradient(to right, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientAnimation 3s ease infinite;
}


.gradiente {
    background-image: linear-gradient(to right, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
    background-size: 200% 200%; /* Define o tamanho do fundo para permitir a animação */
    animation: gradientAnimation 3s ease infinite;
}


@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {

  }