/*
 * Fonts


 */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* line 16, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/constants.scss */
.scaled-font, .brasa-font, .product-font {
  transform: scale(0.95, 1);
  /* W3C */
  -webkit-transform: scale(0.95, 1);
  /* Safari and Chrome */
  -moz-transform: scale(0.95, 1);
  /* Firefox */
  -ms-transform: scale(0.95, 1);
  /* IE 9 */
  -o-transform: scale(0.95, 1);
  /* Opera */
}

/* line 24, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/constants.scss */
.brasa-font {
  font-family: "Lato";
  font-weight: 700;
}

/* line 30, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/constants.scss */
.product-font {
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
}

/*
 * Colors
 */
/*
 * Sizes
 */
/*font: [font-stretch] [font-style] [font-variant] [font-weight] [font-size]/[line-height] [font-family];*/
/* line 11, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
.transitions {
  -webkit-transition: top 1s ease, background-color 1s ease;
  -moz-transition: top 1s ease, background-color 1s ease;
  -o-transition: top 1s ease, background-color 1s ease;
  transition: top 1s ease, background-color 1s ease;
}

/* line 18, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div.row {
  max-width: 96rem;
}

/* line 22, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div.section-content-wrapper {
  margin: 0 auto;
}

/* line 26, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
section#top-section {
  height: 100vh;
}
@media screen and (max-width: 55em) {
  /* line 26, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  section#top-section {
    background-position: top center;
    background-image: url(/assets/home/home-cropped-video.png);
  }
  /* line 32, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  section#top-section video.top-video {
    display: none;
  }
}
/* line 37, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
section#top-section video.top-video {
  background-position: center top;
  opacity: 0.90;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  background-size: cover;
}
@media screen and (max-width: 55em) {
  /* line 37, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  section#top-section video.top-video {
    display: none;
  }
}

/* line 59, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
h1 {
  text-align: center;
  font-family: "Merriweather", "Georgia", "Times New Roman";
  font-size: 2rem;
  color: #fafafa;
  text-shadow: 0.2rem 0.2rem 0rem rgba(0, 0, 0, 0.5);
  margin-top: 5rem;
}

/* line 68, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div.frase-impacto {
  top: 10%;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* line 73, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div.frase-impacto img {
  max-height: 30rem;
}

/* line 78, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div.bottom-part {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30%;
  /*span {
     display:inline-block;
     transform:scale(0.95,1); /* W3C */
  -webkit-transform: scale(0.95, 1);
  /* Safari and Chrome */
  -moz-transform: scale(0.95, 1);
  /* Firefox */
  -ms-transform: scale(0.95, 1);
  /* IE 9 */
  -o-transform: scale(0.95, 1);
                            /* Opera
}*/
}
@media screen and (max-width: 55em) {
  /* line 78, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div.bottom-part {
    display: none;
  }
}
/* line 88, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div.bottom-part img {
  max-height: 6rem;
}
/* line 101, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div.bottom-part p.more {
  color: #d9c200;
  font-size: 18px;
  font-weight: 600;
  font-family: expanded normal 200 1.5rem/2em "Merriweather", "Georgia", "Times New Roman";
  position: relative;
  bottom: 2rem;
}

/* line 111, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper {
  background-color: #284655;
}
/* line 114, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper .section-content-wrapper {
  max-width: 96rem;
  margin: 0 auto;
}
/* line 119, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#seja-membro-section {
  height: 110px;
  background-color: #222A35;
}
@media screen and (max-width: 37em) {
  /* line 119, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#seja-membro-section {
    height: auto;
    padding-bottom: 3rem;
  }
}
/* line 129, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#seja-membro-section div.membro-div {
  top: 4rem;
}
@media screen and (max-width: 37em) {
  /* line 129, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#seja-membro-section div.membro-div {
    top: 2rem;
    bottom: 1rem;
    height: auto;
  }
}
/* line 138, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#seja-membro-section div.membro-div a {
  border: 3px solid #7CB342;
  padding-top: 1rem 3rem;
  border-radius: 0.8rem;
  text-align: center;
  transition: 1s;
  font-family: "Lato";
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background-color: #7CB342;
  position: relative;
  padding: 1rem 1rem;
}
@media screen and (max-width: 55em) {
  /* line 138, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#seja-membro-section div.membro-div a {
    margin: 1rem auto 1rem;
  }
}
@media screen and (max-width: 37em) {
  /* line 138, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#seja-membro-section div.membro-div a {
    display: block;
    width: 40%;
    margin: 0.5rem auto 0.5rem;
    padding: 0.5rem 0.5rem;
    font-size: 15px;
  }
}
/* line 170, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#seja-membro-section div.membro-div a:hover {
  color: #7CB342;
  background-color: white;
  transition: 1s;
}
/* line 175, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#seja-membro-section div.membro-div span {
  display: inline-block;
  transform: scale(0.95, 1);
  /* W3C */
  -webkit-transform: scale(0.95, 1);
  /* Safari and Chrome */
  -moz-transform: scale(0.95, 1);
  /* Firefox */
  -ms-transform: scale(0.95, 1);
  /* IE 9 */
  -o-transform: scale(0.95, 1);
  /* Opera */
}
@media screen and (max-width: 37em) {
  /* line 175, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#seja-membro-section div.membro-div span {
    display: block;
  }
}
/* line 186, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#seja-membro-section div.membro-div span.membro-span {
  width: 70%;
  font-family: expanded normal 200 1.5rem/2em "Merriweather", "Georgia", "Times New Roman";
  font-size: 24px;
  color: white;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 37em) {
  /* line 186, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#seja-membro-section div.membro-div span.membro-span {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media screen and (max-width: 55em) {
  /* line 186, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#seja-membro-section div.membro-div span.membro-span {
    width: auto;
    margin-left: 6rem;
    margin-right: 2rem;
  }
}
/* line 210, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#icones-section {
  background-color: #f6f6f6;
  padding: 2rem;
}
@media screen and (max-width: 55em) {
  /* line 210, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section {
    padding: 1rem;
  }
}
/* line 218, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#icones-section span {
  display: inline-block;
  transform: scale(0.95, 1);
  /* W3C */
  -webkit-transform: scale(0.95, 1);
  /* Safari and Chrome */
  -moz-transform: scale(0.95, 1);
  /* Firefox */
  -ms-transform: scale(0.95, 1);
  /* IE 9 */
  -o-transform: scale(0.95, 1);
  /* Opera */
}
@media screen and (max-width: 55em) {
  /* line 218, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section span {
    display: block;
    margin: 0 auto;
    top: 1rem;
  }
}
/* line 233, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#icones-section div.icones-data {
  padding-top: 5rem;
}
@media screen and (max-width: 55em) {
  /* line 233, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section div.icones-data {
    padding: 0rem;
  }
}
@media screen and (max-width: 55em) {
  /* line 242, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section div.individual-icone {
    padding: 2rem;
  }
}
@media screen and (max-width: 37em) {
  /* line 242, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section div.individual-icone {
    padding: 1.3rem;
  }
}
/* line 252, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#icones-section span.icones-numeros {
  color: #625764;
  font-family: expanded normal 200 1.5rem/2em "Merriweather", "Georgia", "Times New Roman";
  font-weight: 400;
  font-size: 50px;
  bottom: 2rem;
  left: 1rem;
  position: relative;
}
@media screen and (max-width: 55em) {
  /* line 252, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section span.icones-numeros {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 37em) {
  /* line 252, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section span.icones-numeros {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 37em) {
  /* line 273, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section img {
    max-height: 20%;
  }
}
/* line 279, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#icones-section p {
  color: #726974;
  font-family: expanded normal 200 1.5rem/2em "Merriweather", "Georgia", "Times New Roman";
  font-weight: 400;
  font-size: 24px;
  bottom: 3rem !important;
}
@media screen and (max-width: 37em) {
  /* line 279, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#icones-section p {
    font-size: 2.5rem;
    text-align: center;
  }
}
/* line 293, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#slider {
  height: auto;
  width: 100%;
  background: src(".slider-background");
  background-position: cover;
}
/* line 301, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#slider div.slider-text {
  margin-bottom: 26rem;
  margin-left: 16rem;
  margin-right: 16rem;
  background-color: transparent;
}
@media screen and (max-width: 55em) {
  /* line 301, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#slider div.slider-text {
    margin: 0;
    display: block;
    text-align: center;
    padding: 14rem 4rem;
  }
}
@media screen and (max-width: 37em) {
  /* line 301, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#slider div.slider-text {
    padding: 2rem 4rem;
  }
}
/* line 320, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#slider div.slider-text a {
  font-size: 3rem;
  font-family: expanded normal 200 1.5rem/2em "Merriweather", "Georgia", "Times New Roman";
  color: #fafafa;
}
@media screen and (max-width: 55em) {
  /* line 320, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#slider div.slider-text a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 37em) {
  /* line 320, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#slider div.slider-text a {
    font-size: 1.8rem;
  }
}
/* line 334, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#slider div.slider-text a b {
  font-size: 3rem;
  font-family: expanded normal 200 1.5rem/2em "Merriweather", "Georgia", "Times New Roman";
  color: #fafafa;
}
@media screen and (max-width: 55em) {
  /* line 334, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#slider div.slider-text a b {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 37em) {
  /* line 334, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#slider div.slider-text a b {
    font-size: 1.8rem;
  }
}
/* line 347, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#slider div.slider-text a:hover {
  color: #d9d9d9;
}
/* line 351, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#slider div.slider-text a:hover b {
  color: #d9d9d9;
}
/* line 358, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#mantenedores {
  background-color: #f6f6f6;
  height: 17rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 37em) {
  /* line 358, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#mantenedores {
    height: auto;
    padding: 1rem;
  }
}
/* line 369, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#mantenedores h3 {
  font-family: "Lato";
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 37em) {
  /* line 369, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#mantenedores h3 {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
}
/* line 381, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#mantenedores img {
  vertical-align: middle;
  height: 70%;
  width: 70%;
}
@media screen and (max-width: 37em) {
  /* line 381, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#mantenedores img {
    height: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 55em) {
  /* line 381, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#mantenedores img {
    height: 90%;
    width: 90%;
  }
}
/* line 399, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#mantenedores div.mba img {
  height: 60%;
  width: 60%;
  vertical-align: center;
}
@media screen and (max-width: 37em) {
  /* line 399, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#mantenedores div.mba img {
    height: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 55em) {
  /* line 399, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#mantenedores div.mba img {
    height: 60%;
    width: 60%;
  }
}
/* line 417, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#mantenedores div.falconi img {
  height: 70%;
  width: 70%;
  bottom: 2rem;
  vertical-align: center;
}
@media screen and (max-width: 37em) {
  /* line 417, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#mantenedores div.falconi img {
    height: 60%;
    width: 60%;
  }
}
@media screen and (max-width: 55em) {
  /* line 417, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
  div#home-wrapper section#mantenedores div.falconi img {
    height: 70%;
    width: 70%;
  }
}
/* line 435, /Users/vinny/db_error/brasastaging/app/assets/stylesheets/pages/home.scss */
div#home-wrapper section#mantenedores div.mantenedores-imagens {
  margin: 0 auto;
  width: 90%;
}
