.x-principal- h1 {
    font-size: 20px;
    font-weight: bold;
    color: #696969;
    padding-bottom: 10px;
    border-bottom: 2px solid #0092e6;
    margin-bottom: 20px;
    text-transform: uppercase;
}body.revenda {}body.revenda {}body.revenda {}body.revenda {}body.revenda {}body.revenda {}.x-map {
    height: 400px;
    width: 100%;
}

section.first-section {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.x-principal- {
    width: 80%;
}

section {
    max-width: 1200px;
    margin:  auto;
    /* padding: 50px 0px; */
}

.x-mini-menu h2 {
    font-size: 20px;
    font-weight: bold;
    color: #696969;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #0092e6;
    margin-bottom: 20px;
}

.x-principal- p {
    font-size: 14.4px;
    width: 95%;
    color: #696969;
    margin-bottom: 20px;
}

.x-principal- p a {
    color: #0092e6;
    font-weight: bold;
}

section.second-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 16.2%;
}

.second-section h2 {
    font-size: 18px;
    font-weight: bold;
    color: #0092e6;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

select.x-select-estado {
    border: 1px solid #696969;
    width: 120px;
    border-radius: 6px;
    color: #696969;
}

select.x-select-linha {
    border: 1px solid;
    border-radius: 5px;
    margin: 0px 10px;
    font-size: 15px;
}

a.x-btn-filtrar {
    color: #0092e6;
}

.x-download-list {
    width: 100%;
}

section.second-section div {
    width: 100%;
    padding: 5px;
}

span.x-line {
    display: inline-block;
    border: 1px solid;
    width:83%;
    height: 1px;
}

.x-download-list > div {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    align-items: center;
    box-shadow: 0px 0px 10px -3px #696969;
    border-radius: 10px;
}

.x-download-list > div > div:first-child {
    width: 100%;
    text-align: center;
}

.x-download-list > div > div {
    display: flex;
    flex-direction: column;
    color: #696969;
    font-size: 14px;
}

a.x-link-more {
    border: 1px solid;
    border-radius: 15px;
    text-align: center;
    width: 150px;
    padding: 5px 0px;
    margin: 10px;
}

h2.x-download-name {
    display: unset;
}
/* mobile */
@media only screen and (max-width: 600px) {

    section.first-section {
        flex-direction:column;
    }

    section.first-section > div {
        width: 100%;
        padding: 0px 10px;
    }
    
    section.second-section {
        margin-top: 20px;
        padding: 0px 10px;
    }

    .second-section h2 {
        font-size: 15px;
    }

    select.x-select-estado {
        width: 100%;
        margin: 10px 0px;
        border-radius: 2px;
        height: 30px;
    }
    .x-mini-menu {
    display: none;
}

select.x-select-linha {
    margin: 0px;
    width: 89%;
    height: 34px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.x-download-drop h2 {
    flex-wrap: wrap;
    justify-content: end;
}

section.second-section div {
    flex-direction: column;
}

h2.x-download-name {
    font-size: 24px !important;
}

section.second-section div:last-of-type {
    justify-content: center;
    align-items: center;
    width: 100%;
}

img.x-image-manual {
    height: auto !important;
    width: 70%;
}

section.second-section div {
    width: fit-content;
}

section.second-section > div >div:first-child {
    width: 100%;
    text-align: center;
}

section.second-section  .x-download-list > div {
    flex-wrap: wrap !important;
    flex-direction: row;
    justify-content: space-evenly;
}

section.second-section > .x-download-list > div {
    
}

.x-download-list > div > div > span:last-of-type {
    padding: 0px !important;
}



.x-principal- div {
    font-size: 18px;
    font-weight: bold;
    color: #696969;
}
}
