div.banner{
    background-image: url("../images/orcamento-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 img.company-image{
    max-width: 726px;
    max-height: 428px;
    width: 90%;
    object-fit: cover;
    border: 3px solid var(--color-box);
}

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: linear-gradient(270deg,#00EBC7 18%,#0F292A 100%);
    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;
}

section.call{
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 30px 0;
}

section.call h1,
section.call p{
    width: 90%;
    margin: 0 auto;
}

section.call h1{
    font-size: 40px;
    color: var(--color-text);
    font-weight: 600;
    padding-top: 35px;
}

section.call p{
    padding: 15px 0;
}

section.call div.box-bar{
    width: 90%;
    margin: 0 auto;
}

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

section.call div.box-image{
    text-align: center;
    padding: 15px 0;
}

section.call div.box-image img{
    max-width: 454px;
    margin: 0 auto;
    object-fit: contain;
}

section.call form{
    max-width: 646px;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.call label{
    padding: 10px 0;
}

section.call form input,
section.call form select{
    width: 100%;
    border-style: none;
    border: 1px solid rgba(26,128,132,.51);
    padding: 10px 5px;
    border-radius: 2px;
    margin: 5px 0;
    outline: navajowhite;
}

section.call form input.w50{
    width: 48%;
}

section.call form input.marginLeftAuto{
    margin-left: auto;
}

section.call form button{
    background-color: var(--color-button);
    border-style: none;
    color: white;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 3px;
}

@media screen and (max-width: 494px){
    section.call div.box-image{
        width: 100%;
    }
    
    section.call div.box-image img{
        max-width: 80%;
    }
}