﻿/*==== Página de Erro Default ====*/

.ats-erro {
    background: #def;
}

.ats-erro-icone {
    display: block;
    font-size: 20em;
    color: rgba(10,60,150, 0.8);
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
    text-align: center;
    margin: .2em auto .1em auto;
}

.ats-erro-header {
    font-size: 2em;
    text-align: center;
    color: #4354A6;
    text-transform: uppercase;
    font-weight: bold;
}

.ats-erro-texto {
    text-align: center;
    font-size: 1.166em;
    color: #4354A6;
}

