/**
Theme Name: Juno Child
Author: JUNO BYTES
Author URI: https://www.junobytes.com
Description: Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: juno-child
Template: astra
*/


/**
 Header
 */
/*
.navbar-scrolled {
  background: #fff;
  box-shadow: 2px -9px 20px 14px rgb(0 0 0 / 4%);
  transition: background-color 220ms linear;
}

.navbar-unscrolled{
	background: #fff0;
	transition: background-color 220ms linear;
}
*/


/* Fade In Option */

.header-2 {
    opacity: 0;
    -moz-transition: opacity .15s ease-out!important;
     -webkit-transition: opacity .15s ease-out!important;
     transition: opacity .25s ease-out!important;
   }   
   
   .elementor-sticky--effects.header-2  {
    opacity: 1!important;
   }
   
   /* End Of Fade In Option */
    

/*Iconos Colores*/
.icon-blue-juno #a, 
.icon-blue-juno #a path{
    fill: #160a68;
}

.icon-blue-juno #b,
.icon-blue-juno #b path{
    fill: #152ad5;
}

.icon-blue-juno #c,
.icon-blue-juno #c path{
    fill: #c1cfeb;
}
