/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1761645038
Updated: 2025-10-28 09:50:38

*/
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

/*-----------------------MENU----------------------------*/
 .mobile_menu_bar{
    position: absolute!important; 
    display: block;
    top: 2%!important;
    right: 20px!important;
    line-height: 0;
	margin-top:10px;
	margin-bottom:10px;
}
#mobile_menu1{
	padding:0!important;
}
.et_pb_menu_inner_container {
    padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
/*h1 {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.minaya {
  position: relative;
  display: inline-block;
  color: #ffffff;
}

/* Estrella neón con parpadeo suave */ /*
.minaya::after {
  content: "✦";
  position: absolute;
  top: -0.2em;
  right: -0.3em;
  font-size: 0.6em;
  color: #83b685;
  text-shadow:
    0 0 3px #83b685,
    0 0 6px #83b685,
    0 0 12px #03492f;
  animation: neonFlicker 2.8s infinite ease-in-out;
}

/* Animación parpadeo neón */ /*
@keyframes neonFlicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
    text-shadow:
      0 0 3px #83b685,
      0 0 8px #83b685,
      0 0 18px #03492f;
  }
  20%, 24%, 55% {
    opacity: 0.4;
    text-shadow:
      0 0 1px #83b685,
      0 0 3px #03492f;
  }
}
*/

@media (max-width:980px){
	.et_pb_menu--style-centered .et_pb_menu__logo-wrap{
		display:inline-block!important;
	}
	.mobile_menu_bar{
		
	}
}