body {
  background-color: #fff
}

h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #2d2d2d
}

h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #2d2d2d
}

h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #2d2d2d
}

h4 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #2d2d2d
}

h5 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: .7rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .07rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #2d2d2d
}

h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #2d2d2d
}

p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: #2d2d2d
}

ul li {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

ol li {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

blockquote {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 2.5rem;
  color: #2d2d2d
}

a {
  text-decoration: underline;
  color: inherit
}

a:hover {
  opacity: .8
}

.fr_blue_button {
  float: none;
  display: block;
  width: 12rem;
  background-color: #0089cf;
  min-height: 4rem;
  border-radius: 1rem
}

.fr_blue_button.fr-text p {
  line-height: 4rem;
  text-align: center;
  color: red
}

.fr_container {
  float: none;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/thumbnail/velo-ambev-site-rendering.jpg_1600x1200.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 100vh
}

.fr_container_2 {
  float: none;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 12em
}

.fr_image_2 {
  float: none;
  display: block;
  left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  max-width: 1000px
}

.fr_image_3 {
  float: none;
  display: none;
  left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  max-width: 1000px
}

@media screen and (max-width:768px) {
  .fr_image_2 {
    max-width: 700px
  }

  .fr_image_3 {
    max-width: 700px
  }
}

@media screen and (max-width:480px) {
  .fr_container {
    background-repeat: no-repeat;
    background-image: url(../images/thumbnail/velo-branca-ambev-sem-logo-para-site03.jpg_461x986.jpg);
    background-position: center top;
    background-size: cover
  }

  .fr_container_2 {
    min-height: 8rem
  }

  .fr_image_2 {
    display: none;
    width: 100%;
    max-width: 400px
  }

  .fr_image_3 {
    display: block;
    width: 100%;
    margin-top: 3rem;
    max-width: 400px
  }
}

@media screen and (max-width:320px) {
  .fr_container_2 {
    min-height: 6rem
  }

  .fr_image_2 {
    max-width: 300px
  }

  .fr_image_3 {
    max-width: 300px
  }
}