* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

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

main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  background: linear-gradient(135deg, #0077b5 0%, #00a0dc 50%, #005983 100%);
  overflow: hidden;
}

.container {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  max-width: 800px;
}

h1 {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(#130cb7, #4c83ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4 {
  font-size: 15px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  outline-style: none;
}

.tipodevaga,
.estados,
div {
  margin-bottom: 20px;
}

.anuncio-elemento {
  margin: 25px 0;
  text-align: center;
}

.tipodevaga,
.experience, .tipocandidatura {
  border-bottom: 1px solid #00000012;
}

.anuncio-elemento span {
  font-weight: normal;
}

.tipodevaga,
.experience,
.anuncio,
label {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
  line-height: 40px;
}

.tipodevaga,
.experience,
span {
  margin-right: 5px;
}

.anuncio,
label {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

input[type="radio"] {
  margin-right: 5px;
}

select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  height: 50px;
}

.search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-container input {
  flex: 1;
}

button {
  padding: 12px 20px;
  margin-top: 17px;
  background-color: #636363c2;
  /* background-color: #007bff; */
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: not-allowed;
  transition: all 0.3s ease;
  position: relative;
  height: 50px;
}

button:hover {
  background-color: #0056b3;
  animation: moveAndGlow 0.5s ease-out forwards;
}

/* .sendmessage{
  cursor: not-allowed;
} */

@keyframes moveAndGlow {
  0% {
    transform: translateX(0);
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.8);
  }
  100% {
    transform: translateX(10px);
    box-shadow: 0 0 20px rgba(0, 123, 255, 1);
  }
}

.fa {
  margin-right: 5px;
}

.container-search-estado {
  display: grid;
  grid-template-columns: 1fr 250px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

.logo {
  text-align: center;
  height: 120px;
}

.estado {
  display: flex;
}
