@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
html {
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
}

#mainCarousel {
  min-height: 100vh;
}

#mainCarousel .carousel-item {
  min-height: 100vh;
}

#mainCarousel .carousel-caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  min-height: 100%;
  top: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

#mainCarousel .carousel-indicators button {
  border-radius: 100%;
  height: 10px;
  width: 10px;
}

#mainCarouselItem1 {
  background-image: url("../img/pexels-charlotte-may-5824490.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

#mainCarouselItem2 {
  background-image: url("../img/pexels-maria-orlova-4906241.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.section {
  padding: 6rem 0;
}

#contact-section {
  background-image: url("../img/pexels-charlotte-may-5824495.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

footer {
  background-color: #f9f9f9;
}

.img-transform {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

#about-first-section {
  background-image: url("../img/tim-trad-r2NBj6GAJzw-unsplash 1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

#about-first-section-p {
  background-image: url("../img/porp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

#about-first-section .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#about-first-section-p .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slick-carousel-asesores {
  padding: 2rem 0;
  width: 1000px;
  margin: auto;
}

.slick-carousel-asesores .slick-carousel-asesores-item {
  margin: 1rem;
}

.slick-button-base, .slick-prev, .slick-next {
  background-color: black;
  height: 50px;
  width: 50px;
  z-index: 2;
}

.slick-button-base:not(:hover), .slick-prev:not(:hover), .slick-next:not(:hover), .slick-button-base:hover, .slick-prev:hover, .slick-next:hover {
  background-color: black;
}

@media screen and (max-width: 426px) {
  .img-transform {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
