@charset "UTF-8";
@keyframes svgAnimation {
  0% {
    margin-top: -77px;
    opacity: 0;
  }
  25% {
    margin-top: 0;
    opacity: 1;
  }
  50% {
    margin-top: 0;
    opacity: 1;
  }
  75% {
    margin-top: 0;
    opacity: 1;
  }
  100% {
    margin-top: 60px;
    opacity: 0;
  }
}
@keyframes dotsMobileAnimation {
  to {
    width: 100%;
    border-radius: 100px;
  }
}
/* Estilos gerais do skeleton */
.skeleton-carousel-2 {
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}

/* Animação de pulsação */
@keyframes pulse {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #d0d0d0;
  }
  100% {
    background-color: #e0e0e0;
  }
}
.skeleton-image-mobile {
  height: 200px;
  width: 100%;
  margin-bottom: 15px;
}

.elementor-widget-CSPElementorCarousel2SectionWidget .carousel-items .owl-stage {
  display: flex;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel-items .owl-stage .owl-item article {
  height: calc(100vh - 300px);
}
@media only screen and (min-width: 1440px) {
  .elementor-widget-CSPElementorCarousel2SectionWidget .carousel-items .owl-stage .owl-item article {
    min-height: 500px;
  }
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel-items .owl-stage .owl-item article a {
  height: 100%;
  display: flex;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel-items .owl-stage .owl-item article a img {
  min-height: calc(100vh - 300px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel-items-mobile {
  display: none;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items .owl-dots {
  height: 0;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .dots-desktop {
  position: absolute;
  top: 0;
  height: calc(100vh - 300px);
  display: none;
  justify-content: center;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .dots-desktop ul {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 50px;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .dots-desktop ul li {
  list-style: none;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 360px;
  z-index: 9;
  margin-left: 24px;
  cursor: pointer;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .progress-circle {
  position: absolute;
  top: calc(50% - 70px);
  z-index: 9;
  left: 27px;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .progress-circle button {
  border: 1px solid #DADCE8;
  outline: none;
  background: #fff;
  border-radius: 360px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.3s;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .progress-circle button:hover {
  background: #FF4445;
  border: 1px solid #DADCE8;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .progress-circle button:hover svg path {
  stroke: #fff;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .nav-next {
  position: absolute;
  top: calc(50% - 55px);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 37px;
  transition: all 0.3s;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .nav-next button {
  border: 1px solid #DADCE8;
  outline: none;
  background: #fff;
  border-radius: 360px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .nav-next button svg {
  transform: rotatey(170deg);
  margin-top: 4px;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .nav-next button:hover {
  background: #FF4445;
  border: 1px solid #DADCE8;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .nav-next button:hover svg path {
  stroke: #fff;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .continue {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: 9;
  position: relative;
  margin: -30px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DADCE8;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .continue svg {
  width: 34px;
  fill: #E42722;
  margin-top: -77px;
  opacity: 0;
  animation: svgAnimation 2s infinite;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .continue-text {
  font-display: swap;
  font-family: Museo Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #000;
  margin-top: 8px;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items .owl-stage-outer {
  border-radius: 0 0 20px 20px;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items .owl-stage-outer .owl-stage {
  border-radius: 0 0 20px 20px;
}
.elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items .owl-stage-outer .owl-stage .owl-item {
  border-radius: 0 0 20px 20px;
}

@media (max-width: 1199px) {
  .continue {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .elementor-widget-CSPElementorCarousel2SectionWidget .progress-circle, .elementor-widget-CSPElementorCarousel2SectionWidget .nav-next {
    display: none !important;
  }
  .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items, .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .continue, .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .continue-text, .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .dots-desktop {
    display: none;
  }
  .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items-mobile {
    display: flex;
    flex-direction: column;
  }
  .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items-mobile .owl-dots {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
  }
  .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items-mobile .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F4E8D1;
  }
  .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items-mobile .owl-dots .owl-dot.active {
    width: 73px;
    border-radius: 100px;
    position: relative;
  }
  .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items-mobile .owl-dots .owl-dot.active::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E42722;
    position: absolute;
    top: 0;
    left: 0;
  }
  .elementor-widget-CSPElementorCarousel2SectionWidget .carousel2 .carousel-items-mobile .owl-stage .owl-item article a img {
    border-radius: 10px;
  }
}
@keyframes quick-access-owl-dot-expand {
  from {
    width: 10px;
  }
  to {
    width: 40px;
  }
}
@keyframes quick-access-owl-dot-pop {
  from {
    opacity: 0;
    transform: translateY(-50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
.quick-access-area .owl-dots {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: start;
  margin-top: 8px;
}
.quick-access-area .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  position: relative;
}
.quick-access-area .owl-dots .owl-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #E42722;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.quick-access-area .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 100px;
  animation: quick-access-owl-dot-expand 0.3s ease-in-out;
}
.quick-access-area .owl-dots .owl-dot.active::before {
  width: 40px;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */