@font-face {
  font-family: 'Roboto';
  src: url('../fonts/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Davivienda Light Italic';
  src: url('../fonts/Davivienda-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Davivienda Bold Italic';
  src: url('../fonts/Davivienda-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Davivienda SemiBold';
  src: url('../fonts/Davivienda-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Davivienda ExtraBold Italic';
  src: url('../fonts/Davivienda-ExtraBold-Italic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Davivienda Light';
  src: url('../fonts/Davivienda-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Davivienda Bold';
  src: url('../fonts/Davivienda-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Davivienda Regular';
  src: url('../fonts/Davivienda-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border-width: 0;
  font-weight: 400;
  font-family: 'Davivienda Regular', sans-serif;
}


body {
  margin: 0;
  font-family: 'Davivienda Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  background: linear-gradient(180deg, #F8F8F8 0%, #EBEEF5 100%);

}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/** NUEVOS **/
.container {
  display: flex;
  flex-direction: column;
}


.botonTwoPop {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'Davivienda Regular', sans-serif;
  cursor: pointer;
  width: 185px;
  height: 48px;
  border-radius: 32px;
  flex-grow: 1;
}

.botonTwoPop.principal:disabled {
  background: linear-gradient(180deg, #F1A1A5 0%, #FCBDD1 100%);
  color: #FBEBEB;
  cursor: default;
}

.botonTwoPop.principal {
  background: linear-gradient(180deg, #DD141D 50%, #F7598B 100%);
  color: #FFF;
  width: 184px !important;

}

.botonTwoPop.segundario {
  background: transparent;
  border: solid 1px #323232;
  color: #323232;
}

@media only screen and (min-width: 1150px) {

  .header {
    justify-content: left !important;
  }

  .header .conteTexto .textHeaderDesktop {
    color: #FFF;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    margin-left: 42px;
  }

  .header .conteTexto .textoHeader {
    display: none;
  }


  .imagen {
    display: block;
    width: 42%;
    height: auto;
  }


  .container {
    flex-direction: row;
  }


  .right {
    width: 70%;
  }

  .continier-logo-desktop {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 70px;
    margin-left: 128px;
  }

  .logo-daviplata-desktop {
    width: 90px;
    height: 72px;
  }

  .continier-logo {
    display: none;
  }

  .logo-daviplata {
    display: none;
  }


  .compoInfDatosNew {
    justify-content: left;
    align-items: center;
    display: flex;
    margin-left: 128px;
  }


  .conteTitleNew {
    color: #323232;
    font-family: 'Davivienda Regular', sans-serif;
    margin-top: 48px;
  }

  .conteTitleNew h3 {
    color: #323232;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    width: 598px;
    text-align: left;
  }

  .conteTitleNew p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-top: 64px;
  }

  .boxInputsNew {
    margin-top: 32px;
  }

  .inputSelectNew {
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-color: #FFF;
    border: solid 1px rgba(255, 255, 255, 0.3764705882);
    width: 392px;
    height: 56px;
    position: relative;
    border-radius: 8px;
    padding-right: 8px;
    padding-left: 16px;
  }

  .inputSelectNew .textoFormSelectNew {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Davivienda Regular', sans-serif;
    color: #808080;
    width: 240px;
    text-align: left;
  }

  .inputSelectNew .textoFormSelectHolder {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Davivienda Regular', sans-serif;
    color: #808080;
    position: absolute;
    top: 8px;
    display: none;
  }

  .inputNumberNew {
    position: relative;
    height: 56px;
    border-radius: 8px;
    background: #FFF;
    color: #808080;
    font-size: 14px;
    width: 392px;
    margin-top: 24px;
    padding-left: 16px;
    box-sizing: border-box;
  }

  .inputNumberNew input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 20px 16px 8px 16px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    font-weight: 700;
    color: #323232;
    line-height: 18px;
  }

  .inputNumberNew label {
    position: absolute;
    top: 18px;
    left: 16px;
    font-size: 14px;
    color: #808080;
    pointer-events: none;
    transition: all 0.2s ease;
  }

  .inputNumberNew input:focus+label,
  .inputNumberNew input:not(:placeholder-shown)+label {
    top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
  }


  .conteFlexButton {
    margin-top: 48px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 392px;
  }

  .boton.principal {
    width: 184px;
  }

  .boton.segundario {
    width: 185px;
  }

  .contePopup .popup {
    width: 459px;
    min-height: fit-content;
    padding: 32px 32px 32px 32px;
  }

  .contePopup .cancelar {
    height: 294px !important;
  }

  .popupContenido {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .popupContenido h3 {
    width: 395px;
    color: #161616;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .popupContenido p {
    width: 387px;
    color: #161616;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .popupContenidoClr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }

  .popupContenidoClr p {
    width: 387px;
    color: #161616;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .continerImgPse {
    display: none;
  }

  .inputNumberNew input:focus {
    border-radius: 8px;
    border: solid 1px #859ECE !important;
    top: 0px;
  }

  .botonpop {
    width: 392px !important;
    height: 48px !important;
  }

}

@media only screen and (max-width: 1150px) {

  .botonTwoPop {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Davivienda Regular', sans-serif;
    cursor: pointer;
    width: 125px !important;
    height: 48px;
    border-radius: 32px;
    flex-grow: 1;
  }

  .botonTwoPop.principal {
    width: 125px !important;
  }

  .popupContenidoClr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .continier-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }

  .logo-daviplata {
    height: 48px;
    width: 86px;
  }

  .continier-logo-desktop {
    display: none;
  }

  .logo-daviplata-desktop {
    display: none;
  }


  .header .conteTexto .textoHeader {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    min-width: max-content;
  }

  .header .conteTexto .textHeaderDesktop {
    display: none;
  }

  .continerImgPse {
    width: 167px;
    height: 135px;
    display: flex;
    margin-top: 32px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }

  .imagePse {
    height: 135px;
    max-width: 167px;
  }

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

  .conteInfNew {
    min-width: 312px;
    margin-bottom: 32px;
  }

  .boxInputsNew {
    margin: 32px 24px 0 24px;
  }

  .inputSelectNew {
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-color: #FFF;
    border: solid 1px rgba(255, 255, 255, 0.3764705882);
    width: 100%;
    height: 56px;
    position: relative;
    border-radius: 8px;
    padding-right: 8px;
    padding-left: 16px;
  }

  .inputSelectNew .textoFormSelectNew {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Davivienda Regular', sans-serif;
    color: #808080;
    width: 240px;
    text-align: left;
  }

  .inputSelectNew .textoFormSelectHolder {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Davivienda Regular', sans-serif;
    color: #808080;
    position: absolute;
    top: 8px;
    display: none;
  }

  .inputNumberNew {
    position: relative;
    height: 56px;
    border-radius: 8px;
    background: #FFF;
    color: #808080;
    font-size: 14px;
    width: 100%;
    margin-top: 24px;
    padding-left: 16px;
    box-sizing: border-box;
  }

  .inputNumberNew input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 20px 16px 8px 16px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    font-weight: 700;
    color: #323232;
    line-height: 18px;
  }

  .inputNumberNew label {
    position: absolute;
    top: 18px;
    left: 16px;
    font-size: 14px;
    color: #808080;
    pointer-events: none;
    transition: all 0.2s ease;
  }

  .inputNumberNew input:focus+label,
  .inputNumberNew input:not(:placeholder-shown)+label {
    top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
  }

  .inputNumberNew input:focus {
    border-radius: 8px;
    border: solid 1px #859ECE !important;
    top: 0px;
  }

  .conteFlexButton {
    margin: 83px 24px 0px 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .imagen {
    display: none;
  }

  .conteTitleNew {
    color: #323232;
    font-family: 'Davivienda Regular', sans-serif;
    margin: 0 24px 0 24px;
  }

  .conteTitleNew h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .conteTitleNew p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .popupContenido {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .popupContenido h3 {
    color: #161616;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .popupContenido p {
    color: #161616;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .contePopup .popup {
    width: 312px;
    padding: 24px 24px 24px 24px;

  }

  .botonpop {
    width: 264px !important;
    height: 40px !important;
  }

}


@media only screen and (max-width: 500px) {

  .clearIcon {
    position: absolute;
    right: 16px;
    top: calc(56px / 2);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .inputNumberNew input:focus~.clearIcon {
    opacity: 1;
  }
}


@media only screen and (min-width: 501px) {
  .clearIcon {
    display: none;
  }
}





.inputSelectNew .textoFormSelectNew.seleccionado {
  color: #323232;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-top: 20px;
}

.inputSelect__icono {
  transition: transform 0.3s;
}

.inputSelect__icono.abierto {
  transform: rotateZ(180deg);
}

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

.popupIcon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.conteFlexButtonPop {
  margin-top: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.compontDatos {
  margin-top: 32px;
}

/** NUEVOS **/

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

a {
  color: #000000;
  font-family: 'Davivienda Regular', sans-serif;
}

ul,
li {
  list-style: none;
}

@media only screen and (max-width: 480px) {
  body {
    background-position: 18%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}

.conteFlex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.conteFlexAbrirApp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.compoInfDatos {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 92.9vh;
}

@media only screen and (max-width: 480px) {
  .compoInfDatos {
    align-items: normal;
    margin-top: 18px;
    height: 100vh;
  }
}

@media only screen and (max-width: 340px) {
  .compoInfDatos {
    align-items: normal;
    margin-top: 100px;
  }
}

.compoInfDatos .conteIngDatos {
  background-color: rgba(0, 0, 0, 0.5);
  width: 431px;
  min-width: 326px;
  height: 407px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 28px 60px 18px;
}

@media only screen and (max-width: 480px) {
  .compoInfDatos .conteIngDatos {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 326px;
    padding: 24px 24px 18px;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
  }

  .transacciones .conteTransacciones {
    margin-top: 33px !important;
  }

}

.boton {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  font-family: 'Davivienda Regular', sans-serif;
  cursor: pointer;
  width: 148px;
  height: 48px;
  border-radius: 32px;
  flex-grow: 1;
}

.boton.principal:disabled {
  background: linear-gradient(180deg, #F1A1A5 0%, #FCBDD1 100%);
  color: #FBEBEB;
  cursor: default;
}

.boton.principal {
  background: linear-gradient(180deg, #DD141D 50%, #F7598B 100%);
  color: #FFF;
}

.boton.segundario {
  background: transparent;
  border: solid 1px #323232;
  color: #323232;
}

.conteFlexButtonPopClr {
  margin-top: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}


@media only screen and (max-width: 480px) {
  body {
    background-position: 18%;
    background-size: auto 115%;
    background-repeat: no-repeat;
  }
}

.inputSelect,
.inputNumber {
  justify-content: space-between;
  align-items: center;
  display: flex;
  background-color: #383838;
  border: solid 1px rgba(255, 255, 255, 0.3764705882);
  width: 100%;
  height: 43px;
  position: relative;
  border-radius: 8px;
  padding-right: 8px;
  padding-left: 10px;
}

.inputSelect .imgAbajoForm,
.inputNumber .imgAbajoForm {
  width: 14px;
  height: 7px;
}

.inputSelect .textoFormSelect,
.inputNumber .textoFormSelect {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Davivienda Regular', sans-serif;
  color: rgba(255, 255, 255, 0.3764705882);
}

@media only screen and (max-width: 1040px) {

  .inputSelect .textoFormSelect,
  .inputNumber .textoFormSelect {
    font-size: 0.9rem;
    line-height: 20px;
  }
}

.inputSelect::placeholder,
.inputNumber::placeholder {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Davivienda Regular', sans-serif;
  color: rgba(255, 255, 255, 0.3764705882);
}

.inputNumber {
  font-size: 1rem;
  line-height: 20px;
  margin-top: 32px;
  caret-color: #FFFFFF;
  font-weight: 700;
  font-family: 'Davivienda Regular', sans-serif;
  color: #ffffff;
}

.inputNumber:focus {
  border-color: #859ECE;
}

input:focus::placeholder {
  color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.inputSelect {
  transition: border-radius 0 ease-out 0.9s;
}

.inputSelectNew.inputSelect__complet.inputSelect__fondoBlanco.abierto {
  border: solid 1px #859ECE !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0.9 ease-in 0.9s;
}

.inputSelect .textoFormSelect.seleccionado {
  color: #ffffff;
  font-weight: bold;
}

.contBoxSelect {
  position: absolute;
  top: 50px;
  background: #FFF;
  width: 100%;
  z-index: 2;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  left: 0;
  max-height: 0;
  transition: all 0.3s;
}

.contBoxSelect.abierto {
  border-top: none;
  border-left: solid 1px #859ECE;
  border-right: solid 1px #859ECE;
  border-bottom: solid 1px #859ECE;
  height: auto;
  max-height: 176px !important;
  left: -1px;
  max-height: 223px;
  width: calc(100% + 2px);
  overflow: auto;
}

.contBoxSelect ul li {
  color: #323232;
  ;
  background-image: linear-gradient(to right, #BCBCBC 0%, #BCBCBC 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 95% 1px;
  padding-left: 10px;
  /* padding-bottom: 10px;
  padding-top: 10px; */
  font-weight: 700;
  font-family: 'Davivienda Regular', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  display: flex;
  align-items: center;
  height: 50px;
}

@media only screen and (max-width: 1040px) {
  .contBoxSelect ul li {
    /* font-size: 0.75rem; */
    font-size: 14px;
    line-height: 18px;
  }
}


.popupOverlayError {
  background-color: rgba(34, 34, 34, 0.662745098);
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  top: 0;
  display: block;
}

.popupOverlay {
  background-color: rgba(0, 0, 0, 0.80);
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.popupOverlay.mostrar {
  display: block;
}

.contePopupError {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 2;
}

.contePopup {
  justify-content: center;
  align-items: center;
  /* display: flex; */
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
}

.contePopup.mostrar {
  display: flex;
}

.contePopupError .popup {
  background-color: #FFFFFF;
  width: 381px;
  max-height: 300px;
  padding: 32px 24px;
  border-radius: 8px;
  position: relative;
}

.contePopup .popup {
  background-color: #FFFFFF;
  border-radius: 24px;
  position: relative;
}


@media only screen and (max-width: 480px) {
  .contePopupError .popup {
    width: 327px;
    max-height: 300px;
  }

  .contePopup .popup {
    width: 312px;
    min-height: fit-content;
  }
}

.contePopupError .conteFlex {
  position: absolute;
  bottom: -17px;
  width: 87%;
  display: block;
}

.contePopup .conteFlex {
  position: absolute;
  bottom: -17px;
  width: 87%;
}

.conteFlex1Button {
  position: absolute;
  bottom: -17px;
  width: 87%;
  display: block;
}

.conteTitle {
  color: #FFFFFF;
  font-family: 'Davivienda Regular', sans-serif;
}

.conteTitle h3 {
  font-size: 1.3rem;
  line-height: 28px;
  font-weight: 700;
}

.conteTitle p {
  font-size: 1rem;
  line-height: 20px;
}

.conteParrafo {
  color: #FFFFFF;
  margin-top: 50px;
  margin-bottom: 24px;
}

.conteParrafo p {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: bold;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 56px;
  background: #323232;
  width: 100%;

  display: flex;
  display: -webkit-box;
  display: -webkit-flex;

  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;

  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;

}

@media only screen and (max-width: 480px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 1000;
    justify-content: center;
    flex-direction: column;
    padding: 8px 71px 8px 70px;

    display: flex;
    display: -webkit-box;
    display: -webkit-flex;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;

  }
}

@media only screen and (max-width: 340px) {
  .header {
    padding: 12px 47px;
  }
}


.conteConfirmacion {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 92.9vh;
  margin-top: 170px;
}

@media only screen and (max-width: 480px) {
  .conteConfirmacion {
    height: 100vh;
    margin-top: 110px;
  }
}

.conteConfirmacion .contentDatos {
  background-color: #FFFFFF;
  border-radius: 25px;
  width: 431px;
  padding: 32px 34px 24px;
}

@media only screen and (min-width: 480.5px) {
  .conteConfirmacion .contentDatos {
    background-color: #FFFFFF;
    border-radius: 25px;
    width: 459px;
    height: 459px;
    padding: 32px 32px 12px 32px;
  }

  .popupContenido {
    margin-top: 32px !important;
  }
}


@media only screen and (max-width: 480px) {
  .conteConfirmacion .contentDatos {
    width: 312px;
    height: 476;
    padding: 24px 24px 24px 24px;
  }

  .conteConfirmacion .contentDatos .conteTitleH2 h2,
  .conteConfirmacion .contentDatos .contParrafo h2 {
    font-size: 16px !important;
  }

  .conteConfirmacion .contentDatos .conteTitleH2 p,
  .conteConfirmacion .contentDatos .conteTitleH2 span,
  .conteConfirmacion .contentDatos .contParrafo p,
  .conteConfirmacion .contentDatos .contParrafo span {
    font-size: 14px !important;
    padding: 0px 10px 0px 10px;
  }

}

.conteConfirmacion .contentDatos .contentImg {
  width: 100%;
  padding-bottom: 20px;
}

.conteConfirmacion .contentDatos .contentImg img {
  height: 143px;
}

.conteConfirmacion .contentDatos .conteTitleH2,
.conteConfirmacion .contentDatos .contParrafo {
  color: #000000;
  font-family: 'Davivienda Regular', sans-serif;
  margin-bottom: 20px;
}

.conteConfirmacion .contentDatos .conteTitleH2 h2,
.conteConfirmacion .contentDatos .contParrafo h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.conteConfirmacion .contentDatos .conteTitleH2 p,
.conteConfirmacion .contentDatos .conteTitleH2 span,
.conteConfirmacion .contentDatos .contParrafo p,
.conteConfirmacion .contentDatos .contParrafo span {
  font-size: 16px;
  line-height: 18px;
  padding: 0px 4px 0px 3px;
}

.conteConfirmacion .contentDatos .conteTitleH2 p.parrafoBold,
.conteConfirmacion .contentDatos .conteTitleH2 span.parrafoBold,
.conteConfirmacion .contentDatos .contParrafo p.parrafoBold,
.conteConfirmacion .contentDatos .contParrafo span.parrafoBold {
  font-weight: 700;
}

.transacciones {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 130vh;
}

@media only screen and (max-width: 767.98px) {
  .transacciones {
    background-image: url(../img/Comprobante.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .App {
    overflow: auto !important;
  }
}

@media only screen and (min-width: 768px) {
  .transacciones {
    background-image: url(../img/Comprobante-desktop.png), url(../img/fondo-comprobante.png);
    background-size: 538px 793px, cover;
    background-position: top 40px center, center;
    background-repeat: no-repeat, no-repeat;
    height: auto;
  }

  .transacciones .conteTransacciones {
    margin-bottom: 83px;
  }
}


.transacciones .conteTransacciones {
  position: relative;
  width: 492px;
  padding: 33px 24px;
  margin-top: 40px;
  border-radius: 24px;
  background: linear-gradient(30deg, rgba(244, 244, 244, 0.40) 0%, rgba(244, 244, 244, 0.20) 98.06%);
}

@media only screen and (max-width: 767.98px) {
  .transacciones .conteTransacciones {
    border: 1px solid var(--Container-Detail, #E0E0E0);
  }
}

@media only screen and (max-width: 767px) {
  .transacciones .conteTransacciones {
    width: 312px;
    border: 1px solid var(--Container-Detail, #E0E0E0);
  }

  .result {
    width: 148px;
  }
}

@media only screen and (max-width: 376px) {
  .transacciones .conteTransacciones {
    top: 42px;
  }
}



.transacciones .conteTransacciones .encabezado {
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}

.transacciones .conteTransacciones .encabezado .contTitle {
  margin-top: 17px;
  margin-bottom: 32px;
}

.transacciones .conteTransacciones .lineDivision {
  border-bottom: solid 2px #E0E0E0;
  width: 264px;
  height: 32px;
}

.transacciones .conteTransacciones .encabezado .contTitle .title {
  color: #323232;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.transacciones .conteTransacciones .campoTexto {
  /* border-bottom: 1px solid #BCBCBC; */
  text-align: left;
  /* color: #000000; */
  margin-top: 24px;
}

.transacciones .conteTransacciones .campoTexto .textoRegular {
  font-weight: 400;
}

.transacciones .conteTransacciones .campoTexto .textoRegular h3 {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}

.transacciones .conteTransacciones .campoTexto .textoBold {
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.transacciones .conteTransacciones .campoTexto .textoBold p {
  color: #323232;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-right: 15px
}

.monto {
  font-size: 20px !important;
}

.transacciones .conteTransacciones .campoTexto.oculto {
  display: none;
}

.transacciones .conteTransacciones .campoTexto.vible {
  display: block;
}

.transacciones .conteTransacciones .campoTexto.flexTrio {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 44px;
}

.transacciones .conteTransacciones .continerA {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 296px;
}

.transacciones .conteTransacciones .continerB {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 296px;
}

@media (min-width: 768px) {

  .transacciones .conteTransacciones {
    width: 495px !important;
    height: 782px !important;
    margin-top: 40px;
  }

  .transacciones .conteTransacciones .lineDivision {
    width: 430.999px;
  }

  .transacciones .conteTransacciones .continerA {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .transacciones .conteTransacciones .continerA .campoTexto:first-child {
    grid-column: 1 / -1;
  }

  .transacciones .conteTransacciones .continerB {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 296px;
  }

  .transacciones .conteFlex.botonesMedio {
    position: absolute;
    bottom: 20px !important;
    width: 85%;
    grid-gap: 5%;
    justify-content: center;
  }

  .result {
    width: 184px !important;
  }

  /* .App {
    overflow: hidden !important;
  } */
}


@media only screen and (max-width: 480px) {
  .transacciones .conteTransacciones .campoTexto.flexTrio {
    align-items: flex-start;
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 0;
    gap: unset;
  }


}

.transacciones .conteTransacciones .campoTexto.flexDuo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  grid-gap: 42px;
}

@media only screen and (max-width: 480px) {
  .transacciones .conteTransacciones .campoTexto.flexDuo {
    display: block;
    padding-bottom: 0;
  }

  .transacciones .conteTransacciones .campoTexto.flexDuo .campoDuo:last-child {
    border-bottom: none;
    margin-bottom: 0px;
  }
}

.transacciones .conteTransacciones .campoTexto:last-child {
  border-bottom: none;
}

.transacciones .conteTransacciones .campoDuo {
  min-width: 117px;
}

@media only screen and (max-width: 480px) {

  .z-apply-loading-icon,
  .z-loading-icon,
  .z-renderdefer {
    width: 80px !important;
    height: 80px !important;
  }

  .z-loading,
  .z-apply-loading {
    width: 80px !important;
  }
}

.transacciones .conteFlex.botonesMedio {
  position: absolute;
  bottom: -70px;
  width: 85%;
  grid-gap: 14%;
  justify-content: center;
}

.z-modal-mask {
  z-index: 1800;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}

.z-loading,
.z-apply-loading {
  position: relative;
  white-space: nowrap;
  font-family: 'Davivienda Regular', sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 300px auto;
  width: 120px;
  display: flex;
  flex-direction: column;
}

.z-loading-indicator,
.z-apply-loading-indicator {
  color: #363636;
  border: 1px solid #cfcfcf;
  background: #fff;
  white-space: nowrap;
  padding: 6px;
}

.z-apply-loading-indicator {
  font-family: 'Davivienda Regular', sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 2px
}

.z-apply-loading-icon,
.z-loading-icon,
.z-renderdefer {
  width: 120px;
  height: 120px;
  background-image: url(../img/loader.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

.z-apply-loading-icon,
.z-loading-icon {
  display: inline-block;
  vertical-align: top;
  align-self: center;
}

.z-loading-text {
  width: 200px;
  text-align: center;
  color: #F4F4F4;
  font-size: 16px;
  font-family: 'Davivienda Regular', sans-serif;
  font-weight: 700;
  line-height: 20px;
  align-self: center;
}

.popupWait {
  background-color: rgba(0, 0, 0, 0.80);
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 1800;
  top: 0px;
  left: 0;
  display: block;
}