@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.all_container {
    background-color: #F2F2F2;
    font-family: "Lato", sans-serif;
    z-index: 99999;
}

.global_width {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.global_padding {
    padding: 20px;
}

.title-1,
.title-2,
.title-3 {
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    margin: 20px 0px;
}

.text_title-1,
.text_title-2,
.text_title-3 {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.mosaic_aboutus {
    text-align: center;
}

.mosaic_aboutus #img_full {
    width: 95.8%;
}

.mosaic_aboutus #img_left,
.mosaic_aboutus #img_center,
.mosaic_aboutus #img_right {
    width: 47%;
    margin: 15px 7px;
}

.cards_super {
    display: flex;
    height: 45%;
}

.social_media-container {
    height: 45%;
    transform: translateY(-45%);
}

.social_media {
    height: 10%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.social_media > a > img {
    transform: translateY(25%);
    width: 80px!important;
}


@media(min-width:1000px){
.card_base {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 425px;
    align-items: center;
    margin: 20px;
    background-color: #fff;
    box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: translateY(-35%);
}
}

.cards_mission img,
.cards_vision img,
.cards_values img {
    width: 80px;
    position: absolute;
    top: calc(-100px / 2);
    text-align: justify;
}

.title_mission,
.title_vision,
.title_values {
    font-size: 20px;
    font-weight: 600;
    margin: 60px 0px 30px;
}

.text_mission,
.text_vision,
.text_values {
    width: 205px;
    margin: 15px 0px 50px;
    line-height: 35px;
    font-weight: 300;
    cursor: pointer;
}

.bg-color {
    background-color: #DEDBDB;
    height: 750px;
    width: 900px;
}
@media(min-width:1000px){
.aboutus_cards {
    background-color: #DEDBDB;
    height: 570px;
    width: 100%;
    margin-top: 250px;
    margin-bottom: 150px;
}
}
.button_return-about {
    font-size: 16px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    padding-top: 30px;
}
.button_return > a{
    color: #000;
}
.button_return>a:hover {
    color: var(--black) !important;
    filter: brightness(1.4);
}

.button_return>a:before {
    content: "\f053" !important;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: var(--black);
    margin: 8px;
}

@media (max-width:999px){
    .cards_super {
        display: block;
        height: 45%;
    }
    .card_base {
        display: flex;
        flex-direction: column;
        /* width: 300px; */
        height: 425px;
        align-items: center;
        margin: 20px;
        background-color: #fff;
        box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25);
        position: relative;
        transform: translateY(-35%);
    }

    .aboutus_cards {
        background-color: var(--grey-350);
        height: 100%;
        width: 100%;
        margin-top: 250px;
    }
    
    .text_mission,
    .text_vision,
    .text_values {
    width: 100%;
    padding: 10px;
    margin: 15px 0px 50px;
    line-height: 35px;
    font-weight: 300;
    cursor: pointer;
    }

    .mosaic_aboutus #img_left,
.mosaic_aboutus #img_center,
.mosaic_aboutus #img_right {
    width: 44%;
    margin: 15px 7px;
}
}