
.hero {
    width: 80%;
    height: 1000px;
    position: relative;
    margin: 100px auto;
    overflow: hidden;
}

.btn-box{
    display: flex;
    border-bottom: 1px solid #ccc;
}

.btn-box button {
    background: transparent;
    border: none;
    color: #000;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
}

.btn-box i{
    margin-right: 20px;
}

.btn-box button:hover i{
    color: #0E278D;
}

.content-Produtos {
    width: 100%;
    height: 607px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    transform: translateX(100%);
}

#content1 img{
    width: 130px;
}

#content2 img{
    width: 70px;
}

#content3 img{
    width: 100px;
}

#content4 img{
    width: 100px;
    margin-top: 39px;
}

#content5 img{
    width: 160px;
}

#content5{
    margin-bottom: 10px;
}

#content1{
    transform: translateX(0px);
}

#btn1{
    color: #0E278D;
    font-family: 'Nunito';
}

.content-left {
    display: flex;
    width: 100%;
    height: 353px;
    margin-top: 294px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.content-left h1 {
    margin-top: 29px;
    margin-bottom: 34px;
    font-family: 'Nunito';
}

.content-leftControlador h1{
    margin-top: 14px;
    font-family: 'Nunito';
}


/*- table -*/

.table-box{
    margin: 50px auto;
    width: 100%;
}

.table-row {
    display: table;
    width: 100%;
    margin: 10px auto;
    font-family: 'Nunito';
    background: transparent;
    padding: 12px auto;
    color: #555;
    font-size: 13px;
    box-shadow: 0 14px 4px 0 rgba(0, 0, 50, 0.3);
}

.table-cell {
    display: table-cell;
    width: 28%;
    text-align: center;
    padding: 4px 13px;
    border-right: 1px solid #d6d4d4;
    vertical-align: middle;
}


.table{
    position: 100%;
}

.table_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: rgb(240, 240, 240);
}

.table_section {
    height: 600px;
    display: flex;
    overflow: auto;
    justify-content: center;
}

table {
    width: 100%;
    table-layout: auto;
    min-width: 1000px;
    border-collapse: collapse;
}

thead th{
    position: sticky;
    top: 0;
    background-color: #f6f9fc;
    color: #8493a5;
    font-size: 15px;
}

tbody{
    vertical-align: middle;
}

th, td {
    border-bottom: 1px solid #ddd;
    padding: 10px, 20ox;
    word-break: break-word;
    text-align: center;
    font-family: 'Nunito';
}

#table_sectionControlador{
    height: 84px;
}

.content-leftControlador {
    display: flex;
    width: 100%;
    height: 215px;
    margin-top: -226px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

::placeholder{
    color: #0E278D;
}

@media (max-width: 440px) {
    .btn-box {
        display: flex;
        border-bottom: 1px solid #ccc;
        flex-wrap: wrap;
    }

    table {
        width: 100%;
        table-layout: auto;
        min-width: 335px;
        border-collapse: collapse;
    }
    
    thead th {
        position: sticky;
        top: 0;
        background-color: #f6f9fc;
        color: #8493a5;
        font-size: 6px;
    }

    th, td {
        border-bottom: 1px solid #ddd;
        padding: 10px, 20ox;
        word-break: ;
        text-align: center;
        font-family: 'Nunito';
    }

    th, td {
        border-bottom: 1px solid #ddd;
        padding: 10px, 20ox;
        word-break: initial;
        text-align: inherit;
        font-family: 'Nunito';
        font-size: 10px;
    }
}