.reminder{width:90vw;max-width:1400px;padding:20px}.reminder .contenido{color:var(--color-crema);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.reminder .contenido .titulo{text-align:center;width:50%;font-family:Baskervville SC,sans-serif;font-size:36px;font-weight:400}.reminder .contenido .texto{text-align:center;width:50%;font-family:Baskervville,sans-serif;font-size:20px}.reminder .contenido .botones{justify-content:space-evenly;align-items:center;gap:20px;display:flex}.reminder .contenido .botones .cta-primario .enlace-cta-primario{color:var(--fondo-blanco)}.reminder .contenido .botones .cta-primario .background{color:var(--color-azul-highlight)}.reminder .contenido .botones .cta-primario .highlight svg .rect-path{stroke:var(--color-crema)}.reminder .contenido .botones .cta-secundario .enlace-cta-secundario{color:var(--color-oscuro)}.reminder .contenido .botones .cta-secundario .background{color:var(--color-crema)}.reminder .contenido .botones .cta-secundario .highlight svg .rect-path{stroke:var(--color-azul-highlight)}@media screen and (max-width:1000px){.reminder .contenido .titulo{width:100%}.reminder .contenido .texto{width:90%}}@media screen and (max-width:800px){.reminder .contenido .titulo,.reminder .contenido .texto{width:100%}.reminder .contenido .botones{flex-direction:column;gap:10px}}@media screen and (max-width:700px){.reminder .contenido .titulo{font-size:30px}.reminder .contenido .texto{font-size:16px}}
.cta-secundario{text-wrap:nowrap;z-index:1;width:100%;height:78px;text-decoration:none;transition:all .3s;position:relative}.cta-secundario .enlace-cta-secundario{text-align:center;z-index:1;height:100%;color:var(--fondo-blanco);justify-content:center;align-items:center;padding:20px;font-family:Baskervville SC,serif;font-size:24px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;top:0%;left:0}.cta-secundario .enlace-cta-secundario.destacado{color:var(--color-negro)}.cta-secundario .background{opacity:1;z-index:-1;width:100%;height:100%;color:var(--color-azul-highlight);justify-content:center;align-items:center;transition:all .5s;display:flex;position:absolute;top:0;left:0}.cta-secundario .background svg{fill:currentColor}.cta-secundario .highlight{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:absolute;top:0;left:0}.cta-secundario .highlight svg{fill:#fff}.cta-secundario .highlight svg .rect-path{fill:none;stroke:#fafafa;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:900;stroke-dashoffset:900px;transition:all .5s linear}.cta-secundario .highlight{opacity:1}.cta-secundario:hover{transform:scale(1.05)}.cta-secundario:hover .enlace-cta-primario{color:var(--fondo-blanco)}.cta-secundario:hover .background{color:var(--color-azul-dark);opacity:1}.cta-secundario:hover .highlight svg .rect-path{stroke-dashoffset:0}
