/* ===============================================================================================
SLIDER - CARUSEL
===============================================================================================  */
.titulo-carusel {
  font-size: 2.5rem;
  font-weight: bold;
}

.texto-casusel {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}

.image-carusel {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  top: 22%;
  /* right: 15%; */
  /* bottom: 1.25rem; */
  /* bottom: 15%; */
  /* padding-top: 5rem; */
  /* padding-bottom: 1.25rem; */
  /* color: #fff; */
  text-align: center;
}

/* ===============================================================================================
EFECTO PARALLAX
===============================================================================================  */
.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax {
  /* background-image: url("../img/3.png"); */
  --opacidad-negro: 0.5;
  background-image: linear-gradient(
      rgba(0, 0, 0, var(--opacidad-negro)),
      rgba(0, 0, 0, var(--opacidad-negro))
    ),
    url("../img/3.png");
}

textarea {
  resize: none;
}

.titulo-seccion {
  text-align: start;
}

.texto-seccion {
  text-align: justify;
}

.titulo-seccion2 {
  text-align: start;
}

.texto-seccion2 {
  text-align: justify;
}

.icon-styles {
  font-size: 40px;
  background-color: #202020;
  padding: 22px;
  border-radius: 100%;
}

.icon-styles2 {
  font-size: 40px;
  background-color: #8aa755;
  padding: 22px;
  border-radius: 100%;
}

@media only screen and (max-width: 540px) {
  .ocultar-imagen {
    display: none;
  }
  .titulo-carusel {
    font-size: 1.3rem;
    font-weight: bold;
  }

  .texto-casusel {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .titulo-seccion {
    text-align: center;
  }

  .texto-seccion {
    text-align: center;
  }
  .titulo-seccion2 {
    text-align: center;
  }

  .texto-seccion2 {
    text-align: center;
  }
}
