.casos-exito{align-items:center;display:flex;font-family:Rubik,sans-serif;justify-content:center;margin:0 auto;max-width:1440px;width:70%}.caso-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem;margin-top:2rem;width:100%}.casos-tabs{display:flex;flex-direction:column;gap:1rem;width:auto}.tab-btn{background-color:transparent;border:1px solid #003865;border-radius:20px;color:#003865;cursor:pointer;font-weight:500;max-width:100px;padding:.4rem 1rem;text-align:center;transition:.3s}.tab-btn.active{background-color:#003865;color:#fff}.casos-contenido{flex:1}.casos-content{display:none;flex-wrap:wrap}.casos-content.active{align-items:flex-start;display:flex;gap:3rem;justify-content:center;width:auto}.contenido-texto{color:#0e4577;flex:1 1 50%;gap:1rem;min-width:300px;width:350px}.contenido-texto h3{color:#003865;font-size:3rem;font-weight:700;margin-bottom:1rem;margin-top:0}.contenido-texto p{color:#1c2c40;font-size:1rem;font-weight:300;line-height:1.5;margin:.5rem 0}.contenido-texto p:last-child{color:#003865;font-weight:700}.contenido-imagen{flex:1 1 40%;min-width:280px}.contenido-imagen img{border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,.1);max-width:100%}@media (max-width:768px){.casos-exito{width:85%}.caso-wrapper{flex-direction:column}.casos-tabs{align-items:center;flex-direction:row;gap:1rem;justify-content:flex-start}.tab-btn{flex:1;text-align:center}.casos-content{flex-direction:column}.contenido-imagen img{width:100%}}