.line-one {
    text-align: center;
    padding: 2em 0;
}
h1.title {
    padding: 2% 0;
    color: #545454;
    font-weight: 400;
}
.title:after {
    border-top: 1px solid #CDCDCD;
    display: block;
    content: '\f068';
    font-family: 'FontAwesome';
    text-align: center;
    width: 100px;
    margin: 30px auto 0 auto;
    opacity: 0.8;
    font-size: 16px;
    line-height: 2px;
    color: #fa5c5d;
}
.title {
    padding: 2% 0;
    color: #545454;
    font-weight: 400;
    font-size: 40px;
}
p.subtitle {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 2%;
    color: #444444;
}
p.text {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #626262;
    padding: 0 10em;
}
table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.demo {
    width: 100%;
    height: 100%;
    border: 1px solid #C0C0C0;
    border-collapse: colapso;
    padding: 5px;
}
.demo th {
    border: 1px solid #C0C0C0;
    padding: 5px;
    background: #ff000254;
}
.demo td {
    border: 1px solid #C0C0C0;
    text-align: Centro;
    padding: 5px;
    background: rgba(255,255,255,0.61);
}
.tablesimple {
    max-width: 950px;
    display: block;
    margin: auto;
}
.boxvalores {
    margin: 2em 0;
    background: #fa5c5d;
    color: #fff;
    padding: 1em;
    box-shadow: 1px 1px 20px 12px #e0e0e0;
}
.flexboxprecos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexboxprecos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
}
.boxvalores {
    margin: 2em 0;
    background: #fa5c5d;
    color: #fff;
    padding: 3em 1em;
    box-shadow: 1px 1px 20px 12px #e0e0e0;
    min-width: 210px;
    border-radius: 10px;
}
p.textblockvalores {
    font-size: 20px;
    font-weight: 500;
}
.divisor {
    border-bottom: 1px solid #efefef45;
    margin-bottom: 10%;
}
p.text.aulaexperimental {
    color: #fa5c5d;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 2em 0;
    font-weight: 500;
}
.footerform {
    background-image: url(http://yoga.escolagnostica.org.br/img/background-yoga-footer-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 0;
    text-align: center;
    background-position: center;
}
h2.title.footer {
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    p.text {
        padding: 0;
    }
    td {
        max-width: 50px;
        font-size: 10px;
    }

    p.text.aulaexperimental {
        margin: 0;
        margin-bottom: 3em;
    }
    .flexboxprecos {
    display: block;
}
.title {
    font-size: 24px;
}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
    .flexboxprecos {
        display: block;
        max-width: 50%;
        margin: auto;
    }
    p.subtitle {
        max-width: 400px;
        display: block;
        margin: auto;
    }
}
