@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

/*
font-family: 'Londrina Solid', cursive;
font-family: 'Rubik', sans-serif;
*/
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

* {
  outline: none;
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Londrina Solid', cursive;
  margin-bottom: 1em;
  padding: 0;
  font-weight: 700;
  line-height: 1.16em;
}

h1 {
  font-size: 2.2em;
}

p, ol li{
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  color: #000;
}
.easy{
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.easy-slow{
  -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
  -moz-transition: all .5s cubic-bezier(.23,1,.32,1);
  -o-transition: all .5s cubic-bezier(.23,1,.32,1);
  -ms-transition: all .5s cubic-bezier(.23,1,.32,1);
  transition: all .5s cubic-bezier(.23,1,.32,1);
}
em{
  font-style: normal;
  background-color: #FFD650;
}
.banner .slick-dots li button::before{
  display: none;
}
.banner .slick-slider{
  margin: 0 0 30px 0;
}
.banner .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}
.banner .slick-dots li button{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #FFD650;
}
.banner .slick-dots li.slick-active button{
  background-color: #000;
}
#header {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 99;
  background-color: #1a1818;
}
#header .inner{
  padding: 20px 0;
}
#header .container{
  position: relative;
}
.image{
  text-align: center;
}
.image img{
  margin: 0 auto;
  z-index: 1;
  transition: opacity .5s ease;
}
.home-page{
  margin-top: 0;
  margin-bottom: 0;
}
.brand {
  background-image: url(../design/alma.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  margin: 0;
}

.brand a, .brand-back a{
  display: block;
  height: 70px;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.pedido, .home-content{
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
}
.home-content{
  padding-top: 40px;
  padding-bottom: 20px;
}
.pedido:before{
  display: none;
}
.pedido .imagem{
  width: auto;
  margin: 10px auto;
  display: block;
}
.abacaxi{
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
  top: 0;
  margin-top: 10px;
  width: 48px;
}
.prazer{
  position: relative;
  left: auto;
}
.nav-trigger {
  /* vertically align its content */
  display: block;
    height: 56px;
    padding: 16px 10px;
  font-size: 1em;
  text-transform: uppercase;
  color: #221F1F;
  font-weight: normal;
  right: 5%;
  top: 0;
  bottom: auto;
  position: absolute;
  z-index: 3;
}

.nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}

.nav-trigger em,
.nav-trigger em::after,
.nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 3px;
  width: 36px;
  background-color: #221F1F;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav-trigger em {
  /* this is the menu central line */
  margin: 10px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.nav-trigger em::before,
.nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}

.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #221F1F;
}

.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #221F1F;
}
.mobile-nav {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
}

.mobile-nav .menu-mobile-menu-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: auto;
  opacity: 1;
  display: block;
  -webkit-transition: transform 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.mobile-nav .menu-mobile-menu-container .container{
  background-color: #EEE077;
  padding-top: 120px;
  padding-bottom: 50px;
}
.mobile-nav ul {
  padding: 30px 0 120px;
  width: 100%;
  max-width: 100%;
  list-style: none;
}
.w{
  width: 80px;
  margin-bottom: 60px;
}
.mandaoi{
  font-size: 2em;
}
.mobile-nav ul li {
  margin: 0;
}

.mobile-nav ul a {
  /* target primary-nav links */
  font-family: 'Londrina Solid', cursive;
  display: block;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 15px 20px;
  color: #221F1F;
  background-color: #EE4781;
  font-weight: 700;
  font-size: 1.2em;
}

.nav-open .mobile-nav .menu-mobile-menu-container,
    .mobile-nav .menu-mobile-menu-container:target {
        display: block;
        left: 0;
        top: 0;
        transform: translateY(0);
        opacity: 1;
        height: auto;
        -webkit-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    
    }
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^="tel"] {
  color: #fff;
}
.fazemos{
  margin-bottom: 80px;
}
.inst{
  margin-top: 40px;
}
.fazemos h2{
  font-size: 1em;
  padding-bottom: 8px;
  border-bottom: solid 12px #EEE077;
}
.acreditamos h2{
  font-size: 1em;
  padding-bottom: 8px;
  border-bottom: solid 12px #EE4781;
}
.the-content h2{
  font-size: 1.5em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 12px #EE4781;
}
.the-content h3{
  margin-bottom: 60px;
}
.project-home-title{
  font-size: 2em;
  padding-right: 35%;
  color: #221F1F;
}
.project-home-item{
  padding-bottom: 8px;
  border-bottom: solid 12px #EEE077;
}
.whatsapp.button{
  background-image: url(../design/whatsapp-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  color: #fff;
  font-size: 1em;
  width: 200px;
  min-width: 200px;
  height: 60px;
    text-align: center;
    line-height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.whatsapp.button .ico{
  background-image: url(../design/whatsapp-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.facapedido.button{
  background-image: url(../design/pedido-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  color: #fff;
    font-size: 1.2em;
    width: 240px;
    min-width: 240px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10;
    position: relative;
    margin: 30px auto;
}
.facapedido.button .ico{
  background-image: url(../design/seta-d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: top;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.button:hover{
  transform: scale(.9);
}
/* FOOTER ///////////// */
#footer {
  padding-bottom: 200px;
  background-color: #fff;
  overflow: hidden;
}
.footer p{
  font-family: 'Londrina Solid', cursive;
}
.assinatura{
  flex-direction: column;
}
.yellow{
  position: relative;
  z-index: 0;
  padding: 0;
}
.yellow:before{
  display: none;
}
.image-02,
.image-03{
  display: none;
}
.cookie, .pudim, .abertas{
  position: relative;
  z-index: 11;
}
.abertas{
  margin: 50px auto 20px;
  width: 260px;
  display: block;
}
.pudim{
  position: absolute;
  left: 40px;
  bottom: -140px;
  width: 180px;
}
.cookie{
  left: auto;
  right: -51px;
  top: -76px;
  width: 130px;
  position: absolute;
}
.social{
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.social a{
  display: inline-block;
  margin: 2px;
  padding: 5px;
  border-radius: 5px;
}
.social a:hover{
  background-color: #FFD650;
}
.black{
  margin: 20px auto;
}
.desk{
  display: none;
}
.mobile{
  display: block;
}
.astesanal{
  margin: 30px auto 0;
  width: 260px;
  position: relative;
  z-index: 2;
}
.image-01{
  margin-top: -30px;
}
@media (min-width: 992px){
  #footer {
    padding-bottom: 200px;
    background-color: #FFD650;
    overflow: hidden;
  }
  .pt{
    padding-top: 80px;
  }
  .astesanal{
    width: 50%;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 999;
    margin: 0;
  }
  .desk{
    display: block;
  }
  .mobile{
    display: none;
  }
  
  .prazer{
    position: relative;
    left: 40px;
  }
  .assinatura{
    flex-direction: row;
  }
  .banner .slick-slider{
    margin: 0;
  }
  .banner .slick-dots {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 15px;
    text-align: left;
    padding: 0 30px;
    margin: 0;
  }
  .whatsapp.button{
      width: 240px;
      min-width: 240px;
      height: 60px;
  }
  .brand a, .brand-back a{
    height: 100px;
  }
  #footer {
    padding-bottom: 100px;
    background-color: transparent;
  }
  .yellow{
    position: relative;
    z-index: -1;
    padding-top: 20px;
  }
  .yellow:before{
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background-color: #FFD650;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: -1;
  }
  .social{
    text-align: left;
  }
  #header{
      display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 99;
    background-color: transparent;
  }
  #header .inner{
    padding: 80px 0;
  }
  .abacaxi{
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
    top: -35px;
    width: 150px;
  }
  .pedido, .home-content {
    position: relative;
    z-index: 9;
    padding-top: 80px;
}
.pedido:before{
  content: "";
  display: block;
  width: 50vw;
  height: 26vw;
  position: absolute;
  left: -7.5px;
  top: 0;
  transform: translateY(-23.6%);
  z-index: -1;
  background-image: url(../design/bg-01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  background-position-y: top;
}
.pedido .imagem {
  width: 20vw;
}
.facapedido.button{
 margin: 0;
}
.image-01 {
  width: 80%;
  margin-top: 0;
}
.image-02{
  position: relative;
  top: 25%;
  left: -55%;
  z-index: 1;
  display: block;
}
.image-03 {
  width: 20vw;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  display: block;
  transform: translate(-20%, 30%);
}
.yellow{
  padding-top: 20px;
}
.cookie, .pudim, .abertas{
  position: relative;
  z-index: 11;
}
.abertas{
  margin: 0 auto 0 0;
}
.pudim{
  position: absolute;
  left: -50%;
  top: -20%;
  width: 160px;
  bottom: auto;
}
.cookie{
  left: -11%;
  top: 100%;
  right: auto;
  width: 160px;
  position: absolute;
}
}

