.MasInfo{height:fit-content;background-color:var(--orange500);color:var(--orange950);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;padding:3rem 1.5rem}.MasInfoTexto{width:100%;max-width:640px;display:flex;flex-direction:column;gap:.6rem}.MasInfoTexto h3{font-size:1.7rem;font-weight:800;line-height:1.2}.MasInfoTexto p{font-size:1rem;opacity:.85}.MasInfoButton{width:auto;text-decoration:none}.MasInfoButton button{font-size:.95rem;font-weight:700;border:none;border-radius:999px;color:var(--orange950);padding:.9rem 2.2rem;background-color:var(--orange50);cursor:pointer;box-shadow:0 8px 22px #4817002e;transition:background-color .25s ease,transform .2s ease,box-shadow .25s ease}.MasInfoButton button:hover{background-color:#fff;transform:translateY(-3px);box-shadow:0 12px 28px #4817003d}.MasInfoButton button:active{transform:translateY(0)}@media screen and (min-width:720px){.MasInfo{flex-direction:row;justify-content:space-between;text-align:left;gap:2rem;padding:3rem clamp(2rem,6vw,6rem)}.MasInfoTexto{width:auto}.MasInfoTexto h3{font-size:2.3rem}.MasInfoButton button{font-size:1rem}}
