/* Estilos Pasarelas */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css");

:root {
    --newColor: #553796;
}

body, html{
  top: 0 !important;
}

input {
    border: 1px solid #707070 !important;
    border-radius: 7px !important;
    outline: none !important;
}

input:focus {
    outline: none !important;
}

input:before {
    content: '' !important;
}

input:after {
    content: '' !important;
}

input:hover {
    border: 1px solid #EB033E !important;
}

input::placeholder {
    color: #00000029 !important;
}

select {
    border: 1px solid #707070 !important;
    border-radius: 7px !important;
    padding-right: 15% !important;
}

.select {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 7px;
}

.select:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 35%;
    width: 0;
    height: 0;
    border-radius: 5px;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #EB033E transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
}

.select select {
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;
}

select::placeholder {
    color: #00000029 !important;
}

.div-red {
    background-color: #c1baba;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 80px;
    padding-bottom: 10px;
  }
  
.div-black {
    background-color: #333333;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 80px;
    padding-bottom: 10px;
}

.card-metodo {
    background-color: #fff;
    border-radius: 7px;
    padding: 20px;
    color: #707070 !important;
    border: none;
    box-shadow: 1px 1px 7px 1px rgba(56,56,56,0.32);
    transition: .2s;
}

.bg-negro {
  background-color: #333333;
  border-radius: 10px;
}

/* .card-metodo:hover {
    border: 2px solid #EB033E;
}

.card-metodo:active {
  border: 2px solid #EB033E;
}

.card-metodo:focus {
  border: 2px solid #EB033E;
} */

div.row{
    margin-right: 0px;
    margin-left: 0px;
}

div.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}

.cardResponce {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 7px 1px rgba(56,56,56,0.32);
}

.field-black {
  background-color: #333333 !important;
  text-align: center;
  color: #fff;
}

.hr-gray {
    border-bottom: 1px solid #00000029;
}

.header-menu {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.39) 0px 2px 10px 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.tarjetablank {
  border-radius: 18px;
  padding: 30px;
  box-shadow: 3px 3px 16px -2px rgba(0, 0, 0, 0.75);
}

.f-azul {
  background: linear-gradient(90deg,
      rgba(89, 127, 173, 1) 0%,
      rgba(20, 30, 59, 1) 74%);
}

.f-rojo {
  background: linear-gradient(90deg,
      rgba(173, 84, 25, 1) 0%,
      rgba(138, 0, 12, 1) 74%);
}

.f-claro {
  background: linear-gradient(90deg,
      rgba(18, 18, 18, 1) 0%,
      rgba(90, 85, 108, 1) 100%);
}

.contas {
  background-color: #8a8a8a;
  height: 100vh;
}

#global-loader {
  position: fixed;
  z-index: 50000;
  background: #ffffff7e;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.loader-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.loader-img-connection {
  width: 150px;
  margin: auto 0;
}

#global-loader-connection {
  position: fixed;
  z-index: 50000;
  background: #ffffff7e;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  height: 113px;
  background-color: #FFFFFF;
  text-align: center;
}

.border-punteado {
  border-bottom: 1.5px dashed #333333;
  /* border-style: dashed; */
}

.bg-footer {
  background-color: #393939;
}

.card-foot {
  background-color: #fff;
  border-radius: 20px;
}

.btn-warning {
  border-radius: 10px !important;
}

.link-footer {
  color: #EB033E;
  font-weight: 600;
  transition: .3s;
}

.link-footer:hover {
  transform: scale(1.1);
}

#img-logo {
  width: 150px;
  margin: 20px 20px 20px 20px;
}

.tarjetablank {
  border-radius: 18px;
  padding: 30px;
  box-shadow: 3px 3px 16px -2px rgba(0, 0, 0, 0.75);
}

.f-azul {
  background: linear-gradient(90deg,
      rgba(89, 127, 173, 1) 0%,
      rgba(20, 30, 59, 1) 74%);
}

.f-rojo {
  background: linear-gradient(90deg,
      rgba(173, 84, 25, 1) 0%,
      rgba(138, 0, 12, 1) 74%);
}

.f-claro {
  background: linear-gradient(90deg,
      rgba(18, 18, 18, 1) 0%,
      rgba(90, 85, 108, 1) 100%);
}

.contas {
  background-color: #8a8a8a;
  height: 100vh;
}

#global-loader {
  position: fixed;
  z-index: 50000;
  background: #ffffff7e;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.loader-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.loader-img-connection {
  width: 150px;
  margin: auto 0;
}

#global-loader-connection {
  position: fixed;
  z-index: 50000;
  background: #ffffff7e;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  display: flexbox;
}

option {
  padding: 20px 30px;
}

.ml-15px {
  margin: 0 !important;
}

.hw-100 {
  height: 100vh;
}

.contend-payments {
  background-color: #ffffff;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}

.custom-container {
  margin: 0;
  padding: 0;
}

.custom-payment {
  margin-top: 47px;
}

/* TITULOS */
.title {
  font-size: 20px;
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 1;
  font-weight: 700;
}

/* .tarjeta-credito {
  height: 84px;
  background-color: #4b4b4b !important;
  border-radius: 5px;
  display: flex;
  margin-right: -20px;
  align-items: center;
  box-shadow: 0px 0px 8px -3px #000000;
}*/

.tarjeta-credito-active {
  border: 2px solid #EB033E;
  border-radius: 20px;
}

/*.tarjeta-credito button {
  background-color: #ffffff;
  color: #fb0241 !important;
  position: relative;
  left: -10px;
  border: unset;
  font-weight: 700;
  height: 36px;
  min-width: 280px;
  text-align: left;
  padding-left: 49px;
}

.tarjeta-credito-active button {
  background-color: #ffffff;
  color: #fb0241 !important;
  position: relative;
  left: -10px;
  border: unset;
  font-weight: 700;
  height: 36px;
  min-width: 280px;
  text-align: left;
  padding-left: 49px;
}

.tarjeta-credito button:hover {
  background-color: #eeeeee;
  color: #fb0241 !important;
}

.tarjeta-credito button:active {
  background-color: #ffffff;
}

.tarjeta-credito button:focus {
  background-color: #ffffff;
}

.tarjeta-credito-active button:hover {
  background-color: #eeeeee;
  color: #fb0241 !important;
}

.tarjeta-credito-active button:active {
  background-color: #ffffff;
}

.tarjeta-credito-active button:focus {
  background-color: #ffffff;
} */

/* INPUTS DE DATOS PERSONA */
#input-identification {
  border: 1px solid;
}

#input-id {
  border: 1px solid;
}

#input-name {
  border: 1px solid;
}

#input-lastname {
  border: 1px solid;
}

/* INFORMACION DE PAGO */

.background-uno {
  background-image: url('/img/cuadros.svg');
  background-repeat: repeat;
  background-position: center;
  background-size: 50%;
}

.info-payment {
  background-color: #4A4A4A !important;
  background-image: url('/img/circulos.svg');
  background-repeat: repeat;
  background-position: center;
  background-size: 90%;
}

.title2 {
  margin-top: 2em;
  font-size: 20px;
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 1;
  font-weight: 700;
}

.content-title-big .title-big {
  font-size: 1.7em;
  font-weight: 700;
  color: #ffffff;
}

.content-title-big-2 {
  margin-top: 30px;
  margin-right: -14px;
}

.content-title-big-2 .title-big {
  font-size: 1.7em;
  font-weight: 650;
  color: #ffffff;
}

/* DATOS DE PAGO TARJETA */
.container-payments {
  margin-left: -25px;
}

/* NOMBRE DEL TITULAR  */
.identification-2 label {
  color: white;
  opacity: 0.6;
  font-size: 16px;
}

.identification-2 {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

/* FECHA  */
.identification-date {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.identification-date label {
  color: white;
  opacity: 0.6;
  font-size: 16px;
}

#date-1 {
  margin: 0;
}

/* CODIGO TARJETA  */
.identification-ccv {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.identification-ccv label {
  color: white;
  opacity: 0.6;
  font-size: 16px;
}

#num-ccv {
  /* padding: 0; */
}

/* TARJETA  */
.identification-card {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.identification-card label {
  color: white;
  opacity: 0.6;
  font-size: 16px;
}

/* CUOTAS */
.identification-dues {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.identification-dues label {
  color: white;
  opacity: 0.6;
  margin: 10px 10px 3px 0px;
  font-size: 16px;
}

/* INPUTS DE DATOS DE PAGOS */
#input-dues {
  border-radius: 8px;
  border: 1px solid;
}

#input-email {
  border-radius: 8px;
  border: 1px solid;
}

/* DATOS DE PAGO PSE */
.container-pse {
  margin-top: 150px;
  width: 100%;
}

.identification-email {
  color: white;
  width: 100%;
  margin: unset;
  font-size: 18px;
  font-weight: 500;
}

.identification-email label {
  color: white;
  opacity: 0.6;
  margin: 10px 10px 3px 0px;
  font-size: 16px;
}

.input-identification-service {
  color: white;
  width: 100%;
  margin: unset;
  font-size: 18px;
  font-weight: 500;
}

.input-identification-service label {
  color: white;
  opacity: 0.6;
  margin: 10px 10px 3px 0px;
  font-size: 16px;
}

/* boton confirmar */
.container-button-confirm {
  padding: 1.5rem;
  text-align: center;
}

.container-button-register-credit-card {
  padding: 1.5rem;
  text-align: center;
}

.button-confirm {
  /* width:250px;
height:60px; */
  padding: 0.5rem 2rem !important;
  background-color: var(--newColor) !important;
  /* font-size: 30px !important; */
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 1;
  font-weight: 700 !important;
  border-radius: 10px 10px 10px 10px !important;
  border-color: var(--newColor) !important;
}

.button-confirm::hover {
  border-color: #f51c52 !important;
}

/* Imagenes */
.img-span1 {
  width: 60px;
  padding-left: 10px;
  float: right !important;
}

.img-span2 {
  width: 80px;
  padding-left: 10px;
  float: right !important;
}

.img-span3 {
  width: 40px;
  float: right !important;
}

.img-foot {
  width: 15%;
}

.swal2-styled {
  background-color: #fb0241 !important;
  box-shadow: none !important;
}

.swal2-styled:focus {
  box-shadow: none !important;
}

.tarjetablank {
  border-radius: 18px;
  padding: 30px;
  box-shadow: 3px 3px 16px -2px rgba(0, 0, 0, 0.75);
}

.f-azul {
  background: linear-gradient(90deg,
      rgba(89, 127, 173, 1) 0%,
      rgba(20, 30, 59, 1) 74%);
}

.f-rojo {
  background: linear-gradient(90deg,
      rgba(173, 84, 25, 1) 0%,
      rgba(138, 0, 12, 1) 74%);
}

.f-claro {
  background: linear-gradient(90deg,
      rgba(18, 18, 18, 1) 0%,
      rgba(90, 85, 108, 1) 100%);
}

.contas {
  background-color: #8a8a8a;
  height: 100vh;
}

#global-loader {
  position: fixed;
  z-index: 50000;
  background: #ffffff7e;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.loader-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.loader-img-connection {
  width: 150px;
  margin: auto 0;
}

#global-loader-connection {
  position: fixed;
  z-index: 50000;
  background: #ffffff7e;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  display: flexbox;
}

option {
  padding: 20px 30px;
}

.ml-15px {
  margin: 0 !important;
}

.hw-100 {
  height: 100vh;
}

.contend-payments {
  background-color: #ffffff;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}

.custom-container {
  margin: 0;
  padding: 0;
}

.custom-payment {
  margin-top: 47px;
}

/* TITULOS */
.title {
  font-size: 20px;
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 1;
  font-weight: 700;
}

.identification-cuotas label {
  color: #ffffff;
  margin: unset;
  font-size: 16px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px !important;
}

./*skiptranslate{
  display: none !important;
}*/
/* .tarjeta-credito {
  height: 84px;
  background-color: #4b4b4b !important;
  border-radius: 5px;
  display: flex;
  margin-right: -20px;
  align-items: center;
  box-shadow: 0px 0px 8px -3px #000000;
}

.tarjeta-credito-active {
  height: 84px;
  background-color: #919191 !important;
  border-radius: 5px;
  display: flex;
  margin-right: -20px;
  align-items: center;
  box-shadow: 0px 0px 8px -3px #000000;
}

.tarjeta-credito button {
  background-color: #ffffff;
  color: #fb0241 !important;
  position: relative;
  left: -10px;
  border: unset;
  font-weight: 700;
  height: 36px;
  min-width: 280px;
  text-align: left;
  padding-left: 49px;
}

.tarjeta-credito-active button {
  background-color: #ffffff;
  color: #fb0241 !important;
  position: relative;
  left: -10px;
  border: unset;
  font-weight: 700;
  height: 36px;
  min-width: 280px;
  text-align: left;
  padding-left: 49px;
}

.tarjeta-credito button:hover {
  background-color: #eeeeee;
  color: #fb0241 !important;
}

.tarjeta-credito button:active {
  background-color: #ffffff;
}

.tarjeta-credito button:focus {
  background-color: #ffffff;
}

.tarjeta-credito-active button:hover {
  background-color: #eeeeee;
  color: #fb0241 !important;
}

.tarjeta-credito-active button:active {
  background-color: #ffffff;
}

.tarjeta-credito-active button:focus {
  background-color: #ffffff;
} */

/* INPUTS DE DATOS PERSONA */
#input-identification {
  border: 1px solid;
}

#input-id {
  border: 1px solid;
}

#input-name {
  border: 1px solid;
}

#input-lastname {
  border: 1px solid;
}

.title2 {
  margin-top: 2em;
  font-size: 20px;
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 1;
  font-weight: 700;
}

.contenedor-interno {
  height: 40px;
  width: 35vh;
  float: right;
  display: flexbox;
  margin-top: 12px;
  background-color: #fb0241 !important;
  border-radius: 10px 0px 0px 10px;
  text-align: initial;
  padding-left: 15px;
}

.contenedor-interno .title-num {
  font-size: 25px;
  color: #ffffff;
}

.contenedor-interno-2 {
  height: 40px;
  width: 300px;
  float: right;
  display: flexbox;
  margin-top: 5px;
  background-color: #fb0241 !important;
  border-radius: 10px 0px 0px 10px;
  text-align: initial;
  padding-left: 20px;
}

.contenedor-interno-2 .title-num-2 {
  font-size: 25px;
  color: #ffffff;
}

.content-title-big .title-big {
  font-size: 1.7em;
  font-weight: 700;
  color: #ffffff;
}

.content-title-big-2 .title-big {
  font-size: 1.7em;
  font-weight: 650;
  color: #ffffff;
}

/* DATOS DE PAGO TARJETA */
.container-payments {
  margin-top: 2.5em;
  margin-left: -25px;
}

/* NOMBRE DEL TITULAR  */
.identification-2 label {
  color: white;
  opacity: 0.6;
  font-size: 16px;
}

.identification-2 {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

/* FECHA  */
.identification-date {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.identification-date label {
  color: white;
  opacity: 0.6;
  font-size: 16px;
}

#date-1 {
  margin: 0;
}

/* CODIGO TARJETA  */
.identification-ccv {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.identification-ccv label {
  color: white;
  opacity: 0.6;
  font-size: 16px;
}

#num-ccv {
  /* padding: 0; */
}

/* TARJETA  */

.identification-card {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.identification-card label {
  color: white;
  opacity: 0.6;
  font-size: 16px;
}

/* CUOTAS */
.identification-dues {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.identification-dues label {
  color: white;
  opacity: 0.6;
  margin: 10px 10px 3px 0px;
  font-size: 16px;
}

/* INPUTS DE DATOS DE PAGOS */
#input-dues {
  border-radius: 8px;
  border: 1px solid;
}

#input-email {
  border-radius: 8px;
  border: 1px solid;
}

/* DATOS DE PAGO PSE */
.container-pse {
  margin-top: 150px;
  width: 100%;
}

.identification-email {
  color: white;
  width: 100%;
  margin: unset;
  font-size: 18px;
  font-weight: 500;
}

.identification-email label {
  color: white;
  opacity: 0.6;
  margin: 10px 10px 3px 0px;
  font-size: 16px;
}

.input-identification-service {
  color: white;
  width: 100%;
  margin: unset;
  font-size: 18px;
  font-weight: 500;
}

.input-identification-service label {
  color: white;
  opacity: 0.6;
  margin: 10px 10px 3px 0px;
  font-size: 16px;
}

.container-button-register-credit-card {
  padding: 1.5rem;
  text-align: center;
}

.button-confirm {
  /* width:250px;
height:60px; */
  padding: 0.5rem 2rem !important;
  background-color: var(--newColor) !important;
  /* font-size: 30px !important; */
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 1;
  font-weight: 700 !important;
  border-radius: 10px 10px 10px 10px !important;
  border-color: var(--newColor) !important;
}

.button-confirm::hover {
  border-color: var(--newColor) !important;
}

/* Imagenes */
#img-tarjeta {
  width: 40px;
  margin: -5px 0px 0px 40px;
}

#img-visa {
  width: 40px;
  margin: -5px 0px 0px 20px;
}

#img-pse {
  width: 75px;
  margin: -5px 0px 0px 45px;
}

#img-daviplata {
  width: 80px;
  margin: -13px 0px 0px 20px;
}

#img-bolsa {
  width: 25px;
  margin-left: 25px;
}

.swal2-styled {
  background-color: #fb0241 !important;
  box-shadow: none !important;
}

.swal2-styled:focus {
  box-shadow: none !important;
}

.hv-100{
  height: 100vh;
}

@media(max-width: 1024px){
  .hv-100 {
    height: 39vh;
  }

  .bandera-header {
    width: 25% !important;
  }

  .logo-header {
    width: 90% !important;
  }

  .comercio-header {
    background: #ffffff !important;
    z-index: 1 !important;
    padding: 1rem !important;
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom: 2px solid #dc3545 !important;
    border-top: 2px solid #dc3545 !important;
    border-right: 2px solid #dc3545 !important;
    margin-top: 25% !important;
    width: 100% !important;
    text-align: center !important;
    position: relative !important;
  }

  .centerDiv {
    height: 85% !important;
  }

  .w-100p{
    width: 100% !important;
  }
}

@media(max-width: 420px){

  .modal-dialog-p {
    height: 360px !important;
  }

  .hv-100{
    height: 65vh;
  }

  .modal-dialog {
    height: 95vh !important;
  } 

  .modal-content {
    overflow: scroll !important;
    height: 100%;
  } 

  .centerDiv {
    height: 100% !important;
  }

  .tarjetablank {
    border-radius: 15px;
    padding: 20px;
  }

  .div-red {
    padding-top: 35px;
  }
  
  .div-black {
    padding-top: 35px;
  }
}

.open-modal {
  font-weight: bold;
  background: var(--blue);
  color: var(--white);
  padding: .75rem 1.75rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}

 
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
}

.modal.is-visible {
  visibility: visible;
  opacity: 1;
  background: #00000045;
}

.modal-dialog {
  position: relative;
  max-width: 510px;
  max-height: 80.5vh;
  border-radius: 5px;
  background: var(--white);
  overflow: auto;
  cursor: default;
  width: 100%;
}

.modal-dialog > * {
  padding: 1rem;
}

.modal-header,
.modal-footer {
  background: var(--lightgray);
}

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

.modal-header .close-modal {
  font-size: 1.5rem;
}

.modal{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

.modal p + p {
  margin-top: 1rem;
}

.border-btm-danger{
  border-bottom: 8px solid #f51c52;
}

.bg-input{
  background: transparent;
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
}

/* Input range */
input[type="range"] {
  -webkit-appearance: none;
  margin-right: 0px;
  width: 200px;
  height: 20px;
  background: #707070;
  border-radius: 5px;
  background-image: linear-gradient(#dc3545, #dc3545);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 29px;
  width: 7px;
  border-radius: 5px;
  background: #000;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 29px;
  width: 7px;
  border-radius: 5px;
  background: #000;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 29px;
  width: 7px;
  border-radius: 5px;
  background: #000;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.bg-danger {
  background-color: #dc3545 !important;
  border-radius: 15px !important;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.bg-danger-span{
  height: 12px;
  width: 12px;
  background-color: #dc3545;
  margin-bottom: 0;
  margin-left: 12px;
  margin-top: 8px;
}

.bg-danger-span1{
  height: 12px;
  width: 12px;
  background-color: #dc3545;
  margin-bottom: 0;
  margin-left: 40px;
  margin-top: 8px;
}

.w-90{
  width: 95% !important;
}

.inputRange{
  font-size: 24px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  color: #707070;
}

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

input[type=number] { -moz-appearance:textfield; }

/* new version */

.font-americas {
    position: relative;
    min-height: 100%;
    top: 0px;
    color: #6a4400;
    font-family: 'Montserrat';
    font-size: 14px;
}

.font-capilla {
    position: relative;
    min-height: 100%;
    top: 0px;
    color: #1a6089;
    font-size: 14px;
}

.font-lagoon {
    position: relative;
    min-height: 100%;
    top: 0px;
    color: #072d3a;
    font-size: 14px;
}

.logo-header{
  background: #ffffff;
  z-index: 1;
  padding: 1rem 2rem;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom: 2px solid var(--newColor);
  border-top: 2px solid var(--newColor);
  border-right: 2px solid var(--newColor);
  top: 15px;
  width: 35%;
  text-align: center;
}

.bg-red{
  background-color: var(--newColor)!important;
}

.bg-blue {
    background-color: #009FE3;
}

.bg-black {
    background-color: #000000;
}

.bandera-header{
  background: #ffffff;
  z-index: 1;
  padding: 1rem;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom: 2px solid #dc3545;
  border-top: 2px solid #dc3545;
  border-left: 2px solid #dc3545;
  top: 15px;
  width: 10%;
  text-align: center;
}

.comercio-header{
  background: #ffffff;
  z-index: 1;
  padding: 1rem;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom: 2px solid #dc3545;
  border-top: 2px solid #dc3545;
  border-right: 2px solid #dc3545;
  top: 15px;
  width: 70%;
  text-align: center;
}

.btn-volver{
  background: var(--newColor);;
  border-radius: 10px;
  color: #fff;
  padding: .7rem 1rem;
  font-weight: bold;
  width: 100px;
  cursor: pointer
}

.loader-secure {
  position: absolute;
  z-index: 6;
  background: #000000ab;
  align-self: center !important;
  display: grid !important;
  align-items: center;
  text-align: center !important;
  top: 0%;
  right: 0%;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.centerDiv{
  /*height: 100vh;*/
  display: grid;
  align-items: center;
}

.w-100p{
  width: 480px;
  margin: auto;
}

.h2-alert{
  border-bottom: 5px solid #dc3545;
}

.bg-imgmodal{
  background-image: url('../Images/img-modal.png');
  background-size: 100% 100%;
  background-position: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-20{
  border-radius: 20px !important;
}

.modal-dialog-p {
  position: relative;
  border-radius: 5px;
  background: var(--white);
  overflow: auto;
  cursor: default;
  width: 100%;
  height: 333px ;
}

.cerrar-modal{
  position: absolute;
  background: #4A4A4A;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 20px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 5px;
  z-index: 9;
  cursor: pointer;
}

/* Estilos personalizados para el checkbox */
.custom-checkbox .custom-control-input {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-checkbox .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}

@media (min-width: 992px){
  .modal-lg, .modal-xl {
    max-width: 800px !important;
  }
}
