/* Estilo automático para a página: acesso-do-usuario */

.valor {
    text-align: right;
}

section.prestador {
    hr{
        border: 1px solid #E3E3E3
    }
    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
        p{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            color: #5A5A5A;
        }
        .link-prestador{
            font-weight: 600;
            font-size: 20px;
            color: #E54344;
        }
    }
    .img-prestador{
        width: 100%;
        height: 520px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .card-prestador {
        border: 1px solid #E3E3E3;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;
        padding: 30px;
        border-radius: 10px;
        /* margin-bottom: 30px; */
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;

        .icon-card-prestador{
            width: 32px;
            height: 32px;
            object-fit: contain;
        }

        h3{
            font-weight: 500;
            font-size: 24px;
            color: #5A5A5A;

        }
        p{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            color: #5A5A5A;
        }

    }

}

section.balanco {
    hr{
        border: 1px solid #E3E3E3
    }
    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }

    .card-balanco {
        margin-bottom: 24px;

        .nome-guia{
            font-weight: 400;
            font-size: 24px;
            line-height: 160%;
            color: #5A5A5A;
            margin-bottom: 8px;

        }
        .baixe-arq {
            font-weight: 600;
            margin: 0;
            font-size: 20px;
            line-height: 160%;
            color: #E54344;
        }
        button{
            padding: 10px 50px;
        }
    }
}   

section.endereco{
    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }
    .form-container {
        padding: 36px 40px;
        border: 1px solid #E3E3E3;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;
        border-radius: 10px;
        margin-top: 40px;

        span {
            margin-bottom: 30px;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            color: #5A5A5A;
        }

        form {
            display: flex !important;
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
        }

        @media (max-width: 992px) {
            .form-group label {
                display: none;
            }
            .form-local {
                flex-direction: column;
                gap: 30px;
                justify-content: space-between;
                button {
                    flex: 1 1 auto;
                }
            }
        }
    }
    .form-group {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;

        input,
        select {
            flex: 1;
            height: 60px;
            border: 1px solid #DADADA;
            border-radius: 10px;
            padding: 0px 22px;
            color: #5A5A5A;
            background-color: #F8F8F8;
            width: 100%;

            &:focus {
                border: 1px solid #545454;
                outline: none;
            }

            &[type=checkbox] {
                flex: auto;
            }

            option {
                color: #545454;
            }
        }
    }
    
    .form-local {
        display: flex;
        flex-direction: row;
        width: 100%;

        button {
            border-radius: 10px;
            border: none;
            color: #fff;
            background-color: #E54344;
            width: fit-content;
            outline: none;
            padding: 12px 36px;
        }

        textarea{
            flex: 1;
            border: 1px solid #DADADA;
            border-radius: 10px;
            padding: 0px 22px;
            color: #5A5A5A;
            background-color: #F8F8F8;
            width: 100%;
        }
    }

    .form-checkbox {
        display: flex;
        gap: 14px;
        width: auto;
        margin-left: 24px;
    }

    .list-button {
        display: flex;
        justify-content: flex-end;
    }
}

section.saibaMais {
    hr{
        border: 1px solid #E3E3E3
    }
    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
        p{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            color: #5A5A5A;
        }
        .link-prestador{
            font-weight: 600;
            font-size: 20px;
            color: #E54344;
        }
    }
    .img-saibaMais{
        height: 260px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .card-prestador {
        border: 1px solid #E3E3E3;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;
        padding: 30px;
        border-radius: 10px;
        /* margin-bottom: 30px; */
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;

        .icon-card-prestador{
            width: 32px;
            height: 32px;
            object-fit: contain;
        }

        h3{
            font-weight: 500;
            font-size: 24px;
            color: #5A5A5A;

        }
        p{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            color: #5A5A5A;
        }

    }

}

section.demonstrativo {
    hr{
        border: 1px solid #E3E3E3
    }
    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }

    .card-demonstrativo {
        margin-bottom: 24px;

        .nome-guia{
            font-weight: 400;
            font-size: 24px;
            line-height: 160%;
            color: #5A5A5A;
            margin-bottom: 8px;

        }
        .baixe-arq {
            font-weight: 600;
            margin: 0;
            font-size: 20px;
            line-height: 160%;
            color: #E54344;
        }
        button{
            padding: 10px 50px;
        }
    }
}   

section.cotas {
    hr{
        border: 1px solid #E3E3E3
    }
    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }
    .list-tabelas {
        display: flex;

        li {
            list-style-type: none;
            margin-left: 8px;
        }
    }

    .nav-pills {
        gap: 40px;
        @media (max-width: 768px) {
            flex-wrap: nowrap;
            overflow-x: auto;
        }
    }

    .nav-item {
        flex: 1 1 auto;
        max-width: 150px;
    }

    .nav-link {
        border: 1px solid #E3E3E3;
        color: #5A5A5A;
        /* margin-right: 40px; */
        border-radius: 10px !important;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        padding: 18px 40px;
        width: 100%;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background-color: #E54344;
    }


    .table {
        text-align: center;
        border: 1px solid #AEAEAE;

        thead {
            th {
                padding: 16px 0px !important;
                background-color: #F5F5F5 !important;
                border: solid 1px #aeaeae;
            }
        }

        td {
            border: solid 1px #aeaeae;
        }
    }

}   

section.simulador {
    hr{
        border: 1px solid #E3E3E3
    }
    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }
    
    .box-simulador {
        border: 1px solid #E3E3E3;
        padding: 32px;
        border-radius: 10px;

        .title{
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            color: #5A5A5A;
        }

        .adicionar{
            font-weight: 600;
            font-size: 20px;
            line-height: 160%;
            color: #E54344;
            cursor: pointer;
        }
    }

    .form-container {
        padding: 36px 40px;
        border: 1px solid #E3E3E3;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;
        border-radius: 10px;
        margin-top: 40px;

        span {
            margin-bottom: 30px;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            color: #5A5A5A;
        }

        form {
            display: flex !important;
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
        }

        @media (max-width: 992px) {
            .form-group label {
                display: none;
            }
            .form-local {
                flex-direction: column;
                gap: 30px;
                justify-content: space-between;
                button {
                    flex: 1 1 auto;
                }
            }
        }
    }
    .form-group {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;

        .w50{
            width: 50%;
        }

        label{
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
            color: #5A5A5A;
        }

        input,
        select {
            flex: 1;
            height: 60px;
            border: 1px solid #DADADA;
            border-radius: 10px;
            padding: 0px 22px;
            color: #5A5A5A;
            background-color: #F8F8F8;
            width: 100%;

            &:focus {
                border: 1px solid #545454;
                outline: none;
            }

            &[type=checkbox] {
                flex: auto;
            }

            option {
                color: #545454;
            }
        }
    }
    
}   

.custom-pagination {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;

    @media (max-width: 576px) {
        justify-content: center;
    }

    button {
        padding: 8px 16px;
        border: 1px solid #E3E3E3;
        background-color: #fff;
        color: #5A5A5A;
        border-radius: 8px;
        font-weight: 500;
        transition: 300ms all ease;
        cursor: pointer;

        &:hover:not(.disabled) {
            background-color: #F8F8F8;
            border-color: #E54344;
            color: #E54344;
        }

        &.active {
            background-color: #E54344;
            color: #fff;
            border-color: #E54344;
        }

        &.disabled {
            opacity: 0.5;
            cursor: not-allowed;
            background-color: #F8F8F8;
        }
    }

    .page-link-btn {
        min-width: 40px;
    }

    @media (max-width: 576px) {
        .page-btn {
            display: none;
        }
    }
}
