.fullscreen img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.linea-roja {
  height: 30px;
  background-color: #d32f2f;
}

/* General */
body {
  font-family: "Overpass", sans-serif;
  margin: 0;
  padding: 0;
  background: url("/assets/img/contacto/Back-Atencion.png") no-repeat center
    center;
  background-size: cover;
}

/* Imágenes del menú */
.menu-img {
  max-width: 150px;
  transition: transform 0.3s ease;
}

.menu-img:hover {
  transform: scale(1.1);
}

/* Sección de contacto */
.contacto-section {
  background: url("/assets/img/contacto/Back-from.png") no-repeat center center;
  background-size: cover;
  padding: 50px 20px;
}

/* Formulario */
form {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.form-control:focus {
  box-shadow: 0 0 5px red, 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
  border-color: red;
  outline: none;
}
.arte-taco {
  max-width: 45%;
}
/* Sección de Atención */
.atencion-section {
  padding: 80px 50px;
}
.row {
  margin: 0;
}
.icon-star {
  width: 32px;
  margin-right: 15px;
}

.icon-whatsapp {
  width: 40px;
  vertical-align: middle;
}

.info-box {
  font-size: 1.1rem;
  line-height: 1.6;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-weight: normal;
  color: #333;
}
.info-box strong {
  font-weight: bold;
  color: #000;
  font-style: italic;
}

.trompo-img {
  max-width: 400px;
  margin-top: 30px;
}

/* Ajustes de Tipografía */
h3 {
  font-size: 2rem;
}

.text-warning {
  color: #ffc107 !important;
}

@media (max-width: 968px) {
  .contacto-section {
    padding: 20px 10px;
    text-align: center;
  }

  form {
    padding: 20px;
  }

  .menu-img {
    max-width: 100px;
    margin: 5px auto;
  }

  .atencion-section {
    padding: 20px 10px;
  }

  .info-box {
    font-size: 0.9rem;
    padding: 15px;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.5rem;
  }
  .trompo-img {
    max-width: 200px;
  }

  .icon-star {
    width: 24px;
    margin-right: 10px;
  }

  .icon-whatsapp {
    width: 30px;
  }
}
