/*---  fontes */

@font-face {
  font-family: "helvetica";
  src: url(font/Helvetica.ttf) format("truetype");
}

@font-face {
	font-family: "helvetica";
	src: url(font/Helvetica-Bold.ttf) format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: "helvetica";
	src: url(font/Helvetica-Black.ttf) format("truetype");
	font-weight: bolder;
}

@font-face {
	font-family: "helvetica";
	src: url(font/helvetica-light.ttf) format("truetype");
	font-weight: lighter;
}

/*--- estilo */

* {
  transition: all .3s ease-in-out 0s;
}

.body {
  font-family: helvetica;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

.mobile {
	display: none;
}

.computer {
	display: block;
}

div, ul li {
	box-sizing: border-box;
}

img.img-fluid {
	width: 100%;
	height: auto;
}

.row {
	overflow: hidden;
}

.row-bg-1 {
	background: #fdfdfd url(../img/bg-white.png) center bottom repeat-x;
	background-size: contain;
}

.row-bg-2 {
	background: #fdfdfd url(../img/bg-top-shadow.png) center top no-repeat;
}
.row-bg-3 {
	background: #fdfdfd;
	padding-bottom: 50px;
}

.col {
	float: left;
	padding: 50px;
}

.col-2 {
	width: calc(50%);
}

.col-2-10 {
	width: calc(10%);
}
.col-2-90 {
	width: calc(90%);
}

.col-3 {
	float: left;
	width: 33.333%;
	padding: 5px 30px;
}

.col-impressora-bg-azul {
	background: #174d94;
	border-radius: 0 0 75px 0;
	position: relative;
	z-index: 1;
  opacity: 0;
}

.logo {
  transform: translateX(1000px);
  text-align: right;
  display: inline-block;
  float: right;
  margin-bottom: 30px;
}

.impressora-principal {
  transform: translateX(1000px);
  width: 197% !important;
  height: auto !important;
  margin: 10px -80px 0 -240px;
}

.col-titulos {
	padding: 50px 100px 30px 50px;
	z-index: 10;
	position: relative;
}

.col-titulos h2 {
  transform: translateX(-1000px);
	line-height: .9em;
	font-size: 55px;
	color: #174d94;
	font-weight: bolder;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.col-titulos h4 {
  transform: translateX(-1000px);
	line-height: 1.2em;
	font-size: 35px;
	color: #174d94;
	font-weight: light;
}

.link-cyan-text {
  transform: translateX(-1000px);
	margin-top: 95px;
}
.link-cyan-text h5 {
	color: #31a7c5;
	font-size: 28px;
	font-weight: bolder;
	letter-spacing: -1px;
}

.link-cyan-text .linha-azul-1 {
	margin-top: -40px;
}

.link-cyan-text h6 {
	color: #31a7c5;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}

.list-icons {
  width: calc(100% + 50px);
}

.list-icons ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.list-icons ul li {
  transform: translateX(-1000px);
	float: left;
  width: 20%;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  transition: all .6s ease-in-out 0s;
}

.list-icons ul li p {
  font-size: 10px;
  margin: 5px;
  text-align: center;
	color: #174d94;
}

.col-image-2 {
  transform: translateX(-1000px);
	position: relative;
	z-index: 100;
}

.col-text-2 {
  transform: translateX(1000px);
	position: relative;
	z-index: 1;
	padding-right: 100px;
}
.col-text-2 p {
	font-size: 20px;
	line-height: 1.4;
	color: #174d94;
	padding-bottom: 10px;
}

.col-text-3 p {
	font-size: 16px;
	line-height: 1.4;
	color: #174d94;
	padding-bottom: 10px;
}

.linha-azul-2 {
    margin: 0 0 0 -100px;
}

.col-animate-scale {
  transform: translateX(-1000px);
}

figure.thumb {
	position: relative;
	height: 220px;
}

figure.thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.img-figure-thumb-1 {
	margin-left: 8px;
}
.img-figure-thumb-2 {
	margin-left: 4px;
}
.img-figure-thumb-3 {
	margin-left: 32px;
}

.figure-text {
	border-radius: 0 0 60px 0;
	overflow: hidden;
	padding: 0px 0 60px;
	min-height: 510px;
}

.figure-text p,
.figure-text h2 {
	color: #fff;
	padding: 30px 30px 0;
}

.figure-text h2 {
	font-size: 30px;
	line-height: 1.1;
	font-weight: bolder;
}

.figure-text p {
	font-size: 18px;
	line-height: 1.3;
	margin-top: -15px;
}

.figure-text-orange {
	background: #f58532;
}
.figure-text-red {
	background: #ef4152;
}
.figure-text-green {
	background: #4db591;
}

.figure-icon {
	position: relative;
	height: 150px;
	background: rgba(0,0,0,.08);
}

.figure-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
  transition: all .6s ease-in-out 0s;
	transform: translateX(-50%) translateY(-50%);
}

.item-especificacoes {
	margin-bottom: 30px;
	overflow: hidden;
  opacity: 0;
}

.especificacoes-tecnicas h2 {
	font-size: 40px;
	line-height: 1.1;
	color: #174d94;
	font-weight: bolder;
	letter-spacing: -1px;
  margin-bottom: 30px;
  opacity: 0;
}

.icon-especificacoes, .text-especificacoes {
	padding: 15px;
}

.text-especificacoes p {
	color: #174d94;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.text-especificacoes ul {
	list-style: disc inside;
	color: #174d94;
	font-size: 18px;
	font-weight: 500;
}

.text-especificacoes ul li {
	line-height: 1.5;
}

footer .col {
	padding: 30px 50px;
}

footer .logo-rodape {
    margin: 0 auto 20px;
    display: block;
}

footer p {
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

@media only screen and (max-width: 600px) {

	.mobile {
		display: block;
	}

	.computer {
		display: none;
	}

  .body {
    padding-bottom: 2200px;
  }


	.col {
		padding: 50px 20px;
	}

	.col-2 {
		width: calc(100%);
	}

	.col-2-10 {
		width: calc(100%);
	}
	.col-2-90 {
		width: calc(100%);
	}

	.col-3 {
		width: 100%;
		padding: 5px 30px 50px;
	}

  .col-impressora-bg-azul {
    padding-bottom: 10px;
  }

	.logo {
    margin-right: 30px;
	}

	.impressora-principal {
    transform: translateX(0px) !important;
    width: 112% !important;
    height: auto !important;
    margin: 10px -80px 0 -10px;
	}

  .link-cyan-text {
    margin-top: 25px;
  }

	.list-icons {
    width: calc(100%);
	}

	.list-icons ul li {
	    width: 33%;
	    padding: 0 5px 15px;
	}

	.list-icons ul li p {
    font-size: 16px;
	}

  .figure-text h2 {
    font-size: 44px;
  }

  .col-text-2 {
    padding-top: 20px;
  }

	.icon-especificacoes {
		padding-bottom: 0;
    padding-top: 0;
	}

	.icon-especificacoes img {
		width: auto;
		display: block;
		text-align: center;
		margin: auto;
	}

	.text-especificacoes {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	footer p {
    font-size: 12px;
	}

}

/* animações */


.list-icons ul li:hover {
  background: #fdfdfd;
  transform: rotateY(360deg);
  z-index: 1000;
}

.row-2-animate:hover .col-image-2 {
  transform: scale(110%);
}

.col-animate-scale:hover {
  transform: scale(110%);
}

.item-especificacoes:hover {
  transform: translateX(20px);
}

.show {
  animation: show-opacity 1s;
  animation-direction: alternate;
}

.enter-right {
  animation: right 2s;
  animation-direction: alternate;
}

.enter-left {
  animation: left 2s;
  animation-direction: alternate;
}
.enter-bottom {
  animation: bottom 2s;
  animation-direction: alternate;
}

.show {
  opacity: 1 !important;
}
.enter-right {
  transform: translateX(0px) !important;
}
.enter-left {
  transform: translateX(0px) !important;
}
.enter-bottom {
  transform: translateY(0px) !important;
  opacity: 1;
}

.header:hover .impressora-principal.enter-right {
  transform: scale(105%) translateX(0px) !important;
}

.list-icons ul li.enter-left:hover {
  background: #fdfdfd;
  transform: translateX(0px) rotateY(360deg) !important;
}

.row-2-animate:hover .col-image-2.enter-left {
  transform: translateX(0px) scale(110%) !important;
}

.col-animate-scale.enter-left:hover {
  transform: scale(110%) translateX(0px) !important;
}
.col-animate-scale.enter-left:hover .figure-icon img {
  transform: translateX(-50%) translateY(-50%) rotateY(360deg) !important;
}

@media only screen and (max-width: 600px) {

}

@keyframes show-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes right {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes left {
  0% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bottom {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* generico */

.p-t-0 {
	padding-top: 0;
}
.p-b-0 {
	padding-bottom: 0;
}
.p-l-0 {
	padding-left: 0;
}
.p-r-0 {
	padding-right: 0;
}
