/* Clientes CMS Preview V2-B - R4
   Ajuste exclusivo del CTA final para darle respiración vertical
   y evitar que el recuadro naranja toque el borde superior.
*/

body .cta-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

body .cta-section .cta-box {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 800px) {
    body .cta-section {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
}
