main section {
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

main section form button {
    background-color: #000528 !important;
}
main section .datos h4 {
    font-family: Apercu;
    font-size: 24px;
    font-weight: bold;
}

main section .datos p {
    font-family: Apercu;
    font-size: 12px;
    font-weight: 300;
    color: #000528;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 320px) and (max-width: 479px){
    main section.motores img {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 992px) and (max-width: 1999px){  }