.incripcion-tabber-container{padding:1rem}.incripcion-tabber-container *{font-family:Roboto}.tabs{display:flex;font-weight:700;gap:1rem;justify-content:space-evenly}.tab{color:#599ed4;cursor:pointer;font-size:36px;font-weight:bolder;text-decoration:underline;text-decoration-color:#eee;transition:all .5s ease;vertical-align:bottom}.tab.active{font-size:40px}.tab.active,.tab:hover{color:#1c3263;text-decoration-color:#1c3263}.tab:hover{transform:scale(1.05)}.tab-content{display:none;flex-direction:row;gap:2rem;margin-top:2rem;padding:10px}.tab-content .content-inner{flex:1}.tab-content .content-inner h3{color:#1c3263;font-weight:700}.tab-content .content-inner .content{display:flex}.tab-content .content-inner .content img{height:50px;margin-right:2rem;width:50px}.tab-content .content-inner .content p{color:#1c3263;font-size:14px}.tab-content .content-inner .divisor{background:#599ed4;height:3px;margin-top:.5rem;width:100%}@media only screen and (max-width:767px){.tab{font-size:18px}.tab.active{font-size:22px}.tabs{display:flex;flex-wrap:wrap}.tab-content{flex-direction:column}.tab-content .content-inner{margin:0 auto;width:100%}}