@import url("lista-cursos.css");

#curve {
    width:100%;
    text-align: center;
    z-index: 3;
    position: relative;
    margin-top: 350px;
}

#foto img {
    position: absolute;
    margin-top: -140px;
    z-index: 1;
    margin-left: 50px;
    pointer-events:none;
}

#courses h3 {
    color:#c6aa6a;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    font-size: 18px;
}

#courses h2 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    font-size: 30px;
    color:#001931;
    text-transform: uppercase;
    font-weight: 400;
}

#middle {
    margin-top: 30px;
}

#schedule h2 {
    color:#c6aa6a;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}

#schedule-list .date {
    width:32px;
    float: left;
    font-weight: 600;
    color:#c6aa6a;
    font-size: 1.3em;
}

#schedule-list .course {
    margin-left: 38px;
}
#schedule-list li {
    margin-bottom: 14px;
}

#schedule-list .course p {
    margin: 0;
    padding: 0;
    line-height: normal;
}

#schedule-list li .course-city {
    color:#001931;
    font-weight: 700;
}

#schedule-list li .course-title {
    color:#666666;
    font-weight: 600;
}

#schedule-list li .course-location {
    color:#888;
}

#videos h2, #testmony h2 {
    font-weight: normal;
    color:#c6aa6a;
    text-transform: uppercase;
    font-size: 1.2em;
}

#videos li {
    display: inline-block;
}

#videos .subtitle {
    font-size: .9em;
}

#videos a, #schedule a, #testmony a {
    color:#c6aa6a !important;
}

#testmony blockquote {
    font-family: "Georgia", "Times", serif;
    font-style: italic;
    font-size: 1.1em;
    line-height: 140%;
}

#testmony p {
    text-align: right;
}

#testmony .quotes {
    font-size: 1.5em;
}

#testmony .name {
    color:#c6aa6a;
    font-weight: bold;
    font-size: 1.2em;
}

#testmony .job, #testmony .location {
    color:#777;
}

#testmony .job {
    font-weight: bold;
}