@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-VariableFont.ttf");
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    width: 100%;
}
section{
    font-family: "Inter", sans-serif;
}
.topHeader{
    width: 100%;
    height: 48px;
    background-color: #FF8A01;
    display: flex;
    align-items: center;
}
.lineContact{
    margin-left: 68px;
    display: flex;
    align-items: center;
}
.colContact{
    height: 28px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
}
.colContact img{
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-right: 8px;
}
.lineContact .colContact:first-child{
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid white;
}
.lineSocial{
    margin-left: auto;
    margin-right: 68px;
    display: flex;
    align-items: center;
}
.colSocial{
    display: flex;
    align-items: center;
    padding-left: 12px;
    height: 28px;
    border-left: 1px solid white;
    margin-left: 12px;
}
.colSocial img{
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-left: 8px;
    margin-right: 8px;
}

.header{
    width: 100%;
    height: 142px;
    background-color: white;
    display: flex;
    align-items: center;
}
.logo{
    margin-left: 72px;
}
.logo img{
    width: 270px;
    height: 108px;
    object-fit: contain;
}
.linksH{
    margin-left: auto;
    margin-right: 72px;
    display: flex;
    align-items: center;
}
.linkH{
    margin-left: 18px;
    margin-right: 18px;
}
.linkH a{
    color: #101010;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s;
}
.linkH a:hover{
    color: #FF8A01;
}

.secao{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner{
    width: 100%;
    margin-top: 32px;
}
.banner a{
    width: 100%;
}
.banner img{
    width: 100%;
    object-position: top;
    object-fit: contain;
}

.titleS{
    width: 80%;
    font-size: 36px;
    font-weight: 700;
    color: #1C1B1B;
    margin-bottom: 72px;
    margin-top: 64px;
}
.titleS strong{
    display: block;
    width: 362px;
}
.titleS img{
    margin-top: 12px;
    width: 182px;
    height: 16px;
    object-fit: contain;
}
.rowServices{
    width: 80%;
    display: flex;
    align-items: center;
}
.colServices{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgColServices{
    height: 164px;
}
.imgColServices img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}
.infoColServices{
    margin-left: 28px;
    width: 60%;
}
.titleColServices{
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    color: #0A0A0A;
}
.textColServices{
    color: #363636;
    font-size: 16px;
    margin-top: 16px;
}
.bgGrad{
    background-image: linear-gradient(to bottom, #FFFFFF, #FDCA64);
}
.marginB{
    margin-bottom: 120px;
}

.bgOrangeGrad{
    background-image: linear-gradient(to bottom, #FF8A01, #FDCA64);
}
.white{
    color: white;
}
.white strong{
    width: 460px;
}
.rowInfo{
    margin-top: 54px;
    margin-bottom: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.colInfo{
    margin-left: 48px;
    margin-right: 48px;
}
.colInfo img{
    width: 560px;
    height: 448px;
    object-fit: contain;
}
.textColInfo{
    width: 614px;
    color: white;
    font-size: 21px;
}
.textColInfo img{
    margin-top: 12px;
    display: block;
    width: 155px;
    height: 15px;
    object-fit: contain;
}
.nameColInfo{
    margin-top: 18px;
    font-size: 24px;
    font-weight: 600;
    color: white;
}
.jobColInfo{
    margin-top: 12px;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.titleContact{
    margin-top: 38px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titleContact span{
    display: block;
    font-size: 14px;
    color: white;
}
.titleContact strong{
    display: block;
    margin-top: 12px;
    color: white;
    font-size: 36px;
}
.titleContact img{
    display: block;
    margin-top: 12px;
    width: 156px;
    height: 16px;
    object-fit: contain;
}
.rowContact{
    margin-top: 28px;
    margin-bottom: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form{
    width: 588px;
    height: 570px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inputForm{
    width: 85%;
    margin-bottom: 28px;
}
.rowInput{
    width: 85%;
    display: flex;
    align-items: center;
}
.inputForm input{
    width: 100%;
    height: 48px;
    background-color: rgb(224, 224, 224);
    border-radius: 12px;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    border: 0px;
}
.rowInput .inputForm:first-child{
    margin-right: 20px;
    width: 100%;
}
.selectForm{
    width: 85%;
}
.selectForm select{
    width: 100%;
    border-radius: 12px;
    height: 48px;
    border: 0px;
    box-sizing: border-box;
    padding-left: 12px;
    background-color: rgb(224, 224, 224);
}
.btnForm{
    margin-top: 42px;
    width: 85%;
}
.btnForm button{
    width: 100%;
    height: 74px;
    background-color: #FF8A01;
    color: white;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
}
.infoContact{
    margin-left: 48px;
}
.rowInfoContact{
    display: flex;
    margin-bottom: 48px;
}
.imgColContact img{
    width: 38px;
    height: 38px;
    object-fit: contain;
}
.textsInfoContact{
    margin-left: 12px;
}
.titleInfoContact{
    color: white;
    font-size: 18px;
    font-weight: 700;
}
.textInfoContact{
    margin-top: 8px;
    font-size: 16px;
    color: white;
}
.alertF{
    margin-top: 4px;
    margin-left: 8px;
    color: red;
    font-size: 14px;
    display: none;
}

.bgBlack{
    background-color: black;
}
.copyright{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}


@media screen and (max-width: 980px){
    .topHeader{
        height: 86px;
    }
    .lineContact{
        margin-left: 68px;
    }
    .colContact{
        height: 62px;
        font-size: 22px;
    }
    .colContact img{
        width: 20px;
        height: 20px;
    }
    .lineSocial .colContact:first-child{
        display: none;
    }
    .colSocial{
        border: 0px;
    }
    .colSocial img{
        width: 26px;
        height: 26px;
    }

    .header{
        height: 164px;
    }
    .logo{
        margin-left: 42px;
    }
    .logo img{
        width: 300px;
        height: 118px;
    }
    .linksH{
        margin-right: 42px;
    }
    .linkH a{
        font-size: 24px;
    }

    .titleS{
        font-size: 48px;
        text-align: center;
    }
    .titleS strong{
        width: 100%;
    }
    .rowServices{
        flex-direction: column;
    }
    .colServices{
        width: 640px;
        height: 640px;
    }
    .imgColServices{
        height: 260px;
    }
    .imgColServices img{
        width: 120px;
        height: 120px;
    }
    .titleColServices{
        font-size: 36px;
    }
    .textColServices{
        font-size: 28px;
    }

    .rowInfo{
        flex-direction: column;
    }
    .colInfo{
        margin: 0px;
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .colInfo img{
        width: 760px;
        height: 660px;
    }
    .textColInfo{
        width: 840px;
        font-size: 36px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .textColInfo img{
        width: 230px;
        height: 26px;
    }
    .nameColInfo{
        margin-top: 30px;
        font-size: 42px;
        text-align: right;
    }
    .jobColInfo{
        font-size: 34px;
        text-align: right;
    }

    .titleContact span{
        font-size: 28px;
    }
    .titleContact strong{
        font-size: 48px;
    }
    .rowContact{
        flex-direction: column;
        margin-top: 28px;
    }
    .form{
        width: 780px;
        height: 748px;
        border-radius: 38px;
    }
    .inputForm input{
        height: 68px;
        font-size: 28px;
    }
    .selectForm select{
        height: 68px;
        font-size: 28px;
    }
    .btnForm button{
        height: 98px;
        font-size: 28px;
    }
    .infoContact{
        display: flex;
        align-items: center;
        margin-top: 28px;
    }
    .infoContact .rowInfoContact:last-child{
        display: none;
    }
    .rowInfoContact{
        margin-left: 20px;
        margin-right: 20px;
    }
    .imgColContact img{
        width: 68px;
        height: 68px;
    }
    .titleInfoContact{
        font-size: 28px;
    }
    .textInfoContact{
        font-size: 22px;
    }
    .alertF{
        font-size: 26px;
    }

    .copyright{
        height: 64px;
        font-size: 24px;
    }
}