:root {
  --negro: #1b2432;
  --marino: #273347;
  --paddingMedium: clamp(3.2rem, 8vw, 6.2rem);
  --borderV: clamp(4px, 1vw, 8px);
  --radiusV: clamp(20px, 7vw, 45px);
  --radiusXV: clamp(30px, 7vw, 80px);
  --innerPadding: clamp(20px, 5vw, 60px);
  --innerPaddingSmall: clamp(10px, 5vw, 30px);
  --coral-1: #e63b3b;
  --coral-2: #fc636b;
  --coral-3: #ff6d92;
  --coral-4: #ffb6c8;
  --coral-5: #feeff0;
  --dorado-1: #fd9a00;
  --dorado-2: #ffb900;
  --dorado-3: #ffd200;
  --dorado-4: #ffe87f;
  --dorado-5: #fff8e5;
  --purpura-1: #4f4da7;
  --purpura-2: #6a67ce;
  --purpura-3: #a177ff;
  --purpura-4: #d0bbff;
  --purpura-5: #f0effa;
  --azul-1: #179dba;
  --azul-2: #1aafd0;
  --azul-3: #02ceff;
  --azul-4: #80e6ff;
  --azul-5: #e8f7fb;
  --verde-1: #37c597;
  --verde-2: #3be8b0;
  --verde-3: #3bf7d1;
  --verde-4: #9dfbe8;
  --verde-5: #ebfcf7;
  --gris-1: #f8f8f9;
  --gris-2: #eff0f1;
  --gris-3: #e1e2e4;
  --gris-4: #cdcfd2;
  --gris-5: #b9bcc0;
  --gris-6: #a1a4aa;
  --gris-7: #898e95;
  --gris-8: #676d76;
  --gris-9: #49505b;
  --gris-10: #1b2432;
}

* {
  outline: none;
  box-sizing: border-box;
}

body {
  margin: 0px;
  position: relative;
  height: 100%;
  color: #2b3350;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: 100%;
}

a {
  text-decoration: none;
  color: #0072e6;
}

h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.hideText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pageWidth {
  width: 100%;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0px auto;
  align-items: center;
  position: relative;
  /* text-align: center; */
  z-index: 1;
}

.underConstruction {
  margin-top: 90px;
  font-size: 60px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #e9e9e9;
}

.underConstruction a {
  font-size: 14px;
}

.underConstruction a:hover {
  text-decoration: underline;
}

.statusLink {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  z-index: 10000;
  position: fixed;
  font-size: 14px;
  top: 100px;
  right: 0;
  opacity: 0.15;
}

.statusLink:hover {
  /* 	background-color: #4f4ca7; */
  /* 	color: #f8c500; */
  opacity: 1;
  transition: all 0.3s;
}

#intro .pageWidth a.contact {
  position: absolute;
  right: 10px;
  bottom: -31px;
  z-index: 10;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23FC636B' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
  background-position: 0 0;
  width: 68px;
  height: 62px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#intro .pageWidth a.contact:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23e04d55' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
  background-position: 0 0;
}

#contactDialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
}

#contactDialog .pageWidth {
  top: 0;
  left: 0;
  /* bottom: 0; */
  right: 0;
  position: absolute;
}

#contactDialog .pageWidth a {
  position: absolute;
  right: 10px;
  top: 658px;
  z-index: 10;
  display: block;
  background-size: calc(12 * 68px) 68px;
  background-repeat: no-repeat;
  background-image: url("images/icon_menu.svg");
  background-position: calc(-10 * 68px) 0;
  width: 68px;
  height: 62px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#contactDialog .pageWidth a:hover {
  background-position: calc(-11 * 68px) 0;
}

.g-recaptcha {
  margin-top: 30px;
}

.toDemo {
  width: 100% !important;
  display: flex;
  margin: auto !important;
  justify-content: center !important;
  vertical-align: middle !important;
  align-items: center !important;
}
