.enem-details{align-items:center;background:linear-gradient(65deg,#ee3683,#b31e5d 13%,#4b256a 46%,#402a73 73%,#0079b2 100%,#46c3cd 0);color:#fff;display:flex;flex-direction:column;justify-content:center;margin-top:80px;padding-bottom:60px;width:100%}.enem-details h2{color:#fff;font-size:36px;max-width:60%}.enem-details details{width:60%}.details-items{width:100%}.enem-details summary{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:20px;justify-content:space-between;list-style-type:none;transition:.4s}.enem-details h3{margin:8px 0;padding-right:25px;text-align:left}.enem-details summary:hover{color:var(--color-two)}.details-header img{position:relative;top:-41px}@keyframes expand{0%{height:0}to{height:auto}}@keyframes compact{0%{height:auto}to{height:0}}@keyframes rotateup{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes rotatedown{0%{transform:rotate(180deg)}to{transform:rotate(0deg)}}.enem-details details .fa-chevron-down:before{transition:.4s}.enem-details details .icon{animation-duration:.8s;animation-name:rotatedown}.enem-details details[open] .icon{animation-duration:.8s;animation-name:rotateup;transform:rotate(180deg)}details[open] summary~*{animation:sweep .5s ease-in-out}@keyframes sweep{0%{opacity:0}to{opacity:1}}