/* Fonts */
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* Common Styles */
* {
  box-sizing:  border-box !important;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing:  border-box;
}
strong {
  font-weight: bold !important;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box !important;
}
html {
  scroll-behavior: smooth !important;
  display: flex;
  justify-content: center;
  font-family: SulSans;
  scroll-behavior: smooth !important;
}
body {
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
p {
  color: #575756;
}
ul {
  list-style: none;
}
ul li {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}
input,select {
  vertical-align:middle;
}
section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container {
  width: 100vw;
  max-width: 1300px;
  margin: auto;
  padding: 0 30px;

  position: relative;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Header */
header {
  padding: 20px 0;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  background: url('../img/logo.png');
  background-size: cover;

  display: block;
  width: 121px;
  height: 65px;

  overflow: hidden;
  text-indent: -9999px;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav a {
  font-size: 20px;
  font-weight: bold;
  color: #e4232f;
  text-align: center;

  min-width: 170px;
  margin: 0 40px;
  padding: 10px 0;

  border-bottom: 2px solid #ffdc91;
  transition: all .3s ease;
}

header nav a:hover {
  border-bottom: 2px solid #e4232f;
}

header button.mobile {
  display: none;
}

header button.menu-button {
  display: none;
}

/* Hero */
.hero {
  background: #e4232f;
  overflow: hidden;
}

.hero .container {
  display: flex;
  justify-content: center;
}

.hero .col {
  width: 50%;
  height: 100%;
  min-height: 580px;
  display: flex;
  align-items: center;
}

.hero .col p {
  font-size: 37px;
  font-weight: lighter;
  line-height: 44px;
  color: #FFFFFF;

  margin-top: 40px;
}

.hero .col:first-child {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero .col:last-child img {
  min-height: 580px;
}

/* Coletividade */
.coletividade {
  padding: 30px 0;
}

.coletividade .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coletividade .col {
  width: 50%;
}

.coletividade .title {
  font-size: 78px;
  font-weight: bold;
  line-height: 78px;
  color: #000000;
}

.coletividade .subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  color: #000000;
}

.coletividade img {
  
}

/* Entregadores */
.entregadores {
  padding: 80px 0;
  background: #ffdc91;
}

.entregadores .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.entregadores .col {
  width: 50%;
}

.entregadores .col img {

}

.entregadores .col .title {
  font-size: 79px;
  font-weight: bold;
  line-height: 86px;
  color: #e4232f;
  text-align: center;
}

.entregadores .col .text {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;

  margin-top: 30px;
}

/* Como */
.como {
  padding: 60px 0;
}

.como .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.como .title {
  font-size: 79px;
  line-height: 79px;
  color: #000000;
  text-align: center;
  font-weight: bold;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.como .title span {
  font-size: 59px;
  line-height: 79px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

.como .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  margin-top: 30px;
}

.como .row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 0 15px;
}

.como .row .col .number {
  font-size: 63px;
  line-height: 76px;
  color: #e4232f;
  text-align: center;
  font-weight: bold;

  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.como .row .col .number span {
  font-size: 37px;
  line-height: 44px;
  color: #e4232f;
  text-align: center;
  font-weight: bold;

  margin-bottom: 10px;
}

.como .row .col .text {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;

  max-width: 230px;
}

/* Apoio */
.apoio {
  background: #e4232f;
  padding: 30px 0;
}

.apoio .title {
  font-size: 59px;
  line-height: 79px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

.apoio .text {
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

/* Você Recebe */
.voce-recebe {
  margin-top: 50px;
  margin-bottom: 50px;
}

.voce-recebe .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.voce-recebe p {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;
}

.voce-recebe .title {
  font-size: 42px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.voce-recebe .row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.voce-recebe .row .block {
  width: calc(100% / 3 - 30px);
  padding: 20px;
  margin: 15px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
}

.voce-recebe .row .block img {
  max-height: 130px;
  margin-bottom: 25px;
}

.voce-recebe .row .block .title {
  font-size: 36px;
  line-height: 42px;
  color: #e4232f;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

/* Vantagens */
.vantagens {}

.vantagens .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.vantagens .col {
  width: 50%;
}

.vantagens .col .img {
  width: 100%;
  max-width: 550px;
}

.vantagens .col .title {
  font-size: 50px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  font-weight: bold;

  margin-bottom: 30px;
  margin-top: 30px;
}

.vantagens .col .text {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;
}

.vantagens .descontos {
  border: 2px solid #f6f0eb;
  border-radius: 20px;
  padding: 20px 0;

  margin: 30px 0;
}

.vantagens .descontos .title {
  font-size: 24px;
  line-height: 33px;
  color: #e4232f;
  text-align: center;
  font-weight: bold;

  margin: 0 0 20px 0;
}

.vantagens .descontos ul {
  column-count: 2;
  list-style-type: none;
}

.vantagens .descontos ul li {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 20px;
}

.vantagens .mais {
  margin-top: 30px;
}

.vantagens .mais .title {
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  text-align: center;
  font-weight: bold;

  margin-bottom: 10px;
}

.vantagens .mais .text {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;

  max-width: 500px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

/* Cupom */
.cupom {
  background: #f6f0eb;
  padding: 20px 0;
  margin-top: 40px;
}

.cupom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cupom .title {
  font-size: 50px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  font-weight: bold;

  margin-bottom: 20px;
}

.cupom .text {
  font-size: 24px;
  line-height: 40px;
  color: #000000;
  text-align: center;
}

.cupom .text span {
  font-size: 40px;
  line-height: 40px;
}

.cupom .cupons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cupom img {
  margin: 20px;
}

.cupom .text-small {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  text-align: center;
}

/* Saber */
.saber {
  padding: 40px 0;
}

.saber .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.saber .title {
  font-size: 42px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  font-weight: bold;

  margin-bottom: 30px;
}

.saber ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  max-width: 580px;
}

.saber ul li {
  margin: 20px;
  text-align: center;
}

.saber .table {
  padding: 6px;
  margin: 3px;
  background: #e4232f;
  
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  text-align: center;
}

/* Vem */
.vem {
  background: #f6f0eb;
  padding: 60px 0;
  margin-top: 40px;
}

.vem .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vem .title {
  font-size: 42px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  font-weight: bold;

  margin-bottom: 30px;
}

.vem a {
  background: #ffdc91;
  border-radius: 10px;
  border: 0;

  padding: 20px 50px;

  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  
  font-size: 24px;
  line-height: 33px;
  color: #e4232f;
  text-align: center;
  font-weight: bold;

  cursor: pointer;

  transition: all .3s ease;
}

.vem a:hover {
  background: #ffdc91c7;
}

/* Footer  */
footer {
  background: #e4232f;
  padding: 20px 0;
}

footer .container {
  display: flex;
  align-items: center;
}

footer a {
  margin-right: 60px;
}

footer .copy {
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .hero .col {
    min-height: 480px;
  }
  .hero .col:first-child {
    width: 40%;
  }
  .hero .col:last-child {
    width: 60%;
  }
  .hero .col:last-child img {
    width: 150%;
    min-height: 480px;
  }

  .hero .col p {
    font-size: 30px;
    line-height: 34px;
  }

  .coletividade .container {
    flex-direction: column;
  }

  .coletividade .col {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .coletividade .col:first-child {
    margin: 40px 0 60px 0;
  }

  .entregadores .container {
    flex-direction: column;
  }
  .entregadores .col {
    width: 100%;
  }
  .entregadores .col img {
    margin: auto;
    margin-bottom: 40px;
    display: block;
  }

  .vantagens .container {
    flex-direction: column;
  }
  .vantagens .col {
    width: 100%;
  }
  .vantagens img {
    margin: auto;
    margin-bottom: 40px;
    display: block;
  }
}

.menu-button{
  display: none;
}

@media only screen and (min-width: 768px){
  .container-desk{
    margin: 40px 18%!important;
  }

  .pdf-dl{
    position: relative;
    left: 20%;
  }

  .voce-recebe .row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px){
  .container-desk{
    margin: 40px;
  }
  .voce-recebe .row .block {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    /* max-width: calc(768px - 60px); */
    max-width: 768px;
    margin: unset;
  }


  header .container {
    position: relative;
  }

  header nav {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 9000;

    width: 100%;
    max-width: 250px;
    height: 100vh;
    background: #A01A17;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;

    padding-top: 40px;
    -webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,.25); 
    box-shadow: 0px 0px 11px 5px rgba(0,0,0,.25);

    transition: all .3s ease;
  }
  header nav.active {
    right: 0px;
  }
  header nav a {
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
  header button.menu-button {
    display: block;

    background: transparent;
    width: 40px;
    height: 40px;

    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 9100;

    border: 0;
  }

  header button.menu-button span {
    width: 30px;
    height: 2px;

    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #A01A17;

    transform: translate(-50%, -50%);
    transition: all .3s ease;
  }

  header button.menu-button span:first-child {
    top: 20%;
  }
  header button.menu-button span:last-child {
    top: 80%;
  }

  header button.menu-button.active span {
    background: #FFFFFF;
  }
  header button.menu-button.active span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header button.menu-button.active span:nth-child(2) {
    opacity: 0;
  }
  header button.menu-button.active span:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .hero .col {
    min-height: 380px;
  }
  .hero .col:last-child img {
    min-height: 380px;
    transform: translateX(40px);
  }
  .hero .col p {
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 425px) {
  .container img {
    width: 90%;
  }

  .hero .col p {
    display: none;
  }
  .hero .col {
    min-height: 250px;
  }
  .hero .col:last-child img {
    min-height: 250px;
    transform: translateX(0);
  }

  .coletividade .title {
    font-size: 60px;
  }

  .entregadores .col .title {
    font-size: 50px;
  }

  .como .title span {
    font-size: 44px;
  }
  .como .title {
    font-size: 46px;
  }
  .como .container .row {
    flex-wrap: wrap;
  }
  .como .row .col {
    width: 50%;
  }
  .como .row .col .text {
    font-size: 18px;
    line-height: 23px;
  }

  .apoio .title {
    font-size: 32px;
  }

  .vantagens .col .title {
    font-size: 30px;
    line-height: 28px;
  }

  .cupom .title {
    font-size: 30px;
    line-height: 38px;
  }

  .saber .title {
    font-size: 30px;
    line-height: 38px;
  }
}