.agenda{display:flex;width:100%;align-content:center;align-items:center;justify-content:center;justify-items:center;flex-wrap:wrap;padding:30px 0px}.agenda .container{flex-wrap:wrap}.agenda h2{margin-bottom:30px;display:block;width:100%}.agenda h2 img{display:block;margin-bottom:20px}.agenda h3{display:flex;align-items:center;width:100%}.agenda h3 span{margin-left:auto;padding-left:15px}.agenda__wrap{border:1px solid black;padding:20px;padding-bottom:0px;width:100%}.agenda__row{border-top:1px solid black}.agenda__details{display:flex;padding:25px 0px;cursor:pointer;background-repeat:no-repeat;background-position:100% 30px;padding-right:40px;min-height:60px;background-size:23px}.agenda__details.active{background-position:100% 40px}.agenda__left{min-width:90px;margin-right:auto}.agenda__time{font-weight:bold}.agenda__body{display:none}.agenda__body *{font-size:15px;margin-bottom:10px}.agenda__body.active{display:block;margin-top:25px}.agenda .see-more{position:relative;font-size:20px;font-weight:600;display:inline-block;text-decoration:none;transition:all ease-in-out .3s;margin-top:30px}.agenda .see-more:before{content:'';position:absolute;height:2px;width:calc(100% - 40px);background-color:#c4c5c5;bottom:-3px;left:0}.agenda .see-more img{max-width:22px;object-fit:contain;margin-left:10px;position:relative;transition:all ease-in-out .3s;top:-1px}.agenda .see-more:hover img{transform:translateX(3px)}.agenda .see-more:after{content:'';position:absolute;height:2px;width:0px;bottom:-3px;left:0;z-index:2;transition:all ease-in-out .3s}.agenda .see-more:hover:after{width:calc(100% - 40px)}@media(min-width:768px){.agenda{padding:40px 0px}.agenda__wrap{padding:30px;padding-bottom:5px}.agenda__left{min-width:100px;margin-right:0px}}@media(min-width:992px){.agenda{padding:50px 0px}.agenda h2{position:absolute;top:0;left:15px;max-width:180px}.agenda__wrap{padding:35px 30px;padding-bottom:10px;margin-left:190px}.agenda__details{padding:40px 0px;background-position:100% 30px;background-size:30px}.agenda__details.active{background-position:100% 40px}.agenda .see-more{margin-left:190px}.agenda__details{background-position:100% 37px}.agenda__details.active{background-position:100% 50px}.agenda__left{min-width:120px}}