@charset "UTF-8";
/**
VARS AND MIXINS
===========================
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
/* FONTS */
/* COLORS */
/* FONT SIZES */
/* BREAKPOINTS */
/* MIXINS */
.internal-banner:after, .main-banner-masterclass:after, .main-banner-experimental:after, .bbc-banner:after, .columns:after {
  content: "";
  display: table;
  clear: both; }

/**
ANIMATIONS
===========================
*/
/* tracking-in-expand */
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
/* text-focus-in */
.text-focus-in {
  -webkit-animation: text-focus-in 1.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/**
HEADER
===========================
*/
header {
  width: 100%;
  height: 85px;
  z-index: 200;
  position: absolute; }
  @media only screen and (max-width: 701px) {
    header {
      height: auto !important;
      background: white;
      box-shadow: 0 1px 1px #eee; } }
  header .holder {
    width: 96%;
    max-width: none;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 701px) {
      header .holder {
        width: 92%;
        display: block; } }
  @media only screen and (max-width: 701px) {
    header nav {
      display: none; } }
  header ul {
    padding: 0;
    margin: 20px 0 0 0; }
    @media only screen and (max-width: 701px) {
      header ul {
        margin: 8px 0 0 0;
        padding-bottom: 10px; } }
  header li {
    font-size: 13px;
    display: inline-block; }
    @media only screen and (max-width: 701px) {
      header li {
        display: block;
        margin: 0 0 2px 0; } }
    header li a {
      text-decoration: none;
      color: #666;
      font-weight: 600;
      border: 1px solid transparent;
      height: 36px;
      line-height: 36px;
      display: inline-block;
      padding: 0 12px;
      border-radius: 20px; }
      @media only screen and (max-width: 701px) {
        header li a {
          background: #F7F7F7;
          border-radius: 4px;
          padding: 0 15px; } }
      header li a:hover {
        opacity: 1; }
      @media only screen and (max-width: 701px) {
        header li a {
          display: block;
          height: 36px;
          line-height: 36px; } }
  header li:first-child {
    margin-left: 0; }
  header .header-btn a {
    border: 1px solid #FF9900;
    padding: 0 20px; }

@media only screen and (max-width: 701px) {
  h1 {
    margin: 10px 0 5px 0; } }
.logo > a img {
  width: 110px; }
@media only screen and (max-width: 701px) {
  .logo > a img {
    width: 80px; } }

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.menu-trigger {
  display: none;
  /* Disable mobile menu trigger */ }

.master-header h1 {
  margin-top: 17px; }
  @media only screen and (max-width: 701px) {
    .master-header h1 {
      margin-top: 5px; } }
.master-header .logo > a img {
  width: 300px; }
@media only screen and (max-width: 701px) {
  .master-header .logo > a img {
    width: 150px; } }

.experimental-header .logo-white {
  display: block; }
  @media only screen and (max-width: 701px) {
    .experimental-header .logo-white {
      display: none; } }
.experimental-header .logo-default {
  display: none; }
  @media only screen and (max-width: 701px) {
    .experimental-header .logo-default {
      display: block; } }
.experimental-header a {
  color: #fff; }
  @media only screen and (max-width: 701px) {
    .experimental-header a {
      color: #262626; } }

/**
COMPONENTS
===========================
*/
.features-slider {
  padding: 0 0 70px 0; }
  .features-slider ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 701px) {
      .features-slider ul {
        display: block;
        margin-top: -70px; } }
  .features-slider li {
    width: 31%;
    list-style-type: none; }
    @media only screen and (max-width: 701px) {
      .features-slider li {
        width: 100%; } }
  .features-slider h3 {
    margin-top: 22px;
    margin-bottom: 0; }
    @media only screen and (max-width: 701px) {
      .features-slider h3 {
        margin-top: 25px;
        font-size: 20px; } }

.scroll-int {
  height: 300px;
  background: #FFF7EB url("../../images/main-banner.svg") center top;
  box-sizing: border-box;
  padding: 0 40px;
  overflow-y: auto; }
  @media only screen and (max-width: 1200px) {
    .scroll-int {
      height: 200px;
      padding: 0 10px; } }
  @media only screen and (max-width: 701px) {
    .scroll-int {
      height: 200px;
      padding: 0 80px;
      margin-top: 70px; } }
  .scroll-int svg,
  .scroll-int img {
    width: 100%;
    margin: -55px 0 -3px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

/* CTA */
.cta,
.cta-dark {
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer; }
  .cta:hover,
  .cta-dark:hover {
    opacity: 1; }

.cta {
  background: #0061E4;
  margin-top: 30px;
  color: #fff;
  line-height: 50px; }
  .cta:hover {
    background: #262626;
    color: #fff; }

.cta-dark {
  border: 2px solid #FF9900;
  color: #fff;
  line-height: 48px; }

.cta-row {
  text-align: center; }

/* View more link */
.view-more {
  border-radius: 20px;
  display: inline-block;
  font-weight: 700;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  background: #fff;
  color: #666;
  font-size: 13px;
  border: 1px solid #FF9900;
  margin-top: 7px; }
  .view-more:hover {
    opacity: .8; }

hr {
  border: none;
  height: 1px;
  background: #666;
  margin: 30px 0; }

.generic-call {
  text-align: center;
  padding: 70px 0 100px 0;
  background: #fff; }
  .generic-call h3 {
    margin: 15px 0 30px 0;
    line-height: 30px; }
  @media only screen and (max-width: 1200px) {
    .generic-call p br {
      display: none; } }

.download-modal {
  background: #fff url("../../images/main-banner.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  display: none; }
  .download-modal .modal-entry {
    width: 480px;
    margin: auto;
    text-align: center; }
    @media only screen and (max-width: 701px) {
      .download-modal .modal-entry {
        width: 100%;
        padding: 30px;
        box-sizing: border-box; } }
  .download-modal h2 {
    margin-top: 100px; }
    @media only screen and (max-width: 701px) {
      .download-modal h2 {
        margin-top: 30px; } }
  .download-modal ul {
    padding: 0;
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 701px) {
      .download-modal ul {
        display: block;
        margin-top: 30px; } }
  .download-modal li {
    list-style-type: none;
    padding: 30px 50px 40px 50px;
    border-radius: 12px;
    border: 1px solid #fff; }
    @media only screen and (max-width: 701px) {
      .download-modal li {
        margin-bottom: 20px;
        padding: 20px; } }
    .download-modal li p {
      font-weight: bold;
      font-size: 12px;
      margin: 0 0 7px 0; }

.close-btn {
  width: 40px;
  position: fixed;
  right: 20px;
  top: 15px;
  cursor: pointer; }

/**
FOOTER
===========================
*/
.site-map {
  background: #F7F7F7;
  padding: 40px 0 45px 0; }
  @media only screen and (max-width: 701px) {
    .site-map {
      padding-top: 1px; } }
  .site-map .cols {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 701px) {
      .site-map .cols {
        display: block; } }
    .site-map .cols > div {
      width: 23%; }
      @media only screen and (max-width: 701px) {
        .site-map .cols > div {
          width: 100%; } }
    @media only screen and (max-width: 1200px) {
      .site-map .cols .logo-col {
        display: none; } }
  .site-map h4 {
    margin: 0 0 10px 0;
    font-weight: 600; }
    @media only screen and (max-width: 701px) {
      .site-map h4 {
        margin-top: 40px; } }
  .site-map ul {
    padding: 0;
    margin: 0; }
  .site-map li {
    list-style-type: none;
    font-size: 12px;
    margin: 15px 0 0 0; }
  .site-map a {
    color: #262626;
    text-decoration: none; }

footer {
  background: #FF9900;
  color: #fff;
  height: 50px; }
  footer .holder {
    display: flex;
    justify-content: space-between; }
  footer p {
    color: #262626;
    margin: 0;
    line-height: 50px;
    font-size: 12px; }
  footer ul {
    padding: 0;
    margin: 0; }
  footer li {
    list-style-type: none;
    margin: 0;
    line-height: 50px;
    font-size: 12px; }
  footer a {
    color: #262626;
    text-decoration: none;
    font-weight: 600;
    opacity: .5; }
    footer a:hover {
      opacity: 1; }

/**
HOME
===========================
*/
/* Functionalities */
.functionalities {
  padding: 85px 0 100px 0; }
  @media only screen and (max-width: 701px) {
    .functionalities {
      padding: 50px 0 60px 0; } }
  .functionalities ul {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center; }
    @media only screen and (max-width: 701px) {
      .functionalities ul {
        margin-bottom: -15px; } }
  .functionalities li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 10px 0; }
    .functionalities li > a {
      border-radius: 15px;
      display: inline-block;
      font-weight: 700;
      padding: 0 15px;
      height: 30px;
      line-height: 30px;
      text-decoration: none;
      background: #fff;
      color: #666;
      font-size: 12px;
      border: 1px solid #CBCBCB;
      font-weight: 600; }
      @media only screen and (max-width: 701px) {
        .functionalities li > a {
          height: 22px;
          line-height: 22px;
          padding: 0 12px;
          font-size: 8px; } }
      .functionalities li > a:hover {
        opacity: .8; }
  .functionalities .active a {
    border-color: #FF9900;
    color: #262626; }
  .functionalities .tab-content .tab {
    display: none; }
  .functionalities .tab-content .tab.active {
    display: block; }
  .functionalities h3 {
    margin-top: 80px; }
    @media only screen and (max-width: 701px) {
      .functionalities h3 {
        font-size: 20px;
        margin-top: 25px; } }
  .functionalities .columns {
    margin-top: 85px; }
    @media only screen and (max-width: 701px) {
      .functionalities .columns {
        margin-top: 45px; } }

.scroll-screenshot {
  height: 550px;
  background: #FFF7EB url("../../images/main-banner.svg") center top;
  box-sizing: border-box;
  padding: 0 40px;
  overflow-y: auto; }
  @media only screen and (max-width: 701px) {
    .scroll-screenshot {
      height: 200px;
      padding: 0 80px; } }
  .scroll-screenshot svg,
  .scroll-screenshot img {
    width: 100%;
    margin: -20% 0 -3px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

#tab2 svg,
#tab2 img {
  margin-top: -6%; }

#tab3 svg,
#tab3 img {
  margin-top: 0; }

#tab4 svg,
#tab4 img {
  margin-top: 0; }

#tab6 svg,
#tab6 img {
  margin-top: -20%; }

/* Partners */
.partners {
  border-bottom: 1px solid #CBCBCB; }
  .partners h5 {
    margin: 48px 0 0 0;
    font-weight: 600;
    font-size: 12px;
    color: #999; }
    @media only screen and (max-width: 701px) {
      .partners h5 {
        margin: 38px 0 0 0; } }
  .partners ul {
    padding: 12px 0 70px 0;
    margin: 0;
    justify-content: space-between;
    display: flex; }
    @media only screen and (max-width: 701px) {
      .partners ul {
        padding-bottom: 45px; } }
  .partners li {
    width: 22%;
    list-style-type: none;
    box-sizing: border-box;
    text-align: center; }
    .partners li img {
      width: 100%;
      border: 1px solid #CBCBCB;
      border-radius: 12px;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }

/* Differentials */
.differentials {
  padding: 85px 0 100px 0;
  background: #262626 url("../../images/differentials-bg.svg") left bottom no-repeat;
  text-align: center;
  color: #fff; }
  @media only screen and (max-width: 701px) {
    .differentials {
      padding: 60px 0; } }
  .differentials h2,
  .differentials h3 {
    color: #fff; }
  .differentials .item {
    margin: 70px 0; }
    @media only screen and (max-width: 701px) {
      .differentials .item {
        margin: 50px 0; } }
    .differentials .item img {
      width: 80px;
      float: left; }
      @media only screen and (max-width: 701px) {
        .differentials .item img {
          width: 60px; } }
    .differentials .item h3,
    .differentials .item p {
      text-align: left;
      margin-left: 110px; }
      @media only screen and (max-width: 701px) {
        .differentials .item h3,
        .differentials .item p {
          margin-left: 75px; } }
    .differentials .item h3 {
      font-size: 20px; }
    .differentials .item p {
      font-size: 13px;
      line-height: 22px; }
  @media only screen and (max-width: 701px) {
    .differentials .cta-row {
      margin-top: -25px; } }
  .differentials .cta:hover {
    background: #fff;
    color: #262626; }

/* Beer Sales */
.beer-sales {
  padding: 85px 0 0 0;
  background: #fff;
  text-align: center; }
  @media only screen and (max-width: 701px) {
    .beer-sales {
      padding: 60px 0 0 0; } }
  .beer-sales img {
    width: 100%;
    margin-top: 20px; }

/* Testimonials*/
.testimonials {
  background: #fff url("../../images/testimonials-bg.svg") center center;
  background-size: cover;
  padding: 85px 0 100px 0;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .testimonials {
      padding: 60px 0; } }
  .testimonials ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 130px 0 0 0; }
    @media only screen and (max-width: 1200px) {
      .testimonials ul {
        display: block;
        margin-top: 110px; } }
  .testimonials li {
    background: #fff;
    border-radius: 12px;
    width: 48%;
    min-height: 170px;
    background: #fff;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
    padding: 8px 20px; }
    @media only screen and (max-width: 1200px) {
      .testimonials li {
        width: 100%;
        margin: 100px 0 0 0; } }
    .testimonials li img {
      border: 1px solid #FF9900;
      width: 120px;
      height: 120px;
      border-radius: 60px;
      margin: -70px 0 15px 0; }
    .testimonials li p {
      font-size: 13px;
      line-height: 22px;
      text-align: left; }
    .testimonials li h3 {
      text-align: left;
      font-size: 15px;
      margin: 0 0 12px 0;
      line-height: auto;
      font-weight: 600; }
      .testimonials li h3 span {
        font-size: 13px;
        line-height: 27px;
        color: #999;
        font-weight: 500; }

/* Articles */
.articles {
  padding: 100px 0;
  background: #262626;
  color: #fff;
  display: none; }
  @media only screen and (max-width: 701px) {
    .articles {
      padding: 60px 0; } }
  .articles .escolas {
    background: #191919 url("../../images/escolas-bg.svg") bottom center no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 12px;
    position: relative; }
    @media only screen and (max-width: 701px) {
      .articles .escolas {
        background-position: top right;
        padding: 25px; } }
    .articles .escolas h4 {
      color: #fff;
      font-size: 30px;
      margin: 0 0 10px 0; }
      @media only screen and (max-width: 701px) {
        .articles .escolas h4 {
          font-size: 24px;
          line-height: 32px; } }
    .articles .escolas p {
      margin: 0; }
    .articles .escolas .cta-dark {
      position: absolute;
      right: 50px;
      top: 59px; }
      @media only screen and (max-width: 701px) {
        .articles .escolas .cta-dark {
          position: inherit;
          right: 0;
          top: 0;
          margin-top: 20px; } }

/* Plans */
.plans {
  padding: 85px 0 100px 0;
  background: #fff;
  text-align: center;
  /*

  .plans-cols {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    display: none;

    @media only screen and (max-width: 701px) {
      display: block;
    }
  }

  .plan {
    width: 22%;
    border-radius: 12px;
    border: 1px solid $light-gray-1;
    box-sizing: border-box;
    box-shadow: 0 0 7px rgba($black, .1);
    padding: 25px 20px;

    @media only screen and (max-width: 701px) {
      width: 100%;
      margin-top: 30px;
    }

    h4 {
      font-size: $font-big-2;
      margin: 0;
      border-bottom: 1px solid $light-gray-1;
      padding-bottom: 22px;
      margin-bottom: 22px;
      text-align: center;

      span {
        display: block;
        color: $medium-gray;
        font-size: $font-small;
        font-weight: 500;
        line-height: 24px;
      }
    }

    ul {
      padding: 0;
      margin: 0;
    }

    li {
      background: url("../../images/orange-v.svg") left no-repeat;
      padding-left: 30px;
      list-style-type: none;
      font-size: $font-small;
      color: $medium-gray;
      margin: 0 0 12px 0;
      line-height: 20px;
    }

    .price {
      border-top: 1px solid $light-gray-1;
      padding-top: 22px;
      margin-top: 22px;
      text-align: center;
      font-weight: bold;
      font-size: $font-big-2;
      color: $orange;

      span {
        color: $dark-gray;
        font-weight: 300;
        font-size: $font-small;
        padding-top: 5px;
        display: block
      }
    }
  }

  .free-plan {
    background-color: #FBF9F4;
    border: 2px solid $yellow;
  }

  .cta-row {
    margin-top: 40px;

    @media only screen and (max-width: 701px) {
      margin-top: 25px;
    }
  }

  */ }
  @media only screen and (max-width: 701px) {
    .plans {
      padding: 60px 0; } }
  .plans .holder > ul {
    margin: 60px 0 0 0;
    padding: 0; }
    .plans .holder > ul > li {
      display: flex;
      justify-content: space-between;
      border-radius: 12px;
      border: 1px solid #CBCBCB;
      box-sizing: border-box;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
      padding: 25px 20px 17px 20px;
      margin-bottom: 30px;
      font-size: 13px;
      text-align: left; }
      .plans .holder > ul > li div {
        box-sizing: border-box; }
      .plans .holder > ul > li .col-001 {
        width: 17%;
        font-size: 18px;
        padding-right: 2%; }
        @media only screen and (max-width: 1200px) {
          .plans .holder > ul > li .col-001 {
            font-size: 15px; } }
        @media only screen and (max-width: 701px) {
          .plans .holder > ul > li .col-001 {
            font-size: 8px;
            line-height: 16px; } }
      .plans .holder > ul > li .col-002 {
        width: 43%;
        padding: 0 2%; }
        @media only screen and (max-width: 701px) {
          .plans .holder > ul > li .col-002 {
            font-size: 8px;
            line-height: 16px; } }
      .plans .holder > ul > li .col-003 {
        width: 28%;
        font-size: 15px;
        color: #666;
        line-height: 24px;
        padding: 0 2%; }
        @media only screen and (max-width: 701px) {
          .plans .holder > ul > li .col-003 {
            font-size: 8px;
            line-height: 16px; } }
        .plans .holder > ul > li .col-003 strong {
          color: #FF650F; }
      .plans .holder > ul > li .col-004 {
        width: 12%;
        font-size: 15px;
        color: #666;
        line-height: 24px;
        text-align: center;
        padding-left: 2%; }
        @media only screen and (max-width: 701px) {
          .plans .holder > ul > li .col-004 {
            font-size: 8px;
            line-height: 16px; } }
    .plans .holder > ul .list-th {
      font-weight: bold;
      padding: 0 20px;
      border: none;
      box-shadow: none; }
      .plans .holder > ul .list-th div {
        color: #262626 !important;
        font-size: 13px !important; }
        @media only screen and (max-width: 701px) {
          .plans .holder > ul .list-th div {
            text-transform: uppercase;
            font-size: 8px !important;
            line-height: 16px !important; } }
    .plans .holder > ul .price {
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      color: #FF650F; }
      @media only screen and (max-width: 1200px) {
        .plans .holder > ul .price {
          font-size: 15px; } }
      @media only screen and (max-width: 701px) {
        .plans .holder > ul .price {
          font-size: 8px !important;
          line-height: 16px; } }
  .plans ul.plans-topics {
    padding: 0;
    margin: 0; }
    .plans ul.plans-topics li {
      background: url("../../images/orange-v.svg") left no-repeat;
      padding-left: 30px;
      list-style-type: none;
      font-size: 12px;
      color: #666;
      margin: 0 0 8px 0;
      line-height: 20px; }
      @media only screen and (max-width: 701px) {
        .plans ul.plans-topics li {
          font-size: 8px;
          line-height: 16px; } }

.plans-tabs {
  text-align: center;
  font-size: 15px;
  margin-bottom: 60px; }

/* Customers */
.customers {
  padding: 85px 0 110px 0;
  background: #262626 url("../../images/differentials-bg.svg") left bottom no-repeat;
  color: #fff; }
  @media only screen and (max-width: 701px) {
    .customers {
      padding: 60px 0;
      text-align: center; } }
  .customers h2,
  .customers h3 {
    text-align: left;
    color: #fff; }
    @media only screen and (max-width: 701px) {
      .customers h2,
      .customers h3 {
        text-align: center; } }
  .customers ul {
    padding: 0;
    margin: 70px 0 0 0;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 701px) {
      .customers ul {
        margin-top: 55px;
        display: block; } }
  .customers li {
    list-style-type: none;
    margin: 0 2%; }
    @media only screen and (max-width: 701px) {
      .customers li {
        width: 46%;
        margin-bottom: 2%;
        display: inline-block; } }
  .customers img {
    width: 100%; }

/**
MAIN BANNER
===========================
*/
.main-banner {
  background: #fff url("../../images/main-banner.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #262626;
  box-sizing: border-box;
  padding: 155px 0;
  position: relative; }
  @media only screen and (max-width: 701px) {
    .main-banner {
      padding: 0 0 20px 0;
      min-height: auto;
      background: #fff; }
      .main-banner .cta {
        margin-top: 15px; } }
  .main-banner .holder {
    z-index: 100;
    position: relative; }
  .main-banner .banner-bg {
    background: url("../../images/main-banner-cards.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 57%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50; }
    @media only screen and (min-width: 1400px) {
      .main-banner .banner-bg {
        background-size: 800px; } }
    @media only screen and (max-width: 701px) {
      .main-banner .banner-bg {
        background: none; } }
  .main-banner h1 {
    width: 46%;
    font-size: 45px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 60px;
    font-weight: strong;
    margin: 0;
    color: #262626;
    letter-spacing: -1px; }
    @media only screen and (max-width: 701px) {
      .main-banner h1 {
        width: 100%;
        font-size: 30px;
        line-height: 38px;
        margin: 30px 0 20px 0; } }
  .main-banner p {
    width: 46%; }
    @media only screen and (max-width: 701px) {
      .main-banner p {
        width: 100%; } }

.banner-mobile {
  width: 100%;
  border-radius: 12px;
  display: none; }
  @media only screen and (max-width: 701px) {
    .banner-mobile {
      display: block; } }

/**
RECEITAS
===========================
*/
/**
CONTROLE
===========================
*/
.controle-slider ul {
  flex-wrap: wrap;
  margin-bottom: -60px; }
.controle-slider li {
  margin-bottom: 60px; }

.features-analysis {
  padding: 100px 0 0 0;
  background: #ff650f;
  background: linear-gradient(90deg, #ff650f 0%, #ff9900 100%);
  text-align: center;
  border-bottom: 10px solid #fff; }
  @media only screen and (max-width: 701px) {
    .features-analysis {
      padding: 60px 0 0 0; } }
  .features-analysis svg,
  .features-analysis img {
    width: 100%;
    margin-top: 0;
    margin-bottom: -5px; }

.features-realtime {
  padding: 100px 0 50px 0;
  background: #262626 url("../../images/differentials-bg.svg") left bottom no-repeat;
  text-align: center;
  border-bottom: 10px solid #fff;
  margin-top: -9px;
  color: #fff; }
  @media only screen and (max-width: 701px) {
    .features-realtime {
      padding: 60px 0 30px 0; } }
  .features-realtime h2 {
    color: #fff; }
  .features-realtime svg,
  .features-realtime img {
    width: 800px;
    margin-top: 20px;
    margin-bottom: -5px; }
    @media only screen and (max-width: 1200px) {
      .features-realtime svg,
      .features-realtime img {
        margin-top: 10px;
        width: 100%; } }

/**
INTERNAL BANNER
===========================
*/
.internal-banner {
  background: #fff url("../../images/internal-banner.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #262626;
  box-sizing: border-box;
  padding: 110px 0 0 0;
  text-align: center; }
  @media only screen and (max-width: 701px) {
    .internal-banner {
      padding: 60px 0 0 0; } }
  .internal-banner h1 {
    font-size: 45px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 60px;
    font-weight: strong;
    margin: 0;
    color: #262626;
    letter-spacing: -1px; }
    @media only screen and (max-width: 701px) {
      .internal-banner h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 30px 0 20px 0; } }
  @media only screen and (max-width: 701px) {
    .internal-banner p br {
      display: none; } }
  .internal-banner img {
    width: 100%; }

/**
MASTER CLASS
===========================
*/
.banner-master-home {
  background: url("../../images/master/banner-master-home.svg");
  background-position: center bottom;
  color: #262626;
  box-sizing: border-box;
  padding: 100px 0 150px 0;
  position: relative;
  text-align: center; }

  @media only screen and (max-width: 701px) {
    .banner-master-home {
      padding-bottom: 70px;
    }
  }

  .logoclass {
    margin-top: 50px;
  }

  @media only screen and (max-width: 701px) {
    .logoclass {
      width: 170px;
      margin-top: 30px;
    }
  }

  .banner-master-home h1 {
    font-size: 100px;
    font-weight: 500;
    color: #0F1A45;
    letter-spacing: -2px;
    margin-top: 30px;
  }

  @media only screen and (max-width: 701px) {
    .banner-master-home h1 {
      font-size: 45px;
    }
  }

  .banner-master-home h1 span {
    color: #FF8501;
  }

  .banner-master-home p {
    font-size: 20px;
  }

  @media only screen and (max-width: 701px) {
    .banner-master-home p {
      font-size: 14px;
    }
  }

  .banner-master-home .cta {
    background: #FF650F;
  }

/* banner master interna */

.banner-master-interna {
  background-position: center center;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  padding: 100px 0 150px 0;
  position: relative;
}

.agua-banner {
  background-image: url("../../images/master/banner-01.jpg");
}

.lupulo-banner {
  background-image: url("../../images/master/banner-02.jpg");
}

.controle-banner {
  background-image: url("../../images/master/banner-03.jpg");
}

.combo-banner {
  background-image: url("../../images/master/banner-04.jpg");
}

.combo-banner .cta {
  background-color: #0F1A45 !important;
}

  @media only screen and (max-width: 701px) {
    .banner-master-interna {
      padding-bottom: 70px;
    }
  }

  .banner-master-interna h1 {
    font-size: 90px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -2px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  @media only screen and (max-width: 701px) {
    .banner-master-interna h1 {
      font-size: 45px;
    }
  }

  .banner-master-interna h1 span {
    color: #FF8501;
  }

  .banner-master-interna p {
    font-size: 20px;
  }

  @media only screen and (max-width: 701px) {
    .banner-master-interna p {
      font-size: 14px;
    }
  }

  .banner-master-interna .cta {
    background: #FF650F;
  }

/* Aulas */
.aulas {
  padding: 85px 0 100px 0;
  background: #fff;
  text-align: center;}
  @media only screen and (max-width: 701px) {
    .aulas {
      padding: 60px 0 85px 0; } }
  .aulas h2 {
    line-height: 53px;
    font-weight: 400;
    font-size: 36px;
    color: #0F1A45;}

  @media only screen and (max-width: 701px) {
    .aulas h2 {
      line-height: 32px;
      font-size: 23px;
    }
  }

  .aulas ul {
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 701px) {
      .aulas ul {
        display: block; } }
    .aulas ul li {
      width: 32%;
      border-radius: 12px;
      list-style-type: none;
      text-align: left;
      box-sizing: border-box;
      border: 1px solid #ddd;
      padding: 20px;
      padding: 20px; }
      @media only screen and (max-width: 701px) {
        .aulas ul li {
          width: 100%;
          margin-bottom: 25px; } }
    .aulas ul img {
      width: 100%; }
    .aulas ul h3 {
      font-size: 15px;
      font-size: 20px;
      margin: 14px 0 -12px 0;
    color: #0F1A45;}
    .aulas h3 span {
      font-size: 13px;
      background-color: #FF8E01;
      text-transform: uppercase;
      font-weight: normal;
      height: 30px;
      line-height: 30px;
      text-decoration: none;
      color: #101B46;
      font-weight: bold;
      text-align: center;
      border-radius: 15px;
      padding: 0 10px;
      display: inline-block;}
    .aulas ul p {
      font-size: 14px;
      line-height: 24px; }
    .aulas ul p strong {
      font-weight: bold;
    }
  .aulas a {
    width: 100%;
    font-size: 12px;
    background-color: #0F1A45;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    margin: 10px 0 15px 0 0; }

.first-draft,
.last-draft {
  border: none !important;
}

@media only screen and (max-width: 701px) {
  .first-draft,
  .last-draft {
    display: none;
  }
}

/* Por que escolheram */
.porque-escolheram {
  padding: 85px 0 100px 0;
  background: #FCF7F1;
  text-align: center;}
  @media only screen and (max-width: 701px) {
    .porque-escolheram {
      padding: 60px 0 85px 0; } }
  .porque-escolheram h2 {
    line-height: 53px;
    font-weight: 400;
    font-size: 36px;
    color: #0F1A45;}

  @media only screen and (max-width: 701px) {
    .porque-escolheram h2 {
      line-height: 32px;
      font-size: 23px;
    }
  }
  .porque-escolheram ul {
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 701px) {
      .porque-escolheram ul {
        display: block; } }
    .porque-escolheram ul li {
      width: 32%;
      border-radius: 12px;
      list-style-type: none;
      background: #fff;
      text-align: left;
      box-sizing: border-box;
      padding: 20px;
      padding: 20px 20px 10px 20px; }
      @media only screen and (max-width: 701px) {
        .porque-escolheram ul li {
          width: 100%;
          margin-bottom: 25px; } }
    .porque-escolheram .number {
      font-size: 27px;
      background-color: #0F1A45;
      font-weight: normal;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-decoration: none;
      text-align: center;
      border-radius: 50px;
      color: #fff;
      display: inline-block;
      margin: 10px 0 35px 0; }
    .porque-escolheram ul h3 {
      font-size: 15px;
      font-size: 20px;
      margin: 14px 0 0 0;
    color: #0F1A45;}
    .porque-escolheram ul p {
      font-size: 14px;
      line-height: 24px; }


/* Conteudo aula */
.conteudo-aula {
  padding: 85px 0 100px 0;
  background: #0F1A45;
  text-align: center;
}
  @media only screen and (max-width: 701px) {
    .conteudo-aula {
      padding: 60px 0 85px 0; } }
  .conteudo-aula h2 {
    line-height: 53px;
    font-weight: 400;
    font-size: 36px;
    color: #fff;}

  @media only screen and (max-width: 701px) {
    .conteudo-aula h2 {
      line-height: 32px;
      font-size: 23px;
    }
  }
  .conteudo-aula ul {
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
    @media only screen and (max-width: 701px) {
      .conteudo-aula ul {
        display: block; } }
    .conteudo-aula ul li {
      width: 32%;
      border-radius: 12px;
      list-style-type: none;
      background: #fff;
      text-align: left;
      box-sizing: border-box;
      padding: 20px;
      padding: 20px 20px 10px 20px;
      margin-bottom: 30px;
    }
      @media only screen and (max-width: 701px) {
        .conteudo-aula ul li {
          width: 100%;
          margin-bottom: 25px; } }
    .conteudo-aula .aula-number {
      font-size: 13px;
      background-color: #0F1A45;
      text-transform: uppercase;
      font-weight: normal;
      height: 30px;
      line-height: 30px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      border-radius: 15px;
      padding: 0 10px;
      color: #fff;
      display: inline-block;
      margin: 10px 0 35px 0; }
    .conteudo-aula ul h3 {
      font-size: 15px;
      font-size: 20px;
      margin: 14px 0 0 0;
    color: #0F1A45;}
    .conteudo-aula ul p {
      font-size: 14px;
      line-height: 24px; }


/* Professores */
.professores {
  padding: 85px 0 100px 0;
  background: #fff;
  text-align: center;}
  @media only screen and (max-width: 701px) {
    .professores{
      padding: 60px 0 85px 0; } }
  .professores h2 {
    line-height: 53px;
    font-weight: 400;
    font-size: 36px;
    color: #0F1A45;}
  @media only screen and (max-width: 701px) {
    .professores h2 {
      line-height: 32px;
      font-size: 23px;
    }
  }
  .professores ul {
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    justify-content: center; } 
    @media only screen and (max-width: 701px) {
      .professores ul {
        display: block; } }
    .professores ul li {
      width: 32%;
      border-radius: 12px;
      list-style-type: none;
      box-sizing: border-box;
      border: 1px solid #ddd;
      background: #fff;
      text-align: left;
      box-sizing: border-box;
      padding: 20px 20px 10px 20px; 
      margin: 0 10px;
    }
    @media only screen and (max-width: 701px) {
      .professores img {
        width: 100%;
      }
      .professores ul li {
        width: 100%;
        margin-bottom: 30px;
        margin: 0 0 25px 0;
      }
    }
    .professores ul h3 {
      font-size: 15px;
      font-size: 20px;
      margin: 14px 0 0 0;
    color: #0F1A45;}
    .professores ul p {
      font-size: 14px;
      line-height: 24px; }


/* Democratizar */
.democratizar {
  padding: 0 0 100px 0;
  background: #fff;
  text-align: center;}
  @media only screen and (max-width: 701px) {
    .democratizar{
      padding: 0 0 85px 0; } }
  .democratizar h2 {
    line-height: 53px;
    font-weight: 400;
    font-size: 36px;
    color: #0F1A45;
    margin-bottom: 50px;}
  @media only screen and (max-width: 701px) {
    .democratizar h2 {
      line-height: 32px;
      font-size: 23px;
    }
  }
  .democratizar span {
    text-transform: uppercase;
    display: block;
    color: #0F1A45;
    font-size: 14px;
  }
  .democratizar ul {
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: space-between;}
    @media only screen and (max-width: 701px) {
      .democratizar ul {
        display: block;
        padding-bottom: 0;
        text-align: center;
      }
    }
    .democratizar ul li {
      width: 32%;
      border-radius: 12px;
      list-style-type: none;
      box-sizing: border-box;
      background: #fff;
      box-sizing: border-box;}
      @media only screen and (max-width: 701px) {
        .democratizar ul li  {
          text-align: center;
          margin-bottom: 40px;
        }
      }
    .democratizar p {
      font-size: 14px;margin: 0;}
    .democratizar strong {
      font-size: 50px;
      color: #FF9300;}

/* Main phrase */
.main-phrase {
  padding: 50px 0}
  .main-phrase h2 {
    text-align: left;
    line-height: 53px;
    font-weight: 400;
    font-size: 36px;
    color: #0F1A45;
    margin-bottom: 30px;}
  @media only screen and (max-width: 701px) {
    .main-phrase h2 {
      line-height: 32px;
      font-size: 23px;
    }
  }
  .main-phrase span {
    color: #FF5500;
    }

/* Sobre */
.sobre {
  background: url("../../images/master/banner-master-home.svg");
  background-position: center bottom;
  padding: 100px 0 100px 0;}
  @media only screen and (max-width: 701px) {
    .sobre{
      padding: 0 0 85px 0; } }
  .sobre h2 {
    text-align: left;
    line-height: 53px;
    font-weight: 400;
    font-size: 36px;
    color: #0F1A45;
    margin-bottom: 30px;}
  @media only screen and (max-width: 701px) {
    .sobre h2 {
      line-height: 32px;
      font-size: 23px;
    }
  }
  .sobre span {
    text-transform: uppercase;
    display: block;
    color: #0F1A45;
    font-size: 14px;}
    .sobre img {
      width: 100%;
    }

  @media only screen and (max-width: 701px) {
    .sobre img {
      margin-top:40px;
    }
  }

/* FAQ */

.faq {
  padding: 85px 0 80px 0;
  background: #fff;
  text-align: center;
}

@media only screen and (max-width: 701px) {
  .professores{
    padding: 60px 0 65px 0;
  }
}

.faq h2 {
  line-height: 53px;
  font-weight: 400;
  font-size: 36px;
  color: #0F1A45;
  margin-bottom: 50px;
}

@media only screen and (max-width: 701px) {
  .democratizar h2 {
    line-height: 32px;
    font-size: 23px;
  }
}

.faq h2 span {
  text-transform: uppercase;
  display: block;
  color: #0F1A45;
  font-size: 14px;
}

.faq ul {
  width: 800px;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 701px) {
  .faq ul {
    width: 100%;
  }
}

.faq ul li {
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px 30px 30px 30px;
  text-align: left;
  list-style-type: none;
  margin-bottom: 20px;
}

.faq h3 {
  margin-bottom: 0;
  font-size: 17px;
  cursor: pointer;
}

.faq li p {
  margin-bottom: 0;
}


/**
EXPERIMENTAL
===========================
*/
.main-banner-experimental {
  background: url("../../images/experimental/experimental.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 100px 0;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 701px) {
    .main-banner-experimental {
      background-size: auto;
      padding: 60px 0;
      margin-bottom: -20px; } }
  .main-banner-experimental .holder {
    position: relative;
    z-index: 100; }
  .main-banner-experimental h1 {
    font-size: 45px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 60px;
    font-weight: strong;
    margin: 0;
    color: #fff;
    letter-spacing: -1px; }
    @media only screen and (max-width: 701px) {
      .main-banner-experimental h1 {
        width: 100%;
        font-size: 30px;
        line-height: 38px;
        margin: 30px 0 20px 0; } }
  @media only screen and (max-width: 1200px) {
    .main-banner-experimental {
      width: 100%; }
      .main-banner-experimental p br {
        display: none; } }
  .main-banner-experimental .left-entry {
    width: 46%;
    padding-top: 30px;
    text-align: left;
    float: left; }
    @media only screen and (max-width: 1200px) {
      .main-banner-experimental .left-entry {
        width: 100%; } }

/* Estrutura */
.estrutura-capacidade {
  padding: 85px 0 100px 0;
  text-align: center; }
  .estrutura-capacidade ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 50px 0 0 0;
    flex-wrap: wrap; }
  .estrutura-capacidade li {
    width: 46%;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none; }
    @media only screen and (max-width: 1200px) {
      .estrutura-capacidade li {
        width: 100%; } }
    .estrutura-capacidade li img {
      border-radius: 8px;
      width: 100%; }
  .estrutura-capacidade .column-02 li {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid #FF9900;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 701px) {
      .estrutura-capacidade .column-02 li {
        font-size: 13px;
        line-height: 22px; } }

/* Benefícios */
.beneficios-cervejaria {
  padding: 85px 0 100px 0;
  text-align: center;
  background-color: #F7F7F7; }
  .beneficios-cervejaria ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 50px 0 0 0;
    flex-wrap: wrap; }
  .beneficios-cervejaria li {
    width: 46%;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid #FF9900;
    background: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1200px) {
      .beneficios-cervejaria li {
        width: 100%; } }
    @media only screen and (max-width: 701px) {
      .beneficios-cervejaria li {
        font-size: 13px;
        line-height: 22px; } }
  .beneficios-cervejaria .column-02 li {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 701px) {
      .beneficios-cervejaria .column-02 li {
        font-size: 13px;
        line-height: 22px; } }

/* Master topics */
.master-topics {
  padding: 85px 0 100px 0;
  text-align: center; }
  @media only screen and (max-width: 701px) {
    .master-topics {
      padding: 60px 0 85px 0; } }
  .master-topics ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; }
  .master-topics li {
    width: 46%;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
    text-align: center;
    margin-top: 60px; }
    @media only screen and (max-width: 1200px) {
      .master-topics li {
        width: 100%; } }
    .master-topics li img {
      width: 80px;
      margin-bottom: 20px; }
    .master-topics li p {
      font-size: 15px;
      line-height: 30px;
      margin: 0; }
    .master-topics li h3 {
      font-size: 24px;
      margin: 0 0 12px 0;
      line-height: auto;
      font-weight: 600; }
      .master-topics li h3 span {
        color: #FF650F; }


/* Master topics */
.master-topics {
  padding: 85px 0 0 0;
  text-align: center; }
  @media only screen and (max-width: 701px) {
    .master-topics {
      padding: 60px 0 85px 0; } }
  .master-topics h3 {
    color: #666;
    margin: 0; }
  .master-topics ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 70px 0;
    flex-wrap: wrap; }
  .master-topics li {
    width: 46%;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
    text-align: center;
    border: 1px solid #FF9900;
    padding: 40px;
    border-radius: 8px; }
    @media only screen and (max-width: 1200px) {
      .master-topics li {
        width: 100%; } }
    .master-topics li img {
      width: 80px;
      margin-bottom: 20px; }
    .master-topics li p {
      font-size: 15px;
      line-height: 30px;
      margin: 0; }
    .master-topics li h4 {
      font-size: 24px;
      margin: 0 0 12px 0;
      line-height: auto;
      font-weight: 600; }
      .master-topics li h4 span {
        color: #FF650F; }
  .master-topics table {
    border-collapse: collapse;
    width: 100%;
    font-family: sans-serif;
    margin-top: 40px; }
  .master-topics th, .master-topics td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left; }
  .master-topics th {
    background-color: #F7F7F7;
    font-weight: bold; }

/**
INTERNAL BANNER
===========================
*/
.header-bbc .logo > a img {
  width: 200px; }
@media only screen and (max-width: 701px) {
  .header-bbc .logo > a img {
    width: 120px; } }

.bbc-banner {
  background: #fff url("../../images/main-banner.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #262626;
  box-sizing: border-box;
  padding: 110px 0 60px 0;
  text-align: center; }
  @media only screen and (max-width: 701px) {
    .bbc-banner {
      padding: 60px 0; } }
  .bbc-banner .cta-logo {
    width: 540px;
    margin: auto; }
    @media only screen and (max-width: 701px) {
      .bbc-banner .cta-logo {
        width: 100%;
        display: block; } }
    .bbc-banner .cta-logo a {
      border-radius: 25px;
      text-decoration: none;
      font-weight: 700;
      padding: 0 25px;
      height: 50px;
      display: inline-block;
      font-size: 13px;
      text-align: center;
      box-sizing: border-box;
      cursor: pointer; }
      .bbc-banner .cta-logo a:hover {
        opacity: 1; }
    .bbc-banner .cta-logo a {
      background: #FF9900;
      margin-top: 30px;
      color: #262626;
      line-height: 50px; }
      .bbc-banner .cta-logo a:hover {
        background: #262626;
        color: #fff; }
      @media only screen and (max-width: 701px) {
        .bbc-banner .cta-logo a {
          width: 100%; } }
  .bbc-banner .bbc-logo {
    height: 50px;
    margin: 30px 0 0 10px;
    border-radius: 2px; }
  .bbc-banner h1 {
    font-size: 45px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 60px;
    font-weight: strong;
    margin: 0;
    color: #262626;
    letter-spacing: -1px; }
    @media only screen and (max-width: 701px) {
      .bbc-banner h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 30px 0 20px 0; } }
  @media only screen and (max-width: 701px) {
    .bbc-banner p br {
      display: none; } }
  .bbc-banner ul {
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
    text-align: center; }
  .bbc-banner li {
    width: 31%;
    list-style-type: none; }
    .bbc-banner li img {
      width: 100%; }

.premios {
  text-align: center; }
  .premios a {
    font-size: 12px;
    line-height: 20px;
    display: inline-block; }
    .premios a img {
      float: left;
      margin: 1px 7px 0 0; }
  .premios span {
    padding-bottom: 10px;
    display: inline-block; }
  .premios .holder {
    display: flex;
    justify-content: space-between; }
    .premios .holder > div {
      width: 31%; }
  .premios h2 {
    font-size: 27px;
    text-align: left;
    margin: 0 0 -20px 0;
    padding-top: 20px;
    border-top: 7px solid red;
    font-weight: 600; }
    @media only screen and (max-width: 701px) {
      .premios h2 {
        font-size: 22px; } }
  .premios .bronze h2 {
    color: #A34E2F;
    border-color: #A34E2F; }
  .premios .bronze span {
    color: #A34E2F; }
  .premios .ouro h2 {
    color: #EFB94F;
    border-color: #EFB94F; }
  .premios .ouro span {
    color: #EFB94F; }
  .premios .prata h2 {
    color: #979797;
    border-color: #979797; }
  .premios .prata span {
    color: #979797; }
  .premios ul {
    padding: 0;
    margin: 60px 0 70px 0; }
  .premios li {
    list-style-type: none;
    text-align: left;
    margin-bottom: 40px; }
  .premios h3 {
    font-size: 15px;
    margin: 0; }
    @media only screen and (max-width: 701px) {
      .premios h3 {
        font-size: 12px;
        line-height: 20px; } }
  .premios p {
    font-size: 13px;
    margin: 0; }
    @media only screen and (max-width: 701px) {
      .premios p {
        font-size: 12px;
        line-height: 20px; } }

.alert {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 60px; }

/**
CONTENT
===========================
*/
.content-banner {
  background: #fff url("../../images/main-banner.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #262626;
  box-sizing: border-box;
  padding: 100px 0 70px 0;
  text-align: center; }

.content .holder {
  width: 800px;
  padding: 80px 0;
  margin: auto; }
  @media only screen and (max-width: 701px) {
    .content .holder {
      width: 92%; } }
.content h3 {
  margin: 0 0 30px 0; }
.content h4 {
  margin-top: 40px; }
.content p,
.content li {
  font-size: 15px;
  line-height: 30px; }
  @media only screen and (max-width: 701px) {
    .content p,
    .content li {
      font-size: 13px;
      line-height: 22px; } }
.content table {
  font-size: 12px;
  margin: 30px 0; }
.content th, .content td {
  border: 1px solid #CBCBCB;
  padding: 5px;
  line-height: 23px; }

/**
RESPONSIVE
===========================
*/
/* Viewports */
html,
body {
  width: 100%;
  overflow-x: hidden; }

@viewport ,
@-ms-viewport {
  zoom: 1.0;
  width: extend-to-zoom; }
/* Smartphones */
@media only screen and (max-width: 701px) {
  .menu-trigger {
    position: absolute;
    right: 4%;
    top: 12px;
    z-index: 200;
    display: inline-block; } }
/**
GENERAL
===========================
*/
a:hover,
header:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

/* Generic */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #262626;
  margin: 0;
  font-weight: 500; }

strong {
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

p {
  font-size: 15px;
  line-height: 30px; }
  @media only screen and (max-width: 701px) {
    p {
      font-size: 13px;
      line-height: 22px; } }

a {
  color: #FF9900; }
  a:hover {
    opacity: .8; }

h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 40px;
  text-align: center;
  margin: 0;
  font-size: 32px;
  color: #262626; }
  @media only screen and (max-width: 701px) {
    h2 {
      font-size: 24px;
      line-height: 32px; } }

h3 {
  font-size: 22px;
  margin: 40px 0 0 0;
  font-weight: 600;
  color: #262626; }

h2,
h3 {
  margin: 15px 0 25px 0;
  line-height: 30px; }
  h2 span,
  h3 span {
    color: #FF650F; }
  h2 em,
  h3 em {
    font-weight: 300;
    font-style: normal; }

@media only screen and (max-width: 701px) {
  h2 br,
  h3 br,
  p br {
    display: none; } }

/* Grid */
.holder {
  width: 80%;
  margin: auto; }
  @media only screen and (min-width: 1600px) {
    .holder {
      max-width: 1200px; } }
  @media only screen and (max-width: 701px) {
    .holder {
      width: 92%; } }

.column-01,
.column-02 {
  width: 45%; }
  @media only screen and (max-width: 701px) {
    .column-01,
    .column-02 {
      width: 100% !important; } }

.column-01 {
  float: left; }
  @media only screen and (max-width: 701px) {
    .column-01 {
      float: none; } }

.column-02 {
  float: right; }
  @media only screen and (max-width: 701px) {
    .column-02 {
      float: none; } }

/*# sourceMappingURL=main.css.map */
