@charset "UTF-8";
@keyframes moveRight {
  0% {
    opacity: 0;
    transform: translateX(-80px);
    filter: blur(7px);
  }
  80% {
    filter: blur(0);
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveLeft {
  0% {
    opacity: 0;
    transform: translateX(80px);
    filter: blur(7px);
  }
  80% {
    filter: blur(0);
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
    filter: blur(7px);
  }
  80% {
    filter: blur(0);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes box__infinite {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(10px, 10px);
  }
}
.box_move--infinite {
  animation: moveRight 2s ease-in-out, box__infinite 2s ease-in-out 2s infinite alternate;
}

.animation__right {
  animation: moveRight 1.4s ease-in-out;
}

.animation__left {
  animation: moveLeft 1.4s ease-in;
}

.animation__up {
  animation: moveUp 1.4s ease-in;
}

.ani__delay--1 {
  animation-delay: 1.1s;
}

.ani__time--1 {
  animation-duration: 1s;
}

.no-letter-spacing {
  letter-spacing: 0px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.letter-spacing-minus-1 {
  letter-spacing: -1px;
}

.letter-spacing-minus-2 {
  letter-spacing: -2px;
}

.letter-spacing-minus-3 {
  letter-spacing: -3px;
}

.letter-spacing-minus-4 {
  letter-spacing: -4px;
}

.letter-spacing-minus-5 {
  letter-spacing: -5px;
}

.letter-spacing-minus-6 {
  letter-spacing: -6px;
}

.letter-spacing-minus-7 {
  letter-spacing: -7px;
}

.letter-spacing-minus-8 {
  letter-spacing: -8px;
}

.letter-spacing-minus-9 {
  letter-spacing: -9px;
}

.letter-spacing-minus-10 {
  letter-spacing: -10px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;  
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: rgb(27, 27, 27);
}

strong {
  font-weight: 800;
}

.main-sec {
  display: grid;
  grid-template: repeat(4, auto)/repeat(16, 1fr);
  gap: 10px;
  position: relative;
  box-sizing: border-box;
  background-image: url(../images/nosso_chope_banner2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.main__logoHeader {
  grid-area: 1/2/2/3;
  padding: 30px 0 0px 0;
  width: 100%;
}

.main__img--chopeira {
  grid-area: 1/6/-1/-1;
  position: absolute;
  bottom: 0;
  transition: all 0.8s ease-in;
}

footer {
  grid-area: 17/1/-1/-1;
  background-color: #fdc702;
}
footer h6 {
  font-weight: 400;
  font-size: 0.8rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.main__textBox {
  padding-top: 10px;
  grid-area: 2/3/3/8;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.main__textBox h5 {
  font-size: 2rem;
  font-weight: 500;
}
.main__textBox h3 {
  font-weight: 800;
  font-size: 4.5rem;
}

.textBox__gelado {
  color: #fdc702;
  font-size: 106px;
  position: relative;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  width: 100%;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  line-height: 107px;
}

.textBox__gelado::before {
  top: 5px;
  left: 4px;
  -webkit-text-stroke: 4px rgb(27, 27, 27);
}

.textBox__gelado::after {
  top: 0px;
  left: 0px;
  -webkit-text-stroke: 6px rgb(27, 27, 27);
}

.textBox__gelado::before,
.textBox__gelado::after {
  text-align: center;
  content: "Gelaaaaaaaado!";
  color: rgb(27, 27, 27);
  position: absolute;
  width: 100%;
  overflow-wrap: break-word;
  z-index: -1;
  text-transform: uppercase;
}

.weight-900 {
  font-weight: 900;
}

.btn:visited,
.btn:link {
  padding: 1.25rem 1.25rem;
  background-color: #3ba130;
  box-shadow: 5px 6px 10px -7px rgba(15, 20, 29, 0.6);
  color: white;
  font-size: 1.625rem;
  font-weight: 800;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  border: 2px solid rgb(136.1842105263, 216.9789473684, 127.4710526316);
  margin-top: 20px;
}

.btn:hover {
  transform: translateY(-5px);
  background-color: rgb(54.87, 149.73, 44.64);
  box-shadow: 5px 6px 15px -5px rgba(15, 20, 29, 0.6);
}

.btn:active {
  transform: translateY(0px);
  background-color: rgb(58.41, 159.39, 47.52);
  box-shadow: 5px 6px 12px -7px rgba(15, 20, 29, 0.6);
}

.main-sec__box30,
.main-sec__box50 {
  display: flex;
  position: relative;
  gap: 5px;
  border-radius: 17px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: rgb(27, 27, 27);
  box-shadow: 0 2px 10px 0 rgba(4, 8, 11, 0.15);
}

.sub-grid {
  display: grid;
  grid-template: repeat(8, auto)/repeat(6, 1fr);
  grid-area: 2/13/3/16;
}

.box30__text,
.box50__text {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 120px;
  justify-content: center;
}
.box30__text h6,
.box50__text h6 {
  font-size: 33px;
  color: white;
  font-weight: 600;
  line-height: 1;
}
.box30__text p,
.box50__text p {
  font-size: 16px;
  color: white;
}

.thumb_barril30l {
  position: absolute;
  width: 9.5rem;
  top: -40px;
  right: 0px;
}

.thumb_barril50l {
  position: absolute;
  width: 9.5rem;
  top: -40px;
  right: 0px;
}

.wraper__box30 {
  position: relative;
  grid-area: 1/1/2/6;
  transition: all 0.4s ease-in;
}

.wraper__box50 {
  position: relative;
  grid-area: 3/2/4/7;
  transition: all 0.4s ease-in;
}

.about__sec {
  display: grid;
  grid-template: 120px auto 120px/repeat(16, 1fr);
  gap: 10px;
  position: relative;
  box-sizing: border-box;
  background-color: #fdc702;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-block-size: 100vb;
}

.about__textBox {
  top: 50px;
  position: relative;
  z-index: 1;
  grid-area: 2/9/3/15;
}
.about__textBox p {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.about__textBox h2 {
  text-transform: uppercase;
}
.about__textBox ul {
  list-style-type: none;
}
.about__textBox li {
  font-size: 0.875rem;
  padding: 1.25rem;
  background-color: white;
  margin-bottom: 1rem;
  border: rgb(242.25, 242.25, 242.25);
  border-radius: 10px;
}

.textBox__title1 {
  font-size: 3rem;
  font-weight: 500;
}

.textBox__title2 {
  margin-left: 40px;
  font-size: 3.87rem;
  font-weight: 900;
  color: white;
  position: relative;
  width: 100%;
  z-index: 2;
}

.textBox__title2::before {
  top: 5px;
  left: 4px;
  -webkit-text-stroke: 3px rgb(27, 27, 27);
}

.textBox__title2::after {
  top: 0px;
  left: 0px;
  -webkit-text-stroke: 5px rgb(27, 27, 27);
}

.textBox__title2::before,
.textBox__title2::after {
  content: "e puro malte!!!";
  color: rgb(27, 27, 27);
  position: absolute;
  width: 100%;
  overflow-wrap: break-word;
  z-index: -1;
  text-transform: uppercase;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
  grid-area: 1/3/-1/9;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Botões de controle */
.video-btn {
  position: absolute;
  bottom: 20px;
  padding: 8px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  transition: opacity 0.2s ease, background 0.2s ease, transform 0.2s ease;
  opacity: 0; /* só aparece no hover */
}

/* Posição dos botões */
.video-toggle-play {
  left: 20px;
}

.video-toggle-sound {
  right: 20px;
}

/* Ícone centralizado */
.video-btn i {
  pointer-events: none;
}

/* Mostra controles ao passar o mouse sobre o vídeo */
.arena-video-container:hover .video-btn {
  opacity: 1;
}

/* Pequeno efeito de hover */
.video-btn:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translateY(-1px);
}

.wraper__images {
  display: grid;
  grid-template: 1fr/repeat(8, 1fr);
  grid-area: 2/2/-2/8;
}

@media screen and (min-width: 1440px) and (max-width: 1660px) {
  .main__logoHeader {
    grid-area: 1/1/-1/2;
    margin-left: 20px;
  }
  .main__textBox {
    padding-top: 50px;
    grid-area: 2/2/3/8;
  }
  .main__textBox h3 {
    font-size: 4rem;
  }
  .textBox__gelado {
    font-size: 5.7rem;
    line-height: 5.9rem;
  }
  .main__img--chopeira {
    width: 70rem;
    left: 90px;
    grid-area: 1/4/-1/-1;
  }
  .wraper__box30 {
    grid-area: 1/1/2/7;
  }
  .box30__text, .box50__text {
    margin-right: 94px;
  }
  .box30__text h6, .box50__text h6 {
    font-size: 1.8rem;
  }
  .thumb_barril30l {
    width: 8.5rem;
    top: -14px;
    right: -9px;
  }
  .thumb_barril50l {
    width: 8.5rem;
    top: -20px;
    right: -8px;
  }
  .wraper__box50 {
    grid-area: 3/1/4/8;
  }
  .wraper__images {
    grid-area: 2/3/-2/8;
  }
  .video-container {
    grid-area: 1/1/-1/9;
  }
  .about__textBox {
    grid-area: 2/9/3/16;
    top: 20px;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1439px) {
  html {
    font-size: 14px;
  }
  .main__logoHeader {
    grid-area: 1/1/-1/2;
    margin-left: 20px;
  }
  .main__textBox {
    padding-top: 50px;
    grid-area: 2/2/3/8;
  }
  .main__textBox h3 {
    font-size: 4rem;
  }
  .textBox__gelado {
    font-size: 5.7rem;
    line-height: 5.9rem;
  }
  .main__img--chopeira {
    width: 70rem;
    left: 90px;
    grid-area: 1/5/-1/-1;
  }
  .wraper__box30 {
    grid-area: 1/1/2/7;
  }
  .box30__text, .box50__text {
    margin-right: 94px;
  }
  .box30__text h6, .box50__text h6 {
    font-size: 1.8rem;
  }
  .thumb_barril30l {
    width: 8.5rem;
    top: -14px;
    right: -9px;
  }
  .thumb_barril50l {
    width: 8.5rem;
    top: -20px;
    right: -8px;
  }
  .wraper__box50 {
    grid-area: 3/1/4/8;
  }
  .wraper__images {
    grid-area: 2/3/-2/8;
  }
  .video-container {
    grid-area: 1/1/-1/9;
  }
  .about__textBox {
    grid-area: 2/9/3/16;
    top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 680px) {
  .main-sec {
    grid-template: repeat(4, auto)/repeat(12, 1fr);
    gap: 5px;
    height: auto;
  }
  .main__logoHeader {
    grid-area: 1/5/2/9;
  }
  .main__img--chopeira {
    grid-area: 3/1/4/-1;
    margin-left: -110px;
    margin-top: -10px;
    max-width: 660px;
    position: unset;
  }
  .main__textBox {
    grid-area: 2/2/3/12;
    margin-top: 30px;
  }
  .main__textBox h5 {
    font-size: 1.3rem;
  }
  .main__textBox h3 {
    font-size: 2.3rem;
  }
  .textBox__gelado {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  .btn:visited,
  .btn:link {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .sub-grid {
    display: none;
  }
  .about__sec {
    grid-template: 120px auto auto 120px/repeat(12, 1fr);
    gap: 5px;
    margin-top: -30px;
  }
  .about__textBox {
    grid-area: 3/2/4/12;
    top: 0px;
  }
  .textBox__title1 {
    font-size: 2rem;
  }
  .textBox__title2 {
    margin-left: 0;
    font-size: 3.5rem;
  }
  .wraper__images {
    grid-area: 2/1/3/13;
  }
  .video-container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    grid-area: 1/2/3/8;
  }
}

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