/**
 *
 * Folha de Estilos Padrão do site
 *
 *	Theme Name: IWS Store
 *	Description: O Template Base para Lojas Virtuais da Infinito Web Sites
 *	Version: 1.0
 *	Author: Infinito Web Sites
 *	Author URI: http://www.infinitowebsites.com.br
 *
**/
/***********************************
 * DEFINIÇÕES PRINCIPAIS
***********************************/
body{
	font: 16px 'Roboto', sans-serif;
	font-weight: 400;
	background: #FFFFFF;
    overflow-x: hidden;
    color: #333;
}

a { color: #333; }

a:hover {
	opacity: 0.85;
	text-decoration: none !important;	
	color: #333; 
}

a, a:hover {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
img	{ 
	max-width: 100%; 
    height: auto; 
}

h1, h2, h3, h4, h5, strong {
    font-weight: 700;
}



hr {
    margin: 40px 0;
    border-top: 1px solid #ddd;
}

/***********************************
 * BOTÕES E FORMS
***********************************/

.btn, .form-control {
	font-size: 14px;
}

.btn {
	border-radius: 0;
	box-shadow: 0;
	outline: 0;
	color: #FFF;
}

.btn-danger {
    background: #2C3E50;
    border-color: #2C3E50;
    color: #FFF;
}

.btn.btn-default, .btn.btn-primary { background: #2C3E50; border-color: #2C3E50; color: #FFF; }
.btn-rounded { border-radius: 25px; }

.form-control {
	border-radius: 0;
	box-shadow: none;
	background: #FFF;
	border: 1px solid #EEEEEE;
	height: 37px;
}

.form-control:focus {
	border: 1px solid #999;
	box-shadow: none;
}

.texto-cinza { color: #777; }
.lead { font-size: 20px; }

/***********************************
 * CLASSES E ELEMENTOS PRINCIPAIS
***********************************/

.page-header {
  margin: 0 0 50px;
  border: 0;
  background-color: #EEEEEE;
  padding: 10px 20px 5px;
  border-radius: 2px;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0;
}

.alignright  {
  float: right;
  margin: 0 0 5px 5px;
}

.container-fluid.container-spaced {
    margin: 0 50px;
}

.saiba-mais .btn {
    margin-right: 10px;
    margin-bottom: 15px;
}

.content-body a { color: #2980B9; }

.media-left { min-width: 80px; }

/***********************************
 * CABECALHO E MENU
***********************************/

#header {
  position: relative;
  z-index: 1;
  border-top: 10px solid #2C3E50;
}

div#header-logo {
    margin: 30px 0;
    padding-right: 30px;
    border-right: 2px solid #ddd;
}

#header-slogan {
    padding: 60px 0 0;
    font-size: 18px;
    color: #333;
}

div#header-info {
    padding-top: 55px;
    text-align: right;
}

#main-nav {
    background: #353F47;
}
#main-menu {
    background: transparent;
    border: 0;
    margin: 0;
}

#main-menu .nav {
    float: none;
    text-align: center;
}

#main-menu .nav .menu-item {
    float: none;
    display: inline-block;
    width: 19%;
    margin: 0;
}

#main-nav .nav .menu-item a {
    color: #FFF;
    position: relative;
    font-size: 22px;
    padding: 20px 0 15px;
    border-right: 1px solid #5C6F7C;
    border-bottom: 5px solid #353F47;
}

#main-nav .nav .menu-item:last-child a { border-right: 0; }
#main-nav .nav .current-menu-item a { border-bottom: 5px solid #2980b9; }

/***********************************
 * RODAPÉ
***********************************/

#footer {
    background: #293037;
    border-top: 10px solid #2C3E50;
    color: #fff;
    padding-top: 50px;
    margin-top: 80px;
}

#footer h3 {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 10px;
}

#footer a { color: #FFF; }

#footer .nav a {
  padding: 0;
  color: #FFF;
  font-size: 13px;
}

#footer .nav li:hover a,
#footer .nav li a:hover,
#footer .nav li a:active,
#footer .nav li a:focus {
  background: none;
}

div#footer-info {
    text-align: right;
    margin-top: 30px;
}

#copyright {
  background-color: #161B1F;
  padding: 10px;
  border-top: 1px solid #333;
  margin-top: 50px;
}

#copyright a { color: #FFF; }

#footer-newsletter #newsletter-bar {
    position: relative;
    display: block;
    margin-top: 100px;
    background: transparent;
    border-top: 1px solid #ddd;
    color: #666;
    padding: 20px 0;
}

#loading {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #FFF url('img/loading.gif') no-repeat center;
  display: block;
    top: 0;
    left: 0;
}

#dev { text-align: right; }

/***********************************
 * CONTEUDO / CORPO DO SITE
***********************************/

.page-title {
    padding: 0;
    background: #FAFAFA url('img/fundo-cabecalho.png');
    margin-bottom: 80px;
    position: relative;
    z-index: 0;
}

.page-title h1 {
    margin: 50px 0;
    padding-left: 20px;
    position: relative;
    border-left: 10px solid #2980B9;
}


#header-slider .header-img {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#header-slider .carousel-indicators {
    left: initial;
    right: 20px;
    width: auto;
}

#header-slider .carousel-indicators li { border-radius: 0; }
#header-slider .carousel-indicators .active { background: #158c84; }

header h1.page-title {
    color: #FFF;
    position: absolute;
    width: 400px;
    text-align: center;
    left: 50%;
    margin-left: -200px;
    top: 150px;
    z-index: 999;
    text-transform: uppercase;
}

header h1.page-title:after {
    content: "";
    width: 200px;
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -100px;
    opacity: 0.8;
}

.content-body { overflow-x: hidden; min-height: 450px; }
/*.content-body > .container-fluid { margin: 0 50px; }*/

.section-title {
    background: #188D87;
    color: #FFF;
    text-align: center;
    margin: 0 50px 20px -65px;
    padding: 170px 0;
}

h1.subtitle {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
}

/***********************************
 * PÁGINAS
***********************************/

/*home*/

div#homeslider { background: #424F59; margin-bottom: 100px; }
#homeslider div#header-slider {
    margin: 30px 0 -30px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

.home #header-slider .header-img { height: 400px; }

.home-widget { text-align: center; }
.home-widget h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    border-bottom: 5px solid #556069;
    padding-bottom: 10px;
}

#home-produtos ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
#home-produtos ul a {
    color: #333;
    display: block;
    margin-bottom: 15px;
}

/*servicos*/
#servicos { text-align: center; }
.servico {
    display: inline-block;
    width: 31%;
    margin: 0 1% 50px;
    text-align: center;
}

.servico a .servico-titulo {
    color: #000;
    font-size: 18px;
    height: 50px;
    margin: 20px 0;
}

/*portfolio*/

#categorias .menu-item {
    margin: 0;
}

#categorias .menu-item.current a {
    border-right: 2px solid #5C6F7C;
}

#categorias .menu-item a {
    color: #000;
    text-align: right;
    text-transform: uppercase;
    border-right: 2px solid #ddd;
    border-radius: 0;
    margin: 0;
}


/***********************************
 * MEDIA QUERIES
***********************************/

@media( max-width: 1320px ) {
    .container-fluid.container-spaced { margin: 0 15px; }

    #compre-telefone { display: none; }
    #header-slogan { padding: 21px 0 21px 20px; }
    #main-nav .nav .menu-item a { padding: 15px 15px; }
    #main-nav .nav .menu-item-has-children a { padding-right: 20px !important; }
  
    #main-nav .nav .menu-item-has-children > a:after{ right: 3px; }
}

@media( max-width: 1024px ) {
    #main-nav .nav .menu-item a { font-size: 13px;     } 
    .main .content > header { background-attachment: scroll; background-position: center center; }
    #header-slogan { font-size: 12px; }

    div#header-info { padding-top: 25px; }
    #header-slogan {
	    font-size: 12px;
	    padding: 40px 0 0;
	}

	#copyright, #dev {text-align: center;}

	#categorias .menu-item a {
	    border: 0;
	    background: #eee;
	    margin: 5px;
	}

	#categorias {
	    float: none;
	    text-align: center;
	    margin-bottom: 30px;
	}

	#categorias .menu-item {
	    float: none;
	    display: inline-block;
	    width: auto;
	    text-align: center;
	}

	.cliente {
	    width: 80%;
	    background: #FAFAFA;
	    text-align: center;
	    margin: 10px auto;
	    padding: 20px;
	}

	.servico { width: 45%; }
	.home-widget {
	    margin: 0 auto 80px;
	    width: 80%;
	}
}


@media( max-width: 768px ) {
	#main-menu .navbar-brand img {
	    height: 36px !important;
	    background: #FFF;
	    padding: 3px;
	    margin-left: -10px;
	    margin-right: 10px;
	    margin-top: -8px;
	}

	#header-top .col-md-4 > span { display: none; }
}
@media(max-width: 767px) {  
  #header { padding-top: 0; position: relative; }
  #main-menu .navbar-brand img {
      height: 30px !important;
      margin-top: -4px;
  }

  div#header-logo {
	    margin: 20px 0;
	    padding: 0;
	    border: 0;
	    text-align: center;
	}

	#header-slogan {
	    padding: 0;
	    text-align: center;
	    font-size: 16px;
	}

	div#header-info { display: none; }
	#main-menu .nav { margin: 0 -15px; }
	#main-menu .nav .menu-item {
	    display: block;
	    width: 90%;
	    margin: 0 auto;
	}

	#main-nav .nav .current-menu-item a {
	    background: #2980b9;
	    font-weight: bold;
	}

	.home #header-slider .header-img { height: 150px; }

	.footer-widget {
	    text-align: center;
	    margin: 20px;
	}

	div#footer-info { text-align: center; }
	.servico { width: 90%; }
	.servico a .servico-titulo { height: auto; }
	.media-left { min-width: 45px; }
}