.site-footer {
    background: url(/wp-content/uploads/2024/03/bg-footer.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px 0px 20px 0px;
    position: relative;
    z-index: 4;
    overflow: hidden;
}

.site-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, var(--c-primary), var(--c-primary-dark));
    background-blend-mode: multiply;
    opacity: 0.9;
    z-index: 5;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -75%;
    width: 170%;
    height: 150%;
    background: url(/wp-content/uploads/2024/03/Mask-group.png);    
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    z-index: 6;
}

.site-footer * {
    color: var(--c-white);
}

.site-footer a {
    text-decoration: none;
    transition: var(--all-transition);
}

.site-footer a:hover {
    color: var(--c-secondary-light);
}

.site-info {
    display: none !important;
}

.site-footer .footer-site .footer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
    position: relative;
    z-index: 7;
}

.footer-wrapper .footer-col {
    flex: 0 0 20%;
}

.footer-wrapper .footer-col p:last-child {
    margin-bottom: 0;
}

.copy-footer {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid var(--c-white);
    position: relative;
    z-index: 7;
}

.copy-footer p {
    margin-bottom: 0;
}

.copy-footer .copy-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
}

.copy-footer .links-legal {
    flex: 0 0 60%;
    font-size: 12px;
}

.copy-footer .logos-footer {
    flex: 0 0 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: flex-end;
}

.copy-footer .logos-footer img {
    max-width: 130px;
    object-fit: contain;
}

.tit-footer {
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--c-white);
    margin-bottom: 20px;
}

.footer-rrss {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;  
    margin-top: 20px; 
    max-width: 225px;
}

.footer-rrss a svg path {
    transition: var(--all-transition);
}

.footer-rrss a:hover svg path {
    fill: var(--c-secondary-light);
}

.footer-image {
    max-width: 225px;
    object-fit: contain;
}

span.sep-footer {
    margin: 0 10px;
}

.top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
}
  
.top-bar .widget {
    width: 100%;
}
  
.btn-float {
    position: fixed;
    right: 20px;
    top: 160px;
    z-index: 100;
    cursor:pointer;
    z-index:9999 !important;
    text-align:center;
}

.cita_previa_label {
    background-color: var(--c-white);
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center center;
    border-radius: 500px 500px 500px 500px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
    color:#000;
    font-size:12px;
    vertical-align:bottom;
}
  
.btn-float img {
    background-color: var(--c-white);
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center center;
    border-radius: 500px 500px 500px 500px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
}
  
.btn-float:hover img {
    transform: scale(1.1);
}

  
  
/*---------- RESPONSIVE -----------*/
@media screen and (max-width: 1024px) {
    .site-footer {
        padding: 50px 0px 20px 0px;
    }

    .site-footer .footer-site .footer-wrapper {
        flex-wrap: wrap;
    }

    .site-footer .footer-site .footer-wrapper .footer-col {
        flex: 0 0 30%;
    }

    .site-footer .footer-site .footer-wrapper .footer-col:first-child {
        flex: 0 0 100%;
        margin-bottom: 40px;
    }

    .footer-image {
        margin: auto;
    }

    .footer-rrss {
        max-width: 100%;
    }

    .footer-rrss svg {
        width: 25px;
        height: 20px;
    }

    .copy-footer .copy-container {
        flex-direction: column-reverse;
    }

    .copy-footer .links-legal {
        flex: 0 0 100%;
        text-align: center;
    }

    .copy-footer .logos-footer {
        flex: 0 0 100%;
        width: 100%;
        justify-content: center;
    }

    .copy-footer .logos-footer {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .footer-site .footer-wrapper .footer-col {
        flex: 0 0 45%;
    }

    .site-footer .footer-site .footer-wrapper .footer-col:last-child {
        flex: 0 0 100%;
    }

    .site-footer .footer-site .footer-wrapper {
        padding: 0 20px;
    }

    .btn-float {
        right: 10px;
        bottom: 20px;
    }
    
    .btn-float img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 500px) {
    .site-footer .footer-site .footer-wrapper .footer-col {
        flex: 0 0 100%;
        padding-bottom: 40px;
    }

    .site-footer .footer-site .footer-wrapper .footer-col:first-child,
    .site-footer .footer-site .footer-wrapper .footer-col:last-child {
        padding-bottom: 0;
    }

    .footer-image {
        margin: initial;
    }

    .footer-rrss {
        justify-content: flex-start;
    }

    .copy-footer .links-legal {
        text-align: left;
    }

    .copy-footer .logos-footer {
        justify-content: flex-start;
    }
}