*{
    margin: 0;
    padding: 0;
    font-family: calibri;
}

.fotoshow{
    display: none;
    position: relative;
    z-index: 10;
    margin-bottom: -15px;
}

.fotoshow img{
    width: 100%;    
}

.cab{
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999;
}

.logo{
    height: 90px;
    float: left;
    margin-left: 5%;
}

.logo img{
    height: 75px;
    padding: 10px;    
}

.social{
    float: right;
    margin-right: 5%;
    color: #666;
    font-size: 0.8em;
}

.social img{
    width: 30px;
    float: left;
    margin-right: 15px;
    padding: 15px 0;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 4px 0;
    overflow: hidden;
    background-color: #01233f;
    width: 90%;
    padding: 0 5%;
  }

  ul.topnav li {float: right;}

  ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
   
    
  }

  ul.topnav li a:hover {background-color: #222;} /* grey */

  ul.topnav li.icon {display: none;}

.espaca-menu{
    width: 100%;
    height: 140px;
}


/**
 * Styling the container (the wrapper)
 * position is used to make this box a containing block (it becomes a reference for its absolutely positioned children). overflow will hide part of the images moving outside of the box.
 */

 #slideshow {
    position:relative;
    width:100%;
    height:500px;
    overflow:hidden;
    z-index: 2
}

#slideshow img {
    position:absolute;
    width:100%;
    height:500px;
    top:50%;
    left:50%;
    margin-left:-50%;
    margin-top:-250px;
    opacity:0;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: 3s, 10s;
       -moz-transition-property: opacity, -moz-transform;
       -moz-transition-duration: 3s, 10s;
        -ms-transition-property: opacity, -ms-transform;
        -ms-transition-duration: 3s, 10s;
         -o-transition-property: opacity, -o-transform;
         -o-transition-duration: 3s, 10s;
            transition-property: opacity, transform;
            transition-duration: 3s, 10s;
}

#slideshow img  {
    -webkit-transform-origin: bottom left;
       -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
}

#slideshow :nth-child(2n+1) {
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
}

#slideshow :nth-child(3n+1) {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
}
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
}

#slideshow .fx:first-child + img ~ img  {
    z-index:-1;
}

#slideshow .fx {
    opacity:1;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}


.quem{
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    z-index: 5;
    clear: both;
    padding: 50px 0;
    background: #fff;
}



.img-quem{
    width: 25%;
    float: left;
    margin-left: 5%;
}

.img-quem img{
    width: 90%;
    border-radius: 50%;
    border: 5px solid #ccc;
}

.desc-quem{
    width: 63%;
    float: right;
    margin-right: 5%
}

.desc-quem h1, .total h1{
    color: #01233f;
    border-bottom: 2px dotted #087BD8;
    width: 250px;
    margin-bottom: 40px;
}



.desc-quem p{
    line-height: 25px;
    color: #666;
}

.mais{
    float: right;
    width: auto;
    padding: 12px;
    background: #666;
    color: #fff;
    margin-top: 30px;
}

.pulse {
    animation: pulse 0.7s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }

  .imagem-topo{
    width: 100%;
    height: 550px;
    background: url('../images/back.jpg');
    background-size: cover;
    position: fixed;
    z-index: 1;
  }

  .diferencial{
      position: relative;
      z-index: 2;
      padding: 20px;
      margin: 100px 5%;
      background: rgb(0,0,0, 0.6);
      width: 30%;
      border-radius: 30px;
      color: #ccc;
  }

  .diferencial h1{
      padding-bottom: 15px;
      color: #fff;
  }

  .diferencial p{
      padding-bottom: 8px;
  }

  .diferencial li{
      list-style: none;      
      width: 100%;
      clear: both;
      line-height: 30px;
  }

  .diferencial li img{
      float: left;
      padding-bottom: 5px;
      padding-right: 10px;
  }

  .servico{
      width: 100%;
      height: auto;
      display: table;
      background: #fff; 
      position: relative;
      z-index: 10;
      text-align: center;
  }

  .servico h1{
    color: #01233f;
    border-bottom: 2px dotted #087BD8;
    width: 250px;
    margin-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
  }

  .box-servico{
      width: 18%;
      float: left;
      margin:50px 1%;
      color: #666;
  }

  .box-servico img{
      width: 40%;
      margin: 0 auto;
  }

  .destaque{
      width: 100%;
      height: auto;
      background: url('../images/fundo.jpg');
      position: relative;
      z-index: 8;
      text-align: center;
      padding: 60px 0 0 0;
      display: table;
  }

  .destaque h1{
      color: cyan;
  }

  .destaque p{
      color: #fff;
      font-size: 2em;
  }

  .box-destaque{
      margin: 5%;
      width: 23%;
      float: left;
      color: #ccc;
  }

/*Slide de clientes*/
@-webkit-keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(calc(-250px * 7));
			  transform: translateX(calc(-250px * 7));
	}
  }
  
  @keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(calc(-250px * 7));
			  transform: translateX(calc(-250px * 7));
	}
  }
  .sliderr {
	background: white;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 100%;
    z-index: 99;
    padding: 30px 0;
  }
  .sliderr::before, .sliderr::after {
	/*background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;*/
  }
  .sliderr::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
			transform: rotateZ(180deg);
  }
  .sliderr::before {
	left: 0;
	top: 0;
  }
  .sliderr .slide-track {
	-webkit-animation: scroll 40s linear infinite;
			animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
  }
  .sliderr .slide {
	height: 100px;
    width: 250px;
    margin: 0 25px;
  }

footer{
    width: 100%;
    position: relative;
    z-index: 99;
    background: #1a1a1a;
  }

  
.fim-footer{
    width: 100%;
    position: relative;
    z-index: 99;
    background: #1a1a1a;
    text-align: center;
    padding: 15px 0;
    color: #ccc;
  }
  
  .fim-footer a{
    color: #fff;
    text-decoration: none;
  }
  
  .renders{
    float: right;
    font-size: 0.6em;
    margin-right: 5%;
  }
  
  .renders img{
    height: 20px;
  }

  .total{
    width: 100%;
    background: #fff;
    display: table;
    position: relative;
    z-index: 90;
    margin-top: 0px;
  }

  .contato p{
    color: #666;
    padding: 4px;
  }
  
  .form-send h1{
    font-size: 1.6em;
    padding: 0;
    margin: 0;
  }
  
  .form-send li{
    list-style: none;
    color: #ccc;
    margin-bottom: 25px;
  }
  
  .form-send p{
    color: #666;
    font-size: 0.9em;
  }
  
  .input{
    border: none;
    border-bottom: 1px solid #ccc;
    width: 80%;
    height: 30px;
  }
  
  .mensagem{
    border: 1px solid #ccc;
    width: 80%;
    height: 120px;
    border-radius: 8px;
  }
  
  .send{
    width: 150px;
    height: 35px;
    background: #ccc;
    line-height: 35px;
    font-size: 1.2em;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    transform: scale(1);
    transition-timing-function: ease-out;
    transition-duration: 500ms;
    cursor: pointer;
    border:1px solid #ccc;
    border-radius: 6px;
    margin-top: 15px;
    float: right;
    margin-right: 20%;
    font-size: 0.9em;
  }
  
  .send:hover{
    box-shadow: 0px 0px 6px #666;
    background: #E4E3E3;
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    transform: scale(1);
    transition-timing-function: ease-out;
    transition-duration: 500ms;
  }
  
  .contato{
    padding-bottom: 70px;
    clear:both;
  }
  
  .contato img{
    height: 25px;
    float: left;
    margin-right: 10px;
  }  

  .gutter > iframe{
    border-radius: 15px;
    box-shadow: 0px 0px 6px #666;
}


.block {
    float:left;
    width: 45%;
    margin: 2.5%;
    min-height: 450px;
    position: relative;
    z-index: 2;
  }
  .gutter{
    margin: 15px;
    min-height: 450px;
  }
  
  .full-block2 {
    width: 100%;
    min-height: 500px;
    background: #fff;
    position: relative;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  
  
  .show-block {
    opacity: 1;
    transform:translateY(0) scale(1) translate3d(0, 0, 0);
  }

  .meio_footer{
    width: 90%;
    margin-left: 5%;
    position: relative;
    z-index: 9;
  }
  
  .box_footer{
    width: 21%;
    margin: 0 2%;
    float: left;
    height: auto;
    min-height: 50px;
    color: #000;
  }
  
  .box_footer p{
    color: #000;
    padding-top: 40px;
    font-size: 1.2em;
    border-bottom: 1px dotted #ccc;
  }
  
  .box_footer h2{
    color: #000;
    padding-top: 80px;
    font-size: 1.2em;
    border-bottom: 1px dotted #ccc;
    font-weight: 100;
  }
  
  .box_footer li{
    list-style: none;
    color: #000;
    font-size: 0.8em;
    margin-bottom: 6px;
  }
  
  .border_contato{
    width: 190px;
    height: 2px;
    background: #396DFA;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  
  .border_social{
    width: 110px;
    height: 2px;
    background: #396DFA;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  
  .border_wega{
    width: 100px;
    height: 2px;
    background: #396DFA;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  
  .border_produto{
    width: 130px;
    height: 2px;
    background: #396DFA;
    margin-top: -1px;
    margin-bottom: 15px;
  }
  
  .box_footer h3{
    color: #000;
    font-weight: 100;
    font-size: 0.9em;
  }
  
  .box_footer img{
    height: 20px;
    float: left;  
    margin-right: 8px;
  }
  
  .rede-social img{
    height: 35px;
    margin-right: 15px;
    margin-top: 5px;
  }
  
  .desc_empresa{
    padding-top: 40px;
  } 
  
  .desc_empresa img{
    height: 50px;
    float: left;
    margin-right: 15px;
  }
  
  .desc_empresa h3{
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;  
  }
  
  .teste{
    width: 100%;
    height: 10px;
    clear: both;
    position: relative;
    z-index: 10;
    background: #01233f;
}


@keyframes gira {
    to {
        transform: rotate(360deg);
    }
  }
  
  @keyframes giraanti {
    to {
        transform: rotate(-360deg);
    }
  }
  
  .girar{
    animation: gira 8s linear infinite;   
  }