.m-acordeon.is-style-dark {
    background-color: #005187;
    color: white;
}

.m-acordeon.is-style-light {
    background: #eff2f4;
}

.m-acordeon.is-style-dark h1 {
    color: white;
}
.m-acordeon p {
    color: #002a3f;
}

.m-acordeon.m-acordeon.is-style-dark .m-acordeon__content a {
    color: white;
    font-weight: bold;
}

.m-acordeon.m-acordeon.is-style-dark .m-acordeon__content a:hover {
    text-decoration: underline;
}
.m-acordeon.m-acordeon.is-style-dark .m-acordeon__content .m-link {
    color: #83D0F5;
}
.m-acordeon.m-acordeon.is-style-dark .m-acordeon__content .m-link:hover {
    text-decoration: unset;
}

.m-acordeon.m-acordeon.is-style-dark p {
    color: white;
}
.m-acordeon {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.m-acordeon--light {
    background: none;
    margin-bottom: 0;
}
.m-acordeon h2 {
    font-size: 40px;
    margin-bottom: 50px;
}
.m-acordeon__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* .m-acordeon__content {
    visibility: hidden;
    height: 0;
    display: none;
    opacity: 0;
    transition: all 0.5s;
} */
.m-acordeon__content h3 {
    font-weight: 500;
    font-size: 20px; 
    color: #002a3f;
}

.m-acordeon__content a {
    display: inline-block;
    align-items: center;
    font-size: unset!important;
    font-style: normal;
    font-weight: 700;
    color: var(--light-blue);
    cursor: pointer;
    position: relative;
}

.faq__text a:hover {
  text-decoration: none;
  color: var(--light-blue);
}
.faq__text a:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.025rem;
    background-color: var(--light-blue);
    transform-origin: left;
    transform: scale(0);
    transition: 0.3s linear;
    position: absolute;
    bottom: 0;
}
.faq__text a:hover::before {
    transform: scale(1);
}


.m-acordeon.is-style-dark .m-acordeon__content h3 {
    font-weight: 500;
    font-size: 20px; 
    color: white;
}

.m-acordeon__content .m-link{
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

.m-acordeon.is-style-dark .m-acordeon__content .m-link{
    /* margin-top: 30px; */
    margin-bottom: 30px;
    color: #83D0F5;
}

.m-acordeon.is-style-dark .m-acordeon__content .m-link::before{
    background-color: #83D0F5;
}

.m-acordeon.is-style-dark .m-acordeon__content .m-link::after{
    background: url("../../../assets/images/icons/arrow-light.svg") no-repeat;
}

.m-acordeon__content.--active {
    visibility: visible;
    height: auto;
    display: block;
    opacity: 1;
}

.m-acordeon__list li {
    margin-bottom: 24px;
}
.m-acordeon__list li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #666666;
    cursor: pointer;
    transition: all 0.3s;
}

.m-acordeon.is-style-dark .m-acordeon__list li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #cccccc;
    cursor: pointer;
    transition: all 0.3s;
}

.m-acordeon.is-style-dark .m-acordeon__list li a:hover {
    color: #83D0F5;
    font-weight: bold;
    text-decoration: none;
}

.m-acordeon.is-style-dark .m-acordeon__list li a::before {
    display: block;
    content: "";
    width: 40px;
    height: 15px;
    background: url("../../../assets/images/icons/arrow-light.svg") no-repeat;
    margin-right: 17px;
    transition: all 0.3s;
}

.m-acordeon__list li a::before {
    display: block;
    content: "";
    width: 40px;
    height: 12px;
    background: url("../../../assets/images/icons/arrow.svg") no-repeat;
    margin-right: 17px;
    transition: all 0.3s;
}
.m-acordeon__list li a:hover {
    color: #005187;
    font-weight: bold;
    text-decoration: none;
}
.m-acordeon__list li a:hover::before {
    transform: translateX(3px);
}
.m-acordeon__list li.--active a {
    color: #005187;
    font-weight: bold;
    margin-left: 26px;
}

.m-acordeon.is-style-dark .m-acordeon__list li.--active a {
    color: #83D0F5;
    font-weight: bold;
    margin-left: 26px;
}

.m-acordeon__list li.--active a::before {
    margin-right: 0;
    margin-left: 17px;
    order: 2;
}
@media (max-width: 576px) {
    .m-acordeon {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    /* .m-acordeon__list {
        display: none;
    } */
}

/* acordion */
.m-acordeon .m-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}
.m-acordeon .m-accordion__item {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 24px;
    cursor: pointer;
}

.m-acordeon.is-style-dark .m-accordion__item {
    border-bottom: solid 1px var(--dark-blue);
    margin-bottom: 24px;
    cursor: pointer;
}

.m-acordeon.is-style-dark .m-accordion__item__title {
    color: white;
}

.m-acordeon .m-accordion__item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #002a3f;
    height: 50px;
}

.m-acordeon .m-accordion__item__title span {
    width: 95%;
}

.m-acordeon .m-accordion__item__title::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../../../assets/images/icons/arrow.svg") no-repeat;
    transform: rotate(90deg);
    transition: all .3s;
}

.m-acordeon.is-style-dark .m-accordion__item__title::after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../../../assets/images/icons/arrow-light.svg") no-repeat;
    transform: rotate(90deg);
    transition: all .3s;
}

.m-acordeon .m-accordion__item__content {
    font-size: 16px;
    color: #444444;
    visibility: hidden;
    display: none;
    height: 0;
    opacity: 0;
    transition: all .3s;
}

/* Styles table */
.m-acordeon .m-accordion__item__content
table {
    margin-bottom: 50px;
    border: none;
    width: 100%;
}
 .m-acordeon .m-accordion__item__content
table thead th{
    background-color: #002a3f;
    color: white;
    font-weight: bold;

}

.is-style-dark .m-acordeon .m-accordion__item__content table thead th {
    background-color: white;
    color: #002a3f;

}
 .m-acordeon .m-accordion__item__content
table td{
    border-top: unset !important;
}
 .m-acordeon .m-accordion__item__content
table {
    font-weight: 500;
    margin-bottom: unset !important;
}
 .m-acordeon .m-accordion__item__content
table th, .m-acordeon .m-accordion__item__content table thead, .m-acordeon .m-accordion__item__content table tfoot{
    border: none !important;
}
 .m-acordeon .m-accordion__item__content
table tbody tr td{
    border: none !important;
    border-bottom: solid 2px #002a3f !important;
    padding: .5em;
}
 .m-acordeon .m-accordion__item__content
table tfoot tr td {
    border: none !important;
    background-color: #002a3f;
    color: white;
    font-weight: bold;
    padding: .5em;
}

.is-style-dark .m-acordeon .m-accordion__item__content table {
    color: white;
}




.m-acordeon.is-style-dark .m-accordion__item__content {
    font-size: 16px;
    color: white;
    visibility: hidden;
    height: 0;
    display: none;
    opacity: 0;
    transition: all .3s;
}

.m-acordeon .m-accordion__item__content p {
    margin-bottom: 25px;
}

.m-acordeon .m-accordion__item.--active .m-accordion__item__title::after {
    transform: rotate(-90deg);
}
.m-acordeon .m-accordion__item.--active .m-accordion__item__content {
   visibility: visible;
   height: auto;
   opacity: 1;
   display: block;
   cursor: default;
}

.m-acordeon .m-accordion__item__content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.m-acordeon .m-accordion__item__content small {
    font-size: 18px;
    font-weight: 500;
    background-color: #83D0F5;
    padding: 3px;
}

.m-acordeon .table {
    margin-bottom: 50px;
}

.m-acordeon .table .header {
    background-color: #002a3f;
    color: white;

}

.m-acordeon.m-acordeon.is-style-dark .table .header {
    background-color: white;
    color: #002a3f;

}
.m-acordeon.m-acordeon.is-style-dark .table .ate {
    background-color: #83D0F5;
    color: #002a3f;
    
}
.m-acordeon .table .ate {
    background-color: white;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}

.m-acordeon .valor_mensalidade {
    padding-left: 20px;
}

.m-acordeon .table #inscricoes_ate {
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 0px;
}

.m-acordeon .table td{
    padding-left: 0px;
    padding-right: 0px;
    border-top: unset;
}

.m-acordeon .table {
    font-weight: 500;
}

.m-acordeon.m-acordeon.is-style-dark .table {
    color: white;
}

.m-acordeon .table .border-group{
    border-bottom: solid 2px ;
}