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: #e14340
}

.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: 96px;
    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: #e14340;
    box-shadow: 0px 3px 8px 0px #e14340;
    fill: #e14340;
}

.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;
    }

}

@keyframes transformA {
    0% {
        transform: translateX(349%) translateY(2%);
        transform: translateX(-6%) translateY(2%)
    }

    25% {
        transform: translateX(-84%) translateY(18%);
    }

    50% {
        transform: translateX(-70%) translateY(84%);
    }

    75% {
        transform: translateX(23%) translateY(87%);
    }

    100% {
        transform: translateX(-6%) translateY(2%);
    }
}

@keyframes transformB {
    0% {
        transform: translateX(0%) translateY(0%);
    }

    33% {
        transform: translateX(-25%) translateY(-100%);
    }

    66% {
        transform: translateX(-50%) translateY(100%);
    }

    100% {
        transform: translateX(0%) translateY(50%);
    }
}


.page-notfound {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 25px;

    background: none;
    background-color: #06191f;
    padding: 25px;
    min-height: 100vh;
    position: relative;
}

.page-notfound__fundo {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-notfound__fundo::before {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00b1ff;
    width: 20vw;
    height: 20vw;
    filter: blur(100px);
    content: ' ';
    display: block;
    border-radius: 250px;
    animation: transformA 10s linear .3s infinite alternate;
}

.page-notfound__fundo::after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00b1ff;
    width: 20vw;
    height: 20vw;
    filter: blur(100px);
    content: ' ';
    display: block;
    border-radius: 250px;
    animation: transformB 10s linear .3s infinite alternate;
}

.page-notfound__start,
.page-notfound__center,
.page-notfound__end {
    position: relative;
    z-index: 5;
}

.page-notfound__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.page-notfound__center h1,
.page-notfound__center h2,
.page-notfound__center h3,
.page-notfound__center h4,
.page-notfound__center p {
    padding: 0;
    margin: 0;
    color: #eaedf0;
    text-align: center;
}

.page-notfound__center__title {
    font-size: 140px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.page-notfound__center__title-normal {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.page-notfound__center p {
    font-size: 18px;
}

.page-notfound__center__error pre {
    background-color: #ffffff20;
    color: #fff;
    font-size: 15px
}

.page-notfound__center__error pre::-webkit-scrollbar {
    background-color: #00000059;
}

.page-notfound__center__error pre::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px;
}

@media(max-width: 768px) {
    .page-notfound__center__title-normal {
        font-size: 55px;
    }

    .page-notfound__center h2 {
        font-size: 28px;
    }

    .page-notfound__center h3 {
        font-size: 23px;
    }

    .page-notfound__center h4 {
        font-size: 18px;
    }
}

.page-notfound__center a {
    border: 1px solid #ffffff4d;
    background-color: #ffffff1a;
    filter: blur(.7px);
    color: #fff;
    padding: 8px 18px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s all ease;
}

.page-notfound__center a:hover {
    background-color: #ffffff33;
    filter: blur(0px);

}

.page-notfound__end {
    padding: 15px 0 0 0;
}

.page-notfound__end p {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #eaedf0;
}