.pmr-cover {
	position: relative;
	width:100%;
	height: 100%;
}
  
  .pmr-parallax {
    background-image: url("../images/pmr-index-cover.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position:left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pmr-parallax-text {
    width:50%;
    height: 0 auto;
    padding-top: 20%;
    float:left;
    font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
    font-weight: 100;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0px;
    color: white;
    padding-left: 8%;
    position: absolute;

  }
  .pmr-parallax-text-peq {
    width:30%;
    height: 0 auto;
    padding-top: 32%;
    float:left;
    font-family: 'Inter', sans-serif , Arial, Helvetica, sans-serif ;
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: white;
    padding-left: 8%;
    position: absolute;

  }
  .pmr-seta-down {
    float: left;
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    height: 0 auto;
    z-index: 4;
  }
  .pmr-seta-down img {
    max-width: 24px;
  }