.container {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}

.body {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

.bg-petrol {
  width: 400px;
}

.link-documentos {
  color: #3a4668 !important;
  opacity: 0.65;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #3a4668;
}

.link-documentos:hover {
  opacity: 1;
}

.codigo-confirmacao {
  width: 5%;
}

.codigo-confirmacao-input {
  padding-top: 0;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.codigo-confirmacao-input input {
  font-size: 1.5rem; 
}
.modal-lista-documentos {
  background-color: #404758;
  color: #ffffff !important;
}

li {
   font-size: 1.05rem;
   margin-bottom: 8px;
   color:black;
 }

 .lista{
    font-size: 1rem;
    margin-bottom: 8px;
    color:rgba(0, 0, 0, .87);
 }

 .container-botao{
   margin: 0px;
 }

 .campo-codigo-confirmacao {
  display: flex;
  max-width: 85px;
  justify-content: flex-start;
 }

 .campo-email{
  max-width: 580px;
 }

 .documentos {
  margin: 20px 0;
 }

 .buttom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
 }

.descricao {
  font-size: 1.2rem;  
}

.titulo-lista{
  font-size: 1.2rem;  
  font-weight: bold;
}

.observacao{
  color:rgb(92, 92, 92);
}

.texto-importante{
  color: rgba(0, 140, 255, 1);
  font-size: 1rem;
}

.caixa-atencao{
  background-color: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.5);
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}

 @media screen and (max-width: 575px) {
  .bg-petrol {
    display: none;
  }

  .container-conteudo {
    padding: 70px 20px;
    justify-content: flex-start;
  }

  .view-port{
    min-height: 100vh !important;
  }

  .container-conteudo h1 {
    font-size: 1.7em;
    width: 100%;
  }

  .container-conteudo p {
    font-size: .9rem;
  }

  .container-conteudo .container-botao {
    width: 100%;
    font-size: .9rem;
    flex-direction: column;
    align-items: center;
  }

  .botao {
    font-size: .7rem !important;
    width: 100px;
    font-weight: 600;
  }

  .link-documentos { 
    margin-left: 10px;
    transition: all .3s ease;
    font-size: .9rem;
  }

  .link-retorno {
    margin-left: 0;
  }

  h3 {
    font-size: 1.1rem;
  }

  li {
    font-size: .9rem !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .bg-petrol {
    display: none;
  }

  .container-conteudo {
    padding: 155px 20px 0 100px;
    justify-content: flex-start;
    font-size: .85rem;
  }

  .container-conteudo h1 {
    width: 100%;
  }

  .container-conteudo p {
    font-size: 1rem;
  }

  .container-conteudo .container-botao {
    width: 100%;
    font-size: .9rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 30px;
  }

  .botao {
    font-size: .7rem !important;
    width: 100px;
    font-weight: 600;
    margin: 20px 0 !important;
  }

  .bg-cinza {
    width: 100%;
  }

  .form-codigo label {
    font-size: .9rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .container-conteudo {
    padding: 155px 20px 0 ;
    justify-content: center;
    align-items: center;
    font-size: .85rem;
  }

  .container-conteudo h1 {
    width: 100%;
  }

  .container-conteudo p {
    font-size: 1rem;
  }

  .container-conteudo .container-botao {
    width: 100%;
    font-size: .9rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 30px;
  }

  .botao {
    font-size: .7rem !important;
    width: 100px;
    font-weight: 600;
    margin: 20px 0 !important;
  }

  .bg-cinza {
    width: 100%;
  }

  .formulario-email {
    width: 70%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-petrol {
    width: 100px!important;
    min-height: 100vh;
  }

  .container-conteudo {
    padding: 155px 100px 0 ;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .85rem;
  }

  .container-conteudo h1 {
    width: 100%;
  }

  .container-conteudo p {
    font-size: 1rem;
  }

  .container-conteudo .container-botao {
    width: 100%;
    font-size: .9rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 30px;
  }

  .botao {
    font-size: .7rem !important;
    width: 100px;
    font-weight: 600;
    margin: 20px 0 !important;
  }

  .bg-cinza {
    width: 100%;
  }

  .formulario-email {
    width: 70%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1333px) {
  .container-conteudo {
    padding: 155px 60px 0 ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: .85rem;
  }

  .container-conteudo h1 {
    width: 100%;
  }

  .container-conteudo .titulo {
    font-size: 2.8em;
  }

  .container-conteudo .container-botao {
    width: 100%;
    font-size: .9rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 80px;
  }

  .botao {
    font-size: .7rem !important;
    font-weight: 600;
    width: 100px;
    margin: 20px 0 !important;
  }

  .bg-cinza {
    width: 100%;
  }

  .formulario-email {
    width: 70%;
  }

  .boas-vindas {
    width: 70%;
  }
}

@media screen and (min-width: 1333px) {
  .bg-petrol {
    width: 100px!important;
    min-height: 100vh;
  }

  .container-conteudo {
    padding: 50px 0 ;
    justify-content: center;
    align-items: center;
    font-size: .85rem;
  }

  .container-conteudo h1 {
    width: 100%;
  }

  .container-conteudo p {
    font-size: 1rem;
  }

  .container-conteudo {
    flex-direction: column;
  }

  .container-conteudo .container-botao {
    width: 100%;
    font-size: .9rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 30px;
  }

  .botao {
    font-size: .7rem !important;
    font-weight: 600;
    width: 100px;
    margin: 20px 0 !important;
  }

  .bg-cinza {
    width: 100%;
  }

  .formulario-email {
    width: 65%;
  }

  .boas-vindas {
    width: 65%;
  }
}