* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #EBEBEB !important;
}

#about-us {
    width: 100%;
    height: 100vh;
    background-color: #EBEBEB;
    display: flex;
    flex-direction: row;
    border: 1px solid #042433;
}

.left-about-us,
.right-about-us {
    width: 100px;
    height: 100vh;
}

.circle-left {
    width: 150px;
    height: 150px;
    border-bottom-right-radius: 300px;
    border-right: 1px solid #042433;
    border-bottom: 1px solid #042433;
}

.left-about-us {
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.circle-left-about-us {
    width: 150px;
    height: 150px;
    border-top: 1px solid #042433;
    border-right: 1px solid #042433;
    border-top-right-radius: 300px;
}

.circle-right-about-us {
    width: 150px;
    height: 150px;
    border-bottom-left-radius: 300px;
    border-bottom: 1px solid #042433;
    border-left: 1px solid #042433;
    margin-left: -50px !important;
}

.center-about-us {
    flex: 1;
    height: auto;
    border-right: 1px solid #042433;
    border-left: 1px solid #042433;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#title-page-blue {
    font-family: "Share Tech Mono", monospace;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 24px;
    color: #42A7FD;
    margin-top: 30px !important;
}

.center-about-us-content {
    padding: 30px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.center-about-us-content {
    padding: 30px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.center-about-us-content-item {
    margin: 30px;
    width: 300px;
    height: 550px;
    border: 1px solid #042433;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.title-mission,
.title-vision,
.tile-values {
    background-color: black;
    color: white;
    font-size: 28px;
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
    height: 10%;
}

.image-mission,
.image-vision,
.image-values {
    width: 100%;
    height: 30%;
    background-color: #42A7FD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #042433;
}

.image-mission img,
.image-vision img,
.image-values img {
    width: 40%;
}

.text-mission,
.text-vision,
.text-values {
    background-color: white;
    padding: 10px;
    height: 60%;
    width: 100%;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.text-values {
    font-size: 20px;
}


/* Estilos para telas pequenas */
@media (max-width: 575.98px) {
        
    #about-us {
        height: auto;
        scroll-margin-top: 120px;
    }

    .left-about-us,
    .right-about-us {
        width: 20px;
        height: auto;
    }

    .center-about-us {
        width: calc(100% - 40px);
        flex-direction: column;
        padding: 10px;
    }

    .circle-left-about-us {
        width: 50px;
        height: 50px;
    }

    .circle-right-about-us {
        width: 50px;
        height: 50px;
        margin-left: -30px !important;
    }

    #title-page-blue {
        font-size: 18px;
        margin-top: 10px !important;
    }

    .center-about-us-content-item {
        width: 275px;
        height: 500px;
    }

    .text-mission,
    .text-vision {
        font-size: 16px;
    }
}

/* Estilos para telas médias */
@media (min-width: 576px) and (max-width: 767.98px) {

    #about-us {
        height: auto;
        scroll-margin-top: 120px;
    }

    .left-about-us,
    .right-about-us {
        width: 20px;
        height: auto;
    }

    .center-about-us {
        width: calc(100% - 40px);
        flex-direction: column;
        padding: 10px;
    }

    .circle-left-about-us {
        width: 50px;
        height: 50px;
    }

    .circle-right-about-us {
        width: 50px;
        height: 50px;
        margin-left: -30px !important;
    }

    #title-page-blue {
        font-size: 18px;
        margin-top: 10px !important;
    }

    .center-about-us-content-item {
        width: 275px;
        height: 500px;
    }

    .text-mission,
    .text-vision {
        font-size: 16px;
    }

}

/* Estilos para telas grandes */
@media (min-width: 768px) and (max-width: 991.98px) {

    #about-us {
        height: auto;
        scroll-margin-top: 120px;
    }

    .left-about-us,
    .right-about-us {
        height: auto;
    }

}

/* Estilos para telas extra grandes */
@media (min-width: 992px) and (max-width: 1199.98px) {

    #about-us {
        height: auto;
    }

    .left-about-us,
    .right-about-us {
        height: auto;
    }

    .text-values {
        font-size: 22px;
    }

}

/* Estilos para telas ultra grandes */
@media (min-width: 1200px) {}