body{
    font-family: 'Lato';
    background: url(/images/pages/bgtop.svg) no-repeat top center;

}
.containerss {
    -webkit-animation: fadeIn 1s ease-in-out;
    -moz-animation: fadeIn 1s ease-in-out;
    -o-animation: fadeIn 1s ease-in-out;
    animation: fadeIn 1s ease-in-out;
}
a {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
.logo{padding: 30px;margin-bottom: 60px;}
.textos{
    text-align: center;
    position: relative;
}
.manutencao-pedizap .textos.notfound h1{
    color:#409558
}
.textos.notfound h1{
    text-align: center;
    color: #0A3BCC;
    font-size: 54px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 20px;
}
.textos.notfound p{
    font-size: 24px;
    color: #404040;
    font-weight: 300;
    line-height: 21px;
}
.textos.notfound h1.numero{
    text-align: center;
    color: #0A3BCC;
    font-size: 180px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    line-height: 138px;
    display: block;
    margin-top: 96px;
}
.imgcentral.manutencao img{margin: 0 auto;}

.textos.notfound h2{
    color: #0A3BCC;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
}
.textos.notfound h3{
    color: #404040;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
}
.textos.notfound a{
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    background: #FFF;
    padding: 13px 47px;
    display: inline-block;
    box-shadow: 0px 3px 8px 0px #d8d8d8;
    border-radius: 40px;
    margin-top: 35px;
    text-decoration: none;
}
.textos.notfound a:hover{
    color: #0a3bcc;
    box-shadow: 0px 3px 8px 0px #0a3bcc;
}
.manutencao-pedizap .textos.notfound a:hover {
    color: #409558;
    box-shadow: 0px 3px 8px 0px #409558;
    fill: #409558;
}
.textos.notfound a::after{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e258";
}
.imgcentral img{
    margin: 0 auto;
    display: block;
    margin-top: -38px;
}
.rodape p{
    font-size: 19px;
    color: #404040;
    text-align: center;
    padding: 20px 10px;
}
.formnews{
    overflow: hidden;
    clear: both;
    width: 604px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 50px;
}
.formnews .navbar-form{margin: 0;}
.formnews .navbar-form .form-group{
    padding-bottom: 9px;
}
.formnews  .navbar-form .form-control{box-shadow: 0px 3px 8px 0px #d8d8d8;width: 380px;    border-radius: 30px 0 0 30px;    height: 50px;font-size: 18px;}
.formnews .navbar-form .btn-default {
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    font-size: 18px;
    background: #848484;
    color: #FFF;
    height: 50px;
    margin-bottom: 9px;
    width: 192px;
    margin-left: -5px;
    box-shadow: 0px 3px 8px 0px #d8d8d8;
}


/************
Responsivo
**************/
@media(max-width:991px){
    .imgcentral img{width: 100%;margin-top: 0;}
    .textos.notfound p{padding: 0 25px;    line-height: 29px;}
    
}
@media(max-width:778px){
    .formnews{    width: 100%;}
    .formnews .navbar-form .form-control, .formnews .navbar-form .btn-default{width: auto;}
    .formnews .navbar-form .form-group{display: inline-block;}
    .textos.notfound h1{    font-size: 41px;}
}
@media(max-width:400px){
    .formnews .navbar-form .form-group{display: block;}
    .formnews .navbar-form .form-control, .formnews .navbar-form .btn-default{ width: 100%; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; }
    .imgcentral img{width: 93%;margin-top: 0;margin: 20px;}
    .textos.notfound h1.numero{    font-size: 147px;}
    .textos.notfound h2, .textos.notfound h3{padding: 0 25px;}
    .textos.notfound a{margin: 10px 25px;}
    
}