/*

Theme name: Alkatec Service

Theme URI: http://www.stbeditora.com.br

Description: Tema desenvolvido por STB Design

Author: STB EDITORA

Author URI: http://www.stbeditora.com.br

Version: 1.0

*/

/***

www.stbeditora.com.br

reset css by Igor Tomich - v1.0 | 13082013

License: none (public domain)

***/

* {

	margin: 0;

	padding: 0;

	border: 0;

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-o-box-sizing: border-box;

	-ms-box-sizing: border-box;

}

article, aside, figcaption, figure,

footer, header, nav, section {

	display: block;

}

body {

	font-size: 100%;

  font-family: 'Roboto', sans-serif;

	line-height: normal;

	color: #333;

	text-align: left;

	background: #ebebeb;

  position: relative;

}

img {

	max-width:100%;

	height:auto;

}

iframe {

	max-width: 100%;

	border: 5px solid #444;

	margin: 15px 0 15px 0;

}

ul {

	list-style-type: none;

}

a {

	text-decoration: none;

}

p {

	padding: 5px 0 5px 0;

  font-size: 1.3em;

}

i {

	margin-right: 5px;

}

/***fecha reset css***/

h1, h2, h3, h4, h5 {

  font-family: 'Luckiest Guy', cursive;
	text-transform: uppercase;
  letter-spacing: 1px;

}

header {

  width: 100%;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

}

#topo {

  width: 100%;

  max-width: 1200px;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  padding: 15px;

  align-items: center;

}

#topo span {

  display: block;

  padding-bottom: 5px;

  color:#1F64B3;

  font-size: 1.7em;

  font-weight: 700;

  letter-spacing: -2px;
}

h1#logo {
  font-size: 20px;
  color: #fa7c92;
}
h1#logo span {
  font-size: 38px;
  letter-spacing: 1px;
}

#cssmenu,

#cssmenu ul,

#cssmenu ul li,

#cssmenu ul li a,

#cssmenu #menu-button {

  margin: 0;

  padding: 0;

  border: 0;

  list-style: none;

  line-height: 1;

  display: block;

  position: relative;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#cssmenu:after,

#cssmenu > ul:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

#cssmenu #menu-button {

  display: none;

}

#cssmenu {

  border-top: 5px solid #fff7c0;

  background: #1F64B3;

  z-index: 999;



}

#cssmenu ul {

  max-width: 1200px;

  width: 100%;

  margin: 0 auto;

  position: relative;

}

#cssmenu > ul > li {

  float: left;

}

#cssmenu  ul  li.social {

float: right;

padding-right: 20px;

}

#cssmenu  ul  li.social a{

background: #1F64B3;

border-radius: 5px;

height: 30px;

top: 5px;

line-height: 0;

font-weight: 700;

font-size: 12px;

box-shadow: 2px 2px 3px #333;

color: #fff;

}

#cssmenu  ul  li.social a:hover{

background: #0C1F45;

box-shadow: none;

border-bottom: 1px solid #666;

border-right: 1px solid #666;

}

#cssmenu.align-center > ul {

  font-size: 0;

  text-align: center;

}

#cssmenu.align-center > ul > li {

  display: inline-block;

  float: none;

}

#cssmenu > ul > li > img {

  margin-top: 3px;

}

#cssmenu.align-center ul ul {

  text-align: left;

}

#cssmenu.align-right > ul > li {

  float: right;

}

#cssmenu > ul > li > a {

  padding: 20px;

  font-size: 12px;

  letter-spacing: 1px;

  text-decoration: none;

  color: #fff;

  font-weight: normal;

  text-transform: uppercase;

  font-family: 'Roboto', sans-serif;

}

#cssmenu > ul > li:hover > a {

  color: #666;

  background: #fff7c0;

}

#cssmenu > ul > li.has-sub > a {

  padding-right: 30px;

}

#cssmenu > ul > li.has-sub > a:after {

  position: absolute;

  top: 22px;

  right: 11px;

  width: 8px;

  height: 2px;

  display: block;

  background: #dddddd;

  content: '';

}

#cssmenu > ul > li.has-sub > a:before {

  position: absolute;

  top: 19px;

  right: 14px;

  display: block;

  width: 2px;

  height: 8px;

  background: #dddddd;

  content: '';

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu > ul > li.has-sub:hover > a:before {

  top: 23px;

  height: 0;

}

#cssmenu ul ul {

  position: absolute;

  left: -9999px;

}

#cssmenu.align-right ul ul {

  text-align: right;

}

#cssmenu ul ul li {

  height: 0;

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu li:hover > ul {

  left: auto;

}

#cssmenu.align-right li:hover > ul {

  left: auto;

  right: 0;

}

#cssmenu li:hover > ul > li {

  height: 35px;

}

#cssmenu ul ul ul {

  margin-left: 100%;

  top: 0;

}

#cssmenu.align-right ul ul ul {

  margin-left: 0;

  margin-right: 100%;

}

#cssmenu ul ul li a {

  border-bottom: 1px solid rgba(150, 150, 150, 0.15);

  padding: 11px 15px;

  width: 170px;

  font-size: 12px;

  text-decoration: none;

  color: #dddddd;

  font-weight: 400;

  background: #000;

}

#cssmenu ul ul li:last-child > a,

#cssmenu ul ul li.last-item > a {

  border-bottom: 0;

}

#cssmenu ul ul li:hover > a,

#cssmenu ul ul li a:hover {

  color: #ffffff;

}

#cssmenu ul ul li.has-sub > a:after {

  position: absolute;

  top: 16px;

  right: 11px;

  width: 8px;

  height: 2px;

  display: block;

  background: #dddddd;

  content: '';

}

#cssmenu.align-right ul ul li.has-sub > a:after {

  right: auto;

  left: 11px;

}

#cssmenu ul ul li.has-sub > a:before {

  position: absolute;

  top: 13px;

  right: 14px;

  display: block;

  width: 2px;

  height: 8px;

  background: #dddddd;

  content: '';

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu.align-right ul ul li.has-sub > a:before {

  right: auto;

  left: 14px;

}

#cssmenu ul ul > li.has-sub:hover > a:before {

  top: 17px;

  height: 0;

}

.conteudo {

  max-width: 1200px;

  width: 100%;

  margin: 15px auto;

  padding: 15px;

}

.palco {

  width: 100%;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

}

.palco-marcas {

  text-align: center;
  justify-content: flex-start;

}

.palco-marcas h2,

.palco-marcas h3 {

  color:#fa7c92;
  text-transform: none;
  padding: 30px 15px 15px 15px;
  font-size: 2.5em;
  width: 100%;

}

.palco-box {

  margin-top: 30px;

}

.palco-box h2 {

  width: 100%;

  border-bottom: 1px solid #000;

  padding: 10px 0 5px 0;

  font-size: 1.8em;

  text-transform: none;

  color: #000;

  

}

.palco-info-contato {

  flex-flow: column wrap;

  justify-content: flex-start;

}

.palco-info-contato h3 {

  border-bottom: 1px dotted #ccc;

  padding: 15px 0 0 0;

  margin-bottom: 5px;

}

.box-marcas {

  width: 24%;

  min-width: 270px;

  background: #ccc;

  padding: 5px 5px 2px 5px;

  margin-right: 10px;

  margin-bottom: 15px;

}

.box-serv {

  width: 32%;



}

.box-serv span {

  display: block;

  padding: 5px 0;

  font-weight: 700;

}

.box {

  width: 32%;

  min-width: 270px;

  margin-top: 15px;

  background: #fff;

  border:1px solid #DABD1A;

}

.box-bi {

  width: 49%;
  margin-top: 30px;

}

.box-bi h3 {

  padding-top: 15px;

  padding-bottom: 5px;

  margin-bottom: 15px;

  border-bottom: 1px solid #ccc;
  color: #1F64B3;

}

.box h3 {

  background: #000;

  color: #fff;

  text-align: center;

  padding: 20px 5px;

}

.capa {

}

.capa h2,

.capa h3 {

  font-size: 2.2em;
  color: #1F64B3;
  text-align: left;
  border-bottom: none;
  text-transform: uppercase;

}

/*.capa h1.txtright,
.capa span.txtright,
.capa p.txtright {
  text-align: left;
  display: block;
}*/

.capa span {

  color: #fa7c92;

  font-size: 1.3em;
  font-weight: 700;
  display: block;
  padding: 10px 0;

}

.btn {

  padding: 15px 25px;

  font-size: small;

  background: #2CA03B;

  color:#FFF;

  border-radius: 8px;

  box-shadow: 0 6px 4px -3px #333;

  margin-top: 5px;

  display: inline-block;

}

.btn:hover {

  background: #2CA03B;

  box-shadow: none;

  border: 1px solid #555;

}

#page-tit {

  width: 100%;

  height: 200px;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  background: url(slide/images/slide2.jpg) no-repeat top center;

  box-shadow: 0 6px 8px -4px #333;

  margin-bottom: 30px;
  text-align: center;

}

#page-tit h2 {

  max-width: 1200px;

  width: 100%;

  color: #1F64B3;

  text-shadow: 0.2em 0.5em 0.1em #ddd, -0.3em 0.1em 0.1em #aaa, 0.4em -0.3em 0.1em #999;

  font-size: 2.5em;

  padding-top: 65px;

}

.alignleft {

  float: left;

  margin: 10px 20px 3px 0;

}

.alignright {

  float: right;

  margin: 10px 0 3px 20px;

}

.aligncenter {

  display: block;

  margin: 10px auto;

}

strong {

  color:  #1F64B3;

  font-size: 1.2em;

  font-weight: 700;

}

form {

  width: 100%;

}

label {

  display: block;

  font-weight: 700;

  padding-bottom: 5px;

}

input,

textarea {

  width: 100%;

  padding: 8px;

  background: #ddd;

  border: 1px solid #ccc;

  margin-bottom: 10px;

}

#enviar {

  width: 180px;

  background: #1F64B3;

  color: #fff;

  cursor: pointer;

  padding: 15px 0;

  font-weight: 700;

}

#enviar:hover {

  background: #0D2A65;

}

#labdefeito {

  margin-top: 60px;

}

footer {

  background:  #1F64B3;

  color: #fff;

  padding: 15px;

  border-top: 10px solid #fff7c0;

  text-align: center;

  font-size: small;

}

footer img {

  vertical-align: middle;

  margin-left: 5px;

}

iframe {

  max-width: 100%;

}

#wapp {
  width:200px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#wapp img {width: 200px;}



@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

  #cssmenu {

    width: 100%;

  }

  #cssmenu ul {

    width: 100%;

    display: none;

  }

  #cssmenu.align-center > ul {

    text-align: left;

  }

  #cssmenu ul li {

    width: 100%;

    border-top: 1px solid rgba(120, 120, 120, 0.2);

  }

  #cssmenu ul ul li,

  #cssmenu li:hover > ul > li {

    height: auto;

  }

  #cssmenu ul li a,

  #cssmenu ul ul li a {

    width: 100%;

    border-bottom: 0;

  }

  #cssmenu > ul > li {

    float: none;

  }

  #cssmenu ul ul li a {

    padding-left: 25px;

  }

  #cssmenu ul ul ul li a {

    padding-left: 35px;

  }

  #cssmenu ul ul li a {

    color: #dddddd;

    background: none;

  }

  #cssmenu ul ul li:hover > a,

  #cssmenu ul ul li.active > a {

    color: #ffffff;

  }

  #cssmenu ul ul,

  #cssmenu ul ul ul,

  #cssmenu.align-right ul ul {

    position: relative;

    left: 0;

    width: 100%;

    margin: 0;

    text-align: left;

  }

  #cssmenu > ul > li.has-sub > a:after,

  #cssmenu > ul > li.has-sub > a:before,

  #cssmenu ul ul > li.has-sub > a:after,

  #cssmenu ul ul > li.has-sub > a:before {

    display: none;

  }

  #cssmenu #menu-button {

    display: block;

    padding: 17px;

    color: #dddddd;

    cursor: pointer;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;

  }

  #cssmenu #menu-button:after {

    position: absolute;

    top: 22px;

    right: 17px;

    display: block;

    height: 4px;

    width: 20px;

    border-top: 2px solid #dddddd;

    border-bottom: 2px solid #dddddd;

    content: '';

  }

  #cssmenu #menu-button:before {

    position: absolute;

    top: 16px;

    right: 17px;

    display: block;

    height: 2px;

    width: 20px;

    background: #dddddd;

    content: '';

  }

  #cssmenu #menu-button.menu-opened:after {

    top: 23px;

    border: 0;

    height: 2px;

    width: 15px;

    background: #ffffff;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

  }

  #cssmenu #menu-button.menu-opened:before {

    top: 23px;

    background: #ffffff;

    width: 15px;

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

  }

  #cssmenu .submenu-button {

    position: absolute;

    z-index: 99;

    right: 0;

    top: 0;

    display: block;

    border-left: 1px solid rgba(120, 120, 120, 0.2);

    height: 46px;

    width: 46px;

    cursor: pointer;

  }

  #cssmenu .submenu-button.submenu-opened {

    background: #262626;

  }

  #cssmenu ul ul .submenu-button {

    height: 34px;

    width: 34px;

  }

  #cssmenu .submenu-button:after {

    position: absolute;

    top: 22px;

    right: 19px;

    width: 8px;

    height: 2px;

    display: block;

    background: #dddddd;

    content: '';

  }

  #cssmenu ul ul .submenu-button:after {

    top: 15px;

    right: 13px;

  }

  #cssmenu .submenu-button.submenu-opened:after {

    background: #ffffff;

  }

  #cssmenu .submenu-button:before {

    position: absolute;

    top: 19px;

    right: 22px;

    display: block;

    width: 2px;

    height: 8px;

    background: #dddddd;

    content: '';

  }

  #cssmenu ul ul .submenu-button:before {

    top: 12px;

    right: 16px;

  }

  #cssmenu .submenu-button.submenu-opened:before {

    display: none;

  }

}



/*

1280px – Desktops, notebooks com monitores widescreen

***********************************************************/

@media screen and (max-width:1280px){







}



/*

1024px – Tablets no formato paisagem e alguns monitores mais antigos

***********************************************************/

@media screen and (max-width:1024px){



.capa h1 {

  font-size: 1.6em;

}

.capa span {

  font-size: 1.2em;

}



}





/*

768px – Tablets no formato retrato, como o iPad

***********************************************************/

@media screen and (max-width:768px){



.alignleft,

.alignright,

.alicenter {

  display: block;

  margin: 10px auto;

  float: none;

}

.capa h1.txtright,

.capa span.txtright,

.capa p.txtright {

  text-align: center;

  display: block;

}

.capa {

    text-align: center;

}

.capa h1,

.capa h2 {

  font-size: 1.8em;

  text-align: center;

}

#page-tit {

  height: 130px;

}

#page-tit h2 {

  font-size: 1.2em;
  padding-top: 50px;

}

.box-bi {

  width: 100%;

}

#labdefeito {

  margin-top: 0;

}

    

}





/*

480px – Smartphones no formato paisagem com tela pequena

***********************************************************/

@media screen and (max-width:480px){



#topo {

  flex-flow: column wrap;

  justify-content: center;

  padding: 15px;

}

.fones {

  margin-top: 15px;

}

#topo span {

  padding-top: 5px;

  font-size: 1.3em;

}

.palco-marcas {

  justify-content: center;

}

.palco-marcas h2,

.palco-marcas h3 {
  font-size: 1.8em;

}



}





/*

320px – Smartphones no formato retrato com tela pequena

***********************************************************/

@media screen and (max-width:320px){





      

}