.categorias-home {
    width: 100%;
}

.categorias-home{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.categorias-home h3 {
    text-align: center;
    margin-bottom: 15px;
}


#mapa-home{
    width: 100%;
}



.homeh1{
    width: 100%;
    text-align: center;
    line-height: 60px;
}

.slider-wrapper {
    width: 100%;
}

.nivoSlider img {
    max-height: 600px;
}


.container-empresa {
    flex-flow: column;
    text-align: center;
    max-width: 100%;
    padding: 5%;
    background: #ca3a8f;
    margin: 0;
    color: #fff;
    line-height: 26px;
}

section.form-home {
    display: flex;
    padding: 40px;
    background: #ca3a8f;
    justify-content: space-between;
    align-items: center;
}

.prova-social {
    width: 50%;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.prova_social .item {
    height: 144px;
}

.prova-social h3 {
    color: #fff;
    font-size: 24px;
}
@media screen and (max-width: 768px){
    section.form-home{
        flex-direction:column;
        padding:20px
    }
    .prova-social{
        width:100%;
        text-align:center;
    }

}

.container-empresa a {
    padding: 12px;
    background: #ffffff;
    border: none;
    font-size: 15px;
    border-radius: 14px;
    font-weight: 600;
    box-shadow: 1px 1px 10px #00000026;
    position: relative;
}

.container-empresa button a {
    color: #646464;
}

.container-empresa p {
    margin: 15px;
}