@charset "UTF-8";
body {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  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;
}

a {
  text-decoration: none;
}

.button {
  font-size: 24px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 30px 7px 30px;
  color: white;
  background: #007592;
}
.button a:link, .button a:active, .button a:visited, .button a:hover {
  color: white;
  text-decoration: none;
}
.button:hover {
  background: #009fc7;
}

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

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

.box-menu {
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  font-size: 18px;
}
.box-menu a {
  margin-right: 20px;
}
.box-menu a:link, .box-menu a:active, .box-menu a:visited {
  color: white;
  text-decoration: none;
}
.box-menu a:hover {
  color: #03728b;
}

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

.box-feature {
  width: 1000px;
  margin: 30px auto 0px auto;
}

.box-orbital {
  width: 450px;
  height: 450px;
  display: inline-block;
}

.box-orbital-full {
  width: 1000px;
  height: 550px;
  padding-top: 100px;
  margin: 70px auto -20px auto;
}

.box-orbital-wrap {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 -40px 40px -40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -40px 40px -40px rgba(0, 0, 0, 0.1);
}
.box-orbital-wrap::after {
  content: "Veja o produto em 360°";
  position: absolute;
  top: 20px;
  font-size: 24px;
  color: #033045;
  width: 300px;
  text-align: center;
  left: calc(50% - 150px);
}
.box-orbital-wrap::before {
  content: "";
  width: 350px;
  height: 2px;
  background: #17516c;
  position: absolute;
  top: 65px;
  left: calc(50% - 175px);
}

.box-feature-text {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 300;
}
.box-feature-text .box-text {
  line-height: 28px;
}

.box-title {
  font-size: 34px;
  color: #17516c;
  /*    text-align: center;*/
  position: relative;
  padding: 0px 0px 15px 0px;
  border-bottom: 2px solid #17516c;
  margin-bottom: 30px;
  margin-top: 30px;
}

.box-anvisa {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  color: #62a3b2;
  background: #FFF;
  padding: 5px 15px;
  left: 50px;
  top: 43px;
}

.box-slider {
  width: 100%;
  height: 530px;
  background: #e8e8e8;
}

.box-slider-control {
  width: 1400px;
  height: 530px;
  display: flex;
  align-items: center;
  margin: auto;
}
.box-slider-control .slick-prev {
  left: -135px;
}
.box-slider-control .slick-next {
  right: -85px;
}

.box-inside-image {
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  background: url(../img/inside-techimport.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-inside-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 81, 111) 0%, rgb(0, 24, 40) 100%);
  --bg-overlay-color: transparent;
  opacity: 0.85;
}

.box-enterprise-in {
  width: 800px;
  position: absolute;
  left: calc(50% - 400px);
  top: 50px;
  color: white;
  z-index: 999;
  text-align: center;
}
.box-enterprise-in p {
  margin: 0px;
}

.box-entertext {
  text-align: center;
  margin-bottom: 30px;
}
.box-entertext-small {
  font-size: 54px;
}
.box-entertext-big {
  font-size: 76px;
}
.box-entertext p {
  margin: 30px 10px 30px 10px;
  line-height: 90px;
}

.box-slider-box {
  width: 420px;
  height: 420px;
  margin-bottom: 25px;
  background: white;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-slider-box img {
  max-width: 350px;
}

.box-slider-button {
  width: 300px;
  height: 50px;
  bottom: -25px;
  position: absolute;
  font-size: 18px;
  color: white;
  background: #033045;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-certified-wrap {
  width: 1000px;
  display: flex;
  margin: auto;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-certified-tech {
  width: 39%;
  text-align: center;
}
.box-certified-tech p {
  font-size: 54px;
  margin: 10px 0px 0px 0px;
  font-weight: 600;
  color: #033045;
}
.box-certified-tech img {
  border: solid 2px #033045;
  padding: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.box-certified-logos {
  width: 60%;
  text-align: center;
}

.box-bottom-wrap {
  width: 100%;
  background: linear-gradient(to bottom, rgb(0, 33, 51) 0%, rgb(0, 22, 37) 100%);
}

.box-bottom {
  width: 1000px;
  padding: 40px 0px;
  margin: auto;
  display: flex;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-bottom-logo {
  width: 39%;
  text-align: center;
}
.box-bottom-logo span {
  margin: 0px 10px;
}

.box-bottom-adress {
  width: 60%;
  font-size: 18px;
}

.box-copyrights {
  width: 100%;
  padding: 20px 0px;
  background: #003749;
  position: relative;
  text-align: center;
  color: white;
  font-size: 18px;
}

.box-emultec {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 13px;
}

.box-content-wrap {
  width: 100%;
  margin-bottom: 40px;
}

.box-content {
  width: 1000px;
  margin: auto;
}

.box-left-wrap {
  width: 590px;
  font-size: 18px;
  box-sizing: border-box;
  display: inline-block;
  color: #17516c;
  vertical-align: middle;
}
.box-left-wrap p {
  font-size: 20px;
  font-weight: bold;
  color: #17516c;
}
.box-left-wrap li {
  margin: 10px 0px;
  padding: 5px;
}

.box-right-wrap {
  width: 400px;
  padding-top: 20px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.box-right-wrap img {
  max-height: 300px;
}

.box-instruction-wrap {
  width: 100%;
  position: relative;
  padding: 40px 0px 20px 0px;
  margin: 30px 0px;
  -webkit-box-shadow: 0 -40px 40px -40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -40px 40px -40px rgba(0, 0, 0, 0.1);
}
.box-instruction-wrap p {
  font-size: 20px;
  font-weight: bold;
  color: #17516c;
}

.box-instruction {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 0px;
}

.box-twins {
  width: 490px;
  padding: 0px 20px 20px 20px;
  font-size: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  color: #17516c;
}
.box-twins li {
  margin: 10px 0px;
}

.box-downloads-wrap {
  display: inline-block;
  text-align: center;
  margin-top: 40px;
  margin-right: 30px;
}

.box-downloads {
  width: 120px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  padding: 20px;
  background: #033045;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.box-downloads:hover {
  background: #001524;
}
.box-downloads span {
  position: absolute;
  color: white;
  font-size: 8px;
  bottom: 9px;
  width: 115px;
  left: 0px;
}

.box-content-list {
  width: 1000px;
  margin: 50px auto 0px auto;
}

.box-list-item {
  width: calc(33% - 31px);
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 20px 20px 40px 20px;
  margin: 30px 15px;
  text-align: center;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.box-list-item:hover {
  box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.box-list-item div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
}
.box-list-item img {
  max-height: 200px;
  max-width: 80%;
}
.box-list-item p {
  position: absolute;
  font-size: 16px;
  color: white;
  background: #033045;
  padding: 10px 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  bottom: -35px;
}

.box-cert-twins {
  width: 49%;
  margin: 10px 0px;
  display: inline-block;
  vertical-align: top;
}
.box-cert-twins img {
  width: 70%;
  margin-left: 50px;
}

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

.box-black {
  margin-bottom: -5px;
}

.box-event-outliner {
  width: 48%;
  height: 255px;
  vertical-align: top;
  position: relative;
  display: inline-block;
  border: solid 1px #EEE;
  padding: 15px;
  box-sizing: border-box;
  margin-left: 10px;
}
.box-event-outliner:hover {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.07);
}

.box-event-image {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.box-event-image img {
  width: 150px;
}

.box-event-intext {
  width: calc(99% - 200px);
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  vertical-align: middle;
  color: #999;
}
.box-event-intext strong {
  font-size: 16px;
  color: #17516c;
}

.box-event-align {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-button {
  font-weight: 300;
  color: white;
  width: fit-content;
  padding: 10px 20px;
  background: #001524;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.box-button:hover {
  background: #033045;
}

.box-event-plaque {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #007592;
  top: 0px;
  right: 0px;
  color: white;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  border-bottom-left-radius: 15px;
}
.box-event-plaque div {
  font-size: 18px;
  padding-top: 18px;
  font-weight: 400;
}

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