/*
 Theme Name: Divi Child for Racks Sprint
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child for Racks Sprint
 Author: Future Ahead
 Author URI: https://www.muchobit.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;

  background: radial-gradient(
    circle at 50% 40%,
    #7b2cbf 0%,
    #2b001f 35%,
    #000000 100%
  );

  background-size: 240% 240%;
  animation: fluido-contraste 28s ease-in-out infinite;
  will-change: background-position, background-size;
}

@keyframes fluido-contraste {
  0%   { background-position: 45% 30%; }
  25%  { background-position: 65% 45%; }
  50%  { background-position: 55% 70%; }
  75%  { background-position: 35% 55%; }
  100% { background-position: 45% 30%; }
}







.texto-rosa-encabezado{
	color:#FF1C5C !important;
}

.naranja{
	color:#FF9D00 !important;
}



.texto-gradiente-rosa-violeta{	
  background: linear-gradient(
    to bottom right,
    #B40685 0%,
    #de26ac 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.luz-rosa{
	/* luz tipo neon sutil */
  text-shadow:
    0 0 6px rgba(255, 28, 92, 0.45),
    0 0 14px rgba(255, 28, 92, 0.25);
}
.font500-italic{
	font-weight: 500;
  font-style: italic;
}
.font800-italic{
	font-weight: 800;
  font-style: italic;
}
/*
.fuente-playfair {
  font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 600;
} */

.fondo-blur{
	backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); /* Safari */
}

.fondo-blur-mas{
	backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px); /* Safari */
}

body div.et_contact_bottom_container{
	float: none !important;
}

body button.et_pb_contact_submit.et_pb_button{
	width: 100% !important;
}

div.et-pb-contact-message{
	display: none !important;
	
}


.texto-gradiente-naranja{	
  background: linear-gradient(
    to bottom right,
    #B40685 0%,
    #FF9D00 100%
  );