html,body{
    margin: 0 auto;
}

.bg-negro{
    background-color: #212121;
}

.bg-blanco{
    background-color: #FFFFFF;
}

.color-blanco{
    color: #FFFFFF;
}

.f-size40{
    font-size: 40px;
}

.f-size22{
    font-size: 22px;
}

.f-size30{
    font-size: 30px;
}

.bold{
    font-weight: bold;
}

.w-80{
    width: 80%;
}

.mt-30{
    margin-top: -30px;
}

.mt-50{
    margin-top: -50px;
}

.p0{
    padding: 0;
}

#contenedor-form{
    padding-top: 30%;    
}

@media (max-width: 900px)
{
    #contenedor-form{
        padding-top: 5%;    
        padding-bottom: 5%;    
    }

    .vh100{
        height: auto !important;
    }

    .f-size30{
        font-size: 20px;
    }

    .f-size22{
        font-size: 14px;
    }
}

.vh100{
    height: 100vh;  
}


#container-ehunter{
    border: 0 !important;
}

#container-ehunter h3{
    background-color: #FFFFFF !important;
    color: #212121 !important;

}

.linea{
    width: 60px;
    height: 1px;
    background-color: #000000;
    margin-top: 5px;
}

