﻿/*Error Page*/

@media screen and (min-width: 200px) {
       .tituloError { color: forestgreen; text-align: center; font-size: 25px; }
}


@media screen and (min-width: 501px) {
       .tituloError { color: forestgreen; text-align: center; font-size: 50px; }
}

@media screen and (min-width: 768px) {
       .tituloError { color: forestgreen; text-align: center; font-size: 50px; }
}


@media screen and (min-width: 992px) {
    .tituloError { color: forestgreen; text-align: center; font-size: 50px; }
}
