.banner{
   background-image: url('https://espacoconstruirita.com.br/app/src/images/bg.jpg');
   background-position: center;
   background-size: cover;
   height: 450px;
   position: relative;
}
.pagination{
    flex-wrap: wrap;
}
.chamada{
    font-weight: lighter;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.erro{
    position: fixed;
    top: 75px;
    right: 15px;
    background-color: tomato;
    color: white;
    width: 350px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
}
.acerto{
    position: fixed;
    top: 75px;
    right: 15px;
    background-color: lightgreen;
    color: white;
    width: 350px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
}
.logo{
    width: 130px;
    height: 90px;
}
.link{
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: black;
    font-weight: lighter;
}
.wtt{
    color: rgb(2, 65, 2);
}
.insta{
    color: #bc2a8d;
}
.face{
    color: slateblue;
}
.logo-footer{
    width: 100%;
}
.formulario{
    width: 300px;
    margin: 0 auto;
}
.sair{
    text-decoration: none;
    color: black;
}
.sair:hover{
    color:red;
}
.m-icon{
    cursor: pointer;
}
.offcanvas-header{
    border-bottom: 1px solid #ccc;
}
.funcao{
    background-color: #ccc;
    width: 100%;
    padding: 2px;
}
.menu-link{
    text-decoration: none;
    display: block;
    color: black;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.menu-link:hover{
    font-weight: bolder;
}
.wraper{
    margin: 0 auto;
    max-width: 900px;
}
.dash-card{
    background-color: mediumpurple;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 15px;
}
.dash-card-2{
    background-color: mediumvioletred;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 15px;
}
.dash-card-3{
    background-color: mediumspringgreen;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 15px;
}
.ponto{
    max-width: 350px;
    margin: 0 auto;
}
.wraper-2{
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .acerto{
        width: 150px;
        height: 80px;
        padding: 10px;
    }

    .erro{
        width: 150px;
        height: 80px;
        padding: 10px;  
    }
    footer{
        text-align: center;
    }
    .logo-footer{
        height: 150px;
        width: 250px;
        margin: 0 auto;
    }
    .logo{
        width: 100px;
    }
}