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

html, body{
  height: 100%;
  font-family: Quicksand;
}
body{
  background: #272933;
}
img{
  max-width: 100%;
}
.dark-bg{
  background: #272933;  
  background-image: url('../images/bg-dark.png');
  background-repeat: no-repeat;
  background-position: center right;
  color: #efe7d0;
}
.light-bg{
  background: #efe7d0;  
  background-image: url('../images/bg-light.png');
  background-repeat: no-repeat;
  background-position: center right;
  color: #00000a;
}
.container{
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.vertical-align {
  display: flex;
  align-items: center;
}
#header {
  text-align: center;
  background: url('../images/header-bg.jpg');
  padding-bottom: 60px;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
  height: 96%;
  position: relative;
}
#header .wrap{
  top: 50%;
  margin-top: -90px;
  position: relative;
}
.logo-pmp{
  width: 90%;
  max-width: 490px;
  margin: auto;
  position: relative;
}
.logo-pmp img{
  width: 100%;
}
.txt-apoio {
  letter-spacing: 4px;
  font-weight: 500;
}
#header .txt-apoio {
  margin-top: 40px;
  color: white;
  font-size: 0.8em;
}
#header .more{
  position: absolute;
  bottom: 20px;
  width: 100%
;}
#header .more img {
    max-width: 50%;
}
#header .link-loja {
    background: #3bb34a;
    padding: 10px 35px 6px;
    border-radius: 100px;
    color: white;
    font-size: 1em;
    display: inline-block;
    position: relative;
    transition: all .3s ease;
}
#header .link-loja:after {
    position: absolute;
    top: 2px;
    right: -13px;
    content: "";
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 29px solid #3bb34a;
    transition: all .3s ease;
}
#header .link-loja:hover {
  text-decoration: none;
  background: #87af48;
}
#header .link-loja:hover:after{
  border-left-color: #87af48;
}
.section{
  height: 100%;
  width: 100%;  
}
#frases {
  padding-top: 4%;
  overflow: hidden;
}
#frases .container{
  padding-bottom: 4%
}
#frases img {
    max-width: 100%;
}
#revolucao, #diferenciais {
    font-size: 1.2em;
    font-weight: 500;
}
#revolucao p, #diferenciais p {
    margin-bottom: 25px;
}
#diferenciais ul {
    list-style-image: url('../images/list-image.png');
    padding: 0;
    list-style-position: inside;
}
#diferenciais li{
    font-size: 0.9em;
    margin-bottom: 12px;
}
#missao p {
    font-size: 1.2em;
    font-weight: 500;
    margin: 25px 0;
}
#missao .item {
    margin-bottom: 40px;
}
#missao .arrow {
    padding-top: 20px;
}
#missao .item > div {
    width: 100%;
}
/*#footer {
    height: auto;
}
#footer .container {
    padding: 50px 0;
}*/
#footer .link-loja {
    background: #3bb34a;
    padding: 25px 80px;
    border-radius: 100px;
    color: white;
    font-size: 1.7em;
    display: inline-block;
    position: relative;
    transition: all .3s ease;
}
#footer .link-loja:hover {
  text-decoration: none;
  background: #87af48;
}
 #footer .link-loja:hover:after{
  border-left-color: #87af48;
}
#footer .link-loja:after {
    position: absolute;
    top: 10px;
    right: -17px;
    content: "";
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 34px solid #3bb34a;
    transition: all .3s ease;
}
#footer .logo-pmp{
  width: 60%;
  max-width: 300px;
}
#footer .contato a {
    color: black;
    font-weight: 500;
    font-size: 1.2em;
}

@media (min-width: 576px){  
  #header .txt-apoio {
    letter-spacing: 5px;
    font-weight: normal;
  }
  #header .wrap{
    margin-top: -150px;
  }
  #header .link-loja-wrap {
      position: absolute;
      bottom: 0;
      right: 5%;
      z-index: 1;
  }
  #footer .txt-apoio{
    font-size: 0.9em;
  }
}

.margin-bottom-20{
  margin-bottom: 20px;
}
.btn-primary2 {
    color: #fff;
    background-color: #3bb44a;
    border-color: #3bb44a;
    width: 100%;
}


@media (max-width: 576px){  
  #header {
    background-position-x: -500px;
  }
  #header .txt-apoio {
    font-size: 0.7em;
  }
  #header .link-loja-wrap {
      position: absolute;
      left: 50%;
      margin-left: -145px;
      top: 0;
      z-index: 1;
  }
  #header .link-loja:after {
      top: 1px;
      right: -15px;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
      border-left: 29px solid #3bb34a;
  }
  #header .link-loja{
    padding: 11px 35px;    
  }
  #header .link-loja img {
    width: 26px;
    margin-top: -7px;
  }
  #footer .txt-apoio {
    font-size: 0.5em;
    letter-spacing: 3px;
  }
  #footer .link-loja {
    padding: 15px 25px;
    font-size: 1.2em;
  }
  #footer .link-loja img {
      width: 25px;
  }
  #footer .contato a {
    font-size: 1em;
    display: block;
  }
  #footer .link-loja:after {
      border-top: 21px solid transparent;
      border-bottom: 21px solid transparent;
      border-left: 20px solid #3eb448;
      right: -11px;
      top: 8px;
  }
  #frases img {
      width: 70%;
  }
}


@media (max-width: 340px){  
  #footer .link-loja {
    padding: 15px 20px;
    font-size: 1.1em;
  }
}



@media (min-width: 1300px){  
  #revolucao {
      font-size: 1.4em;
  }
}