/*
Theme Name:     Beats Code Theme
Description: 	Este tema es propiedad intelectual de Beatscode. Hemos creado este tema hijo para personalizar el tema padre sin alterarlo.
Author:         Beats Code
Author URI:     https://beatscode.co/
Template:       hello-elementor
Version: 		1.0
*/

/*===================*/
/* CUSTOM CODE - BEATSCODE
/*===================*/

/*General*/

.hover-column:hover h4, .hover-column:hover p, .hover-column:hover .elementor-button, .hover-column:hover .elementor-icon .icon{
	color:#FFB829 !important;
}

.hover-column:hover .elementor-button{
	border-color: #ffffff !important;
}

.desplegable .elementor-image-box-description {
  display: none;
}

.des-reconocimiento{
	display: none;
}

/* Caja de descripción OIKOS */
.oikos-premium-card {
  position: relative;
  background: #050403;
  color: #ffffff;
  padding: 4rem;
  border-radius: 60px;

  /* Borde ultra fino con degradé dorado solo visible abajo */
  border: 1px solid transparent;
  background-image:
    linear-gradient(#050403, #050403), /* fondo */
    linear-gradient(
      180deg,
      rgba(247, 208, 124, 0.02) 0%,   /* arriba casi invisible */
      rgba(247, 208, 124, 0.10) 40%,
      rgba(247, 208, 124, 0.40) 100%  /* abajo más fuerte */
    );
  background-origin: border-box;
  background-clip: padding-box, border-box;

  /* Glow suave */
  box-shadow: 0 14px 30px rgba(247, 208, 124, 0.12);
}
