html { height: 100%; }
body {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}

a {
    color: #662852;
    font-weight: 700;
    text-decoration: none;
}

#jsr {
    background: url('../img/jsrpsicologia-logo1.png') no-repeat center;
    text-align: center;
    width: 460px;
    height: 419px;
    margin: 0 auto;
}
#bio, #links, #links, #comments {
    width: 600px;
    margin: 0 auto;
}

h1, h2, h3  {
    font-family: 'Tangerine', cursive;
    font-size: 16px;
    color: #662852;
    text-align: center;
    font-weight: normal;
}

h1 {
    font-size: 6rem;
    margin-bottom: 0;
}

h2 {
    font-size: 2.8rem;
    margin-bottom: 0;
}

h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

#links {
    margin: 0 auto 20px auto;
    text-align: center;
}

.link-ml {
    margin-left: 20px;
}

.owl-nav {
    position: relative;
}

.owl-prev {
    position: absolute;
    left: 0;
}

.owl-next {
    right: 0;
    position: absolute;
}

.cta {
    position: relative;
    width: 100%;
    min-height: 100px;
    margin-top: 50px;
}

.cta > p {
    text-align: center;
}

.cta-left, .cta-right {
    position: relative;
    vertical-align: top;
    width: 48%;
}

.cta-left {
    float: left;
    text-align: right;
}
.cta-right {
    float: right;
    text-align: left;
}

.btn-cta {
    background: #662852;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 13px;
}

@media screen and (max-width: 880px) {
    #jsr, #bio, #links {
        width: 100%;
    }
    #comments {
        width: 85%;
    }
    }
    #jsr {
        background: url('../img/jsrpsicologia-logo-mobile.png') no-repeat center;
    }
    h1 {
        font-size: 3.9rem;
    }
    #bio p {
        padding: 0 20px;
    }
    #comments {
        padding: 0 10px;

    }
    .cta {
        margin-bottom: 50px;
    }
    .cta > p > strong {
        display: block;
    }
}