/**handles:hello-elementor-child-style**/
/*
 Theme Name:   Hello Elementor Child DSC
 Theme URI:    https://digitalsolutioncore.com/hello-elementor-child/
 Description:  Child theme para Hello Elementor en Digital Solution Core
 Author:       Digital Solution Core
 Author URI:   https://digitalsolutioncore.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/


/* Botón adicional desde las landing customizadas en gutemberg*/

a.botonAdicional {
  background-color: #4273B8;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold; 
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase; /* Texto en mayúsculas */
  text-align: center; /* Centra el texto (si el botón es display block o inline-block con ancho definido) */
  display: inline-block; /* Hace que se comporte como un bloque pero en línea */
  border: none; /* Asumiendo que no tiene borde visible además del fondo */
  cursor: pointer; /* Cambia el cursor a una manito al pasar por encima */
}

a.botonAdicional:hover {
  background-color: #ffffff !important; /* Fondo blanco */
  color: #4273B8; /* Un azul vibrante para el texto - ¡AJUSTA ESTE COLOR A TU GUSTO! */
  border: 2px solid #000000; /* Borde negro de 2px - ajusta el grosor y color si es necesario */
}
#site-footer {
  display: none !important;
}