.ibd-static-es-landing-Generic-carrefour {
  /*PASOS*/
  /*FIN PASOS*/
  /* Modal */
  /*FIN MODAL*/
  /*RADIO BUTTON*/
  /*FIN RADIO BUTTON*/
  /*CMB*/
  /*CMB*/
  /* Small devices (landscape phones, 576px and up) */
  /* Medium devices (tablets, 768px and up) */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}

.ibd-static-es-landing-Generic-carrefour .texto-nota {
  text-align: center;
  width: 328px;
  margin: 25px auto;
}

.ibd-static-es-landing-Generic-carrefour select::-ms-expand {
  display: none;
}

.ibd-static-es-landing-Generic-carrefour .contenedor-form-carrefour {
  text-align: center;
  margin-top: 80px;
  width: 95%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
}

.ibd-static-es-landing-Generic-carrefour .imagen-factura {
  width: 250px;
  z-index: 1;
}

.ibd-static-es-landing-Generic-carrefour .imagen-flecha-abajo-desplegar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
}

.ibd-static-es-landing-Generic-carrefour .titulo-form-carrefour {
  margin: 40px auto 25px auto;
  width: 70%;
  color: #2c2c2c;
  font-family: Lato-Bold;
  font-size: 24px;
}

.ibd-static-es-landing-Generic-carrefour .info-form-carrefour {
  color: #707070;
  margin: auto;
  font-size: 14px;
  width: 90%;
}

.ibd-static-es-landing-Generic-carrefour .requisitos-container {
  margin: auto;
  margin-top: 25px;
  width: 305px;
}

.ibd-static-es-landing-Generic-carrefour .requisitos-container .requisito {
  text-align: left;
  color: #707070;
  display: flex;
  align-items: center;
}

.ibd-static-es-landing-Generic-carrefour .requisitos-container .requisito span {
  margin-left: 5px;
}

.ibd-static-es-landing-Generic-carrefour .titulo-popover-carrefour {
  color: #2c2c2c;
  font-family: Lato-Bold;
  font-style: italic;
  font-size: 14px;
}

.ibd-static-es-landing-Generic-carrefour .info-popover-carrefour {
  color: #707070;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 12px;
}

#cabecera-baja,
#cabecera-modificacion {
  margin-bottom: 26px;
}

.ibd-static-es-landing-Generic-carrefour details,
.ibd-static-es-landing-Generic-carrefour #numeroIdentificacion,
.ibd-static-es-landing-Generic-carrefour #numeroTarjetaCarrefour,
.ibd-static-es-landing-Generic-carrefour #referenciaContrato {
  height: 40px !important;
  margin-bottom: 10px;
}

.ibd-static-es-landing-Generic-carrefour details.custom-select{
  background: url(/webclipb/gc/prod/adminwcm/img/comunes/iconos/ico-flecha-select.svg) no-repeat !important;
    background-position-x: 97% !important;
    background-position-y: 50% !important;
}

.ibd-static-es-landing-Generic-carrefour details:focus{
  border: 2px solid #3CC2FF !important;
}

.ibd-static-es-landing-Generic-carrefour details {
  position: relative;
  /* width: 400px; */
  margin-right: 1rem;
  border-radius: 20px;
  border: solid 1px;
}

.ibd-static-es-landing-Generic-carrefour details[open] {
  z-index: 1;
}

.ibd-static-es-landing-Generic-carrefour summary::after{
  display: none;
}

.ibd-static-es-landing-Generic-carrefour details summary {
  /* padding: 1rem; */
  cursor: pointer;
  border-radius: 20px;
  /* background-color: #ffffff; */
  list-style: none;
}

.ibd-static-es-landing-Generic-carrefour details summary::-webkit-details-marker {
  display: none;
}

.ibd-static-es-landing-Generic-carrefour details[open] summary:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
}

.ibd-static-es-landing-Generic-carrefour details summary:after {
  /* content: ''; */
  display: inline-block;
  float: right;
  width: .5rem;
  height: .5rem;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-bottom-left-radius: 2px;
  transform: rotate(135deg) translate(50%, 0%);
  transform-origin: center center;
  transition: transform ease-in-out 0ms
}

.ibd-static-es-landing-Generic-carrefour details summary:focus {
  outline: none;
}

.ibd-static-es-landing-Generic-carrefour details[open] summary:after {
  transform: rotate(-45deg) translate(0%, 0%);
}

.ibd-static-es-landing-Generic-carrefour details ul {
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  /* padding: 1rem; */
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 20px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #D8CFC7;
}

.ibd-static-es-landing-Generic-carrefour details ul li {
  /* margin: 0;
  padding: 1rem 0; */
  padding-top: 5px;
  /* padding-bottom: 5px; */
  /* padding-left: 20px !important; */
  border-bottom: 1px solid #D8CFC7;
  list-style: none;
}

.ibd-static-es-landing-Generic-carrefour details ul li:first-child {
  padding-top: 5px;
  margin-top: 3px;
}

.ibd-static-es-landing-Generic-carrefour details ul li:last-child {
  padding-bottom: 5px;
  border-bottom: none;
}

/* FAKE SELECT */

.ibd-static-es-landing-Generic-carrefour details summary.radios {
  counter-reset: radios;
}

.ibd-static-es-landing-Generic-carrefour details summary.radios:before {
  content: var(--selection);
}

.ibd-static-es-landing-Generic-carrefour details input#default {
  color: #D8CFC7 !important;
}

.ibd-static-es-landing-Generic-carrefour details input[type=radio] {
  counter-increment: radios;
  appearance: none;
  display: none;

}

.ibd-static-es-landing-Generic-carrefour details input[type=radio]:checked {
  display: flex;
  --display: block;
  color: black;
  background-color: transparent !important;
  box-shadow: none !important;
  align-items: stretch;
  margin-top: 3px;
  margin-left: 5px;
  justify-content: flex-start;
}

.ibd-static-es-landing-Generic-carrefour details input[type=radio]:after {
  content: attr(title);
  display: inline;
  font-size: 1rem;

}

.ibd-static-es-landing-Generic-carrefour details ul.list {
  counter-reset: labels;
}

.ibd-static-es-landing-Generic-carrefour details ul li label {
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}

.ibd-static-es-landing-Generic-carrefour details ul li label span {
  --display: none;
  display: var(--display);
  width: 1rem;
  height: 1rem;
  border: 1px solid #727272;
  border-radius: 20px;
}


.ibd-static-es-landing-Generic-carrefour .contenedor-form-carrefour form {
  text-align: left;
}

.ibd-static-es-landing-Generic-carrefour .contenedor-form-carrefour form #cabecera {
  text-align: center;
}

#nuevoNumeroTarjetaCarrefour {
  height: 40px;
  margin-bottom: 10px;
  /* margin-left: 16px; */
}

.ibd-static-es-landing-Generic-carrefour .landing-carrefour-form {
  color: #2d2d2d;
  font-size: 12px;
}

.ibd-static-es-landing-Generic-carrefour .landing-carrefour-form b {
  font-weight: inherit;
}

.ibd-static-es-landing-Generic-carrefour .aceptoCondiciones,
.ibd-static-es-landing-Generic-carrefour .usoComercial {
  font-size: 14px;
}

.ibd-static-es-landing-Generic-carrefour .block-refer-contract {
  margin: 0 auto;
}

.ibd-static-es-landing-Generic-carrefour #btn-landing-carrefour-form {
  width: 255px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #387002;
  border: solid 1px #387002;
}

.ibd-static-es-landing-Generic-carrefour #btn-landing-carrefour-form-modificacion,
.ibd-static-es-landing-Generic-carrefour #btn-landing-carrefour-form-baja {
  width: 255px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cd4800;
  border: solid 1px #cd4800;
  color: white;
  border-radius: 31px;
}

#row-condiciones {
  margin: 0 auto;
  width: 328px;
}

.ibd-static-es-landing-Generic-carrefour .titulo-info-pd {
  color: #2c2c2c;
  font-family: Lato-Bold;
  font-size: 14px;
}

.ibd-static-es-landing-Generic-carrefour .info-pd {
  color: #707070;
  margin-bottom: 5px;
  font-size: 14px;
}

.ibd-static-es-landing-Generic-carrefour .paso {
  display: none;
  margin-top: 40px;
}

.ibd-static-es-landing-Generic-carrefour #paso1 {
  margin-top: 65px;
}

.ibd-static-es-landing-Generic-carrefour #paso2 {
  margin-top: 40px;
}

.ibd-static-es-landing-Generic-carrefour #modal-form-averias .modal-body .contenido-inside-respuesta .contenido-respuesta-titulo {
  margin-top: 25px;
  text-align: center;
  color: #2c2c2c;
  font-family: Lato-Bold;
  font-size: 24px;
}

.ibd-static-es-landing-Generic-carrefour #modal-form-averias .modal-body .contenido-inside-respuesta .contenido-respuesta-info {
  color: #707070;
  font-family: Lato;
  font-size: 14px;
  text-align: center;
}

.ibd-static-es-landing-Generic-carrefour #modal-form-averias .modal-body .titulo-modal2 .titulo-modal2-carrefour {
  margin-top: 25px;
  text-align: center;
  color: #2c2c2c;
  font-family: Lato-Bold;
  font-size: 18px;
}

.ibd-static-es-landing-Generic-carrefour #referenciaContrato2 {
  width: 250px;
  height: 50px;
  margin: auto;
}

.ibd-static-es-landing-Generic-carrefour .botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ibd-static-es-landing-Generic-carrefour .botones a {
  margin-top: 10px;
  width: 222px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #689f38;
  border: solid 1px #689f38;
}

.ibd-static-es-landing-Generic-carrefour .contenedor-form-carrefour #row-condiciones .form-group #aceptoCondiciones {
  opacity: 1;
  margin-top: 22px;
  left: 40px;
}

.ibd-static-es-landing-Generic-carrefour .modal-content {
  border-radius: 15px;
}

.ibd-static-es-landing-Generic-carrefour #mostrar-popup {
  width: 260px;
  height: 55px;
  border-radius: 40px;
  border-color: #f5a623;
  font-size: 14px;
  margin: auto;
  cursor: pointer;
  color: #f5a623;
  position: relative;
  padding: 18px 15px 17px;
  background: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ibd-static-es-landing-Generic-carrefour #mostrar-popup:hover {
  background: #f6a623;
}

.ibd-static-es-landing-Generic-carrefour #mostrar-popup:focus {
  background: #f6a623;
}

.ibd-static-es-landing-Generic-carrefour #mostrar-popup:active {
  background: #f6a623;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .modal-dialog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .modal-content {
  width: 300px;
  border: none;
  border-radius: 28px;
  position: relative;
  flex-direction: unset;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .modal-header {
  padding: 0;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .modal-header button:focus {
  outline: none;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .modal-header button {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1000;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .modal-body {
  padding: 10%;
  overflow: hidden;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio img {
  width: 70px;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio p {
  font-size: 24px;
  color: #2c2c2c;
  margin-top: 15px;
  font-family: Lato-Bold, sans-serif;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .btn-container {
  margin: 0;
  width: 250px;
  padding-left: 0;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio #btn-socio {
  margin: 0;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .modal-dialog {
  position: relative;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .modal-content {
  margin: auto;
}

.ibd-static-es-landing-Generic-carrefour #modal-socio .btn-esp {
  background-color: #f5a623;
  border: solid 1px #f5a623;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  margin: 20px 5px;
  border-radius: 31px;
  min-width: 250px;
  font-family: Lato-Black;
  cursor: pointer;
}

.ibd-static-es-landing-Generic-carrefour .dec-contenidos-inf #modulo-chat .wrapper-bubble {
  display: none;
}

.ibd-static-es-landing-Generic-carrefour input[type="radio"] {
  display: none;
}

.ibd-static-es-landing-Generic-carrefour .wcom-form.radio label,
.ibd-static-es-landing-Generic-carrefour .wcom-form .radio label {
  padding-left: 0px;
  display: flex;
  align-items: center;
}

.ibd-static-es-landing-Generic-carrefour .wcom-form .radio label::before,
.ibd-static-es-landing-Generic-carrefour form .radio :checked+label::after {
  display: none !important;
}

.ibd-static-es-landing-Generic-carrefour .radio label {
  display: flex;
  align-items: center;
}

.ibd-static-es-landing-Generic-carrefour .radio .outer {
  height: 24px;
  width: 24px;
  display: block;
  float: left;
  border-radius: 50%;
  background-color: #eaeaea;
  box-shadow: inset 0 2px 2px 0 silver;
  margin-right: 8px;
}

.ibd-static-es-landing-Generic-carrefour .radio input:checked+label .outer,
.ibd-static-es-landing-Generic-carrefour .radio input:focus+label .outer {
  background-color: #689f38;
  box-shadow: inset 0 2px 2px 0 #5c8819;
  position: relative;
}

.ibd-static-es-landing-Generic-carrefour .radio .inner {
  transition: all 0.25s ease-in-out;
  height: 10px;
  width: 10px;
  display: block;
  opacity: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ibd-static-es-landing-Generic-carrefour .radio input:checked+label .inner,
.ibd-static-es-landing-Generic-carrefour .radio input:checked+label .outer .inner {
  opacity: 1;
}

.ibd-static-es-landing-Generic-carrefour #contenedor-form-carrefour #contenedor-radio-button-flex {
  display: flex;
  justify-content: center;
}

#contenedor-radio-button-flex-baja {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 355px;
  margin: 0 auto;
}

#contenedor-radio-button-flex-baja .radio.radio-inline .radio-flex {
  margin-bottom: 0px;
}

.ibd-static-es-landing-Generic-carrefour .radio.radio-inline {
  margin: 0 20px;
}

.ibd-static-es-landing-Generic-carrefour .wcom-form-generic .radio label::before,
.ibd-static-es-landing-Generic-carrefour .wcom-form-generic .radio label::before {
  display: none !important;
}

.ibd-static-es-landing-Generic-carrefour .wcom-form-generic .radio label.radio-flex {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ibd-static-es-landing-Generic-carrefour #modulo-chat .modal-content.modal-cmb,
.ibd-static-es-landing-Generic-carrefour #modulo-chat .modal-content.modal-cmb #ctc {
  width: 300px;
}

/*PASOS*/
.paso {
  display: none;
  margin-top: 40px;
}

#paso1 {
  margin-top: 32px;
}

#paso2 {
  margin-top: 32px;
}

/*CMB*/

#campos-paso-1 .sin-estilo-row,
#campos-paso-2 .sin-estilo-row {
  gap: 10px;
}

#campos-paso-1 .sin-estilo-row .form-group,
#campos-paso-2 .sin-estilo-row .form-group {
  width: 328px !important;
  margin: 0 auto;
}

#campos-paso-1 .form-group label,
#num-card .form-group label {
  font-family: "Lato-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #707070;
}

/*FIN PASOS*/
/* Modal */
#modal-form-averias .modal-body .contenido-inside-respuesta .contenido-respuesta-titulo {
  margin-top: 25px;
  text-align: center;
  color: #2c2c2c;
  font-family: Lato-Bold;
  font-size: 24px;
}

#modal-form-averias .modal-body .contenido-inside-respuesta .contenido-respuesta-info {
  color: #707070;
  font-family: Lato;
  font-size: 14px;
  text-align: center;
}

#modal-form-averias .modal-body .titulo-modal2 .titulo-modal2-carrefour {
  margin-top: 25px;
  text-align: center;
  color: #2c2c2c;
  font-family: Lato-Bold;
  font-size: 18px;
}

#referenciaContrato2 {
  width: 250px;
  height: 50px;
}

.botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.botones a {
  margin-top: 10px;
  width: 222px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #689f38;
  border: solid 1px #689f38;
}

.modal-content {
  border-radius: 15px;
}

#mostrar-popup {
  width: 260px;
  height: 55px;
  border-radius: 40px;
  border-color: #f5a623;
  font-size: 14px;
  margin: auto;
  cursor: pointer;
  color: #f5a623;
  position: relative;
  padding: 18px 15px 17px;
  background: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

#mostrar-popup:hover {
  background: #f6a623;
}

#mostrar-popup:focus {
  background: #f6a623;
}

#mostrar-popup:active {
  background: #f6a623;
}

#modal-socio .modal-dialog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#modal-socio .modal-content {
  width: 300px;
  border: none;
  border-radius: 28px;
  position: relative;
  flex-direction: unset;
}

#modal-socio .modal-header {
  padding: 0;
}

#modal-socio .modal-header button:focus {
  outline: none;
}

#modal-socio .modal-header button {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1000;
}

#modal-socio .modal-body {
  padding: 10%;
  align-items: center;
}

#modal-socio img {
  width: 70px;
}

#modal-socio p {
  font-size: 24px;
  color: #2c2c2c;
  margin-top: 15px;
}

#modal-socio .btn-container {
  margin: 0;
  width: 250px;
  padding-left: 0;
}

#modal-socio #btn-socio {
  margin: 0;
}

#modal-socio .modal-dialog {
  position: relative;
}

#modal-socio .modal-content {
  margin: auto;
}

.dec-contenidos-inf #modulo-chat .wrapper-bubble {
  display: none;
}

#modal-respuesta-ok .modal-content,
#modal-respuesta-ko .modal-content {
  width: 296px;
  margin: auto;
}

.contenido-respuesta {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.modal-body {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#modal-respuesta-ok .modal-body .titulo-modal,
#modal-respuesta-ko .modal-body .titulo-modal {
  color: #2c2c2c;
  text-align: center;
  font-family: "Lato-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  width: 100%;
}

#modal-respuesta-ok .modal-body .texto-modal,
#modal-respuesta-ko .modal-body .texto-modal {
  color: #707070;
  text-align: center;
  font-family: "Lato-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}

.row.center {
  width: 100%;
  align-items: center;
}

.wrapper-img-modal {
  width: 100%;
  text-align: center;
  margin: 16px 0;
}

.wcom-button.button-green {
  background: #387002;
  border: 1px solid #387002;
}

.button-text {
  text-align: center;
  font-family: "Lato-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
}

/*FIN MODAL*/
@media (min-width: 576px) {
  .ibd-static-es-landing-Generic-carrefour .contenedor-form-carrefour {
    width: 95%;
  }

  .ibd-static-es-landing-Generic-carrefour #btn-landing-carrefour-form2 {
    width: 255px;
  }

  .ibd-static-es-landing-Generic-carrefour #modal-socio .modal-content {
    width: 530px;
  }

  #campos-paso-1 .sin-estilo-row,
  #campos-paso-2 .sin-estilo-row {
    justify-content: center;
  }

  #campos-paso-1 .sin-estilo-row .form-group,
  #campos-paso-2 .sin-estilo-row .form-group {
    width: 384px !important;
  }

  #row-condiciones {
    margin: 0 auto;
    width: 496px;
  }

  #cabecera-baja #cabecera {
    width: 416px !important;
  }
}

@media (min-width: 768px) {
  .ibd-static-es-landing-Generic-carrefour .info-form-carrefour {
    width: 672px;
  }

  .ibd-static-es-landing-Generic-carrefour .modal-content {
    width: 70%;
    margin: auto;
  }

  .ibd-static-es-landing-Generic-carrefour #modal-socio .btn-container {
    width: 100%;
    padding-left: 15px;
  }

  #contenedor-radio-button-flex-baja {
    flex-direction: row;
    width: 90%;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    margin: 0 auto;
  }

  #campos-paso-1 .sin-estilo-row .form-group,
  #campos-paso-2 .sin-estilo-row .form-group {
    width: 408px !important;
  }

  #row-condiciones {
    width: 672px;
  }

  #cabecera-baja #cabecera {
    width: 466px !important;
  }

  #cabecera-modificacion #cabecera {
    width: 544px !important;
  }
}

@media (min-width: 992px) {
  .ibd-static-es-landing-Generic-carrefour .contenedor-form-carrefour {
    width: 75%;
  }

  .ibd-static-es-landing-Generic-carrefour .modal-content {
    width: 60%;
    margin: auto;
  }
}

#campos-paso-1 .sin-estilo-row .form-group,
#campos-paso-2 .sin-estilo-row .form-group {
  width: 392px !important;
}

@media (min-width: 1200px) {
  .ibd-static-es-landing-Generic-carrefour .contenedor-form-carrefour {
    width: 70%;
  }

  .ibd-static-es-landing-Generic-carrefour .modal-content {
    width: 60%;
    margin: auto;
  }

  #campos-paso-1 .sin-estilo-row,
  #campos-paso-2 .sin-estilo-row {
    display: grid;
    grid-template-columns: repeat(2, 392px);
    gap: 16px;
  }

  #row-condiciones {
    width: 1000px;
  }

  #row-condiciones .form-group {
    width: 100%;
  }

  #campos-paso-1 .sin-estilo-row .form-group,
  #campos-paso-2 .sin-estilo-row .form-group {
    width: 392px !important;
  }

  #cabecera-modificacion #cabecera {
    width: 738px !important;
  }
}

@media (min-width: 1600px) {
  .ibd-static-es-landing-Generic-carrefour .contenedor-form-carrefour {
    width: 70%;
  }

  .ibd-static-es-landing-Generic-carrefour .modal-content {
    width: 60%;
    margin: auto;
  }

  #campos-paso-1 .sin-estilo-row,
  #campos-paso-2 .sin-estilo-row {
    display: grid;
    grid-template-columns: repeat(2, 466px);
    gap: 24px;
  }

  #campos-paso-1 .sin-estilo-row .form-group,
  #campos-paso-2 .sin-estilo-row .form-group {
    width: 466px !important;
  }

  #hazte-socio {
    width: 328px;
  }
}

@media (min-width: 1920px) {
  #num-card {
    margin-left: 240px;
  }

  #row-condiciones {
    width: 960px;
  }

  #row-condiciones .form-group {
    width: 100%;
  }
}

@media (max-width: 576px){
  .form-group{
    padding: 10px !important;
  }
}