/* default */
*{padding: 0px;margin: 0px;box-sizing: border-box;font-family: Cocogoose, sans-serif;}

::-webkit-scrollbar {
  width: 12px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}




@font-face {
	font-family: Cocogoose;
	src: url(../font/Cocogoose_Pro-trial.ttf)
}

form{
  padding:25px;
}

form input{
  width:100%;
  line-height:20px;
  border:1px solid #f60;
  margin-bottom:20px;
  padding:10px;
  font-family:sans-serif;
}

form textarea{
  width:100%;
  border:1px solid #f60;
  padding:10px;
  font-family:sans-serif;
}

form button{
  display:block;
  background: #f60;
  border:0px;
  padding:15px 30px;
  color:#fff;
}

.btn-cta {
  display: block;
}

a.item-btn-cta {
  color: #F7941E;
  background: #000;
  padding: 15px 50px;
  font-size: 17px;
  font-family: sans-serif;
  border-radius: 3px;
}

header#menu-topo {
  width: 100%;
  /* border: 1px solid red; */
  height: 100px;
  position: fixed;
  top:0px;
  z-index: 18;
  display: block;
}

#banner h2{
  color:#fff;
  margin-top:15%;
  display:block;
}

#banner h2{
  text-align:center;
}

#menu-mobile{
  display: none;
}

.wp-menu-topo { 
  width: 80%;
  margin: auto;
}

.item-menu-topo ul {
  margin:0px;
}

.item-menu-topo ul li {
  display: inline-block;
  margin-right: 25px;
}

.item-menu-topo {
  width: 60%;
  float: right;
  position: relative;
  margin-top: 35px;
}

.item-menu-topo ul li a{
  color:#fff;
  font-size: 12px;
}


section#banner {
  width: 100%;
  float: left;
  padding: 30px;
  height: 500px;
  background-image: url(../imagens/banner-topo-solution-off-background.jpg);
  background-position: top;
  background-attachment: fixed;
}

.wp-banner {
  position: relative;
  top: 20%;
  left: 10%;
  width: 50%;
}

.wp-banner h1{
  color:#fff;
  font-size:60px;
}

.logo-menu-topo {
  width: 230px;
  float: left;
  /* background: #ff4c00; */
}

.logo-menu-topo img{
  max-width:100%;
}

section#s-2 {
  float: left;
  width: 100%;
  padding: 25px;
  background-repeat: no-repeat;
  background-image: url(../imagens/simbolo.png);
  background-position: right;
  position: relative;
  bottom: 64px;
  z-index: 1;
  background-size: contain;
}


.item-s-2 {
  width: 340px;
  position: relative;
  top: 100px;
  left: 10%;
}

.item-s-2 h2{
  font-size:50px;
}

.wp-s-2 {
  /* border: 1px solid; */
  height: 500px;
  display: flex;
}

#solucoes-em{
  clear:both;
  width:100%;
  background: #000;
}

#wp-solucoes-em{
  width:90%;
  padding: 120px 5px;
  /* border:1px solid; */
  margin: auto;
  text-align:center;
}

#solucoes-em h2{
  color:#fff;
}

.ctn-solucoes{
  width:250px;
  /* border:1px solid; */
  display:inline-block;
  text-align:left;
  padding:10px;
  vertical-align: top;
}

.ctn-solucoes h3{
  color:#fff;
}

.ctn-solucoes ul li{
  color:#b5b5b5;
  font-size: 16px;
}

.ctn-solucoes ul{
  margin-left:30px;
}


#slider{
  display: none;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 150px 0px 0px 0px;
}

#slider h2{
  margin-bottom:5%;
}


#clientes{
  clear:both;
  width: 100%;
}

.wp-clientes{
  padding: 150px 5px 50px 5px;
  width: 100%;
  margin:auto;
  text-align:center;
}

.wp-clientes ul{
  list-style:none;
}

.wp-clientes ul li{
  display:inline-block;
  width: 225px;
  padding: 5px;
}

.wp-clientes img{
  max-width: 150px;
}



#parceiros{
  clear:both;
  width:100%;
}

.wp-parceiros{
  padding: 150px 5px 0px 5px;
  width:90%;
  margin:auto;
  text-align:center;
}

.wp-parceiros ul{
  list-style:none;
}

.wp-parceiros ul li{
  display:inline-block;
  width: 150px;
  padding: 1% 5px;
}

.wp-parceiros img{
  max-width:100%;
}





section#s-3 {
  float: left;
  width: 100%;
  /* border: solid red 1px; */
  background: #f1f1f1;
}

.wp-s-3 {
  width: 80%;
  margin: auto;
  margin-top: 101px;
  padding: 30px;
}

.ctn-s-3 {
  text-align: center;
}

.ctn-s-3 p{
  padding:2% 1%;
  border-left:2px solid #f60;
  border-right:2px solid #f60;
  font-size: 20px;
}

.ctn-s-3 p span{
  font-family:sans-serif;
  font-size:16px;
  font-weight:bold;
  }

section#video {
  float: left;
  width: 100%;
  text-align:center;
}

section#video:hover {
  transition: 0.5s;
  opacity: 1;
}

section#video img {
  width: 100%;
  opacity: 0.6;
  transition:0.5s;
}

section#video img:hover {
  width: 100%;
  opacity: 1;
  transition:0.5s;
}


video {
  width: 100%;
 
}

#btn-play{
  width:150px !important;
  position:relative;
  bottom:255px;
  transition: 0.5s;
  opacity:0.8;
}

#btn-play:hover{
  width:190px !important;
  position:relative;
  bottom:290px;
  transition: 0.5s;
  opacity:1;
}

section#s5 {
  width: 100%;
  float: left;
  padding: 30px;
  margin-top:50px;
}

.ctn-s-5{
  text-align:center;
}

.ctn-s-5 ul li{
  width:300px;
  display:inline-block;
  vertical-align:top;
  font-family:sans-serif;
  text-align:left;
  padding:15px;
  border: 1px solid #f1f1f1;
  box-shadow: 4px 5px 5px #f1f1f1;
  border-radius: 5px;
}

.ctn-s-5 ul li h3{
  font-size:15px;
  font-style: italic;
}

.ctn-s-5 ul li p{
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
}


.triangulo {
  width: 100%;
  clear: both;
  text-align: center;
}

.thumb-s-3{
  width:100%;
  text-align:center;
  /* border: 1px solid red; */
  margin-top:50px;
}

.thumb-s-3 ul li{
  width: 300px;
  display:inline-block;
  vertical-align: top;
  padding: 5px;
  margin: 4%;
}

.thumb-s-3 ul li img{
  max-width:100%;
   border-radius:5px 5px 0px 0px;
}

.thumb-s-3 ul li p{
  font-size:13px;
  font-family:sans-serif;
  text-align:justify;
  padding:10px;
  background:#fff;
  border-radius:0px 0px 5px 5px;
  border-bottom: 2px solid #F7941E;
}





footer {
  float: left;
  width: 100%;
  padding: 30px;
  
  background: #000;
}

.wp-footer{
  width:95%;
  margin:auto;
  text-align:center;
}

.item-footer{
  width:350px;
  display:inline-block;
  vertical-align:top;
  padding:20px;
  text-align:left;
}

.item-footer h4{
  color:#fff;
}

.item-footer p{
  font-family: calibri;
  color: #F7941E;
}

.item-footer p span{
  font-family:sans-serif;
}

.item-footer img{
  max-width:100%;
}

.item-footer ul{
  list-style:none;
}

@media only screen and (max-width:900px){

  .item-s-2 h2{  
  text-shadow:3px 3px 0px #fff;
}

  .item-menu-topo ul li {
  margin-right: 15px;
}

.item-menu-topo ul li a{
  font-size:12px;
}

.logo-menu-topo {
  width: 150px;
  position:relative;
  top:15px;
}

.wp-banner {
  top: 20%;
  left: 10%;
  width: 80%;
}

.wp-banner h1{
  font-size:40px;
}



}

@media only screen and (max-width:500px){

  .carousel-indicators{
    display:none;
  }

  #menu-mobile{
    display: block;
    width:100%;
  }

  .logo-mobile{
    width:150px;
    float:left;
  }

  .logo-mobile img{
    max-width:100%;
  }

  .menu-mobile{
    width: 150px;
    float:right;
  }

  .menu-mobile button{
    line-height:50px;
    background:#000;
    border-radius:0px;
    border:0px;
    color:#fff;
    width: 100%;
  }

  .dropdown-menu a{
    margin-right:50px;
    padding:15px 5px;
    display:block;
    color:#000;
  }

  header#menu-topo {
  display: none;
}

  section#banner {
  background-image: url(../imagens/banner-mobile-solution-off.jpg);
}

  .wp-banner {
  position: relative;
  top: 125px;
  left: 3%;
  width: 100%;
}

  .wp-banner h1{
    font-size: 40px;
    padding-bottom:25px;
  }

  a.item-btn-cta {
  padding: 15px 20px;
}

section#s-2 {
  background-image: url(../imagens/simbolo-mobile.png);
  bottom: 0px;
}

.item-s-2 h2{
  font-size:50px;  
}

.item-s-2 {
  width: 100%;
  position: relative;
  top: 100px;
  left: 1%;
}

.wp-s-3 {
  width: 100%;
  margin-top: 50px;
  padding: 30px;
}

.wp-footer{
  width:100%;
  margin:auto;
  text-align:center;
}

.item-footer{
  width:100%;
}

.item-footer p span{
  font-family:sans-serif;
}


}