div.banner{
    background-image: url("../images/quem-somos-banner.jpg");
}

div.banner div.overlay{
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .5;
}

div.text p{
    width: 83%;
    font-size: 60px;
    text-align: left;
    color: white;
    font-weight: 600;
    line-height: 60px;
}

div.text div.box-bar{
    width: 83%;
    margin-top: 15px;
}

div.text div.box-bar div.bar{
    width: 16%;
    height: 6px;
    background-color: white;
    justify-self: flex-start;
    margin-left: unset;
}

section.company{
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 60px 0;
}

section.company div.company-content{
    width: 668px;
    padding: 0 30px;
}

section.company div.company-content h1{
    font-weight: 600;
    color: var(--color-text);
    font-size: 40px;
}

section.company div.company-content div.box-bar{
    width: 100%;
}

section.company div.company-content div.box-bar div.bar{
    width: 26%;
    background-color: var(--color-box);
    height: 6px;
}

section.company div.company-content p{
    padding: 15px 0;
    text-align: justify;
}

section.company div.company-image img{
    max-width: 451px;
    max-height: 451px;
    width: 100%;
    object-fit: cover;
}

section.company div.company-more{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

section.company div.company-more div.images{
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 30px 0;
}

section.company div.company-more div.images img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
}

section.company div.company-more p{
    width: 90%;
    padding: 20px 0;
    text-align: justify;
}

section.company div.benefits{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 30px 0;
    align-items: center;
}

section.company div.benefits img{
    height: 150px;
    object-fit: contain;
    padding-top: 10px;
}

section.company div.box-company-image{
    max-width: 726px;
    max-height: 428px;
    text-align: center;
    border: 5px solid var(--color-box);

}

section.company div.box-company-image img.company-image{
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.mapa{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

section.mapa iframe{
    max-width: 80%;
    width: 95%;
    border: 3px solid var(--color-box);
}

section.history{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

section.history div.overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: var(--overlay-two);;
    opacity: .5;
}

section.history{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

section.history div.text-content{
    color: white;
    width: 500px;
}

section.history div.text-content h1{
    font-size: 40px;
    font-weight: 600;
}

section.history div.text-content p{
    color: white;
}

section.history div.text-content div.box-bar{
    width: 100%;
    margin: 15px 0;
}

section.history div.text-content div.box-bar div.bar{
    width: 15%;
    background-color: white;
    height: 6px;
}

section.history div.statistic-single{
    color: white;
    text-align: center;
}

section.history div.statistic-single h1{
    font-size: 40px;
    font-weight: 600;
}

section.history div.statistic-single p{
    font-size: 24px;
}