 /* --------------------------------------TELAS ACIMA DE 1000px ---------------------------------*/

	@media screen and (min-width: 1000px) {

.parallax {
  /* The image used */
  background-image: url("img_parallax.jpg");
  /* Set a specific height */
  min-height: 600px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.parallax1 {
  /* The image used */background-image: url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2019/08-agosto/09/img/img_parallax1.jpg");
  /* Set a specific height */min-height: 700px; 
  /* Create the parallax scrolling effect */background-attachment: fixed;background-position:  center;background-repeat: no-repeat;

}.parallax2 {
  /* The image used */background-image: url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2019/08-agosto/09/img/img_parallax2.jpg");
  /* Set a specific height */min-height: 700px; 
  /* Create the parallax scrolling effect */background-attachment: fixed;background-position:  center;background-repeat: no-repeat;

}



.parallax3 {
  /* The image used */background-image: url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2019/08-agosto/09/img/img_parallax3.jpg");
  /* Set a specific height */min-height: 700px; 
  /* Create the parallax scrolling effect */background-attachment: fixed;background-position:  center;background-repeat: no-repeat;
}

.textoparallax {height:400px; width: 500px;font-size:22px;z-index: 1;line-height: 30px; margin-top: -40%;padding-left: 50px; padding-right: 50px; font-family: UnisansLight;color: #535353;}

}





  /* --------------------------------------TELAS ABAIXO DE 1000px ---------------------------------*/
	@media screen and (max-width: 1000px) {



.parallax2 {
  /* The image used */background-image: url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2019/08-agosto/09/img/img_parallax1-mobile.jpg");
  /* Set a specific height */ min-height: 500px; 
  /* Create the parallax scrolling effect */background-attachment: fixed;background-position:   center;background-repeat: no-repeat;    background-size: contain;

}

.parallax1 {
  /* The image used */ background-image: url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2019/08-agosto/09/img/img_parallax2-mobile.jpg");
  /* Set a specific height */ min-height: 500px; 
  /* Create the parallax scrolling effect */background-attachment: fixed;background-position:   center;background-repeat: no-repeat;    background-size: contain;
}
.parallax3 {
  /* The image used */background-image: url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2019/08-agosto/09/img/img_parallax3-mobile.jpg");
  /* Set a specific height */ min-height: 500px; 
  /* Create the parallax scrolling effect */background-attachment: fixed;background-position:  center;background-repeat: no-repeat;    background-size: contain;
}


.textoparallax {height:300px; color: #535353;font-size:16px;z-index: 1; margin-top: 0%;padding-left: 20px; padding-right: 20px;margin-right:auto; margin-left: auto;font-family: UnisansLight;}}

}
.p{
	font-size: 36px;
}



  /* TESTE PARALLAX LOGO CSS
  .parallaxlogo {background-image: url("telas-logo.png"); height: 400px; background-attachment: fixed;background-position: top center; background-repeat: no-repeat;}
  */





    @media screen and (max-width: 1000px)
    {
      .MARCA {display:none;}
    }

    @media screen and (min-width: 1000px)
    {
      .MARCA-MOBILE {display:none;}
    }


