h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Labgrotesque, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.content {
  display: block;
  width: 60vw;
  height: 80vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.html-embed {
  width: 100vw;
  height: 100vh;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b3b3b;
  font-family: Montserrat, sans-serif;
}

.header {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  width: 70px;
}

.wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: relative;
  left: -5px;
  z-index: 9;
  width: 340px;
}

.titulo-1 {
  width: auto;
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Labgrotesque, sans-serif;
  color: #dbdbdb;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.link {
  display: inline-block;
  margin-bottom: 2px;
  font-family: Labgrotesque, sans-serif;
  color: #dbdbdb;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.link2 {
  margin-left: 10px;
}

.links {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modulo-2 {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  margin-top: 0px;
}

.heading-2 {
  font-size: 20px;
}

.clientes {
  position: absolute;
  z-index: 99;
  display: none;
  min-height: 100vh;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  opacity: 1;
}

.menu-clientes {
  overflow: visible;
  height: auto;
}

.text-block {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cerrar-clientes {
  position: absolute;
  left: auto;
  top: 40px;
  right: 50px;
  bottom: auto;
  color: #fff;
}

.loader {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #3b3b3b;
}

.logo-loader {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-logo {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  position: relative;
  z-index: 9;
  color: #d61d1d;
}

.logo-home {
  position: relative;
  z-index: 9;
  width: 300px;
}

@media screen and (min-width: 1280px) {
  .content {
    width: 60vw;
    height: 90vh;
  }
  .logo-loader {
    width: 320px;
  }
  .logo-home {
    width: 320px;
  }
}

@media screen and (min-width: 1440px) {
  .content {
    width: 50vw;
    height: 80vh;
  }
  .logo-loader {
    width: 340px;
  }
  .logo-home {
    width: 340px;
  }
}

@media screen and (min-width: 1920px) {
  .content {
    width: 50vw;
    height: 80vh;
  }
  .logo-loader {
    width: 340px;
  }
  .logo-home {
    width: 340px;
  }
}

@media screen and (max-width: 991px) {
  .content {
    width: 80vw;
    height: 70vh;
  }
  .header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .titulo-1 {
    font-size: 26px;
    line-height: 30px;
  }
  .link {
    font-size: 16px;
  }
  .logo-loader {
    width: 280px;
  }
  .logo-home {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    width: 80vw;
    height: 60vh;
  }
  .wrapper {
    overflow: hidden;
  }
  .titulo-1 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  .link {
    font-size: 15px;
    line-height: 20px;
  }
  .links {
    line-height: 20px;
  }
  .logo-loader {
    width: 240px;
  }
  .logo-home {
    width: 240px;
  }
}

@media screen and (max-width: 479px) {
  .content {
    width: 80vw;
    height: 60vh;
  }
  .header {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@font-face {
  font-family: 'Labgrotesque';
  src: url('../fonts/lab-grotesque.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Labgrotesque';
  src: url('../fonts/LabGrotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Labgrotesque';
  src: url('../fonts/LabGrotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Labgrotesque';
  src: url('../fonts/LabGrotesque-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}