
/* section config */
.navbar {
	background: #eaf4f7;
}
.main{
    height: 400px;
    width: 100%;
	background-image: url("fundo_claro.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 50%;
	background-color: #f0f8fb;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: -85px;
}
.main__chamada{
    width:50%;
    padding-left: 50px;
    min-width: 320px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section{
    display: flex;
    flex-wrap: wrap;
    padding: 0 48px;
}
.section__title{
    width: 100%;
    text-align: center;
    font-size: 26px;
	color: white;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.navbar-collapse {
    justify-content: end;
}

.nav-link {
	font-size: 20px;
    font-weight: 500;
}

nav{
    min-height: 80px;
}
.main__title__chamada{
    width: calc(100% + 96px);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141538;
    position: relative;
	margin: 10px -48px;
}


/* Sobre */
.main__sobre{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main__sobre__about{
    width: 100%;
	margin-bottom: -40px;
}
.main__sobre__valor{
    width: calc((100% - 32px)/3)
}
.main__sobre__valor__title{
    
}
.main__sobre__valor__text{
    text-align: justify;
}


/* Portifólio */
.main__portfolio{
    justify-content: space-between;
    gap: 16px;
    position: relative;
}
.main__portfolio__item{
    width: calc(50% - 8px);
}
.main__portfolio__item__title{
    font-size: 24px;
    font-weight: 500;
}
.main__portfolio__item__text{
    text-align: justify;
}
.main__portfolio__chamada{
    width: calc(100% + 96px);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cac;
    position: relative;
	margin: 10px -48px;
}


/* Formulário de Contato */
.main__contato{
    display: flex;
    flex-wrap: wrap;
}
.main__contato__chamada{
    width: calc(100% + 96px);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cac;
    position: relative;
	margin: 10px -48px;
}
.main__contato__descricao{
    width: 50%;
    position: relative;
	font-size: 16px;
}

.copyright {
	padding: 0 20px;
}

