/*ESTILO CAMPOS CAMPANIAS*/
.text-span-ofertas {
  width: 50%;
  align-self: center;
  padding-right: 4px;
  font-size: 15px;
}

.no-wrap-div-ofertas {
  display: flex;
  margin-bottom: 0px;
  width: 50%;
}

.bgc-white-div {
  border-right: 0px;
  display: grid;
  place-content: center;
}

.icono-circulo-moneda {
  font-size: 20px;
  margin: 0px 4px;
}

.bgc-white-div-valor {
  border-left: 0px;
  display: grid;
  place-content: center;
  padding: 0px 8px;
}

.color-valor {
  margin-bottom: 0px;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
}

.input-monto {
  height: 50px;
  border-right: 0px;
  font-weight: bold;
  width: 100%;
}

.bgc-white-denominacion {
  border-left: 0px;
  display: grid;
  place-content: center;
  padding: 0px 8px;
}

.text-denominacion {
  margin-bottom: 0px;
  font-size: 12px;
}

.p-pago-mensual {
  margin-bottom: 0px;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
}

.input-pago-mensual {
  font-weight: bold;
  width: 100%;
}

.span-valor-cat {
  font-size: 12px;
  width: 50%;
}

.text-sin-oferta {
  width: 100%;
  align-self: center;
  padding-right: 4px;
  font-size: 18px;
  text-decoration: underline;
}

.bgc-width {
  width: 100%;
}

.campo-oferta-campania-text {
  width: 100%;
  margin-bottom: 24px;
  font-size: 13px;
}

.campo-oferta-campania-no {
  width: 100%;
  margin-bottom: 24px;
}

.campo-oferta-campania-tomar-oferta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor-ofertas {
  padding: 24px;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.text-ofertas {
  margin-bottom: 24px;
}

.barra-columna {
  border-right: 2px solid;
}

.campo-oferta-campania {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}

.ancho-80 {
  width: 80%;
}

.flecha-carrusel-ofertas {
  width: 10%;
  display: grid;
  place-content: center;
}

.icono-flecha {
  font-size: 38px;
}
