body {
    background: linear-gradient(to right, #430404, #8F1C40);
    font-size: small;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: justify;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
/* Estilos adicionales para la imagen y el formulario */
.form-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 8px;
    z-index: 2;
}

.imagen-arbol {
    display: none;
}

.logo-container-responsive {
    display: none;
}

.imagen-logo {
    display: none;
}

.image-coopebot{
    position: absolute;
    opacity: 0.1;
    width: 40%;   
    z-index: -1;
}

.color-font-coopac{
    color: #0cbf62;
}
.boton-consultar{
    background-color: #0cbf62;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
}
.boton-consultar:hover{
    background-color: #0cbf62;
    color: white;
}

.fondo-error{
    background-color: rgb(2, 50, 56);
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .image-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0.2;
    }

    .imagen-papa-noel {
        top: auto;
        width: 70%;
        

    }

    .form-container {
        position: relative;
        margin-bottom: 10%;
    }

    .imagen-arbol {
        display: block;
        position: absolute;
        top: 50;
        left: 0;
        width: 100%;
        opacity: 0.2;
    }

    .logo-container-responsive {
        display: block;
        top: 0;
        left: 0;
      
    }

    .imagen-logo {
        display: block;
        width: 70%;
    }
    .image-coopebot{
        display: none;
    }
}