@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  background-color: #fafafa;
  font-weight: 400;
  overflow-x: hidden;
}

.navbar-brand img {
  height: 80px;
}

a {
  text-decoration: none;
}

header {
  font-size: 16px;
}

.hero {
  background: #fff url("https://maraton.leer.org/files/img/2024/hero-2024.svg") no-repeat scroll center center / cover;
  color: #7d2190;
}

.bg-primary {
  background-color: #ec3b81 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h1.mb-4 {
  color: #7d2190;
}

h1 {
  font-size: 3.5rem;
  color: #7d2190;
}

h2 {
  color: #7d2190;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

h3 {
  color: rgb(136, 128, 139);
  font-size: 1.5rem;
}

.btn {
  border-radius: 50px;
  font-size: 1.35rem;
  font-weight: 500;
  padding: 1rem;
}

.btn-primary {
  background-color: #ec3b81;
  border: none;
}

.btn-primary:hover {
  background-color: #eb5a94;
  border: none;
}

.btn-light {
  color: #ec3b81;
}

.btn-hero {
  padding: 1rem 3rem;
}

@media (max-width: 576px) {
  .btn-hero {
    padding: 1rem 0.5rem;
  }
}

.iframe {
  padding-top: 5rem;
  padding-bottom: 0.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (max-width: 992px) {
  section.iframe {
    padding-top: 5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#counter {
  /* background-color: #7d2190; */
  /* padding: 1.5rem; */
  border-radius: 1rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  display: flex;
  justify-content: space-around;
  gap: 16px;
}

#counter div {
  border-radius: 1rem;
  background-color: #7d2190;
  padding: 0.5rem;
  line-height: 1;
}

#counter span {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0.25rem;
  font-weight: 600;
}

@media (min-width: 576px) {
  #counter {
    font-size: 3rem;
  }

  #counter div {
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 768px) {
  #counter div {
    min-width: 150px;
  }
}

@media (min-width: 992px) {
  #counter {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  #counter {
    flex-direction: column;
    font-size: 3rem;
    width: 100%;
  }

}

.ratio {
  border-radius: 2rem;
  overflow: hidden;
}

section,
footer {
  padding: 5rem 0;
}

.btn-book {
  margin-bottom: 10px;
}

.card {
  font-size: 15px;
  font-weight: 600;
  height: 345px;
  overflow: hidden;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
}

.card img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.card-body {
  position: absolute;
  bottom: 0;
  background-color: #ec3b81;
  /*height: 3.5rem;*/
  padding: 0.5rem;
  color: #fff;
  font-size: 1rem;
  width: 100%;
}

.featured-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ec3b81;
}

.featured-card h3 {
  color: #fff;
  font-size: 1.8rem;
}

.card:hover {
  transform: scale(1.05);
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.frame {
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #ec3b81;
}

@media only screen and (max-width: 400px) {
  .frame {
    padding: 3rem 0.4rem;
    overflow-x: hidden;
  }
}

.carousel-item {
  background-color: #fff;
  border: 1px solid #e0e5fa;
  padding: 1rem;
}

.carousel-bg {
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
}

@media only screen and (max-width: 767px) {
  .carousel-bg {
    text-align: center;
    background-color: #fff;
    height: fit-content;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-item {
    border: 0;
  }
}

.carousel-item .text-center {
  display: flex;
  justify-content: center;
}

.supporter-logo {
  /* padding: 30px; */
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
  height: 100px;
  width: 150px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

footer {
  background-color: #ec3b81;
  color: rgba(250, 250, 250, 0.7);
}

footer a,
footer a:hover {
  color: #fff;
}

footer ul a {
  color: rgba(250, 250, 250, 0.7);
}

footer ul a .fab {
  color: #ec3b81;
}

footer ul a:hover {
  color: #fff;
}

footer ul a:hover .fab {
  color: #ec3b81;
}

.ml-5 {
  margin-left: 2rem !important;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 20px;
  display: inline;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}



.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

.video-responsive {
  height: 0;
  /*overflow: hidden;*/
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

section.hero.full {
  padding: 40px 0;
  display: flex;
  align-items: center;
}

@media (min-width: 1400px) {
  .col-xxl-10 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

.full .video-responsive {
  padding-top: 0;
}

.full .video-responsive iframe {
  width: 100%;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slider.responsive {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: auto;
}

.slick-slide {
  margin: 1rem;
}

.slick-prev:before {
  content: '←';
  color: #ec3b81;
}

.slick-next:before {
  content: '→';
  color: #ec3b81;
}

@media only screen and (max-width: 600px) {

  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}


/* --------------- SWIPER SLIDER --------------- */

.swiper {
  width: 100%;
  height: 100%;
  user-select: none;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-button-prev {
  width: 100px;
  height: auto;
  left: 0;
  color: transparent;
  opacity: 0.75;
  outline: 0;
}

.swiper-button-next {
  width: 100px;
  height: auto;
  right: 0;
  color: transparent;
  opacity: 0.75;
  outline: 0;
}

@media (max-width: 600px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 75px;
  }
}

.swiper-button-prev:after {
  background-image: url(../img/sliderLeftCircle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  width: 100px;
  height: auto;
}

.swiper-button-next:after {
  background-image: url(../img/sliderRightCircle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  width: 100px;
  height: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

._2p3a {
  width: 100%;
}

.flex-direction-column {
  flex-direction: column;
}

.rrss-display {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.rrss {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 8px;
  padding-left: 16px;
  margin: 0;
}

.rrss li a {
  all: unset;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
}

.rrss li p {
  margin-bottom: 0;
  color: rgb(202, 202, 202);
  font-size: 20px;
}


.rrss .fa-circle {
  color: rgb(202, 202, 202);
}

.rrss li:hover .fa-circle,
.rrss li:hover p {
  color: #ec3b81;
}

.rrss .fab {
  color: #fff;
}

@media (max-width: 992px) {
  .rrss li p {
    display: none;
  }

  .rrss-display {
    flex-direction: column;
  }

  .rrss {
    flex-direction: row;
    width: 100%;
    margin-top: 16px;
    justify-content: space-between;
    gap: 4px
  }

  .rrss .fa-circle {
    color: #ec3b81;
  }

  .frame {
    width: 100%;
    display: flex;
    justify-content: center;

  }
}

@media (max-width: 576px) {
  .rrss {
    justify-content: center;
    gap: 16px;
  }
}

.main-video iframe:nth-child(2) {
  display: none;
}

.main-video iframe:nth-child(3) {
  display: none;
}

@media (width < 1400px){
  .main-video iframe:nth-child(1) {
    display: none;
  }
  .main-video iframe:nth-child(2) {
    display: flex;
  }
  .main-video iframe:nth-child(3) {
    display: none;
  }
}

@media (width < 992px){
  .main-video iframe:nth-child(1) {
    display: none;
  }
  .main-video iframe:nth-child(2) {
    display: none;
  }
  .main-video iframe:nth-child(3) {
    display: flex;
  }
}

.frame iframe:nth-child(2) {
  display: none;
}

@media (width < 992px){
  .frame iframe:nth-child(1) {
    display: none;
  }
  .frame iframe:nth-child(2) {
    display: flex;
  }
}

.banner-desafio img{
  max-width: 100%;
  width: 100%;
}

.banner-desafio a:nth-child(2) {
  display: none;
}

@media (width < 576px){
  .banner-desafio a:nth-child(1) {
    display: none;
  }
  .banner-desafio a:nth-child(2) {
    display: block;
  }
}