/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
  h2{
    font-size: 20px;
  }
  .w-50{
    width: 13%!important;
  }
  .slide{
  	background-position: bottom right;
  }
  .slide2{
    background-position: bottom center;
  }
  .slide3{
  	background-position: bottom center;
  }
  .arrow:after {
    width: 2em;
 	  bottom: 20em;
 }
  .divtitulo{
    margin-top: 200px;
    margin-left: 50px;
  }
  .divtitulor{
    margin-top: 120px;
    margin-left: 35px;
    margin-right: 10px;
  }
  .divtituloc{
    margin-top: 50px;
    margin-left: 30px;
  }
  .divtitulos{
    margin-top: 85px;
    margin-left: 50px;
  }

  .titulo{
    color: #fff;
    font-size: 33px;
    font-weight: 1800;
    text-align: center;
  }

  .titulo2, .titulo3{
    font-size: 28px;
    font-weight: 1000;
  }
  .titulo4{
    font-size: 28px;
  }
  .home{
    min-height: 220vh;
  }
  .homepreco{
    min-height: 205vh;
  }
  .homeserv{
    min-height: 450vh;
  }
  .homecontato{
    margin-top: 0;
    margin-left: 0;
    min-height: 235vh;
  }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media  (min-device-width : 768px) and (max-device-width : 1024px){
  .slide{
  	background-position: bottom right;
  }
  .slide2{
    background-position: bottom center;
  }
  .slide3{
  	background-position: bottom center;
  }
  .divtitulo{
    margin-top: 400px;
    margin-left: 50px;
  }
  .divtitulos{
    margin-top: 120px;
    margin-left: 160px;
  }
  .divtitulor{
    margin-top: 120px;
    margin-left: 160px;
  }
  .divtituloc{
    margin-top: 60px;
    margin-left: 30px;
  }
  .home{
    min-height: 100vh;
  }
  .homepreco{
    min-height: 100vh;
  }
  .homeserv{
    min-height: 225vh;
  }
  .homecontato{
    min-height: 150vh;
  }
}
