body{
    margin: 0;
}

.container{
    max-width: 1400px;
    width: 98%;
    margin: 0 auto ;
}
.mantenimiento{
    display: grid;
    place-content: center;
    min-height: 100vh;
    text-align: center;
    justify-content: center;
}
.mantenimiento::before{
    content: "";
    background-image: url(img/fondo.png);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 412px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mantenimiento::after{
    content: "";
}

.grid{
    display: grid;
    padding-top: 5rem;
    place-content: center;
    justify-items: center;
    text-align: center;
}
.item-1 img{
    width: 80%;
}
.item-2 img{
    width: 90%;
    margin-top: 3rem;
}
p{
    font-size: 2rem;
    color: rgb(73, 154, 209);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}