.size-icon {
  font-size: 3rem;
}

.presentacion-text {
  text-align: justify;
  /* transform: translateX(-60px);
    transition-duration: 5s; */
}

/* ===============================================================================================
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");
}

/*  {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} */

/* ===============================================================================================
SLIDER - CARUSEL
===============================================================================================  */
.titulo-carusel {
  font-size: 3rem;
  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;
}

.logo-inicio {
  max-width: 400px;
}

@media only screen and (max-width: 540px) {
  .margen-telefono {
    margin-top: 2rem;
  }

  .titulo-carusel {
    font-size: 2rem;
    font-weight: bold;
  }

  .logo-inicio {
    max-width: 300px;
  }
}

@media only screen and (max-width: 992px) {
  /* Cuando la pantalla sea mayor o iguala 992 px se apliacaran los siguientes efectos */
  .presentacion-text {
    text-align: center;
  }

  .texto-casusel {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
}

/* element.style {
    width: 1000px;
    height: 800px;
    top: -60px;
    left: -180px;
    border-radius: 100%;
    background-color: #0f6caf;
    position: absolute;
    opacity: 0.5;
    transform: rotate(45deg);
    z-index: -1;
} */
