.orientacion-section *{box-sizing:border-box;margin:0;padding:0}.orientacion-section{align-items:center;background:#fff;color:#1a1a1a;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;line-height:1.6;min-height:100vh;overflow:hidden;padding:40px 20px;position:relative}.orientacion-section .bg-element{border-radius:50%;opacity:.08;pointer-events:none;position:absolute}.orientacion-section .bg-element-1{animation:float1 20s ease-in-out infinite;background:#ff5900;height:600px;right:-200px;top:-200px;width:600px}.orientacion-section .bg-element-2{animation:float2 15s ease-in-out infinite;background:#ff5900;bottom:-150px;height:400px;left:-150px;width:400px}@keyframes float1{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-30px,30px) rotate(180deg)}}@keyframes float2{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(30px,-30px) rotate(-180deg)}}.orientacion-section .container{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.orientacion-section h2{color:#1a1a1a;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:30px}.orientacion-section .text-gradient{background:linear-gradient(135deg,#ff5900,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.orientacion-section p{color:#666;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:400;line-height:1.7;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:650px}.orientacion-section .cta-container{align-items:center;display:flex;flex-direction:column;gap:20px}.orientacion-section .whatsapp-button{align-items:center;background:#ff5900;border:2px solid #ff5900;border-radius:100px;box-shadow:0 20px 60px rgba(255,89,0,.25);color:#fff;display:inline-flex;font-size:1.05rem;font-weight:600;gap:14px;padding:22px 45px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.orientacion-section .whatsapp-button:before{background:linear-gradient(135deg,#ff5900,#ff8c00);border-radius:100px;content:"";inset:-2px;opacity:0;position:absolute;transition:opacity .4s ease;z-index:-1}.orientacion-section .whatsapp-button:hover{box-shadow:0 25px 70px rgba(255,89,0,.35);transform:translateY(-4px)}.orientacion-section .whatsapp-button:hover:before{opacity:1}.orientacion-section .whatsapp-icon{height:26px;transition:transform .3s ease;width:26px}.orientacion-section .whatsapp-button:hover .whatsapp-icon{transform:scale(1.1) rotate(5deg)}.orientacion-section .info-text{align-items:center;color:#999;display:flex;font-size:.9rem;font-weight:400;gap:10px}.orientacion-section .info-text:after,.orientacion-section .info-text:before{background:linear-gradient(90deg,transparent,#ddd,transparent);content:"";height:1px;width:40px}.orientacion-section .decorative-lines{height:100%;left:0;opacity:.03;pointer-events:none;position:absolute;top:0;width:100%}.orientacion-section .decorative-lines:after,.orientacion-section .decorative-lines:before{background:#ff5900;content:"";position:absolute}.orientacion-section .decorative-lines:before{animation:slide-down 10s linear infinite;height:100%;left:20%;width:1px}.orientacion-section .decorative-lines:after{animation:slide-right 10s linear infinite;height:1px;top:30%;width:100%}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes slide-right{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:768px){.orientacion-section{min-height:auto;padding:80px 20px}.orientacion-section h2{margin-bottom:25px}.orientacion-section p{margin-bottom:40px}.orientacion-section .whatsapp-button{justify-content:center;padding:20px 35px;width:100%}.orientacion-section .info-text:after,.orientacion-section .info-text:before{width:20px}}