body {
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 100%;
  min-height: 100%;
  transition: all 0.2s linear;
}

a, img, link, hover, :hover, ::after, div {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.margin-zero {
  margin: 0px 0 !important;
}

.class-margim {
  margin: 20px 0;
}

.box-title {
  width: 100%;
  font-size: 42px;
  font-weight: 600;
  color: #CC2832;
}

.box-title-alt {
  width: 100%;
  font-size: 34px;
  font-weight: 600;
  color: #CC2832;
}

.box-top {
  display: flex;
  position: relative;
  width: 100%;
  height: 80px;
  align-items: center;
  text-align: center;
  background: #FFF;
  z-index: 998;
}

.box-logo-top {
  width: 450px;
  text-align: center;
  z-index: 998;
}

.box-menu {
  width: fit-content;
  position: absolute;
  z-index: 998;
  font-weight: 500;
  right: 100px;
}
.box-menu a {
  margin-right: 20px;
}
.box-menu a:link, .box-menu a:active, .box-menu a:visited {
  color: black;
  text-decoration: none;
}
.box-menu a:hover {
  color: #d72020;
}

.box-content-container {
  width: 980px;
  margin-top: 80px;
  margin: 80px auto 0 auto;
  padding-bottom: 50px;
  box-sizing: border-box;
}

.box-banner {
  width: 100%;
  margin: 0;
}
.box-banner img {
  width: 100%;
}

.box-second-block-wrap {
  margin-top: -6px;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, rgb(13, 40, 79) 0%, rgb(25, 83, 170) 100%);
}

.box-second-block-content {
  display: flex;
  width: 70%;
  min-height: 550px;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.box-separator-right-black {
  width: 100%;
  height: 100px;
  margin-top: -30px;
  margin-bottom: -30px;
  position: relative;
}
.box-separator-right-black::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 48px;
  left: 0;
}

.box-separator-left-black {
  width: 100%;
  height: 100px;
  margin-top: -30px;
  margin-bottom: -30px;
  position: relative;
}
.box-separator-left-black::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 48px;
  left: 0;
}

.box-separator-left-white {
  width: 100%;
  height: 100px;
  margin-left: -50px;
  border-left: solid 1px #FFF;
  position: relative;
}
.box-separator-left-white::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 48px;
  left: 0;
}

.box-separator-right-white {
  width: 100%;
  height: 100px;
  border-right: solid 1px #FFF;
  position: relative;
}
.box-separator-right-white::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 48px;
  left: 0;
}

.box-second-block-left {
  width: 49%;
  align-items: center;
  color: white;
}

.box-second-block-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.box-second-block-text {
  font-size: 24px;
}

.box-second-block-right {
  width: 50%;
  display: inline-block;
  text-align: center;
}

.box-slider-container {
  width: 95%;
  margin: 0px auto 0px auto;
}

.box-system {
  position: relative;
  width: 350px;
  height: 350px;
  border: solid 2px #1953AA;
  text-align: center;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 30px;
  margin: 30px 30px 50px 30px;
  color: #CC2832;
}
.box-system::after {
  content: "+";
  font-size: 48px;
  position: absolute;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: #1953AA;
  border-radius: 7px;
  color: white;
  bottom: -25px;
  right: -25px;
}
.box-system:hover {
  border-color: #CC2832;
}
.box-system:hover:after {
  background: #CC2832;
}

.box-system img {
  width: 80%;
}

.box-system-title {
  width: 350px;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.box-tecno-wrap {
  position: relative;
  width: 100%;
  height: 665px;
  margin-top: 50px;
  background: #000;
  color: #FFF;
  background: url(../img/traumec_fabrica.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-tecno-wrap::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #001c2e 0%, #610202 100%);
  opacity: 0.95;
  --bg-overlay-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 990;
}

.box-tecno-left-wrap {
  width: 49%;
  height: 100%;
  box-sizing: border-box;
  display: inline-flex;
  /*    padding: 70px;*/
  /*    vertical-align: top;*/
  z-index: 998;
  position: relative;
}

.box-tecno-right-wrap {
  width: 49%;
  height: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  display: inline-flex;
  /*    padding: 100px 100px 100px 70px;*/
  vertical-align: top;
  z-index: 998;
  position: relative;
  align-items: center;
  padding-left: 50px;
}

.box-tecno-text {
  width: 90%;
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
}
.box-tecno-text p {
  font-size: 36px;
  font-weight: 500;
}

.box-button {
  min-width: 200px;
  height: 50px;
  padding: 0px 15px;
  box-sizing: border-box;
  color: white;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  border: solid 2px white;
  border-radius: 10px 0px 0px 10px;
}
.box-button::after {
  content: "+";
  font-size: 48px;
  line-height: 46px;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -2px;
  right: -50px;
  border: solid 2px white;
  border-radius: 0px 10px 10px 0px;
}
.box-button:hover {
  color: #CC2832;
  border-color: #CC2832;
}
.box-button:hover::after {
  border-color: #CC2832;
}

.box-button-mini {
  min-width: 50px;
  height: 35px;
  padding: 0px 15px;
  box-sizing: border-box;
  color: #1953AA;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  border: solid 2px #1953AA;
  border-radius: 10px 0px 0px 10px;
}
.box-button-mini::after {
  content: "";
  font-size: 28px;
  line-height: 32px;
  background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g transform="matrix(1,0,0,1,-0.0166881,-0.0269576)"><g transform="matrix(0.872272,0,0,0.872272,1.01669,1.02696)"><path d="M0,8L16,8L8,0L16,8L8,16L16,8" style="fill:none;stroke:rgb(25,83,170);stroke-width:2.29px;"/></g></g></svg>') no-repeat center;
  background-size: 15px;
  text-align: center;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -2px;
  right: -35px;
  border: solid 2px #1953AA;
  border-radius: 10px 10px 0px 0px;
  transform: rotate(90deg);
}
.box-button-mini:hover:after {
  background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g transform="matrix(1,0,0,1,-0.0166881,-0.0269576)"><g transform="matrix(0.872272,0,0,0.872272,1.01669,1.02696)"><path d="M0,8L16,8L8,0L16,8L8,16L16,8" style="fill:none;stroke:rgb(204,40,50);stroke-width:2.29px;"/></g></g></svg>') no-repeat center;
  background-size: 15px;
}
.box-button-mini:hover {
  color: #CC2832;
  border-color: #CC2832;
}
.box-button-mini:hover::after {
  border-color: #CC2832;
}

.box-events-wrap {
  margin-top: 30px;
  margin-bottom: 70px;
}

.box-event-container {
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: auto;
  left: 0px;
  grid-area: 2/1/3/2;
  justify-self: start;
  align-self: start;
}

.box-event-cell {
  margin: 20px;
  width: calc(49% - 40px);
  padding: 20px;
  border: 2px solid #1953AA;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px;
}
.box-event-cell:hover {
  border-color: #CC2832;
}

.box-event-cell-wrap {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.box-event-cell-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
}

.box-event-title {
  width: calc(90% - 100px);
  margin-left: 20px;
  display: inline-block;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
}

.box-event-info {
  font-size: 20px;
  text-align: center;
}

.box-event-link {
  font-size: 48px;
  z-index: 997;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1953AA;
  color: white;
  bottom: -25px;
  right: -25px;
  border-radius: 7px;
}
.box-event-link:hover {
  background: #CC2832;
}

.box-base-wrap {
  width: 100%;
  min-height: 350px;
  position: relative;
  background: url(../img/watermark.png) no-repeat, #991616;
  background-position: 30px center;
  color: white;
  bottom: 0;
  margin-top: 50px;
}

.box-base-content {
  width: 950px;
  height: 70px;
  margin: auto;
  padding: 55px 0px;
  position: relative;
  z-index: 998;
}

.box-base-logo {
  width: 480px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}

.box-base-social {
  width: fit-content;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 38px;
  box-sizing: border-box;
  padding-left: 50px;
  font-weight: 600;
}
.box-base-social p {
  margin: 0;
}

.box-base-icon-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.box-base-icon {
  width: 35px;
  display: inline-block;
}
.box-base-icon img {
  filter: invert(23%) sepia(47%) saturate(4818%) hue-rotate(343deg) brightness(83%) contrast(91%);
}

.box-base-adress {
  font-size: 18px;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
}

.box-base-copyrights {
  position: relative;
  padding: 15px;
  text-align: center;
  color: #CC2832;
  border-top: solid 1px #CC2832;
}

.box-shelf-wrap {
  width: 33%;
  display: inline-block;
  margin: 50px 0;
}
.box-shelf-wrap p {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.box-shelf-wrap .box-button {
  color: #1953AA;
  border-color: #1953AA;
}
.box-shelf-wrap .box-button::after {
  border-color: #1953AA;
}
.box-shelf-wrap .box-button:hover:after {
  color: #CC2832;
  border-color: #CC2832;
}
.box-shelf-wrap .box-button:hover {
  color: #CC2832;
  border-color: #CC2832;
}

.box-shelf-img {
  width: 100%;
  height: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.box-shelf-img img {
  max-height: 200px;
  max-width: 300px;
}

.box-button-shelf {
  width: 250px;
  margin: 20px auto;
}

.box-registro-anvisa {
  font-size: 16px;
}

.box-content {
  padding: 50px 0px 0px 0px;
}
.box-content .box-button {
  color: #1953AA;
  border-color: #1953AA;
}
.box-content .box-button::after {
  border-color: #1953AA;
}
.box-content .box-button:hover:after {
  color: #CC2832;
  border-color: #CC2832;
}
.box-content .box-button:hover {
  color: #CC2832;
  border-color: #CC2832;
}

.box-content-flex {
  margin: 50px 0;
  padding: 0px 0px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-content-flex .box-button {
  color: #1953AA;
  border-color: #1953AA;
}
.box-content-flex .box-button::after {
  border-color: #1953AA;
}
.box-content-flex .box-button:hover:after {
  color: #CC2832;
  border-color: #CC2832;
}
.box-content-flex .box-button:hover {
  color: #CC2832;
  border-color: #CC2832;
}

.box-3dview-container {
  width: 100%;
  text-align: center;
  margin: 50px 0 70px 0;
  position: relative;
}
.box-3dview-container::after {
  content: "";
  width: 350px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: calc(50% - 175px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.box-subtitle {
  font-weight: 500;
  font-size: 24px;
  margin: 30px 0;
}

.box-event-wrap {
  padding: 20px 30px 50px 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #a7a7a7;
}

.box-event-image {
  width: 29%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.box-event-image img {
  width: 70%;
}

.box-event-text {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.box-event-text p {
  margin: 10px 0;
}
.box-event-text strong {
  font-size: 24px;
}

/**/
/*Form*/
/**/
.box-location {
  margin-bottom: -55px;
}

.language-select span {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.33333333em;
  height: 1.33333333em;
  line-height: 1em;
}
.language-select a {
  margin: 0;
  display: inline-block;
}

.lng-br {
  background: url("../img/br.svg");
}

.lng-es {
  background: url("../img/es.svg");
}

.lng-us {
  background: url("../img/us.svg");
}

.box-twin-content {
  width: 49%;
  display: inline-block;
}

.box-twin-image {
  width: 49%;
  display: inline-block;
  text-align: center;
}
.box-twin-image img {
  max-width: 350px;
  max-height: 350px;
}

.box-header-wrap {
  width: 100%;
}
.box-header-wrap img {
  width: 100%;
}

.box-about-us {
  width: 700px;
  position: absolute;
  border: solid 2px #FFF;
  border-radius: 15px;
  z-index: 999;
  box-sizing: border-box;
  padding: 30px 40px 40px 40px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
}

.box-principle-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px 100px;
}

.box-principle-cell {
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 30px;
  vertical-align: top;
}
.box-principle-cell strong {
  font-weight: 500;
}

.box-instruction-wrap {
  min-height: 50px;
  border-bottom: solid 1px #808080;
  padding-top: 20px;
  font-size: 16px;
}

.box-instruction-button {
  display: inline-flex;
  padding-right: 50px;
}

.box-instruction-title {
  display: inline-flex;
}

/*# sourceMappingURL=style.css.map */
