﻿/* --------------------- 
CONFIGS
--------------------- */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600);

body {font-family: 'Raleway', sans-serif;}
a {color: #000;}

a:hover {
    color: #00AD57;
    text-decoration: none;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

a:visited{
    text-decoration: none;
    color: #00AD57;
    text-decoration: none;
}

.highlight {color: #00AD57;}
h1 {font-size: 78px;}
h2 {font-family: 'Dosis', 'Raleway', sans-serif, cursive;}
h4 {font-weight: 600;}

.container h2{ font-size: 34px; font-weight: 600; text-transform: uppercase; }

p {
    font-size: 13px;
    line-height: 1.7em;
    color: #b2b2b2;
}

/* --------------------- 
BOTÕES
--------------------- */
.btn:focus,
input:focus {
    outline: none !important;
}

.btn {
    border-radius: 12px;
    padding: 10px 40px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.btn:focus {
    background: rgba(0, 173, 87, 0.5);
    color: #fff;
    border: 2px solid #00AD57;
}

.btn-default {
    background: none;
    color: #00AD57;
    border: 2.5px solid #00AD57;
}

.btn-default:hover {
    background: #00AD57;
    color: #fff;
    border: 2px solid #00AD57;
}

.btn-reverse {
    /*border: 2.5px solid #fff;*/
    color: #fff;
    border-radius: 0;
}

.btn-reverse:hover {
    color: #fff;
    border-radius: 45px;
}

.btn-inverse {
    background: transparent;
    color: #00AD57;
    border: 2.5px solid #00AD57;
    margin-top: 0;
}

.btn-inverse:hover {
    background: #00AD57;
    color: #fff;
    border: 2.5px solid #00AD57;
}

/* --------------------- 
CAMPOS INPUT
--------------------- */
input, textarea {
    padding: 10px 30px;
    border-radius: 12px;
    border: 2px solid #b2b2b2;
    margin: 8px 5px;
    color: #b2b2b2;
    width: 100%;
    background: transparent;
    color: #eee;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

input#enviar{ 
  margin-top: 10px; 
}

input:focus, textarea:focus {
    border: 2px solid #00AD57;
}

/* --------------------- 
SECTION HEADINGS
--------------------- */
.sectionhead {padding: 0 150px;}
.sectionhead h2 {padding-bottom: 10px;}

.sectionhead p {
    font-size: 16px;
    line-height: 1.6em;
}

.sectionhead hr {
    width: 75px;
    border-bottom: 4px solid #eeeeee;
}

/* --------------------- 
HEADER
--------------------- */
#hero {
    text-align: center;
    height: 600px;
    color: #fff;
    /*background: url(../img/bg.jpg) fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    position: relative;
}

#hero .container {padding-top: 170px;}

#hero h1 {
    font-weight: 800;
    text-transform: uppercase;
    line-height: .8em;
    text-shadow: 7px 9px 5px rgba(29, 33, 39, 0.18);
}

#hero p {text-transform: uppercase;}

#hero p {
    padding-top: 75px;
    color: #fff;
}

#hero a{
  color: #aaa;
  font-size: 15px;
}

.bigbell {margin-top: -65px;}

.santa {
    float: right;
    margin-top: -390px;
}

.logo-anim{
    float: left;
    margin-top: -390px;
}

/* --------------------- 
SERVIÇOS
--------------------- */
#servicos {
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
}

.col-md-6,
.col-lg-4 {
    padding-top: 50px;
}

#servicos img {height: 72px;}

/* --------------------- 
SOBRE NÓS
--------------------- */
.sobre-nos {
    margin-top: 75px;
    background: url(../img/bg.jpg) fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.sobre-nos .content {padding: 65px 0;}
.sobre-nos p {color: #9f9f9f;}

.sobre-nos img {
    margin-top: -60px;
    margin-bottom: -15px;
}

/* --------------------- 
SOBRE OS SITES
--------------------- */
#sobresites {
    /*background: url(../img/tag.gif) no-repeat;
    background-position: right 0;*/
}

.featureditem {padding: 75px 0 20px;;}
.featureditem img{margin-top: -20px;}
.productimg {max-width: 100%;}

.productimg:hover {
    opacity: .8;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.offertag {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    padding: 5px;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(351deg);
    -webkit-transform: rotate(351deg);
    -moz-transform: rotate(351deg);
    -o-transform: rotate(351deg);
    -ms-transform: rotate(351deg);
}

.offertag h4 {margin-bottom: 0px;}
.offertag p {color: #fff;}

.bigtag {
    top: 10px;
    left: 400px;
}

.smalltag {
    top: 100px;
    left: 110px;
    -webkit-transform: rotate(351deg) scale(.8);
    -moz-transform: rotate(351deg) scale(.8);
    -o-transform: rotate(351deg) scale(.8);
    -ms-transform: rotate(351deg) scale(.8);
}

.fixedoffer {background: #89d055;}
.percentoffer {background: #f53f2c;}
.otheroffer {background: #668bde;}
.moreitems .col-md-4 {padding-left: 0;}

#sobresites .col-md-5{
  padding-top: 75px;
}

#sobresites p{
  font-size: 16px;
  color: #777;
}
#sobresites b{
  font-weight: 600;
  color: #444;
}

#sobresites h2::after{
  content: '';
    display: block;
    width: 40px;
    border-bottom: 3px solid #e1e1e1;
    padding-top: 20px;
    margin-bottom: 25px;
    position: relative;
    left: 0;
}

/* --------------------- 
ENTRE EM CONTATO
--------------------- */
#contato {
    margin-top: 25px;
    background: url(../img/bg.jpg) fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff; 
    position: relative;
}

.santaicon {
    margin-top: -160px;
    overflow: hidden;
}

#contato .container {padding: 65px 0;}

#contato .col-md-3{ position: relative; }
#contato h2 { margin-bottom: 42px; padding: 0px 20px; }

.google-maps {
    position: relative;
    padding-bottom: 75%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#contato ul li{
  list-style-type: none;
}
#contato ul{
  margin-top: 23px;
  font-size: 16px;
}

.form-erro{
    border-color: #e74c3c;
}

.enviado.sucesso, .enviado.erro{
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
}
.enviado.sucesso{
    color: #00AD57;
}
.enviado.erro{
    color: #e74c3c;
}

/* --------------------- 
FOOTER
--------------------- */
footer {padding: 75px 0 30px 0;}
h3.logo {margin-top: -20px; font-size: 28px; font-family: 'Titillium Web', 'Raleway', Arial, sans-serif; }

.santacap {
    margin-top: -110px;
    margin-left: -105px;
}

footer hr {
    width: 75px;
    border-bottom: 4px solid #eeeeee;
}


#acesso-remoto{ position: absolute; right: 5%; width: 180px; bottom: 28px; z-index: 99; }
#acesso-remoto a{ position: relative; padding-left: 44px; display: block; color: #ccc; }
#acesso-remoto i{ position: absolute; width: 32px; height: 32px; left: 0; top: 0; display: block; background: url('../img/icone-teamviewer.png') no-repeat; }
#acesso-remoto a:hover{ color: #00AD57; }


/* --------------------- 
OVERLAY PRESET
--------------------- */
.redoverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 24, 0, 0.75);
    position: relative;
}

.lightoverlay {
    background-color: rgba(248, 248, 248, 0.9);
    position: relative;
}

.darkoverlay {
    background-color: rgba(54, 57, 66, 0.85);
    position: relative;
}

.camadaoverlay{
    background-color: rgba(38, 49, 56, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* --------------------- 
SOCIAL ICONS
--------------------- */
.sticky-container {
    position: fixed;
    right: -125px;
    top: 130px;
    width: 200px;
    z-index: 9;
}

.sticky li {
    list-style: none;
    background-color: #333;
    color: #b2b2b2;
    height: 36px;
    margin: 0px 0px 3px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale");
    filter: gray alpha(opacity=50);
    -webkit-filter: grayscale(50%);
}

.sticky li:hover {
    margin-left: -115px;
    filter: none;
    -webkit-filter: grayscale(0%);
}

.sticky li img {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    padding: 2px;
}

.sticky li p {
    text-transform: uppercase;
    line-height: 36px;
}

.rodapecontato h2, .rodapecontato p, .rodapecontato input{
    position: relative;
}



.clientes img{
   /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.7;
}
.clientes img:hover{
  /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

/* ANIMAÇÃO CURSOR */

.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 582px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5e1ea+0,eff4f9+100 */
  background: rgb(213,225,234); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(213,225,234,1) 0%, rgba(239,244,249,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,225,234,1)), color-stop(100%,rgba(239,244,249,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(213,225,234,1) 0%,rgba(239,244,249,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(213,225,234,1) 0%,rgba(239,244,249,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(213,225,234,1) 0%,rgba(239,244,249,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(213,225,234,1) 0%,rgba(239,244,249,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e1ea', endColorstr='#eff4f9',GradientType=0 ); /* IE6-9 */
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
}
