/**
 * CSS Reset
 * 
 * @version 1.0
 * @link http://github.com/edvaldotsi/css-reset
 * @author Edvaldo Szymonek <info@edvaldotsi.com>
 * 
 */
@charset "UTF-8";

/* CSS RESET */
@font-face {
    font-family: "Museo500";
    src: url("../fonts/Museo500.otf");
}
@font-face {
    font-family: "FuturaMd";
    src: url("../fonts/FuturaMd.ttf");
}
* {
    color: #333;
    margin: 0;
    padding: 0;
    outline: none;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus, :active {
    outline: 0;
}
a:link, a:visited {
    color: #428bca;
    text-decoration: none;
}
a:hover, a:focus {}
small {
    font-size: 80%;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
table {
    border-spacing: 0;
    border-collapse: collapse;	
}
img {
    vertical-align: middle;
    border: 0;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
}
article, aside, details, figcaption,
figure, header, hgroup, nav, footer,
section, summary {
    display: block;
}
input, button,
select, textarea {
    color: inherit;
    font: inherit;
}
body {
    font-family: "Museo500", Arial, sans-serif;
    font-size: 16px;
}
/* FIM DO CSS RESET */

.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden !important; }
.visible { visibility: visible !important; }
.font-italic { font-style: italic; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-nowrap { white-space: nowrap; }
.text-lower { text-transform: lowercase; }
.text-upper { text-transform: uppercase; }
.text-hidden { color: transparent; }
.float-none { float: none; }
.float-left { float: left; }
.float-right { float: right; }
.circle { border-radius: 50%; }
.center-box {
    display: block;
    margin: 0 auto;
}
.clear:after {
    content: " ";
    display: table;
    clear: both;
}
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .8);
}
.modal {
    position: fixed;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 10001;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
}
.bt {
    display: inline-block;
    height: 28px;
    cursor: pointer;
    padding: 0 8px;
    line-height: 26px;
    vertical-align: middle;
    background: none;
    border: 1px solid transparent;
}
.bt-default {
    color: #333 !important;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #f3f3f3);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #f3f3f3);
    background-image: linear-gradient(bottom, #e6e6e6, #f3f3f3);
    border: 1px solid #c3c3c3;
}
.bt-default:hover {
    border: 1px solid #b4b4b4;
}
.bt-default:focus {
    box-shadow: inset 0 0 3px #ccc;
}
.tf {
    display: inline;
    color: #333 !important;
    height: 28px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid transparent;
}
textarea.tf {
    padding-top: 4px;
}
.tf-default {
    background-color: #fff;
    border: 1px solid #ccc;
}
.tf-default:focus {
    border: 1px solid #0099ff;
}
.fluid {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}
/* FIM DOS PADRÕES DE ESTILO */

body {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.bt-send {
    color: #fff !important;
    height: 32px;
    padding: 0 12px;
    background-color: #990000;
    border: 1px solid #990000;
}
.bt-send:hover {
    background-color: #7a0202;
}
.bt-send:focus {
    box-shadow: inset 0 0 3px #ccc;
}

.wrap {
    min-height: 900px;
}

.bg-wrap {
    background: transparent url("../img/backgrounds/wrap.jpg") no-repeat fixed top right;
}

.content {
    max-width: 800px;
}

/* WRAP-HEADER */
.wrap-header {
    min-height: 620px;
    background: transparent;
}

.wrap-header .slogan {
    padding: 120px 0 0 0;
    color: transparent;
}

.wrap-header .slogan h1 {
    width: 398px;
    height: 192px;
    background: transparent url("../img/backgrounds/logo.png") no-repeat center center;
}

.wrap-header .slogan h2 {
    color: #ffae00;
    font-size: 2.4em;
    font-family: "FuturaMd", Arial;
    padding: 40px 0 0 0;
}

.wrap-header .info {
    color: #fff;
    font-family: "FuturaMd", Arial;
    font-size: 1.4em;
    letter-spacing: 1px;
    padding: 80px 0 0 0;
    max-width: 600px;
}

.wrap-header .top-menu {
    position: fixed;
    top: 20%;
    left: 10px;
    list-style: none;
	z-index: 1;	
}

.wrap-header .top-menu li {
    display: block;
}

.wrap-header .top-menu .navegue {
    padding: 0 0 20px 0;
}

.wrap-header .top-menu a {
    display: inline-block;
    color: #444;
    font-size: 1.1em;
    padding: 10px 20px 10px 50px;
    margin: 0 0 7px 0;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.wrap-header .top-menu a:hover {
    color: #990000;
}

.wrap-header .top-menu #mn-inicio {
    background: #fff url("../img/icons/mn-inicio.png") no-repeat center left;
}

.wrap-header .top-menu #mn-oque-fazemos {
    background: #fff url("../img/icons/mn-oque-fazemos.png") no-repeat center left;
}

.wrap-header .top-menu #mn-sobre-nos {
    background: #fff url("../img/icons/mn-sobre-nos.png") no-repeat center left;
}

.wrap-header .top-menu #mn-solucoes-web {
    background: #fff url("../img/icons/mn-solucoes.png") no-repeat center left;
}

.wrap-header .top-menu #mn-portifolio {
    background: #fff url("../img/icons/mn-portifolio.png") no-repeat center left;
}

.wrap-header .top-menu #mn-contato {
    background: #fff url("../img/icons/mn-contato.png") no-repeat center left;
}

/* WRAP CONTENT */
.wrap-content {}

.container * {
    color: inherit;
}

.container {
    color: #990000;
    padding: 60px 0 80px 0;
}

.container .icon {
    margin: 0 0 40px 0;
}

.container h2 {
    font-size: 4.6em;
    padding: 0 0 40px 0;
}

.container p {
    padding: 0 0 10px 0;
}

/* WRAP SOBRE */
.wrap-sobre {
    background: transparent;
}

.wrap-sobre .bg-sobre {
    height: 22px;
    background: transparent url("../img/backgrounds/sobre.png") no-repeat top center;
}

.wrap-sobre .ct-sobre {
    background: #f2f2f2;
}

.wrap-sobre .images a {
    display: block;
    float: left;
    max-width: 20%;
    height: auto;
    padding: 4px;
}

.wrap-sobre .images a .mini-img {
    position: relative;
}

.wrap-sobre .images a:hover .mini-img {
    background: #f5f5f5;
}

.wrap-sobre .images a .mini-img {
    display: block;
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.wrap-sobre .images a .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: url("../img/icons/play.png") no-repeat center center;
    opacity: .8;
}

.wrap-sobre .images a:hover .play {
    opacity: 1;
}

/* WRAP O QUE FAZEMOS */
.wrap-oque-fazemos {
    background: #ffae00 url("../img/backgrounds/mapa-oque-fazemos.png") no-repeat top center;
}

/* WRAP INTERNET */
.wrap-internet {
    background: #fff url("../img/backgrounds/banda-larga.png") no-repeat top center;
}

/* WRAP SOLUCOES */
.wrap-solucoes {
    color: #fff;
    background: #5cc6d0 url("../img/backgrounds/triangulo-branco.png") no-repeat top center;
}

.wrap-solucoes .criativas {
    display: inline-block;
    padding: 4px 20px;
    color: #5cc6d0;
    background: url("../img/content/criativas.png") no-repeat center center;
    background-size: contain;
}

.wrap-solucoes .topics {
    display: block;
}

.wrap-solucoes .topics li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px 40px 0;
    background-size: #ccc;
}

.wrap-solucoes .topics img {
    float: left;
    margin: 30px 0 0 0;
}

.wrap-solucoes .topics h3 {
    font-size: 1.2em;
    padding: 10px 0 10px 100px;
}

.wrap-solucoes .topics p {
    color: #3c4749;
    padding: 0 0 10px 100px;
}

.wrap-hospedagem {
    /*display: none;*/
    color: #fff;
    background: #01bdee url("../img/backgrounds/hospedagem.png") no-repeat center bottom;
    background-size: contain;
}

.wrap-hospedagem .plano {
    float: left;
    width: 20%;
    height: 400px;
    background: transparent url("../img/content/nuvem.png") no-repeat center center;
    background-size: contain;
}

.wrap-hospedagem .plano .nome {
    color: #333;
    text-align: center;
    padding: 3.5em 0 3em 0;
}

.wrap-hospedagem .plano .preco {
    font-size: 1.6em;
    padding: 0 0 1.4em 0;
    text-align: center;
}

.wrap-hospedagem .plano .preco span {
    display: block;
    font-size: .5em;
    padding: 0 1.8em 0 0;
    text-align: right;
}

.wrap-hospedagem .plano .espaco {
    font-size: 1em;
    padding: 0 0 .5em 1em;
}

.wrap-hospedagem .plano .espaco span {
    display: block;
    font-weight: bold;
    color: #3d4196;
}

/* WRAP CENTRAL */
.wrap-central {
    background: #fff url("../img/backgrounds/central-cidade.png") no-repeat top center;
}

/* PORTIFÓLIO */
.wrap-portifolio {
    color: #fff;
    background: #48887b url("../img/backgrounds/triangulo-branco.png") no-repeat top center;
}

.wrap-portifolio h2 {
    padding: 0 0 10px 0;
}

.wrap-portifolio .box-estante {
    width: 45%;
}

.wrap-portifolio .box-quadro {
    width: 45%;
    position: relative;
}

.wrap-portifolio .box-quadro .prt {
    position: absolute;
    display: block;
    width: 70%;
    height: 12.07%;
}

.wrap-portifolio .box-quadro .marcado {
    background: url("../img/content/marcado.png") no-repeat center left;
}

.wrap-portifolio .box-quadro .prt-sites {
    top: 22.64%;
    left: 17.22%;
}

.wrap-portifolio .box-quadro .prt-aplicativos {
    top: 41.36473429951691%;
    left: 17.22%;
}

.wrap-portifolio .box-quadro .prt-sistemas {
    top: 60.08454106280193%;
    left: 17.22%;
}

.wrap-portifolio .box-quadro .prt-identidade {
    top: 78.80434782608696%;
    left: 17.22%;
}

.wrap-portifolio .box-monitor {
    position: relative;
    margin: 10px 0 0 0;
}

.bg-arrow-left {
    background: transparent url("../img/icons/arrow-left.png") no-repeat center center;
}

.bg-arrow-right {
    background: transparent url("../img/icons/arrow-right.png") no-repeat center center;
}
.wrap-portifolio .box-monitor .tela {
    position: absolute;
    background: #fff url("../img/content/loading.gif") no-repeat center center;
}

/* TELA DO MONITOR */
.wrap-portifolio .box-monitor .monitor .tela {
    width: 57%;
    height: 59.91%;
    top: 4.64%;
    left: 20.75%;
}

.wrap-portifolio .box-monitor .monitor .tela-img {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap-portifolio .box-monitor .monitor .prev {
    position: absolute;
    top: 110px;
    width: 20px;
    height: 20px;
}

.wrap-portifolio .box-monitor .monitor .next {
    position: absolute;
    top: 110px;
    right: 0;
    width: 20px;
    height: 20px;
}

/* TELA DO SMARTPHONE */
.wrap-portifolio .box-monitor .smartphone  {
    max-width: 147px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.wrap-portifolio .box-monitor .smartphone .tela {
    top: 17px;
    margin-left: 11px;
    width: 86%;
    height: 69%;
}
.wrap-portifolio .box-monitor .smartphone .tela-img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.wrap-portifolio .box-monitor .smartphone .prev {
    position: absolute;
    top: 100px;
    left: 0;
    width: 20px;
    height: 20px;
}

.wrap-portifolio .box-monitor .smartphone .next {
    position: absolute;
    top: 100px;
    right: 0;
    width: 20px;
    height: 20px;
}

/* CONTATO */
.wrap-contato {
    background: #e6e6e6 url("../img/backgrounds/triangulo-verde.png") no-repeat top center;
}

.wrap-contato .box-form {
    width: 40%;
}

.wrap-contato .box-mapa {
    width: 60%;
    padding: 0 0 0 60px;
    position: relative;
}

.wrap-contato .box-mapa div {
    font-size: .9em;
}

.wrap-contato .box-mapa .cmo {
    position: absolute;
    left: 10px;
    bottom: 20px;
}

.wrap-contato .box-mapa .cwb {
    position: absolute;
    right: 00px;
}

.wrap-contato .box-form .field .tf {
    width: 100%;
    margin: 0 0 10px 0;
}

/*reCapcha*/

.g-recaptcha > div {
    transform:scale(1.06); 
    position: relative;
    margin: 8px;
}

/* WRAP FOOTER */
.wrap-footer {
    margin-bottom: 0;
    padding: 30px 0 30px 0;
    background: #990000 url("../img/backgrounds/wrap.jpg") no-repeat top center;
}

.wrap-footer .addr {
    color: #ffb84d;
    font-size: .9em;
    width: 50%;
    background: url("../img/content/curta.png") no-repeat top right;
}

.wrap-footer .addr ul {
    display: block;
    list-style: none;
}

.wrap-footer .addr li {
    /*float: left;*/
    display: block;
    padding: 0 0 20px 0;
}

.wrap-footer .addr li b {
    color: #fff;
}

.wrap-footer .social-box {
    width: 48%;
    position: relative;
}

.wrap-footer .social-box .social-icons {
    position: absolute;
    top: 6px;
    right: 6px;
}

.wrap-footer .fb-like-box {
    background: #fff;
}

.copyright {
    padding: 10px;
    background: #fff;
}

@media all and (max-width: 1366px) {

    .content-portfolio {
        /*width: 700px;*/
    }

    .content-portfolio h2 {
        padding: 0;
    }

    .content-portfolio .box-monitor {
        margin: 0;
    }
}

@media all and (max-width: 910px) {
    .content {
        padding: 0 1em;
    }

    .wrap-sobre .images a {
        max-width: 33.3333%;
    }

    .wrap-solucoes .topics li {
        width: 98%;
    }

    .wrap-contato .box-form {
        width: 100%;
    }

    .wrap-contato .box-mapa {
        width: 100%;
    }

    .wrap-footer .addr {
        width: 100%;
        background: none;
    }

    .wrap-footer .social-box {
        width: 100%;
    }
}