/* plans widget */
.plan-preview-box * {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 14px;
}

.plan-preview-box {
  /* cont-ghernandez: se estandariza el color de fondo en base a B2C para formar el borde*/
  background: rgba(0, 0, 0, 0.5);
  /* cont-ghernandez: se estandariza el tamaño en base a B2C*/
  min-width: 550px;
  width: auto;
  min-height: 250px;
  height: auto;
  overflow: hidden;

  padding: 14px;
  /* cont-ghernandez: se estandariza la sombra en base a B2C para el borde*/
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0, 0.8);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0, 0.8);

  /* cont-ghernandez: se crea una clase (con el mismo selector que el definido en 3scale) para configurar la posición. */
  margin-left: 0px !important;
  position:  fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

/* cont-ghernandez: se actualiza el selector en base a B2C */
.plan-preview-content, .plan-preview-box {
  border-radius: 10px !important;
}

.plan-preview-box .plan-overview {
  height: auto;
}

.plan-preview-content {
  /* cont-ghernandez: se actualiza el color de fondo en base a B2C */
  background-color: rgba(255, 255, 255, 1);
  min-height: 250px;
  height: auto;
  min-width: 750px;
  width: auto;
  padding-bottom: 10px;
}

.plan-preview-box .close-box {
  /* cont-ghernandez: se quitan propiedades redundantes para estandarizar en base a B2C */
  /*position: absolute;
  top: 0;
  right: 0;
  padding-top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: none;
  cursor: pointer;

  display: inline-block;*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/*cont-ghernandez: se elimina el elemento ::after para evitar sobreposición del icono de cierre
.plan-preview-box .close-box:after {
  content: "\f00d";
  font-size: 24px;
}*/

.plan-preview-box a:hover {
  color: #333;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  color: rgb(255, 255, 255);
  background-color: rgb(9, 35, 55);
  border-color: rgb(9, 35, 55)
}.plan-preview-box a:hover {
  color: #333;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  color: rgb(255, 255, 255);
  background-color: rgb(9, 35, 55);
  border-color: rgb(9, 35, 55)
}.plan-preview-box a:hover {
  color: #333;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  color: rgb(255, 255, 255);
  background-color: rgb(9, 35, 55);
  border-color: rgb(9, 35, 55)
}.plan-preview-box a:hover {
  color: #333;
}

.plan-preview-box button, html .plan-preview-box input[type="button"], .plan-preview-box input[type="reset"], .plan-preview-box input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  color: rgb(255, 255, 255);
  background-color: rgb(9, 35, 55);
  border-color: rgb(9, 35, 55);
}