@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,900&display=swap");
@font-face {
  font-family: 'Moonlight';
  src: url("../media/moonlight.ttf") format("truetype");
}

body, html {
  overflow-x: hidden;
  width: 100vw;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

a {
  text-decoration: none;
  color: #00184A;
}

::-moz-selection {
  color: #00184A;
  background: #FCC200;
}

::selection {
  color: #00184A;
  background: #FCC200;
}

.withmargins {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.menu {
  background-color: #FCC200;
  padding: 25px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  height: 125px;
}

@media (max-width: 1200px) {
  .menu {
    height: 100vh;
    width: 260px;
    right: 0;
    left: unset;
    padding: 75px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu.home {
  opacity: 0;
  visibility: hidden;
}

.menu.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}

.menu.mobile {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0 50px;
  letter-spacing: 2.5px;
}

@media (max-width: 1200px) {
  .menu a {
    margin: 0;
  }
}

.menu a.active {
  color: #00184A;
}

.menu a svg {
  height: 65px;
  max-width: 150px;
}

.showhidemenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 50px;
  background-color: #FCC200;
  padding: 5px;
  z-index: 600;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .showhidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.showhidemenu .show {
  height: 35px;
  width: 35px;
  background-image: URL("../media/simbolo-azul.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.showhidemenu .close {
  display: none;
  height: 35px;
  width: 35px;
  color: #00184A;
  font-size: 25px;
}

.showhidemenu.active .show {
  display: none;
}

.showhidemenu.active .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  background-color: #FCC200;
  width: 100%;
  color: #00184A;
  position: relative;
}

footer .topbar {
  background-image: URL("../media/barra-footer-rev.svg");
  background-repeat: repeat-x;
  height: 90px;
}

footer .content {
  padding: 25px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #00184A;
}

@media (max-width: 610px) {
  footer .content {
    padding: 35px;
    padding-bottom: 25px;
  }
}

footer .content p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #00184A;
}

footer .content p.smaller {
  font-size: 10px;
  margin-bottom: 0;
}

footer .content .logo {
  max-height: 250px;
  width: 250px;
  margin-bottom: 25px;
}

footer .content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .content .social a {
  display: inline-block;
  margin: 15px;
  color: #00184A;
}

footer .content .social svg {
  height: 25px;
  width: 25px;
}

.longstripe {
  width: 100%;
  position: relative;
}

.longstripe .stripe {
  background-image: URL("../media/barra-superior.svg");
  background-repeat: repeat;
  background-color: #00184A;
  background-size: auto 100%;
  height: 75px;
  z-index: 600;
}

@media (max-width: 610px) {
  .longstripe .stripe {
    height: 50px;
  }
}

.longstripe .stripename {
  padding: 0 25px 0px 25px;
  margin-top: -35px;
}

.longstripe .stripename h3 {
  color: #FCC200;
  font-size: 135px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  font-weight: 900;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.longstripe .stripename h3.yall_lazy {
  -webkit-transform: rotate(0deg) translateY(-50px);
          transform: rotate(0deg) translateY(-50px);
  opacity: 1;
}

.longstripe .stripename h3.yall_loaded {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

@media (max-width: 1200px) {
  .longstripe .stripename h3 {
    font-size: 85px;
  }
}

@media (max-width: 610px) {
  .longstripe .stripename h3 {
    font-size: 45px;
  }
}

@media (max-width: 610px) {
  .longstripe .stripename {
    margin-top: -15px;
  }
}

ul.accordion {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 700px;
}

@media (max-width: 1200px) {
  ul.accordion {
    height: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  ul.accordion.set3 li {
    width: 100vw;
  }
}

ul.accordion li {
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  width: 25vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  position: relative;
}

ul.accordion li:last-child {
  border-right: none;
}

ul.accordion li .img {
  width: 40vw;
  right: 0%;
  top: 50%;
  height: 700px;
  -webkit-transform: translatex(0%) translatey(-50%);
          transform: translatex(0%) translatey(-50%);
  z-index: -1;
  position: absolute;
}

ul.accordion li .img img {
  height: 650px;
  width: calc(100%);
  width: calc(100% - 50px);
  top: 25px;
  bottom: 25px;
  right: 25px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

ul.accordion li .title {
  font-size: 80px;
  text-align: left;
  font-family: "Moonlight", cursive;
  font-weight: 300;
  color: #E21516;
  left: auto;
  right: auto;
  top: 0px;
  position: absolute;
  margin: 25px;
  -webkit-transform: translatex(0%) rotate(-6deg);
          transform: translatex(0%) rotate(-6deg);
  line-height: 0.8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 610px) {
  ul.accordion li .title {
    font-size: 50px;
  }
}

ul.accordion li .description {
  bottom: 25px;
  right: 25px;
  position: absolute;
  max-width: 180px;
}

ul.accordion li .description p {
  font-size: 14px;
  color: #00184A;
  text-transform: uppercase;
}

@media (max-width: 610px) {
  ul.accordion li .description p {
    font-size: 11px;
  }
}

ul.accordion li .description p span.diagonal {
  font-family: "Moonlight", cursive;
  display: inline-block;
  color: #F29100;
  font-size: 30px;
  font-weight: 300;
  line-height: 0.5;
  -webkit-transform: translatey(-0.6rem) rotate(-8deg);
          transform: translatey(-0.6rem) rotate(-8deg);
  text-transform: lowercase;
}

ul.accordion li .description p span.smaller {
  font-size: 12px;
}

@media (max-width: 610px) {
  ul.accordion li .description p span.smaller {
    font-size: 10px;
  }
}

ul.accordion li.expand:hover {
  max-width: 40vw;
  width: 40vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 100;
}

ul.accordion li.expand:hover .title {
  -webkit-transform: translatex(0%);
          transform: translatex(0%);
}

@media (max-width: 1200px) {
  ul.accordion li {
    border-right: none;
    min-width: 100vw;
    height: 400px;
  }
  ul.accordion li.expand:hover {
    width: 100vw;
  }
  ul.accordion li.expand:hover .title {
    -webkit-transform: translatex(0%) rotate(-6deg);
            transform: translatex(0%) rotate(-6deg);
  }
  ul.accordion li .img {
    width: 100vw;
    height: 350px;
    top: 50%;
    -webkit-transform: translatex(0%) translatey(-50%);
            transform: translatex(0%) translatey(-50%);
    z-index: -1;
  }
  ul.accordion li .img img {
    height: 100%;
  }
}

@media (max-width: 610px) {
  ul.accordion li {
    height: 350px;
  }
  ul.accordion li .img {
    height: 200px;
    margin-top: -25px;
  }
  ul.accordion li .img img {
    top: 0;
    height: 100%;
  }
}

ul.accordion.notexpand {
  height: 500px;
}

@media (max-width: 1200px) {
  ul.accordion.notexpand {
    height: unset;
  }
}

ul.accordion.notexpand li {
  height: 500px;
}

@media (max-width: 610px) {
  ul.accordion.notexpand li {
    height: 250px;
  }
  ul.accordion.notexpand li .img {
    margin-top: 25px;
  }
}

ul.accordion.notexpand li .img {
  height: 500px;
  width: 25vw;
}

@media (max-width: 1200px) {
  ul.accordion.notexpand li .img {
    width: 100vw;
  }
}

.homepage {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.homepage__top {
  height: calc(50vh - 75px);
  background-color: #00184A;
  background-image: url("../media/padrao.svg");
  background-repeat: repeat;
  background-size: 70px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .homepage__top {
    height: calc(50vh - 75px);
  }
}

.homepage__top svg {
  width: 80vw;
  max-width: 650px;
  height: 45vh;
}

.homepage__bottom {
  background-color: #FCC200;
  height: 50vh;
  background-image: url("../media/barra-footer.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px;
}

@media (max-width: 610px) {
  .homepage__bottom {
    padding: 35px;
  }
}

.homepage__bottom svg.logo {
  height: calc(30vh - 100px);
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 610px) {
  .homepage__bottom svg.logo {
    height: 400px;
    margin-bottom: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

svg.mousedown {
  z-index: 100;
  height: 50px;
  min-height: 35px;
  position: relative;
  margin-bottom: 10px;
}

svg.mousedown .mwheel {
  -webkit-animation: movimentowheel 0.6s ease-in-out infinite alternate;
          animation: movimentowheel 0.6s ease-in-out infinite alternate;
}

@media (max-width: 610px) {
  svg.mousedown {
    height: 40px;
  }
}

@-webkit-keyframes movimentowheel {
  0% {
    -webkit-transform: translatey(0%);
            transform: translatey(0%);
  }
  100% {
    -webkit-transform: translatey(18%);
            transform: translatey(18%);
  }
}

@keyframes movimentowheel {
  0% {
    -webkit-transform: translatey(0%);
            transform: translatey(0%);
  }
  100% {
    -webkit-transform: translatey(18%);
            transform: translatey(18%);
  }
}

.brand {
  min-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.brand__slider {
  width: 50vw;
  padding-top: 0;
}

@media (max-width: 1200px) {
  .brand__slider {
    width: 100vw;
    height: 550px;
    padding: 25px;
    padding-top: 0;
  }
}

@media (max-width: 610px) {
  .brand__slider {
    height: 350px;
    padding: 0;
  }
}

.brand__slider .swiper-container {
  height: 80%;
  width: 100%;
}

@media (max-width: 1200px) {
  .brand__slider .swiper-container {
    margin-left: -25px;
  }
}

.brand__slider .swiper-slide {
  position: relative;
}

.brand__slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  height: 100%;
}

.brand__slider .swiper-pagination {
  position: absolute;
  height: 25px;
  width: unset;
  top: calc(60vh + 25px);
  right: 25%;
  text-align: right;
  font-size: 14px;
  color: #00184A;
}

@media (max-width: 1200px) {
  .brand__slider .swiper-pagination {
    top: calc(70% + 25px);
    right: 0px;
  }
}

@media (max-width: 610px) {
  .brand__slider .swiper-pagination {
    right: 25px;
  }
}

.brand__slider .swiper-button-next,
.brand__slider .swiper-button-prev {
  background-repeat: no-repeat;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  height: 50px;
  width: 50px;
  top: calc(60vh);
  color: #FCC200;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .brand__slider .swiper-button-next,
  .brand__slider .swiper-button-prev {
    top: 70%;
  }
}

.brand__slider .swiper-button-next {
  right: calc(25% + 25px);
}

@media (max-width: 1200px) {
  .brand__slider .swiper-button-next {
    right: 0;
  }
}

.brand__slider .swiper-button-prev {
  right: calc(25% + 75px);
}

@media (max-width: 1200px) {
  .brand__slider .swiper-button-prev {
    right: 75px;
  }
}

.brand__info {
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 25px;
  padding-left: 100px;
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  .brand__info {
    padding: 25px 50px;
    width: 100vw;
    padding-bottom: 0;
  }
}

@media (max-width: 610px) {
  .brand__info {
    padding: 25px;
    padding-bottom: 0;
  }
}

.brand__info.yall_lazy {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.brand__info.yall_loaded {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.brand__info svg {
  height: 150px;
  margin-bottom: 50px;
}

@media (max-width: 610px) {
  .brand__info svg {
    height: 75px;
  }
}

.brand__info p {
  font-size: 22px;
  margin-bottom: 50px;
  line-height: 1.4;
  text-align: left;
  max-width: 500px;
  color: #00184A;
}

.brand__info p span {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .brand__info p {
    max-width: unset;
  }
}

@media (max-width: 610px) {
  .brand__info p {
    font-size: 18px;
  }
}

.links {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 610px) {
  .links {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.links__left {
  position: relative;
  width: 50vw;
  padding: 50px 0px 100px 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 610px) {
  .links__left {
    width: 100vw;
    padding: 25px;
    padding-bottom: 0;
  }
}

.links__left.yall_lazy {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.links__left.yall_loaded {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.links__left p {
  color: #00184A;
  font-size: 1.5rem;
  text-align: left;
  max-width: 550px;
  margin-bottom: 50px;
  line-height: 1.4;
}

.links__left p span {
  font-weight: 700;
}

.links__left a.goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Moonlight", cursive;
  font-size: 56px;
  color: #E21516;
  position: relative;
}

.links__left a.goto span {
  position: absolute;
  right: -75px;
  content: '';
  background-image: URL("../media/right-arrow-red.svg");
  background-repeat: no-repeat;
  background-size: 45px;
  height: 45px;
  width: 45px;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .links__left a.goto {
    font-size: 45px;
  }
}

@media (max-width: 610px) {
  .links__left a.goto {
    font-size: 43px;
  }
}

@media (max-width: 1200px) {
  .links__left.sobre {
    padding-bottom: 75px;
  }
}

.links__right {
  position: relative;
  width: 50vw;
  height: 100%;
}

.links__right.sobre {
  margin-top: -60px;
  height: 750px;
}

@media (max-width: 1200px) {
  .links__right.sobre {
    display: none;
  }
}

@media (max-width: 610px) {
  .links__right {
    width: 100vw;
    height: 300px;
    margin-bottom: 25px;
  }
  .links__right.sobre {
    display: none;
  }
}

@media (max-width: 1200px) {
  .links__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.links__right img.destak {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: -150px;
  bottom: 0px;
  height: calc(100% + 150px);
  left: 0;
  right: 0;
  z-index: 20;
}

.links__right img.destak.notthatbig {
  height: 60%;
  top: 0%;
}

@media (max-width: 1200px) {
  .links__right img.destak.notthatbig {
    height: 80%;
  }
}

@media (max-width: 610px) {
  .links__right img.destak {
    height: 100%;
    top: 0;
    width: 100%;
  }
}

.links__right img.destak.yall_lazy {
  -webkit-transform: translateX(200px) scale(0);
          transform: translateX(200px) scale(0);
}

.links__right img.destak.yall_loaded {
  -webkit-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1);
}

.links__right img.tl {
  position: absolute;
  top: -150px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: calc(100%);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  opacity: 0;
  z-index: 10;
}

.links__right img.tl.yall_loaded {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 610px) {
  .links__right img.tl {
    top: 0;
  }
}

.links__right img.tr {
  display: none;
  position: absolute;
  top: -50px;
  left: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  height: calc(35%);
  -webkit-transition: all 2.2s ease-out;
  transition: all 2.2s ease-out;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 20;
}

@media (min-width: 1540px) {
  .links__right img.tr {
    display: block;
  }
}

.links__right img.tr.yall_loaded {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 1200px) {
  .links__right img.tr {
    display: none;
  }
}

.links__right img.br {
  position: absolute;
  bottom: 0px;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: calc(75%);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 20;
}

@media (max-width: 1200px) {
  .links__right img.br {
    height: 50%;
  }
}

.links__right img.br.yall_loaded {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.links__right img.cl {
  position: absolute;
  top: 50%;
  left: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  height: calc(100%);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translateX(150%) translatey(-50%);
          transform: translateX(150%) translatey(-50%);
  opacity: 0;
  z-index: 10;
}

@media (min-width: 1540px) {
  .links__right img.cl {
    left: 30%;
  }
}

@media (max-width: 1200px) {
  .links__right img.cl {
    left: 75%;
  }
}

.links__right img.cl.yall_loaded {
  opacity: 1;
  -webkit-transform: translateX(-50%) translatey(-50%);
          transform: translateX(-50%) translatey(-50%);
}

.links__right img.cr {
  position: absolute;
  top: 40%;
  left: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  height: calc(50%);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transform: translateX(100%) translatey(-50%);
          transform: translateX(100%) translatey(-50%);
  opacity: 0;
  z-index: 20;
}

@media (min-width: 1540px) {
  .links__right img.cr {
    left: 60%;
  }
}

@media (max-width: 1200px) {
  .links__right img.cr {
    right: 0;
    display: none;
  }
}

.links__right img.cr.yall_loaded {
  opacity: 1;
  -webkit-transform: translateX(0%) translatey(-50%);
          transform: translateX(0%) translatey(-50%);
}

.links__right .swiper-container {
  height: calc(50vh + 45px);
  height: 50vh;
  height: 725px;
  width: 50vw;
  margin-top: -65px;
}

.links__right .swiper-slide {
  position: relative;
}

.links__right .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  z-index: 20;
  height: 100%;
  max-width: 49vw;
}

.links__right .swiper-pagination {
  position: absolute;
  height: 25px;
  width: unset;
  top: calc(70% + 25px);
  left: 50px;
  text-align: right;
  font-size: 14px;
  color: #00184A;
}

@media (max-width: 1200px) {
  .links__right .swiper-pagination {
    top: calc(70% + 25px);
    left: 0px;
  }
}

@media (max-width: 610px) {
  .links__right .swiper-pagination {
    left: 25px;
  }
}

.links__right .swiper-button-next,
.links__right .swiper-button-prev {
  background-repeat: no-repeat;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  height: 50px;
  width: 50px;
  top: calc(70%);
  color: #FCC200;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .links__right .swiper-button-next,
  .links__right .swiper-button-prev {
    top: 70%;
  }
}

.links__right .swiper-button-next {
  left: 75px;
}

@media (max-width: 1200px) {
  .links__right .swiper-button-next {
    left: 50px;
  }
}

.links__right .swiper-button-prev {
  left: 25px;
}

@media (max-width: 1200px) {
  .links__right .swiper-button-prev {
    left: 0;
  }
}

.produtos {
  margin-top: 125px;
}

@media (max-width: 1200px) {
  .produtos {
    margin-top: 0;
  }
}

.produtos .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 250px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -75px;
}

@media (max-width: 1200px) {
  .produtos .info {
    height: calc(100vh - 50px);
  }
}

@media (max-width: 610px) {
  .produtos .info {
    height: calc(100vh - 100px);
    margin-top: 0;
    padding: 25px;
  }
  .produtos .info #leftburguer {
    display: none;
  }
  .produtos .info #rightburguer {
    display: none;
  }
}

.produtos .info svg {
  height: 75px;
  margin-bottom: 45px;
}

.produtos .info p {
  max-width: 800px;
  font-size: 1.5rem;
  color: #00184A;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.4;
}

.produtos .info p span {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .produtos .info p {
    font-size: 1.3rem;
    max-width: 400px;
  }
}

@media (max-width: 610px) {
  .produtos .info p {
    font-size: 0.9rem;
  }
}

.produtos .info svg.mousedown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  height: 45px;
  margin-bottom: 10px;
}

.produtos .info svg.mousedown path {
  fill: #FCC200;
}

@media (max-width: 610px) {
  .produtos .info svg.mousedown {
    bottom: 8px;
  }
}

.produtos img.drinks {
  position: absolute;
  top: -75px;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% + 75px);
  z-index: -1;
  opacity: 0.8;
  width: 100%;
}

.burguer {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  height: 60vh;
  top: 50%;
}

#leftburguer {
  left: 0;
}

#leftburguer.yall_lazy {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

#leftburguer.yall_loaded {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}

@media (max-width: 1200px) {
  #leftburguer.yall_loaded {
    -webkit-transform: translate(-65%, -50%);
            transform: translate(-65%, -50%);
  }
}

@media (max-width: 610px) {
  #leftburguer.yall_loaded {
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
}

#rightburguer {
  right: 0;
}

#rightburguer.yall_lazy {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

#rightburguer.yall_loaded {
  -webkit-transform: translate(45%, -50%);
          transform: translate(45%, -50%);
}

@media (max-width: 1200px) {
  #rightburguer.yall_loaded {
    -webkit-transform: translate(65%, -50%);
            transform: translate(65%, -50%);
  }
}

@media (max-width: 610px) {
  #rightburguer.yall_loaded {
    -webkit-transform: translate(75%, -50%);
            transform: translate(75%, -50%);
  }
}

p.stronger {
  font-size: 70px !important;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  font-family: "Moonlight", cursive;
  color: #00184A;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  line-height: 0.8 !important;
  font-weight: 300;
}

@media (max-width: 1200px) {
  p.stronger {
    font-size: 55px !important;
  }
}

@media (max-width: 610px) {
  p.stronger {
    font-size: 36px !important;
  }
}

.spacer {
  width: 100%;
  height: 50px;
}

.drinkslider {
  margin-top: 100px;
  min-height: 500px;
  padding: 25px;
  padding-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 610px) {
  .drinkslider {
    margin-top: 0;
  }
}

.drinkslider .swiper-container {
  height: 500px;
  max-width: 800px;
  width: 100%;
  position: relative;
}

@media (max-width: 610px) {
  .drinkslider {
    min-height: 300px;
    padding-bottom: 25px;
  }
  .drinkslider .swiper-container {
    height: 300px;
  }
}

.drinkslider .swiper-button-next,
.drinkslider .swiper-button-prev {
  /*top:unset;
    left:unset;
    right:unset;
    bottom: unset;
    top:calc(60vh);
    */
  height: 50px;
  width: 50px;
  color: #FCC200;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drinkslider .swiper-button-next {
  right: 0px;
}

.drinkslider .swiper-button-prev {
  left: 0px;
}

.drinkslider .swiper-slide {
  height: 100%;
}

.drinkslider .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: calc(100% - 100px);
  left: 50px;
  height: 100%;
  position: relative;
}

.yall_lazy {
  opacity: 0;
  -webkit-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
}

.yall_loaded {
  opacity: 1;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px;
  padding-bottom: 50px;
  color: #00184A;
}

.contact h1 {
  color: #00184A;
  text-align: center;
}

@media (max-width: 1200px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact__left {
  padding-right: 50px;
  width: 50%;
}

@media (max-width: 1200px) {
  .contact__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 50px;
  }
}

.contact__left h2 {
  margin-bottom: 50px;
  color: #E21516;
  font-size: 36px;
  text-transform: uppercase;
}

.contact__left p {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact__left p.space {
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.contact__left p.bigger {
  margin-bottom: 25px;
}

.contact__left a {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.contact__right {
  padding-left: 50px;
  width: 50%;
}

@media (max-width: 1200px) {
  .contact__right {
    width: 100%;
    padding-left: 0;
  }
}

.contact__right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact__right form input,
.contact__right form textarea {
  border: none;
  border-bottom: solid 2px #E21516;
  padding: 5px;
  width: 100%;
  margin-bottom: 25px;
  color: #00184A;
}

.contact__right form input#name,
.contact__right form textarea#name {
  width: calc(50% - 12.5px);
  margin-right: 25px;
}

.contact__right form input#email,
.contact__right form textarea#email {
  width: calc(50% - 12.5px);
}

.contact__right form input#mensagem,
.contact__right form textarea#mensagem {
  height: 10em;
}

.contact__right form button {
  background-color: #00184A;
  color: #FCC200;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
}

.withmargins {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.notfound {
  padding: 100px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00184A;
}

.notfound h1 {
  font-size: 8vw;
}

.notfound h2 {
  font-size: 4vw;
}

.sobrecontent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  padding-bottom: 50px;
  min-height: 600px;
}

.sobrecontent:after {
  content: "";
  background-color: rgba(0, 24, 74, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.sobrecontent img.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.sobrecontent .text {
  z-index: 50;
}

.sobrecontent .text p {
  color: #ffffff;
  max-width: 800px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.sobrecontent .text p span {
  font-weight: 700;
}

@media (max-width: 610px) {
  .sobrecontent .text p {
    font-size: 1rem;
  }
}

h1.contacto {
  text-align: center;
  margin: 25px 0;
  font-size: 1.5rem;
}

.swiper-button-prev {
  background-image: URL("../media/left-arrow.svg") !important;
  background-repeat: no-repeat;
}

.swiper-button-next {
  background-image: URL("../media/right-arrow.svg") !important;
  background-repeat: no-repeat;
}

.trademark {
  display: inline-block;
  font-size: 0.7rem;
  vertical-align: top;
}

.justtext {
  padding: 150px 25px;
}

.justtext ul {
  list-style: none;
  margin-bottom: 25px;
}

.justtext ul li {
  margin-left: 25px;
}

.justtext p {
  line-height: 1.4;
  margin-bottom: 15px;
}

.justtext h2 {
  margin-bottom: 35px;
}

.byaddup {
  position: absolute;
  right: 50px;
  bottom: 100px;
}

@media (max-width: 610px) {
  .byaddup {
    right: 20px;
    bottom: 60px;
  }
}

.byaddup a {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #00184A;
  font-size: 0.7rem;
  display: inline-block;
}

.byaddup a span.line {
  height: 2px;
  width: 25px;
  display: inline-block;
  background-color: #00184A;
  margin-right: 5px;
}

.byaddup a span.therock {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
}
/*# sourceMappingURL=style.css.map */