.convivence-section{display:flex;flex-direction:column;height:100%;overflow-y:auto}.convivence-section .content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.convivence-section .content>.inputs-container{display:flex;flex-direction:column;gap:16px}.convivence-section .content>.inputs-container .text-info{background:var(--blue-50);border-radius:16px;border:1px solid var(--blue-100);display:flex;flex-direction:column;gap:8px;padding:16px}.convivence-section .content>.inputs-container .text-info>:first-child{color:var(--blue-900);font-weight:600;font-size:16px;line-height:20px}.convivence-section .content>.inputs-container .text-info>:last-child{color:var(--blue-900);font-weight:400;font-size:16px;line-height:24px}.convivence-section .content>.inputs-container .viu-calendar{width:100%}.convivence-section .desktop-only{display:none}@media(min-width:1280px){.convivence-section .desktop-only{display:inherit}.convivence-section .mobile-only{display:none}}