body {
    background: #fff;
    -webkit-overflow-scrolling: touch !important;
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: NexaLight;
    src: url('../fonts/Nexa/Nexa-Light.otf');
}

@font-face {
    font-family: NexaBook;
    src: url('../fonts/Nexa/Nexa-Book.otf');
}

@font-face {
    font-family: NexaBold;
    src: url('../fonts/Nexa/Nexa-Bold.otf');
}

@font-face {
    font-family: NexaBlack;
    src: url('../fonts/Nexa/NexaBlack.otf');
}

body,
html {
    font-size: 10px !important;
}

/*UTILIDADES*/

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #00b4be !important;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.07);
}

.owl-carousel .owl-item img {
    width: auto;
}

/********************** ANIMAÇÃO REVEAL-TEXT ***********************/

@use postcss-cssnext;
/* ••·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•· */

:root {
    --animation-delay: 0.2s;
    --duration: 400ms;
    --iterations: 1;
}

/* ••·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•· */

.reveal-text {
    margin-left: auto;
    margin-right: auto;
}

.reveal-text,
.reveal-text::after {
    -webkit-animation-delay: var(--animation-delay);
    animation-delay: var(--animation-delay);
    -webkit-animation-iteration-count: var(--iterations);
    animation-iteration-count: var(--iterations);
    -webkit-animation-duration: var(--duration);
    animation-duration: var(--duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation-name: reveal-text;
    animation-name: reveal-text;
    white-space: nowrap;
    cursor: default;
    display: table;
}

.reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00b4be;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: revealer-text;
    animation-name: revealer-text;
    width: 100%;
}

@-webkit-keyframes reveal-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes reveal-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes revealer-text {
    0%,
    50% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    60%,
    100% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes revealer-text {
    0%,
    50% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    60%,
    100% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

/********************** FIM ANIMAÇÃO REVEAL-TEXT ***********************/

/* snippets */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none;
    color: #08C;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}

a:hover {
    color: #0AF;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* IE6/7 support */

.clearfix {
    *zoom: 1;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.absolute-footer.dark {
  color: rgba(255,255,255,0.5);
}
.absolute-footer, html {
  background-color: #0a0a0a;
}
.absolute-footer {
  color: rgba(0,0,0,0.5);
  padding: 10px 0 15px;
  font-size: .9em;
}
.absolute-footer, html {
  background-color: #040403;
}
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.ellipsis {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

@media print {
    * {
        background: none !important;
        color: black !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        -webkit-filter: Gray();
        filter: Gray();
        filter: url('desaturate.html#grayscale');
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    a {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href="#"],
    a[href="javascript:"] {
        content: "";
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -moz-min-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( -webkit-min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {}

/* Empty Elements */

.debug div:empty,
.debug span:empty,
.debug li:empty,
.debug p:empty,
.debug td:empty,
.debug th:empty {
    padding: 20px;
    border: 5px dotted yellow !important;
}

/* Empty Attributes */

.debug *[alt=""],
.debug *[title=""],
.debug *[class=""],
.debug *[id=""],
.debug a[href=""] {
    border: 5px solid yellow !important;
}

/* Deprecated Elements */

.debug applet,
.debug basefont,
.debug center,
.debug dir,
.debug font,
.debug isindex,
.debug menu,
.debug s,
.debug strike,
.debug u {
    border: 5px dotted red !important;
}

/* Deprecated Attributes */

.debug *[background],
.debug *[bgcolor],
.debug *[clear],
.debug *[color],
.debug *[compact],
.debug *[noshade],
.debug *[nowrap],
.debug *[size],
.debug *[start],
.debug *[bottommargin],
.debug *[leftmargin],
.debug *[rightmargin],
.debug *[topmargin],
.debug *[marginheight],
.debug *[marginwidth],
.debug *[alink],
.debug *[link],
.debug *[text],
.debug *[vlink],
.debug *[align],
.debug *[valign],
.debug *[hspace],
.debug *[vspace],
.debug *[height],
.debug *[width],
.debug ul[type],
.debug ol[type],
.debug li[type] {
    border: 5px solid red !important;
}

/* Proposed Deprecated Elements */

.debug input[type="button"],
.debug big,
.debug tt {
    border: 5px dotted #33FF00 !important;
}

/* Proposed Deprecated Attributes */

.debug *[border],
.debug table[cellpadding],
.debug table[cellspacing] {
    border: 5px solid #33FF00 !important;
}

/* fim snippets */

.centraliza-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.no-scroll {
    overflow-y: hidden !important;
}

.overlay {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 180, 190, 0.21);
    z-index: 1;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.overlay.active,
.owl-item.center .overlay {
    background-color: rgba(0, 0, 0, 0.54);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.content-wrapper {
    z-index: 1;
    position: relative;
}

/*MENU THUMB E FULL*/

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

nav {
    position: fixed;
    width: 100%;
    padding: 25px 0 15px 0;
    background-color: #2d2c2c;
    z-index: 10;
    transition: all 0.4s linear;
}

ul {
    margin: 0 auto;
    padding: 0;
}

ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
}

ul li.logo {
    padding-left: 0;
    padding-right: 25px;
}

ul li.icon {
    padding: 20px 7px;
}

ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: 400;
}

ul li a img {
    margin-top: -4px;
}

ul li a:hover,
ul li a:active,
ul li a:visited,
ul li a:focus {
    color: #00b3bc;
    text-decoration: none;
}

.toggle {
    width: 100%;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 30px;
    display: none;
}

@media (max-width: 768px) {
    .toggle {
        display: block;
    }
    ul {
        width: 100%;
        display: none;
    }
    ul li {
        display: block;
        text-align: center;
    }
    .active {
        display: block;
    }
}

.ico-mouse {
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 150px;
    cursor: pointer;
}

.mouse {
    position: relative;
    width: 30px;
    height: 50px;
    margin: 0 auto 20px;
    background: none;
    border: 2px solid #000000;
    border-radius: calc(16px * 2);
    z-index: 1;
    margin-bottom: 0;
    cursor: pointer;
}

.mouse::after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: calc(5px * 2);
    height: calc(5px * 2);
    background: #000000;
    border: 2px solid #000000;
    border-radius: 100%;
    -webkit-animation-name: scrollWheel;
    animation-name: scrollWheel;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    will-change: transform;
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
}

@-webkit-keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px);
        opacity: 0;
    }
}

@keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px);
        opacity: 0;
    }
}

h2 {
    color: #00b4be;
    font-size: 5em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

h2 b {
    font-weight: 800;
}

h2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.line {
    width: 170px;
    border: 3px solid #000;
    display: block;
    margin: auto;
}

/*MAIN*/

header {
    background: url('../images/banner_header.jpg') center no-repeat;
    background-size: cover;
}

header h1 {
    margin-top: 250px;
    margin-bottom: 200px;
    color: #fff;
    font-size: 4em;
    font-family: NexaBook;
    border-left: 3px solid #00b3bc;
    padding-left: 40px;
}

header h1 b {
    font-size: 4.8rem;
    font-family: NexaBlack;
}

header h1 .voce {
    font-family: NexaBlack;
}

header h1 .chegar {
    font-family: NexaBlack;
    font-size: 6.9rem;
}

header h1 img,
header h1 img.reveal-text {
    display: inline-block;
    margin-top: -12px;
    margin-right: 10px;
}

header .ilustration {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -250px;
}

.curve {
    background: url(../images/curve.png) center bottom no-repeat;
    background-size: cover;
    height: 465px;
    margin-top: -465px;
}

#a-publinog h2 {
    margin-top: 120px;
}

#a-publinog p {
    font-size: 2em;
    line-height: 3.2rem;
    color: #3d3d3d;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

#a-publinog img {
    display: block;
    margin: auto;
    margin-top: 25px;
}

.curve-gray {
    background: url(../images/curve-gray.jpg) center top no-repeat;
    background-size: cover;
    height: 348px;
    margin-top: -565px;
}

#servicos {
    margin-top: 115px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

#servicos h2 {
    margin-top: 75px;
}

#servicos .slide-itens {
    margin: 100px 0;
}

#servicos .item {
    background-color: #fff;
    max-width: 370px;
    box-shadow: 0 9px 23px rgba(117, 117, 117, 0.3);
    -webkit-box-shadow: 0 9px 23px rgba(117, 117, 117, 0.3);
    -moz-box-shadow: 0 9px 23px rgba(117, 117, 117, 0.3);
    padding-bottom: 25px;
    margin: 50px 0;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#servicos .item .item-image {
    height: 223px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#servicos .item .item-image img {
    margin: auto;
    position: relative;
    top: 30px;
}

#servicos .item.um .item-image {
    background: url('../images/item_sac_digital.jpg') center no-repeat;
    background-size: cover;
}

#servicos .item.dois .item-image {
    background: url('../images/item_fb_insta_ads.jpg') center no-repeat;
    background-size: cover;
}

#servicos .item.tres .item-image {
    background: url('../images/item_gestao_redes_sociais.jpg') center no-repeat;
    background-size: cover;
}

#servicos .item.quatro .item-image {
    background: url('../images/item_branding_e_identidade_visual.png') center no-repeat;
    background-size: cover;
}

#servicos .item.cinco .item-image {
    background: url('../images/item_redacao_digital.png') center no-repeat;
    background-size: cover;
}

#servicos .item.seis .item-image {
    background: url('../images/item_one_page.png') center no-repeat;
    background-size: cover;
}

#servicos .item .item-head {
    border-bottom: 1px solid #000;
}

#servicos .item .item-head h3 {
    color: #000000;
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}

#servicos .item .item-head h3 b {
    font-weight: 800;
}

#servicos .item .item-body {
    min-height: 175px;
}

#servicos .item .item-body p {
    font-size: 1.4em;
    line-height: 2.2rem;
    color: #3d3d3d;
    text-align: center;
    margin: 25px;
    min-height: 100px;
}

#servicos .owl-item .item-head,
#servicos .owl-item .item-body {
    opacity: 0.5;
}

#servicos .owl-item.center .item-head,
#servicos .owl-item.center .item-body {
    opacity: 1;
}

#servicos .owl-item .white,
#servicos .owl-item.center .black {
    display: none;
}

#servicos .owl-item .black,
#servicos .owl-item.center .white {
    display: block;
}

#servicos .owl-item .item {
    zoom: 75%;
    position: relative;
    bottom: -85px;
}

#servicos .owl-item.center .item {
    zoom: 100%;
    position: relative;
    bottom: 0;
}

.curve-02 {
    background: url(../images/curve02.png) center top no-repeat;
    background-size: cover;
    height: 431px;
    position: relative;
    top: -2px;
}

#depoimentos {
    background: url('../images/bg_depoimentos.jpg') center no-repeat;
    background-size: cover;
}

#depoimentos .depoimento {
    height: 100%;
    min-height: 500px;
}

#depoimentos h2 {
    color: #fff;
}

#depoimentos .line {
    border-color: #fff;
}

#depoimentos .circle-content {
    background-color: #f5f5f5;
    box-shadow: 0 9px 23px rgba(117, 117, 117, 0.3);
    -webkit-box-shadow: 0 9px 23px rgba(117, 117, 117, 0.3);
    -moz-box-shadow: 0 9px 23px rgba(117, 117, 117, 0.3);
    border-radius: 50%;
    height: 690px;
    width: 690px;
    display: block;
    margin: auto;
    margin-top: 90px;
    margin-bottom: -250px;
}

#depoimentos .circle-content .img-quote {
    margin-top: 36px;
    margin-left: 85px;
}

#depoimentos .circle-content p {
    color: #3d3d3d;
    font-size: 1.6em;
    line-height: 3.2rem;
    font-weight: 400;
    max-width: 450px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 140px;
}

#depoimentos .circle-content .depoimento-corpo p {
    font-style: italic;
    margin-bottom: 50px;
}

#depoimentos .circle-content .depoimento-info {
    margin-left: 20%;
    float: right;
}

#depoimentos .circle-content .depoimento-info p.author {
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
}

#depoimentos .circle-content .depoimento-info p.company {
    font-style: italic;
    font-size: 1.4em;
    text-align: left;
}

#depoimentos .circle-content .depoimento-info p.company span {
    
    background: #00b4be;
    padding: 10px 50px 10px 10px;
    
}

#depoimentos .owl-dots .owl-dot span {
    width: 2px;
    height: 2px;
    color: #000;
    display: block;
}

.curve-03 {
    background: url(../images/curve03.png) center bottom no-repeat;
    background-size: cover;
    height: 153px;
    margin-top: -153px;
}

#clientes h2 {
    margin-top: 400px;
}

#clientes .slide-container {
    background: #f5f5f5;
    margin-top: 100px;
    margin-bottom: 100px;
}

#clientes .slide-clientes img {
    max-height: 200px;
    display: block;
    margin: auto;
}

#servicos .owl-nav {
    z-index: 10;
    margin-top: -360px;
}

.owl-prev {
    float: left;
    position: relative;
    z-index: 10;
}

.owl-next {
    float: right;
    position: relative;
    z-index: 10;
}

.owl-next img,
.owl-prev img {
    width: 55%;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

#clientes .owl-prev,
#clientes .owl-next {
    margin-top: -105px;
}

.curve-04 {
    background: url(../images/curve04.png) center top no-repeat;
    background-size: cover;
    height: 235px;
    margin-bottom: -85px;
}

#orcamento {
    background: url("../images/bg_orcamento.jpg") center no-repeat;
    background-size: cover;
    padding-bottom: 35px;
}

#orcamento h2 {
    color: #fff;
}

#orcamento .line {
    border-color: #fff;
}

#orcamento #form-contato label {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
}

#orcamento #form-contato {
    margin-top: 50px;
}

#orcamento #form-contato .form-control {
    border-radius: 0;
    border: 1px solid #00b4be;
    background: transparent;
    margin-bottom: 30px;
    color: #fff;
}

#orcamento #form-contato ::-webkit-input-placeholder {
    color: #00b4be;
    opacity: 0.4;
}

#orcamento #form-contato ::-moz-placeholder {
    color: #00b4be;
    opacity: 0.4;
}

#orcamento #form-contato :-ms-input-placeholder {
    color: #00b4be;
    opacity: 0.4;
}

#orcamento #form-contato :-moz-placeholder {
    color: #00b4be;
    opacity: 0.4;
}


#orcamento #form-contato .btn-submit {
    background: #00b4be;
    border-radius: none;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
    margin: 50px auto 70px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#orcamento #form-contato .btn-submit p {
    color: #000;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 60px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#orcamento #form-contato .btn-submit:hover,
#orcamento #form-contato .btn-submit:active,
#orcamento #form-contato .btn-submit:visited {
    background: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#orcamento #form-contato .btn-submit:hover p,
#orcamento #form-contato .btn-submit:active p,
#orcamento #form-contato .btn-submit:visited p {
    color: #00b4be;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#orcamento #form-contato .btn-submit p b {
    font-weight: 800;
}

#orcamento .line-bottom {
    border-top: 3px solid #00b4be;
    margin-bottom: 50px;
}

#orcamento p {
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 2em;
}

#orcamento p .icon-address,
#orcamento p .icon-mail {
    margin-bottom: 10px;
}

#orcamento p.right {
    text-align: right;
}

#orcamento p a {
    color: #fff;
}

#orcamento #form-contato label.error {
    font-size: 12px;
    float: right;
    text-align: right;
    right: 0;
    color: #dc3131;
    text-transform: none;
    letter-spacing: normal;
    margin-top: -11px;
    top: -15px;
    position: relative;
}

footer {
    background: #000;
}

footer nav {
    padding-bottom: 20px;
    position: relative;
    background: none;
}

/* start of desktop styles */

@media screen and (max-width: 1199px) {
    ul li a {
        font-size: 1.2em;
    }
    .ico-mouse {
        margin-top: 75px;
    }
}

@media screen and (max-width: 991px) {
    nav ul.active {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 50%;
        margin: auto;
    }
    nav ul.active li {
        font-size: 1.6em;
        margin-bottom: 25px;
    }
    nav .social {
        text-align: center;
        width: 100%;
    }
    nav .social li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    .logo-mobile {
        float: left;
        position: relative;
    }
    .fa {
        position: relative;
        top: -5px;
    }
    nav {
        background: rgba(0, 0, 0, 0.8);
    }
    nav.full {
        background: rgba(0, 0, 0, 0.95);
        height: 100%;
    }
    header h1 {
        margin-top: 60px;
        margin-bottom: 250px;
    }
    header .ilustration {
        margin-top: 100px;
        bottom: 0;
        max-width: 215px;
    }
    .curve {
        background-position: left center;
    }
    .mouse {
        display: none;
    }
    #a-publinog h2 {
        margin-top: 0;
    }
    footer nav {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 767px) {
    #depoimentos .circle-content {
        border-radius: 10px;
        width: 100%;
        height: auto;
        display: block;
        float: left;
        margin-bottom: 0;
    }
    #depoimentos .circle-content p {
        top: 30px;
    }
    #depoimentos .circle-content .depoimento-corpo p {
        margin-bottom: 25px;
    }
    #depoimentos .circle-content .img-quote {
        margin-top: -33px;
        margin-left: -10px;
    }
    #depoimentos .depoimento {
        min-height: 335px;
    }
    #clientes h2 {
        margin-top: 150px;
    }
    #orcamento p,
    #orcamento p.right {
        text-align: center;
    }
    #orcamento .icon-mail {
        margin-top: 50px;
    }
    #orcamento #form-contato .btn-submit {
        width: 100%;
    }
    #orcamento #form-contato .btn-submit p {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 479px) {
    nav ul.active li {
        font-size: 1.4em;
        margin-bottom: 15px;
    }
    #servicos .item {
        max-width: 285px;
    }
    #depoimentos .depoimento {
        min-height: 400px;
    }
}

@media screen and (max-width: 350px) {
    body,
    html {
        font-size: 9px !important;
    }
    #depoimentos .depoimento {
        min-height: 320px;
    }
    #servicos .item {
        max-width: 230px;
    }
}