/*
Theme Name: Tema Compartamos Impulsa
Theme URI: https://
Author: GusERO
Author URI: https://programate.pe
Description: Un tema básico compatible con Elementor | The last dance.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-ic
*/

body {
  margin: 0;
}

.form-scroll-y-home .elementor-field-group-field_4ce26cc{
	height: 750px !important;
	overflow-y: auto !important;
}

.hover-acordeon-custom  {
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: inset 0 0 0 0 #D50057;
}

.hover-acordeon-custom:hover  {
    box-shadow: inset 100vw 0 0 0 #D50057;
}

/*MOBILE*/
@media (max-width: 767px) {
  #nosotros {
    scroll-margin-top: 80px;
  }
  #promotores {
    scroll-margin-top: 70px;
  }
  #bases-del-concurso {
    scroll-margin-top: 70px;
  }
  #inscribete {
    scroll-margin-top: 70px;
  }
	
  .e-form__indicators.e-form__indicators--type-number_text {
    display: flex !important;          /* importante para que los elementos se alineen en fila */
    overflow-x: auto !important;       /* activa el scroll horizontal */
    overflow-y: hidden !important;     /* oculta el scroll vertical */
    -webkit-overflow-scrolling: touch !important; /* scroll suave en iOS */
    white-space: nowrap !important;    /* evita que los elementos se rompan en varias líneas */
  }
	
  .e-form__indicators.e-form__indicators--type-number_text > * {
	flex: 0 0 auto !important;
  }

}

/*TABLET*/
@media (min-width: 768px) and (max-width: 1024px) {
  #nosotros {
    scroll-margin-top: 80px;
  }
  #promotores {
    scroll-margin-top: 70px;
  }
  #bases-del-concurso {
    scroll-margin-top: 70px;
  }
  #inscribete {
    scroll-margin-top: 70px;
  }
}