* {
   margin: 0;
   padding: 0;
   scroll-behavior: smooth;
   font-family: 'Montserrat', sans-serif;
   }

/* CONFIGURAÇÃO DOS BANNERS - DESKTOP - MOBILE**************/

.banner-desktop {
    display: block;
    width: 100%;
    height: auto;
}

.banner-mobile {
    display: none;
}

.banner {
   width: 100vw; 
   overflow: hidden; 
}

.banner img {
   width: 100%; 
   height: auto; 
   display: block; 
}

.bannerspace {
    padding-top: 95px;
}


/* No mobile, inverte: exibe o banner mobile e esconde o desktop */
@media (max-width: 1023px) {
    .banner-desktop {
        display: none;
    }
    
    .banner-mobile {
        display: block;
        width: 100%;
        height: auto;
    }

    .bannerspace {
      padding-top: 55px;
    }
}

/* MENU ****************************************************************************************************************/

.navbar {
   display: flex;
   background: #000;
   width: 100%;
   z-index: 1000;
}

.navbar img {
   margin-left: 100px;
}

.menu {
   list-style: none;
   display: flex;
   align-items: center;
   padding: 0 70px;
   padding-top: 20px;
   justify-content: center;
}

.menu li {
   margin: 0 20px;
   margin-bottom: 10px;
}

.menu li a {
   text-decoration: none;
   font-size: 20px;
   color: #fff;
}

.menu li a:hover {
   color: #ff761a;
}

.menu li .btn {
   background: #ff7700;
   color: #000;
   border-radius: 8px;
   text-decoration: none;
   font-size: 15px;
   font-weight: bold;
   padding: 15px;
}

.menu li .btn:hover {
   color: #fff;
}

.botaomobile {
   display: none;
}

/* Quebra configuração mobile MENU */

@media (max-width: 1023px) {

   .navbar-collapse {
      justify-content: center;
      text-align: center;
   }

   .menu {
      padding: 0;
   }

   .navbar img {
      margin-left: 1px;
      width: 125px;
   }

   .botaodesktop {
      display: none;
   }

   .botaomobile {
      display: flex;
      background: #ff7700;
      color: #000;
      border-radius: 8px;
      text-decoration: none;
      font-size: 10px;
      font-weight: bold;
      padding: 8px;
   }

}

/* MARCAS ****************************************************************************************************************/

.corpo {
   padding: 120px 20px;
}

.corpo h2 {
   text-align: center;
   font-size: 5em;
}

.info-marca {
   margin-top: 30px;
   text-align: center;
   max-width: 950px;
   margin-left: auto;
   margin-right: auto;
}

.info-marca h3 {
   font-size: 3em;
   font-weight: bold;
   margin-bottom: 10px;
}

.info-marca p {
   font-size: 1.3em;
   font-weight: 500;
   margin-bottom: 10px;
}

.carrossel {
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   height: 500px;
}

.carrossel-container {
   background-image: url('../imagens/fundo.png');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   position: relative;
   max-width: 1500px;
   margin: 1px auto 0;
   perspective: 1000px;
   overflow: hidden;
}

.item {
   position: absolute;
   width: 550px;
   height: 450px;
   transition: all 0.6s ease;
   border-radius: 16px;
   overflow: hidden;
   background-size: cover;
   background-position: center;
   transform-origin: center center;
   opacity: 0;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   align-items: center;
}

.item img {
   display: none;
}

.botoes {
   padding: 20px;
   text-align: center;
   width: 300px;
}

.botoes a {
   display: block;
   margin: 10px auto;
   padding: 10px 20px;
   text-decoration: none;
   font-size: 0.9em;
   border-radius: 6px;
   transition: 0.3s;
   text-transform: uppercase;
}

.botoes .cima {
   background-color: #000;
   color: #fff;
}

.botoes .cima:hover {
   background-color: #ff7700;
}

.botoes .baixo {
   background-color: #000;
   color: #fff;
}

.botoes .baixo:hover {
   background-color: #ff7700;
}


.item.center {
   z-index: 3;
   opacity: 1;
   transform: scale(1) translateX(0);
}

.item.left {
   z-index: 2;
   opacity: 1;
   transform: scale(0.8) translateX(-520px);
}

.item.right {
   z-index: 2;
   opacity: 1;
   transform: scale(0.8) translateX(520px);
}

.item:not(.center) .botoes {
   display: none;
}

.nav.prev {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background: #fff;
   border: 2px solid #000;
   color: #000;
   font-size: 25px;
   padding: 7px 14px;
   cursor: pointer;
   z-index: 10;
   border-radius: 50px;
   transition: 0.3s;
   left: 40px;
}

.nav.next {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background: #fff;
   border: 2px solid #000;
   color: #000;
   font-size: 25px;
   padding: 7px 14px;
   cursor: pointer;
   z-index: 10;
   border-radius: 50px;
   transition: 0.3s;
   right: 40px;
}

/* Quebra configuração Notebook MARCAS */

@media (max-width: 1366px) {

   .item {
      position: absolute;
      width: 500px;
      height: 400px;
      transition: all 0.6s ease;
      border-radius: 16px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      transform-origin: center center;
      opacity: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
   }

   .item.left {
      z-index: 2;
      opacity: 1;
      transform: scale(0.8) translateX(-380px);
   }

   .item.right {
      z-index: 2;
      opacity: 1;
      transform: scale(0.8) translateX(380px);
   }

   .carrossel-container {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      max-width: 1250px;
      margin: 1px auto 0;
      perspective: 1000px;
      overflow: hidden;
   }

   .info-marca {
      margin-top: 10px;
      text-align: center;
      max-width: 950px;
      margin-left: auto;
      margin-right: auto;
   }

   .info-marca h3 {
      margin-bottom: 5px;
   }

   .info-marca p {
      margin-bottom: 5px;
   }

}

/* Quebra configuração Mobile MARCAS */

@media (max-width: 1024px) {

   .corpo {
      padding: 50px 15px;
   }

   .corpo h2 {
      text-align: center;
      font-size: 1.5em;
   }

   .info-marca h3 {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 2px;
   }

   .info-marca p {
      font-size: 0.7em;
      font-weight: 500;
      margin-bottom: 2px;
   }

   .botoes {
      width: 200px;
      padding: 5px;
   }

   .botoes a {
      font-size: 0.65em;
   }

   .carrossel {
      height: 310px;
   }

   .carrossel-container {
      background-image: url(' ');
   }

   .item {
      width: 255px;
      height: 210px;
   }

   .nav.prev {
      font-size: 5px;
      padding: 12px 14px;
      left: 1px;
   }

   .nav.next {
      font-size: 3px;
      padding: 12px 14px;
      right: 1px;
   }

   .item.left {
      opacity: 0;
   }

   .item.right {
      opacity: 0;
   }

}

/* MIDIA ****************************************************************************************************************/

.midia {
  background-color: #000;
  padding: 45px;
  text-align: center;
  color: #fff;
}

.midia h2 {
  font-size: 3.8em;
  font-weight: 400;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #fff;
}

.coluna {
  padding: 30px;
}

.coluna p {
  font-size: 0.7em;
  margin: 5px;
}

.midiaSwiper {
  padding: 5px 0;
  width: 100%;
}

.midia .swiper-slide {
  text-align: center;
  color: #fff;
}

.midia .coluna {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.midia .swiper-slide img {
  width: 85%;
  height: auto;
  border-radius: 5px;
}

/* Setas */
.midia .swiper-button-next,
.midia .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: #ff6600;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  position: absolute;
}

.midia .swiper-button-prev {
  left: 1px;
}

.midia .swiper-button-next {
  right: 1px;
}

.midia .swiper-button-next::after,
.midia .swiper-button-prev::after {
  font-size: 15px;
}

/* Container do Swiper */
.swiper-container-externa {
  position: relative;
  padding: 0 50px; /* espaço para as setas */
  overflow: hidden; /* evita estouro lateral */
}

/* Barra de progresso */
.swiper-progress {
  width: 100%;
  height: 7px;
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
}

.swiper-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #ff6600;
  transition: width 0.3s ease;
}

/* Quebra configuração Mobile MIDIAS */

@media (max-width: 1023px) {

   .midia {
      padding: 20px;
   }

   .midia h2 {
     font-size: 1.5em;
     padding-top: 20px;
     padding-bottom: 1px;
   }

}

/* CONTATO ****************************************************************************************************************/

.contato {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: #fff;
}

.motomobile {
   display: none;
}

.textomobile {
   display: none;
}

.formborda {
   padding: 10px 30px;
   padding-bottom: 80px;
   border: 3px solid #ff7700;
   align-items: center;
   margin-top: 30px;
}

.form-container {
  padding: 20px;
  max-width: 700px;
  margin-top: 40px;
  width: 100%;
}

.textoform {
   background-color: #fff;
   margin-top: -70px;
}

.form-container h2 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 5px;
  color: #000;
}

.form-container p {
  text-align: center;
  font-size: 1em;
  margin-bottom: 25px;
  color: #000;
}

.spaceform {
   padding-top: 20px;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.options {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.options input,
.options select {
  flex: 1;
  padding: 12px;
  font-size: 14px;
  background: #ddd;
  border: none;
  border-radius: 4px;
}

input[type="text"],
input[type="email"],
textarea {
  background: #d8d8d8;
  border: none;
  padding: 12px;
  color: #000;
  flex: 1;
  font-size: 0.9em;
}

.radio-group label {
  background: #d8d8d8;
  padding: 10px 37px;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 0.8em;
}

.radio-group input[type="radio"] {
  accent-color: #ff761a;
  margin-right: 5px;
}

button[type="submit"] {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  padding: 12px 25px;
  font-size: 0.9em;
  cursor: pointer;
  float: right;
}

button:hover {
  background: #ff761a;
  color: #000;
}

/* Quebra configuração Notebook CONTATO */

@media (max-width: 1366px) {

   .radio-group label {
     padding: 10px 22px;
   }
}

/* Quebra configuração Mobile CONTATO */

@media (max-width: 1024px) {

   .row {
      margin-right: 0;
      margin-left: 0;
   }

   .row > [class^="col-"] {
      padding-left: 0;
      padding-right: 0;
   }

   .contato {
      padding: 5px 0px;
   }

   .formborda {
      padding: 1px 10px;
      padding-bottom: 80px;
      border: 3px solid #ff7700;
      align-items: center;
      margin-top: 2px;
   }

   .form-container {
      margin-top: 1px;
      padding: 10px;
   }

   .textoform {
      display: none;
   }

   .motodesktop {
      display: none;
   }

   .motomobile {
      display: flex;
      padding: 0;
      margin: 0;
   }

   .motomobile img {
      width: 100%;
      height: 100%;
   }

   .motomobile,
   .motomobile img {
     box-sizing: border-box;
   }

   .radio-group label {
     background: #d8d8d8;
     padding: 10px 10px;
     border-radius: 4px;
     color: #000;
     cursor: pointer;
     font-size: 0.6em;
   }

   .textomobile {
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      padding-top: 15px;
   }

   .textomobile p {
      font-size: 0.8em;
   }

}

/* INSTAGRAM ****************************************************************************************************************/

.containerinstagram {
   background-color: #ff7700;
   padding-top: 100px;
   padding-bottom: 10px;
   text-align: center;
   line-height: 1;
   margin: 0;
}

.containerinstagram h2 {
   font-size: 5em;
   color: #000;
   font-weight: 400;
}

.containerinstagram p {
   font-size: 2em;
   font-weight: 600;
   color: #000;
}

.detalhe {
   color: #fff;
}

.hashtag {
   text-align: right;
}

#instacode {margin: 0px auto 0; width: fit-content;}

.containerinstagram2 {
   background-color: #ff7700;   
}

.instapart {
    background-color: #ff7700;
    padding: 20px;
    margin: 0;
}

.instagram_feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Aqui centraliza! */
  gap: 10px;
  padding: 10px;
}

.instagram_feed .instagram_new {
  width: 250px;
  padding: 5px;
  box-sizing: border-box;
}

.instagram_feed img.insta-image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.instagram_feed .insta-link {
  position: relative;
  display: block;
  background: #232323;
  padding-top: 100%; /* mantém proporção 1:1 */
}

.instagram_feed .insta-link:hover .insta-image {
  opacity: 0.2;
}

/* Quebra configuração Notebook INSTAGRAM */

@media (max-width: 1366px) {

   .instagram_feed .instagram_new {
     width: 200px;
     float: left;
     padding: 6px;
     padding-left: 9px;
   }
}

/* Quebra configuração Mobile INSTAGRAM */

@media (max-width: 1024px) {

   .containerinstagram {
      background-color: #ff7700;
      padding-top: 30px;
      padding-bottom: 1px;
      text-align: center;
      line-height: 1;
      margin: 0;
   }
   .containerinstagram h2 {
      font-size: 1.2em;
      color: #000;
      font-weight: 400;
   }

   .containerinstagram p {
      font-size: 1em;
      font-weight: 600;
      color: #000;
   }

   .hashtag {
      display: none;
   }

   .instagram_feed .instagram_new {
    width: 90px;
    padding: 1px;
  }

}


/* RODAPÉ DESKTOP ************************************************************************/

.rodapedesktop {
    display: flex;
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    padding: 30px;
    align-items: center;
    justify-content: center;
}

.rodapedesktop h4 {
    font-size: 1.6em;
    margin: 7px 0;
}

.rodapedesktop a {
    text-decoration: none;
    color: #fff;
}

.rodapedesktop a:hover {
    color: #ffdfb0;
}

.icones img {
    width: 25px;
}

.rodapedesktop .btn {
    background: #ff7700;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.rodapedesktop .btn:hover {
    background: #fff;
    color: #ff761a;
}

.imagem {
    margin: 20px;
}

.centralizar {
    padding-top: 30px;
}


/* RODAPÉ MOBILE ************************************************************************/

.backrodape {
   background-color: red;
}

.rodapemobile {
    display: none;
    background-color: #000;
    color: #fff;
    font-size: 0.5em;
    padding: 10px;
}

.rodapemobile2 {
   justify-content: center;
   text-align: center;
   padding: 5px;
}

.rodapemobile a {
    text-decoration: none;
    color: #fff;
    font-size: 2em;
}

.rodapemobile a:hover {
    color: #ffdfb0;
}

.rodapemobile2 h4 {
   font-size: 0.8em;
}

.icones {
   justify-content: center;
   align-items: center;
   text-align: center;
}

.imgrodapemobile {
   padding-top: 20px;
}

.icones img {
    width: 30px;
    padding-top: 10px;
}

.rodapemobile .btn {
    background: #ff7700;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.rodapemobile .btn:hover {
    background: #fff;
    color: #ff761a;
}

.imagem {
    margin: 20px;
}

.centralizar {
    padding-top: 30px;
}

@media (max-width: 1024px) {

   .rodapedesktop {
      display: none;
   }

   .rodapemobile {
      display: flex;
      flex-wrap: wrap;
   }
}

/* FINALE **************************************************************************************/

.finale {
    background-color: #000;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px;
    font-size: 0.8em;
}

/* Quebra configuração Mobile FINALE */

@media (max-width: 1024px) {

   .finale {
      font-size: 0.6em;
   }
}