@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap');

*{
    padding: 0;
    margin: 0;
}

.bar-none{
    width: 100%;
    height: 4px;
    background-color: #0E278D;
    position: fixed;
    z-index: 2;
}

.nav-bar {
    display: flex;
    width: 100%;
    height: 64px;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    margin-top: 2px;
    margin-left: 130px;
    width: 140px;
    height: 40px;
}

.nav-bar ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 130px;
}

.nav-bar li{
    margin-inline: 20px;
}

.nav-bar a {
    text-decoration: none;
    list-style: none;
    color: #000;
    font-size: 15px;
    font-family: 'Nunito';
    text-transform: uppercase;
}

li .active {
    color: #fff;
    background-color: #0E278D;
    padding-inline: 7px;
    padding-top: 2px;
    border-radius: 5px;
}

.nav-bar a:hover{
    color: #0E278D;
}

.home-container{
    margin: 0px;
    width: 100%;
    display: flex;
}

.banner-slider img {
    height: fit-content;
}

.orcamento-container {
    background-color: #0E278D;
    width: 100%;
    height: 101px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.orcamento-container h1{
    color: #fff;
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 22px;
    margin-left: 30px;
    margin-right: 200px;
}

.orcamentoBtn {
    margin-left: 40px;
    display: flex;
    background-color: #fff;
    border-radius: 16px;
    height: 54px;
    width: 407px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    font-family: 'Nunito';
    text-decoration: none;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
}

.orcamentoBtn:hover{
    color: #f5f5f5;
    background-color: #f5f5f55b;
}

.about-container {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0px;
}

.quemsomos {
    margin-top: 25px;
    width: 590px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.quemsomos a {
    text-decoration: none;
    font-family: Nunito;
    color: rgb(0, 0, 0);
    display: flex;
    margin-left: 205px;
    align-items: center;
    font-size: 24px;
    margin-top: 42px;
}

.quemsomos a:hover{
    color: #fff;
    background-color: #0E278D;
    padding: 5px;
    border-radius: 5px;
}

.title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title h1{
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
}

.bar{
    margin-left: 30px;
    background-color: rgb(56, 56, 56);
    width: 370px;
    height: 1px;
}

.text{
    margin-top: 10px;
}

.text p{
    font-family: 'Nunito';
    font-size: 14px;
}

.MVV-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.missao{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 600px;
    margin-bottom: 10px;
}
 
.missaoTitle{
    display: flex;
    align-items: center;
}

.missaoTitle h1{
    font-family: 'Nunito';
    text-transform: uppercase;
    font-weight: 300;
    margin-inline: 14px;
}

.missao p{
    font-family: 'Nunito';
    margin-left: 14px;
}

.visao {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 600px;
    margin-bottom: 10px;
}

.visao p{
    font-family: 'Nunito';
    margin-left: 14px;
}

.visaoTitle{
    display: flex;
    align-items: center;
}

.visaoTitle h1{
    font-family: 'Nunito';
    text-transform: uppercase;
    font-weight: 300;
    margin-inline: 14px;
}

.valores{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 600px;
}

.valores p{
    font-family: 'Nunito';
    margin-left: 14px;
}

.valoresTitle{
    display: flex;
    align-items: center;
}

.valoresTitle h1{
    font-family: 'Nunito';
    text-transform: uppercase;
    font-weight: 300;
    margin-inline: 14px;
}

.valoresTitle img{
    height: 27px;
}

.servicosContainer{
    width: 100%;
    height: 400px;
    background-color: #0E278D;
    border-radius: 20px 20px 0 0;
}

.servicesTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    margin-left: 20px;
}

.servicesTitle h1{
    color: #fff;
    font-family: 'Nunito';
    font-weight: 400;
}

.servicesTitle .bar2 {
    background-color: #fff;
    width: 841px;
    margin-left: 61px;
    height: 1px;
    margin-top: 17px;
}

.servicesList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 30px;
}

.servicesList p {
    color: #fff;
    font-size: 14px;
    font-family: 'Nunito';
    text-align: inherit;
    white-space: break-spaces;
}

.footer {
    background-color: #0E278D;
    margin-top: 50px;
    width: 100%;
    height: 323px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer img {
    width: 361px;
    margin: 36px;
    padding-left: 104px;
}

.breakFooter{
    background-color: #fff;
    width: 1px;
    height: 247px;
}

.footerInfos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 100px;
}

.footerInfos h1{
    font-family: 'Nunito';
    color: #fff;
    margin-bottom: 20px;
}

.footerInfos a{
    list-style: none;
    font-family: 'Nunito';
    color: #fff;
    text-decoration: none;
}

.TitlePage {
    margin-top: 0;
    padding-top: 114px;
    background-color: #0e278d;
}

.TitlePage h1 {
    color: #fff;
    font-family: 'Nunito';
    margin-left: 50px;
    padding-bottom: 22px;
}

.instContainer {
    display: flex;
    max-width: 100%;
    margin-inline: 120px;
    flex-direction: column;
}

.firstPart {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.firstPart img {
    width: 350px;
    margin: 48px;
    margin-bottom: 0px;
}

.firstPart h1 {
    font-family: 'Nunito';
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 70px;
    margin-top: 76px;
}

.firstPart p {
    font-family: 'Nunito';
    font-size: 20px;
    margin-right: 80px;
    display: block;
    text-align: justify;
}

.instPart2{
    margin: 40px;
}

.instPart2 p {
    font-family: 'Nunito';
    font-size: 20px;
    display: block;
    text-align: justify;
    margin-right: 40px;
}

.secondPart {
    display: flex;
    flex-direction: row;
    margin: 40px;
    margin-top: 10px;
}

.secondPart img {
    width: 360px;
}

.secondInst{
    display: flex;
    flex-direction: column;
}

.secondInst h1{
    font-family: 'Nunito';
    margin-bottom: 20px;
}

.secondInst p {
    font-family: 'Nunito';
    margin-bottom: 20px;
    text-align: justify;
    padding-right: 65px;
}

.contatoContainer {
    margin: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contatoTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.contatoTitle h1 {
    font-family: 'Nunito';
    font-weight: 200;
    text-transform: uppercase;
    margin-right: 30px;
}

.contatoTitleLine{
    width: 700px;
    height: 1px;
    background-color: #000;
}

.contatoContainer section{
    display: flex;
    flex-direction: column;
}

.contatoContainer form {
    display: flex;
    flex-direction: column;
    width: 390px;
    margin: 50px;
}

form input{
    padding: 15px;
    outline: none;
    border: solid 1px #f5f5f5;
    font-family: 'Nunito';
}

form textarea{
    padding: 15px;
    outline: none;
    border: solid 1px #f5f5f5;
    font-family: 'Nunito';
}

button{
    margin-top: 25px;
    background-color: #0e278d;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-family: 'Nunito';
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.SrvOrcamento {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.SrvOrcamento h1 {
    font-family: 'Nunito';
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 70px;
}

.SrvOrcamento a {
    display: flex;
    align-items: center;
    border-radius: 15px;
    background-color: #0E278D;
    color: #fff;
    list-style: none;
    text-decoration: none;
    font-size: 25px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Nunito';
    padding: 15px;
}

.SrvOrcamento i {
    font-size: 22px;
    margin-right: 20px;
}

.dropdown-container {
    display: flex;
    margin: 40px;
    flex-direction: column;
}

.dropdown-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.dropdown-title h1 {
    font-family: 'Nunito';
    font-weight: 300;
    text-transform: capitalize;
}

.DDtitleBroken {
    width: 840px;
    margin-top: 17px;
    margin-left: 33px;
    height: 1px;
    background-color: #000;
}

/*---- btn whapp section ------ */
.whatsapp-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 49px;
    height: 49px;
    bottom: 20px;
    right: 18px;
    background-color: #fff;
    color: #0E278D;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    text-decoration: none;
}

.Ig_link {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 49px;
    height: 49px;
    bottom: 83px;
    right: 18px;
    background-color: #0E278D;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}
/*---- btn whapp section ends   ------ */

.infosContent{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.infosContent img{
    width: 250px;
}

.infosContent h1{
    font-family: 'Nunito';
    font-weight: 600;
    padding-inline: 266px;
    text-align: center;
}

@media (max-width: 440px){

    .bar-none {
        width: 100%;
        height: 8px;
        background-color: #0E278D;
        position: absolute;
        z-index: 2;
    }

    .logo img {
        margin-top: 14px;
        margin-left: 20px;
        width: 204px;
        height: 55px;
    }

    .nav-bar {
        display: flex;
        width: 100%;
        height: 90px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    .nav-bar ul{
        display: none;
    }

    .home-container {
        margin: 0px;
        width: 100%;
        height: 185px;
        display: flex;
    }

    .orcamento-container h1 {
        color: #fff;
        font-family: 'Nunito';
        font-size: 14px;
        font-weight: 300;
        margin-left: 6px;
        margin-right: 0px;
    }

    .orcamentoBtn {
        margin-right: 5px;
        margin-left: 0;
        display: flex;
        background-color: #fff;
        border-radius: 9px;
        height: 44px;
        width: 380px;
        flex-direction: row;
        align-items: center;
        font-family: 'Nunito';
        text-decoration: none;
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        cursor: pointer;
        z-index: 1;
    }

    .about-container {
        width: 100%;
        height: 897px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 40px;
        margin-top: 16px;
    }

    .text p {
        font-family: 'Nunito';
        text-align: justify;
    }

    .quemsomos a {
        text-decoration: none;
        font-family: 'Nunito';
        color: #000;
        display: flex;
        margin-left: 0px;
        align-items: center;
        margin-top: 308px;
        position: absolute;
    }

    .MVV-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 100px;
    }

    .quemsomos {
        margin-top: -92px;
        width: 377px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .bar {
        margin-left: 30px;
        background-color: rgb(56, 56, 56);
        width: 131px;
        height: 1px;
    }

    .missao {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 430px;
        margin-bottom: 10px;
    }

    .visao {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 430px;
        margin-bottom: 10px;
    }

    .valores {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 430px;
        margin-bottom: 37px;
    }

    .servicesTitle h1 {
        color: #fff;
        font-family: 'Nunito';
        font-size: 18px;
        font-weight: 400;
    }

    .servicesTitle .bar2 {
        background-color: #fff;
        width: 172px;
        margin-left: 7px;
        height: 1px;
        margin-top: 13px;
    }

    .servicesList {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 7px;
    }

    .servicesList p {
        color: #fff;
        font-size: 10px;
        font-family: 'Nunito';
        white-space: normal;
    }

    .servicosContainer {
        width: 100%;
        height: 234px;
        background-color: #0E278D;
        border-radius: 20px 20px 0 0;
    }


    .footer {
        background-color: #0E278D;
        margin-top: 60px;
        width: 100%;
        height: 480px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
    }

    .footer img {
        width: 275px;
        margin: 55px;
        padding-left: 0;
    }

    .breakFooter {
        background-color: #fff;
        width: 1px;
        height: 247px;
        display: none;
    }

    .footerInfos {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-right: 0px;
        align-content: center;
        margin-inline: 40px;
    }

    .contatoTitleLine {
        margin-top: 30px;
        width: 164px;
        height: 1px;
        background-color: #000;
    }
    
    .contatoContainer {
        margin: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contatoTitle h1 {
        font-family: 'Nunito';
        font-weight: 200;
        text-transform: uppercase;
        margin-right: 16px;
        font-size: 17px;
        margin-top: 26px;
    }

    .contatoContainer form {
        display: flex;
        flex-direction: column;
        width: 323px;
        margin: 50px;
    }

    .instContainer {
        display: flex;
        max-width: 100%;
        margin-inline: 0px;
        flex-direction: column;
    }

    .firstPart {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .firstPart p {
        font-family: 'Nunito';
        font-size: 20px;
        margin-left: 25px;
        margin-right: 35px;
        display: block;
        text-align: justify;
    }

    .firstPart h1 {
        font-family: 'Nunito';
        text-transform: uppercase;
        font-weight: bolder;
        margin-bottom: 70px;
        margin-top: 76px;
        margin-left: 20px;
    }

    .instPart2 {
        margin: 24px;
    }

    .secondPart {
        display: flex;
        flex-direction: column;
        margin: 40px;
        margin-top: 10px;
    }

    .dropdown-container {
        display: flex;
        margin: 0px;
        flex-direction: column;
    }

    .dropdown-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 10px;
        margin-inline: 5px;
    }

    .dropdown-title h1 {
        font-family: 'Nunito';
        font-weight: 300;
        font-size: 16px;
        text-transform: capitalize;
    }

    .DDtitleBroken {
        width: 210px;
        margin-top: 13px;
        margin-left: 10px;
        height: 1px;
        background-color: #000;
    }

    .SrvOrcamento h1 {
        font-family: 'Nunito';
        font-size: 13px;
        font-weight: 300;
        text-transform: uppercase;
        margin-right: 7px;
        margin-inline: 9px;
    }

    .SrvOrcamento a {
        display: flex;
        align-items: center;
        border-radius: 7px;
        background-color: #0E278D;
        color: #fff;
        list-style: none;
        text-decoration: none;
        font-size: 16px;
        font-weight: 200;
        text-transform: uppercase;
        font-family: 'Nunito';
        padding: 9px;
        margin-right: 14px;
        padding-inline: 13px;
    }

    .infosContent h1 {
        font-family: 'Nunito';
        font-size: 18px;
        font-weight: 600;
        padding-inline: 10px;
        text-align: center;
    }
    
    .infosContent img {
        width: 180px;
    }
}

@media (max-width: 414px) {
    .logo img {
        margin-top: 20px;
        margin-left: 20px;
        width: 219px;
        height: 62px;
    }

    .missao {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 376px;
        margin-bottom: 10px;
    }

    .visao {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 376px;
        margin-bottom: 10px;
    }

    .valores {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 376px;
        margin-bottom: 37px;
    }

    .servicosContainer {
        width: 100%;
        height: 314px;
        background-color: #0E278D;
        border-radius: 20px 20px 0 0;
    }

    .footer {
        background-color: #0E278D;
        margin-top: 60px;
        width: 100%;
        height: 525px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
    }

    .secondPart img {
        width: 348px;
    }

    .contatoContainer form {
        display: flex;
        flex-direction: column;
        width: 297px;
        margin: 50px;
    }
}