@import url('../../../../assets/css/modules/m-table.css');

.shortcode-linhas-pesquisa table,
.shortcode-estruturas-pesquisa table {
    margin-bottom: unset;
}

.shortcode-linhas-pesquisa table td
.shortcode-estruturas-pesquisa table td {
    padding: 15px;
}

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

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

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

.m-acordeon-shortcode.m-acordeon-shortcode.is-style-dark .m-acordeon-shortcode__content a {
    color: white;
}

.m-acordeon-shortcode.m-acordeon-shortcode.is-style-dark .m-accordion-shortcode__item__title {
    color: white;
}

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

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

.m-acordeon-shortcode__content a {
    display: inline-block;
    align-items: center;
    font-size: unset!important;
    font-style: normal;
    font-weight: normal;
    /* font-weight: 700; */
    color: var(--light-blue);
    cursor: pointer;
    position: relative;
}
.m-acordeon-shortcode__content a:hover{text-decoration: underline;}
.m-acordeon-shortcode__content a::before {display: none;}
.m-acordeon-shortcode.is-style-dark .m-acordeon-shortcode__content h3 {
    font-weight: 500;
    font-size: 20px; 
    color: white;
}

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

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

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

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

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

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

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

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

.m-acordeon-shortcode.is-style-dark .m-acordeon-shortcode__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-shortcode__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-shortcode__list li a:hover {
    color: #005187;
    font-weight: bold;
    text-decoration: none;
}
.m-acordeon-shortcode__list li a:hover::before {
    transform: translateX(3px);
}
.m-acordeon-shortcode__list li.--active a {
    color: #005187;
    font-weight: bold;
    margin-left: 26px;
}

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

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

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

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

.m-acordeon-shortcode .m-accordion-shortcode__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-shortcode .m-accordion-shortcode__item__title span {
    width: 95%;
}

.m-acordeon-shortcode .m-accordion-shortcode__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-shortcode.is-style-dark .m-accordion-shortcode__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-shortcode .m-accordion-shortcode__item__content {
    font-size: 16px;
    color: #444444;
    visibility: hidden;
    display: none;
    height: 0;
    opacity: 0;
    transition: all .3s;
    padding-bottom: 30px;
}

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

.m-acordeon-shortcode .m-accordion-shortcode__item__content p {
    margin-bottom: 25px;
}

.m-acordeon-shortcode .m-accordion-shortcode__item.--active .m-accordion-shortcode__item__title::after {
    transform: rotate(-90deg);
}
.m-acordeon-shortcode .m-accordion-shortcode__item.--active .m-accordion-shortcode__item__content {
   visibility: visible;
   height: auto;
   opacity: 1;
   display: block;
   cursor: default;
}

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

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

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

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

}

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

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

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

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

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

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

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


/* Styles table */

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

.m-acordeon-shortcode table thead th{
    background-color: var(--light-blue);
    color: white;
    font-weight: bold;
    padding: .5em;
}

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

.m-acordeon-shortcode table td{
    border-top: unset !important;
    padding: .5em;
}

.m-acordeon-shortcode table {
    margin-bottom: unset !important;
}

.m-acordeon-shortcode table th, table thead, table tfoot{
    border: none !important;
}

.m-acordeon-shortcode table tbody tr td{
    border: none !important;
    border-bottom: solid 2px #002a3f !important;
}

.m-acordeon-shortcode table tfoot tr td {
    border: none !important;
    background-color: #002a3f;
    color: white;
    font-weight: bold;

}

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



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


.m-acordeon-shortcode .description.data table tr td {
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #ddd !important;
}

.m-acordeon-shortcode table tbody tr td {
    border-bottom: 1px solid #ddd !important;
    padding: .5rem;
}

.m-acordeon-shortcode td span {
    text-transform: capitalize;
}


.m-acordeon-shortcode table th {
    border-bottom: unset;
}

.m-acordeon-shortcode table {
    margin-bottom: unset;
}

@media (max-width: 768px) {
    .m-acordeon-shortcode .m-table.geral thead tr th:nth-child(n+3),
    .m-acordeon-shortcode .m-table.geral tbody tr td:nth-child(n+3) {
        display: none;
    }

    .m-acordeon-shortcode .description {
        padding: 20px;
    }

    .m-acordeon-shortcode table.dados,
    .m-acordeon-shortcode table.dados thead,
    .m-acordeon-shortcode table.dados tbody {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .m-acordeon-shortcode table.dados tr{
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        flex-wrap: wrap;
    }

    .m-acordeon-shortcode table.dados td{
        flex-grow: 1;
    }

    .m-acordeon-shortcode table.dados td:first-child{
        width: 50%;
    }

    .m-acordeon-shortcode .dados .vagas {
        display: none;
    }
}