.elementor-331 .elementor-element.elementor-element-78156a7{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6a0bbb6 *//* ===== IMPROVED CONTACT SECTION ===== */
.contact-info-wrap{
  max-width: 520px;               /* más ancho y elegante */
  padding: 34px 26px 26px;
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 40px rgba(44,31,62,0.10);
  border: 1px solid rgba(177,157,117,0.25);
}

.contact-info-title{
  font-size: 1.28rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  text-align: left;              /* se ve más pro */
  letter-spacing: .2px;
}

.contact-person-photo{
  width:62px;
  height:62px;
  object-fit:cover;

  /* 👇 “semi-circular” look */
  border-radius:22px !important;

  /* premium frame */
  border:3px solid rgba(255,255,255,0.90);
  background:#fff;

  /* depth */
  box-shadow:0 10px 22px rgba(44,31,62,0.14);

  /* ensures corners clip correctly */
  overflow:hidden;
  display:block;
  flex:0 0 auto;
}


.contact-person:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(44,31,62,0.10);
  border-color: rgba(177,157,117,0.32);
}

.contact-person-head{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.contact-person-photo{
  width: 64px;
  height: 64px;
  border-radius: 999px;          /* circular = headshot profesional */
  object-fit: cover;
  border: 3px solid rgba(255,255,255,0.95);
  box-shadow: 0 10px 22px rgba(44,31,62,0.16);
  background: #fff;
  flex: 0 0 auto;
}

.contact-person-name{
  font-size: 1.12rem;
  font-weight: 900;
  margin: 0;
  line-height: 1.15;
}

.contact-person-label{
  display: inline-block;
  margin-left: 8px;
  color: var(--subtext);
  font-weight: 800;
  font-size: 0.98rem;
}

.contact-person-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-person-list li{
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: start;
  margin: 6px 0;
}

.contact-person-list span{
  color: #4e4664;
  font-weight: 800;
}

.contact-person-list a{
  color: var(--brand);
  text-decoration: none;          /* más limpio */
  border-bottom: 1px solid rgba(42,33,62,0.25);
  padding-bottom: 1px;
  transition: border-color .16s, color .16s;
}

.contact-person-list a:hover{
  color: var(--subtext);
  border-color: rgba(177,157,117,0.55);
}

.contact-spanish{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(177,157,117,0.22);
  font-size: 1rem;
  font-weight: 900;
  color: var(--subtext);
}

/* Mobile tweaks */
@media (max-width: 700px){
  .contact-info-wrap{ max-width: 95vw; padding: 22px 16px 18px; }
  .contact-person{ padding: 16px 14px 12px; }
  .contact-person-photo{ width: 58px; height: 58px; }
  .contact-person-list li{ grid-template-columns: 62px 1fr; }
}/* End custom CSS */