/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.10.1741225607
Updated: 2025-03-05 20:46:47

*/

/*formulario de contacto/*
#responsive-form{
	/*	max-width:600px; -- cambiar esto para conseguir el ancho de la forma deseada --*/
	margin:0 auto;
	width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/*CURSOS*/
#inicio-clases{
	/*color: var(--e-global-color-secondary);*/
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.icen-dia {
  
}

.icen-mes {
   
}

.sticky-column{
	position: sticky;
	position: -webkit-sticky;
	top: 8rem;
	}
	.sticky-parent
	.elementor-widget-wrap {
	display: block!important;
	}
	
/*logo cambio color*/
.custom-logo-link img {
	content: url('https://icen.pe/wp-content/uploads/2025/03/icen-logo-negativo.png');
}


.stickyicen{
	position: fixed;
    top: 0; 
}

.stickyicen {
    background: transparent;
    transition: background 0.3s ease-in-out;
}

/* Cuando el menú es sticky (cambia de color al hacer scroll) */
.stickyicen.is-sticky {
    background: red; /* Cambia este color según tu diseño */
	background-color: rgb(255, 255, 255) !important;
    box-shadow: 0 4px 6px rgba(6, 4, 126, 0.3);
}


/* Establecer el logo sticky (cuando el menú está pegado al top) */
.hfe-site-logo-img {
    content: url('https://icen.pe/wp-content/uploads/2025/03/icen-logo-negativo.png'); /* Este es el logo que quieres cuando está en sticky */
    transition: content 0.3s ease; /* Transición suave para el cambio de imagen */
}

/* Cuando el menú está en su posición original (no sticky), muestra el logo original */
.stickyicen.is-sticky .hfe-site-logo-img {
    content: url('https://icen.pe/wp-content/uploads/2025/01/logo-ICEN.png'); /* Este es el logo que quieres cuando está en su posición original */
}


ul.sub-menu li a{
	color: var(--e-global-color-primary) !important;
}

/* Estilo cuando el menú tiene la clase 'stickyicen' */
.stickyicen #menu-1-f6ed291 a {
    color: var(--e-global-color-primary); /* Cambia este color al que desees para cuando el menú sea sticky */
}

/* Estilo por defecto del menú */
#menu-1-f6ed291 a {
    color: #fff;  /* Color inicial del texto */
    transition: color 0.3s ease;
}


/* Para pantallas pequeñas (responsive) */
@media (max-width: 768px) {
    #menu-1-f6ed291 a {
        color: var(--e-global-color-primary) !important;  /* Siempre el color primario en dispositivos móviles */
    }
    
    /* Si el menú es sticky en móviles, también debería tener el color primario */
    .stickyicen #menu-1-f6ed291 a {
        color: var(--e-global-color-primary);
    }
}

.entry-content p{
	margin-bottom: 0px;
}