@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
}


/*TOPO*/

.topo {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
}

.topo .faixa-topo {
    width: 100%;
    display: table;
    height: 71px;
    background: #000;
}

.topo #topo {
    width: 1200px;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
    z-index: 999;
}

.topo #topo .logo {
    width: 17%;
    float: left;
    position: relative;
    z-index: 999;
}

.topo #topo .logo img {
    width: 90%;
}

.topo #topo .menu {
    width: 80%;
    float: right;
    text-align: left;
    margin-top: 40px;
}

.banner {
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: -999;
    margin-top: -4%;
}

.banner iframe.banner-topo {
    width: 100%;
    margin: 0 auto;
    height: 680px;
    position: absolute;
    z-index: 0;
    margin-top: -4%;
}

.banner #EdgeID {
    margin: 0 auto;
    max-height: 680px;
    position: absolute;
    z-index: 0;
    margin-top: -4%;
}


/*PADRÃO*/

.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: table;
    position: relative;
}

.titulo {
    font-size: 25px;
    color: #e32823;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase
}

.titulo2 {
    font-size: 25px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase
}

.destaque {
    font-size: 18px;
    color: #e32823;
    font-weight: 600;
}

.col1 {
    width: 50%;
    margin: 0 auto;
    display: table;
    float: left;
}

.col2 {
    width: 50%;
    margin: 0 auto;
    display: table;
    float: right;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.visible {
    visibility: visible;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid #CCC;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    padding: 5px 10px;
    outline: none;
    width: 90%;
    margin-bottom: 10px
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid #CCC;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    padding: 5px 10px 90px;
    outline: none;
    width: 90%;
    margin-bottom: 10px
}

.but_mask {
    background: #9E0B0F;
    height: 50px;
    border: none;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    width: 10%;
}

input[type=text] {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666;
    padding: 5px 10px;
}

input[type=textarea] {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666;
    padding: 5px 10px;
}

.bt-top {
    right: 2%;
    position: fixed;
    top: 90%;
    cursor: pointer;
}


/*BACKGROUND DOS BLOCOS*/

.quem-somos {
    width: 100%;
    height: 520px;
    text-align: center;
    position: relative;
    background: url(../imagens/background-quem-somos.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/background-quem-somos.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/background-quem-somos.jpg', sizingMethod='scale')";
    margin-top: 31.5%;
}

.servicos {
    width: 100%;
    height: 600px;
    background: url(../imagens/background-servicos.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/background-servicos.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/background-servicos.jpg', sizingMethod='scale')";
    text-align: center;
}

.trabalhe-conosco {
    width: 100%;
    height: 600px;
    background: url(../imagens/background-trabalhe.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/background-trabalhe.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/background-trabalhe.jpg', sizingMethod='scale')";
    text-align: center;
}


/*QUEM SOMOS*/

#quem-somos .col1 {}

#quem-somos .col1 img {
    width: 50%;
    margin-top: 7px;
}

#quem-somos .col2 {
    text-align: justify;
    left: 50%;
    margin-top: 40px;
    margin-bottom: 40px
}


/*SERVIÇOS*/

#servicos {
    color: #fff;
}

#servicos .col1 {
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 40px
}

#servicos .col2 {
    text-align: right;
}

#servicos .col2 img {
    width: 85%;
    margin-top: 50px;
}


/*NOSSOS DIFERENCIAIS*/

.diferenciais {
    width: 100%;
    margin: 0 auto;
    margin-top: -20px;
    background: #dcddde;
}

#diferenciais {
    text-align: center;
    padding: 20px 0 60px 0;
}

#diferenciais .bloco {
    width: 23%;
    margin: 0 auto;
    margin: 1%;
    float: left;
    display: table;
    text-align: center
}

#diferenciais .bloco img {
    width: 50%;
    text-align: center
}


/*CLIENTES*/

.clientes {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.clientes #clientes {
    text-align: center;
}

#clientes .col1 {
    float: left;
    text-align: left;
}

#clientes .col2 {
    float: right;
    text-align: center;
}

.clientes #clientes .bloco {
    width: 25%;
    float: left;
    height: 120px;
}

.clientes #clientes .bloco1 {
    width: 25%;
    text-align: center;
    float: left;
    height: 120px;
}

.clientes #clientes .bloco img {
    width: 200px;
    text-align: center;
}

.clientes #clientes .bloco1 img {
    width: 200px;
    text-align: center;
}


/*TRABALHE CONOSCO*/

#trabalhe-conosco {
    text-align: right;
    color: #FFF;
}

#trabalhe-conosco #candidato {
    border: 1px solid #CCC;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    padding: 5px 10px;
    outline: none;
    width: 80%;
    margin-bottom: 10px
}

#trabalhe-conosco #cargo {
    border: 1px solid #CCC;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    padding: 5px 10px;
    outline: none;
    width: 80%;
    margin-bottom: 10px
}

#trabalhe-conosco .enviar {
    width: 30%;
    float: left;
    padding: 10px;
    height: 28px;
    font: 16px 'Open Sans';
    font-weight: 400;
    border: none;
    margin: 10px 0 0 0;
    background: #9E0B0F;
    color: #FFF;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 3%;
    margin-left: 22%;
}

#trabalhe-conosco .enviar1 {
    width: 30%;
    float: left;
    padding: 10px;
    height: 28px;
    font: 16px 'Open Sans';
    font-weight: 400;
    border: none;
    margin: 10px 0 0 0;
    background: #9E0B0F;
    color: #FFF;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 3%;
}

#trabalhe-conosco input[type=button] {
    width: 100%;
    background: none;
    padding: none;
    margin: none;
    color: #FFF;
    border: none;
}


/*MAPA*/

.mapa {
    width: 100%;
    margin: 0 auto;
    display: table;
}

.mapa iframe {
    border: none;
    pointer-events: none;
}


/*CONTATO*/

#contato {
    margin-bottom: 60px;
}

#contato .titulo {
    text-align: center;
}

#contato .col1 {
    float: left;
    text-align: left;
}

#contato .col2 {
    float: right;
    text-align: center;
}


/*#bt_contato			{ background:#9E0B0F; height:50px; border:none; padding: 8px; color:#FFF; cursor: pointer; cursor: hand; width:20%; float:left; margin-left:20px; font-family:Arial, Helvetica, sans-serif; font-size:15px;}
*/

#contato .enviar,
#clientes .enviar {
    width: 30%;
    float: left;
    padding: 10px;
    height: 28px;
    font: 16px 'Open Sans';
    font-weight: 400;
    border: none;
    margin: 10px 0 0 0;
    background: #9E0B0F;
    color: #FFF;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 3%;
}

#contato input[type=button],
#clientes input[type=button] {
    width: 100%;
    background: none;
    padding: none;
    margin: none;
    color: #FFF;
    border: none;
}


/*RODAPE*/

.rodape {
    width: 100%;
    height: 60px;
    background: #E32823;
    display: table;
}

.rodape #rodape {
    text-align: center;
    color: #fff;
}

.rodape #rodape .mogicomp {
    float: right;
    width: 5%;
    margin-top: -35px;
}

.rodape #rodape .mogicomp img {
    width: 90%;
}

.rodape #rodape p {
    width: 90%;
    margin-left: 10%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-top: 30px;
}


/*JANELA*/

.janela {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #FFF;
    width: 90%;
    text-align: center;
    overflow: hidden;
    background-color: none;
    padding: 30px;
    border: none;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    right: 50%;
    z-index: 999999;
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 90;
}

.window {
    display: none;
    width: 600px;
    height: 400px;
    top: 10%;
    position: fixed;
    left: 0;
    background: #FFF;
    z-index: 9900;
    padding: 25px;
    border-radius: 10px;
}

#mascara {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
}

.fechar {
    display: block;
    text-align: right;
    color: #ef4e22;
}

@media screen and (min-width:1400px) {
    .banner {
        margin-top: -3%;
    }
    .banner iframe.banner-topo {
        margin-top: -3%;
    }
    .banner #EdgeID {
        margin-top: -3%;
    }
}

@media screen and (max-width:1200px) {
    .wrapper {
        width: 95%;
        margin: 0 auto;
        padding: 5% 0;
    }
    .topo #topo {
        width: 100%;
        height: 145px;
    }
    .col1 {
        width: 100%;
        margin: 0 auto;
        display: table;
        float: left;
        text-align: center
    }
    .col2 {
        width: 100%;
        margin: 0 auto;
        display: table;
        float: left;
        text-align: center
    }
    .quem-somos {
        height: auto;
    }
    .servicos {
        height: auto;
    }
    .trabalhe-conosco {
        height: auto;
    }
    #quem-somos .col1 {
        display: none;
    }
    #quem-somos .col2 {
        text-align: justify;
        position: relative;
        left: 0;
    }
    #servicos .col1 {
        text-align: justify;
        position: relative;
    }
    #servicos .col2 {
        display: none;
    }
    #contato .col1 {
        text-align: center;
    }
    .titulo {
        text-align: center;
    }
    .titulo2 {
        text-align: center;
    }
    #trabalhe-conosco .enviar {
        width: 30%;
        margin: 0 auto;
        margin-right: 1%;
        margin-left: 14%;
        float: left;
    }
    #trabalhe-conosco .enviar1 {
        width: 30%;
        margin: 0 auto;
        margin-right: 1%;
        float: left;
    }
}

@media screen and (max-width:980px) {
    .topo #topo {
        width: 100%;
        height: 145px;
    }
    .topo #topo .menu {
        margin-top: 25px;
        width: 75%;
    }
    .rodape #rodape p {
        width: 100%;
        margin: 0 auto;
    }
    .rodape #rodape .mogicomp {
        width: 10%;
        margin-top: 5px;
        margin: 0 auto;
        text-align: center;
        float: left;
        margin-left: 50%;
    }
    .clientes #clientes .bloco {
        width: 33%;
    }
    .clientes #clientes .bloco1 {
        width: 33%;
    }
    .clientes #clientes .ultimos {
        width: 50%;
    }
    .clientes #clientes .ultimos img {
        width: 65%;
    }
}

@media screen and (max-width:655px) {
    .topo #topo .logo {
        width: 20%;
        margin-left: 2%;
        margin-top: 2%;
    }
    #diferenciais .bloco {
        width: 45%;
        margin: 2%;
    }
    #bt_contato {
        width: 40%
    }
    .clientes #clientes .bloco {
        width: 50%;
    }
    .clientes #clientes .bloco1 {
        width: 50%;
    }
}

@media screen and (max-width:320px) {
    #diferenciais .bloco {
        width: 95%;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}