:root {
  --anaranjado: #ee6c4d;
  --negroClaro: #293241;
  --azulClaro: #e0fbfc;
  --azulMedio: #98c1d9;
  --azulGris: #3d5a80;

  --fuente: "Lato", sans-serif;
}

.principal {
  font-size: 2.5rem;
  color: #2d3e50;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 5rem;
}

.principal::after {
  content: "";
  display: block;
  width: 20rem;
  height: 3px;
  background-color: #3498db;
  margin: 10px auto;
}

.container {
  max-width: 120rem;
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media (min-width: 992px) {
  .container {
    max-width: 140rem;
    margin: 20px auto;
  }
}

.container h2 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .container h2 {
    font-size: 2.5rem;
  }
}

.main-text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #333;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .main-text {
    font-size: 2.2rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
    margin-bottom: 20px;
  }
}

.highlight {
  font-weight: bold;
  color: #007bff;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-image {
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}

.gallery-image:hover {
  transform: scale(1.1);
}

@media (max-width: 700px) {
  .gallery-image {
    width: 100%;
  }
}

.container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.container h2 {
  font-size: 1.5rem;
  text-align: center;
  color: var(--azulGris);
  text-transform: uppercase;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .container h2 {
    font-size: 2rem;
  }
}

.feature {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: url(/img/automotriz/auto4.jpg) center/cover no-repeat; /* Reemplaza 'tu-imagen.jpg' con la ruta de tu imagen */
  border-radius: 10px;
  color: #fff; /* Cambia el color del texto si es necesario para asegurar la legibilidad */
  padding: 20px;
  text-align: center;
  filter: drop-shadow(50%);
  font-size: 2.2rem;
}

.blanco {
  color: #fff;
}

.amarillo {
  color: #ffd700;
}

.sabias-que {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 25px;
  text-align: justify;
  filter: drop-shadow(50%);
  font-size: 2.2rem;
  line-height: 1.5;
}


.image-gallery-sabias {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-image-sabias {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
  margin-top: 1rem;
}

@media (max-width: 700px) {
  .gallery-image {
    width: 100%;
  }
}