.contacto-container{<br />max-width:1000px;<br />margin:30px auto;<br />padding:20px;<br />font-family:'Segoe UI',Arial,sans-serif;<br />}</p><p>.contacto-main-title{<br />text-align:center;<br />color:#036;<br />font-size:30px;<br />font-weight:800;<br />margin-bottom:40px;<br />}</p><p>.contacto-grid{<br />display:grid;<br />grid-template-columns:repeat(auto-fit,minmax(320px,1fr));<br />gap:25px;<br />}</p><p>.card-contacto{<br />background:#fff;<br />border-radius:15px;<br />padding:30px;<br />border:2px solid #e0e6ed;<br />position:relative;<br />transition:transform .3s ease;<br />box-shadow:0 4px 15px rgba(0,0,0,0.05);<br />}</p><p>.card-contacto:hover{<br />transform:translateY(-5px);<br />border-color:#036;<br />}</p><p><br />.card-icon{<br />width:50px;<br />height:50px;<br />background:#f0f7ff;<br />color:#036;<br />border-radius:12px;<br />display:flex;<br />align-items:center;<br />justify-content:center;<br />margin-bottom:20px;<br />}</p><p>.card-icon svg{<br />width:30px;<br />height:30px;<br />}</p><p>.card-contacto h3{<br />color:#036;<br />font-size:22px;<br />margin-bottom:20px;<br />border-bottom:3px solid #036;<br />display:inline-block;<br />padding-bottom:5px;<br />}</p><p>.lista-contacto{<br />list-style:none;<br />padding:0;<br />margin:0;<br />}</p><p>.lista-contacto li{<br />font-size:17px;<br />line-height:1.6;<br />color:#333;<br />margin-bottom:15px;<br />padding-left:20px;<br />position:relative;<br />}</p><p>.lista-contacto li::before{<br />content:"➢";<br />position:absolute;<br />left:0;<br />color:#036;<br />font-weight:bold;<br />}</p><p>.lista-contacto strong{<br />display:block;<br />color:#000;<br />font-size:18px;<br />}</p><p>.lista-contacto a{<br />color:#0056b3;<br />text-decoration:underline;<br />font-weight:600;<br />}</p><p>.highlight-tel{<br />background:#fff3cd;<br />padding:2px 8px;<br />border-radius:4px;<br />font-weight:800;<br />color:#856404;<br />display:inline-block;<br />margin-top:5px;<br />}</p><p><br />.digital{border-top:6px solid #036}<br />.presencial{border-top:6px solid #00796b}</p><p>@media(max-width:600px){<br />.contacto-main-title{font-size:24px}<br />.card-contacto{padding:20px}<br />}<br />