.contenedor *{box-sizing:border-box;font-family:poppins;margin:0;padding:0}.contenedor{flex-direction:column}.animatetitle,.contenedor{align-items:center;display:flex}.animatetitle{border-radius:10px;cursor:pointer;gap:20px;margin-bottom:5px;padding:5px 15px;width:fit-content}#animatetitle1 .tag-animate,#animatetitle2 .tag-animate,#animatetitle3 .tag-animate{border-radius:10px;color:#fff;font-size:15px;font-weight:500;height:fit-content;padding:8px 15px;width:fit-content}#animatetitle1 .tag-animate{background-color:#01022e}#animatetitle2 .tag-animate{background-color:#12d57d}#animatetitle3 .tag-animate{background-color:#4285f4}.animatetitle h2{font-size:30px;font-weight:500;line-height:40px}#animatetitle1{background-color:#81a5f715}#animatetitle2{background-color:#81a5f720}#animatetitle3{background-color:#81a5f715}.activado{animation:cambio-color 5s infinite}@media screen and (max-width:800px){.animatetitle{flex-direction:column;gap:10px}#animatetitle1 .tag-animate,#animatetitle2 .tag-animate,#animatetitle3 .tag-animate{font-size:16px}.animatetitle h2{font-size:28px;line-height:38px}.animatetitle{align-items:start;padding:10px 15px}}@keyframes cambio-color{0%{background-color:#81a5f715}50%{background-color:#12d57d30}to{background-color:#81a5f715}}