.cartoes-mapas-mentais .cartao-mapa-mental .cartao-icone{color:var(--blue-color-one)}.cartoes-mapas-mentais .cartao-mapa-mental .cartao-nome{color:var(--black2)}.cartoes-mapas-mentais .cartao-mapa-mental .iconBx{font-size:3.5em;color:var(--black2)}.cartoes-mapas-mentais .cartao-mapa-mental:hover{background:var(--blue-color-one);background:var(--white-color-one)}.cartoes-mapas-mentais .cartao-mapa-mental:hover .cartao-icone,.cartoes-mapas-mentais .cartao-mapa-mental:hover .cartao-nome,.cartoes-mapas-mentais .cartao-mapa-mental:hover .iconBx{color:var(--white)}.cartoes-mapas-mentais{position:relative;width:100%;padding:20px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}.cartoes-mapas-mentais .cartao-mapa-mental{background:var(--white);display:flex;justify-content:space-between;position:relative;background:var(--blue-color-one);padding:30px;border-radius:20px;display:flex;justify-content:space-between;cursor:pointer;box-shadow:0 7px 25px rgba(0,0,0,.08)}.cartoes-mapas-mentais .cartao-mapa-mental .cartao-icone{position:relative;font-weight:500;font-size:2.2em;color:var(--white)}.cartoes-mapas-mentais .cartao-mapa-mental .cartao-nome{color:var(--white);font-size:1.1em;margin-top:5px}.cartoes-mapas-mentais .cartao-mapa-mental:hover .cartao-icone,.cartoes-mapas-mentais .cartao-mapa-mental:hover .cartao-nome{color:var(--blue)}@media (max-width:768px){.cartoes-mapas-mentais{grid-template-columns:repeat(2,1fr);padding:10px;grid-gap:10px}.cartoes-mapas-mentais .cartao-mapa-mental{padding:15px}.cartoes-mapas-mentais .cartao-mapa-mental .cartao-icone{font-size:2em}.cartoes-mapas-mentais .cartao-mapa-mental .cartao-nome{font-size:1em}}@media (max-width:991px){.cartoes-mapas-mentais{grid-template-columns:repeat(2,1fr)}}