body {
  font-family: "Clear Sans", sans-serif;
  background: white;
  color: #333;
  font-size: 1.6em;
  line-height: 1.8em;
  position: relative; 
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: #E87E04;
  font-family: "Titillium", sans-serif; }

em {
  color: #555; }

.text-indent {
	text-indent: 2.0em;
}

.text-bold {
	font-weight: bold;
}

.rounded {
	border-radius: 0.5em;
}

.filosofia {
  background: #0075b9 url(../img/fundoloja.jpg) center center;
  background-size: cover;
  padding: 5em 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset; }
  .filosofia h3 {
    font-family: "PT Serif", serif;
    font-style: italic;
    font-size: 1.4em;
    line-height: 2em;
    color: white;
    text-shadow: 0 3px rgba(0, 0, 0, 0.3); }

.fundotools {
  background: #0075b9 url(../img/fundotools.jpg) center center;
  background-size: cover; }

.fundocomputer {
  background: #0075b9 url(../img/fundocomputer.jpg) center center;
  background-size: cover; }

.fundobussiness {
  background: #0075b9 url(../img/fundobussiness.jpg) center center;
  background-size: cover; }

#mainNavigation {
  background: white;
  box-shadow: 0 3px rgba(0, 0, 0, 0.1);
  border: none; }
  #mainNavigation .navbar-brand {
    height: auto; }
  #mainNavigation .navbar-brand img {
	margin-top: 2px;
	margin-bottom: 1px;
    height: 54px !important;
    width: auto; }
  #mainNavigation .navbar-nav a {
    color: #0075b9;
    padding: 1.9em; }
  #mainNavigation .navbar-nav a:hover {
    background: #E4F1FE; }
  #mainNavigation .navbar-nav .active a {
    background: #0075b9;
    color: white; }
  #mainNavigation .navbar-toggle {
    padding: 1.5em; }
  #mainNavigation .navbar-toggle .icon-bar {
    background-color: #0075b9; }

#intro {
  background: #0075b9 url(../img/fundobussiness.jpg);
  background-size: cover;
  color: #fff;
  height: 100vh;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset; }
  #intro #welcome-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em; }
    #intro #welcome-text .typed-cursor {
      display: none; }

#services .item {
  padding: 1em  1em; }
#services .item > div {
  padding: 1em 1.5em;
  background: #ff8000;
  color: white;
  border-radius: 5px;
  text-transform: uppercase; }
#services .item i {
  font-size: 2em;
  padding: 0.5em; }

#about-us {
  position: relative;
  overflow: hidden;
  background: white;
  padding-bottom: 2em; }
  #about-us .row {
    padding: 1em 0; }

#products {
  position: relative;
  overflow: hidden;
  background: white;
  padding-bottom: 2em; }
  #products .row {
    padding: 1em; }
  #products .col-md-2 {
    padding: 0.5em; }
  #products .item {
    background: #ff8000;
    border-radius: 5px;
    color: white;
    text-align: center; }
  #products .item p {
    padding: 0.5em; }

#what-we-do {
  position: relative;
  overflow: hidden;
  background: white;
  
  padding-bottom: 2em; }
  #what-we-do .row {
    padding: 1em; }
  #what-we-do .col-md-2 {
    padding: 0.5em; }
  #what-we-do .servicos .item {
    background: #ff8000;
    border-radius: 5px;
    color: white;
    text-align: center; }
  #what-we-do .item p {
    padding: 0.5em; }

#contact-us {
  position: relative;
  overflow: hidden;
  background: white; }
  #contact-us .row {
    background: white;
    padding: 1.5em; }
  #contact-us #map {
    height: 500px;
    border-radius: 5px; }
  #contact-us #contact-form {
    background: white;
    position: relative;
    top: -100px;
    min-height: 200px;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
    font-family: "Clear Sans", sans-serif; }
  #contact-us #or {
    color: #ff8000;
    font-family: "PT Serif", serif;
    font-style: italic;
    padding: 0.2em 0 1.8em  0; }
  #contact-us .form {
    padding: 1.5em; }
  #contact-us .form .input-group-addon {
    background: #ff8000;
    color: white;
    border-color: #ff8000; }
  #contact-us .form .form-control {
    border-color: #ff8000; }
  #contact-us .form .btn-default {
    background: #ff8000;
    color: white;
    border-color: #ff8000; }
  #contact-us .form .panel {
    border-color: #ff8000; }
  #contact-us .form .panel-heading {
    background: #ff8000;
    color: white; }

@media (max-width: 767px) {
  body {
    margin: 0;
    padding: 0; }

  #mainNavigation {
    position: fixed !important;
    margin: 0 !important;
    padding: 0; }
    #mainNavigation .navbar-brand img {
      width: 200px !important;
      margin-top: 5px;
      height: auto; }
    #mainNavigation .navbar-nav a {
      padding: 0.8em !important; }

  #map {
    height: 250px !important; }

  #contact-form {
    top: -50px !important; }

  #or {
    padding: 0.5em 0 1.5em 0 !important; }

  .form {
    padding: 0.5em 0 !important; }

  #what-we-do .col-md-4 {
    padding: 0 !important; }

  #products .col-md-4 {
    padding: 0 !important; }

  .filosofia {
    padding: 0.8em !important;
    font-size: 0.8em !important; }

  .navbar-nav {
	margin: 7.5px 0px;
	margin-left: -7px; }
  .navbar-collapse {
	margin-bottom: 10px; } }
@media (min-width: 768px) {
  #mainNavigation .navbar-brand, #mainNavigation .navbar-brand img {
	margin-top: 2px;
	margin-bottom: 1px;
    height: 54px !important;
    width: auto; }
  #mainNavigation .navbar-nav a {
    font-size: 0.8em;
    padding: 1.5em; }
  .navbar-header {
	height: 60px !important; } }

#goToStoreNavLink {
  background: #ff8000;
  color: white;  }

#goToStoreNavLink a {
  color: white !important; }

#goToStoreNavLink a:hover {
  background: #ff8000 !important;
  color: white !important;  }

.more {
	background-color: rgb(0,100,255);
	color: white;
	padding: 10px 5px;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
}

.more:hover {
	background-color: rgb(0,130,255);
	color: white;
	font-size: 20px;
}

.more:visited {
	text-decoration: none;
	color: white;
}

ul.list-group li {
	border-style: none;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

/* -- Carousel Serviços -- */

#carouselServices .carousel-control     		 { width:  4%; }
#carouselServices .carousel-control.left,#carouselServices .carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	#carouselServices .carousel-inner .active.left { left: -100%; }
	#carouselServices .carousel-inner .next        { left:  100%; }
	#carouselServices .carousel-inner .prev		 { left: -100%; }
	#carouselServices .active > div { display:none; }
	#carouselServices .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	#carouselServices .carousel-inner .active.left { left: -50%; }
	#carouselServices .carousel-inner .next        { left:  50%; }
	#carouselServices .carousel-inner .prev		 { left: -50%; }
	#carouselServices .active > div { display:none; }
	#carouselServices .active > div:first-child { display:block; }
	#carouselServices .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	#carouselServices .carousel-inner .active.left { left: -16.7%; }
	#carouselServices .carousel-inner .next        { left:  16.7%; }
	#carouselServices .carousel-inner .prev		 { left: -16.7%; }	
}

#carouselServices .item [class*='col-md-']:not(:first-child) {
	border-left: 1px solid #ccc;
}

#carouselServices .item [class*='col-sm-']:not(:first-child) {
	border-left: 1px solid #ccc;
}

#carouselServices .carousel-control .glyphicon-chevron-right, #carouselServices .carousel-control .icon-next {
  right: 0;
}

#carouselServices .carousel-control .glyphicon-chevron-left, #carouselServices .carousel-control .icon-prev {
  left: 0;
}

#carouselServices .carousel-control, #carouselServices .carousel-control:focus, #carouselServices .carousel-control:hover {
  color: #0075b9;
  background-image:none !important;
  filter:none !important;
}

/* -- Carousel Serviços -- */

.icon-servico {
	display: inline-block;
	font-size: 30px;
	height: 90px;
	width: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #0075b9;
	border: 4px solid #0075b9;
	border-radius: 50%;
}

a.navbar-brand {
	padding: 0;
}

.icon-servico:hover {
	background: #eee;
	color: #0019d9;
	border: 4px solid #0019d9;
}

.container-servico {
	height: 500px;
	width: 500px;
}

.texto {
	padding-top: 3%;
	padding-bottom: 10%;
	font-size: 18px;
}

.imagem {
	padding-top: 1%;
}

div.imagem.telecomunicacoes, img.telecomunicacoes {
	padding-top: 0px;
}

img.telecomunicacoes {
	margin: 0 auto;
	width: 80%;
}

@media (max-width: 767px) {
	.box {
		display: flex;
		flex-direction: column;
	}
	.texto {
		order: 1;
	}
	.imagem {
		order: 2;
	}
	.imagem img.telecomunicacoes {
		padding-top: 1%;
	}
	.col-md-8.servicos {
		padding: 0;
	}
	.col-md-12.servicos {
		padding: 0;
	}
}

/* -- IR PARA O TOPO -- */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 9999999999999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* -- IR PARA O TOPO -- */


/* -- TABELA SERVIÇOS -- */

.panel-servicos {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-servicos:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-servicos .panel-heading {
  padding: 20px 10px;
}
.panel-servicos .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-servicos .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-servicos .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-servicos .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-servicos .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
.panel-info {
	border-color: #0075b9;
}
.panel-info .panel-heading {
	background-color: #0075b9;
}
.panel-heading h3 {
	color: #fff;
}
.panel-servicos .btn-warning {
	background-color: #ff8000;
	color: #fff;
}
.panel-servicos .glyphicon-ok {
	color: green;
}
.panel-servicos .glyphicon-remove {
	color: red;
}

/* -- TABELA SERVIÇOS -- */

.logo {
	height: 100% !important;
}

.btn-warning.loja {
	background-color: #ff8000;
	color: #fff;
	width: 100%;
	height: 45px;
	font-size: 20px;
}

.navbar-nav li, .navbar-nav li a {
	margin-top: 1px;
	margin-bottom: 1px;
	border-radius: 0.5em;
	height: 54px !important;
}

/* -- REPPY -- */

#reppy .carousel-control .glyphicon-chevron-right, #reppy .carousel-control .icon-next {
  right: 0;
}

#reppy .carousel-control .glyphicon-chevron-left, #reppy .carousel-control .icon-prev {
  left: 0;
}

#reppy .carousel-control, #reppy .carousel-control:focus, #reppy .carousel-control:hover {
  color: #0075b9;
  background-image:none !important;
  filter:none !important;
}

#reppy .carousel-indicators {
  bottom: -50px;
}

#reppy .carousel-indicators li {
  border: 1px solid #0075b9;
  background-color: #fff;
}

#reppy .carousel-indicators li.active {
  background-color: #0075b9;
}

#reppy .carousel-inner {
  margin-bottom: 50px;
}

@media (min-width: 992px ) {
  #reppy img {
	border: 4px solid #ff8000;
  }
  #reppy div.col-md-3 {
	border: 4px solid #ff8000;
  }
}

/* -- REPPY -- */