@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

body, html {
	margin: 0;
	padding: 0;
  font-family: 'Roboto', sans-serif;
}

section {
	position: relative;
}

.row {
	padding: 0;
	margin: 0;
}

.featured-img-wrapper {
	position: absolute;
    right: 344px;
}

.topo{
  background-image: url(../imgs/bg-header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 170px;
}

.top-content {
  padding-left: 3%;
	text-align: right;
}

.top-content .col-md-4 {
	padding: 0;
}

.top-content-text {
	margin-right: 50px;
}

.product-title {
	color: #004dc3;
	font-size: 28px;
	margin-bottom: 100px;
	font-weight: bold;
}

.product-description {
	color: #333333;
    font-size: 45px;
    margin-bottom: 100px;
    font-weight: 900;
    line-height: 1.1;
}

.blue-box {
	 width: 80%;
   margin-right: 1px;
    padding: 30px;
    background-color: #3477d3;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
}

.blue-box p {
	color: #fff;
}

section.slider {
	margin-top: -135px;
}

section.slider h1 {
	color: #004dc3;
	font-size: 30px;
	font-weight: bold;
}

.img-wrapper {
	width: 100%;
	height: 600px;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cs-nav-slick {
	top: 45%;
	z-index: 2;
	cursor: pointer;
	position: absolute;
	border: 1px solid #fff;
}

.cs-nav-slick:hover {
  opacity: 0.7;
}

.nav-left {
	left: -25px;
}

.nav-right {
	right: -25px;
}

.diferenciais-content .col-md-6 {
	
}

.primeira-lista{
  margin-top: 8px;
}

.list-ic.vertical p{
    margin: 0;
    padding-left: 40px;
    margin-top: -35px;
}
.list-ic a {
  color: #788288;
  text-decoration: none;
}
.list-ic li {
  position: relative;
  color: #666666;
}
.list-ic li span {
	 padding: 1px 6px;
    display: inline-block;
    font-weight: 800;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.3;
    border-radius: 100%;
    background: #ff7e00;
    color: #fff;
    position: relative;
}
.ult-list{
      margin-top: 13px;
}
.list-ic li::before {
  content: '';
  position: absolute;
  background: #ccc;
  z-index: -1;
}
.list-ic.horizontal li {
  display: inline-block;
}
.list-ic.horizontal li span {
  margin: 0 1em;
}
.list-ic.horizontal li::before {
  top: 0.9em;
  left: -25px;
  width: 4em;
  height: 0.2em;
}
.list-ic.vertical {
  padding: 0;
  margin: 0;
}
.list-ic.vertical li {
  list-style-type: none;
  text-align: left;
}

.list-ic.vertical li:nth-child(2):before {
  height: 65px;
}

.list-ic.vertical.primeira-lista li:nth-child(2):before {
  height: 140px;
}

.list-ic.vertical.primeira-lista li:nth-child(2){
  margin-top: 22px;
}

.list-ic.vertical.primeira-lista li:last-of-type{
  margin-top: 23px;
}
.list-ic.vertical.primeira-lista li span {
  margin: 15px 5px;
}

.list-ic.vertical li span {
  margin: 13px 5px;
}

.list-ic.vertical.primeira-lista li::before {
  top: -52px;
  left: 13px;
  width: 0.2em;
  height: 4em;
}

.list-ic.vertical li::before {
  top: -32px;
  left: 13px;
  width: 0.2em;
  /*height: 4em;*/
}
.list-ic li:first-child::before {
  display: none;
}
.list-ic .active {
  background: #ccc;
}
.list-ic .active ~ li {
  background: #ccc;
}
.list-ic .active ~ li::before {
  background: #ccc;
}

section.diferenciais{
    padding: 0 0 70px;
    margin-top: 70px;
}

.slide-legenda{
    background: #3477d3;
    color: #fff;
    text-align: center;
    padding: 20px 40px;
    width: fit-content;
    border: 1px solid #fff;
    margin: -35px auto 0;
}

.diferenciais h1{
  color: #004dc3;
  margin-bottom: 50px;
      font-size: 30px;
  font-weight: 900;
}

.diferenciais h1 img{
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 10px;
}

.func{
  background-image: url('../imgs/bg-elevador.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 32px 0 60px;
}

.func .col-md-3, .func .col-md-6{
    padding-right: 10px;
    padding-left: 10px;
}

.func h2{
    text-align: center;
    color: #ff7e00;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 30px;
}

.func h2 img{
    display: block;
    margin: 0 auto 10px;
}

.bloco-cinza {
    background: #d8e3eb;
    padding: 15px 35px;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    height: 125px;
    display: flex;
}

.bloco-cinza p{
  margin: auto auto;
}

.caracteristicas{
  padding: 70px 0 90px;
  color: #fff;
  background-image: url('../imgs/bg-caracteristicas.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
      }

.p-lista{
  font-weight: 700;
}

.p-lista img{
  margin-right: 20px;
}

.bloco-crt{
    line-height: 1.5;
    border: 1px solid #62dcff;
    padding: 18px 28px;
    margin-bottom: 25px;
    margin-top: -5px;
}

.bloco-comando{
    padding-top: 113px;
}

.text-simples{
    padding-left: 33px;
    margin-top: -10px;
}

.caracteristicas h2{    
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 35px;
}

.caracteristicas h2 img{
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: -8px;
  }

@media(max-width: 960px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .diferenciais h1 img{width: 45%;}
  .bloco-comando{padding-top: 10px;}
  .top-content {
      padding-left: 0;
      text-align: left;
  }
  .blue-box{font-size: 20px;}
}

.only-mobile{display: none;}

@media(max-width: 550px){
  .list-ic.vertical li::before{
        top: -55px;
  }
  .list-ic.vertical.primeira-lista li::before{    top: -76px;}
  .list-ic.vertical.primeira-lista li:nth-child(2):before{
    height: 180px;
  }
  .list-ic.vertical li:nth-child(2):before{height: 72px}
  .only-mobile{display: block; width: 100%;}
  .product-title{margin-bottom: 10px;}
  .product-description{margin-bottom: 30px}
  .topo {
      background-image: none;
      background-position: center;
      background-repeat: no-repeat;
      padding-bottom: 130px;
  }
  .nav-right{right: 0;}
  .nav-left{left: 0;}
  .diferenciais h1{text-align: center;}
  .caracteristicas h2 img {
    float: none;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: -8px;
    display: block;
}
.blue-box{width: 100%;}
.top-content-text{margin-right: 0;}
.img-wrapper{height: 400px;}
.diferenciais h1 img{display: none;}
.caracteristicas{padding: 30px 0 50px;    background: #3477d3;}
}

@media(min-width: 1600px){
  .caracteristicas {
    padding: 70px 0 90px;
    color: #fff;
    background-image: url(../imgs/bg-caracteristicas.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
}

@media(max-width: 768px) {
  br {
    display: none;
  }
}





