﻿* {
    box-sizing: border-box;
}
body, html {
    height: 100%;
    margin: 0;
}
body {
    font-family: Arial,Verdana,Tahoma,sans-serif,Geneva,Helvetica;
    /*background-color: #161a1d;*/
    background-color:white;
}
.divimgcapa {
    position: relative;
    top: 90px;
}
.imgcapa {
    width: 100%;
    height: 650px;
}
.divheadlinecapa {
    position:absolute;
    top: 230px;
    text-align: center;
    color: #f2f2f2;
    padding-left: 50px;
    padding-right:50px;
    font-size: 50px;
    font-weight: bold;
}
.headline1 {
    padding: 10px;
    font-size: 50px;
    font-weight: bold;
}
.fontelaranja {
    color: #FF6A00;
}
.fontebranca {
    color: #f2f2f2;
}
.fontepreto {
    color: black;
}
.fundocinza {
    background-color: #f2f2f2;
}

.fundobranco {
    background-color: white;
}
.divbanner1 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 80px;
    background-color: white;
    padding: 100px 100px 80px 100px ;
    letter-spacing: 2px;
    line-height: 35px;
    text-align: center;
    /*border-bottom:1px solid #ccc;*/
}
.texto1banner1 {
    font-size: 25px;
    font-weight: bold;
}
.GalVe {
    padding: 1px;
    float: left;
    line-height: 0;
}
.MoldGalVe {
    display: block;
    float: left;
    width: 100%;
    /*background-color: #292F33;*/
    border: 3px solid #292F33;
    cursor: pointer;
}
.MoldGalVe:hover {
    /*border: 1px solid #777;*/
}
.ImgGalVe {
    position:relative;
    width: 100%;
    height: auto;
}
.ImgGalVe:hover {
    opacity: 0.7;
}
.divdescproduto {
    display: block;
    position:relative;
    /*margin-top: 50px;*/
    /*float: left;*/
    width: 100%;
    /*padding: 10px;*/
    text-align: center;
    /*opacity: 0.8;*/
}
.TituloProdQuadro {
    padding: 5px;
    /*color: #ff6a00;*/
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #292F33;
    /*background-color:darkorange;*/
    opacity:1;
    padding: 10px;
    line-height: normal;
}
.texto2banner1 {
    font-size: 25px;
    font-weight: bold;
}
.divbanner2 {
    display: block;
    float: left;
    width: 100%;
    /*background-color: #f2f2f2;*/
    background-color:white;
    margin-top: 80px;
    padding: 50px;
}
.quadrobanner2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.divtextobanner2 {
    flex: 50%;
    align-self: center;
    /*background-color: #1e2328;*/
    /*background-color: #f2f2f2;*/
    /*background-color:white;*/
    padding: 30px;
    color: black;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 35px;
}
.divimgbanner2 {
    flex: 50%;
    text-align: center;
    /*background-color: #f2f2f2;*/
}
.imgbanner2 {
    width: 70%;
}
.imagem1 {
    position: relative;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("Imagens/Capa.jpg");
    /*background-image:url("Imagens/Capa.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:200px;
}
.divtextoimagem1 {
    position:absolute;
    top:100px;
    display: block;
    width: 100%;
    float: none;
    height: auto;
    position: absolute;
    margin-top: 20%;
    color: white;
    text-align: center;
    padding: 20px;
}
.divtextocapa {

    display: block;
    float: left;
    width: 100%;
    /*margin-top: 20px;*/
    font-size: 50px;
    font-weight: bold;
}
.divbtnrepresentadas {
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    text-align: center;
    bottom: 80px;
    right: 10px;

    /*display: block;*/
    /*position: absolute;*/
    /*float: left;*/
    /*width: 50%;*/
    /*bottom: 80px;*/
    /*right: 10px;*/
    /*padding: 5px;*/
    /*text-align: center;*/
}
.imagens {
    width: 100%;
    height: auto;
}
.botao2 {
    width: 150px;
    border: none;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.9;
    background-color: transparent;
}
.divgifscroll {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    text-align: center;
    bottom: 150px;
}
.divservisos {
    display: block;
    width: 100%;
    float: left;
    /*background-color: #FF6A00;*/
    background-color:white;
    color:white;
    /*padding-bottom:50px;*/
}
.divquadroservico {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    justify-content: center;
    align-items: center;
}
.divdescdesenvolvimento {
    flex: 50%;
    order: 1;
}
.divquadro1 {
    display: block;
    float: left;
    width: 100%;
    height:auto;
    padding: 50px 20px 0px 20px;
    margin: 20px;
}
.logoalimak1 {
    display:block;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.imglogo {
    width: 150px;
}
.descricoes {
    display:block;
    float:left;
    width:100%;
    text-align: center;
    /*text-indent: 30px;*/
    letter-spacing: 2px;
    line-height: 35px;
    font-size: 20px;
    color: black;
    padding: 0px 30px 0px 30px;
}
.divbtnSolucoes {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    opacity: 0.9;
}
.divbtnSolucoes:hover {
    opacity: 1;
}

.botao1 {
    width: 400px;
    border: none;
    color: #ffffff;
    padding: 14px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    /*opacity: 0.5;*/
    background-color: #FF6A00;
}
.logoalimak2 {
    display: none;
    float: left;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.divimgdesenvolvimento {
    flex: 50%;
    text-align: center;
    order: 2;
}
.imagensservicos {
    width: 80%;
    height: auto;
}
.divconteudoservicos {
    display: block;
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid lightgray;*/
    /*background-color:white;*/
}
.divimgmigracao {
    flex: 50%;
    text-align: center;
    order: 1;
}
.divdescmigracao {
    flex: 50%;
    order: 2;
}
.tituloservico2 {
    display:block;
    float:left;
    width:100%;
    font-size: 25px;
    font-weight:bold;
    text-align: center;
    color: black;
    padding:10px;
}
.divparceiros {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.divlogoparccsm {
    display: block;
    padding: 20px;
    text-align: center;
}
.divlogoparcalimak {
    display: block;
    padding: 20px;
    text-align: left;
}
.quadrosolucoes {
    flex: 100%;
    padding: 10px;
    cursor:pointer;
}
.divcert {
    display: block;
    /*float: left;*/
    padding: 20px;
    text-align: center;
}

.divbanner4 {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 100px 80px 100px;
    letter-spacing: 2px;
    line-height: 35px;
    text-align: center;
}
.divbanner5 {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 100px 20px 20px;
    letter-spacing: 2px;
    line-height: 35px;
    text-align: center;
}
.divimgcontato {
    display: block;
    float: left;
    width: 50%;
}
.imgcontato {
    width: 100%;
    height: auto;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.divformcontato {
    display: block;
    float: left;
    width: 50%;
    padding: 10px;
}
.divbordaformcontato {
    display: block;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.quadro {
    float: left;
    padding: 5px;
    width: 100%;
    font-size: 16px;
}
.labeledcontato {
    color: white;
    font-weight: 500;
}
.botaoenviar2 {
    width: 120px;
    border: none;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    /*border-radius: 50px;*/
    opacity: 0.9;
    background-color: #FF6A00;
}
.botaoenviar2:hover {
    opacity: 1;
}
.camposedcontato {
    width: 100%;
    height: 35px;
    font-weight: normal;
    background-color: #f2f2f2;
    border: none;
    padding: 5px;
}
.modalloaderbarra {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(60, 60, 60, 0.8);
}

.loaderbarra {
    display: block;
    margin: 250px auto 0;
    width: 70px;
    height: 50px;
}

.loaderbarra div {
    background-color: #FF6A00;
    height: 100%;
    width: 10px;
    display: inline-block;
    -webkit-animation: heightChange 1s infinite ease-in-out;
    animation: heightChange 1s infinite ease-in-out;
}

@keyframes myMove {
    0% {
        top: 0;
    }

    25% {
        top: 200px;
    }

    50% {
        top: 100px;
    }

    75% {
        top: 200px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes heightChange {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes heightChange {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
    }
}

.loaderbarra .barra2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loaderbarra .barra3 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.loaderbarra .barra4 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loaderbarra .barra5 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.quadromensagem {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(60, 60, 60, 0.8);
    /*padding-top: 30px;*/
}

.quadromensagem-content {
    display: block;
    background-color: #fefefe;
    margin-top: 15%;
    margin-right: auto;
    margin-left: auto;
    width: 450px;
    padding: 16px;
}

.quadromensagem-container {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    border-radius: 5px;
}

.quadromensagem-fechar {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #f1f1f1;
}

.quadromensagem-fechar:hover, .quadromensagem-fechar:focus {
    color: #f44336;
    cursor: pointer;
}
.botaookenvio {
    background-color: #ff6a00;
    width: 120px;
    border: none;
    color: #ffffff;
    padding: 14px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.9;
}
.botaookenvio:hover {
    opacity: 1;
}
.aviso {
    visibility: hidden;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 20px;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    font-size: 17px;
}
.exibiraviso {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}


@media screen and (max-width: 1200px) {
    .divdescsolucoes {
        height: 250px;
    }
}
@media screen and (max-width: 1000px) {
    .divdescsolucoes {
        height: 300px;
    }
    .divbtnrepresentadas {
        bottom: 60px;
    }
    .divgifscroll {
        bottom:100px;
    }
    .divheadlinecapa {
        font-size:40px;
        top:150px;
    }
}

@media screen and (max-width: 900px) {
    .divgifscroll {
        bottom: 80px;
    }
    .quadrobanner2 {
        flex-direction: column;
    }
    .divquadrosobre {
        flex-direction: column;
    }
    .divquadrosolucoes {
        flex-direction: column;
    }

    .divdescsolucoes {
        height: auto;
    }

    .tituloservico1 {
        display: block;
    }

    .divquadroservico {
        flex-direction: column;
    }

    .divdescdesenvolvimento {
        order: 2
    }

    .divimgdesenvolvimento {
        order: 1;
    }

    .divimgmigracao {
        order: 1;
    }

    .logoalimak1 {
        display: none;
    }

    .logoalimak2 {
        display: block;
    }

    .divquadrorep {
        flex-direction: column;
    }

    .divimgrepresentada {
        order: 1;
    }

    .divimgrep2 {
        order: 1;
    }

    .divdescrep {
        order: 2
    }

    .divdescrep2 {
        order: 2
    }

    .divdescmigracao {
        order: 2
    }

    .divdescintegracao {
        order: 2
    }

    .divimgintegracao {
        order: 1;
    }

    .divdescricaosuporte {
        order: 2;
    }

    .divimgsuporte {
        order: 1;
    }

    .divquadrocontato {
        width: 100%;
    }

    .divformulario {
        width: 100%;
    }

    .divquadrorodape {
        flex-direction: column;
    }

    .divconteudorodape {
        padding: 10px;
    }

    .divbtnrepresentadas {
        bottom: 50px;
    }
    .divquadro1 {
        padding: 10px;
        /*margin: 20px;*/
    }
    .divimgcontato {
        width:100%;
    }
    .imgcontato {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .divformcontato {
        width:100%;
    }
    .divbordaformcontato {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 700px) {
    .divmenu {
        display: none;
    }
    .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: center;
    }
    .dropdown-content {
        width: 100%;
        text-align: center;
        position: relative;
    }
    .dropdown-content a {
        text-align: center;
    }
    .divicon {
        display: block;
    }
    .divgifscroll {
        bottom: 50px;
    }
    .divmapasite {
        display: none;
    }
    .divmenu.responsive {
        display: block;
        text-align: center;
        width: 100%;
    }
    .divmenu.responsive a {
        flex-direction: column;
    }
    .divtextocapa {
        font-size: 30px;
        margin-top: 100px;
    }
    .divbtnrepresentadas {
        bottom: 30px;
    }
    .divheadlinecapa {
        top:100px;
        font-size:30px;
    }
    .texto1banner1,.texto2banner1 {
        font-size:18px;
    }
    .descricoes {
        line-height:25px;
    }
    .botao1 {
        width:300px;
    }
    .tituloservico2 {
        font-size:20px;
    }
    .divbanner1 {
        padding: 20px 20px 20px 20px;
    }
}
@media screen and (max-width: 600px) {
    .divparceiros {
        flex-direction: column;
    }
    .divlogoparccsm {
        text-align: center;
    }
    .divlogoparcalimak {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .imgcapa {
        height: 300px;
    }

    .divheadlinecapa {
        top: 110px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .divbanner2 {
        padding: 20px 10px 20px 10px;
        line-height: 0;
    }

    .divtextobanner2 {
        font-size: 18px;
        padding: 10px;
        line-height: 25px;
    }

    .divbanner4, .divbanner5 {
        padding: 10px;
    }

    .divgifscroll {
        bottom: 30px;
    }

    .divbtnrepresentadas {
        bottom: 10px;
    }
}

@media only screen and (min-width: 600px) {
    .GalVe {
        width: 100%;
    }
}

@media only screen and (min-width: 800px) {
    .GalVe {
        width: 50%;
    }
}

@media only screen and (min-width: 1000px) {
    .GalVe {
        width: 25%;
    }
}