/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/***
 * 
 *Style de section numbers home 
 */
a,
a:hover,
a:visited {
  text-decoration: none;
}

.numbers-formation p{
	text-align: center;
	line-height: 1.5 !important;
}

/*Form style*/

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.form-row .col {
  flex: 1 1 48%;
}

.form-row.full {
  flex-direction: column;
}

.form-row.full textarea,
.form-row .col input,
.form-row.full textarea,
.form-row.full input {
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-row.checkbox {
  font-size: 0.95rem;
  align-items: center;
}

.form-row input[type="submit"] {
  background-color: #BF2E3D;
  color: white;
  border: none;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.form-row input[type="submit"]:hover {
  background-color: #BF2E3D;
}

/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
  .form-row .col {
    flex: 1 1 100%;
  }
}


/**
*
* Centro de entrenamineot
* */
.elementor-widget-n-tabs .e-n-tabs-heading {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff; /* Asegura que no se solapen */
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

/* Si quieres que el contenido tenga scroll interno */
.e-n-tabs-content {
  max-height: 12000px; /* Puedes ajustar este valor */
  overflow-y: auto;
}

