body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-family: 'Handlee', cursive;
  font-weight: 400;
  color: #353535;
  line-height: 26px;
}

.text-title{
	color:#F00 !important;
	font-size: 44px !important;
}

h4{
	color:#353535 !important;
	font-size:22px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Pacifico', cursive;
}

h3{
	color:#F00;
}

p{
	font-size:20px !important;
}

a {
  color: #FF0000;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #353535;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #353535;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.btn {
  border-width: 0;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #FF0000;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #FFFF00;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #FFFF00;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-weight:bold;
  font-size:15px !important;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
   border-top: 3px solid #FF0000;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #FFFF00;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #FFFF00;
    background-color: transparent;
  }
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #FFFF00;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.legenda{
	font-size:13px !important;
}

#descricao {
  padding: 50px 0;
  background-color: #eeeeee;
  margin-top:0px;
  z-index:98px;
  position:relative;
}
#descricao h2 {
  margin-top: 0;
}
#descricao .btn {
  margin-top: 40px;
}

#custo {
  /*background: #FFFF00 url(../images/backgrounds/bandeiras.jpg) no-repeat 50% 50%;
  background-size: cover;*/
  background-color:#FFF;
  color: #000;
  padding: 40px;
  padding-bottom:60px;
}

.custoTopicos{
	float:left;	
	width:100%;
}

.custoTopicosTitulo{
	font-size:21px;
	font-family: 'Comfortaa', cursive;
	width:100%;
	font-weight:bold;
	color: #FF0000;
}

.custoBox{
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
		
	border-radius:15px;
	
	width:91%;
	
	margin:0 auto;
	
	/*margin-top:50px;*/
	
	padding:30px;
	
	padding-left:15px;
	padding-right:15px;
	
	border:1px solid #FFF;
	
	-webkit-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.28);
}



.custoTopicos img{
	margin-left:10px;
	margin-right:10px;
}


.curtaBox{
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #CCCCCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#CCCCCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#CCCCCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#CCCCCC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#CCCCCC 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#CCCCCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
		
	border-radius:15px;
	
	width:91%;
	
	margin:0 auto;
	
	padding:30px;
	
	padding-left:15px;
	padding-right:15px;
	
	border:1px solid #FFF;
	
	-webkit-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.28);
}

#bandeiras {
  /*background: #FFFF00 url(../images/backgrounds/bandeiras.jpg) no-repeat 50% 50%;
  background-size: cover;*/
  background-color:#FFF;
  color: #000;
  padding: 40px;
  padding-bottom:60px;
}

#aplicacoes {
  background: #FFFF00 url(../images/produtos/produtos-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #000;
  padding: 20px;
  padding-bottom:40px;
}

#aplicacoes li{
	list-style:none;
}

#aplicacoes .btn {
  margin-top: 10px;
}
#aplicacoes h2 {
  font-size: 44px;
  line-height: 1;
}
#aplicacoes h2 > span {
  color: #FF0000 !important;
}

#familiaSol{
	padding: 40px;
	background: #fcda32; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZGEzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmM0M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcda32 0%, #ffc43a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcda32), color-stop(100%,#ffc43a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcda32 0%,#ffc43a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcda32 0%,#ffc43a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcda32 0%,#ffc43a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcda32 0%,#ffc43a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcda32', endColorstr='#ffc43a',GradientType=0 ); /* IE6-8 */

}
	
#familiaSol p{
	color:#222 !important;
	line-height:150% !important;
}

#comparativos {
  padding: 40px;
  background-color:#FFF;
}

#comparativos .media.service-box:first-child {
  margin-top: 80px;
}

#meioAmbiente {
  background-size:100% !important;
  background:url(../images/backgrounds/meio-ambiente.jpg) 0 0 fixed; 
  height: auto;  
  margin: 0 auto; 
  width: 100%; 
  position: relative; 
  padding: 40px;
}

.meioAmbienteNumero{
	/*font-size:20px;
	font-weight:bold;*/
}

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #ffd200 0%, #ffff00 100%);
  background-image: -webkit-linear-gradient(4deg, #ffd200 0%, #ffff00 100%);
  background-image: -ms-linear-gradient(4deg, #ffd200 0%, #ffff00 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#000;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #FFFF00;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#aquecedorEmNumeros {
  color: #353535;
  background-size:100% !important;
  background-color:#FFE004;
  /*background:url(../images/backgrounds/aquecedorEmNumeros.jpg) 0 0 fixed;*/
  height: auto;  
  margin: 0 auto; 
  width: 100%; 
  position: relative;
  padding:40px;
}

#aquecedorEmNumeros .container{
	background-color:#FFFFFF;
	padding-bottom:10px;
	border-radius:20px;
	padding-top:35px;
	background-color:#FFFFFF;
}

#aquecedorEmNumeros h1,
#aquecedorEmNumeros h2,
#aquecedorEmNumeros h3,
#aquecedorEmNumeros h4 {
  color: #FF0000;
}

#aquecedorEmNumeros strong {
  display: block;
  margin-bottom: 4px;
}

.aquecedorNumerosBox{
	background-color:#0F3 !important;
}

.aquecedorNumeros {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 1px solid #FFF;
  border-radius: 100px;
  margin-bottom: 20px;
  
  	background: #fff200; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWRhMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fff200 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff200), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff200 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff200 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff200 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff200 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#f1da36',GradientType=0 ); /* IE6-8 */
	
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.3);

}

.aquecedorNumerosValor{
	font-family: 'Chewy', cursive;
	font-size:48px;
	color:#F00;
	margin-top:35px;
}

.aquecedorNumerosLegenda{
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family: 'Chewy', cursive;
	font-size:24px;
	color:#353535;
	margin-top:13px;
	letter-spacing:0px;
	line-height:24px;
}

.aquecedorNumeros2 {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 1px solid #FFF;
  border-radius: 100px;
  margin-bottom: 20px;
  
  	background: #fff200; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWRhMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fff200 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff200), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff200 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff200 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff200 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff200 0%,#f1da36 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#f1da36',GradientType=0 ); /* IE6-8 */
	
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.3);

}

.aquecedorNumerosValor2{
	font-family: 'Anton', cursive;
	font-size:45px;
	color:#F00;
	margin-top:37px;
}

.aquecedorNumerosLegenda2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#353535;
	margin-top:13px;
	letter-spacing:-2px;
	line-height:18px;
}

.numeroMenor{
	font-size:17px !important;
}

.icones{
	height:233px !important;
}

.meioAmbienteTopicos img{
	margin-left:10px;
	margin-right:10px;
}

.meioAmbienteTopicos{
	float:left;	
	width:100%;
	margin-bottom:50px;
}

.meioAmbienteTopicosTitulo{
	font-size:21px;
	font-family: 'Comfortaa', cursive;
	width:100%;
	font-weight:bold;
	color: #353535;
}

.iChuveiro{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: 0 0px;
}

.iRefrigerador{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -200px 0px;
}

.iTv{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -400px 0px;
}

.iArcondicionado{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -600px 0px;
}

.iLampada{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -800px 0px;
}

.iMicroondas{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -1000px 0px;
}

.iFreezer{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -1200px 0px;
}

.iLavadora{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -1400px 0px;
}

.iVentilador{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -1600px 0px;
}

.iEconomia{
	width:200px;
	height:200px;
	background-image:url(../images/comparativos/geral-pc.jpg);
 	background-position: -1800px 0px;
}

.custoImagem{
	margin-left:50px;
}
	
@media (max-width: 768px) {
	.iChuveiro{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: 0px 0px;
	}	

	.iRefrigerador{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -100px 0px;
	}
	
	.iTv{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -200px 0px;
	}
	
	.iArcondicionado{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -300px 0px;
	}
	
	.iLampada{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -400px 0px;
	}
	
	.iMicroondas{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -500px 0px;
	}
	
	.iFreezer{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -600px 0px;
	}
	
	.iLavadora{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -700px 0px;
	}
	
	.iVentilador{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -800px 0px;
	}
	
	.iEconomia{
		width:100px;
		height:100px;
		background-image:url(../images/comparativos/geral-smart.jpg);
		background-position: -900px 0px;
	}
	
	.custoImagem{
		margin-left:0px;
	}
}
	
.iconeC2{
	background-size:100% 100%;
}

.iconeC3{
	background-position:center !important;
	background-size:100% !important;
}

#energiaSolar {
  padding: 20px;
  padding-bottom:10px;
  background-size:100% !important;
  background-color:#FFF;
  height: auto;  
  margin: 0 auto; 
  width: 100%; 
  position: relative; 
}

#energiaSolar h1,
#energiaSolar h2 {
  color: #FF0000;
}

#energiaSolar{
	color:#222 !important;
	line-height:200% !important;
}

#instalacao {
  padding: 40px;
  padding-bottom:10px;
  padding-top:50px;
  background-size:100% !important;
  height: auto;  
  margin: 0 auto; 
  width: 100%; 
  position: relative; 
  	color:#222 !important;
	line-height:170% !important;
  /*
	background: #faffa3;
	background: -moz-linear-gradient(top, #faffa3 0%, #fefff9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faffa3), color-stop(100%,#fefff9));
	background: -webkit-linear-gradient(top, #faffa3 0%,#fefff9 100%);
	background: -o-linear-gradient(top, #faffa3 0%,#fefff9 100%);
	background: -ms-linear-gradient(top, #faffa3 0%,#fefff9 100%);
	background: linear-gradient(to bottom, #faffa3 0%,#fefff9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faffa3', endColorstr='#fefff9',GradientType=0 ); */
	
	background: #FFFF00 url(../images/produtos/produtos-bg.jpg) no-repeat 50% 50%;

}

#instalacao h1,
#instalacao h2 {
  color: #FF0000;
  line-height:150% !important;
}

#footer {
  background: #FEFEFE;
  height:40px;
}

#footer .container{
	color: #000;
	line-height:40px;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#inicio{
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	z-index:99;
}

#logoSoletrol{
	position:fixed;
	top:0;
	right:0;
	width:144px;
	height:50px;
	margin-right:0px;
	margin-top:74px;
	z-index:9999;
}

#logoSoletrol2{
	position:fixed;
	bottom:0;
	right:0;
	width:26px;
	height:122px;
	margin-right:0px;
	margin-bottom:0px;
	z-index:9997;
}

#voltarTopo{
	position:fixed;
	bottom:6px;
	left:0;
	width:53px;
	height:16px;
	z-index:9998;
}

.tituloImagem{
	font-weight:bold !important;
	font-size:18px !important;
	text-align:center;
	color:#F00;
}

.legendaImagem{
	font-size:14px !important;
	color:#666;
	text-align:center;
	line-height:16px !important;
	margin-top:5px;
}

#fraseSolar{
	background-color:#FFF;
}
	
table{
	border-collapse: separate;
	border-spacing: 10px;
	/*padding: 10px;*/
}
		
#energiaComparativoTabela td{
		 font-size:16px !important;
		 border-radius: 5px;
		 padding:10px !important;
}

.energiaTermica1{
	 background-color:#feffcc;
	 text-align:center;
	 font-weight:bold !important;
	 color:#f17a00 !important;
	 font-size:18px !important;
	 text-shadow: #BBB 1px 1px 2px;
}
 
.energiaFotovoltaica1{
	 background-color:#efffdf;
	 text-align:center;
	 font-weight:bold !important;
	 color:#4fad00 !important;
	 font-size:18px !important;
	 text-shadow: #BBB 1px 1px 2px;
}
 
.energiaQuestoes1{
	 background-color:#f2f2f2;
}
 
.energiaTermica2{
	 background-color:#ffffa6;
	 text-align:center;
	 font-weight:bold !important;
	 color:#f17a00 !important;
	 font-size:18px !important;
	 text-shadow: #BBB 1px 1px 2px;
 }
 
 .energiaFotovoltaica2{
	 background-color:#d9ffc3;
	 text-align:center;
	 font-weight:bold !important;
	 color:#4fad00 !important;
	 font-size:18px !important;
	 text-shadow: #BBB 1px 1px 2px;
 }
 
 .energiaQuestoes2{
	 background-color:#e6e6e6;
 }

.botaoLeiamaisCinza{
	border:1px solid #EAEAEA;
	border-radius:3px;
	background-color:#EFEFEF;
	display:inline;
	padding:3px 10px 3px 10px;
	font-size:13px;
	color:#666;
	text-align:center;
	text-decoration:none;
}

.botaoLeiamaisLaranja{
	/*border:1px solid #FC9;*/
	border-radius:3px;
	background-color:#F90;
	display:inline;
	padding:3px 10px 3px 10px;
	font-size:14px;
	font-weight:bold;
	color:#353535;
	text-align:center;
	text-decoration:none;
}

.pp_description{
	font-size:15px !important;
}

.energiaSolarTitulotabela{
	background-color:#f2f2f2;
	border-radius:8px;	
	font-size:9px !important;
	font-weight:bold !important;
}

@media (max-width: 768px) {
  #descricao {
	  margin-top:-10%;
  }
}

.oferecimentoRodape{
	float:right;
	margin-right:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
}

.siteRodape>a{
	float:right;
	margin-right:15px;
	font-family:Verdana, Geneva, sans-serif;
	/*font-family: 'Comfortaa', cursive;*/
	font-size:14px;
	color:#666;
}

.siteRodape>a:hover{
	color:#F00;
}

.comparativoImagem{
	width:200px;
}

.botaoGeral{
	background-color:#ff0000;
	background: -webkit-linear-gradient(bottom, #b71f1f, #ff0000 70%);
	background: -moz-linear-gradient(bottom, #b71f1f, #ff0000 70%);
	background: -o-linear-gradient(bottom, #b71f1f, #ff0000 70%);
	background: -ms-linear-gradient(bottom, #b71f1f, #ff0000 70%);
	background: linear-gradient(bottom, #b71f1f, #ff0000 70%);
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.5);
	color: #FFF;
	display: inline-block;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height:30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding-left:30px;
	padding-right:30px;
}

.botaoGeral:hover{
	color:#CCC;
}

.comparativoFechamentoTexto{
	margin-left:-64px !important;
}

.comparativoFechamentoImagem{
	margin-right:157px;
	float:right;
}

.comparativoHoras{
	font-family: 'Comfortaa', cursive;	
}

h1{
	font-size:44px;
	color:#F00;
	font-family: 'Pacifico', cursive;
	margin-bottom:20px;
	margin-top:0px;
}

h2{
	font-size:44px;
	color:#353535;
	font-family: 'Pacifico', cursive;

}

h3{
	font-size:30px;
	color:#00FFF0;
	font-family: 'Pacifico', cursive;
	margin-bottom:12px;
	margin-top:0px;
}

.comparativoHorasTitulo{
	font-size:50px;
	color:#F00;
	font-family: 'Pacifico', cursive;
	margin-bottom:14px;
}

/* Atual */
.comparativoHorasLegenda{
	font-size:21px;
	font-family: 'Comfortaa', cursive;	
}

.comparativoHorasLegenda1{
	line-height:20px !important;
	font-size:16px !important;
	margin-top:8px;
}

.comparativoHorasLegenda2{
	line-height:16px !important;
	font-size:12px !important;
	margin-top:8px;
}

/* Bbbbb */
.comparativoHorasLegendab{
	font-size:21px;
	font-family: 'Chewy', cursive;
}

.comparativoHorasLegenda1b{
	line-height:20px !important;
	font-size:16px !important;
	margin-top:8px;
	/*font-family: 'Chewy', cursive;*/
}

.comparativoHorasLegenda2b{
	line-height:16px !important;
	font-size:12px !important;
	margin-top:8px;
	/*font-family: 'Chewy', cursive;*/
}

/* Ccccc */
.comparativoHorasLegendac{
	font-size:21px;
	font-family: 'Comfortaa', cursive;	
}

.comparativoHorasLegenda1c{
	line-height:20px !important;
	font-size:16px !important;
	margin-top:8px;
	font-family: 'Comfortaa', cursive;	
}

.comparativoHorasLegenda2c{
	line-height:16px !important;
	font-size:12px !important;
	margin-top:8px;
	font-family: 'Comfortaa', cursive;	
}


/* Ddddd */
.comparativoHorasLegendad{
	font-size:21px;
	font-weight:bold !important;
}

.comparativoHorasLegenda1d{
	line-height:20px !important;
	font-size:16px !important;
	margin-top:8px;
}

.comparativoHorasLegenda2d{
	line-height:16px !important;
	font-size:12px !important;
	margin-top:8px;
}


@media (max-width: 768px) {
	
	.comparativoImagem{
		width:150px;
	}
	
	.comparativoImagem100x100{
		width:100px;
		height:100px;
	}
	
	.comparativoFechamentoTexto{
		margin-left:0px !important;
	}
	
	.comparativoFechamentoImagem{
		margin-right:0px;
		float:right;
		display:none;
	}	
}

#owl-aplicacoes .item{
	margin: 10px;
}

#owl-aplicacoes .item img{
	display: block;
	width: 100%;
	height: auto;
}

#bandeiraTabela td{
		 font-size:16px !important;
		 border-radius: 5px;
		 padding:10px !important;
}

.bandeiraTabelaLinhaVerde1{
	 background-color:#efffdf;
	 text-align:center;
	 color:#4fad00 !important;
	 font-size:20px !important;
	 text-shadow: #CCC 1px 1px 2px;
}

.bandeiraTabelaLinhaVerde2{
	 background-color:#d9ffc3;
	 text-align:center;
	 color:#4fad00 !important;
	 font-size:20px !important;
	 text-shadow: #CCC 1px 1px 2px;
}

.bandeiraTabelaLinhaAmarela1{
	 background-color:#feffcc;
	 text-align:center;
	 color:#f17a00 !important;
	 font-size:23px !important;
	 text-shadow: #CCC 1px 1px 2px;
}

.bandeiraTabelaLinhaAmarela2{
	 background-color:#ffffa6;
	 text-align:center;
	 color:#f17a00 !important;
	 font-size:23px !important;
	 text-shadow: #CCC 1px 1px 2px;
} 

.bandeiraTabelaLinhaVermelha1{
	 background-color:#ffe3e5;
	 text-align:center;
	 color:#F00 !important;
	 font-size:23px !important;
	 text-shadow: #CCC 1px 1px 2px;
}

.bandeiraTabelaLinhaVermelha2{
	 background-color:#ffceca;
	 text-align:center;
	 color:#F00 !important;
	 font-size:23px !important;
	 text-shadow: #CCC 1px 1px 2px;
} 

.bandeiraTabelaTitulo{
	background-color:#f2f2f2;
	font-weight:bold;
}

.bandeiraTabelaLinha1{
	 background-color:#f2f2f2;
}
 
.bandeiraTabelaLinha2{
 	 background-color:#e6e6e6;
}

.bandeirasIconeVerdeTitulo{
	 text-align:center;
	 font-weight:bold !important;
	 color:#4fad00 !important;
	 font-size:18px !important;
	 /*text-shadow: #BBB 1px 1px 2px;	*/
}

.bandeirasIconeAmarelaTitulo{
	 text-align:center;
	 font-weight:bold !important;
	 color:#D6BB03 !important;
	 font-size:18px !important;
	 /*text-shadow: #BBB 1px 1px 2px;	*/
}

.bandeirasIconeVermelhaTitulo{
	 text-align:center;
	 font-weight:bold !important;
	 color:#F00 !important;
	 font-size:18px !important;
	 /*text-shadow: #BBB 1px 1px 2px;	*/
}

.curtirFamiliaSol{
	height:80px;
	background-color:#066;
}

.facebookFamiliaSol{
	background-color:#FFF;
	padding:40px;
}