/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://www.mikrobiogune.com
 Description:  Tema hijo de Hello Elementor
 Author:       Actualiza
 Author URI:   https://www.actualiza.es
 Template:     hello-elementor
 Version:      1.0.0
*/

.site-header .header-inner,
.site-footer .footer-inner,
.site-main .page-content {
    max-width: 1300px !important;
}

/* Aquí puedes agregar tus estilos personalizados */
#formulario-contacto label {
    color: #fff;
}

.site-header .site-navigation .menu li a{font-weight: 600;font-size: 18px;}

.hfe-copyright-wrapper span {margin-block-end:.9rem !important;}

.enlaces-footer a{color: #fff;}
.enlaces-footer a:hover{color: #fff;}

div#logo-pie p {
    margin-bottom: -10px;
}

@media (max-width: 767px) {
    .site-header {
        padding-inline-end: 0;
        padding-inline-start: 2%;
    }
}