body {
    font-family: Arial, sans-serif;
    color: white;
    background-color: #000000;
    padding: 0;
    box-sizing: border-box;
}
.container {
    text-align: center;
}
.containers {
    display: flex;
    justify-content: center;
    text-align: center;
}
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: auto;
}
input, button {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 550;
}
input {
    border: 2px solid #0bb91a;
    border-radius: 5px;
}
button {
    background-color: #0bb91a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background-color: #0a660a;
}
.loading {
    display: none;
    margin-top: 20px;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #eeff00;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
.loading span {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0bb91a;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.result .six-divs .six-mp{
    display: none;
    margin-top: 30px;
}
.six-divs d  .six-mp {
    background-color: #0bb91a;
    color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    
}
.dentr{
  background-color: #0bb91a;
    color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    width: 30%;
}

.conteinerr {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 900px;
}

.conteinerr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}
.cardContainer{
    display: inline-flex;
}
.card{
    margin: 0 5px;
    height: auto;
    width: 30%;
    border-radius: 12px;
    border: solid 2px;
    color: white
}
.itemm {
background-color: #0bb91a;
color: white;
flex: 0 1 25%; /* 3 columnas aseguradas */
padding: 5px;
margin: 3px;
text-align: center;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-decoration: none; /* Para evitar subrayado en los links */
}

.itemm:hover {
background-color: #0a660a; /* Efecto hover para los divs */
}

.six-divs .six-mp{
display: none;
margin: 2px;
}
#desaparace #desaparece2 {
display: flex;
justify-content: center;
}
#desaparece  img {
width: 150px; /* Ancho fijo */
height: auto; /* Altura automática para mantener la proporción */
object-fit: contain; /* Mantiene la proporción sin estirarse */
}
#desaparece2 img {
width: 150px; /* Ancho fijo */
height: auto; /* Altura automática para mantener la proporción */
object-fit: contain; /* Mantiene la proporción sin estirarse */
}

