/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 13:23:52 */
/* HEADER */
.menu-link i {
    margin-right: 5px;
}
@media (min-width: 921px) {
    .ast-theme-transparent-header .ast-above-header, .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
        background-image: linear-gradient(135deg,rgb(214,52,71) 0%,rgb(245,123,81) 100%);
    }
}

.ast-theme-transparent-header.ast-hfb-header .site-header #ast-hf-menu-1,
.ast-theme-transparent-header.ast-hfb-header .ast-header-html-1 {
    margin-bottom: 30px;
}

/* INICIO */
@media (min-width: 921px) {
.blog-inicio .uagb-post__image {
	width: 50% !important;
}
}
.blog-inicio .uagb-post__image img {
	border-radius: 30px;
}

/* Formulario Mailerlite */
.mailerlite-form label { color: #000;}
.mailerlite-form input[type="email"] {
	border-radius: 30px;
	padding: 10px 20px;
	min-height: 55px;
	color: #000;
}