/* Resets */
hr {
  margin-left: 0;
  max-width: 40px;
}

/* Jumbotron (hero) */
.jumbotron {
  position: relative;
  background: url(clean.png) no-repeat bottom center/cover;
}
.jumbotron:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.bgb{
  /*background: rgba(0, 0, 0, 0.5);*/
  background: #1096FC;
  font-size: 0.9rem;
}

.jumbotron .container {
  padding: 75px 0;
}
.jumbotron h1,
.jumbotron .lead {
  color: #fff;
  font-weight: revert;
}

/* Bustom button */
.btn-primary {
  background: #1096fc;
  border: 0;
}
.btn-primary:hover {
  background: #0384e5;
}

/* Features */
.sec-features .row:nth-of-type(n+2) {
  margin-top: 160px;
}
.sec-features .row:last-of-type {
  margin-bottom: 160px;
}
.sec-features .feature-icon {
  max-width: 150px;
}

/* Testimonials */
.sec-testimonials {
  padding-top: 128px;
  padding-bottom: 128px;
}

/* Carousel */
.carousel-indicators {
  bottom: -30px;
}
.carousel-indicators li {
  background: rgba(33, 33, 33, 0.1);
}
.carousel-indicators li:focus, .carousel-indicators li:hover {
  background: rgba(33, 33, 33, 0.5);
}
.carousel-indicators .active {
  background: rgba(33, 33, 33, 0.75);
}

.carousel-control-next,
.carousel-control-prev {
  color: #212121;
}
.carousel-control-next:focus, .carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #111;
}

/* Footer */
.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #212121;
}
.footer li:nth-of-type(n+2) {
  margin-left: 8px;
}
.footer a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.235s ease-in-out;
}
.footer a:focus, .footer a:hover {
  color: rgba(255, 255, 255, 0.25);
}

.h1, h1 {
  font-size: 4.1rem !important;
}

.display-5{
  background: rgba(0, 0, 0, 0.5);
}

.testimonial-card {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar {
  width: 20%;
  height: auto;
}

.testimonial-content {
  padding: 16px;
  text-align: justify;
}

.testimonial-author {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.testimonial-text {
  font-size: 1em;
  color: #555;
}

 /* Estilos CSS para centrar la imagen */
 .centrar-imagen {
  text-align: center;
}

.centrar-imagen img {
  display: inline-block;
  margin: auto;
}




/* Estilo por defecto (para pantallas grandes / PC) */
h1.display-5 {
  font-size: 2.5rem !important; /* puedes ajustar esto si necesitas */
}

/* Estilo para pantallas pequeñas (celulares) */
@media (max-width: 767.98px) {
  h1.display-5 {
    font-size: 1.25rem !important; /* tamaño similar a un h5 */
  }
}