
.svg-wrapper {
  position: relative;
  left: 0;
}

.svg-wrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0; /* change value as required */
  background-repeat: no-repeat;
  background-size: contain;
}


#EllipseBaloon_5:after {
  background-image: url('https://www.aicad.es/templates/default/assets/img/figmaBgSvgs/Ellipse_1006_login.svg');
  background-position-x: left;
  left: 0;
  width: 800px;
  height: 800px;
  -webkit-transform: translate(-15%, -10%);
  -ms-transform: translate(-15%, -10%);
  transform: translate(-15%, -10%);

}

.login-title {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--color-aicad-dark);
}

.login-sub {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: var(--color-aicad-dark);
}

.bi-google {
    background: conic-gradient(from -45deg, var(--color-google-red) 110deg, var(--color-google-blue) 90deg 180deg, var(--color-google-green) 180deg 270deg, var(--color-google-yellow) 270deg) 73% 55%/150% 150% no-repeat;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.bi-linkedin {
  background: var(--color-linkedin);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.bi-facebook {
  background: var(--color-facebook);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.social-access-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 16px;
  gap: 16px;
  width: 100%;
  background: var(--color-text-white) !important;
  border: 1px solid var(--Color-Boton);
  -webkit-box-shadow: 0px 4px 4px var(--shadow-color-black-25);
  box-shadow: 0px 4px 4px var(--shadow-color-black-25);
  border-radius: 5px;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: var(--color-grey);
}

.social-access-btn i {
  font-size: 18px;
}

.nav-link-social {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-text-grey-6);
  background: transparent;
  border: unset;
}

.nav-link-social.active {
  color: var(--color-en-blue);
  padding-bottom: 5px;
  border-bottom: 2.5px solid var(--webinar-notification-blue) !important;
}

.form-floating input, .form-floating select, .form-floating textarea {
  background-color: var(--color-form-input-bg);
  border: 1.5px solid var(--text-main-color-green);
}

.btn-login {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--Color-Boton);
  border: 2px solid var(--Color-Boton);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-login:hover {
  background-color: var(--color-azul) !important;
  color: var(--white);
  border: 2px solid var(--Color-Boton);
}

.step-counter-text {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: var(--black);
}

.form-sub-text {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  color: var(--color-aicad-dark);
}


.btn-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 8px;
  gap: 8px;
  background: var(--color-corporate-blue);
  border: 1px solid var(--Color-Boton);
  -webkit-box-shadow: 0px 4px 4px var(--shadow-color-black-25);
  box-shadow: 0px 4px 4px var(--shadow-color-black-25);
  border-radius: 5px;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: var(--white);
  -webkit-transition       : all .5s ease;
  -o-transition       : all .5s ease;
  transition       : all .5s ease;
}
.btn-register:hover {
  background-color : var(--white) !important;
  color            : var(--Color-Boton);
  border           : 1px solid var(--color-corporate-blue);
}


.btn-back-white {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-orient  : horizontal;
  -webkit-box-direction  : normal;
  -ms-flex-direction  : row;
  flex-direction  : row;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align     : center;
  -ms-flex-align     : center;
  align-items     : center;
  padding         : 2px 8px;
  gap             : 8px;
  background      : var(--white);
  border          : 1px solid var(--Color-Boton);
  -webkit-box-shadow      : 0px 4px 4px var(--shadow-color-black-25);
  box-shadow      : 0px 4px 4px var(--shadow-color-black-25);
  border-radius   : 5px;
    font-family: var(--bs-font-monospace);
  font-style      : normal;
  font-weight     : 500;
  font-size       : 16px;
  line-height     : 24px;
  letter-spacing  : 0.2em;
  color           : var(--color-corporate-blue);
  -webkit-transition       : all .5s ease;
  -o-transition       : all .5s ease;
  transition       : all .5s ease;
}

.btn-back-white:hover {
  background-color : var(--color-corporate-blue) !important;
  color            : var(--white);
  border           : 1px solid var(--color-corporate-blue);
}
.btn-back-step-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 8px;
  gap: 8px;
  background: var(--color-text-white);
  border-radius: 5px;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: var(--color-corporate-blue);
}

.form-check-label {
  margin-top: 2px;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  letter-spacing: 0.1px;
  color: var(--color-aicad-dark);
}

.card-checkout {
  background: -o-linear-gradient(320.55deg, var(--shadow-color-super-white) 16.4%, var(--shadow-color-blue-grey) 54.24%, var(--shadow-color-super-white) 87.63%);
  background: linear-gradient(129.45deg, var(--shadow-color-super-white) 16.4%, var(--shadow-color-blue-grey) 54.24%, var(--shadow-color-super-white) 87.63%);
  border: 3px solid var(--color-text-grey-e);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: visible !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  gap: 10px;
  margin: 15px 0;
}

.card-checkout-title {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 180%;
  color: var(--color-blue-purple-dark);
  padding-bottom: 8px;
}

.card-checkout-sub {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: var(--color-blue-purple-light);
}

.checkout-logo-wrapper {
  background: var(--white);
  -webkit-box-shadow: 17.8856px 24.1213px 84.4992px var(--shador-color-logo-wrapper), 9.1858px 12.3884px 39.6576px var(--shador-color-logo-wrapper-2), 3.69376px 4.98156px 17.3664px var(--shador-color-logo-wrapper-3);
  box-shadow: 17.8856px 24.1213px 84.4992px var(--shador-color-logo-wrapper), 9.1858px 12.3884px 39.6576px var(--shador-color-logo-wrapper-2), 3.69376px 4.98156px 17.3664px var(--shador-color-logo-wrapper-3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 75px;
  height: 75px;
}

.checkout-logo-wrapper img {
  max-width: 58px;
}

.card-course-title a {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: var(--color-mid-blue-black);
}

.checkout-contact-wrapper {
  padding: 10px;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: var(--color-mid-blue-black);
  position: relative;
  z-index: 0;
}

.checkout-contact-wrapper:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(1.84%, var(--color-gradient-cyan-blue)), to(var(--shador-color-logo-wrapper-3)));
  background: -o-linear-gradient(left, var(--color-gradient-cyan-blue) 1.84%, var(--shador-color-logo-wrapper-3) 100%);
  background: linear-gradient(90deg, var(--color-gradient-cyan-blue) 1.84%, var(--shador-color-logo-wrapper-3) 100%);
  -webkit-filter: drop-shadow(0px 2px 2px var(--shadow-color-black-25));
  filter: drop-shadow(0px 2px 2px var(--shadow-color-black-25));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  opacity: .5;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-item {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  color: var(--color-mid-blue-black);
  padding-left: 15px;
  margin: 10px 0;
}

.contact-item i {
  color: var(--color-corporate-blue);
}

[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

[type=radio] + .checkout-logo-wrapper img {
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

[type=radio]:checked + .checkout-logo-wrapper img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

[type=radio]:checked + .checkout-logo-wrapper {
  border: 2px solid var(--color-corporate-blue);
}

.card-checkout:has( [type=radio]:checked) {
  background-color:  var(--text-main-color);
}

.card-checkout:has( [type=radio]:checked) .card-checkout-title, .card-checkout:has( [type=radio]:checked) .card-checkout-sub {
  color: var(--white);
}

.svg-wrapper {
  position: relative;
  left: 0;
}

.svg-wrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0; /* change value as required */
  background-repeat: no-repeat;
  background-size: contain;
}

#EllipseBaloon_5:after {
  background-image: url('https://www.aicad.es/templates/default/assets/img/figmaBgSvgs/Ellipse_checkout.svg');
  background-position-x: left;
  left: 0;
  width: 800px;
  height: 800px;
  -webkit-transform: translate(-15%, -10%);
  -ms-transform: translate(-15%, -10%);
  transform: translate(-15%, -10%);
}


.checkout-form-table-title {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-aicad-dark);
  padding: 10px 0;
}

.checkout-form-table-sub {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-aicad-dark);
  padding: 10px 0;
}

.checkout-summary-card {
  background: var(--show-color-grey);
  -webkit-box-shadow: inset 0px -2px 10px var(--shadow-color-white), inset 0px 2px 10px var(--shadow-color-white);
  box-shadow: inset 0px -2px 10px var(--shadow-color-white), inset 0px 2px 10px var(--shadow-color-white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 16px;
}

.btn-back {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 0;
}

.checkout-title {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--color-aicad-dark);
}

.checkout-sub {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: var(--color-aicad-dark);
}

.card-checkout {
  background: -o-linear-gradient(320.55deg, var(--shadow-color-super-white) 16.4%, var(--shadow-color-blue-grey) 54.24%, var(--shadow-color-super-white) 87.63%);
  background: linear-gradient(129.45deg, var(--shadow-color-super-white) 16.4%, var(--shadow-color-blue-grey) 54.24%, var(--shadow-color-super-white) 87.63%);
  border: 3px solid var(--color-text-grey-e);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  gap: 10px;
  margin: 15px 0;
}

.card-checkout-title {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 180%;
  color: var(--color-blue-purple-dark);
}

.card-checkout-sub {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: var(--color-blue-purple-light);
}

.checkout-logo-wrapper {
  background: var(--white);
  -webkit-box-shadow: 17.8856px 24.1213px 84.4992px var(--shador-color-logo-wrapper), 9.1858px 12.3884px 39.6576px var(--shador-color-logo-wrapper-2), 3.69376px 4.98156px 17.3664px var(--shador-color-logo-wrapper-3);
  box-shadow: 17.8856px 24.1213px 84.4992px var(--shador-color-logo-wrapper), 9.1858px 12.3884px 39.6576px var(--shador-color-logo-wrapper-2), 3.69376px 4.98156px 17.3664px var(--shador-color-logo-wrapper-3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 75px;
  height: 75px;
}

.checkout-logo-wrapper img {
  max-width: 58px;
}

.course-price {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--Color-Boton);

}

.card-discount-amount {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
}

.card-before-discount {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: var(--color-aicad-dark);

}

.card-course-title a {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: var(--color-mid-blue-black);
}

.card-course {
  background: var(--shadow-color-super-white);
  border: 1px solid var(--color-text-grey-e);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px)
}

.checkout-contact-wrapper {
  padding: 10px;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: var(--color-mid-blue-black);
  position: relative;
  z-index: 0;
}

.checkout-contact-wrapper:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(1.84%, var(--color-gradient-cyan-blue)), to(var(--shador-color-logo-wrapper-3)));
  background: -o-linear-gradient(left, var(--color-gradient-cyan-blue) 1.84%, var(--shador-color-logo-wrapper-3) 100%);
  background: linear-gradient(90deg, var(--color-gradient-cyan-blue) 1.84%, var(--shador-color-logo-wrapper-3) 100%);
  -webkit-filter: drop-shadow(0px 2px 2px var(--shadow-color-black-25));
  filter: drop-shadow(0px 2px 2px var(--shadow-color-black-25));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  opacity: .5;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-item {
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  color: var(--color-mid-blue-black);
  padding-left: 15px;
  margin: 10px 0;
}

.contact-item i {
  color: var(--color-corporate-blue);
}

[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

[type=radio] + .checkout-logo-wrapper img {
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

[type=radio]:checked + .checkout-logo-wrapper img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

[type=radio]:checked + .checkout-logo-wrapper {
  border: 2px solid var(--color-corporate-blue);
}

.card-checkout:has( [type=radio]:checked) {
  background-color:  var(--text-main-color);
}

.card-checkout:has( [type=radio]:checked) .card-checkout-title, .card-checkout:has( [type=radio]:checked) .card-checkout-sub {
  color: var(--white);
}

.svg-wrapper {
  position: relative;
  left: 0;
}

.svg-wrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0; /* change value as required */
  background-repeat: no-repeat;
  background-size: contain;
}

#EllipseBaloon_5:after {
  background-image: url('https://www.aicad.es/templates/default/assets/img/figmaBgSvgs/Ellipse_checkout.svg');
  background-position-x: left;
  left: 0;
  width: 800px;
  height: 800px;
  -webkit-transform: translate(-15%, -10%);
  -ms-transform: translate(-15%, -10%);
  transform: translate(-15%, -10%);
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
}

.form-check-input:checked {
  background-color: var(--text-main-color-green) !important;
  border: 2px solid var(--text-main-color-green);
  border-radius: 5px;
}

.form-check-label {
  display: block;
}

.btn-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 8px;
  gap: 8px;
  background: var(--color-corporate-blue);
  border: 1px solid var(--color-azul);
  -webkit-box-shadow: 0px 4px 4px var(--shadow-color-black-25);
  box-shadow: 0px 4px 4px var(--shadow-color-black-25);
  border-radius: 5px;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: var(--white);
}
.card-checkout.d-none-desktop {
  display: none!important;
  visibility: hidden!important;
}
@media screen and (max-width: 992px) {
  .card-checkout{
    background: -o-linear-gradient(320.55deg, var(--shadow-color-super-white) 16.4%, var(--shadow-color-blue-grey) 54.24%, var(--shadow-color-super-white) 87.63%);
    background: linear-gradient(129.45deg, var(--shadow-color-super-white) 16.4%, var(--shadow-color-blue-grey) 54.24%, var(--shadow-color-super-white) 87.63%);
    border: 3px solid var(--color-text-grey-e);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    gap: 5px;
    margin: 15px 0;
  }
  .card-checkout.d-none-mobile {
    display: none!important;
    visibility: hidden!important;
  }
  .card-checkout.d-none-desktop {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    visibility: visible!important;
  }
  .social-access-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 16px;
    gap: 16px;
    width: 56px;
    height: 40px;
    background: var(--color-text-white);
    border: 1px solid var(--color-azul);
    -webkit-box-shadow: 0px 4px 4px var(--shadow-color-black-25);
    box-shadow: 0px 4px 4px var(--shadow-color-black-25);
    border-radius: 5px;
  }
  .login-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: var(--Fondo-web);
    padding-bottom: 5px;
    z-index: 100;
  }
  #login-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .nav-link-social {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 8px 5px;
    background: var(--Fondo-web);
  }
  .nav-link-social.active {
    color: var(--color-en-blue);
  }
  .social-login .col-4:has( #googleBtn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .social-login .col-4:has( #linkedinBtn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social-login .col-4:has( #facebookBtn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .social-access-btn i {
    font-size: 24px;
  }

  .forget-password {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.1em;
    color: var(--color-azul);
  }
  .btn-login {
    padding: 24px;
    gap: 10px;
    background: var(--white);
    border: 2px solid var(--color-azul);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 25px;
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-azul);
  }
  #EllipseBaloon_5:after {
    background-image: url('https://www.aicad.es/templates/default/assets/img/figmaBgSvgs/Ellipse_1006_mobile_login.svg');
    background-position-x: left;
    left: 0;
    width: 366px;
    height: 386px;
    -webkit-transform: translate(0%, -12%);
    -ms-transform: translate(0%, -12%);
    transform: translate(0%, -12%);
  }
  #Ellipse1006:after {
    background-image: url('https://www.aicad.es/templates/default/assets/img/figmaBgSvgs/Ellipse_1006_mobile_login_2.svg');
    background-position-x: right;
    right: 0;
    width: 300px;
    height: 300px;
    -webkit-transform: translate(0%, -95%);
    -ms-transform: translate(0%, -95%);
    transform: translate(0%, -95%);
  }
  .form-floating {
    //margin-top: 40px!important;
  }
  .form-check {
    margin-top: 24px ;
  }

  .form-sub-text {
    font-size: 12px;
    line-height: 140%;
    text-align: left;
  }
  .g-recaptcha {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transform-origin: unset;
    -ms-transform-origin: unset;
    transform-origin: unset;
  }

  .checkout-summary-card {
    padding: 16px 6px;
  }



  .card-checkout-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: unset  ;
    color: var(--color-blue-purple-dark);
  }

  .card-checkout-sub {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: var(--color-blue-purple-light);
  }

  .checkout-logo-wrapper {
    //width           : 60px;
    //height          : 60px;
  }
  .checkout-logo-wrapper img {
    max-width: 45px;
  }
  .login-title {
    font-size: 22px;
  }

}
