@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Chunkfive';
    src: url('fonts/Chunkfive\ Ex.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

button {
    background-color: transparent; 
    border-color: transparent;
    border: none;
    padding: 0;
}

.mi-container-fluid {
    background-image: url('./img/1-fondo-Landing.jpg');
    background-size: 100%; 
    background-repeat: no-repeat; 
    height: 100%;
    width: 100%;
    display: flex;
    font-family: Arial, sans-serif;
}

.solos{
    width: 10%;
}

.formulario {
    margin-left: 35%;
    width: 100%;
    margin-top: -33.5%;
    margin-left: 63%;
}

/*grandre*/
@media (max-width: 1999px){

    #texto{
        font-family: Helvetica; 
        text-align: center; 
        font-size: 10px; 
        margin-top: 18%;
        max-width: 100%;
    }

    #terminos{
        margin-left: 100%;
        margin-top: -50%;
    }

    .escritorio{
        margin-top: -35%;
        width: 235%;
    }

    #enviar{
        margin-left: 80%;
        margin-top: -10%;
    }

    #descargar{
        position: absolute;
        padding-top: 10%;
    }

    input {
        border: none;
        border-radius: 50px;
        width: 50%;
        height: 100%;
    }

    .subir{
        margin-top: -17%;
        width: 100%;
        margin-left: 94%;
    }

    #regreso{
        width: 200%;
    }
    #participar{
        width: 200%;
        margin-top: 70%;
        margin-left: 70%;
    }

    #preguntas{
        margin-left: 35%;
        margin-top: -12%;
        width: 140%;
    }

    .formulario{
        width: 100%;
        height: 5   0%;
        margin-top: -33.5%;
        margin-left: 63%;
    }
}

/*mediano*/
@media (max-width: 991px){
    #regreso{
        width: 10%;
    }

}

/*pequeno*/
@media (max-width: 767px) {

    .formulario {
        width: 90%;
    }

    .mi-container-fluid {
        background-image: url('./img/1-fondo-750px-Landing-Sukrol-regreso-a-clases-Celular.jpg');
    }
}
