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;
  width: 80px;
  height: 80px;
  background-color: #202020;
  border-radius: 100%;
}

.icon-styles2 {
  font-size: 40px;
  width: 80px;
  height: 80px;
  background-color: #003c6b;
  border-radius: 100%;
}


@media only screen and (max-width: 540px) {

  .ocultar-imagen {
    display: none;
  }


}


@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;
  }


}

/* Altura uniforme del carrusel */
.carousel-inner {
  height: 420px;
}

/* Altura menor en celular */
@media (max-width: 768px) {
  .carousel-inner {
    height: 240px;
  }
}

.carousel img {
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* muestra completa */
  /* recorta sin deformar */
}