@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  height: 100%;
}

body {
  min-height: 100%;
  font-optical-sizing: auto;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: initial;
}

.pago-seguro {
  width: 40vh;
}

.alert-info {
  border: 1px solid #0068de;
  width: fit-content;
  color: #0068de;
  background-color: white;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #030303 !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}

h2 {
  text-align: left;
}

* {
  box-sizing: border-box;
}

#card-errors {
  margin-top: 6px;
}

.error,
#card-errors,
.error::placeholder {
  color: #f4516c;
  border-color: #f4516c;
}

.container {
  background-color: white !important;
  /*box-shadow: 0 0 2rem 0 rgba(168, 180, 194, 0.37);*/
  width: fit-content;
  margin: 0 auto;
  background-color: white;
  /*box-shadow: 0 0 1rem 0 rgb(99 123 150 / 33%);
  border-radius: 40px;*/
  max-width: 100%;
}

.btn {
  padding: 12px;
  margin: 15px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

hr {
  border: 1px solid white;
}

span.price {
  float: right;
  color: grey;
}

#content-precio > div:first-child,
.content-card {
  margin-top: 5px;
  background-color: #2f90ef;
  color: white !important;
  padding: 1rem;
  /* box-shadow: 0 0 1rem 0 rgb(99 123 150 / 33%); */
  border-radius: 30px;
}

#content-precio span.price,
#content-precio a {
  color: white;
}

@media (max-width: 800px) {
  .container {
    width: 100% !important;
    padding: 0px;
  }

  .container .container {
    padding: 5px !important;
  }
}

/* Customize the label (the container) */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.logo {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #0068de !important;
}

.logo img {
  max-width: 100px;
}

.text-right {
  text-align: right !important;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #f1f7fc82;
  z-index: 2;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 5px;
  border-color: black;
  border-top-color: #ccc;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.tooltip-inner {
  /*  max-width: 20vw; */
  margin: 0px !important;
  text-align: left !important;
  /* If max-width does not work, try using width instead */
  /*   width: 20vw; */
}

.fa-info-circle {
  cursor: pointer;
}

.description-list {
  list-style: none;
  position: relative;
  padding: 0px !important;
  width: fit-content !important;
  margin-left: 1.5em !important;
}

.descuento {
  background-color: #5db8ff;
  border-radius: 2px;
}

.descuento h6 {
  font-weight: 200 !important;
  margin: 0px;
}

.descuento h5 {
  font-weight: 800 !important;
  margin: 0px;
}

#submit {
  font-weight: 500;
  font-size: 1em;
  border-radius: 10px;
}

#submit:hover {
  background-color: #ff8c00 !important;
  color: white !important;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.content-input input,
.content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.content-input input {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.content-input {
  position: relative;
  /* padding: 5px 10px 5px 35px; */
  max-width: 100px;
  /* Damos un padding de 60px para posicionar el elemento <i> en este espacio*/
  display: block;
  cursor: pointer;
}

/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.content-input input + i {
  background: #f0f0f0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

/* Estas reglas se aplicarán a todos los i despues de un input de tipo radio*/
.content-input input[type="radio"] + i {
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.content-input input[type="radio"] + i:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background: red;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  background: rgba(0, 102, 194, 1);
  transition: all 0.25s ease;
  /* Todas las propiedades | tiempo | tipo movimiento */
  transform: scale(0) /* Lo reducimos a 0*/;
  opacity: 0;
  /* Lo ocultamos*/
}

.content-input input[type="radio"]:checked + i:before {
  transform: scale(1);
  opacity: 1;
}

.content-input:hover input[type="radio"]:not(:checked) + i {
  background: rgba(0, 103, 194, 0.429);
}

.btn-info {
  background-color: #2f90ef;
  color: #fff;
  border: 1px solid #fff;
}

.btn-info:hover {
  background-color: white;
  color: #2f90ef;
  border: 1px solid #2f90ef;
}

/* #content-main-login {
  background-color: #2f90efa3;
  border-radius: 30px;
  padding: 3rem;
}
 */

.float-right {
  float: right;
}

.alert-info-login {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  color: rgba(0, 102, 194, 1) !important;
  font-size: 1rem;
}

.enlace-forget-password {
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 102, 194, 1) !important;
  font-size: 1.2rem;
  font-weight: bold;
}

.alert-info-login a {
  font-family: "Montserrat", sans-serif;
  background-color: rgba(0, 102, 194, 1) !important;
  color: white;
  padding-block: 0.3rem;
  padding-inline: 1.5rem;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}

.modalLogin .modal-content {
  background-color: #e4eef1 !important;
}

.modalLogin .btn-close {
  background-color: #ffc107;
  font-size: 1.5rem;
}

/* Modificación */

.form-control {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  padding: 0.1rem 0.75rem !important;
}
.modal-content .form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.65rem 1rem !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

#modalLogin .modal-content .form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  padding: 0.1rem 0.75rem !important;
}

label {
  font-size: 0.9rem;
  color: #777;
  margin-top: 0.5rem;
}

#tooltip {
  color: rgba(0, 102, 194, 1) !important;
}

.content-input {
  padding: 0px 20px 0px 30px !important;
}

.content-input input + i {
  background: rgba(66, 179, 247, 0.5) !important;
  border: 0 !important;
}

.content-input input[type="radio"] + i {
  height: 26px !important;
  width: 26px !important;
}

.content-input input[type="radio"] + i:before {
  height: 20px !important;
  width: 20px !important;
  top: 3px !important;
  left: 3px !important;
}

#labels-formas-pago input[type="radio"] {
  display: none;
}

#labels-formas-pago label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #023e88;
  padding: 0.6rem 2rem;
  color: white;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
}

#labels-formas-pago input[type="radio"]:checked + label {
  background-color: #023e88;
  color: white;
  border: 1px solid white;
}

.radio-tipocliente {
  font-size: 1.2rem;
  /* margin-left: 30px; */
}

span.price {
  font-size: 1rem !important;
  color: rgba(0, 102, 194, 1) !important;
  line-height: 1rem;
}

.price-total {
  font-size: 1rem !important;
  line-height: 1rem;
  color: black;
  float: right;
}

.titulo-resumen {
  font-size: 1.2rem !important;
  color: rgba(0, 102, 194, 1) !important;
  text-decoration: underline;
  line-height: 2rem;
  margin-bottom: 1rem;
}

#content-precio > div:first-child {
  background-color: #e4eef1 !important;
  color: rgba(0, 102, 194, 1) !important;
  border-radius: 20px !important;
}

.description-list {
  width: initial !important;
  font-size: 0.95rem;
}

.description-list li {
  width: 100%;
}

hr {
  border: 0 !important;
  height: 2px !important;
  margin: 0.5rem -0.5rem !important;
  width: 105% !important;
}

.resumen-pedido {
  font-size: 0.9rem;
  padding: 1rem 2rem !important;
}

.resumen-pedido p {
  margin-bottom: 0 !important;
  padding: 0 0 0 0.1rem !important;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  cursor: pointer !important;
}

/* Check de aceptacion de terminos: se pasaba por alto en movil (casilla
   minuscula y borde gris clarito). Se le da caja propia para que destaque y
   para que la zona de pulsacion sea todo el bloque, no solo la casilla. */
.check-terminos {
  gap: 0.65rem;
  padding: 0.8rem 0.9rem;
  border: 1.5px solid #b9c6d4;
  border-radius: 12px;
  background-color: #f6f9fc;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.check-terminos .form-check-input {
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  border: 2px solid #6b7c8f;
  background-color: #fff;
}

.check-terminos .form-check-input:checked {
  border-color: #0068de;
  background-color: #0068de;
}

.check-terminos .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 104, 222, 0.25);
}

/* Ya aceptado: cambia el bloque entero para que se vea de un vistazo. */
.check-terminos:has(.form-check-input:checked) {
  border-color: #0068de;
  background-color: #eaf3ff;
}

.total-a-pagar {
  color: black !important;
  font-size: 1.2rem;
  font-weight: 500;
}

.descuento {
  border-radius: 10px;
}

.descuento h5 {
  font-size: 1rem !important;
}

.descuento h6 {
  font-size: 0.9rem !important;
}

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

.StripeElement {
  border-radius: 3px !important;
}

.tipoPago {
  color: black;
  letter-spacing: 0.8px;
}

#submit:hover {
  background-color: #ff8c00 !important;
  color: white !important;
  border-color: #ff8c00 !important;
}

.reloj {
  color: white;
  margin: 0;
  line-height: 1.5rem;
  font-size: 2.8rem;
  font-weight: bold;
}

.reloj-mensaje {
  color: white;
  margin: 0;
  line-height: 1rem;
  font-size: 1.35rem;
}

.columna-sellos {
  background-color: #0068de;
  border-radius: 30px;
  padding: 5px;
}

.elemento-sello {
  text-align: center;
  color: white;
  margin-top: 1rem;
  line-height: 1rem;
  padding: 10px 15px;
}

.sello-titulo {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 0.2rem;
}

.sello-texto {
  font-size: 0.9rem;
}

.tienes-cuenta {
  color: #3c66b9;
  font-size: 0.8rem;
}

.iniciar-sesion {
  color: white;
  background-color: #3c66b9;
  font-size: 0.8rem;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}

.flaticon-impulsaya {
  height: 30px !important;
  width: 80px !important;
  background-image: url(/img/emprenya.com/logos/b_impulsaya.png);
  background-position: center !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.flaticon-aprenya {
  height: 30px !important;
  width: 67px !important;
  background-image: url(/img/emprenya.com/logos/b_aprenya.png);
  background-position: center !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.flaticon-lanzaya {
  height: 30px !important;
  width: 67px !important;
  background-image: url(/img/emprenya.com/logos/b_lanzaya.png);
  background-position: center !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.flaticon-blockchainya {
  height: 30px !important;
  width: 100px !important;
  background-image: url(/img/emprenya.com/logos/b_blockchainya.png);
  background-position: center !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.flaticon-ifanel {
  height: 35px !important;
  width: 35px !important;
  background-image: url(/img/emprenya.com/logos/l-ifanel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.flaticon-irapyd {
  height: 35px !important;
  width: 55px !important;
  background-image: url(/img/emprenya.com/logos/irapyd_color.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.flaticon-ifa-ira {
  height: 35px !important;
  width: 35px !important;
  background-image: url(/img/emprenya.com/logos/irapyd-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.flaticon-crececrypto {
  height: 35px !important;
  width: 35px !important;
  background-image: url(/img/emprenya.com/logos/l-crece-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.flaticon-ninja {
  height: 35px !important;
  width: 35px !important;
  background-image: url(/img/emprenya.com/logos/l-ninja-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) and (min-width: 754px) {
  .radio-tipocliente {
    font-size: 0.8rem;
  }

  .sello-titulo {
    font-size: 0.6rem;
  }
  .sello-texto {
    font-size: 0.6rem;
  }
}

.btn {
  padding: 12px;
  margin: 15px 0;
  border: 1px solid transparent;
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  font-size: 17px;
}

.btn-outline-primary {
  color: #3c66b9;
  border-color: #3c66b9;
}

.btn-afiliado {
  border: 1px solid transparent;
}

.modal-footer {
  display: block;
  text-align: center;
}

.comprobar_mail,
.comprobar_afiliado {
  background-color: #3c66b9;
}

.close-modal {
  background: #3c66b9 !important;
  border: solid !important;
  border-color: #3c66b9 !important;
  border-radius: 50% !important;
  display: flex;
  width: 27px;
  color: white !important;
  font-size: 3rem;
  height: 27px;
  justify-content: center;
  align-items: center;
}

.close-modal i,
.close i {
  font-size: 3rem !important;
  font-weight: 300 !important;
}

.btn-outline-primary:hover,
.btn-primary {
  color: #fff !important;
  background-color: #3c66b9 !important;
  border-color: #3c66b9 !important;
}

.img_no_afiliado_hover {
  content: url("https://emprenya.com/checkout/images/no_afiliado_blanco.png");
}

.img_no_afiliado {
  content: url("https://emprenya.com/checkout/images/no_afiliado_emprenya.com.png");
}

.img_si_afiliado_hover {
  content: url("https://emprenya.com/checkout/images/si_afiliado_blanco.png");
}

.img_si_afiliado {
  content: url("https://emprenya.com/checkout/images/si_afiliado_emprenya.com.png");
}

.img_mail_afiliado_hover {
  content: url("https://emprenya.com/checkout/images/email_blanco.png");
}

.img_mail_afiliado {
  content: url("https://emprenya.com/checkout/images/email_emprenya.com.png");
}

.btn-afiliado {
  min-height: 240px;
  border: 2px solid #3c66b9 !important;
}

.color-azul {
  color: #3c66b9 !important;
}

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

.modal .modal-content .modal-body {
  padding: 25px;
}

.modal-header,
.modal-footer {
  border: none;
}

.h5.color-azul {
  font-size: 2.5rem;
}

.close.close-modal span {
  margin-top: 3px;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: rgb(60 102 185 / 50%);
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(60 102 185 / 50%);
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(60 102 185 / 50%);
}
