/*
 Theme Name:     OV Child
 Theme URI:      https://escueladeeducacionmenstrual.com/
 Description:    Divi Child Theme 
 Author:         Samy Betancur
 Author URI:     https://samybetancurdesign.com/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    background-color: #4D0000;
  }
  .preloader .overlay {
    width: 100%;
    height: 100%;
    background: #692273;
    background: linear-gradient(134deg, rgba(105, 34, 115, 1) 2%, rgba(229, 0, 44, 1) 51%, rgba(254, 164, 190, 1) 100%);
    position: fixed;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    animation: anim 2s;
	
  }