.error404 iframe{
    width: 100%;
    height: 900px;
}

.error404 .intentar-busqueda{
    margin-top: 4%;
}

.error404 .intentar-busqueda .titulo-busqueda{
    color: #c41234;
    font-size: 130%;
    font-weight: normal;
    text-align: right;
}

.error404 .site-content input{
    border: solid 1px #0000001a !important;
}

@media(max-width: 767px){
    .error404 .site-content .newsletter{
        display: none;
    }
    .error404 iframe {
        height: 972px;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .error404 iframe{
        height: 822px;
    }
}

@media(max-width: 991px){
    .error404 .site-content .intentar-busqueda{
        margin-bottom: 15px;
    }
    .error404 .site-content .titulo-busqueda{
        text-align: left;
    }
}