/**
* Theme Name: Allegro2 Child
* Description: This is a child theme of Allegro2, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: allegro2
* Version: 1.0.21
*/

.product-transition img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

/* Cambia el color del texto que escribe el usuario */
.wpcf7-form .wpcf7-form-control-wrap textarea {
    color: red !important; /* Un gris muy oscuro casi negro */
}

/* Opcional: Cambia el color de los títulos (labels) si los ves claros */
.wpcf7-form label {
    color: #000000 !important;
}