.mainContentBody.cardsSection{margin-top:20px}.cardsSection .tituloSeccaoCards{text-align:center;font-size:48px;font-weight:600;margin-bottom:18px}.cardsSection .subtituloSeccaoCards{text-align:center;font-size:30px;font-family:'Ubuntu-Light'}.cardsSection .seccaocards{display:flex;gap:34px;flex-flow:wrap;margin-bottom:50px;margin-top:50px;justify-content:center;place-content:center}.cardsSection .cardbox{padding:50px 30px 30px 30px;flex-basis:30%;border-radius:25px;-webkit-box-shadow:0 11px 22px 0 #c8c8c8;box-shadow:0 11px 22px 0 #c8c8c8;min-width:297px;transition:transform .8s ease-in-out,background-color .8s ease-in-out,color .2s ease-in-out}.cardsSection .cardbox:hover{transform:translateY(-10px)}.cardsSection .cardbox .leftText{text-align:left}.cardsSection .cardbox .rightText{text-align:right}.cardsSection .cardbox .centerText{text-align:center}.cardsSection .tituloCard{font-weight:600;font-size:30px;margin-bottom:0}.cardsSection .cardbox p{font-size:18px;font-family:'Ubuntu-Regular'}.cardsSection .cardbox.hoverBackgroundTrue{background-color:#fff}.cardsSection .cardbox.hoverBackgroundFalse{background:var(--background-color)}.cardsSection .cardbox.hoverBackgroundTrue:hover{color:var(--hover-text-color)!important;background:var(--background-color);cursor:pointer}@media only screen and (max-width:854px){.cardsSection .cardbox{flex-basis:100%}}@media only screen and (max-width:768px){.cardsSection .tituloSeccaoCards{font-size:35px}.cardsSection .subtituloSeccaoCards{font-size:22px}.cardsSection .tituloCard{font-size:25px!important}}