/*
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.1737814876
Updated: 2025-01-25 14:21:16
.rank-math-breadcrumb {
    font-size: 14px !important;
    color: #555 !important;
    margin: 10px 0 !important;
    padding: 5px 0 !important;
    display: block;
    text-align: left;
}
.rank-math-breadcrumb a {
    text-decoration: none !important;
    color: #0073aa !important;
    font-weight: bold;
}
.rank-math-breadcrumb a:hover {
    text-decoration: underline !important;
    color: #005580 !important;
}


.main-header-bar {
    display: flex;
    align-items: center; /* Alinea logo y menú verticalmente */
    justify-content: space-between; /* Espaciado uniforme */
}
.site-header {
    height: auto; /* Elimina altura fija */
}

.footer-contact {
    text-align: center; /* Centra el texto horizontalmente */
    margin: 0 auto; /* Asegura que el contenedor esté centrado */
    line-height: 1.8; /* Ajusta el espacio entre líneas */
    color: #FFFFFF; /* Color del texto */
}

.footer-contact p {
    margin: 0; /* Elimina márgenes adicionales */
    padding: 5px 0; /* Añade espacio entre los párrafos */
}

.footer-contact a {
    text-decoration: none; /* Elimina el subrayado de los enlaces */
    color: #FFFFFF; /* Color del enlace */
    font-weight: bold; /* Resalta los enlaces */
}

.footer-contact a:hover {
    color: #00C08B; /* Color de hover para los enlaces */
}
.footer-contact p {
    margin: 10px 0; /* Aumenta el espacio entre párrafos */
}
.footer-contact p::before {
    font-size: 16px; /* Ajusta el tamaño del icono */
}
.footer-contact a:hover {
    color: #00C08B; /* Cambia a un verde llamativo en hover */
    text-decoration: underline; /* O agrega un subrayado */
}
.footer-links h4 {
    font-size: 16px; /* Tamaño del título */
    margin-bottom: 10px; /* Espacio entre título y enlaces */
}

.footer-links ul li {
    margin: 5px 0; /* Espaciado entre los enlaces */
}

.footer-links ul li a:hover {
    color: #00C08B; /* Cambia a un verde llamativo en hover */
    text-decoration: underline; /* Agrega subrayado en hover */
}
.footer-widget-area {
    margin-bottom: 20px; /* Ajusta este valor según necesites */
}

.footer-bottom {
    margin-top: 20px; /* Espacio entre enlaces útiles y los legales */
}
.site-info {
    font-weight: bold; /* Negrita */
    font-style: italic; /* Cursiva */
    text-align: center; /* Asegura que esté centrado */
    font-size: 14px; /* Ajusta el tamaño si lo necesitas */
}
/* Estilo del menú principal */
.main-navigation a {
    font-family: 'Poppins', sans-serif; /* Cambia la fuente */
    font-size: 16px; /* Ajusta el tamaño */
    font-weight: 600; /* Grosor del texto */
    text-transform: uppercase; /* Opcional: letras mayúsculas */
    letter-spacing: 0.5px; /* Espaciado entre letras */
    color: #FFFFFF; /* Color del texto */
    transition: color 0.3s ease; /* Suavidad al pasar el ratón */
}

/* Efecto hover en el menú */
.main-navigation a:hover {
    color: #00C08B; /* Color al pasar el ratón */
}
/* Espaciado entre columnas del footer */
.footer-widgets .widget {
    margin-bottom: 30px; /* Ajusta según lo necesites */
}

/* Espaciado superior para los enlaces legales */
.footer-legal {
    margin-top: 20px; /* Incrementa o disminuye según el diseño */
}
/* Estilo del enlace activo en el menú */
.menu-item.current-menu-item > a {
    color: #00C08B; /* Cambia el color del texto al verde del logo */
    font-weight: bold; /* (Opcional) Resalta el texto con negrita */
}

/* Estilo para el hover (cuando pasas el ratón por encima) */
.menu-item > a:hover {
    color: #00C08B; /* Cambia el color al verde también en hover */
}


