.conteiner .box{

    background-image: url("/images/banner-serviços.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.562);
    background-blend-mode: darken;
    
    

}


.conteiner .box .item1{

    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}


.conteiner .box .item1 h1{

    font-size: 35px;

}

.conteiner .box .item1 p{

    font-size: 18px;

}





.conteiner-2 .box .item1{

    color: rgb(255, 255, 255);
    text-align: center;

}



.conteiner-3{

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    
}
    

.conteiner-3 .box1{

    width: 300px;
    border: 2px solid #7a7a7a17;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 15px;
    margin: 10px;
    height: 580px;

}

.conteiner-3 .box1 .item1{

    text-align: center;
 

}

.conteiner-3 .box1 .item1 img{

    width: 250px;
    border-radius: 15px;

}

.conteiner-3 .box1 .item2{

    color: white;
    text-align: center;

}




/* mobile */

@media (max-width: 425px) {



}



