
.distancia {
    margin-top: 70px;
    margin-bottom: 29px;
}


.desaparecer{
    display: none;
}

.separacao{
    background-color: #E8F0F8;
    padding-bottom: 60px;
}

.ajustando{
    padding-top: 30px;
}

.ajustandoFormulario{
    padding: 0 120px;
}



.carrouselProprio{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imagemLista{
    display: flex;
    justify-content: space-around;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

.figuras{
    height: 100px;
    width: 100px;
}

#blocos{
    background-color: #f7f6fb;
}

.flexMotivos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.cardMotivo{
    width: 250px;
    height: auto;
    margin: 20px;
}

.cardMotivo__img{
    height: 150px;
}

.cardMotivo__img img{
    height: 150px;
    width: 95%;
}

.cardMotivo__texto{
    margin-top: 30px;   
}

.capa{
    border: 1px solid white ;
    border-radius: 10px;
    box-shadow: 1px 2px 6px black;
    padding: 20px;
    margin-bottom: 30px;
    height: 310px;
}

#localizacao{
    background-color: #68CAB6;
    padding: 30px;
}
