.title{
    width: 100%;
}

.title .img{
    width: 100%;
}
.title .img img {
    width: 100%;
}


.dicas{
    width: 100%;
}

.dicas .title{
    text-align: center;
    color: #B0967D;
    margin: 80px 0px 50px 0px;
}

.dicas .title h1{
    font-size: 3.0rem;
    font-family: Kg;
}

.dicas .content{
    width: 70%;
    max-width: 1500px;
    margin: auto;
    color: #B0967D;
}

.dicas .content h2{
    margin: 30px 0px 30px 0px;
    font-family: Kg;
    font-size: 2.5rem;
    font-weight: 200;
}

.dicas .content p{
    font-size: 1.8rem;
    font-family: Gotham;
    line-height: 2.5rem;
    margin: 20px 0px 20px 0px;
}

.dicas .content a{
    font-size: 1.8rem;
    font-family: Gotham;
    line-height: 2.5rem;
    color: #B0967D;
}



.cursos{
    width: 100%;
    margin-bottom: 50px;
}

.cursos .title{
    text-align: center;
    color: #B0967D;
    margin: 80px 0px 50px 0px;
}

.cursos .title h1{
    font-size: 3.0rem;
    font-family: Kg;
}

.cursos .content{
    width: 70%;
    max-width: 1500px;
    margin: auto;
    color: #B0967D;
}

.cursos .content strong{
    font-size: 2.5rem;
}

.cursos .content h2{
    margin: 30px 0px 30px 0px;
    font-family: Kg;
    font-size: 2.5rem;
    font-weight: 200;
}

.cursos .content p{
    font-size: 1.8rem;
    font-family: Gotham;
    line-height: 2.5rem;
    margin: 20px 0px 20px 0px;
}

.cursos .content a{
    font-size: 1.8rem;
    font-family: Gotham;
    line-height: 2.5rem;
    color: #B0967D;
}
.cursos .content .button{
    text-align: center;
}

.cursos .content .button a{
    background-color: #B0967D;
    width: 50%;
    margin: 0 auto;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}