﻿* {
    box-sizing: border-box;
}
body, html {
    height: 100%;
    margin: 0;
}
body {
    font-family: Arial,Verdana,Tahoma,sans-serif,Geneva,Helvetica;
    background-color: white;
}
.barra {
    display: block;
    float:left;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    /*background-color: #101010;*/
    z-index: 99;
    opacity: 0.9;
    /*padding: 10px;*/
    border-bottom: 1px solid #ccc;
}
.divlogo {
    display: block;
    float: left;
    cursor: pointer;
}
.imglogo {
    width:150px;
}
.divmenu {
    display: flex;
    flex-direction: row;
    float: right;
    text-align: right;
}
.divmenu a {
    display: block;
    color: white;
    padding: 12px 12px 0px 12px;
    text-decoration: none;
    font-size: 14px;
}
.divmenu a:hover {
    font-weight: 700;
    color: red;
    cursor:pointer;
}
.divicon {
    display: none;
    float: right;
    /*width:50%;*/
    text-align: right;
    padding-top:1px;
}
.icon {
    padding: 10px;
    font-size:30px;
    color: white;
    cursor: pointer;
}
.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;
}
.divtextoimagem1 {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    position: absolute;
    margin-top: 20%;
    /*background: rgb(0, 0, 0);*/
    /*background: rgba(0, 0, 0, 0.2);*/
    color: white;
    text-align: center;
    padding:20px;
    /*padding:20px 50px 20px 50px;*/
}
.divgifscroll {
    width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    text-align:center;
    bottom: 20px;
}
/*-----------------------------------------------------------*/
.divcapa {
    display:block;
    float:left;
    width: 100%;
    margin-top:-50px;
    background-color:black;
}
/*-----------------------------------------------------------*/
.divbanner3 {
    display:block;
    width:100%;
    float:left;
    position: relative;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("Imagens/Banner3.jpg");
    /*background-image:url("Imagens/Capa.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.divtextobanner3 {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    position: absolute;
    margin-top: 20%;
    /*background: rgb(0, 0, 0);*/
    /*background: rgba(0, 0, 0, 0.2);*/
    color: white;
    text-align: center;
    padding: 20px;
    /*padding:20px 50px 20px 50px;*/
}
.divfrasebanner3 {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    position: absolute;
    margin-top: 30%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 30px;
}
.imagens {
    width: 100%;
    height: auto;
}
.descricoes {
    text-align: center;
    /*text-indent: 30px;*/
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 16px;
    color: white;
    padding: 0 30px 0 30px;
}
/*---------------------------------------------------------*/
.divtitulosobre {
    display: block;
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    background-color: #292F33;
    opacity: 0.9;
    color: white;
    padding: 20px;
}
.divsobre {
    display: block;
    width: 100%;
    float: left;
    background-color: #292F33;
}
.divquadrosobre {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    /*padding-top: 30px;*/
    padding-bottom: 30px;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
}
.divsobreAntigo {
    position:relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #292F33;
    opacity: 0.9;
    justify-content: center;
    align-items: center;
}
.divimgsobre {
    flex: 50%;
    padding: 10px;
}
.divdescsobre {
    flex: 50%;
}
/*------------------------------------------------------------*/
.divsolucoes {
    display:block;
    float:left;
    width:100%;
}
.divtitulosolucoes {
    display: block;
    float: left;
    width: 100%;
    font-size: 30px;
    text-align: center;
    color: white;
    padding: 20px;
    background-color: brown;
}
.divquadrosolucoes {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: brown;
}
.quadrosolucoes {
    flex: 33.33%;
    padding: 10px;
}
.titulosolucoes {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: brown;
}
.divdescsolucoes {
    width: 100%;
    height:200px;
    background-color: white;
    padding: 5px;
    justify-content: center;
    align-items: center;
}
.descricaosolucoes {
    text-align: center;
    /*text-indent: 30px;*/
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 14px;
    color: black;
    padding: 0 10px 0 10px;
}
/*------------------------------------------------------------*/
.divservisos {
    display: block;
    width:100%;
    float:left;
    background-color: white;
}
.divtituloservicos {
    display:block;
    width:100%;
    float:left;
    font-size: 30px;
    text-align: center;
    background-color: #292F33;
    opacity: 0.9;
    color: white;
    padding: 20px;
}
.divquadroservico {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    justify-content: center;
    align-items: center;
}
.tituloservico1 {
    display:none;
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    color: black;
    padding-bottom:10px;
}
.tituloservico2 {
    font-size: 20px;
    text-align: center;
    color: black;
}
.divconteudoservicos {
    display: block;
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid lightgray;
}
.imagensservicos {
    width: 80%;
    height: auto;
}
.divdescdesenvolvimento {
    flex: 50%;
    order:1;
}
.divimgdesenvolvimento {
    flex: 50%;
    text-align: center;
    order: 2;
}
.divimgmigracao {
    flex: 50%;
    text-align: center;
    order: 1;
}
.divdescmigracao {
    flex: 50%;
    order:2;
}
.divdescintegracao {
    flex: 50%;
    order: 1;
}
.divimgintegracao {
    flex: 50%;
    text-align: center;
    order: 2;
}
.divimgsuporte {
    flex: 50%;
    text-align: center;
    order: 1;
}
.divdescricaosuporte {
    flex: 50%;
    order: 2;
}
/*------------------------------------------------------------*/
.divcontato {
    display: block;
    float: left;
    width: 100%;
    background-color: #202224;
}
.divtitulocontato {
    display: block;
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    color: white;
    padding: 20px;
}
.divquadrocontato {
    display: block;
    float:left;
    width: 50%;
    position: relative;
    text-align:center;
}
.divdadoscontato {
    display: block;
    float: none;
    width: 80%;
    height: auto;
    position: absolute;
    top:20px;
    left:30px;
    /*background: rgb(0, 0, 0);*/
    background: rgba(0, 0, 0, 0.2);
    
    color: #f1f1f1;
    padding:10px;
    text-align:left;
}
.divimglocalizacao{
    display:block;
    float:left;
    width: 100%;
    padding:10px;

}
.imagemlocalizacao {
    width: 100%;
    height: auto;
}
.desccontato {
    vertical-align: middle;
    font-size: 16px;
    /*text-indent: 10px;*/
    /*letter-spacing: 2px;*/
    padding:5px;
}
/*------------------------------------------------------------*/
.divformulario {
    display: block;
    float: left;
    width: 50%;
    padding:10px;
}
.quadro {
    float: left;
    padding: 5px;
    width:100%;
    font-size:16px;
}
.labeledicao {
    color:white;
    font-weight:500;
}
.camposedicao {
    width: 100%;
    height: 35px;
    font-weight: normal;
    background-color: #f2f2f2;
    border:none;
    padding: 5px;
}
.botaoenviar {
    width: 120px;
    border: none;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50px;
    opacity: 0.9;
    background-color: brown;
}
/*------------------------------------------------------------*/
.divmapasite {
    display: block;
    float: left;
    width: 100%;
    background-color: #181818;
    padding:20px;
}
.divquadromapa {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.quadromapa {
    flex: 33.33%;
    padding: 10px;
}
.divitensmapa {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}
.divitensmapa a {
    display: block;
    padding: 5px;
    color: #ccc;
    text-decoration: none;
}
.divitensmapa a:hover {
    color:red;
    cursor:pointer;
}
/*------------------------------------------------------------*/
.divrodape {
    display: block;
    float: left;
    width: 100%;
    background-color: #101010;
    height:auto;
    padding:20px 10px 20px 10px;
}
.divquadrorodape {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.divconteudorodape {
    flex: 50%;
    font-size: 12px;
    text-align: left;
    color:#ccc;
}
.divredes {
    text-align:right;
}
.divredes {
    padding: 10px;
}
.divredes :hover {
    cursor: pointer;
    color: red;
}
.redes {
    color: white;
    text-decoration: none;
}
.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;
}
.quadro {
    float: left;
    padding: 5px;
}
.w100 {
    width: 100%;
}
.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;
}
.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: #1ab188;*/
    background-color: #296282;
    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;
}
@media screen and (max-width: 1200px) {
    .descricoes {
        letter-spacing: 2px;
        line-height: 20px;
    }
    .divdescsolucoes {
        height: 250px;
    }
}
@media screen and (max-width: 1000px) {
     .divdescsolucoes {
        height: 300px;
    }
}
@media screen and (max-width: 900px) {
    .divquadrosobre {
        flex-direction:column;
    }
    .divquadrosolucoes {
        flex-direction: column;
    }
    .divdescsolucoes {
        height: auto;
    }
    .tituloservico1 {
        display:block;
    }
    .tituloservico2 {
        display:none;
    }
    .divquadroservico {
        flex-direction: column;
    }
    .divimgdesenvolvimento {
        order: 1;
    }
    .divdescdesenvolvimento {
        order: 2
    }
    .divdescmigracao {
        order: 2
    }
    .divimgmigracao {
        order: 1;
    }
    .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;
    }
}
@media screen and (max-width: 700px) {
    .divmenu {
        display: none;
    }
    .divicon {
        display: block;
    }
    .divmapasite {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .divmenu.responsive {
        display:block;
        text-align:center;
        width:100%;
    }
    .divmenu.responsive a {
        flex-direction:column;
    }
}
