@import url("https://mondrian.claro.com.br/tokens/claro-tokens-latest.custom-properties.css");

* {
  font-family: var(--font-family);
}

.text-centralizer {
  display: flex;
  justify-content: center;
}

.text-header {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

hr {
  border-top: 3px solid;
  opacity: 100;
  width: 100%;
  color: #ef4b25;
}
.imagem-e-text-container {
  display: flex;
  flex-direction: row;

  width: 90%;
  padding-top: 40px;
  gap: 30px;
}

.imagem {
  width: 50%;
  height: auto;
}

.texto-bloco-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subtitulos {
  padding-top: 30px;
  font-family: "AMX";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
}

.textos {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
}

.titulo-section {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "AMX";
  font-weight: 700;
  font-size: 50px;
}

.caracteristicas-container {
  display: flex;
  gap: 40px;
  text-align: center;
  width: 70%;
}

.icon-e-texto-container {
  width: 50%;
}

.subTitulo-caracteristica {
  padding-top: 20px;
}

.expeficicacoes-container {
  display: flex;
  flex-direction: row;
}

.espeficicacoes-lista {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-head {
  list-style: square;
}

.especificacoes-list{
  font-family: "Roboto";
  font-size: 22px;
  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {

  .imagem-e-text-container{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .imagem{
    width: 90%;
    height: auto;
    text-align: center;
  }

  .texto-bloco-container{
    width: 90%;
  }
  
  
  .subtitulos{
    padding-left: 5%;
    font-size: 30px;
  }

  .imagem-e-text-container-mobile{
    display: flex;
    flex-direction: column;
  }

  .caracteristicas-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .icon-e-texto-container{
    width: 90%;
  }

  .subTitulo-caracteristica{
    font-size: 30px;
    font-weight: 500;
  }

  .texto-caracteristica{
    font-size: 20px;
  }

  .expeficicacoes-container{
    display: flex;
    flex-direction: column;
    width: 90%;
    padding-bottom: 20px;
  }
}