@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter !important;
    text-decoration: none;
    outline-style: none;
}

html, body{
    height: 100%;
    overflow-x: hidden;
    
}

.body-inner-div{
    max-width: 1280px;
    margin: auto;
    text-align: left;
    padding: 0px 16px;
}

header{
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}

header .Logo{
    float: left;
    width: 240px;
    margin-top: 7px;
}

header .body-inner-div{
    max-width: 1440px;
    height: 100%;
    display: flex;
    align-items: center;
}

header .Menu{
    float: left;
    width: 500px;
    height: 100%;
    margin-left: 80px;
    margin-right: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: Lato;
    color: #FFF;
    text-shadow: 1px 1px 2px #666;
}

header .MenuDiv{
    float: left;
    cursor: pointer;
    color: #FFF;
}

header .Mobile{
    display: none;
    cursor: pointer;
}

header .MobileImg{
    width: 56px;
}

header .MobileCorpo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    display: none;
}

header .MobileCorpoDiv{
    float: left;
    width: 100%;
    padding: 28px 0;
    border-top: 1px solid #d5d5d5;
    text-align: center;
    font-size: 20px;
    font-family: Lato;
    color: #333;
}

header .MobileCorpoDivFechar{
    float: right;
    cursor: pointer;
}

header .MobileCorpoDivFechar img{
    float: left;
    width:  30px;
    height: 22px;
    margin: 16px;
    margin-right: 4px;
    padding-right: 8px;
}

header .MobileCorpoDivFechar span{
    float: left;
    font-family: Lato;
    color: #333;
    margin-top: 17px;
    margin-right: 10px;
}

header .MobileCorpoDiv:nth-child(2){
    border-top: 1px solid #d5d5d5
}

header .MobileCorpoDivCadastre{
    background: #038EEE;
    color: #FFF;
    border-bottom: 1px solid #038EEE;
    font-weight: 700;
}

header .Cadastre{
    float: left;
    width: 160px;
    height: 36px;
    background-color: rgb(240 120 0);;
    font-size: 20px;
    font-weight: 700;
    font-family: Lato;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
}

#Cidades{
    float: left;
    width: 100%;
    height: 0px;
}

#Banner{
    float: left;
    width: 100%;
    height: 100%;
    font-family: lato;
    background: url('img/banner.png');
    background-size: cover;
    position: relative;
}

#Banner .Mascara{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.slick-slide{
    height: 100vh;
}

#Banner .Banner-Image-Image{
    height: 100vh;
    background-size: cover;
    background-position: center;
}

#Banner .Banner-Image{
    float: left;
    width: 100%;
    height: 100vh;
    filter: brightness(0.85)
}

#Banner .body-inner-div{
    display: flex;
    align-items: center;
    padding-top: 50px;
    height: 100%;
}

#Banner .Corpo{
    font-size: 33px;
    color: #FFF;
    margin-top: 200px;
    transition: 1s;
    transition-timing-function: ease-in-out;
}

#Banner h1{
    float: left;
    width: 730px;
    text-shadow: 2px 2px 3px #666;
    letter-spacing: -0.3px;
}

#Banner .Inscreva{
    float: left;
    width: 360px;
    height: 80px;
    margin-left: -40px;
    margin-top: 44px;
    padding-left: 28px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: #FFF;
    background: rgb(240 120 0);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.5);
    transition: 1s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}

#Banner .Inscreva img{
    width: 27px;
    margin-left: 3px;
}

#Sobre{
    float: left;
    width: 100%;
}


#Sobre .Titulo{
    float: left;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 24px;
    padding-top: 60px;
    font-size: 52px;
    font-weight: 700;
    font-family: Lato;
    padding-top: 120px;
    text-transform: uppercase;
}

#Sobre .Corpo{
    float: left;
    width: 100%;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px
}

#Sobre .Texto{
    float: left;
    width: calc(100% - 500px);
    margin-right: 100px;
    padding-top: 24px
}

#Sobre .Texto span{
    float: left;
    width: 100%;
    padding-bottom: 36px;
    font-size: 22px;
    font-family: Lato;
    color: #444;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

#Sobre .Imagem{
    float: left;
    width: 400px;
}

#Sobre .Imagem img{
    float: left;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#Receba{
    float: left;
    width: 100%;
    margin-top: -10px;
}

#Receba .body-inner-div{
    padding: 100px;
    display: flex;
    justify-content: center;
}

#Receba .Corpo{
    min-width: 800px;
    width: 800px;
    max-width: 800px;
    background: rgb(240 120 0)
}

#Receba .Titulo{
    float: left;
    width: 100%;
    font-size: 52px;
    font-weight: 700;
    font-family: Lato;
    text-align: center;
    padding: 0 200px;
    margin-top: 40px
}

#Receba .Form{
    float: left;
    padding: 50px 80px;
    width: 800px;
    height: 386px;
}

#Receba .Sucesso{
    float: left;
    padding: 50px 80px;
    width: 800px;
    height: 386px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#Receba .Sucesso span{
    float: left;
    width: 100%;
    font-size: 30px;
    font-family: Lato;
    color: #000;
    text-align:center;
}

#Receba .SucessoBotao{
    display: inline-block;
    width: 180px;
    height: 50px;
    background: #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    margin-top: 18px;
    cursor: pointer;
}

#Receba .FormInput{
    float: left;
    width: 300px;
    padding-right: 80px
}

#Receba .FormInput input{
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding: 16px 10px;
    background: none;
    border: none;
    border-bottom: 2px solid #000;
    outline-style: none;
    border-radius: 0px;
}

#Receba .FormInput input::placeholder{
    font-size: 16px;
    font-family: Roboto;
    opacity: 1;
    color: #000;
}

#Receba .Mensagem{
    float: left;
    width: calc(100% - 300px);
}

#Receba .Mensagem textarea{
    float: left;
    width: 100%;
    background: none;
    border: none;
    border: 2px solid #000;
    outline-style: none;
    padding: 16px;
}

#Receba .Mensagem textarea::placeholder{
    font-size: 16px;
    font-family: Roboto;
    opacity: 1;
    color: #000;
}

#Receba .Botao{
    float: right;
    width: 120px;
    margin-top: 40px; 
    background-color: #000;
    padding: 11px 0;
    text-align: center;
    font-family: Lato;
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
}

#Projetos{
    float: left;
    width: 100%;
}

#Projetos .body-inner-div{
    padding: 100px;
    padding-top: 80px;
}

#Projetos .Corpo{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    text-transform: uppercase;
}

#Projetos .Titulo{
    float: left;
    width: 100%;
    padding-bottom: 45px;
    font-family: Lato;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
}

#Projetos .Projeto{
    float: left;
    min-width: 400px;
    width: 400px;
    max-width: 400px;
    min-height: 400px;
    height: 400px;
    max-height: 400px;
    background-size: cover;
    display: flex;
    transition: 1s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.8s;
}

#Projetos .Projeto:hover .ProjetoTexto{
    top: 0%;
    transition: 0.8s;
}

#Projetos .Projeto:nth-child(1){
    margin-right: 24px;
}

#Projetos .ProjetoTitulo{
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    font-family: Lato;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}

#Projetos .ProjetoTituloTitulo{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 60px;
}

#Projetos .ProjetoTituloBorder{
    width: 40px;
    border-bottom: 1px solid #FFF;
    margin-top: -10px;
}

#Projetos .ProjetoTexto{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.8s;
}

#Projetos .ProjetoTextoTitulo{
    float: left;
    width: 100%;
    text-align: center;
}

#Projetos .ProjetoTextoTituloTitulo{
    float: left;
    width: 100%;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-top: 16px;
}

#Projetos .ProjetoTextoTituloBorder{
    display: inline-block;
    width: 40px;
    border-bottom: 1px solid #FFF;
    margin-top: -10px;
    top: -7px;
    position: relative;
}

#Projetos .ProjetoTextoTexto{
    float: left;
    width: 100%;
    font-family: Lato;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 0.2px;
    line-height: 1.4;
    padding: 16px;
    padding-top: 1px;
    text-transform: initial;
}

.TituloPara{
    float: left;
    width: 100%;
    font-size: 52px;
    font-weight: 700;
    font-family: Lato;
    padding-bottom: 30px;
    padding-top: 90px;
    text-transform: uppercase;
}

#Empresas{
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

#Empresas .body-inner-div{
    text-align: center;
}

#Empresas .Corpo{
    display: inline-block;
    width: 840px;
}

#Empresas .Empresas{
    float: left;
    width: 240px;
    height: 240px;
    margin: 20px;
    background: #038EEE;
    display: flex;
    align-items: center;
    justify-content: center;   
    flex-direction: column;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
    cursor: pointer;
}

#Empresas .Empresas:hover img{
    width: 80px;
}

#Empresas .Empresas:hover .EmpresasTitulo{
    font-size: 20px;
}

#Empresas .EmpresasBox{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#Empresas .Empresas img{
    width: 100px;
    transition: 0.5s;
}

#Empresas .Corpo2{
    display: inline-block;
    width: 800px;
    height: 1080px;
    margin: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#Corpo2Cidades{
    height: 516px !important;
}

#Empresas .EmpresasBloco1{
    float: left;
    width: 520px;
    height: 520px;
    background: rgb(119, 161, 209);
    position: relative;
}

#Empresas .EmpresasBloco1Logo{
    float: left;
    width: 240px;
    height: 240px;
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
}

#Empresas .EmpresasBloco1Titulo{
    float: left;
    width: 240px;
    height: 240px;
    text-align: left;
    margin-left: 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: Lato;
    color: #FFF;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
}

#Empresas .EmpresasTitulo{
    color: #FFF;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
    float: left;
    transition: 0.5s;
}

#Empresas .EmpresasTituloCidades{
    color: rgb(109, 143, 93);
}

#CidadesBloco1Titulo{
    color: rgb(109, 143, 93) !important;
}

#CidadesBloco1Corpo{
    color: #444 !important;
}

#Empresas .EmpresasBloco1Corpo{
    float: left;
    width: 100%;
    font-family: Lato;
    font-size: 18px;
    color: #FFF;
    text-align: left;
    padding: 30px;
    padding-top: 0;
    letter-spacing: 0.4px;
    line-height: 1.4;
}

#Empresas .EmpresasBloco1Fechar{
    position: absolute;
    top: 100%;
    left: 100%;
    width: 60px;
    height: 60px;
    background-color: #000;
    background-image: url('img/x.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}


#Empresas .EmpresasBloco3{
    display: inline-block;
    width: 240px;
    padding: 0 20px;
    background: rgb(131, 171, 221);
    margin-top: 20px;
    position: relative;
}

#CidadesBloco3{
    background-color: #FFF !important;
}

#CidadesBloco3Logo{
    background-color: #FFF !important;
}

#Empresas .EmpresasBloco3Logo{
    float: left;
    width: 100%;
    height: 200px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}

#CidadesBloco3Titulo{
    color: rgb(91 144 90) !important
}

#Empresas .EmpresasBloco3Titulo{
    float: left;
    width: 100%;
    text-align: left;
    font-family: Lato;
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    margin-top: -24px;
}

#CidadesBloco3Corpo{
    color: #444 !important;
}

#Empresas .EmpresasBloco3Corpo{
    float: left;
    text-align: left;
    width: 100%;
    font-family: Lato;
    color: #FFF;
    margin-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
}

#Empresas .EmpresasBloco3Fechar{
    position: absolute;
    top: 100%;
    left: 100%;
    width: 40px;
    height: 40px;
    background-color: #000;
    background-image: url('img/x.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.Cidades{
    background-color: #509430
}

.CidadesTituloPara{
    color: #FFF;
}

.CidadesEmpresas{
    float: none !important;
    display: inline-block !important;
    background-color: #FFF !important;
    margin: 18px !important;
}

.CorpoCidades{
    text-align: center;
}

#CidadesBloco1{
    background-color: #fff !important;
}

#Rodape{
    float: left;
    width: 100%;
    background: #000;
    padding: 140px 0;
}

#Rodape .Topo{
    float: left;
    width: 100%;
}

#Rodape .Topo img{
    float: left;
    width: 300px;
    padding-right: 48px;
}

#Rodape .TopoMenu{
    float: left;
    width: 460px;
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
}

#Rodape .TopoMenu span{
    font-size: 22px;
    color: #FFF;
    letter-spacing: 0.7px;
    cursor: pointer;
}

#Rodape .TopoMenu span:hover{
    border-bottom: 4px solid rgb(240 120 0);
}

#Rodape .Texto{
    float: left;
    margin-top: 60px;
}

#Rodape .Texto span{
    float: left;
    width: 100%;
    color: #FFF;
    font-family: Lato;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

#Rodape .Texto span:nth-child(3){
    margin-bottom: 20px
}

@media(max-width: 1340px){
    #Banner .body-inner-div{
        padding: 0 60px
    }
}

@media(max-width: 1190px){
    header{
        height: 15vh;
    }

    #Banner{
        height: 85vh;
    }

    header .Menu{
        margin: 0 40px
    }

    #Sobre .Titulo{
        padding-left: 48px;
        padding-right: 48px
    }

    #Sobre .Corpo{
        padding-left: 48px;
        padding-right: 48px
    }

    #Rodape{
        padding: 100px 20px;
    }

    #Rodape .TopoMenu{
        width: 100%;
        justify-content: start;
    }
    
    #Rodape .TopoMenu span{
        font-size: 19px;
        padding-top: 20px;
        margin-right: 8px;
    }

    #Rodape .Topo img{
        width: 250px;
    }

    #Rodape .Texto span{
        font-size: 18px;
        line-height: 1.5;
    }

    #Rodape .Texto{
        margin-top: 30px;
    }
}

@media(max-width: 1060px){
    #Sobre .Texto{
        width: calc(100% - 400px);
    }

    #Sobre .Imagem{
        width: 300px;
    }
}

@media(max-width:980px){
    #Receba .body-inner-div{
        padding-top: 60px 
    }

    #Receba .Corpo{
        min-width: 700px;
        width: 700px;
        max-width: 700px;
    }

    #Receba .Form{
        width: 700px;

    }

    #Receba .Sucesso{
        width: 700px;
    }

    
}

@media(max-width: 900px){

    header .body-inner-div{
        justify-content: space-between;
    }

    header .Menu{
        display: none;
    }
    header .Cadastre{
        display: none;
    }

    header .Mobile{
        display: block;
    }

    #Sobre .Titulo{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #Sobre .Titulo{
        font-size: 44px;
        padding-bottom: 10px;
        padding-top: 180px;
    }

    #Sobre .Corpo{
        padding-left: 20px;
        padding-right: 20px;
    }

    #Sobre .Texto span{
        font-size: 20px;
    }

    #Sobre .Texto{
        width: 100%;
    }

    #Sobre .Imagem{
        margin-top: 8px
    }

    #Receba .body-inner-div{
        width: 100%;
        padding: 0;
    }

    #Receba .Corpo{
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    #Receba .Titulo{
        font-size: 44px;
    }

    #Receba .Form{
        width: 100%;
    }

    #Projetos .body-inner-div{
        padding: 40px;
        padding-top: 80px;
        
    }

    #Projetos .Titulo{
        font-size: 44px;
        padding-bottom: 40px
    }

    #Projetos .Corpo{
        flex-direction: column;
        align-items: center;
    }

    #Projetos .Projeto:nth-child(1){
        margin-right: 0;
        margin-bottom: 24px;
    }

    #Empresas .Empresas{
        width: calc(50% - 10px);
        height: auto !important;
        padding-bottom: calc(50% - 10px) !important;
        margin: 5px !important;
        position: relative !important;
        background-size: 74px;
    }

    .CidadesEmpresas{
        width: calc(50% - 13px) !important;
    }

    #Empresas .Empresas img{
        width: 72px;
        position: absolute;
        top: calc(50% - 50px);
    }

    #Empresas .Corpo{
        width: 100%;
        display: block;
        flex-direction: column;
        align-items: center;
    }

    #Empresas .Corpo2{
        width: calc(100% - 40px);
    }

    #Empresas .EmpresasBloco1Titulo{
        height: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #Empresas .EmpresasBloco1{
        width: 240px;
        height: auto;
    }

    #Empresas .EmpresasBloco1{
        width: 240px;
    }

    .TituloPara{
        font-size: 44px;
        padding-top: 100px;
        padding-bottom: 25px;
    }

    #Receba{
        margin-top: 40px;
    }

    #Empresas{
        padding-bottom: 70px;
    }

    .CorpoCidades{
        padding-bottom: 0px;
    }

    #Sobre .Imagem img{
        height: 300px;
    }

    #Empresas .EmpresasTitulo{
        position: absolute;
        top: calc(50% + 26px);
    }
}

@media(max-width: 720px){

    header{
        height: 12.5vh;
    }

    #Banner{
        height: 87.5vh;
    }

    #Banner .body-inner-div{
        padding: 0 44px;
        padding-top: 70px;
    }
    #Banner .Corpo{
        font-size: 27px;
    }

    #Banner h1{
        width: 100%;
    }

    #Banner .Inscreva{
        width: 330px;
        height: 75px;
        padding-left: 24px;
        font-size: 22px;
        margin-top: 34px
    }

    header .MobileImg{
        height: 52px;
        margin-right: 4px;
    }

    #Receba .Titulo{
        font-size: 44px;
        padding: 0 60px;
    }

    #Receba .Form{
        padding-left: 40px;
        padding-right: 40px;
        height: 680px;
    }

    #Receba .FormInput{
        width: 100%;
        padding-right: 0px;
    }

    #Receba .Mensagem{
        width: 100%;
        margin-top: 36px;
    }

    #Receba .Sucesso{
        width: 100%;
        height: 500px;
    }

    #Empresas{
        padding-bottom: 90px;
    }
}

@media(max-width: 600px){

    #Banner .Inscreva{
        width: 240px;
        height: 60px;
        padding-left: 20px;
        font-size: 20px;
        margin-top: 30px;
    }

    #Banner .Corpo{
        font-size: 20px;
    }

    header .MobileImg{
        margin-top: 4px;
        width: 36px;
        height: 36px;
    }

    header .Logo{
        width: 200px;
    }


    #Receba .Titulo{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px;
    }

    #Projetos .Projeto{
        min-width: 300px;
        width: 300px;
        max-width: 300px;
        min-height: 300px;
        height: 300px;
        max-height: 300px;
    }

    #Rodape .TopoMenu{
        display: block;
        padding-top: 14px;
    }

    #Rodape .TopoMenu span{
        float: left;
        width: 100%;
        font-size: 18px;
        padding-top: 12px;
        padding-top: 8px;
        border-bottom: 2px solid #000;
        padding-bottom: 4px;
    }

    #Rodape .TopoMenu span:hover{
        border-bottom: 2px solid #FFF;
    }

    #Projetos .Titulo{
        margin-left: -4px;
        padding-bottom: 36px;
    }

    #Projetos .body-inner-div{
        padding-top: 90px;
    }
    
    #Empresas .Empresas img{
        width: 50px;
        top: calc(50% - 30px);
    }

    #Empresas .EmpresasTitulo{
        font-size: 15px;
        top: calc(50% + 24px);
    }

    #Banner .Inscreva img{
        width: 26px;
    }

    
}

@media(max-width: 400px){
    .EmpresasTituloSistemas{
        font-size: 13px !important;
    }
}

