/* CONTATO */

.horarios {
    border-top: 3px solid #e5e5e5;
    padding: 55px 24px;
}

.horarios__content {
    max-width: 1240px;
    margin: auto;
}

.horarios__content__wrapper {
    display: flex;
    justify-content: space-between;
}

.horarios__content__wrapper__left {
    width: 100%;
    padding-right: 24px;
}

.horarios__content__wrapper__slider img {
    margin: 26px 0;
}

.horarios__content__wrapper__slider p {
    color: #f59d12;
    font-size: 20px;
    font-family: 'Acto-Bold', Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.horarios__content span.horarios__content__rectangle {
    display: block;
    width: 50px;
    height: 8px;
    background-color: #f59d12;
}

.horarios__content h2 {
    font-family: 'Acto-Bold', Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #f59d12;
    margin: 8px 0 36px;
}

.horarios__content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.horarios__content li {
    display: flex;
    margin: 10px 0;
}

.horarios__content ul li svg {
    margin: 0 5px;
}

.horarios__content__contato {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.horarios__content__contato p {
    margin: 10px 0;
    margin-right: 15px;
}

.tabela-horarios {
    display: flex;
    max-width: 1240px;
    margin: 0 auto 100px;
    padding: 0 24px;
}

.tabela-horarios__desktop {
    display: flex;
}

.tabela-horarios__mobile {
    display: none;
}

.tabela-horarios__body {
    width: 100%;
    padding: 0 0 2% 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 40px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 40px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 40px 5px rgba(0, 0, 0, 0.2);
}

.tabela-horarios__body table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.tabela-horarios__body td {
    padding: 22px 0;
    width: 13%;
    text-align: center;
}

.tabela-horarios__body td:first-child,
.tabela-horarios__body td:last-child {
    width: 2%;
}

.tabela-horarios__body td:nth-child(2) {
    width: 3%;
}

.tabela-horarios__body tbody td:nth-child(7) {
    width: auto;
    padding: 0 10px;
    line-height: 30px;
}

.tabela-horarios__body thead td {
    background-color: #9e358c;
    padding: 12px 0;
}

.tabela-horarios__body thead td:first-child {
    border-radius: 10px 0 0 0;
}

.tabela-horarios__body thead td:last-child {
    border-radius: 0 10px 0 0;
}

.tabela-horarios__body thead span {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    background-color: #b96eac;
    border-radius: 10px;
    color: #fff;
}

.tabela-horarios__body tbody td {
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap;
}


.tabela-horarios__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 30px;
    margin: 60px 0;
    background-color: #9e358c;
    border-radius: 10px 0 0 10px;
}

.tabela-horarios__info h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.tabela-horarios__info p {
    color: #fff;
    line-height: 26px;
}

.tabela-horarios__info p a {
    color: #fff;
    font-weight: bold;
}

.tabela-horarios__border {
    width: 45px;
    margin: 60px 0;
    background-color: #9e358c;
    border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 1366px) {
    .horarios__content__contato {
        flex-direction: column;
        align-items: start;
    }

    .horarios__content__wrapper__slider {
        display: flex;
        flex-direction: column;
    }

    .horarios__content__wrapper__slider img {
        margin: 26px auto;
    }

}

@media screen and (max-width: 1200px) {

    .tabela-horarios {
        flex-direction: column;
    }

    .tabela-horarios__info {
        padding: 50px 30px;
        margin: 60px 0 0;
        border-radius: 10px 10px 0 0;
        text-align: center;
    }

    .tabela-horarios__body {
        width: 100%;
        padding: 0 0 2% 0;
        border-radius: 0;
        border: 1px solid #9e358c;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        box-sizing: border-box;
    }

    .tabela-horarios__body td:last-child {
        border-radius: 0;
    }

    .tabela-horarios__body thead td:first-child {
        border-radius: 0;
    }

    .tabela-horarios__body thead td:last-child {
        border-radius: 0;
    }

    .tabela-horarios__border {
        width: 100%;
        height: 45px;
        margin: 0 0 60px 0;
        background-color: #9e358c;
        border-radius: 0 0 10px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .horarios__content__wrapper {
        flex-direction: column;
    }

    .horarios__content__wrapper__left {
        padding-right: 0;
    }

    .horarios__content__wrapper__slider img {
        max-width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 767px) {

    .horarios {
        padding: 40px 24px;
    }

    .horarios__content h2 {
        font-size: 28px;
        margin: 8px 0 26px;
    }

    .horarios__content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .tabela-horarios__desktop {
        display: none;
    }

    .tabela-horarios__mobile {
        display: flex;
        flex-direction: column;
    }

    .tabela-horarios__body {
        padding: 0 0 30px 0;
    }

    .tabela-horarios__body td {
        width: 44%;
    }

    .tabela-horarios__body td:first-child,
    .tabela-horarios__body td:last-child {
        width: 3%;
    }

    .tabela-horarios__body td:nth-child(2),
    .tabela-horarios__body td:nth-child(5) {
        width: 3%;
    }

    .tabela-horarios__info {
        padding: 30px 30px;
        border-radius: 5px 5px 0 0;
    }

    .tabela-horarios__list {
        background-color: #9e358c;
        padding: 10px 0;
    }

    .tabela-horarios__list select {
        padding: 10px 20px;
        border-radius: 10px;
        background-color: #b96eac;
        color: #fff;
        font-size: 16px;
        outline: none;
        border: 1px solid #b96eac;
        border-right: 10px solid #b96eac;
    }
}