body {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.le {
  background-image: url('../img/desktop.JPG');
  background-repeat: no-repeat;
  background-size: cover;

  background-position: center;

  width: 100%;

  height: 100px;

  margin: 0;

  padding: 0;


}

.s {
  width: 95%;

  height: 100px;
  float: left;
  align-items: left;
  text-align: left;
  margin-left: 20px;
  color: #4d7746;
  font-size: 18px;
}

s,
p {
  color: #4d7746;
  font-size: 18px;
  margin-top: 19px;
}

.cinza {
  width: 100%;
  background: #EBEBEB;
  height: 400px;
}



.successdiv {
  display: flex;
  align-items: center;
  width: 100px;
  height: 18px;
  background: #5cb85c;
  padding: 5px;
  align-items: left;
  /* Adiciona um pouco de preenchimento interno */
  border-radius: 5px;
  /* Adiciona bordas arredondadas */
  color: white;
  /* Cor do texto */
  font-family: Arial, sans-serif;
  /* Fonte do texto */
}


.card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 443px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  /* Sombra */
}

.uv {
  color: #333333;
  align-items: left;
  text-align: left;
  float: left;
  margin-left: 10px;
}

.card-top,
.card-bottom {
  width: 443px;
}

.card-top {
  height: 37px;
  background-color: #F0F0F0;
  /* Cor de fundo para o card superior */
  display: flex;
  align-items: center;

}

.card-bottom {
  height: 215px;
  background-color: #fff;
  /* Cor de fundo vermelha */
  color: white;
  /* Cor do texto */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  /* Remove o espaço entre os cards */
}

.divform {
  height: 215px;
  width: 76%;
  border: 1px solid transparent;
  float: left;
  align-items: left;
  text-align: left;

}

.v {
  color: #000;
  font-size: 14px;
  font-family: ARIAL;
  line-height: 2;

}

input {
  border: 1px solid #cccccc;
  width: 244px;
  height: 31px;
  border-radius: 4px;
  padding-left: 5px;
}

.c {
  font-size: 8px;
  color: #000;
}

.ir {
  outline: none;
  border: none;
  font-family: ARIAL;
  background: #439843;
  width: 85px;
  height: 32px;
  border-radius: 4px;
  color: white;
}

.cinza2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /* Altura do rodapé */
  background: #EBEBEB;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Distribui o espaço entre os itens */
  padding: 0 20px;
  /* Espaçamento interno */
  box-sizing: border-box;
  /* Inclui o padding na largura total */
  font-size: 14px;
}

.cinza2 img {
  height: 30px;
  /* Define a altura da imagem */
  vertical-align: middle;
  /* Alinha verticalmente a imagem com o texto */
}

/* Estilo do modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Conteúdo do modal */
.modal-content {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 20px;
  border-radius: 5px;
  background: white;
}

/* Botão de fechar o modal */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.loader {
  border: 6px solid #439843;
  /* Cor azul */
  border-top: 6px solid #f8f9fa;
  /* Cor de fundo do loader */
  border-radius: 50%;
  width: 30px;
  height: 30px;

  animation: spin 1s linear infinite;
  /* Animação de rotação */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {

  .card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);

  }

  .uv {
    color: #333333;
    align-items: left;
    text-align: left;
    float: left;
    margin-left: 10px;
  }

  .card-top,
  .card-bottom {
    width: 100%;
  }

  .card-top {
    height: 37px;
    background-color: #F0F0F0;

    display: flex;
    align-items: center;

  }

  .card-bottom {
    height: 215px;
    background-color: #fff;

    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;

  }



  .successdiv img {
    margin-left: 0px;
  }

  .successdiv {
    display: flex;
    align-items: center;
    width: 100px;
    height: 18px;
    background: #5cb85c;
    padding: 5px;
    margin-left: 19px;

    border-radius: 5px;

    color: white;

    font-family: Arial, sans-serif;

  }

  .le {
    background-image: url('../img/desktop.JPG');
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center;

    width: 100%;

    height: 120px;

    margin: 0;

    padding: 0;


  }


  .s {
    width: 95%;
    border: 1px solid transparent;
    height: 100px;
    float: left;
    align-items: left;
    text-align: left;
    margin-left: 0px;
    color: #4d7746;
    font-size: 18px;
  }

  s,
  p {
    font-weight: 500;
    color: #4d7746;
    font-size: 18px;
    margin-top: 19px;
    margin-left: 19px;
    word-break: break-all;
  }

  s,
  img {
    margin-left: 19px;
  }

  .modal-content {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 20px;
    border-radius: 5px;
    background: white;
  }
}