.elementor-20561 .elementor-element.elementor-element-2ad5a8d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;}.elementor-20561 .elementor-element.elementor-element-d41e44f{width:100%;max-width:100%;}.elementor-20561 .elementor-element.elementor-element-d41e44f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-20561 .elementor-element.elementor-element-d41e44f.elementor-element{--align-self:stretch;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d41e44f *//* =========================================================
   GAUN · ALTURA DEFINITIVA DEL FOOTER
   ========================================================= */

#gaun-footer-html {
    position: relative !important;
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}

@media (min-width: 768px) {

    #gaun-footer-html {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
    }

    #gaun-footer-html .gfh-inner {
        width: min(1320px, calc(100% - 80px)) !important;
        height: 100% !important;

        margin: 0 auto !important;
        padding: 48px 0 20px !important;

        display: grid !important;
        grid-template-rows:
            auto
            minmax(0, 1fr)
            auto !important;

        box-sizing: border-box !important;
    }

    #gaun-footer-html .gfh-top {
        margin: 0 !important;
    }

    #gaun-footer-html .gfh-main {
        align-self: center !important;
    }

    #gaun-footer-html .gfh-bottom {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {

    #gaun-footer-html {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
}/* End custom CSS */