body{
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
  background-repeat: no-repeat;
}
.sensor-indutivo{
  display: grid;
  width: 1280px;
  grid-column-start: 1;
}

.titulo{
  grid-row-start: 1;
}
.sensor-indutivo h1{
  color: #555;
  padding-top: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.sensor-indutivo img{
  max-width: 300px; 
  max-height: 300px;
  background-color: #60dfcd;
	background-image: linear-gradient(315deg, #60dfcd 0%, #1e9afe 74%);
  margin-top: 20px;
}

.texto-sensor_indutivo{
  grid-column-start: 2;
  padding: 20px 20px 0 20px;
  line-height: 30px;
  text-align: justify;
}

.texto-sensor_indutivo p{
  padding-bottom: 10px;
}

.caracteristicas-sensor h1{
  padding-top: 80px;
  color: #555;
  text-align: left;
  padding-bottom: 20px;
}

.caracteristicas-sensor ul{
  list-style-position: inside;
  list-style-type: square;
  padding-bottom: 30px;
}

.btn-sensor{
  border: 3px solid #60dfcd;
	padding: 10px 30px;
	color: #60dfcd;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
  letter-spacing: .1em;
}

.btn-download-sensor{
  margin-left: 1%;
  border: 3px solid #555;
	padding: 10px 30px;
	color: #555;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
  letter-spacing: .1em;
  float: right;
}

footer{
  padding-top: 50px;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .sensor-indutivo{
    max-width: 960px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 788px){
  .sensor-indutivo{
    width: 768px;
  }
  .sensor-indutivo h1{
   padding-bottom: 20px; 
  }
  .titulo{
    text-align: center;
  }
  .image-sensor_indutivo img{
    left: 50%;
    display: block;
    margin: 0 auto;
  }
  .texto-sensor_indutivo{
    grid-column-start: 1;
    display: block;
    margin: 0 auto;
  }
}


@media only screen and (max-width: 788px) and (min-width: 630px){
  .sensor-indutivo{
    width: 460px;
  }
  .sensor-indutivo h1{
    padding-bottom: 20px; 
   }
  .titulo{
    text-align: center;
  }
  .image-sensor_indutivo img{
    left: 50%;
    display: block;
    margin: 0 auto;
  }
  .texto-sensor_indutivo{
    grid-column-start: 1;
    display: block;
    margin: 0 auto;
  }
  .btn-sensor{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .btn-download-sensor{
    display: block;
    margin: 0 auto;
    margin-left: 0%;
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 630px){
  .sensor-indutivo{
    width: 400px;
  }
  .sensor-indutivo h1{
    padding-bottom: 20px; 
   }
  .titulo{
    text-align: center;
  }
  .image-sensor_indutivo img{
    left: 50%;
    display: block;
    margin: 0 auto;
  }
  .texto-sensor_indutivo{
    grid-column-start: 1;
    display: block;
    margin: 0 auto;
  }
  .btn-sensor{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .btn-download-sensor{
    display: block;
    margin: 0 auto;
    margin-left: 0%;
    float: none;
    text-align: center;
  }
}

