.container400{
    width: 400px;
    max-width: 100%;
}
.row75{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.col75{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

footer {
    display: none;
}
section {
    margin-top: 0;
}
section .display-table {
    background-image: url('../../../images/inicioFront/inicio-top.jpg');
    background-size: cover;
    background-position: center center;
}
section .recuadro{
    padding: 15px;
    border: 1px solid #b49254;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: white;
}
section #section-footer{
    height: 40px;
    padding-top: 8px;
    background-color: white;
    font-size: 14px;
    text-align: center;
}
section #section-footer > img,
section #section-footer > div {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
section #section-footer > img {
    max-width: 140px;
}

@media (max-width: 991px) {
    section #section-footer > img {
        display: none;
    }
}
@media (min-width: 768px) {
    section .display-table {
        height: calc(100vh - 90px);
    }
    section .recuadro button{
        margin-top: 22px;
    }
}
@media (max-width: 767px) {
    section .display-table {
        height: calc(100vh - 50px);
    }
    section .recuadro{
        padding-bottom: 15px;
    }
    section #section-footer {
        display: none;
    }
}
@media (max-width: 399px) {
    section .recuadro .row > div {
        width: 100%;
    }
}