.bloques-servicios{border-top:2px solid #ff4f1f;font-family:Rubik,sans-serif;margin:4rem auto 0;width:70%}.servicio-item{align-items:center;border-bottom:2px solid #ff4f1f;display:flex;justify-content:space-between;padding:2rem 0;transition:border-bottom .2s ease}.servicio-item.open{border-bottom:none;border-top:2px solid #ff4f1f}.servicio-left{align-items:center;display:flex;gap:1rem}.servicio-left img{border:1px solid #ff4f1f;border-radius:8px;height:36px;padding:4px;width:36px}.servicio-left h3{color:#003865;font-size:1.8rem;font-weight:700;margin:0}.servicio-title-wrap{align-items:center;display:flex;gap:.5rem}.full-link{color:#ff4f1f;text-decoration:underline}.external-link{align-items:center;display:inline-flex;height:24px;justify-content:center;width:24px}.external-icon{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23FF4208' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6'/><path d='m21 3-9 9'/><path d='M15 3h6v6'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:18px;width:18px}.servicio-right a.ver-mas-btn,.servicio-right button.ver-mas-btn{background:none;border:1px solid #ff4f1f;border-radius:20px;color:#ff4f1f;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1rem;text-decoration:none;transition:background .2s ease}.servicio-right .ver-mas-btn:hover{background:#ff4f1f;color:#fff}.servicio-dropdown-content{animation:fadeIn .3s ease-in-out;display:none;font-size:.95rem;padding:1rem 3rem}.servicio-item.open+.servicio-dropdown-content{display:block}.servicio-dropdown-content p{margin-bottom:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ver-mas-btn:hover{background:#ff4f1f;color:#fff}.ver-mas-btn:hover .arrow-icon{filter:brightness(0) invert(1)}.arrow-icon{background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='none' stroke='%23ff4f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'><polyline points='6 9 12 15 18 9'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:12px;transition:transform .3s ease,filter .3s ease;width:12px}.servicio-item.open .arrow-icon{filter:brightness(0) invert(1);transform:rotate(180deg)}.servicio-item.open .ver-mas-btn{background:#ff4f1f;color:#fff}@media (max-width:968px){.bloques-servicios{margin:0 auto;width:80%}.servicio-left h3{font-size:1rem;max-width:130px}.servicio-right a.ver-mas-btn,.servicio-right button.ver-mas-btn{padding:.6rem}}.button-container{align-items:center;display:flex;height:auto;justify-content:center;margin-bottom:20px;width:100%}.custom-cta-button{align-items:center;background-color:#fc430f;border-radius:40px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:inline-flex;padding:12px 20px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.cta-text{color:#fff;font-size:16px;font-weight:700}.custom-cta-button .cta-text{margin-right:16px}.custom-cta-button .cta-icon{align-items:center;background-color:#fff;border-radius:50%;color:#c93f16;display:flex;height:36px;justify-content:center;transition:transform .3s ease;width:36px}.custom-cta-button:hover{box-shadow:0 6px 12px rgba(0,0,0,.15);transform:scale(1.03)}.custom-cta-button:hover .cta-icon{transform:rotate(90deg)}