/*
 Theme Name:   Reobiz Child
 Theme URI:    http://rstheme.com/products/wordpress/reobiz/
 Description:  Reobiz Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     reobiz
 Version:      5.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */


wpcf7 form.sent .wpcf7-response-output {
    color: white;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: white;
}

/* Botón Enviar - grande, centrado y con borde blanco */
.btn-enviar {
  background-color: #1C3988 !important;
  padding: 15px 0;              /* altura cómoda */
  font-size: 17px;

  /* TEXTO */
  text-transform: uppercase;   /* MAYÚSCULAS */
  text-align: center;          /* CENTRADO */

  /* TAMAÑO */
  width: 100% !important;
  display: block !important;

  /* BORDE BLANCO */
  border: 2px solid #FFFFFF !important;

  /* ESTÉTICA */
  color: #FFFFFF !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  border-radius: 4px;

  /* Quitar estilos del tema */
  appearance: none;
  -webkit-appearance: none;

  transition: all 0.3s ease;
}

/* Hover */
.btn-enviar:hover {
  background-color: #2B4898 !important;
  border-color: #FFFFFF;
  color: #FFFFFF;
}


.wpcf7 input, .wpcf7 textarea {
     text-align: center !important; 
}

.page-error .content-area h2 {
    color: #fcf9f9 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}
