/* FCES-001A45R57: contacto único, jerarquía FCES-UASD y tarjeta con borde superior recto. */
.page-home .home-contact-panel{
  border-radius:0 0 22px 22px!important;
}
.page-home .home-contact-methods strong{
  color:#111827!important;
}
.page-home .home-contact-form input:focus,
.page-home .home-contact-form select:focus,
.page-home .home-contact-form textarea:focus{
  border-color:var(--fces-orange,#ff6600)!important;
  box-shadow:0 0 0 4px rgba(255,102,0,.13)!important;
}
.page-home .home-contact-form button{
  background:var(--fces-orange,#ff6600)!important;
  border-color:var(--fces-orange,#ff6600)!important;
  box-shadow:0 16px 28px rgba(255,102,0,.18)!important;
}
.page-home .home-contact-form button:hover{
  background:var(--fces-orange-dark,#d94f00)!important;
  border-color:var(--fces-orange-dark,#d94f00)!important;
}
