@charset "UTF-8";
@import url(../fonts/OpenSans/stylesheet.css);
:root {
  --font-family: 'Open Sans', sans-serif;
  --line-height: 1;
  --font-size: 12.8px;
  --font-w-bold: 700;
  --font-w-semibold: 600;
  --font-w-regular: 400;
  --font-w-light: 300;
}

/* Añadida Gama de violetas R2 Docuo */
/* Añadidos Colores complementarios */
/* Añadida Escala de grises */
/***********************************************************************************/
/********************   ESTILOS COMUNES PARA CUALQUIER TAMAÑO   ********************/
/***********************************************************************************/
/* ESTILOS GLOBALES */
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  font-family: var(--font-family);
  color: #383838;
}

body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#backgrounder {
  min-width: 640px;
}

a {
  text-decoration: underline;
  color: #383838;
}

a:hover {
  text-decoration: underline;
  color: #563BA3;
}

img {
  border-width: 0;
}

input, textarea, select {
  border: 1px solid #CCCCCC;
}

label.forfields {
  font-weight: var(--font-w-bold);
  color: #383838;
}

.hidden {
  /* clase para ocultar elementos por css/jQuery rapidamente */
  display: none;
}

.bottom20 {
  margin-bottom: 20px;
}

.top20 {
  margin-top: 20px;
}

.nowrap {
  white-space: nowrap;
}

.notsupport {
  display: none;
}

.onlysupport {
  display: none;
}

.selectdisable,
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.justinmobile {
  display: none;
}

.label.link {
  /* clase para poner etiquetas como enlaces */
  cursor: pointer;
  text-decoration: underline;
  color: #383838;
}

.label.link:hover {
  text-decoration: underline;
  color: #563BA3;
}

.label.error {
  /* clase para poner labels de error */
  color: #FF0000;
  font-weight: var(--font-w-regular);
}

.field.error {
  /* clase para marcar como error inputs */
  border: thin #FF0000 solid;
}

.red {
  color: #FF0000;
}

.gradientbar {
  clear: both;
  height: 20px;
  background: -webkit-linear-gradient(#EEEEEE, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#EEEEEE, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#EEEEEE, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#EEEEEE, white);
  /* Standard syntax */
}

.buttondiv {
  min-width: 100px;
  border-radius: 3px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  background: #563BA3;
}

.headerbuttondiv {
  min-width: 100px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #FFFFFF;
  padding: .5rem !important;
  font-size: 16px;
  font-weight: 600;
}
.headerbuttondiv .btnicon {
  width: 20px;
}

.g2crowdtracking {
  display: none;
}

/********************   Estructura de la página   ********************/
.banner {
  background-color: #563BA3;
}

.content.footer {
  min-height: 100px;
  text-align: center;
}

.footer {
  background-color: #EEEEEE;
}

/********************   Menú de navegación    ********************/
.header-button:focus {
  outline: 0;
}

.header-button.twitter {
  background: url("../img/twitter.png") no-repeat;
  background-position: 0px 1px;
  padding-left: 19px;
}

.header-button.facebook {
  background: url("../img/facebook.png") no-repeat;
  background-position: 0px -1px;
  padding-left: 19px;
}

.header-button.linkedin {
  background: url("../img/linkedin.png") no-repeat;
  background-position: 0px 0px;
  padding-left: 19px;
}

.header-button.youtube {
  background: url("../img/youtube.png") no-repeat;
  background-position: 0px -1px;
  padding-left: 24px;
}

/********************   LIGHTBOX    ********************/
#lightbox {
  display: none;
  position: fixed;
  background: url("../img/overlay.png") repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#lightbox #lb-waitbox-logo {
  display: none;
}
#lightbox.logowaitbox {
  background-color: #FFFFFF;
}
#lightbox.logowaitbox #lb-waitbox-logo {
  display: block;
  padding: 20px 0 30px;
}
#lightbox.logowaitbox #lb-animation {
  margin-bottom: 20px;
}

#lb-waitbox {
  display: table;
  width: 100%;
  height: 100%;
}

#lb-waitbox-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

#lb-wheel {
  background-color: #CCCCCC;
  min-height: 128px;
  min-width: 300px;
  width: 300px;
  margin: 0 auto;
  padding: 15px 15px 15px 15px;
  border-radius: 7px;
}

#lb-animation {
  background: url("../img/roll128.png") no-repeat center;
  /*../img/wait32.gif*/
  height: 128px;
  width: 128px;
  margin: 0 auto;
}

#lb-waitbox-text {
  margin-top: 10px;
  font-size: 150%;
  color: #383838;
  text-align: center;
}

#lb-content {
  display: none;
  position: absolute;
  padding: 5px;
  border: 1px solid black;
  background-color: #FFFFFF;
}

#lb-close {
  float: right;
  background-image: url("../img/x32.png");
  opacity: 0.5;
  width: 32px;
  height: 32px;
}

#lb-close:hover {
  opacity: 1;
}

#lb-header {
  float: left;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  font-size: 20px;
  color: #563BA3;
  width: 500px;
  padding-left: 10px;
  overflow: hidden;
}

#lb-title {
  padding-top: 6px;
  font-size: 22px;
  color: #563BA3;
  line-height: 25px;
}

#lb-subtitle {
  padding-left: 1px;
  font-size: 15px;
  color: #777777;
  line-height: 18px;
}

#lb-body {
  clear: both;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #EEEEEE;
  margin: 0px 5px 3px 5px;
  padding-left: 5px;
  padding-right: 8px;
  color: #383838;
  font-size: 14px;
}

#lb-buttonbar {
  height: 62px;
  overflow: auto;
  padding-right: 25px;
}

.lb-button {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/********************   DIALOGBOX    ********************/
#dialogbox {
  display: none;
  position: fixed;
  background: url("../img/overlaywhite.png") repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}

#db-content {
  display: none;
  position: relative;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  font-size: 14px;
  margin: 0 auto;
  top: 40%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}

#db-content.error {
  border: 2px solid #DF6033;
  background-color: #ffc0c0;
}

#db-body {
  float: left;
  min-height: 54px;
  max-height: 270px;
  width: 490px;
  overflow-y: auto;
  color: #383838;
  font-size: 130%;
  padding: 8px 8px 5px 5px;
}

#db-close {
  background-image: url("../img/x32.png");
  opacity: 0.5;
  width: 32px;
  height: 32px;
}

#db-close:hover {
  opacity: 1;
}

#db-buttonbar {
  clear: both;
  height: 38px;
  overflow: auto;
  padding-right: 10px;
  padding-bottom: 5px;
}

/********************   Cabecera   ********************/
.content.header {
  height: 45px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-logodiv {
  display: inline-block;
  height: 45px;
  cursor: pointer;
  background-repeat: no-repeat;
}
#header-logodiv img {
  height: 45px;
}

#allmenus {
  display: flex;
  gap: 14px;
}

#header-userdiv, #header-supportdiv {
  display: block;
  text-align: right;
  position: relative;
}

.headerbuttondiv {
  height: 28px;
  line-height: 28px;
  padding-right: 20px;
  padding-left: 20px;
}

.headerbuttondiv:hover {
  background-color: rgba(99, 102, 241, 0.04);
  text-decoration: none;
}

/********************   Menú de Login y Usuario   ********************/
#usermenudiv, #supportmenudiv {
  position: absolute;
  top: 32px;
  right: 0px;
  z-index: 10;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 200px;
  width: auto;
  white-space: nowrap;
  background: #FFFFFF;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  border-radius: 6px;
}

#usermenudiv .menuoption,
#supportmenudiv .menuoption {
  padding-top: 5px;
  padding-right: 18px;
  padding-bottom: 5px;
  padding-left: 18px;
  display: block;
  cursor: pointer;
  color: #4b5563;
  text-decoration: none;
  padding: .75rem 1.25rem;
  text-align: left;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
#usermenudiv .menuoption:hover,
#supportmenudiv .menuoption:hover {
  background-color: #f3f4f6;
  text-decoration: none;
}

/***********************************************************************************/
/********************   ESTILOS PARA VISTA DE TAMAÑO REDUCIDO   ********************/
/***********************************************************************************/
@media only screen and (max-width: 959px) {
  /* ESTILOS GLOBALES */
  h2 {
    font-size: 1.5em;
    font-weight: var(--font-w-bold);
    font-style: normal;
    line-height: 1em;
    vertical-align: baseline;
    text-rendering: optimizelegibility;
    margin-bottom: 0px;
  }

  .notinmobile {
    display: none;
  }

  .justinmobile {
    display: inline-block;
  }

  .buttondiv {
    /* PEQUEÑO */
    display: block !important;
    padding: 5px 15px 5px 15px;
  }

  /********************   Estructura de la página   ********************/
  .wrapper {
    width: 100%;
    clear: both;
  }

  .wrapper.header {
    position: relative;
    z-index: 1;
    padding: 10px 0;
  }

  .banner h1 {
    padding: 8px 10px 8px 10px;
    margin: 0;
    color: #FFFFFF;
    font-weight: var(--font-w-regular);
    font-size: 2em;
  }

  .banner a {
    color: #FFFFFF;
  }

  .content.main {
    padding: 0px 10px 0px 10px;
  }

  .content.footer {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer {
    background-color: #FFFFFF;
  }

  /********************   Cabecera   ********************/
  /********************   Menú de navegación    ********************/
  .header-button.twitter,
  .header-button.facebook,
  .header-button.linkedin {
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin-right: 35px;
  }

  .header-button.youtube {
    text-align: center;
    height: 28px;
    line-height: 28px;
  }

  .nav-trigger {
    /* critical styles - hide the checkbox input */
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }

  label[for="nav-trigger"] {
    /* critical positioning styles */
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 2;
    /* non-critical apperance styles */
    height: 80px;
    width: 45px;
    cursor: pointer;
    background-image: url("../img/burger-purple.png");
    background-size: contain;
  }

  .nav-trigger:checked ~ #theburger {
    background-image: url("../img/burger-purple-close.png");
  }

  .nav-trigger:checked ~ #allmenus {
    position: fixed;
    display: block;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    /* hay que quitarle 80px */
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .nav-trigger:checked ~ #allmenus #header-userdiv,
  .nav-trigger:checked ~ #allmenus #header-supportdiv {
    display: block;
  }

  /********************   Cuerpo de los vectores    ********************/
  .vectorsection.head {
    margin-top: 15px;
  }

  .img-source {
    max-width: 100%;
    height: auto;
  }

  .entry-content img {
    max-width: 100%;
    height: auto;
  }

  #vshead-image {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }

  .vectorsection h2 {
    margin: 20px 0px 0px 0px;
  }

  .next.gradient {
    height: 20px;
    background: -webkit-linear-gradient(#eadef6, white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eadef6, white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eadef6, white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eadef6, white);
    /* Standard syntax */
  }

  .next.gradient.inverse {
    height: 20px;
    background: -webkit-linear-gradient(white, #eadef6);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #eadef6);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #eadef6);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #eadef6);
    /* Standard syntax */
  }

  .imagen {
    width: auto !important;
    height: auto !important;
  }

  .texto {
    width: auto !important;
    height: auto !important;
  }

  #vshead-text-orbuy {
    margin-top: 5px;
  }

  /********************   Pie de página    ********************/
  #copyright {
    font-size: 0.9em;
  }

  #langselwrap, #socialmedals {
    display: block;
    padding: 15px 10px 15px 10px;
    margin-top: 5px;
  }

  #footer-terms, #footer-privacy {
    display: block;
    padding: 15px 10px 15px 10px;
    font-weight: var(--font-w-bold);
  }

  #langselect {
    font-size: 1.05em;
    padding: 3px;
  }

  .register-container {
    text-align: center;
    margin-top: 30px;
  }

  /********************   LIGHTBOX    ********************/
  #lb-wheel {
    display: none;
  }

  #lb-header {
    height: 65px;
  }

  /********************   DIALOGBOX    ********************/
  #db-content {
    min-width: 150px;
    max-width: 550px;
  }

  #db-body {
    width: calc(100% - 40px);
  }

  #db-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
/* fin estilos para vista de tamaño reducido */
/***********************************************************************************/
/********************   ESTILOS PARA VISTA DE TAMAÑO COMPLETO   ********************/
/***********************************************************************************/
@media only screen and (min-width: 960px) {
  /* ESTILOS GLOBALES */
  html {
    font-size: 14px;
  }

  h1 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0.3px;
    font-weight: var(--font-w-regular);
    color: #383838;
    margin: 0px;
  }

  h2 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0.3px;
    font-weight: var(--font-w-regular);
    color: #383838;
    margin: 0px;
  }

  h3 {
    font-size: 1.3em;
    color: #383838;
    margin: 0px;
  }

  legend {
    font-weight: var(--font-w-bold);
  }

  fieldset {
    margin-bottom: 15px;
    border: 0px;
    padding-left: 15px;
    padding-top: 10px;
    background-color: rgba(117, 104, 170, 0.1);
  }

  .banner a {
    color: #FFFFFF;
  }

  .notinmobile {
    display: inline-block;
  }

  .small {
    font-size: 0.9em;
  }

  .width20 {
    width: 20%;
  }

  .width50 {
    width: 50%;
  }

  .width80 {
    width: 80%;
  }

  .width100 {
    width: 100%;
  }

  .buttonbar,
  .buttonbar-ph {
    position: absolute;
    height: 30px;
    line-height: 30px;
  }

  .buttondiv {
    height: 28px;
    line-height: 28px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .buttondiv.left, .headerbuttondiv.left {
    float: left;
    margin-right: 15px;
  }

  .buttondiv.right, .headerbuttondiv.right {
    float: right;
    margin-left: 15px;
  }

  .buttondiv:hover {
    background: #EDB220;
    text-decoration: none;
  }

  input.email,
  input.large {
    width: 260px;
  }

  .introtext.small {
    font-size: 90%;
    color: #777777;
  }

  .currentvalue {
    margin-left: 30px;
  }

  .config-label {
    width: 170px;
    text-align: right;
    float: left;
  }

  .config-label.fat {
    padding-top: 4px;
  }

  .config-value .smaller {
    font-size: smaller;
  }

  .config-value {
    margin-left: 185px;
    text-align: left;
    font-weight: var(--font-w-bold);
    margin-bottom: 5px;
  }

  .config-value.comment,
  .config-value .comment {
    font-weight: var(--font-w-regular);
  }

  .config-action {
    font-weight: var(--font-w-regular);
  }

  .iconerror {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url("../img/error16.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 7px;
  }

  .iconok {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url("../img/greencheck16.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 7px;
  }

  /********************   Estructura de la página   ********************/
  .wrapper {
    width: 100%;
    clear: both;
  }

  .wrapper.header {
    position: relative;
    z-index: 1;
    padding: 10px 0;
  }

  .content {
    width: 960px;
    margin: 0 auto;
  }

  .content.fullwidth {
    width: 100%;
    max-width: 1400px;
  }

  .header {
    font-size: 14px;
  }

  .content.banner {
    height: 50px;
  }

  .banner h1 {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 12px;
    color: #FFFFFF;
    font-size: 25px;
  }

  .content.main {
    min-height: 400px;
    padding-top: 20px;
  }

  .content.footer {
    padding-top: 20px;
  }

  /********************   Menú de navegación    ********************/
  .header-button {
    color: #777777;
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin-right: 15px;
    text-transform: uppercase;
  }

  .header-button {
    font-size: 0.9em;
  }

  .header-button:hover {
    text-decoration: underline;
  }

  .header-button:not(.selected) {
    cursor: pointer;
  }

  .header-button.selected {
    font-weight: var(--font-w-bold);
  }

  .header-button.selected:hover {
    text-decoration: none;
  }

  /********************   Botones de compartir    ********************/
  #sharing {
    text-align: center;
    margin-bottom: 18px;
  }

  .twitter-share-button {
    position: relative;
    margin-left: 10px;
  }

  .fb-share-button {
    position: relative;
    top: -3px;
    margin-left: 9px;
  }

  .IN-widget {
    position: relative;
    margin-right: 7px;
  }

  /********************   Cuerpo de los vectores    ********************/
  .texto h2 {
    color: #383838;
    margin-bottom: 13px;
  }

  .texto h3 {
    color: #777777;
    margin-bottom: 23px;
  }

  .texto {
    color: #777777;
  }

  /********************   LIGHTBOX    ********************/
  #lb-content {
    min-width: 750px;
    min-height: 550px;
    font-size: 13px;
  }

  #lb-header {
    height: 50px;
  }

  /********************   DIALOGBOX    ********************/
  #db-content {
    min-width: 550px;
    width: 550px;
  }

  #db-body {
    width: 490px;
  }

  #db-close {
    float: right;
  }
}
/* fin estilos para vista de tamaño completo */
@media only screen and (min-width: 1160px) {
  .content {
    width: 1160px;
  }
}
