.swiper { width: 100%; padding: 40px 0; }
.swiper-slide { box-sizing: border-box; } .swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
display: none !important;
} .ae-anual { position: relative; }
.ae-anual .swiper-wrapper { align-items: flex-start; }
.ae-anual .ae-month-slide {
position: relative;
text-align: center;
padding: 0;
} .ae-anual .ae-circle {
display: inline-block;
border-radius: 50%;
border: 8px solid #f1c40f; color: #f1c40f;
font-size: 21px;
font-weight: normal;
padding: 30px 26px;
width: 140px;
height: 140px;
padding: 0;
line-height: 140px;
position: relative;
z-index: 2;
text-transform:capitalize!important;
} .ae-anual .ae-circle::after {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
border-width: 20px 16px 0 16px;
border-style: solid;
border-color: #f1c40f transparent transparent transparent;
}
.ae-anual .ae-circle::before {
content: "";
position: absolute;
bottom: -50px;
left: 50%;
transform: translateX(-50%);
width: 22px; height: 22px; border-radius: 100%; border: 4px solid #15b9ed; background-color: #fff;
}
.ae-anual .swiper-slide.color-0 .ae-circle { border-color: #feca05; color: #feca05; }
.ae-anual .swiper-slide.color-1 .ae-circle { border-color: #aec914; color: #aec914; }
.ae-anual .swiper-slide.color-2 .ae-circle { border-color: #f8af07; color: #f8af07; }
.ae-anual .swiper-slide.color-3 .ae-circle { border-color: #15b9ed; color: #15b9ed; }
.ae-anual .swiper-slide.color-0 .ae-circle::after { border-color: #feca05 transparent transparent transparent; }
.ae-anual .swiper-slide.color-1 .ae-circle::after { border-color: #aec914 transparent transparent transparent; }
.ae-anual .swiper-slide.color-2 .ae-circle::after { border-color: #f8af07 transparent transparent transparent; }
.ae-anual .swiper-slide.color-3 .ae-circle::after { border-color: #15b9ed transparent transparent transparent; }
.ae-month-events{position: relative;}
.ae-month-events::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: #00aaff;
z-index: 1;
} .ae-anual .ae-dot {
position: absolute;
top: 110px;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 20px;
border-radius: 50%;
background: #fff;
border: 4px solid #00aaff;
z-index: 2;
} .ae-anual .ae-month-events {
margin-top: 28px;
text-align: left;
list-style: disc;
padding: 30px 20px 0 20px;
font-size: 18px;
color: #222;
}
.ae-anual .ae-month-events li {
margin-bottom: 6px;
} .swiper-button-prev,
.swiper-button-next {
color: #999;
}
.swiper-button-prev::after,
.swiper-button-next::after {
font-size: 50px;
font-weight: 300;
}
.ae-anual .swiper-button-prev,
.ae-anual .swiper-button-next {
top: 106px;
}
.ae-proximos .swiper-button-prev,
.ae-proximos .swiper-button-next {
top: 140px;
}
.ae-card {
overflow: hidden;
text-align: center;
}
.ae-thumb {
width: 100%;
aspect-ratio: 1 / 1; background-size: cover;
background-position: center;
border-radius: 20px;
position: relative; margin-bottom: 0.8rem;
max-width: 190px;
margin: auto;
}
.ae-date {
position: absolute; bottom: 0; left: 0;
width: 100%;
background-color: rgba(0,0,0,0.6); color: #fff;
font-weight: bold;
text-align: center;
text-transform: uppercase;
padding: 1rem 0;
border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;
} .ae-proximos .ae-date::after {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
border-width: 20px 16px 0 16px;
border-style: solid;
border-color: #f1c40f transparent transparent transparent;
}
.ae-proximos .ae-date::before {
content: "";
position: absolute;
bottom: -50px;
left: 50%;
transform: translateX(-50%);
width: 22px; height: 22px; border-radius: 100%; border: 4px solid #15b9ed; background-color: #fff; z-index: 2;
}
.ae-proximos .swiper-slide.color-0 .ae-date { background-color: #feca05; }
.ae-proximos .swiper-slide.color-1 .ae-date { background-color: #aec914; }
.ae-proximos .swiper-slide.color-2 .ae-date { background-color: #f8af07; }
.ae-proximos .swiper-slide.color-3 .ae-date { background-color: #15b9ed; }
.ae-proximos .swiper-slide.color-0 .ae-date::after { border-color: #feca05 transparent transparent transparent; }
.ae-proximos .swiper-slide.color-1 .ae-date::after { border-color: #aec914 transparent transparent transparent; }
.ae-proximos .swiper-slide.color-2 .ae-date::after { border-color: #f8af07 transparent transparent transparent; }
.ae-proximos .swiper-slide.color-3 .ae-date::after { border-color: #15b9ed transparent transparent transparent; }
.eventos-agenda ul li:nth-child(4n + 1) .ae-date {
background-color: #feca05; }
.eventos-agenda ul li:nth-child(4n + 2) .ae-date {
background-color: #aec914; }
.eventos-agenda ul li:nth-child(4n + 3) .ae-date {
background-color: #f8af07; }
.eventos-agenda ul li:nth-child(4n + 4) .ae-date {
background-color: #15b9ed; }
.ae-title {
font-size: 1.1rem;
font-weight: 600;
color: #000;
margin-top: 35px;
position: relative;
padding: 30px;
}
.ae-title::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: #00aaff;
z-index: 1;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}