.fondo-business {
  background-color: #20428a;
}

.titulo-seccion1 {
  text-align: left;
}

.texto-seccion1 {
  text-align: justify;
}

.titulo-seccion2 {
  text-align: left;
}


.texto-seccion2 {
  text-align: justify;
}

.borde-seccion {
  border-style: solid;
  border-color: #20428a;
  border-width: 5px;
}

.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%;
}

/* ===============================================================================================
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");
}

@media only screen and (max-width: 992px) {
  .titulo-seccion1 {
    text-align: center;
  }

  .texto-seccion1 {
    text-align: center;
  }

  .titulo-seccion2 {
    text-align: center;
  }

  .texto-seccion2 {
    text-align: center;
  }
}

/* ===============================================================================================
SLIDER - CARUSEL
===============================================================================================  */
.titulo-carusel {
  font-size: 2.5rem;
  font-weight: bold;
}

.texto-casusel {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.texto-descripcion-carusel {
  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;
}

.texto-meta-descripcion {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.lineas-pos {
  position: relative;
  top: 200px;
}

.flechas-pos {
  position: absolute;
  top: 100px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.borde-texto {
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000,
    1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.img-fondo {
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.alineacion-vertical {
  margin-top: 70px;
}

@media only screen and (max-width: 540px) {
  .margen-telefono {
    margin-top: 2rem;
  }

  .lineas-pos {
    position: relative;
    top: 450px;
  }

  .titulo-carusel {
    font-size: 1.3rem;
    font-weight: bold;
  }

  .texto-casusel {
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 50px;
  }

  .flechas-pos {
    position: absolute;
    top: 200px;
  }

  .alineacion-vertical {
    margin-top: 0px;
  }
}

@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: #8aa755;
    position: absolute;
    opacity: 0.5;
    transform: rotate(45deg);
    z-index: -1;
} */