.home{padding:3rem 1.5rem 1.5rem;margin-bottom:5rem;margin-top:5rem;background-color:#f9fafb}.home__header{display:flex;flex-direction:column;gap:.5rem}.home__header__flower{position:absolute;z-index:1;top:0;left:0;transform:rotate(180deg)}.home__header__title{font-size:1.5rem!important}.home__header__subtitle{font-size:1.25rem;font-weight:500}.home__header__status{display:flex;flex-direction:column;align-items:end;position:absolute;right:2rem}.home__header__banner{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:-2.5rem;gap:.5rem;color:#fff;position:relative}.home__header__banner__bnner{max-width:100%;width:100%;max-height:100%;height:100%}.home__header__banner__text{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:80%;height:60%;z-index:2;cursor:pointer}.home__header__banner__text p{text-shadow:2px 2px 2px rgba(0,0,0,.25)}.home__header__banner__text p:first-child{font-size:1.25rem;top:3rem}.home__header__banner__text p:nth-child(2){font-size:1.5rem;font-weight:900;margin-left:5rem;margin-bottom:1rem}.home__header__banner__image{position:absolute;right:-1rem;top:-1.5rem}.home__text{font-size:1rem;font-weight:500}.home__pacientsQueueList{width:100%;overflow:auto;white-space:nowrap;margin-bottom:1rem}.home__pacientsQueueList__container{width:100%;list-style:none;padding:0 .5rem;display:flex;gap:1rem;margin:1rem auto 0}.home__pacientsQueueList__item{width:-moz-fit-content;width:fit-content;position:relative;cursor:pointer}.home__pacientsQueueList__item__photo{border-radius:15rem;width:6rem;height:6rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative;background-repeat:no-repeat;background-position:50%;background-size:cover;overflow:hidden}.home__pacientsQueueList__item__text{margin-top:.5rem}.home__pacientsQueueList__item:after{content:"";display:flex;position:absolute;width:1rem;height:1rem;background:#00d46c;bottom:3.3rem;right:.5rem;border-radius:1rem;z-index:10000}.home__pacientsQueueList__placeholder{padding:2rem 1rem;color:#6b7280;font-style:italic;width:100%}.home__professionalCards{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.home__professionalCards__card{display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem;width:100%;min-height:10rem;border-radius:16px;overflow:hidden;color:#fff;position:relative;padding:1rem;background-repeat:no-repeat;background-position:50%;background-size:cover}.home__professionalCards__card:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;background-color:rgba(0,0,0,.35)}.home__professionalCards__card p{z-index:3;font-size:1.125rem;font-weight:700}.home__professionalCards__card small{z-index:3;font-size:.875rem;font-weight:300}.home__professionalCards a{text-decoration:none}.home__cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.home__cards__card{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative;height:15rem;background-repeat:no-repeat;background-position:50%;background-size:cover;color:#fff;overflow:hidden;border-radius:16px;cursor:pointer}.home__cards__card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background-color:rgba(0,0,0,.35)}.home__cards__card__image{max-width:100%;width:100%;max-height:100%;height:100%}.home__cards__card__text{position:absolute;z-index:3;padding:1rem}.home__section-title{display:flex;flex-direction:row;align-items:center;gap:1rem}.home__section-label{display:flex;align-items:center;gap:.5rem;flex-shrink:0;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.102);border:2px solid #e5e7eb;border-radius:999px;padding:.5rem 1.25rem}.home__section-separator{flex-grow:1;height:1px;background:linear-gradient(90deg,#c49cc0,rgba(196,156,192,0))}