.elementor-42560 .elementor-element.elementor-element-52ab8c3{--display:flex;--width:100%;--min-height:0px;}.elementor-42560 .elementor-element.elementor-element-52ab8c3:not(.elementor-motion-effects-element-type-background), .elementor-42560 .elementor-element.elementor-element-52ab8c3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F6F6;}.elementor-42560 .elementor-element.elementor-element-8e68d59.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1200px){.elementor-42560 .elementor-element.elementor-element-8e68d59{width:var( --container-widget-width, 900px );max-width:900px;--container-widget-width:900px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-8e68d59 */.elementor-42560 .elementor-element.elementor-element-8e68d59 {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

/* TIPOGRAFÍA Y ESTRUCTURA GENERAL                       */
.proquimed-footer {
    background-color: #F5F5F5;
    font-family: 'Lato', sans-serif;
    color: #555555;
    padding-top: 40px;
    line-height: 1.6;
}

.proquimed-footer h3,
.proquimed-footer a,
.proquimed-footer p,
.proquimed-legal-info-wrapper {
    font-family: 'Lato', sans-serif;
}

.proquimed-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.proquimed-footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px; 
}

.proquimed-col-brand-social {
    flex: 1 1 100%; 
    min-width: 250px;
    margin-bottom: 30px;
    text-align: center; 
}

.proquimed-col-brand-social .proquimed-brand img {
    width: 100% !important; 
    max-width: 160px !important; 
    height: auto !important;
    margin: 0 auto 10px !important; 
    display: block !important;
}

.proquimed-social-block h3,
.proquimed-apps-block h3,
.proquimed-section h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000 !important; 
    margin-bottom: 15px;
    text-transform: uppercase;
}

.proquimed-social-block h3,
.proquimed-apps-block h3 {
    text-align: center;
}

.social-icons,
.app-icons {
    display: flex;
    justify-content: center; 
    gap: 15px;
    margin-bottom: 20px;
}

.social-icon,
.app-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #00A69C;
    border-radius: 50%;
    color: #00A69C;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover,
.app-icon:hover {
    background-color: #00A69C;
    color: #fff;
}

.app-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(48%) sepia(87%) saturate(1412%) hue-rotate(130deg) brightness(87%) contrast(100%); 
    transition: filter 0.3s ease; 
}

.app-icon:hover img {
    filter: invert(100%); 
}

.proquimed-sections-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    width: 100%; 
}

.proquimed-section {
    flex: 1 1 45%; 
    min-width: 120px;
    text-align: left; 
    margin-bottom: 40px; 
}

.proquimed-section h3 {
    text-align: left;
}

.proquimed-section ul {
    list-style: none;
    padding: 0;
}

.proquimed-section ul li a {
    color: #777777;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.proquimed-section ul li a:hover {
    color: #00A69C;
}

.proquimed-divider-legal {
    border: none;
    border-top: 1px solid #CCCCCC;
    margin: 0;
    margin-bottom: 20px;
    width: 100%; 
    order: 5; 
}

.proquimed-sections-wrapper > .proquimed-divider-legal:nth-of-type(1) {
    margin-top: -10px; 
    margin-bottom: 20px;
}

.proquimed-sections-wrapper > .proquimed-divider-legal:nth-of-type(2) {
    order: 7; 
    margin-top: 20px;
    margin-bottom: 0;
}

.proquimed-legal-info-wrapper {
    font-size: 12px;
    color: #555555;
    text-align: justify;
    margin-top: 0; 
    margin-bottom: 0; 
    width: 100%; 
    order: 6; 
}

.proquimed-legal-info-wrapper p {
    margin-bottom: 10px;
}

.proquimed-copyright {
    background-color: #00A69C;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
}

.proquimed-copyright p {
    margin: 0;
}

@media (min-width: 768px) {
    .proquimed-footer-top {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .proquimed-col-brand-social {
        flex: 0 0 25%;
        text-align: left;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .proquimed-col-brand-social .proquimed-brand img {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .proquimed-social-block h3,
    .proquimed-apps-block h3 {
        text-align: left;
    }

    .social-icons,
    .app-icons {
        justify-content: flex-start;
    }

    .proquimed-sections-wrapper {
        flex: 1; 
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between; 
        align-content: flex-start; 
    }

    .proquimed-section {
        flex: 1 1 20%; 
        max-width: 150px; 
        text-align: left; 
        margin-bottom: 0; 
    }
    
    .proquimed-divider-legal,
    .proquimed-legal-info-wrapper {
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .proquimed-sections-wrapper > .proquimed-divider-legal:nth-of-type(1) {
        order: 5; 
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .proquimed-legal-info-wrapper {
        order: 6; 
    }
    .proquimed-sections-wrapper > .proquimed-divider-legal:nth-of-type(2) {
        order: 7; 
        margin-top: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-52ab8c3 */.elementor-42560 .elementor-element.elementor-element-52ab8c3 {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.proquimed-footer {
    background-color: #F5F5F5;
    font-family: inherit;
    color: #555555;
    padding-top: 40px;
    line-height: 1.6;
}

.proquimed-footer h3,
.proquimed-footer a,
.proquimed-footer p,
.proquimed-legal-info-wrapper {
    font-family: inherit;
}

.proquimed-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.proquimed-footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px; 
}

.proquimed-col-brand-social {
    flex: 1 1 100%; 
    min-width: 250px;
    margin-bottom: 30px;
    text-align: center; 
}

.proquimed-col-brand-social .proquimed-brand img {
    width: 100% !important; 
    max-width: 160px !important; 
    height: auto !important;
    margin: 0 auto 10px !important; 
    display: block !important;
}

.proquimed-social-block h3,
.proquimed-apps-block h3,
.proquimed-section h3 {
    font-size: 16px;
    font-weight: bold;
    /* AJUSTADO: Se asegura que el color sea negro */
    color: #000000 !important; 
    margin-bottom: 15px;
    text-transform: uppercase;
}

.proquimed-social-block h3,
.proquimed-apps-block h3 {
    text-align: center;
}

.social-icons,
.app-icons {
    display: flex;
    justify-content: center; 
    gap: 15px;
    margin-bottom: 20px;
}

.social-icon,
.app-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #00A69C;
    border-radius: 50%;
    color: #00A69C;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover,
.app-icon:hover {
    background-color: #00A69C;
    color: #fff;
}

.app-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(48%) sepia(87%) saturate(1412%) hue-rotate(130deg) brightness(87%) contrast(100%); 
    transition: filter 0.3s ease; 
}

.app-icon:hover img {
    filter: invert(100%); 
}

.proquimed-sections-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    width: 100%; 
}

.proquimed-section {
    flex: 1 1 45%; 
    min-width: 120px;
    text-align: left; 
    margin-bottom: 40px; 
}

.proquimed-section h3 {
    text-align: left;
}

.proquimed-section ul {
    list-style: none;
    padding: 0;
}

.proquimed-section ul li a {
    color: #777777;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.proquimed-section ul li a:hover {
    color: #00A69C;
}

.proquimed-divider-legal {
    border: none;
    border-top: 1px solid #CCCCCC;
    margin: 0;
    margin-bottom: 20px;
    width: 100%; 
    order: 5; 
}

.proquimed-sections-wrapper > .proquimed-divider-legal:nth-of-type(1) {
    margin-top: -10px; 
    margin-bottom: 20px;
}

.proquimed-sections-wrapper > .proquimed-divider-legal:nth-of-type(2) {
    order: 7; 
    margin-top: 20px;
    margin-bottom: 0;
}

.proquimed-legal-info-wrapper {
    font-size: 12px;
    color: #555555;
    text-align: justify;
    margin-top: 0; 
    margin-bottom: 0; 
    width: 100%; 
    order: 6; 
}

.proquimed-legal-info-wrapper p {
    margin-bottom: 10px;
}

.proquimed-copyright {
    background-color: #00A69C;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
}

.proquimed-copyright p {
    margin: 0;
}

@media (min-width: 768px) {
    .proquimed-footer-top {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .proquimed-col-brand-social {
        flex: 0 0 25%;
        text-align: left;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .proquimed-col-brand-social .proquimed-brand img {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .proquimed-social-block h3,
    .proquimed-apps-block h3 {
        text-align: left;
    }

    .social-icons,
    .app-icons {
        justify-content: flex-start;
    }

    .proquimed-sections-wrapper {
        flex: 1; 
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between; 
        align-content: flex-start; 
    }

    .proquimed-section {
        flex: 1 1 20%; 
        max-width: 150px; 
        text-align: left; 
        margin-bottom: 0; 
    }
    
    .proquimed-divider-legal,
    .proquimed-legal-info-wrapper {
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .proquimed-sections-wrapper > .proquimed-divider-legal:nth-of-type(1) {
        order: 5; 
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .proquimed-legal-info-wrapper {
        order: 6; 
    }
    .proquimed-sections-wrapper > .proquimed-divider-legal:nth-of-type(2) {
        order: 7; 
        margin-top: 20px;
    }
}/* End custom CSS */