* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #091538;
}

.sponsors {
  display: none;
}
#clubSponsorsContainer {
  display: none;
}

.rse {
  overflow: hidden;
  width: 90%;
  margin: auto;
}

.button {
  width: 230px;
  height: 59px;
  border: none;
  border-radius: 50px;
  margin-top: 3rem;
  color: #091538;
  background: #0ee696;
  border: 2px solid #0ee696;
  font-weight: 900;
  transition: 1s all ease-in-out;
}

.button:hover {
  color: white;
  border: 2px solid #0ee696;
  background-color: transparent;
}

/****** Responsabilidad social ******/

.line-green {
  width: 4%;
  height: 5px;
  background: #0ee696;
  position: absolute;
  top: 11rem;
  left: 0% !important;
}

.container-responsabilidad-social {
  display: flex;
  align-items: center;
  width: 100%;
  /* margin-left: auto; */
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.container-responsabilidad-social div {
  margin-right: 5%;
}

.container-responsabilidad-social h2,
.container-responsabilidad-social h2 strong {
  font-size: 45px;
  line-height: 39.78px;
  font-weight: 900;
  color: #0ee696;
  margin-bottom: 3rem;
}

.container-responsabilidad-social h2 strong {
  color: #091538;
}

.container-responsabilidad-social p {
  font-size: 15px;
  color: white;
  font-weight: 400;
  line-height: 20px;
  margin: 0.5rem 0 1.5rem;
}

.container-responsabilidad-social span {
  font-size: 21px;
  font-weight: 600;
  color: white;
}

/******* slic y video ******/

.sub-container-info-instalaciones,
.sub-container-img-instalaciones {
  width: 100%;
}

#slicAndVideoContainer {
  /* width: 80%; */
  /* margin: auto; */
}

.slick-slide {
  float: left;
  height: 30vh !important;
  min-height: 1px;
  background-position: center;
}

#slicTitle h2 strong {
  font-size: 45px;
  line-height: 39.78px;
  font-weight: 900;
  color: rgb(14 230 150);
  margin-bottom: 3rem;
}

.sclicTitles {
  font-size: 45px;
  line-height: 39.78px;
  font-weight: 900;
  color: rgb(14 230 150);
  /* margin-bottom: 3rem; */
  margin-left: 90px;
  height: fit-content;
}

#slicEstrellas {
  width: 100%;
  display: flex;
}

#gallery {
  width: 50%;
}

#slicTitle {
  width: 50%;
  display: flex;
  align-items: center;
}

.whiteTitle {
  color: rgb(255 255 255);
}

#video {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}

#videoTitle {
  width: 50% !important;
}

#videoContainer {
  width: 60%;
}

.video {
  width: 100%;
  height: auto;
}

/****** Testimonios ******/

.testimonios {
  background: url("/files/rse/rse-puntos-bottom.png"), #091538;
  background-repeat: no-repeat;
  background-position: 0% -30%;
}

.container-testimonios {
  width: 80%;
  margin: auto;
  padding: 10rem 0;
}

.container-testimonios h4 {
  font-weight: 800;
  color: white;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.arrows-container-slider {
  text-align: right;
  margin: 3rem 0;
}

.arrow-container-img:hover {
  filter: invert(82%) sepia(54%) saturate(2669%) hue-rotate(97deg)
    brightness(95%) contrast(89%);
}

.sub-container-testimonios {
  width: 40%;
  margin: 2rem auto;
}

.sub-container-testimonios div h5 {
  font-weight: 800;
  font-style: italic;
  color: #0ee696;
  font-size: 20px;
  line-height: 23px;
  margin: 1rem 0;
  /* width: 70%;*/
}

.sub-container-testimonios div p {
  font-weight: 400;
  font-style: italic;
  color: white;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 1rem;
  /* width: 60%;*/
}

.sub-container-testimonios div span {
  font-weight: 400;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 15px;
}

.slick-list {
  padding: 0 !important;
}

.slick-slide {
  height: unset !important;
}

@media screen and (max-width: 780px) {
  .container-responsabilidad-social {
    display: block;
    width: 100%;
  }
  .responsabilidad-social {
    background: unset !important;
  }
  .line-green {
    display: none;
  }
  .container-responsabilidad-social img {
    width: 100%;
  }
  .container-responsabilidad-social div {
    width: 90%;
    margin: auto;
  }
  .container-responsabilidad-social h2,
  .container-responsabilidad-social h2 strong {
    font-size: 30px;
    line-height: 26.52px;
    margin-bottom: unset !important;
  }
  .button {
    margin-bottom: 3rem;
  }
  .arrows-container-slider {
    display: none;
  }
  .sub-container-testimonios {
    width: 90%;
  }
  .sub-container-testimonios div p {
    width: unset !important;
  }
  .sub-container-testimonios div h5 {
    width: unset !important;
  }
  .container-testimonios h4 {
    margin-bottom: 5rem;
  }
  .sliderImg .slick-slide {
    height: 1%;
    margin: 20px !important;
  }
  .sliderImg .slick-arrow {
    display: none !important;
  }
  .sliderImg .slick-dots {
    display: flex;
    gap: 10px;
    left: 80%;
    list-style: none;
    margin-top: 2rem;
    justify-content: center;
  }
  .sliderImg .slick-dots {
    left: 5%;
  }
  .sliderImg .slick-dots li button {
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: transparent;
    border: 2px solid white;
  }
  .sliderImg .slick-dots li.slick-active {
    opacity: 1;
    background-color: #0ee696;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    z-index: 2;
  }
  .sliderImg .slick-list {
    border: 22px transparent solid !important;
  }

  #slicEstrellas {
    display: none;
  }

  #videoContainer {
    width: 95%;
  }
}

.sclicTitles h2,
.sclicTitles h2 strong {
  font-size: 45px;
  line-height: 39.78px;
  font-weight: 900;
  color: rgb(14 230 150);
  margin-bottom: 3rem;
}

#rseMaxContainer {
  width: 100%;
}
