@font-face {
  font-family: "Bosch Sans Light";
  src: url("./fonts/BoschSans-Light.eot");
  src: url("./fonts/BoschSans-Light.eot?#iefix") format("embedded-opentype"),
    url("./fonts/BoschSans-Light.woff") format("woff"),
    url("./fonts/BoschSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Bosch Sans Light Italic";
  src: url("./fonts/BoschSans-LightItalic.eot");
  src: url("./fonts/BoschSans-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/BoschSans-LightItalic.woff") format("woff"),
    url("./fonts/BoschSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Bosch Sans Bold Italic";
  src: url("./fonts/BoschSans-BoldItalic.eot");
  src: url("./fonts/BoschSans-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/BoschSans-BoldItalic.woff") format("woff"),
    url("./fonts/BoschSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Bosch Sans Regular Italic";
  src: url("./fonts/BoschSans-RegularItalic.eot");
  src: url("./fonts/BoschSans-RegularItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/BoschSans-RegularItalic.woff") format("woff"),
    url("./fonts/BoschSans-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Bosch Sans Regular";
  src: url("./fonts/BoschSans-Regular.eot");
  src: url("./fonts/BoschSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/BoschSans-Regular.woff") format("woff"),
    url("./fonts/BoschSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bosch Sans Bold";
  src: url("./fonts/BoschSans-Bold.eot");
  src: url("./fonts/BoschSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/BoschSans-Bold.woff") format("woff"),
    url("./fonts/BoschSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Bosch Sans Medium Italic";
  src: url("./fonts/BoschSans-MediumItalic.eot");
  src: url("./fonts/BoschSans-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/BoschSans-MediumItalic.woff") format("woff"),
    url("./fonts/BoschSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Bosch Sans Black Italic";
  src: url("./fonts/BoschSans-BlackItalic.eot");
  src: url("./fonts/BoschSans-BlackItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/BoschSans-BlackItalic.woff") format("woff"),
    url("./fonts/BoschSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Bosch Sans Black";
  src: url("./fonts/BoschSans-Black.eot");
  src: url("./fonts/BoschSans-Black.eot?#iefix") format("embedded-opentype"),
    url("./fonts/BoschSans-Black.woff") format("woff"),
    url("./fonts/BoschSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Bosch Sans Medium";
  src: url("./fonts/BoschSans-Medium.eot");
  src: url("./fonts/BoschSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/BoschSans-Medium.woff") format("woff"),
    url("./fonts/BoschSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Classes transformadas */
body {
  margin: 0;
  padding: 0;
  font-family: "Bosch Sans";
}

main {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section {
  margin: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.container-imagem {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.container {
  position: relative;
  display: inline-block;
}

.banner-principal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-beneficios {
  position: relative;
}

.container-posbanner {
  position: relative;
  margin: auto; 
  font-family: "Bosch Sans Black";
  font-size: 2.5vw; 
  color: #003b6a;
  max-width: 100%;
  text-align: left;
}

.container-posbanner img {
  max-width: 100%;
}

.container-posbanner p {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 5px;
  text-align: left;
  z-index: 1; 
}

.icons h1{
  text-align: left;
  font-size: 1.5vw; 
  font-family: "Bosch Sans Black";
  color: #003b6a;

}

.container-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.item {
  text-align: center;
  flex-basis: calc(25% - 2vw); 
  margin-right: 2vw; 
  margin-bottom: 2vw; }

.item:last-child {
  margin-right: 0;
}

.item p {
  font-family: "Bosch Sans Black";
  color: #003b6a;
  /* margin: auto;  */
}

span{
  color: #003b6a;
  margin: auto; 
}

.banner-icons h1{ 
  font-family: "Bosch Sans Black";
  font-size: 1.8vw; 
  color: #003b6a;
  margin-top: 50px; 
  text-align: left;
}


.video-container {
  position: relative;
  max-width: 1464px;
}

.video-container video {
  width: 90%;
}

.img-banner{
  max-width: 1464px;
}

/* slider */

.banner-slider {
  max-width: 1464px;
  position: relative;
}

.container-slider {
  width: 100%;
  height: 500px;
  position: relative;
}

.container-images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.slider {
  opacity: 0;
  transition: opacity 0.2s;
  width: 100%;
  display: none;
}

.on {
  display: block;
  opacity: 1;
}

#prev-button,
#next-button {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute; /* Adicionado */
  z-index: 1; /* Adicionado */
  top: 50%; /* Adicionado */
}

#prev-button img,
#next-button img {
  width: 100%;
  opacity: 0.15;
}

#prev-button {
  transform: rotate(180deg);
  left: 10px; /* Adicionado */
  transform: translateY(-50%); /* Adicionado */
}

#next-button {
  right: 10px; /* Adicionado */
  transform: translateY(-50%); /* Adicionado */
}
#prev-button {
  transform: rotate(180deg);
}

.slider {
  object-fit: cover;
  object-position: center;
  border: none;
}

/* fim slider */

/* FAQ */

.faq {
  width: 80%;
  height: auto;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: justify;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.faq-text {
  font-family: "Bosch Sans";
  font-size: 2vw;
  color: #000000;
  text-align: justify;
}

.faq h1 {
  color: #004071;
  text-align: center;
}

.p-mark {
  padding: 8px;
  color: #ffffff;
  background-color: #004071;
  font-size: 30px;
  font-weight: 700;
  float: left;
  height: auto;
  width: 21px;
}

.r-mark {
  padding: 8px;
  color: #ffffff;
  background-color: #e10014;
  font-size: 30px;
  float: left;
  font-weight: 700;
  height: auto;
  width: 21px;
}

.pergunta {
  height: 53px;
  margin-left: 50px;
}

.resposta {
  margin-top: 10px;
  margin-left: 15px; /* Ajuste a margem esquerda conforme necessário */
  font-size: 19px;
  clear: both; /* Limpa a flutuação anterior */
}

#resposta {
  display: inline-flex;
}

.pergunta-container {
  margin-top: 25px;
}

/* FIM FAQ */

@media screen and (max-width: 768px) {
  .hide--sm {
    display: none !important;
  }

  .icons h1{
    font-size: 3.5vw; 
  }
  
  .container-icons {
    display: flex;
    justify-content: left;
    flex-wrap: wrap; 
  }
  
  .item {
    text-align: center;
    flex-basis: calc(50% - 2vw); 
    margin-right: 2vw; 
    margin-bottom: 2vw; }
  
  .item:last-child {
    margin-right: 0;
  }

  .container-posbanner{
    font-size: 3.5vw; 
  }
  .teste {
    display: flex;
    align-items: top;
    margin-top: 30px;
  }
  
  .image-container {
    margin-right: 10px;
    max-width: 100px;
  }
  
  .text-container {
    text-align: left; 
  }
  
  .text-container p {
    font-weight: bold;
    font-size: 2.5vw;
  }

  .text-container span {
    font-size: 2vw;
  }
  
  .faq-text {
    font-size: 4vw;
  }

  .posbanner {
    width: 100%;
  }

  .container-posbanner {
    height: 20px;
  }

  .container-posbanner p {
    margin-top: -12px
  }


}

@media screen and (min-width: 768px) {
  .hide--lg {
    display: none !important;
  }

  .container-icons img{
    max-width: 290px;
    }
  .container-posbanner {
      height: auto;
    }
}

@media screen and (min-width: 1500px) {
  .container-posbanner {
      height: 120px;
    }
}