.elementor-7873 .elementor-element.elementor-element-ecd32ae{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7873 .elementor-element.elementor-element-ecd32ae:not(.elementor-motion-effects-element-type-background), .elementor-7873 .elementor-element.elementor-element-ecd32ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBEBEB;}.elementor-7873 .elementor-element.elementor-element-2208706{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7873 .elementor-element.elementor-element-0fded91.elementor-element{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-7873 .elementor-element.elementor-element-2208706{--width:70%;}}@media(min-width:768px){.elementor-7873 .elementor-element.elementor-element-2208706{--width:90%;}}/* Start custom CSS for html, class: .elementor-element-0fded91 */.footer-brand {
    display: flex;
    align-items: center;    /* Centra verticalmente imagen y texto */
    justify-content: center; /* Centra todo el bloque en el medio del footer */
    gap: 15px;               /* Espacio entre la imagen y el texto */
}

.footer-logo {
    width: 80px;            /* Ajusta el tamaño de tu logo aquí */
    height: auto;
}

.footer-text {
    margin: 0;               /* Quita márgenes extra que traen los párrafos */
    color: #555555;          /* Cambia el color de la letra aquí */
    font-size: 14px;         /* Tamaño de la letra */
}

/* Si quieres que en móviles se vea uno encima del otro, añade esto: */
@media (max-width: 768px) {
    .footer-brand {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}/* End custom CSS */