@font-face {
  font-family: 'robotomedium';
  src: url("fonts/roboto-medium-webfont.eot");
  src: url("fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-medium-webfont.woff2") format("woff2"), url("fonts/roboto-medium-webfont.woff") format("woff"), url("fonts/roboto-medium-webfont.ttf") format("truetype"), url("fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url("fonts/roboto-light-webfont.eot");
  src: url("fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto-light-webfont.woff") format("woff"), url("fonts/roboto-light-webfont.ttf") format("truetype"), url("fonts/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("fonts/roboto-regular-webfont.eot");
  src: url("fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff"), url("fonts/roboto-regular-webfont.ttf") format("truetype"), url("fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'selfielight';
  src: url("fonts/selfie_light-webfont.eot");
  src: url("fonts/selfie_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/selfie_light-webfont.woff2") format("woff2"), url("fonts/selfie_light-webfont.woff") format("woff"), url("fonts/selfie_light-webfont.ttf") format("truetype"), url("fonts/selfie_light-webfont.svg#selfielight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight_italic';
  src: url("fonts/roboto-lightitalic-webfont.eot");
  src: url("fonts/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-lightitalic-webfont.woff2") format("woff2"), url("fonts/roboto-lightitalic-webfont.woff") format("woff"), url("fonts/roboto-lightitalic-webfont.ttf") format("truetype"), url("fonts/roboto-lightitalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  outline: none !important;
  border: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body, #fullpage, #secao-home, #foto {
  width: 100%;
  height: 100%;
}

#fullpage {
  background: #fff;
}

@keyframes moverDireita {
  100% {
    background-position: 60px 0;
  }
}
@keyframes moverDireita2 {
  100% {
    background-position: 60px bottom;
  }
}
@keyframes encher {
  30% {
    height: 20px;
    transform: rotate(10deg);
  }
  70% {
    height: 30px;
    transform: rotate(-10deg);
  }
  100% {
    height: 34px;
    transform: rotate(0deg);
  }
}
@keyframes esvaziar {
  0% {
    height: 34px;
  }
  100% {
    height: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.nao-webkit {
  margin: auto;
}

#overlay {
  position: fixed;
  z-index: 9989;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg-quadriculado-cinza.jpg) #fff;
  animation: moverDireita 1s linear infinite;
}

#qLoverlay {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: url(../img/bg-quadriculado-cinza.jpg) #fff;
}
#qLoverlay:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 52px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 52px);
  background: url(../img/sublinhado-magenta.png) repeat 0 0;
  animation: moverDireita 2s linear infinite;
}

#qLpercentage {
  display: table;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 200px !important;
  line-height: 160px;
}

.warning-chrome {
  position: absolute;
  display: block;
  left: calc(50% - 62px);
  bottom: 40px;
  width: 135px;
}
.warning-chrome img {
  display: block;
  margin: 0 auto 14px;
}
.warning-chrome span {
  display: block;
  text-align: center;
}
.warning-chrome span.linha1 {
  height: 12px;
  color: #222;
  font-family: "CooperBlackStd";
  font-size: 12px;
}
.warning-chrome span.linha2 {
  height: 18px;
  color: #000;
  font-family: "CooperBlackStd";
  font-size: 16px;
}

.mCS-portuga.mCSB_scrollTools .mCSB_dragger {
  width: 10px;
}
.mCS-portuga.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 0;
  background-color: #000;
}

.mCS-portuga.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  margin: 0;
  border-radius: 0;
  background-color: #444;
}

.mCSB_inside > .mCSB_container {
  margin: 0 !important;
}

.mCSB_scrollTools_vertical {
  width: 10px;
}

.mCSB_scrollTools:hover.mCSB_scrollTools_vertical {
  width: 19px !important;
}
.mCSB_scrollTools:hover .mCSB_dragger, .mCSB_scrollTools:hover .mCSB_draggerRail {
  width: 19px !important;
}

.fancybox-lock .fancybox-overlay {
  overflow-y: hidden;
}

.section {
  position: relative;
  display: table;
  width: 100%;
}
.section.cinza {
  background: #222;
}
.section.cinza .swiper-container .swiper-pagination-bullet-active {
  font-weight: bold;
  background: #000;
}
.section.magenta {
  background: #000;
}
.section.magenta .swiper-container .swiper-pagination-bullet-active {
  background: #222;
}
.section:not(#secao-home) .conteudo {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: auto;
}
.section:not(#secao-home) h2, .section:not(#secao-home) h3 {
  display: block;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
}
.section:not(#secao-home) h2 {
  color: #fff;
  background: url(../img/bg-quadriculado-cinza.jpg) repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section:not(#secao-home) h4 {
  display: block;
  font-family: 'selfielight';
  text-align: center;
}
.section:not(#secao-home) .sorriso {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section:not(#secao-home) .assinatura {
  position: relative;
  margin: 15px auto 0;
  display: block;
}
.section:not(#secao-home).cinza .sorriso.magenta {
  display: none;
}
.section:not(#secao-home).cinza .assinatura.magenta {
  display: none;
}
.section:not(#secao-home).magenta .sorriso.cinza {
  display: none;
}
.section:not(#secao-home).magenta .assinatura.cinza {
  display: none;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  display: block;
}

.layer {
  width: 100%;
  height: 100%;
}

.fancybox-lock {
  width: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url(../img/fancybox_sprite.png);
}

#fancybox-loading div {
  background: url(../img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-overlay {
  background-image: none;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay .fechar {
  position: absolute;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  right: 60px;
  top: 20px;
}
.fancybox-overlay .fechar span {
  position: absolute;
  top: 10px;
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background-color: #ff0468;
}
.fancybox-overlay .fechar span:nth-child(1) {
  left: 0;
  transform: rotate(45deg);
}
.fancybox-overlay .fechar span:nth-child(2) {
  right: 0;
  transform: rotate(-45deg);
}

.video.aberto {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

#foto-post {
  display: none;
}

#interruptor {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 4;
  display: block;
  width: 20px;
  height: 40px;
  text-indent: -15000px;
}
#interruptor.magenta {
  background: url(../img/interruptor.png) no-repeat left center;
}
#interruptor.cinza {
  background: url(../img/interruptor.png) no-repeat right center;
}

#whatsapp {
  position: fixed;
  right: 80px;
  bottom: 40px;
  width: 41px;
  height: 42px;
  text-indent: -999em;
  transition: all .5s ease;
  z-index: 4;
  overflow: hidden;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
#whatsapp:before, #whatsapp:after {
  content: "";
  display: block;
  position: absolute;
}
#whatsapp:before {
  width: 187px;
  height: 42px;
  z-index: 0;
  background: url(../img/say-hi-to-me.png) no-repeat left top;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease;
}
#whatsapp:after {
  width: 41px;
  height: 42px;
  background: url(../img/whatsapp.png) no-repeat right top;
  top: 0;
  right: 0;
  z-index: 10;
}
#whatsapp:hover {
  width: 187px;
}
#whatsapp:hover:before {
  opacity: 1;
}

#compartilhar {
  cursor: default;
  position: absolute;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #fff;
  transform: translateY(-100%);
  transform-origin: center bottom;
  background: #fff;
}
#compartilhar .conteudo {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: none;
  opacity: 0;
}
#compartilhar .screenshot {
  display: none;
}
#compartilhar .nice {
  display: table;
  position: relative;
  margin: 0 auto 15px auto;
}
#compartilhar .nice:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: url(../img/sublinhado-magenta.png) repeat;
  animation: moverDireita 1.5s linear infinite;
}
#compartilhar .nice.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: url(../img/sublinhado-magenta.png) repeat !important;
}
#compartilhar .bt-fechar {
  position: absolute;
  left: 40px;
  top: 40px;
}
#compartilhar .texto {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#compartilhar .texto img {
  display: block;
}
#compartilhar .texto p {
  width: 770px;
  margin: auto;
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
#compartilhar .texto p .magenta {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
#compartilhar .texto p .magenta:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: url(../img/sublinhado-magenta.png) repeat;
  animation: moverDireita 1.5s linear infinite;
}
#compartilhar .texto p .magenta.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: url(../img/sublinhado-magenta.png) repeat !important;
}
#compartilhar .redes-sociais {
  width: auto;
  display: inline-block;
  margin: 50px auto 0;
}
#compartilhar .redes-sociais ul {
  display: table;
  margin-bottom: 0;
}
#compartilhar .redes-sociais ul li {
  display: inline-block;
  margin-right: 50px;
}
#compartilhar .redes-sociais ul li:last-child {
  margin-right: 0;
}
#compartilhar .redes-sociais ul li a {
  background-image: url(../img/sprite-icones-sociais.png);
  background-repeat: no-repeat;
  display: block;
}
#compartilhar .redes-sociais ul li .email {
  width: 25px;
  height: 19px;
  margin: 1px 0 0 1px;
  background-position: -85px -5px;
}
#compartilhar .redes-sociais ul li .email:hover {
  background-position: -120px -5px;
}
#compartilhar .redes-sociais ul li .linkedin {
  width: 23px;
  height: 22px;
  background-position: -215px -5px;
}
#compartilhar .redes-sociais ul li .linkedin:hover {
  background-position: -248px -5px;
}
#compartilhar .redes-sociais ul li .behance {
  width: 31px;
  height: 19px;
  background-position: -5px -5px;
}
#compartilhar .redes-sociais ul li .behance:hover {
  background-position: -46px -5px;
}
#compartilhar .redes-sociais ul li .vimeo {
  width: 25px;
  height: 22px;
  background-position: -469px -5px;
}
#compartilhar .redes-sociais ul li .vimeo:hover {
  background-position: -504px -5px;
}
#compartilhar .redes-sociais ul li .instagram {
  width: 22px;
  height: 22px;
  background-position: -153px -5px;
}
#compartilhar .redes-sociais ul li .instagram:hover {
  background-position: -185px -5px;
}
#compartilhar .redes-sociais ul li .twitter {
  width: 26px;
  height: 22px;
  background-position: -399px -5px;
}
#compartilhar .redes-sociais ul li .twitter:hover {
  background-position: -435px -5px;
}
#compartilhar .redes-sociais ul li .spotify {
  width: 22px;
  height: 22px;
  background-position: -279px -5px;
}
#compartilhar .redes-sociais ul li .spotify:hover {
  background-position: -311px -5px;
}
#compartilhar .redes-sociais ul li .trophy {
  width: 20px;
  height: 22px;
  background-position: -341px -5px;
}
#compartilhar .redes-sociais ul li .trophy:hover {
  background-position: -371px -5px;
}
#compartilhar .bt-compartilhar {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #000;
  font-family: 'robotomedium';
  font-size: 10px;
  text-align: center;
  text-decoration: none !important;
  padding-bottom: 16px;
  background: url(../img/sublinhado-magenta.png) repeat-x 0 24px !important;
}
#compartilhar .bt-compartilhar:hover {
  text-decoration: none;
  animation: moverDireita2 2s linear infinite;
}
#compartilhar .active {
  pointer-events: none;
  cursor: default;
  color: #000;
  animation: moverDireita2 2s linear infinite, blink 1s ease-in-out infinite;
}
#compartilhar .sublinhado-magenta2 {
  display: block;
  margin: 10px auto 0 auto;
}

#menu {
  cursor: pointer;
  position: absolute;
  z-index: 6;
  left: 40px;
  top: 40px;
}
#menu a {
  display: block;
  transform-origin: center center;
}
#menu a span {
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  margin-bottom: 5px;
  transform-origin: center center;
}
#menu a .magenta {
  background: #ff0468 !important;
}

.placa {
  position: absolute;
  z-index: 4;
}
.placa a {
  text-decoration: none !important;
}
.placa span {
  color: #333;
}
.placa .onda {
  width: 52px;
  height: 6px;
  background: url(../img/sublinhado-magenta.png) repeat-x !important;
  margin: 14px auto;
}
.placa:hover .onda {
  animation: moverDireita2 2s linear infinite;
}

.link-secao {
  position: absolute;
  text-decoration: none;
}
.link-secao img {
  margin: auto;
}
.link-secao span {
  display: block;
  color: #fff;
  font-family: 'robotomedium';
  text-align: center;
}

.swiper-pagination {
  position: relative !important;
  bottom: initial;
}

.swiper-pagination-bullet {
  opacity: 1;
  margin: 0 !important;
  background: #fff;
}

#secao-home {
  overflow: hidden !important;
  position: relative;
}
#secao-home.cinza {
  background-color: transparent;
}
#secao-home.cinza .portuga.magenta {
  display: none;
}
#secao-home.magenta .portuga.cinza {
  display: none;
}
#secao-home #foto.cinza {
  background: url(../img/bg-quadriculado-cinza.jpg) repeat;
}
#secao-home #foto.magenta {
  background: url(../img/bg-quadriculado-magenta.jpg) repeat;
}
#secao-home .desenho {
  position: absolute;
  z-index: 2;
  left: calc(50% - 1280px) !important;
  top: calc(50% - 800px) !important;
  display: block;
  transition: transform .2s ease;
  cursor: url(../img/lapis.png) 99 99, auto;
}
#secao-home .desenho.mouse-ativo {
  cursor: url(../img/lapis-clicked.png) 99 99, auto !important;
}
#secao-home .portuga {
  position: absolute;
  z-index: 1;
  transition: transform .2s ease;
}
#secao-home .bracos {
  position: absolute;
  z-index: 3;
  transition: transform .2s ease;
}
#secao-home .sorriso {
  opacity: 0;
}
#secao-home .home-sorriso1, #secao-home .home-sorriso2, #secao-home .home-sorriso3, #secao-home .home-sorriso4, #secao-home .home-sorriso5, #secao-home .placa {
  position: absolute;
  z-index: 4;
  transition: transform .2s ease;
}
#secao-home .placa {
  transition: transform .2s ease;
  width: 380px;
  left: calc(50% - 199px) !important;
  top: calc(50% + 105px) !important;
  text-align: center;
}
#secao-home .placa .onda {
  margin: 10px auto;
}
#secao-home .placa .sublinhado-magenta1 {
  display: block;
  margin: 10px auto 0 auto;
}
#secao-home .placa .titleSite {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 57px;
  margin: 0 auto;
}
#secao-home .placa .titleSite .pink {
  font-size: 88px;
}
#secao-home .placa .subtitle {
  font-family: 'selfielight';
  font-size: 40px;
  text-align: center;
  color: #222222;
  margin: 0 auto;
  line-height: 35px;
}
#secao-home .placa p {
  display: block;
  font-family: 'robotomedium';
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  clear: both;
}
#secao-home .placa p.black {
  position: relative;
  display: inline-block;
}
#secao-home .placa p.black span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38.35px;
  color: #000;
  position: absolute;
  top: -14px;
  right: -24px;
}
#secao-home .placa p.pink {
  opacity: 0;
  transition: all 0.5s ease;
}
#secao-home .placa .black {
  color: #222222;
}
#secao-home .placa .pink {
  color: #000;
}
#secao-home .placa:hover p.pink {
  opacity: 1;
}
#secao-home .mouse {
  position: absolute;
  z-index: 2;
}
#secao-home .mouse .mouse-roda {
  opacity: 0;
}
#secao-home .share-button {
  cursor: pointer;
  position: absolute;
  z-index: 999999;
  right: 75px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 10px 12px 0;
  overflow: hidden;
  transition: all .5s ease;
  transform-origin: right center;
}
#secao-home .share-button .share-wrapper {
  width: 160px;
}
#secao-home .share-button span {
  width: 95px;
  vertical-align: middle;
  font-family: 'robotomedium';
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 11px;
  margin-left: -96px;
  transition: all .5s ease;
  font-family: robotomedium;
  text-align: right;
}
#secao-home .share-button span.normal {
  display: inline;
}
#secao-home .share-button span.creating {
  display: none;
}
#secao-home .share-button .share-icon {
  background: url(../img/share-preto.png);
  display: inline-block;
  width: 17px;
  height: 20px;
  transition: all .5s ease;
  vertical-align: middle;
}
#secao-home .share-button:hover {
  width: 155px;
}
#secao-home .share-button:hover span {
  margin: 0 15px;
}
#secao-home .share-button:hover .share-icon {
  background: url(../img/share-magenta.png);
}
#secao-home .share-button.active {
  pointer-events: none;
  cursor: default;
  width: 155px;
}
#secao-home .share-button.active span.normal {
  display: none;
}
#secao-home .share-button.active span.creating {
  display: inline;
  color: #000;
  animation: blink 1s ease-in-out infinite;
  margin: 0 12px;
}
#secao-home .share-button.active .share-icon {
  background: none;
}

#secao-daniel-portuga {
  display: table;
  z-index: 3;
}
#secao-daniel-portuga .lapis-flecha {
  position: absolute;
  transform-origin: center center;
}
#secao-daniel-portuga .conteudo .sublinhado-branco1 {
  margin: 15px auto;
}
#secao-daniel-portuga .conteudo .paises {
  display: block;
  color: #fff;
  font-family: 'robotomedium';
  text-align: center;
}
#secao-daniel-portuga .conteudo .swiper-container p,
#secao-daniel-portuga .conteudo .swiper-container a {
  color: #fff;
  font-family: 'robotolight';
  text-align: center;
}
#secao-daniel-portuga .conteudo .swiper-container b {
  font-family: 'robotomedium';
}
#secao-daniel-portuga.cinza h3 {
  color: #000;
}
#secao-daniel-portuga.cinza h4 {
  color: #fff;
}
#secao-daniel-portuga.cinza .link-the-beginning:after {
  background: url(../img/sublinhado-magenta.png) repeat-x 0 bottom !important;
}
#secao-daniel-portuga.magenta h4 {
  color: #222;
}
#secao-daniel-portuga.magenta .link-the-beginning:after {
  background: url(../img/sublinhado-cinza.png) repeat-x 0 bottom !important;
}

#secao-about-me {
  display: table;
}
#secao-about-me .blocos {
  display: table;
  margin: auto;
}
#secao-about-me .blocos .central h2, #secao-about-me .blocos .central h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
#secao-about-me .item {
  float: left;
  cursor: pointer;
}
#secao-about-me .item .check {
  display: block;
  text-indent: -15000px;
  margin: auto;
}
#secao-about-me .item .numero {
  display: block;
  color: #fff;
  font-family: 'robotoregular';
  text-align: center;
}
#secao-about-me .item .cursivo {
  display: block;
  font-family: 'selfielight';
  text-align: center;
}
#secao-about-me .item .linhas {
  width: 128px;
  height: 6px;
  display: block;
  position: absolute;
}
#secao-about-me .item .linhatop {
  top: 0;
  left: 21px;
  background: url(../img/sublinhado-branco2.png) repeat-x left center;
}
#secao-about-me .item .linhabot {
  bottom: 0;
  left: 20px;
  background: url(../img/sublinhado-cinza4.png) repeat-x left center;
}
#secao-about-me .item p, #secao-about-me .item a {
  color: #fff;
  font-family: 'robotolight';
  text-align: center;
  opacity: .2;
  line-height: 16px;
  font-size: 12px;
}
#secao-about-me .item p.menor, #secao-about-me .item a.menor {
  font-size: 10px;
  line-height: 13px;
}
#secao-about-me .item b {
  font-family: 'robotomedium';
}
#secao-about-me .item b.title {
  font-size: 12px;
  line-height: 16px;
}
#secao-about-me .item a.check {
  opacity: 1;
}
#secao-about-me .item p span {
  font-size: 10px;
  line-height: 13px;
  display: block;
}
#secao-about-me .item .linkawards {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  display: block;
  padding: 22px 0 21px 0;
  margin: 6px 0 15px 0;
}
#secao-about-me .item .linkawards a:hover {
  text-decoration: none;
}
#secao-about-me .item .linkawards span {
  color: #000;
  font-weight: bold !important;
  font-family: 'robotomedium';
  text-decoration: none;
  font-size: 12px;
}
#secao-about-me .item .sublinhado-branco {
  margin: 6px auto 16px auto;
}
#secao-about-me .item .sublinhado-branco.menor {
  margin: 6px auto 15px auto;
}
#secao-about-me .item .sublinhado {
  margin: 15px auto;
}
#secao-about-me .item .sublinhado.menor {
  margin: 19px auto 15px auto;
}
#secao-about-me .item.ativo {
  cursor: initial;
}
#secao-about-me .link-reel {
  text-decoration: none;
}
#secao-about-me.cinza h3 {
  color: #000;
}
#secao-about-me.cinza h2 {
  color: #fff;
}
#secao-about-me.cinza .item .cursivo {
  color: #fff;
}
#secao-about-me.cinza .item.ativo .check {
  background: url(../img/check-cinza-ativo.png);
  background-size: cover;
}
#secao-about-me.cinza .item .check {
  background: url(../img/check-cinza-inativo.png);
  background-size: cover;
}
#secao-about-me.cinza .item .check:hover {
  background: url(../img/check-cinza-ativo.png);
  background-size: cover;
}
#secao-about-me.cinza .link-reel:after {
  background: url(../img/sublinhado-magenta.png) repeat-x 0 bottom !important;
}
#secao-about-me.magenta h3 {
  color: #222;
}
#secao-about-me.magenta h2 {
  color: #fff;
}
#secao-about-me.magenta .item.ativo .cursivo, #secao-about-me.magenta .item:hover .cursivo {
  color: #222;
}
#secao-about-me.magenta .item.ativo .linkawards span, #secao-about-me.magenta .item:hover .linkawards span {
  color: #222;
}
#secao-about-me.magenta .item.ativo .linkawards a:hover ~ .linhas, #secao-about-me.magenta .item:hover .linkawards a:hover ~ .linhas {
  background: url(../img/sublinhado-branco2.png) repeat-x left center;
}
#secao-about-me.magenta .item.ativo .check {
  background: url(../img/check-branco-ativo.png);
  background-size: cover;
}
#secao-about-me.magenta .item .check {
  background: url(../img/check-branco-inativo.png);
  background-size: cover;
}
#secao-about-me.magenta .item .check:hover {
  background: url(../img/check-branco-ativo.png);
  background-size: cover;
}
#secao-about-me.magenta .item .cursivo {
  color: #fff;
}
#secao-about-me.magenta .item p {
  opacity: .5;
}
#secao-about-me.magenta .item a {
  color: #fff;
}
#secao-about-me.magenta .item .linkawards a:hover + .linhatop, #secao-about-me.magenta .item .linkawards a:hover + .linhabot {
  animation: moverDireita2 2s linear infinite;
}
#secao-about-me.magenta .link-reel:after {
  background: url(../img/sublinhado-cinza.png) repeat-x 0 bottom !important;
}

#secao-work-hard {
  display: table;
  position: relative;
}
#secao-work-hard #swiper2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  transform: translateX(100%);
}
#secao-work-hard #swiper2 .item {
  display: table;
  margin: auto;
}

.spacer {
  height: 100px;
  &.h50 {
    height: 50px;
  }
}

@media all and (-ms-high-contrast: none) {
  #secao-work-hard {
    /* IE10 */
    /* IE11 */
  }
  #secao-work-hard #swiper2 {
    top: 330px !important;
  }
  #secao-work-hard *::-ms-backdrop, #secao-work-hard #swiper2 {
    top: 330px !important;
  }
}
#secao-work-hard .titulos {
  position: relative;
  z-index: 2;
  display: table;
  margin: -25px auto 0;
  pointer-events: none;
}
#secao-work-hard .titulos .titulo1, #secao-work-hard .titulos .titulo2 {
  float: left;
}
#secao-work-hard .titulos h4 {
  clear: both;
  display: block;
  font-family: 'selfielight';
  line-height: 100%;
  text-align: center;
}
#secao-work-hard .garrafa {
  position: relative;
  float: left;
  transform-origin: center bottom;
}
#secao-work-hard .garrafa:nth-child(odd) {
  transform: rotate(3deg);
}
#secao-work-hard .garrafa:nth-child(even) {
  transform: rotate(-3deg);
}
#secao-work-hard .garrafa:last-child {
  margin-right: 0;
}
#secao-work-hard .garrafa:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: opacity .5s ease;
}
#secao-work-hard .garrafa:hover:after {
  opacity: 1 !important;
  transition: opacity .5s ease;
}
#secao-work-hard .garrafa .link-job {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  transform: rotate(0deg);
  transform-origin: center center;
}
#secao-work-hard .garrafa .link-job .job {
  display: table;
  margin: auto;
  text-align: center;
  text-decoration: none;
}
#secao-work-hard .garrafa .link-job .job .descricao {
  display: table;
  margin: auto;
}
#secao-work-hard .garrafa .link-job .job .descricao span {
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
  line-height: 17px;
  text-align: center;
}
#secao-work-hard .garrafa .link-job .job img {
  display: block;
}
#secao-work-hard .garrafa .link-job .job .tipo {
  font-family: 'robotomedium';
}
#secao-work-hard .garrafa.locked:before {
  content: "";
  width: 12px;
  height: 16px;
  background-image: url(../img/lock_close.png);
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#secao-work-hard .garrafa1:after {
  background-image: url(../img/garrafa1.png);
}
#secao-work-hard .garrafa2:after {
  background-image: url(../img/garrafa2.png);
}
#secao-work-hard .garrafa3:after {
  background-image: url(../img/garrafa3.png);
}
#secao-work-hard .garrafa3.locked:before {
  right: 30px;
}
#secao-work-hard .garrafa4:after {
  background-image: url(../img/garrafa4.png);
}
#secao-work-hard .garrafa4.locked:before {
  right: 20px;
}
#secao-work-hard .garrafa5:after {
  background-image: url(../img/garrafa5.png);
}
#secao-work-hard #swiper2 {
  position: absolute;
}
#secao-work-hard.cinza .titulos h3 {
  color: #000;
}
#secao-work-hard.cinza .titulos h2 {
  color: #fff;
}
#secao-work-hard.cinza .titulos h4 {
  color: #fff;
}
#secao-work-hard.cinza .garrafa:after {
  opacity: .3;
}
#secao-work-hard.cinza .garrafa .link-job .job .tipo {
  opacity: .3;
  color: #fff;
  clear: both;
}
#secao-work-hard.magenta .titulos h3 {
  color: #222;
}
#secao-work-hard.magenta .titulos h2 {
  color: #fff;
}
#secao-work-hard.magenta .titulos h4 {
  color: #222;
}
#secao-work-hard.magenta .garrafa:after {
  opacity: .5;
}
#secao-work-hard.magenta .garrafa .link-job .job .tipo {
  opacity: 1;
  color: #fff;
}

#map {
  position: absolute;
}
#map .container {
  width: 1170px !important;
}

.map img {
  vertical-align: top;
  position: relative;
  margin: auto;
}

.map .note {
  margin: -22px 76px 0;
}

.map .map-holder {
  position: absolute;
  left: 50%;
  top: 0;
  width: 894px;
  margin: 3px 0 0 -467px;
}

.map {
  min-height: 514px;
  padding: 0 0 0 4px;
  position: relative;
}

.tanks-group {
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 894px;
  height: 446px;
}

.tanks-group li {
  position: absolute;
  width: 34px;
  height: 17px;
}

.tanks-group a {
  display: block;
  position: relative;
}

.tanks-group a.active .flag,
.tanks-group a:hover .flag {
  height: 64px;
  background-position: 0 2px;
}

.tanks-group .flag {
  background: url(../img/flag.png) no-repeat -60px 2px;
  width: 62px;
  position: absolute;
  bottom: 17px;
  left: 10px;
  border-left: 6px solid #fff;
  height: 0;
  /* flag animation */
  transition: height 0.3s linear,background-position 0.3s linear 0.3s;
  -webkit-transition: height 0.3s linear,background-position 0.3s linear 0.3s;
  -o-transition: height 0.3s linear,background-position 0.3s linear 0.3s;
}

.tanks-group .short.tl {
  background-position: -28px -8px;
  height: 11px;
}

.tanks-group .short.tr {
  background-position: 0 -8px;
  height: 11px;
  left: -10px;
}

.tanks-group .short.l {
  background-position: 0 -22px;
  left: -11px;
}

.tanks-group .short.t {
  background-position: -22px 0;
  width: 2px;
  height: 17px;
  left: 11px;
  margin: 0 0 5px;
}

.tanks-group .bullet {
  background: url(../img/heart-bullet.png) no-repeat left top;
  width: 15px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: -3px;
}

.tanks-group .short {
  background: url(../img/bg-short.png) no-repeat 100% 50%;
  width: 46px;
  height: 46px;
  position: absolute;
  left: -13px;
  bottom: -9px;
  z-index: 2;
}

.tanks-group li.tank-1 {
  top: 34.2%;
  left: 30.9%;
}

.tanks-group li.tank-2 {
  top: 70.3%;
  left: 31.1%;
}

.tanks-group li.tank-3 {
  top: 33.3%;
  left: 45%;
}

.tanks-group li.tank-4 {
  top: 35.6%;
  left: 50.4%;
}

.tanks-group li.tank-5 {
  top: 54.2%;
  left: 68.3%;
}

.tanks-group li.tank-6 {
  top: 30.1%;
  left: 71.3%;
}

.tanks-group li.tank-7 {
  top: 39%;
  left: 74.8%;
}

.tanks-group li.tank-8 {
  top: 50.8%;
  left: 79.2%;
}

.tanks-group li.tank-9 {
  top: 55.5%;
  left: 75.6%;
}

.tanks-group li.tank-10 {
  top: 57.4%;
  left: 85.4%;
}

.tanks-group li.tank-11 {
  top: 63.5%;
  left: 77.1%;
}

.tanks-group li.tank-12 {
  top: 63.2%;
  left: 83.4%;
}

.tanks-group li.tank-13 {
  top: 42%;
  left: 80.3%;
}

.tanks-group li.tank-14 {
  top: 78.2%;
  left: 84.5%;
}

.tanks-group li.tank-15 {
  top: 39.7%;
  left: 85.3%;
}

.tanks-group li.tank-16 {
  top: 91.3%;
  left: 94.8%;
}

.tanks-group li.tank-17 {
  top: 27.8%;
  left: 23.99%;
}

.tanks-group li.tank-18 {
  top: 82.51%;
  left: 29.58%;
}

.tanks-group li.tank-19 {
  top: 40.2%;
  left: 45%;
}

.tank-holder {
  display: block;
}

.map .content {
  display: none !important;
  overflow: visible;
  text-align: left;
  position: absolute;
  left: 0;
  top: -10px;
  width: 240px;
}

.map-list {
  overflow: hidden;
  padding: 11px 0 0;
}

.map-list ul:first-child {
  margin: 0;
}

.map-list ul li:before {
  content: '-';
  margin: 0 3px 0 2px;
}

.map-list ul li {
  margin: 0 0 2px;
}

.one-column .map-list ul {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.map-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.actions {
  width: 140px;
  z-index: 12;
  position: absolute;
  right: calc(50% - 70px);
  bottom: 95px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}

.actions li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 3px;
}

.actions .btn-left,
.actions .btn-right {
  width: 60px;
  float: left;
  margin: 0 0 21px;
}

.actions .btn-right {
  margin-left: 20px;
}

.actions span:hover {
  text-decoration: none;
  border-color: #fff;
}

.actions span {
  cursor: pointer;
  background: url(../img/none.png);
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 4px;
  height: 55px;
  position: relative;
}

.actions .btn-space span {
  font-family: 'robotomedium';
  text-indent: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 53px;
}

.actions .btn-left span, .actions .btn-right span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: #222;
}

.actions .btn-left span:after,
.actions .btn-right span:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 4px;
  width: 100%;
  height: 100%;
  margin: -4px 0 0 -6px;
}

.actions .btn-left span:after {
  background: url(../img/bt-esquerda.png) no-repeat center;
}

.actions .btn-right span:after {
  background: url(../img/bt-direita.png) no-repeat center;
}

.actions .btn-right span:after {
  margin: -3px 0 0 -4px;
}

.fire {
  display: none;
}

.boom .fire {
  display: block;
}

.audio-holder {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.tanks-group a.active {
  z-index: 2;
}

.map .fire {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}

#secao-map {
  overflow: hidden;
}
#secao-map .conteudo {
  position: relative;
  z-index: 2;
}
#secao-map h4 {
  display: block;
  color: #fff;
  font-family: 'selfielight';
  text-align: center;
}
#secao-map.cinza h3 {
  color: #000;
}
#secao-map.cinza .map-holder > img {
  opacity: .3;
}
#secao-map.cinza .actions .btn-space span {
  color: #fff;
  background: #000;
}
#secao-map.cinza .fire.magenta {
  display: none;
}
#secao-map.magenta h3 {
  color: #222;
}
#secao-map.magenta .map-holder > img {
  opacity: .5;
}
#secao-map.magenta .actions .btn-left span, #secao-map.magenta .actions .btn-right span {
  background: #000;
}
#secao-map.magenta .actions .btn-space span {
  color: #fff;
  background: #222;
}
#secao-map.magenta .fire.cinza {
  display: none;
}

#secao-lessons .conteudo {
  position: relative;
  z-index: 2;
}
#secao-lessons #swiper3 .swiper-slide h4 {
  margin: 0;
  color: #fff;
  font-family: 'selfielight';
  text-align: center;
}
#secao-lessons #swiper3 .swiper-slide span {
  display: block;
  color: #fff;
  font-family: 'robotomedium';
  text-align: center;
}
#secao-lessons #swiper3 .swiper-pagination {
  bottom: 0;
}
#secao-lessons #swiper3 .swiper-pagination .swiper-pagination-bullet {
  color: #fff;
  font-family: 'robotolight';
  background: none;
}
#secao-lessons #swiper3 .swiper-pagination .swiper-pagination-bullet-active {
  font-family: 'robotomedium';
}
#secao-lessons #nuvens {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  left: 0;
}
#secao-lessons #nuvens .nuvem {
  position: absolute;
}
#secao-lessons #nuvens .nuvem1 {
  top: calc(50% - 40px);
  right: -52px;
}
#secao-lessons #nuvens .nuvem2 {
  bottom: calc(50% - 160px);
  right: -62px;
}
#secao-lessons #nuvens .nuvem3 {
  bottom: calc(50% - 150px);
  right: -242px;
}
#secao-lessons #nuvens .nuvem4 {
  bottom: calc(50% - 170px);
  right: -376px;
}
#secao-lessons #nuvens .nuvem5 {
  bottom: calc(50% - 600px);
  right: -937px;
}
#secao-lessons.cinza h3 {
  color: #000;
}
#secao-lessons.cinza #swiper3 .swiper-slide span {
  opacity: .3;
  text-transform: uppercase;
}
#secao-lessons.cinza #swiper3 .swiper-pagination-bullet-active {
  color: #000;
}
#secao-lessons.cinza .nuvem-magenta {
  display: none;
}
#secao-lessons.magenta h3 {
  color: #222;
}
#secao-lessons.magenta #swiper3 .swiper-slide span {
  opacity: .5;
}
#secao-lessons.magenta #swiper3 .swiper-pagination-bullet-active {
  color: #222;
}
#secao-lessons.magenta .nuvem-cinza {
  display: none;
}

#secao-contact .conteudo {
  position: relative;
  z-index: 2;
}
#secao-contact a {
  display: table;
  text-decoration: none !important;
  margin: auto;
}
#secao-contact a:hover {
  text-decoration: none;
}
#secao-contact .sublinhado {
  margin: auto;
}
#secao-contact h4 {
  clear: both;
  margin-bottom: 0;
  display: block;
  color: #fff;
  font-family: 'selfielight';
  line-height: 100%;
  text-align: center;
}
#secao-contact span {
  display: block;
  color: #fff;
  font-family: 'robotolight';
  text-align: center;
}
#secao-contact #coracoes {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  left: 0;
}
#secao-contact #coracoes .coracao {
  position: absolute;
}
#secao-contact #coracoes .coracao1 {
  right: calc(50% - 500px);
  bottom: -53px;
}
#secao-contact #coracoes .coracao2 {
  left: calc(50% - 400px);
  bottom: -160px;
}
#secao-contact #coracoes .coracao3 {
  right: calc(50% - 520px);
  bottom: -328px;
}
#secao-contact #coracoes .coracao4 {
  left: calc(50% - 930px);
  bottom: -691px;
}
#secao-contact.cinza .email h3, #secao-contact.cinza .cv h3 {
  color: #000;
}
#secao-contact.cinza .coracao-magenta {
  display: none;
}
#secao-contact.magenta .email h3, #secao-contact.magenta .cv h3 {
  color: #222;
}
#secao-contact.magenta .coracao-cinza {
  display: none;
}

#responsive {
  position: fixed;
  display: none;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}
#responsive .conteudo {
  display: table-cell;
  vertical-align: middle;
}
#responsive h2, #responsive h3, #responsive h4 {
  margin: 0;
  text-align: center;
}
#responsive h2 {
  color: #000;
  font-size: 88px;
  font-family: "selfielight";
  line-height: 90px;
  text-align: center;
}
#responsive h3, #responsive h4 {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#responsive h3 {
  font-size: 70px;
  line-height: 50px;
}
#responsive h4 {
  font-size: 42px;
  line-height: 34px;
}
#responsive p, #responsive span {
  font-size: 14px;
}
#responsive p {
  max-width: 392px;
  margin: 26px auto 0;
  color: #222;
  font-family: 'robotolight';
  text-align: center;
}
#responsive span {
  display: block;
  max-width: 235px;
  margin: 30px auto 0;
  color: #818181;
  font-family: 'robotolight_italic';
  text-align: center;
}
#responsive .sugestao {
  display: table;
  margin: 50px auto 0;
  text-decoration: none;
}
#responsive .sugestao .magenta, #responsive .sugestao .cinza {
  display: block;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-align: center;
}
#responsive .sugestao .magenta {
  color: #000;
  font-size: 35px;
  line-height: 25px;
}
#responsive .sugestao .cinza {
  color: #222;
  font-size: 51px;
  line-height: 40px;
}
#responsive .sugestao .sublinhado {
  display: block;
  margin: 0 auto;
}

#mobile {
  position: fixed;
  display: none;
  z-index: 9990;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
#mobile #hero {
  text-align: center;
  background: #fff;
  padding: 0 9%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#mobile #hero h2, #mobile #hero h3, #mobile #hero h4 {
  margin: 0;
  text-align: center;
}
#mobile #hero h3, #mobile #hero h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -3px;
}
#mobile #hero h3 {
  font-size: 3.7em;
  line-height: 50px;
}
#mobile #hero h2 {
  font-size: 6.6em;
  line-height: 65px;
}
#mobile #hero h4 {
  font-family: 'selfielight';
  font-size: 3.2em;
  line-height: 40px;
}
#mobile #hero .onda {
  width: 52px;
  height: 6px;
  background: url(../img/sublinhado-magenta.png) repeat-x !important;
  margin: 5px auto 0;
}
#mobile #hero p {
  display: block;
  font-family: 'robotoregular';
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  clear: both;
  font-weight: bold;
}
#mobile #hero p span {
  font-weight: normal;
}
#mobile #hero .black {
  color: #222222;
}
#mobile #hero .pink {
  color: #000;
}
#mobile #hero .aviso {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  font-size: 14px;
}
#mobile #contentSite {
  text-align: center;
  background: #222;
  padding: 20% 9%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mobile #contentSite .sugestao {
  text-decoration: none !important;
  display: inline-block;
  margin: 0 auto 60px;
  font-size: 14px;
}
#mobile #contentSite .sugestao .onda {
  width: 100%;
  height: 6px;
  background: url(../img/sublinhado-magenta.png) repeat-x !important;
  margin: 0 auto;
}
#mobile #contentSite .sugestao .magenta, #mobile #contentSite .sugestao .branco {
  display: block;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-align: center;
}
#mobile #contentSite .sugestao .magenta {
  color: #000;
  font-size: 4em;
  line-height: 45px;
}
#mobile #contentSite .sugestao .branco {
  color: #fff;
  font-size: 7.42em;
  line-height: 65px;
}
#mobile #contentSite .sugestao .sublinhado {
  display: block;
  margin: 0 auto;
}
#mobile #contentSite .whats {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
}
#mobile #contentSite .whats img {
  margin: 0 auto 20px;
  width: 44%;
}
#mobile #contentSite .whats span {
  font-family: 'robotomedium';
  font-size: 1.38em;
  line-height: 1.38em;
  letter-spacing: 0.0012em;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
#mobile #contentSite #work-hard .titulos {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  display: flex;
}
#mobile #contentSite #work-hard .titulos .sugestao:first-child {
  margin-bottom: 10px;
}
#mobile #contentSite #work-hard .garrafa {
  width: 72%;
  max-width: 230px;
  margin: 0 auto 50px;
  display: block;
  position: relative;
}
#mobile #contentSite #work-hard .garrafa span,
#mobile #contentSite #work-hard .garrafa .logo {
  display: inline-block;
}
#mobile #contentSite #work-hard .garrafa .logo {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#mobile #contentSite #work-hard .garrafa .logo img {
  height: auto;
  margin: 0 auto;
  position: relative;
}
#mobile #contentSite #work-hard .garrafa .descricao,
#mobile #contentSite #work-hard .garrafa .logo {
  margin-bottom: 5px;
}
#mobile #contentSite #work-hard .garrafa span {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
#mobile #contentSite #work-hard .garrafa .tipo {
  font-size: 22.38px;
  font-family: 'robotomedium';
  opacity: 0.3;
}
#mobile #contentSite #work-hard .garrafa:hover {
  text-decoration: none;
}
#mobile #contentSite #work-hard .garrafa.locked:before {
  content: "";
  width: 12px;
  height: 16px;
  background: url("../img/lock_close_mobile.png") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  #mobile #contentSite #work-hard .garrafa {
    width: 40%;
    max-width: 560px;
  }
  #mobile #contentSite #work-hard .garrafa.locked:before {
    right: -41%;
  }
}
@media screen and (min-width: 900px) {
  #mobile #contentSite {
    padding: 9% 9% 6%;
  }
  #mobile #contentSite #work-hard .garrafa {
    width: 30.1%;
  }
}
#mobile #footerMobile {
  text-align: center;
  background: #000;
  padding: 80px 9%;
  position: relative;
}
#mobile #footerMobile .acesso {
  margin: 0 auto;
  color: #fff;
  font-style: italic;
}
#mobile #footerMobile .redes-sociais {
  position: relative;
  margin: auto;
}
#mobile #footerMobile .redes-sociais ul {
  display: table;
  margin: 0 auto 20px;
}
#mobile #footerMobile .redes-sociais ul li {
  display: inline-block;
  margin-right: 30px;
}
#mobile #footerMobile .redes-sociais ul li:last-child {
  margin-right: 0;
}
#mobile #footerMobile .redes-sociais ul li a {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#mobile #footerMobile .redes-sociais ul li .linkedin {
  width: 39px;
  height: 36px;
  background-image: url("../img/icone-linkedin-branco.png");
}
#mobile #footerMobile .redes-sociais ul li .instagram {
  width: 36px;
  height: 36px;
  background-image: url("../img/icone-instagram-branco.png");
}
#mobile #footerMobile .redes-sociais .bt-compartilhar {
  display: block;
  margin-top: 40px;
  color: #000;
  font-family: 'robotomedium';
  font-size: 10px;
  text-align: center;
}
#mobile #footerMobile .redes-sociais .bt-compartilhar:hover {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  #mobile #footerMobile {
    padding: 9%;
  }
}

#aboutMobile {
  background: #fff;
  width: 100%;
  height: 100%;
}
#aboutMobile .table {
  display: table;
  padding: 9% 9% 6%;
}
#aboutMobile .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#aboutMobile h2, #aboutMobile h3, #aboutMobile h4 {
  margin: 0;
  text-align: center;
}
#aboutMobile h3, #aboutMobile h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -3px;
}
#aboutMobile h3 {
  color: #222;
  font-size: 3.7em;
  line-height: 50px;
}
#aboutMobile h2 {
  color: #000;
  font-size: 6.6em;
  line-height: 65px;
}
#aboutMobile h4 {
  color: #222;
  font-family: 'selfielight';
  font-size: 3.2em;
  line-height: 40px;
}
#aboutMobile p {
  font-family: 'robotolight';
  text-align: center;
  margin: 30px auto 0;
}
#aboutMobile b {
  font-family: 'robotomedium';
}
#aboutMobile .local {
  display: block;
  color: #222;
  font-family: 'robotomedium';
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}
#aboutMobile .onda {
  width: 52px;
  height: 6px;
  background: url("../img/sublinhado-magenta.png") repeat-x !important;
  margin: 0 auto 25px;
}
#aboutMobile .text {
  padding-top: 30px;
}
#aboutMobile .text p {
  text-align: left;
  max-width: 340px;
}
#aboutMobile .underline {
  text-decoration: underline;
  color: #222;
}

#about {
  position: absolute;
  display: none;
  z-index: 9997;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #fff;
  transform: translateY(-100%);
  transform-origin: center bottom;
}
#about .loading {
  position: absolute;
  z-index: 2;
  display: block;
  width: 52px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/sublinhado-magenta.png) repeat 0 0;
  animation: moverDireita 2s linear infinite;
}
#about .conteudo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: none;
  opacity: 0;
}
#about .limite {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-top: 159px;
}
#about .ilustra {
  display: table;
  width: 100px;
  margin: 53px auto 0;
}
#about .logo {
  display: table;
  margin: 13px auto 6px;
}
#about .fechar {
  position: absolute;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  right: 60px;
  top: 40px;
  opacity: 0;
}
#about .fechar span {
  position: absolute;
  top: 10px;
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background-color: #ff0468;
}
#about .fechar span:nth-child(1) {
  left: 0;
  transform: rotate(45deg);
}
#about .fechar span:nth-child(2) {
  right: 0;
  transform: rotate(-45deg);
}
#about .subir {
  display: table;
  width: 100%;
  height: 200px;
  background: url(../img/bg-quadriculado-cinza.jpg);
}
#about .subir .link-topo {
  display: table-cell;
  vertical-align: middle;
}
#about .subir .link-topo a {
  display: table;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 100%;
  background: #fff;
}
#about .subir .link-topo a:hover img {
  transform: translateY(-10px);
  transition: transform .5s ease;
}
#about .subir .link-topo a img {
  display: block;
  margin: 23px auto;
  transform: translateY(0);
  transition: transform .5s ease;
}
@media screen and (max-width: 1024px) {
  #about .fechar {
    right: 30px;
    top: 30px;
  }
}


@media screen and (min-width: 992px) and (max-height: 660px) {
  #secao-home .portuga {
    width: 1000px;
    left: calc(50% - 519px) !important;
    top: calc(50% - 350px) !important;
  }
  #secao-home .bracos {
    width: 405px;
    left: calc(50% - 217px) !important;
    top: calc(50% + 10px) !important;
  }
  #secao-home .home-sorriso1, #secao-home .home-sorriso2, #secao-home .home-sorriso5 {
    width: 170px;
    left: calc(50% - 179px) !important;
    top: calc(50% + 85px) !important;
  }
  #secao-home .home-sorriso3, #secao-home .home-sorriso4 {
    width: 130px;
    left: calc(50% - 164px) !important;
    top: calc(50% + 85px) !important;
  }
  #secao-home .placa {
    top: calc(50% + 59px) !important;
    left: calc(50% - 206px) !important;
  }
  #secao-home .placa .titleSite {
    font-size: 30px;
    line-height: 34px;
  }
  #secao-home .placa .titleSite .pink {
    font-size: 53px;
  }
  #secao-home .placa .subtitle {
    font-size: 24px;
    line-height: 21px;
  }
  #secao-home .mouse {
    left: calc(50% - 109px);
    top: calc(50% + 260px);
  }
  #secao-home .mouse .mouse-roda {
    position: absolute;
    left: calc(50% - 1px);
    top: 8px;
    transform: translateY(0) scale(1, 0.5);
    transform-origin: center bottom;
  }
  #secao-home .mouse .mouse-caixa {
    width: 30px;
    height: 50px;
  }
}
@media screen and (max-height: 730px) {
  #secao-daniel-portuga .conteudo {
    transform: translateY(-50px);
  }
}
@media screen and (max-height: 700px) {
  #secao-home .portuga {
    width: 1000px;
    left: calc(50% - 427px) !important;
    top: calc(50% - 350px) !important;
  }
  #secao-home .bracos {
    width: 405px;
    left: calc(50% - 217px) !important;
    top: calc(50% + 10px) !important;
  }
  #secao-home .home-sorriso1, #secao-home .home-sorriso2, #secao-home .home-sorriso5 {
    width: 170px;
    left: calc(50% - 94px) !important;
    top: calc(50% + 85px) !important;
  }
  #secao-home .home-sorriso3, #secao-home .home-sorriso4 {
    width: 130px;
    left: calc(50% - 76px) !important;
    top: calc(50% + 85px) !important;
  }
  #secao-home .mouse {
    left: calc(50% - 16.5px);
    top: calc(50% + 260px);
  }
  #secao-home .mouse .mouse-roda {
    position: absolute;
    left: calc(50% - 1px);
    top: 8px;
    transform: translateY(0) scale(1, 0.5);
    transform-origin: center bottom;
  }
  #secao-home .mouse .mouse-caixa {
    width: 30px;
    height: 50px;
  }
  #secao-home .placa {
    top: calc(50% + 59px) !important;
    left: calc(50% - 206px) !important;
  }
  #secao-home .placa .titleSite {
    font-size: 30px;
    line-height: 34px;
  }
  #secao-home .placa .titleSite .pink {
    font-size: 53px;
  }
  #secao-home .placa .subtitle {
    font-size: 24px;
    line-height: 21px;
  }
}
@media screen and (min-width: 992px) and (min-height: 700px) and (max-height: 899px) {
  #secao-home .portuga {
    width: 1200px;
    left: calc(50% - 506px) !important;
    top: calc(50% - 405px) !important;
  }
  #secao-home .bracos {
    width: 488px;
    left: calc(50% - 252px) !important;
    top: calc(50% + 21px) !important;
  }
  #secao-home .home-sorriso1, #secao-home .home-sorriso2, #secao-home .home-sorriso5 {
    width: 200px;
    left: calc(50% - 95px) !important;
    top: calc(50% + 110px) !important;
  }
  #secao-home .home-sorriso3, #secao-home .home-sorriso4 {
    width: 160px;
    left: calc(50% - 79px) !important;
    top: calc(50% + 110px) !important;
  }
  #secao-home .placa {
    top: calc(50% + 80px) !important;
    left: calc(50% - 199px) !important;
  }
  #secao-home .placa .titleSite {
    font-size: 40px;
    line-height: 45px;
  }
  #secao-home .placa .titleSite .pink {
    font-size: 70px;
  }
  #secao-home .placa .subtitle {
    font-size: 32px;
    line-height: 28px;
  }
  #secao-home .placa .onda {
    margin: 10px auto;
  }
  #secao-home .mouse {
    left: calc(50% - 15px);
    top: calc(50% + 315px);
  }
  #secao-home .mouse .mouse-roda {
    position: absolute;
    left: calc(50% - 1px);
    top: 8px;
    transform: translateY(0) scale(1, 0.5);
    transform-origin: center bottom;
  }
  #secao-home .mouse .mouse-caixa {
    width: 30px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) and (min-height: 900px) {
  #secao-home .portuga {
    width: 1532px;
    left: calc(50% - 641px) !important;
    top: calc(50% - 528px) !important;
  }
  #secao-home .bracos {
    width: 600px;
    width: 623px;
    left: calc(50% - 320px) !important;
    top: calc(50% + 20px) !important;
  }
  #secao-home .home-sorriso1, #secao-home .home-sorriso2 {
    left: calc(50% - 134px) !important;
    top: calc(50% + 125px) !important;
  }
  #secao-home .home-sorriso3 {
    left: calc(50% - 85px) !important;
    top: calc(50% + 125px) !important;
  }
  #secao-home .home-sorriso4 {
    left: calc(50% - 108px) !important;
    top: calc(50% + 125px) !important;
  }
  #secao-home .home-sorriso5 {
    left: calc(50% - 119px) !important;
    top: calc(50% + 125px) !important;
  }
  #secao-home .home-sorriso1, #secao-home .home-sorriso2, #secao-home .home-sorriso3, #secao-home .home-sorriso4, #secao-home .home-sorriso5 {
    opacity: 0;
  }
  #secao-home .mouse {
    left: calc(50% - 15px);
    top: calc(50% + 400px);
  }
  #secao-home .mouse .mouse-roda {
    position: absolute;
    left: calc(50% - 1px);
    top: 8px;
    transform: translateY(0) scale(1, 0.5);
    transform-origin: center bottom;
  }
  #secao-home .mouse .mouse-caixa {
    width: 30px;
    height: 50px;
  }
}
.link-secao {
  bottom: 22px;
}
.link-secao span {
  font-size: 10px;
}
.link-secao .sublinhado {
  margin-top: 8px;
}

.section .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.section:not(#secao-home) h3 {
  font-size: 50px;
}
.section:not(#secao-home) h2 {
  font-size: 100px;
}
.section:not(#secao-home) h4 {
  font-size: 40px;
}

#secao-daniel-portuga .lapis-flecha {
  top: calc(50% - 125px);
}
#secao-daniel-portuga .lapis-flecha.esquerda {
  left: -810px;
}
#secao-daniel-portuga .lapis-flecha.direita {
  right: 100%;
}
#secao-daniel-portuga .conteudo .sorriso {
  margin-bottom: 20px;
}
#secao-daniel-portuga .conteudo h2 {
  height: 86px;
}
#secao-daniel-portuga .conteudo h3 {
  height: 38px;
}
#secao-daniel-portuga .conteudo h4 {
  height: 33px;
  margin: 0;
}
#secao-daniel-portuga .conteudo .sublinhado-branco1 {
  margin-top: 15px;
}
#secao-daniel-portuga .conteudo .paises {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 10px;
}
#secao-daniel-portuga .conteudo .swiper-container {
  width: 487px;
}
#secao-daniel-portuga .conteudo .swiper-container p {
  font-size: 12px;
}
#secao-daniel-portuga .conteudo .swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 36px 7px 0 7px !important;
}
#secao-daniel-portuga .link-the-beginning {
  left: calc(50% - 40px);
  text-decoration: none;
}
#secao-daniel-portuga .link-the-beginning:after {
  content: "";
  display: block;
  height: 6px;
  margin: 8px auto;
}
#secao-daniel-portuga .link-the-beginning:hover:after {
  text-decoration: none;
  animation: moverDireita2 2s linear infinite;
}
#secao-daniel-portuga .link-the-beginning:hover .mamadeira:after {
  animation: encher 1s linear forwards;
}
#secao-daniel-portuga .link-the-beginning .mamadeira {
  overflow: hidden;
  width: 22px;
  position: relative;
  margin: 0 auto 8px;
}
#secao-daniel-portuga .link-the-beginning .mamadeira:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 30px;
  height: 0;
  background: #fff;
  animation: esvaziar 1s ease forwards;
}

#secao-about-me .sorriso {
  margin-bottom: 0;
}
#secao-about-me .esquerda, #secao-about-me .central, #secao-about-me .direita {
  float: left;
}
#secao-about-me .central {
  margin: 0 50px;
}
#secao-about-me .central h3 {
  height: 38px;
}
#secao-about-me .central h2, #secao-about-me .central .titulo-me {
  margin-top: 10px;
  height: 53px;
  line-height: 63px;
}
#secao-about-me .item {
  margin-right: 50px;
}
#secao-about-me .item:last-child {
  margin-right: 0;
}
#secao-about-me .item.ativo .cursivo, #secao-about-me .item:hover .cursivo {
  color: #000;
}
#secao-about-me .item.ativo p, #secao-about-me .item.ativo a, #secao-about-me .item:hover p, #secao-about-me .item:hover a {
  opacity: 1;
}
#secao-about-me .item.ativo .sublinhado-cinza4, #secao-about-me .item:hover .sublinhado-cinza4 {
  display: none;
}
#secao-about-me .item.ativo .sublinhado-branco3, #secao-about-me .item:hover .sublinhado-branco3 {
  display: block;
}
#secao-about-me .item.ativo .linhabot, #secao-about-me .item:hover .linhabot {
  background: url(../img/sublinhado-branco3.png) repeat-x left center;
}
#secao-about-me .item.ativo .linkawards a, #secao-about-me .item:hover .linkawards a {
  text-decoration: none;
}
#secao-about-me .item.ativo .linkawards a:hover ~ .linhas, #secao-about-me .item:hover .linkawards a:hover ~ .linhas {
  animation: moverDireita2 2s linear infinite;
}
#secao-about-me .item.ativo .check, #secao-about-me .item:hover .check {
  background: url(../img/check-cinza-ativo.png);
  background-size: cover;
}
#secao-about-me .item .check {
  width: 130px;
  height: 130px;
}
#secao-about-me .item .numero {
  margin: 20px 0 4px 0;
  font-size: 50px;
  line-height: 38px;
}
#secao-about-me .item .cursivo {
  font-size: 40px;
  line-height: 40px;
}
#secao-about-me .item p, #secao-about-me .item a {
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
  display: block;
}
#secao-about-me .item .sublinhado-branco3 {
  display: none;
}
#secao-about-me .sorrisos {
  height: 167px;
}
#secao-about-me .link-reel {
  left: calc(50% - 85px);
}
#secao-about-me .link-reel.link-sexy {
  left: calc(50% + 25px);
}
#secao-about-me .link-reel .play {
  position: relative;
  margin-bottom: 8px;
}
#secao-about-me .link-reel .icone-play {
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 11px);
  width: 17px;
  height: 22px;
  transform-origin: center center;
}
#secao-about-me .link-reel .icone-lock {
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 12.5px);
  width: 16px;
  height: 21px;
  transform-origin: center center;
}
#secao-about-me .link-reel:after {
  content: "";
  display: block;
  height: 6px;
  margin: 8px auto;
}
#secao-about-me .link-reel:hover:after {
  text-decoration: none;
  animation: moverDireita2 2s linear infinite;
}
#secao-about-me .link-reel:hover .mamadeira:after {
  animation: encher 1s linear forwards;
}

#secao-work-hard {
  overflow: hidden;
}
#secao-work-hard .conteudo {
  transform: translateY(-155px);
}
#secao-work-hard .titulos .titulo1 {
  margin-right: 40px;
}
#secao-work-hard .titulos h2 {
  height: 72px;
  line-height: 100px;
}
#secao-work-hard .titulos h3 {
  height: 38px;
}
#secao-work-hard .titulos h4 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 40px;
}
#secao-work-hard #swiper2 {
  top: calc(50% - 160px);
}
#secao-work-hard #swiper2 .swiper-pagination {
  bottom: 78px;
}
#secao-work-hard #swiper2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px !important;
}
#secao-work-hard #swiper2 .swiper-pagination-bullets {
  width: auto;
  display: table;
  margin: auto;
}
#secao-work-hard .garrafa {
  margin-right: 30px;
}
#secao-work-hard .garrafa .link-job {
  bottom: 122px;
}
#secao-work-hard .garrafa .link-job .job .descricao {
  height: 40px;
}
#secao-work-hard .garrafa .link-job .job .descricao span {
  font-size: 13px;
}
#secao-work-hard .garrafa .link-job .job .logo {
  display: table;
  height: 59px;
  margin: 0 auto;
  padding: 5px 0;
}
#secao-work-hard .garrafa .link-job .job .logo .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#secao-work-hard .garrafa .link-job .job .tipo {
  font-size: 10px;
}
#secao-work-hard .garrafa1 {
  width: 202px;
  height: 496px;
  margin-top: 114px;
}
#secao-work-hard .garrafa2 {
  width: 189px;
  height: 492px;
  margin-top: 118px;
}
#secao-work-hard .garrafa3 {
  width: 177px;
  height: 406px;
  margin-top: 204px;
}
#secao-work-hard .garrafa4 {
  width: 211px;
  height: 610px;
}
#secao-work-hard .garrafa5 {
  width: 177px;
  height: 556px;
  margin-top: 54px;
}

#secao-map .conteudo {
  transform: translateY(-205px);
}
#secao-map .conteudo h2 {
  font-size: 70px !important;
  height: 66px;
}
#secao-map .conteudo h3 {
  margin: -3px 0 7px;
  font-size: 46px !important;
  height: 32px;
  letter-spacing: -0.03em;
}
#secao-map .conteudo h4 {
  margin: 0;
  font-size: 40px;
}
#secao-map #map {
  left: calc(50% - 585px);
  top: calc(50% - 170px);
}
#secao-map .actions .btn-space span {
  font-size: 10px;
}

#secao-lessons h2:nth-of-type(1) {
  margin-top: 20px !important;
  height: 70px;
  line-height: 65px;
}
#secao-lessons h2:nth-of-type(2) {
  height: 63px;
  line-height: 82px;
}
#secao-lessons .titulo-my {
  margin-top: 20px !important;
}
#secao-lessons h3 {
  margin-top: 5px !important;
  line-height: 50px;
  height: 36px;
}
#secao-lessons #swiper3 {
  width: 600px;
  margin-top: 35px;
}
#secao-lessons #swiper3 .swiper-slide h4 {
  font-size: 40px;
}
#secao-lessons #swiper3 .swiper-slide span {
  font-size: 10px;
}
#secao-lessons #swiper3 .swiper-pagination {
  margin-top: 40px;
}
#secao-lessons #swiper3 .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
}
#secao-lessons #swiper3 .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../img/nuvem-paginacao.png) no-repeat;
}

#secao-contact h4 {
  font-size: 46px;
}
#secao-contact span {
  font-size: 12px;
}
#secao-contact .email h3 {
  margin-top: 20px;
  font-size: 56px;
  line-height: 57px;
  height: 40px;
}
#secao-contact .email h2, #secao-contact .email .titulo-me {
  margin: 10px auto 20px;
  font-size: 100px;
  height: 53px;
  line-height: 63px;
}
#secao-contact .cv h2, #secao-contact .cv .titulo-cv {
  margin-top: 20px;
  font-size: 128px;
  height: 70px;
  line-height: 80px;
}
#secao-contact .cv h3 {
  margin-top: 5px;
  font-size: 30px;
  height: 23px;
}
#secao-contact h4 {
  margin-top: 18px;
}

@media screen and (max-width: 1024px) {
  #projeto .smartphones2{
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  #qLtempOverlay {
    display: none;
  }

  #mobile {
    display: block;
  }
  #mobile #hero h2 {
    font-size: 4.6em;
    line-height: 40px;
  }
  #mobile #hero h3 {
    font-size: 3em;
  }
  #mobile #hero h4 {
    font-size: 2.18em;
    line-height: 50px;
  }
  #mobile #hero p, #mobile #hero span {
    max-width: 420px;
    font-size: 1.1em;
  }
  #mobile #hero p {
    margin: 0 auto;
  }
  #mobile #hero p.black {
    margin-top: 20px;
  }
  #mobile #hero .aviso {
    font-size: 0.77em;
  }

  #aboutMobile .content {
    padding: 70px 0 0;
  }
  #aboutMobile h2 {
    font-size: 4.6em;
    line-height: 40px;
  }
  #aboutMobile h3 {
    font-size: 3em;
  }
  #aboutMobile h4 {
    font-size: 2.18em;
    line-height: 50px;
  }
  #aboutMobile p {
    font-size: 1.1em;
  }
  #aboutMobile p.small {
    font-size: 1em;
    color: #7f7f7f;
    font-family: 'robotoregular';
    line-height: 1.5em;
  }
  #aboutMobile p {
    max-width: 420px;
    margin: 30px auto 0;
    color: #222;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #qLtempOverlay {
    display: none;
  }

  #mobile #hero p, #mobile #hero span {
    max-width: 420px;
    font-size: 1.1em;
  }
  #mobile #hero p {
    margin: 23px auto 0;
  }
  #mobile #hero .aviso {
    font-size: 0.77em;
  }
  #mobile #hero span {
    margin: 25px auto 0;
  }
  #mobile #aboutMobile .content {
    padding: 70px 0 0;
  }
  #mobile #aboutMobile p, #mobile #aboutMobile span {
    max-width: 420px;
    font-size: 1.1em;
  }
  #mobile #aboutMobile p {
    margin: 23px auto 0;
    color: #222;
  }
  #mobile #aboutMobile span {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 1075px) {
  #secao-work-hard .garrafa {
    margin-right: 10px;
  }
}
/* Extra styles for the cancel button */
.loginbtn {
  width: 75px;
  height: 98px;
  padding: 0;
  border: none;
  background: url(../img/bt-login.png) no-repeat left top;
  margin: 20px auto 0;
  text-indent: -999em;
}
@media (min-width: 1024px) {
  .loginbtn {
    margin: 0 auto 20px;
  }
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
#id01 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9997;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: auto;
  background-color: rgba(34, 34, 34, 0.8);
}

/* Modal Content/Box */
.modal-content {
  background-color: #000;
  width: 80%;
  max-width: 500px;
  /* Full width */
  max-height: 550px;
  /* Full height */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: none;
  text-align: center;
  padding: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  /* Full-width input fields */
}
.modal-content h3 {
  font-size: 30px !important;
  line-height: 30px;
  display: block;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
}
.modal-content p, .modal-content a {
  color: #fff;
  font-size: 12px;
  font-family: 'robotoregular';
  line-height: 16px;
}
.modal-content a {
  font-weight: bold;
}
.modal-content p {
  margin-bottom: 10px;
}
.modal-content p br {
  display: none;
}
.modal-content input[type=password] {
  width: 253px;
  padding: 0 0 20px;
  margin: 0 auto 10px;
  display: inline-block;
  border: none;
  background: transparent url(../img/bg-waves.png) no-repeat bottom left;
  text-align: center;
  font-size: 30px;
  font-family: 'robotomedium';
  color: #fff;
}
.modal-content ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 900;
}
.modal-content ::-moz-placeholder {
  color: #fff;
  font-weight: 900;
}
.modal-content :-ms-input-placeholder {
  color: #fff;
  font-weight: 900;
}
.modal-content :-moz-placeholder {
  color: #fff;
  font-weight: 900;
}
.modal-content #errolog {
  font-family: 'robotolight_italic';
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.modal-content.mover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.modal-content .content-form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-content {
    display: block;
  }
  .modal-content h3 {
    font-size: 40px !important;
    line-height: 40px;
  }
  .modal-content p {
    margin-bottom: 30px;
  }
  .modal-content p br {
    display: block;
  }
  .modal-content input[type=password] {
    padding: 20px 0;
    margin: 0 auto 30px;
  }
}

/* The Close Button (x) */
.bt-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  text-indent: -999em;
  z-index: 2;
  display: block;
}
.bt-close span {
  position: absolute;
  top: 10px;
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background-color: white;
}
.bt-close span:nth-child(1) {
  left: 0;
  transform: rotate(45deg);
}
.bt-close span:nth-child(2) {
  right: 0;
  transform: rotate(-45deg);
}

.bt-close:hover,
.bt-close:focus {
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.animate2 {
  animation: animatebg 0.6s;
}

@keyframes animatebg {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(34, 34, 34, 0.8);
  }
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(calc(-50% - 1px), -50%, 0);
  }
  20%, 80% {
    transform: translate3d(calc(-50% + 2px), -50%, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(calc(-50% - 4px), -50%, 0);
  }
  40%, 60% {
    transform: translate3d(calc(-50% + 4px), -50%, 0);
  }
}
@media only screen and (orientation: landscape) {
  #aboutMobile .content {
    padding: 0;
  }
}

/*# sourceMappingURL=main.css.map */
