.title-event{display:flex;flex-direction:column;margin:0}.title-event h1{font-size:1.9rem;text-align:center;margin:0 0 15px}.container-events{width:100%;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;color:#fdfdfd}.container-events .events-card{max-width:350px;height:auto;flex:1 1 27%;margin:2%}.container-events .events-card .content-event{width:100%;height:680px;display:flex;flex-direction:column;margin:0;padding:0 0 10px;background-color:#14161b;border-radius:8px;border:3px solid #52ffc5;overflow:hidden}.container-events .events-card .content-event img{width:350px;height:350px;object-fit:contain}.container-events .events-card .content-event .box-name{padding:0 10px;border-top:2px solid #52ffc5}.container-events .events-card .content-event .box-name span{display:flex;flex-direction:column}.container-events .events-card .content-event .box-name h2{font-size:1.5rem;text-align:center;margin:10px 0 0}.container-events .events-card .content-event .box-name h3{font-size:1.2rem;margin:10px 0 5px}.container-events .events-card .content-event .description-event{height:auto;display:flex;flex-direction:column;justify-content:flex-start;padding:5px 5px 0;margin:10px 0 auto}.container-events .events-card .content-event .description-event p{font-size:16px;margin:0;padding:0}.container-events .events-card .btn-events{height:40px;display:flex;margin:10px 0;padding:0;justify-content:center}.container-events .events-card .btn-events a{color:#fff;font-weight:700;text-decoration:none}.container-events .events-card .btn-events a img{width:40px;height:40px;border:none;margin:0 10px;padding:0}.container-events .events-card .btn-events .btn-inscripcion{padding:4px 14px;background-color:#a778e3;margin:0;border-radius:5px;cursor:pointer;display:flex;align-items:center}