/* ===== CSS para Footer ===== */

#colophon{
    margin-top: 150px;
}
#colophon #footer{
    background-color: var(--color-marca-cuarto);
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    display: flex;
    justify-content: center;
}
#colophon #footer .footer-logo{
    background-color: white;
    border-radius: 100%;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -110px;
}
#colophon #footer a:hover{
    color: var(--color-marca-segundo);
}
#colophon #footer .footer-logo .custom-logo-link{
    margin-right: 0;
    width: 150px;
}
#colophon #footer .footer-medio{
    font-size: clamp(16px,1.8vw,1.8vw);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}
#colophon #footer .footer-medio .wp-block-columns{
    margin-bottom: 0;
}
#colophon #footer .footer-medio .newsletter p{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
#colophon #footer .footer-medio .newsletter p label{
    display: none;
}
#colophon #footer .footer-medio .newsletter p .input{
    max-width: 200px;
    font-size: 16px;
    padding: 10px;
    border: none;
    background-color: #ccc;
    border-radius: 5px 0 0 5px;
}
#colophon #footer .footer-medio .newsletter p .submit{
    max-width: 100px;
    font-size: 15px;
    background-color: #333;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 0 5px 5px 0;
}
#colophon #footer .footer-medio .newsletter p .wpcf7-spinner{
    display: none;
}
#colophon #footer .footer-medio .newsletter p .wpcf7-not-valid-tip{
    font-size: 14px;
    position: absolute;
    left: 10px;
}
#colophon #footer .footer-medio form .wpcf7-response-output{
    font-size: 15px;
    border: none;
    background-color: #333;
    color: white;
}
#colophon #footer #menu-rrss{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}