/* Start custom CSS for html, class: .elementor-element-18bef43 */.gc-vcard{
  --gc-bg:#f5f5f3;
  --gc-surface:#ffffff;
  --gc-surface-2:rgba(255,255,255,0.72);
  --gc-text:#111111;
  --gc-text-soft:#5d6673;
  --gc-line:rgba(17,17,17,0.08);
  --gc-shadow:0 18px 60px rgba(0,0,0,0.10);
  --gc-shadow-soft:0 10px 30px rgba(0,0,0,0.08);
  --gc-yellow:#d79d16;
  --gc-yellow-2:#f0b400;
  --gc-dark:#151515;
  --gc-radius-xl:32px;
  --gc-radius-lg:24px;
  --gc-radius-md:18px;
  --gc-max:760px;
  font-family:'Inter',sans-serif;
  color:var(--gc-text);
  background:var(--gc-bg);
}

.gc-vcard *{
  box-sizing:border-box;
}

.gc-vcard a{
  text-decoration:none;
}

.gc-vcard__hero{
  position:relative;
  overflow:hidden;
  padding:28px 20px 120px;
  background:
    linear-gradient(180deg, rgba(215,157,22,0.95) 0%, rgba(255, 255, 255, 1));
}

.gc-vcard__hero-bg{
  position:absolute;
  inset:0;
  background:
    url('https://TU-DOMINIO.com/wp-content/uploads/fondo-gruas-cerezo.jpg') center center / cover no-repeat;
  opacity:.24;
  mix-blend-mode:overlay;
}

.gc-vcard__hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.18));
}

.gc-vcard__hero-inner{
  position:relative;
  z-index:2;
  max-width:var(--gc-max);
  margin:0 auto;
  text-align:center;
}

.gc-vcard__brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 16px;
  margin-bottom:12px;

}

.gc-vcard__brand img{
  width:230px;
  height:100px;
  object-fit:contain;
  display:block;

  margin-right: 23px; 
}

.gc-vcard__profile{
  position:relative;
}

.gc-vcard__photo-wrap{
  width:138px;
  height:138px;
  margin:0 auto 20px;
  padding:1px;
  border-radius:50%;
  box-shadow:0 18px 40px rgba(0,0,0,.20);
}

.gc-vcard__photo-wrap img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit: cover;              
  object-position: 50% 15%;       
  display:block;
}

.gc-vcard__profile h1{
  margin:0;
  font-size:clamp(28px,4vw,42px);
  line-height:1.08;
  font-weight:800;
  color:#fff;
  letter-spacing:-0.03em;
}

.gc-vcard__role{
  margin:10px 0 0;
  font-size:18px;
  color:rgba(255,255,255,.92);
  font-weight:600;
}

.gc-vcard__subtitle{
  max-width:600px;
  margin:14px auto 0;
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,.82);
}

.gc-vcard__quick-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:30px;
  flex-wrap:wrap;
}

.gc-vcard__quick-btn{
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
  transition:.25s ease;
  border-radius:50%; 
  overflow:hidden;  
}

.gc-vcard__quick-btn:hover{
  transform:translateY(-4px) scale(1.04);
  background:rgba(255,255,255,.24);
}

.gc-vcard__curve{
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-72px;
  height:170px;
  background:var(--gc-bg);
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
  z-index:1;
}

.gc-vcard__body{
  position:relative;
  z-index:3;
  padding:0 20px 48px;
}

.gc-vcard__container{
  max-width:var(--gc-max);
  margin:-58px auto 0;
}

.gc-vcard__card{
  background:var(--gc-surface-2);
  border:1px solid rgba(255,255,255,.55);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-radius:var(--gc-radius-xl);
  box-shadow:var(--gc-shadow);
  padding:28px;
}

.gc-vcard__card-head{
  margin-bottom:18px;
}

.gc-vcard__card-head h2{
  margin:0;
  font-size:26px;
  font-weight:800;
  letter-spacing:-0.03em;
  color:var(--gc-text);
}

.gc-vcard__card-head p{
  margin:8px 0 0;
  color:var(--gc-text-soft);
  font-size:14px;
}

.gc-vcard__info-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.gc-vcard__info-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 0;
  border-top:1px solid var(--gc-line);
}

.gc-vcard__info-item:first-child{
  border-top:0;
}

.gc-vcard__info-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:14px;
  background:linear-gradient(135deg, #fff, #f0f0ed);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  box-shadow:var(--gc-shadow-soft);
}

.gc-vcard__info-content{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}

.gc-vcard__info-content span{
  font-size:13px;
  color:var(--gc-text-soft);
  font-weight:600;
}

.gc-vcard__info-content a,
.gc-vcard__info-content strong{
  font-size:18px;
  color:var(--gc-text);
  font-weight:700;
  word-break:break-word;
}

.gc-vcard__mini-link{
  margin-top:6px;
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(215,157,22,0.12);
  color:#7d5b0a !important;
  font-size:13px !important;
  font-weight:700 !important;
}

.gc-vcard__section-title{
  margin:34px 0 16px;
  padding:0 6px;
}

.gc-vcard__section-title h3{
  margin:0;
  font-size:28px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
  color:var(--gc-text);
}

.gc-vcard__section-title p{
  margin:8px 0 0;
  color:var(--gc-text-soft);
  font-size:14px;
}

.gc-vcard__section-title--spaced{
  margin-top:28px;
}

.gc-vcard__social-group{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.gc-vcard__social-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  background:var(--gc-surface);
  border-radius:22px;
  border:1px solid rgba(17,17,17,0.06);
  box-shadow:var(--gc-shadow-soft);
  transition:.25s ease;
}

.gc-vcard__social-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.09);
}

.gc-vcard__social-left{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

.gc-vcard__social-left > div:last-child{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.gc-vcard__social-left strong{
  font-size:22px;
  color:var(--gc-text);
  line-height:1.1;
}

.gc-vcard__social-left span{
  font-size:14px;
  color:var(--gc-text-soft);
  word-break:break-word;
}

.gc-vcard__social-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 52px;
  overflow:hidden;
  background:transparent;
}

.gc-vcard__social-img{
  width:52px;
  height:52px;
  object-fit:contain;
  display:block;
}

.gc-vcard__social-icon--linkedin,
.gc-vcard__social-icon--facebook,
.gc-vcard__social-icon--instagram,
.gc-vcard__social-icon--youtube,
.gc-vcard__social-icon--x{
  background:transparent;
}

.gc-vcard__social-arrow{
  font-size:28px;
  color:#8a8f98;
  flex:0 0 auto;
}

.gc-vcard__cta-wrap{
  margin-top:24px;
  z-index:30;
}

.gc-vcard__cta{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:64px;
  padding:18px 20px;
  border-radius:20px;
  background:linear-gradient(135deg, #111 0%, #2a2a2a 100%);
  color:#fff;
  font-size:18px;
  font-weight:800;
  letter-spacing:-0.02em;
  box-shadow:0 18px 34px rgba(0,0,0,.18);
  transition:.25s ease;
}

.gc-vcard__cta:hover{
  transform:translateY(-3px);
}

@media (max-width: 767px){
  .gc-vcard__hero{
    padding:20px 16px 108px;
  }

  .gc-vcard__brand{
    margin-bottom:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0;
    gap:0;
  }

.gc-vcard__brand img{
  width:min(220px, 72vw);
  height:auto;
  max-width:100%;
  object-fit:contain;
  display:block;
  margin:0; /* quitamos el auto */
  transform: translateX(-15px); /* derecha */
}

  .gc-vcard__photo-wrap{
    width:118px;
    height:118px;
    margin-bottom:16px;
  }

  .gc-vcard__profile h1{
    font-size:30px;
  }

  .gc-vcard__role{
    font-size:16px;
  }

  .gc-vcard__subtitle{
    font-size:14px;
    padding:0 10px;
  }

  .gc-vcard__quick-btn{
    width:54px;
    height:54px;
    font-size:22px;
  }

  .gc-vcard__container{
    margin-top:-50px;
  }

  .gc-vcard__card{
    padding:22px 18px;
    border-radius:24px;
  }

  .gc-vcard__card-head h2{
    font-size:22px;
  }

  .gc-vcard__info-content a,
  .gc-vcard__info-content strong{
    font-size:16px;
  }

  .gc-vcard__section-title h3{
    font-size:24px;
  }

  .gc-vcard__social-card{
    padding:16px;
    border-radius:18px;
  }

  .gc-vcard__social-left{
    gap:12px;
  }

  .gc-vcard__social-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:16px;
    flex-basis:46px;
  }

  .gc-vcard__social-img{
    width:46px;
    height:46px;
    object-fit:contain;
    display:block;
  }

  .gc-vcard__social-left strong{
    font-size:18px;
  }

  .gc-vcard__social-left span{
    font-size:13px;
  }

  .gc-vcard__social-arrow{
    font-size:22px;
  }

  .gc-vcard__cta{
    min-height:58px;
    font-size:17px;
    border-radius:18px;
  }
}/* End custom CSS */