body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0px;
  overflow-x: hidden; 
}

/* Class Header */
.header {
  position: relative;
  width: 100vw;
  z-index: 100;
  padding: 0;
  box-sizing: border-box;
  background-color:white;

}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

.logo {
  max-height: 50px;
}

.header-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}

.icon-header {
  max-height: 30px;
  max-width: 30px;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 40px;
}

.support-button {
  background-color: #f1f1f1;
  border: none;
  border-radius: 25px; 
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
}
.support-button:hover {
background-color: #000000;
color: white;
}

.contact-text {
  font-weight: bold;
  font-size: 15px;
  padding: 10px 10px;
}
.contact-text:hover {
background-color: #000000;
color: white;
border: none;
border-radius: 25px; 
padding: 10px 10px;
font-weight: bold;
cursor: pointer;
text-align: center;
}

.header-buttons-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Modal styles */
.modal {
display: none; 
position: absolute;
top: 60px; 
right: 200px;
background-color: white;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 9999;
width: 200px;
padding: 10px;
opacity: 0;
transition: opacity 0.3s ease-in-out;
}

.modal.show {
display: block;
opacity: 1;

}

.modal-content {
display: flex;
flex-direction: column;
position: relative;
}

.modal-button {
text-decoration: none;
color: #000;
padding: 10px;
border: none;
display: block;
text-align: left;
margin-top: 10px;
}
.modal-button:hover{
font-weight: bold;
}

.close-button {
font-size: 20px;
color: #aaa;
cursor: pointer;
position: absolute;
top: 5px;
right: 10px;
}

.close-button:hover {
color: black;
}


/* Class Banner */
.banner {
position: relative; 
background-image: url('image/banner.jpg');
background-size: cover; 
background-position: center; 
background-repeat: no-repeat; 
height: 70vh;
color: white;
text-align: left; 
padding: 40px 20px;
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 55px;
z-index: 1;
}

.banner-cotainer {
width: 80%; 
margin: 0 auto;
}


.banner-text {
position: relative; 
font-size: 60px;
font-weight: 700 !important;
letter-spacing: -3px;
z-index: 2; 
text-align: center; 
color: black;
display: inline-block; 
vertical-align: top; 
}

.banner-text-sub {
position: relative; 
font-size: 30px;
font-weight: 500 !important;
letter-spacing: -3px;
z-index: 2; 
margin-bottom: 30px; 
margin-left: 80px;
color: black;
vertical-align: top; 
}

.banner-text-image {
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
  margin-left: 220px;
}

.seguranca-image-banner {
  max-width: 460px;
}

.cep-input-container {
display: flex;
align-items: center;
}

.input-container {
  position: relative;
  width: 857px;
  /* Ajuste conforme necessário */
}

.cep-input {
  width: 100%;
  padding: 15px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: white;
  color: #2189ff;
  outline: none;
  caret-color: #2189ff;
  position: relative;
}

/* Placeholder Styling */
.cep-input::placeholder {
  color: #999;
  font-size: 14px;
}

/* Focus and Typing Effect */
.cep-input:focus::placeholder {
  color: #2189ff;
  /* Alterar cor do placeholder enquanto digita */
  transition: all 0.3s ease;
}

.search-icon {
width: 20px;
height: 20px;
}

.cep-button:hover {
background-color: #007bff;
}

.cep-info {
color: black; /* Cor para mensagens de erro */
font-weight: 700
}


/* Class Assistência Tecnica */
.content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}


.special-assistance-container {
  width: 65%;
}

/* Class Assistência Tecnica */



.special-assistance-title {
  margin-bottom: 10px;
  color: #000000;
}

h1.special-assistance-title {
  font-size: 44px;
  font-weight: 700 !important;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 0px;
}

h2.special-assistance-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0px;
}

.special-assistance {
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}


.special-assistance-content {
  font-size: 18px;
  color: #666;
}





.assistance-image {
  max-width: 150px;
  margin-right: 20px;
}

.assistance-text {
  color: #000000;
  margin-right: 20px;
  font-size: 12px;

}

.assistance-image-text {
  color: #000000;
  font-size: 14px;
  margin: 2px 0px 22px 0px;
  font-weight: 600;
}

.assistance-text-image {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.assistance-text-image p {
  border: 1px solid #000;
  color: #000;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 0;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
}

.assistance-text-image p.active {
  border-color: #2189ff;
  color: #2189ff;
}

h1.assistance-text {
  font-size: 30px;
  margin: 0%;
  font-weight: 700
}

h2.assistance-text {
  font-size: 20px;
  margin: 0%;
  margin-bottom: 15px;
  color: #474747;
  letter-spacing: -1px;
}

p.assistance-text {
  color: #fff;
  background-color: #000;
  margin-right: 20px;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 40px;
  max-width: max-content;
}

p.assistance-text-sub{
        margin-right: 20px;
        font-size: 16px;
        padding: 5px 10px;
        border-radius: 40px;
        text-align: center;
}

p.assistance-text.active {
  background-color: #2189ff;
  color: #ffffff;
}



.assistance-contato {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.btn-agendar {
  background-color: #000;
  color: #fff;
  padding: 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-agendar:hover {
  background-color: #333;
  transform: scale(1.05);
}

.btn-whatsapp,
.btn-phone {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.btn-whatsapp {
  border-color: #25d366;
  color: #25d366;
}

.btn-phone {
  border-color: #2189ff;
  color: #2189ff;
}

.btn-whatsapp:hover,
.btn-phone:hover {
  transform: scale(1.1);
}

.btn-blue {
  background-color: #2189ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}



/* Class form*/
.sticky-form {
  width: 30%;
  position: relative; 
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 30px;
}

.sticky-form.fixed {
  position: fixed;
  top: 8px; 
  right: 90px; 
}

.form-section {
  display: none; 
}
.form-section.active {
  display: block;
}
.form-control {
  width: 100%;
  box-sizing: border-box;  
  font-size: 20px;
  background-color: #ffffff;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.0rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid #ccc; 
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  margin-bottom: 15px; 
}

.form-control::placeholder {
  color: #6c757d;
}

.form-control:hover{
  border: 2px solid #0c6dfc;
}

.form-control:focus {
  border: 2px solid #0c6dfc;
  outline: none; 
}

.radio-group {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.radio-control {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 15px;
}

.radio-control img.radio-image {
  width: 60px; 
  height: auto;
  margin-bottom: 10px; 
}

.radio-control input[type="radio"] {
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%; /* Torna o input redondo */
  background-color: #fff; /* Cor de fundo do input */
  }

  .radio-control input[type="radio"]:checked {
      border: 2px solid #0c6dfc; /* Borda azul quando selecionado */
      background-color: #0c6dfc; /* Cor de fundo do input */
  }

  .radio-control:hover input[type="radio"] {
      border: 2px solid #0c6dfc; /* Borda azul ao passar o mouse */
      appearance: none; /* Remove o estilo padrão */
  }


.radio-control span {
  margin-top: 5px;
  color: #474747;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}


.form-button{
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;  
  background-color: #0c6dfc; 
  color: #fff; 
  margin-top:10px; 
  border: none; 
  padding: 1.0rem 1.2rem; 
  cursor: pointer; 
  border-radius: 5px; 
  transition: background-color 0.3s ease;
}



/* Class modal form  mobile*/
.modal-container {
display: none; 
position: fixed; 
bottom: 80px; 
right: 18px;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
z-index: 1000;
}

/* Botão para fechar o modal */
.close-modal {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
font-size: 20px;
}

  



@keyframes tremer {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.treme {
  animation: tremer 0.5s; /* Duração da animação */
  animation-iteration-count: 1; /* Repetições */
}

.treme-button {
animation: tremer 0.5s;
animation-iteration-count: 1;
}

  /* Class  CLIENTES DIZEM*/

  .clientes-title{
    margin-bottom: 10px;
    color: #000000;
    text-align: center;
  }
  
  h1.clientes-title {
    font-size: 45px;
    font-weight: 700 !important;
    letter-spacing: -3px;
    margin-top: 110px;
  }

  h2.clientes-title {
    font-size: 20px; 
    font-weight: 400;
    margin-bottom:30px;
  }

  .carousel-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.carousel-slide {
  display: flex;
  min-width: 100%; 
  box-sizing: border-box;
  padding: 10px;
}

.comment {
    flex: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-align: left; 
}



.comment-text{
  text-align: left;
  color: #14b3ef;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;

}


p.comment-text{
  margin: 0;
  font-size: 16px;
  color: #000000;
  text-transform: none;
  font-weight: 600 !important;

}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 50%;
    font-size: 95px;
}

.carousel-image {
  max-width: 400px;
}

.prev {
    left: -9px;
}

.next {
    right: -9px;
}

.carousel-indicators {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #000000;
}


/* Class Banner Defeito*/
.banner-defeito {
  position: relative; 
  background-image: url('image/banner2.jpg');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 40vh;
  color: white;
  text-align: left; 
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 125px;
}

.banner-cotainer-defeito {
  width: 80%; 
  margin: 0 auto;
}


.banner-text-defeito {
  position: relative; 
  font-size: 45px;
  font-weight: 700 !important;
  letter-spacing: -3px;
  z-index: 2; 
  margin-bottom: 20px; 
  text-align: center; 
  color: rgb(255, 255, 255);
  display: inline-block; 
  vertical-align: top; 
}


.defeito-input {
  padding: 10px;
  font-size: 25px;
  width: 45%;
  border: 2px solid #000; 
  border-radius: 80px 80px 80px 80px; 
  margin-right: -30px; 
  padding-right: 50px; 
  z-index: 2; 
  background-color: #e9e9e9;
}

.defeito-button {
  border: 2px solid #000; 
  border-radius: 50%; 
  width: 40px; 
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; 
  background-color: #000; 
  margin-left: -10px;
  z-index: 3;
}

.search-icon {
  width: 20px;
  height: 20px;
}

.defeito-button:hover {
  background-color: #0044c2;
  border: 2px solid #fff;
}

/* Class Defeitos*/
.assistance-defeito-title {
  margin-bottom: 10px;
  color: #000000;
}

h1.assistance-defeito-title {
  font-size: 45px;
  font-weight: 700 !important;
  letter-spacing: -3px;
}

h2.assistance-defeito-title {
  font-size: 20px; 
  font-weight: 400;
  margin-bottom:30px;
}

.additional-assistance-defeito{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px; 
  gap: 50px;
}

.assistance-defeito-icon {
  width: 35%; 
}

.assistance-defeito-text {
  text-align: center; 
  font-size: 20px; 
  font-weight: 400;
  margin-bottom:30px;
}


.additional-assistance-outros-defeito {
  text-align: center;
  margin-top: 100px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.image-column {
  font-size: 30px;
}

.image {
  width: 100%;
}

p.image-column {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

.icon-image {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.defeito-image {
  max-width: 160px;
  cursor: pointer; 
  transition: transform 0.3s ease; 
}

.grid-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 20px;
}

.image-column {
font-size: 30px;
}


p.image-column {
font-weight: 400;
letter-spacing: 0;
margin-bottom: 0;
font-size: 23px;
}

.icon-image {
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
margin-bottom: 30px;
}

/* Slider Container */
.slider {
position: relative;
width: 100%;
max-width: 800px; /* Ajuste conforme necessário */
margin: auto;
overflow: hidden; /* Oculta qualquer conteúdo que ultrapasse o slider */
}

/* Slider Wrapper */
.slider-wrapper {
display: flex; /* Alinha os slides horizontalmente */
transition: transform 0.5s ease;
width: 100%; /* Garante que a largura do wrapper seja 100% do slider */
}

/* Slide */
.slide {
flex: 0 0 100%; /* Garante que cada slide ocupe 100% da largura do slider */
box-sizing: border-box; /* Inclui padding e border na largura e altura total */
}

/* Slider Controls */
.slider-control {
position: absolute;
top: 50%;
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
padding: 10px;
cursor: pointer;
z-index: 1;
}

.prev {
left: 0;
}

.next {
right: 0;
}

.slider-control:hover {
background-color: rgba(0, 0, 0, 0.8);
}


.defeito-input-container {
  position: relative;
}

.defeito-list {
  position: absolute;
  top: 100%; /* Ajuste conforme necessário para alinhar a lista com o campo de texto */
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 150px;
  overflow-y: auto;
  z-index: 1000;
  list-style: none;
  padding: 0;
  color: #000;
  margin: 0;
  display: none; /* Ocultar a lista inicialmente */
  width: 49%;
}

.defeito-list.show {
  display: block; /* Mostrar a lista quando a classe show for adicionada */
}

.defeito-list li {
  padding: 10px;
  cursor: pointer;
}

.defeito-list li:hover {
  background-color: #f0f0f0;
}
/* Class Perguntas */
.faq-section {
  margin: 50px 0;
  padding: 20px;
}

.faq-title {
  color: #000000;
  margin-bottom: 50px;
}

h1.faq-title {
  font-size: 45px;
  font-weight: 700 !important;
  letter-spacing: -3px;
  text-align: center;
}

h2.faq-title {
  font-size: 15px; 
  font-weight: 500;
  margin-bottom:15px;
  text-transform: uppercase;
  color: white;
}

.faq-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.faq-button-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px; 
  background-color: #454545; 
  border-radius: 27px; 
  padding: 10px; 
}

.faq-toggle {
  background: #454545; 
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%; 
}

.faq-toggle img {
  width: 33px; 
  height: auto;
}

.faq-content-wrapper {
  flex: 1; 
}

.faq-question-wrapper {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #454545; 
  border-radius: 42px; 
  padding: 10px; 
}

.faq-answer {
  font-size: 16px;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 2px solid #ddd;
  background-color: #454545; 
  border-radius: 8px; 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
  
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Altura máxima */
  padding: 10px 20px;
}


/* Class Rodapé*/
.footer {
  background-color: #454545;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  position: relative;
  bottom: 0;
  width: 100%;
box-sizing: border-box; 
  
}

/* Class Sistema*/

.login-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 80vh;
}

.login-box {
background-color: #f1f1f1; 
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
max-width: 400px;
width: 100%;
}



.login-box label {
display: block;
margin-bottom: 5px;
font-size: 15px;
font-weight: bold;

}


.login-box input[type="text"],
.login-box input[type="password"] {
width: 95%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 16px;
}


.login-box button {
width: 100%;
padding: 10px;
background-color: #007bff; 
border: none;
border-radius: 5px;
color: white;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}


.login-box button:hover {
background-color: #0056b3; 
}

/* Class Obrigado */
.banner-obrigado {
position: relative; 
height: 82vh;
color: white;
text-align: left; 
justify-content: center;
display: flex;
}

.banner-cotainer-obrigado {
width: 80%; 
display: flex;
justify-content: center; 
align-items: center; 
}

.banner-text-obrigado {
position: relative; 
font-size: 20px;
font-weight: 700;
z-index: 2; 
margin-bottom: 20px; 
color: black;
display: inline-block; 
vertical-align: top; 
}

h2.banner-text-obrigado {
font-size: 20px; 
font-weight: 400;
margin-bottom: 30px;
letter-spacing: -1px;
}

.banner-image-obrigado {
width: 80%;
}

/*Class Action */
.appear-effect {
opacity: 0;
transform: translateY(20px);
transition: opacity 2.5s ease, transform 2.5s ease;
}

.visible {
opacity: 1;
transform: translateY(0);
}


/* Tela HD (1366px a 1919px) */
@media screen and (min-width: 1366px) and (max-width: 1919px) {
/* Estilos para telas HD */
body, html {
  overflow-x: hidden;
}

/* Modal styles */
.modal {
right: 130px;
}

/* Class Banner */
.cep-input {
  width: 63%;
}
.banner-text{
font-size: 40px;
}

.banner-text-sub{
font-size: 23px;
margin-left: 35px;
}

.banner-text-image {
  margin-left: 125px;
}

.seguranca-image-banner {
      max-width: 360px;
}

/* Class Assistência Tecnica */
h1.special-assistance-title {
font-size: 35px;
}
h2.special-assistance-title {
font-size: 15px;
}
.contato-image {
max-width: 180px;
}
.seguranca-image {
max-width: 300px;
}
h1.assistance-text {
font-size: 19px;
}
p.assistance-text {
font-size: 13px;
}
.assistance-image-text {
font-size: 13px;
margin-top: 29px;
}

/* Class form*/
.form-control,
.form-button {
font-size: 15px;
}
.sticky-form.fixed {
right: 35px;
top: -23px;
}

/* Class  CLIENTES DIZEM*/

h1.clientes-title {
font-size: 35px;
}
h2.clientes-title {
font-size: 15px;
}
.comment-text{
font-size: 17px;
}
p.comment-text{
font-size: 12px;
}
.carousel-btn {
font-size: 70px;
}

/* Class Banner Defeito*/
.banner-text-defeito {
font-size: 40px;
}

/* Class Defeitos*/
h1.assistance-defeito-title {
font-size: 35px;
}
h2.assistance-defeito-title {
font-size: 15px;
}
.assistance-defeito-text {
font-size: 15px;
}
p.image-column {
font-size: 25px;
}
h1.faq-title {
font-size: 35px;
}
h2.faq-title {
font-size: 15px;
}
.faq-toggle img {
width: 36px;
}
.grid-container {
gap: 10px}

/* Class Obrigado */

.banner-cotainer-obrigado {
gap: 10px;
}

.banner-text-obrigado {
text-align: center;
font-size: 45px;
}

h2.banner-text-obrigado {
font-size: 20px;
}

}



/* Tablet (768px a 1365px) */
@media screen and (min-width: 768px) and (max-width: 1365px) {
/* Estilos para tablets */



.special-assistance-container {
  width: 100%;
  padding: 20px;
  box-sizing: border-box; 
}
.content-wrapper {
  display:inline  ;
  }
/* Class Header */
.header-content {
  width: 100%;
}

/* Modal styles */
.modal {
right: 0px;
}

/* Class Banner */
.cep-input {
width: 57%;
}
.banner-text {
font-size: 37px;
}
.banner-text-sub{
font-size: 19px;
margin-left: 15px;
letter-spacing: -2px;
}

.banner-text-image {
  margin-left: 85px;
}

.seguranca-image-banner {
      max-width: 375px;
}

/* Class Assistência Tecnica */
.content-wrapper {
width: 100%;
}
h1.special-assistance-title {
font-size: 30px;
}
h2.special-assistance-title {
font-size: 12px;
}
.contato-image {
max-width: 180px;
}
.seguranca-image {
max-width: 300px;
}
.assistance-text {
margin-left: 10px;
margin-right: 10px;
}
h1.assistance-text {
font-size: 25px;
}
p.assistance-text {
font-size: 11px;
}
.assistance-image-text {
font-size: 13px;
margin-top: 13px;
}

/* Class form*/
/* Class form*/
.sticky-form.fixed {
    position: static;
    top: 0px;
    right: 0px;

}

.sticky-form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.form-control,
.form-button {
font-size: 15px;
}

.button-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip {
  display: none;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  margin-right: 10px; 
}

.step-label {
  padding: 12px;
}


/* Class  CLIENTES DIZEM*/

h1.clientes-title {
font-size: 30px;
}
h2.clientes-title {
font-size: 12px;
}
.comment-text{
font-size: 17px;
}
p.comment-text{
font-size: 12px;
}
.carousel-btn {
font-size: 70px;
}

/* Class Banner Defeito*/
.banner-text-defeito {
font-size: 30px;
}
.defeito-input {
width: 80%;
}
.banner-defeito {
margin-top: 50px;
}
/* Class Defeitos*/
h1.assistance-defeito-title {
font-size: 30px;
}
h2.assistance-defeito-title {
font-size: 12px;
}
.assistance-defeito-text {
font-size: 12px;
}
p.image-column {
font-size: 25px;
}
h1.faq-title {
font-size: 30px;
}
h2.faq-title {
font-size: 15px;
}
.faq-toggle img {
width: 36px;
}

.footer {
width: 100%;
padding: 20px;
box-sizing: border-box; 
}

/* Class Obrigado */

.banner-cotainer-obrigado {
gap: 10px;
}

.banner-text-obrigado {
text-align: center;
font-size: 45px;
}

h2.banner-text-obrigado {
font-size: 20px;
}


}

/* Celular (até 767px) */
@media screen and (max-width: 767px) {
/* Estilos para celulares */

body {
  overflow-x: hidden; 
}

/* Modal styles */
.modal {
right: 0px;
}
.special-assistance-container {
  width: 100%;
  padding: 20px;
  box-sizing: border-box; 
}
.content-wrapper {
  display:inline  ;
  }

/* Class Header */
.header-content {
  width: 100%;
  box-sizing: border-box; 
}
.support-button,
.contact-text {
display: none;
}

/* Class Banner */
.input-container {
  position: relative;
  width: 360px;
  /* Ajuste conforme necessário */
}

.cep-input {
width: 80%;
font-size: 20px;
}
.banner {
padding: 0px;
margin-bottom: 0px;
height: 83vh;
}
.banner-text {
font-size: 30px;
letter-spacing: -1px;
}

.banner-text-sub{
font-size: 21px;
margin-left: 5px;
text-align: center;
letter-spacing: -2px;
}

.banner-text-image {
  margin-left: 20px;
}

.seguranca-image-banner {
      max-width: 277px;
}



/* Class Assistência Tecnica */
.content-wrapper {
width: 100%;
}
.assistance-media {
display:inline
}
.special-assistance{
text-align: center; 
}
h1.special-assistance-title {
font-size: 26px;
letter-spacing: -1px;
}
h2.special-assistance-title {
font-size: 12px;
}
.contato-image {
max-width: 180px;
}
.seguranca-image {
max-width: 300px;
margin-bottom: 20px;
}
.assistance-text {
margin-left: 10px;
margin-right: 10px;
}
h1.assistance-text {
font-size: 25px;
}
h2.assistance-text {
  font-size: 17px;
  }
p.assistance-text {
font-size: 11px;
}

.assistance-image-text {
font-size: 13px;
margin-top: 13px;
}

.star-rating {
justify-content: center;}


.assistance-contato {
align-items: center;
margin-top: 20px;

}

/* Class form*/
.sticky-form.fixed {
position:static;
top: 0px; 
right: 0px;
}

.sticky-form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.form-control,
.form-button {
font-size: 15px;
}

.button-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip {
  display: none;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  margin-right: 10px; 
}


.step-label {
  padding: 9px;
}

  
/* Class  CLIENTES DIZEM*/
.carousel-slide {
flex: 0 0 100%; /* Exibe um comentário por vez */
}

.carousel {
display: flex;
transition: transform 0.5s ease-in-out;
width: 100%;
}

.carousel-container {
overflow: hidden;
}

.comment {
flex: 1 0 80%;
box-sizing: border-box;
padding: 10px;
}

.comment.mobile{
display: none;
}

.carousel-slide {
gap: 18px;
}

h1.clientes-title {
font-size: 26px;
letter-spacing: -2px;
}
h2.clientes-title {
font-size: 12px;
}
.comment-text{
font-size: 17px;
}
p.comment-text{
font-size: 12px;
}
.carousel-btn {
font-size: 70px;
}

/* Class Banner Defeito*/

.banner-text-defeito {
font-size: 30px;
}
.defeito-input {
width: 80%;
font-size: 20px;
}
.banner-defeito {
margin-top: 50px;
padding: 0px;
}
/* Class Defeitos*/
.additional-assistance-defeito{
gap:  0px;
}
h1.assistance-defeito-title {
font-size: 26px;
}
h2.assistance-defeito-title {
font-size: 12px;
}
.assistance-defeito-text {
font-size: 12px;
}
p.image-column {
font-size: 25px;
}
h1.faq-title {
font-size: 26px;
}
h2.faq-title {
font-size: 13px;
}
.faq-button-wrapper{
display: none;
}
.faq-section {
margin: 0px;
}

.faq-question-wrapper {
border-radius: 12px;}

.additional-assistance-outros-defeito{
display: none;
}

.footer {
width: 100%;
padding: 20px;
box-sizing: border-box; 
}
/* Class Obrigado */

.banner-obrigado {

  text-align: center; 
  justify-content: center;
  display: flex;
  }

  .banner-image-obrigado {
    width: 20%;
    margin-top: 50px;
  }

.banner-cotainer-obrigado {
gap: 10px;
display: block;
}

.banner-text-obrigado {
text-align: center;
font-size: 26px;
}

h2.banner-text-obrigado {
font-size: 16px;
}
}
