.js nav {
    display: none;
}

.home-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;
    -ms-flex-align: center;
    position: relative;
    padding: 200px 0;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    
     margin-top: 70px;
}


.home-hero .wrap {
    z-index: 2;
    max-width: 800px;
    padding: 40px 60px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
}

.f-psicologia .home-hero .wrap {
    z-index: 2;
    padding:20px;
    background-color: transparent;
    font-size: 20px;
    text-align:left;
    max-width:100%;
    width:100%;
}

.f-psicologia .home-hero h3 {color:#fff;text-shadow:0 0 10px #000}

.home-hero .widget {
    margin-bottom: 0;
}

.home-hero h3 {
    margin-bottom: 0;
}

.home-hero .widget-title {
    font-size: 32px;
    text-align: center;
}

.parallax__container {
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax {
    position: fixed;
    top: 0;
    width: 100%;
    background: url(images/hero.jpg) no-repeat 50% scroll / cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-position: center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow: inset 0px 22px 35px 20px rgba(0, 0, 0,.4);
}


@media only screen and (max-width: 823px) {

    .home-hero {
        padding: 86px 0;
    }

    .home-hero .wrap {

    max-width: 82%;
    padding: 20px 25px;
    }
}

@media only screen and (min-width: 960px) {

    .js nav {display: block}

    .f-psicologia .home-hero .wrap {
    padding:20px; 
    text-align:center;
    max-width:90%;
}

.f-psicologia .home-hero h3 {color:#fff;font-size:60px;line-height:4rem;text-shadow:0 0 10px #000}

}