@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
    line-height: 24px;
    font-size: 14px;
    color: #0073ff;
    font-weight: 400;
    color: #444;
    font-family: 'Roboto', sans-serif;
    padding-top: 92px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

p {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
}

/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 12px 25px;
    border-radius: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.title {
    text-align: center;
    padding-bottom: 70px;
}

.title h2 {
    color: #333;
    font-size: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #0073ff;
    position: absolute;
    top: 12px;
    left: -60px;
}

.title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0073ff;
    position: absolute;
    top: 12px;
    right: -60px;
}

.title p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #817C7C;
}

#mixed-items .mix {
    display: none;
}

/* animation keyfrem */
@-webkit-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@-moz-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@-o-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

/* =================
   MENU
   ================= */
header {
    padding: 20px 0;
    background: #39469a;
    background: -moz-linear-gradient(left, #39469a 0%, #00aded 100%);
    background: -webkit-linear-gradient(left, #39469a 0%, #00aded 100%);
    background: linear-gradient(to right, #39469a 0%, #00aded 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39469a', endColorstr='#00aded', GradientType=1);
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.5);
}

header .navbar {
    height: auto;
    margin-bottom: 0;
}

.is-sticky #navigation {
    background: #fff;
    z-index: 1000;
    transition: 0.3s;
    width: 100%;
    padding: 0;
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-toggle {
    border-color: #333;
    transition: 0.3s;
}

.navbar-toggle .icon-bar {
    background: #333;
    transition: 0.3s;
}

.navbar-toggle:hover {
    border-color: #0073ff;
}

.navbar-toggle:hover .icon-bar {
    background: #0073ff;
}

.menu a {
    color: #fff;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
}

.menu a:before {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 12px;
    width: 0;
    height: 1px;
    background: #fff212;
    transition: 0.3s;
}

.menu a:hover {
    background: transparent;
    color: #fff212;
}

.menu .active a {
    color: #fff212;
}

.menu .active a:before {
    width: 25px;
}

.menu a:hover:before {
    width: 25px;
}

/* =================
   BANNER
   ================= */
#banner img {
    filter: brightness(50%);
}

#banner .block {
    bottom: 40%;
    z-index: 999 !important;
    position: absolute !important;
}

#banner .block h1 {
    padding-bottom: 25px;
    font-size: 55px;
    font-weight: bolder;
    color: #fff212;
}

#banner .block h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

/* =================
   SOBRE
   ================= */
#sobre {
    padding: 100px 0 127px;
    background: #0073ff;
    color: #fff;
}

#sobre i {
    font-size: 70px;
}

#sobre .title h2,
#sobre .title p {
    color: #fff;
}

#sobre .title h2:before, #sobre .title h2:after, #marcas_autorizadas .title h2:before, #marcas_autorizadas .title h2:after {
    background: #fff;
}

#sobre .block {
    color: #fff;
    border: 1px solid #fff;
    padding: 25px 25px;
    margin-top: 20px;
}

#sobre .block ul li {
    padding: 10px 0;
}

#sobre .texto_sobre {
    margin-bottom: 40px;
}

#sobre .texto_sobre p {
    font-size: 15px !important;
    text-indent: 2em !important;
    color: #fff !important;
    text-align: justify !important;
}

#sobre .block ul li p {
    text-transform: uppercase;
}

#sobre .block ul li:first-child {
    margin-bottom: 26px;
}

#sobre .block ul li:first-child h4 {
    padding-bottom: 29px;
    font-size: 20px;
}

#sobre .block ul li:first-child p {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}

#sobre .block ul li:first-child p span {
    font-size: 16px;
    font-weight: 300;
}

#sobre .block ul li:last-child {
    color: #fff;
    margin-top: 25px;
}

#sobre .block .btn-buy {
    border-color: #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    transition: 0.3s;
    background: #fff;
    color: #0073ff;
}

#sobre .block .btn-buy {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

#sobre .block:hover {
    background: rgba(255, 255, 255, 0.17);
}

#sobre .block:hover .btn-buy {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

/* =================
   SERVIÇOS
   ================= */
#servicos {
    padding: 100px 0 0;
}

#servicos .feature-block {
    padding-bottom: 35px;
}

#servicos .feature-block .icon-box {
    margin-bottom: 24px;
}

#servicos .feature-block .icon-box i {
    display: inline-block;
    line-height: 1;
    font-size: 60px;
    transition: 0.3s;
    color: #0073ff;
}

#servicos .feature-block h4 {
    font-size: 20px;
    color: #333;
    position: relative;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 400;
}

#servicos .feature-block p {
    font-size: 15px;
    color: #888;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
}

#servicos .showcase-img {
    margin-top: 40px;
}

/* =================
   PRODUTOS
   ================= */
#produtos {
    padding: 100px 0;
    background-color: #f1f1f1;
}

#produtos .block .recent-work-mixMenu {
    padding-bottom: 40px;
    text-align: center;
}

#produtos .block .recent-work-mixMenu ul li {
    display: inline-block;
    padding: 0;
}

#produtos .block .recent-work-mixMenu ul li button {
    background: none;
    border: 0;
    font-size: 15px;
    color: #474747;
    margin: 0 20px;
    transition: 0.2s;
    text-transform: uppercase;
}

#produtos .block .recent-work-mixMenu ul li button:hover {
    color: #0073ff;
}

#produtos .block .recent-work-mixMenu ul li button:focus {
    outline: 0;
}

#produtos .block .recent-work-mixMenu ul li .active {
    color: #0073ff;
}

#produtos .block .recent-work-pic ul li {
    margin-bottom: 30px;
    position: relative;
    height: 288px;
}

#produtos .block .recent-work-pic ul li:hover .overlay {
    opacity: 1;
}

#produtos .block .recent-work-pic ul li:hover .overlay i {
    top: 40%;
    opacity: 1;
}

#produtos .block .recent-work-pic ul li:hover .overlay h3 {
    bottom: 50%;
    opacity: 1;
}

#produtos .block .recent-work-pic ul li .overlay {
    position: absolute;
    top: 23px;
    left: 38px;
    bottom: 23px;
    right: 38px;
    background: rgba(0, 115, 255, 0.85);
    transition: 0.3s;
    text-align: center;
    opacity: 0;
}

#produtos .block .recent-work-pic ul li .overlay h3,
#produtos .block .recent-work-pic ul li .overlay i {
    color: #fff;
}

#produtos .block .recent-work-pic ul li .overlay h3 {
    bottom: 30%;
    left: 50%;
    opacity: 0;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    transition: 0.3s;
    position: absolute;
    transition-delay: 0.1s;
    transform: translateX(-50%);
}

#produtos .block .recent-work-pic ul li .overlay i {
    top: 30%;
    opacity: 0;
    left: 50%;
    font-size: 50px;
    transition: 0.3s;
    transition-delay: 0s;
    position: absolute;
    transform: translate(-50%, 50%);
}

#produtos .block .recent-work-pic ul li .overlay .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* =================
   PLAY VIDEO
   ================= */
#play-video {
    padding: 105px 0;
    background: url("../img/new-latter.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#play-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 35, 34, 0.7);
}

#play-video .block {
    text-align: center;
}

#play-video .block h2 {
    color: #fff;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

#play-video .block p {
    text-align: center;
    color: #dfdfdf;
    padding-bottom: 30px;
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
}

#play-video .block .button {
    position: relative;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #0073ff;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    transition: all 300ms linear;
    font-size: 30px;
    margin-top: 10px;
}

#play-video .block .button:hover {
    color: #424242;
    border-color: red;
}

/*#html5-watermark {
    display: none !important;
}*/
/* =================
   CLIENTES
   ================= */
#clientes {
    padding: 100px 0px;
}

#clientes img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#clientes img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    cursor: pointer;
}

#clientes .block {
    position: relative;
    overflow: hidden;
    border: 3px solid transparent;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
}

#clientes .block img {
    width: 100%;
    position: relative;
}

#clientes .block:hover {
    border: 3px solid #0073ff;

}

#clientes .block:hover .clientes-overlay {
    bottom: 0;
    opacity: 1;
}

#clientes .clientes-overlay {
    background: rgba(255, 255, 255, 0.95);
    color: #fff;
    text-align: center;
    padding: 48px 62px;
    position: absolute;
    bottom: -150px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

#clientes .clientes-overlay h3,
#clientes .clientes-overlay span {
    color: #333;
}

#clientes .clientes-overlay span {
    display: block;
    font-size: 13px;
    padding-top: 10px;
}

#clientes .clientes-overlay .icon {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    padding: 10px;
    line-height: 1;
    margin-top: 36px;
    margin-bottom: 25px;
    border-radius: 100%;
    display: inline-block;
    background: #0073ff;
}

#clientes .clientes-overlay .icon i {
    font-size: 18px;
    color: #fff;
}

#clientes .clientes-overlay p {
    font-size: 14px;
    line-height: 23px;
    color: #707a8a;
}

#clientes .clientes-overlay .media {
    margin-top: 10px;
}

#clientes .clientes-overlay .media a {
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
    margin: 0 10px;
}

#clientes .clientes-overlay .media a:hover {
    color: #0073ff;
}

/* =================
   MARCAS AUTORIZADAS
   ================= */
#marcas_autorizadas {
    padding: 100px 0px;
    text-align: center;
    background: #0073ff;
    color: #fff;
}

#marcas_autorizadas h2, #marcas_autorizadas p {
    color: #fff;
}

#marcas_autorizadas a {
    padding: 14px 24px;
    display: block;
}

#marcas_autorizadas a img {
    transition: 0.3s;
    margin: 0 auto;
}

#marcas_autorizadas a:hover img {
    transform: scale(1.2);
}

/* =================
   CONTATO
   ================= */
#contato {
    padding: 100px 0 0 0;
    background: #f9f9f9;
}

#contato form input,
#contato form select,
#contato form textarea {
    border-color: #0073ff;
    border-radius: 5px;
    font-size: 14px;
    color: #97a0af;
    box-shadow: none;
}

#contato form input,
#contato form select {
    margin-bottom: 15px;
    padding: 5px 10px;
}

#contato form textarea {
    margin-bottom: 28px;
    min-height: 172px;
    resize: none;
}

#contato form button {
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 17px 43px;
    background: #0073ff;
    border-radius: 40px;
    font-weight: 600;
    border-color: transparent;
    transition: 0.3s;
}

#contato form button:hover {
    background: none;
    color: #0073ff;
    border-color: #0073ff;
}

/* =================
   RODAPÉ
   ================= */
footer {
    background: #202322;
    padding: 30px 0px;
    text-align: center;
}

footer p {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding-top: 26px;
}

#footer-top iframe {
    width: 100%;
    height: 385px;
    transform: translateZ(0px);
    background-color: #ffffff;
    border: 0;
}

#informacoes_contato {
    margin: 20px 0px;
    width: 100%;
}

.first-box {
    padding: 20px;
    background: #009de0;
    color: #fff;
}

.second-box {
    padding: 20px;
    background: #e4007b;
    color: #fff;
}

.third-box {
    padding: 20px;
    background: #feed01;
}

.fourth-box {
    padding: 9px;
    background: #000000;
    color: #fff;
}

footer img {
    margin-top: 15px;
}

/*WHATSAPP*/
.botao-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    z-index: 999;
    background: #25D366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.botao-whatsapp i {
    font-size: 35px;
    margin-right: 8px;
}

.botao-whatsapp:hover {
    background: #128C7E;
    color: #fff;
}