﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wow {
  visibility: hidden;
}

body {
  line-height: 1.1;
  overflow-x: clip;
}

html {
  font-size: 10px;
  overflow-x: clip;
}

:root {
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;
  --font-Oswald: "Oswald", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
}


.card-scale {
  width: 100%;
  max-width: 727px;
  margin: 0 auto;
  overflow: hidden;
}

#card {
  position: relative;
  width: 727px;
}

#card .hero {
  position: relative;
  z-index: 2;
  width: 727px;
  height: 431px;
  background: url("/assets/images/tarjeta/bg-user.webp") no-repeat top center;
}

#card .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

#card .avatar {
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-radius: 50%;
}

#card .profile {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

#card .name {
  font-family: var(--font-Oswald);
  font-size: 58px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0;
}

#card .name span {
  font-weight: 700;
  color: #f9b121;
}

#card .role {
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: initial;
}

#card .cta {
  position: relative;
  z-index: 1;
  margin-top: -125px;
  width: 727px;
  min-height: 363px;
  background: url("/assets/images/tarjeta/bg-tarje.webp") no-repeat top center;
  padding: 138px 0 28px;
  box-sizing: border-box;
}

#card .cta-grid {
  display: grid;
  grid-template-columns: 311px 311px;
  column-gap: 20px;
  row-gap: 15px;
  width: 642px;
  max-width: 100%;
  margin: 0 auto;
}

#card .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 311px;
  height: 63px;
  background: #302929;
  border-radius: 10px;
  padding: 0 24px;
  box-sizing: border-box;
  text-decoration: none;
}

#card .cta-btn img {
  display: block;
  flex-shrink: 0;
}

#card .cta-btn span {
  font-family: var(--font-opensans);
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

#card .badge {
  position: relative;
  z-index: 3;
  width: 693px;
  max-width: 100%;
  height: 164px;
  margin: -55px auto 0;
  background: #ffffff;
  border-radius: 82px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

#card .badge-inner {
  width: 628px;
  height: 102px;
  max-width: calc(100% - 20px);
  background: url("/assets/images/tarjeta/bg-redes.webp") no-repeat center / cover;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  box-sizing: border-box;
}

#card .badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

#card .badge-item img {
  display: block;
}

#card .badge-item span {
  font-family: var(--font-opensans);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

#card .section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 642px;
  max-width: 100%;
  margin: 0 auto 20px;
}

#card .section-head h2 {
  font-family: var(--font-Oswald);
  font-size: 33px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

#card .section-head h2 span {
  color: #f9b121;
  font-weight: 400;
}

#card .section-head .line {
  flex: 1;
  align-self: flex-end;
  height: 2px;
  margin-bottom: 4px;
  background: #f9b121;
  font-style: normal;
}

#card .contact {
  position: relative;
  z-index: 2;
  margin-top: -55px;
  width: 727px;
  min-height: 661px;
  background: url("/assets/images/tarjeta/bg-social.webp") no-repeat top center;
  border-radius: 0 0 70px 70px;
  padding: 85px 0 40px;
  box-sizing: border-box;
}

#card .contact-card {
  width: 642px;
  max-width: 100%;
  height: 298px;
  margin: 0 auto 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 48px 30px 35px;
  box-sizing: border-box;
}

#card .contact-row {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}

#card .contact-icon {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#card .contact-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

#card .contact-text b {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

#card .contact-text em {
  font-family: var(--font-opensans);
  font-size: 21px;
  font-style: normal;
  color: #f9b121;
}

#card .contact-open {
  flex-shrink: 0;
}

#card .social-row {
  width: 642px;
  max-width: 100%;
  height: 95px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 70px 70px;
  display: flex;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
}

#card .social-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

#card .social-item img {
  flex-shrink: 0;
  display: block;
}

#card .social-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#card .social-text b {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

#card .social-text em {
  font-family: var(--font-opensans);
  font-size: 21px;
  font-style: normal;
  color: #f9b121;
  font-weight: 300;
}

#card .address {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  width: 727px;
  background: url("/assets/images/tarjeta/bg-direccion.webp") no-repeat top center;
  padding: 120px 0 24px;
  box-sizing: border-box;
}

#card .address .section-head {
  margin: 0 auto 18px;
}

#card .address .line {
  background: #ffffff;
}

#card .address-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 642px;
  max-width: 100%;
  margin: 0 auto;
}

#card .address-text {
  font-family: var(--font-Lato);
  font-size: 16.5px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 5px;
}

#card .address-text b {
  color: #222223;
  font-weight: 700;
}

#card .maps-link {
  flex-shrink: 0;
  display: block;
}

#card .maps-link img {
  display: block;
}

#card .map {
  width: 727px;
  line-height: 0;
}

#card .map iframe {
  display: block;
  width: 100%;
  height: 314px;
  border: 0;
}

#card .footer {
  width: 727px;
  min-height: 225px;
  background: url("/assets/images/tarjeta/bg-footer.webp") no-repeat top center;
  background-color: #f5f3f3;
  border-radius: 25px 25px 0 0;
  padding: 45px 0 39px;
  box-sizing: border-box;
}

#card .footer-links {
  display: grid;
  grid-template-columns: 311px 311px;
  column-gap: 20px;
  width: 642px;
  max-width: 100%;
  margin: 0 auto 15px;
}

#card .footer-quick {
  display: grid;
  grid-template-columns: 206px 206px 206px;
  column-gap: 12px;
  width: 642px;
  max-width: 100%;
  margin: 0 auto;
}

#card .footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px solid #f9b121;
  text-decoration: none;
  box-sizing: border-box;
}

#card .footer-btn img {
  display: block;
  flex-shrink: 0;
}

#card .footer-btn-lg {
  width: 311px;
  height: 65px;
  border-radius: 20px;
}

#card .footer-btn-lg span {
  font-family: var(--font-Poppins);
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

#card .footer-btn-lg span b {
  font-weight: 700;
}

#card .footer-btn-sm {
  width: 206px;
  height: 56px;
  border-radius: 20px;
}

#card .footer-btn-sm span {
  font-family: var(--font-opensans);
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

#card .logo {
  width: 212px;
  height: 41px;
}

#card .avatar {
  width: 177px;
  height: 177px;
}

#card .maps-link img {
  width: 164px;
  height: 40px;
}

#card img[src$="icon-cel.png"] {
  width: 34px;
  height: 34px;
}

#card img[src$="icon-web.png"] {
  width: 29px;
  height: 29px;
}

#card img[src$="icon-contact.png"] {
  width: 25px;
  height: 28px;
}

#card img[src$="icon-mensa.png"] {
  width: 26px;
  height: 27px;
}

#card img[src$="icon-cel-1.png"] {
  width: 41px;
  height: 42px;
}

#card img[src$="icon-what-2.png"] {
  width: 42px;
  height: 42px;
}

#card img[src$="icon-email-3.png"] {
  width: 44px;
  height: 41px;
}

#card img[src$="icon-web-4.png"] {
  width: 42px;
  height: 42px;
}

#card img[src$="icon-ubi-5.png"] {
  width: 37px;
  height: 42px;
}

#card img[src$="icon-email-b1.png"] {
  width: 34px;
  height: 31px;
}

#card img[src$="icon-open.png"] {
  width: 20px;
  height: 19px;
}

#card img[src$="icon-phone-b2.png"] {
  width: 20px;
  height: 37px;
}

#card img[src$="icon-phone2-b3.png"] {
  width: 34px;
  height: 34px;
}

#card img[src$="icon-face.png"] {
  width: 51px;
  height: 51px;
}

#card img[src$="icon-insta.png"] {
  width: 51px;
  height: 51px;
}

#card img[src$="icon-web-footer.png"] {
  width: 37px;
  height: 38px;
}

#card img[src$="icon-ubi-footer.png"] {
  width: 25px;
  height: 28px;
}

#card img[src$="icon-whatsapp-footer.png"] {
  width: 29px;
  height: 29px;
}

#card img[src$="icon-phone-footer.png"] {
  width: 28px;
  height: 28px;
}

#card img[src$="icon-guardar-footer.png"] {
  width: 25px;
  height: 28px;
}
