* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: auto;
}

body {
    overflow: auto;
}

.conteudo {
    height: 100vh !important;
    background-color: white !important;
    overflow: auto;
    margin: 0;
    padding: 0;
}


.text {
    width: 100%;
    padding: 30px;
    overflow: auto;
}

.banner img {
    width: 100%;
}


.text h1 {
    text-align: left;
    font-size: 30px;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 30px;
    padding-bottom: 10px;

}

.text p {
    text-align: justify;
    font-size: 18px;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.title {
    width: 100%;
    color: rgb(97, 97, 97);
    margin: 5px;
    text-align: center;
    overflow: hidden;
    font-weight: 400;
    padding: 10px;
    font-size: 28px;
}

.list {
    width: 100%;
    height: 100vh;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    overflow: hidden;
    margin: 30px;
}

/* ===============================================================================================================*/
/* 
LOCALIZACAO */
.mapa {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.mapa img {
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/* ============================================================================================================== */
/* SISTEMAS  */
.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 100vh;
    background-color: white;
    overflow: auto;
    padding-bottom: 300px;
    margin: 50px;
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
}

.box {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: white;
    border: 0.5px solid rgb(204, 204, 204);
    overflow-x: hidden;
}

.box a {
    text-decoration: none;
    color: black;
}

.sist_icon {
    width: 150px !important;
}

.box_title h2 {
    text-align: justify;
    font-size: 18px;
    color: rgb(133, 131, 131);
    position: fixed;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-title {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    font-style: normal;

}

/* ========================================================================================================= */
/* LABORATORIO */

.box-lab {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: white;
    overflow-x: hidden;
}

.box-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 200px;
    padding-right: 200px;
}

.icon {
    width: 80px;
}

.icon:hover {
    cursor: pointer;
    transform: scale(1.5);
}

.image-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
    overflow: hidden;
    display: block;
    padding-bottom: 300px;
    margin: 50px;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: space-around;
}

.box-img {
    width: 100%;
    height: 300px;
    background-color: rgb(77, 77, 77);
    overflow: hidden;
    border: 10px solid white;
}

.box-title p {
    text-decoration: none;
}

/* Responsividade */
@media (max-width: 1440px) {

    .container,
    .box-container {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 50px;
        padding-right: 50px;
    }

    .box-img {
        width: 100%;
        height: 500px;
    }

    .box-title {
        font-size: 15px;
        text-align: center;
    }

    .text p {
        text-align: justify;
        font-size: 18px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover;
        object-position: center;

    }
}

@media (max-width: 900px) {

    .container,
    .box-container,
    .image-container {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-title h2 {
        font-size: 10px;
        text-align: center;
        font-weight: 600;
        position: fixed;
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .text p {
        text-align: justify;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

/* =========================================================================================================================== */

/* ===================================================================================================================================== */
/* MANUAL E FORMULÁRIOS */

.manual-list {
    list-style: none;
    align-content: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    overflow: hidden;
    border: 0.5px solid rgb(226, 226, 226);
    background-color: white;
    flex-direction: column;
    margin-bottom: 200px;
    padding: 10px;

}

.manual-list li {
    flex-direction: column;
    width: 100%;
    margin: 10px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(97, 97, 97);
}

.manual-list a {
    text-decoration: none;
    color: rgb(97, 97, 97);
}

.manual-icon {
    width: 45px;
}