/*
GERAL
*/

body {
    font-family: Arial,'Roboto', serif;
    color: #000;
	margin: 0 auto;
    font-size: 16px;
    max-width: 1920px;
}

h1, h2, h3 {
    margin: 0;
    font-weight: 700;
}

header {
    margin: 0 auto;
	display: flex;
	flex-direction: column;
	width:100%;
	align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 0px;
}

header div {
    display: flex;
	flex-direction: row;
    width:100%;
    justify-content: space-around;
	padding: 0;
}

.logotipo {
	max-width: 25vw;
    padding-top: 10px;
    padding-bottom: 10px;
}

.redesocial {
	margin: auto;
	align-items: center;
    max-width: 7vw;
    padding-top: 5px;
}

nav {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
	width: 100%;
	justify-content: space-around;
	background: linear-gradient(to right, black , #0040FF);
    height: 10vw;
}

nav ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
	width: 100%;
}

nav ul li {
    text-align:center;
    width: 100%;
}

nav ul li a {
    text-decoration: none;
    color:#FFF;
    font-size: 4.7vw;
}

nav ul li a:hover{
	text-decoration:underline;
	color:#FFF;
}

nav ul li .active{
	color:#FFF;
    text-decoration:underline;
}

footer {
    margin: 0 auto;
	display: flex;
    flex-direction: column;
    text-align: center;
	background: linear-gradient(to right, black , #0040FF);
   	width: 100%;
    height: 15vw;
    padding: 5px 0px;
}

footer a {
	margin: auto;
	font-size: 5vw;
	width:100%;
	font-weight:700;
    color: #FFF;
    text-decoration: none;
}

footer p {
	margin: auto;
	line-height:normal;
	font-size: 4vw;
	text-align: center;
    width: 100%;
    color: #FFF;
}

/*
GERAL
*/

/*
INDEX
*/

#index {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 5px 0px;
    margin: 0 auto;
}

.intro {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 92%;
    padding: 0px 0px 5px 0px;
}

#index h1 {
    width: 100%;
    font-size: 6vw;
}

.intro h2 {
    width: 100%;
    font-size: 5vw;
    background: linear-gradient(to right, black , #0040FF);
    color: #FFF;
    text-align:center;
}

.intro p {
    padding: 5px 0px;
    width: 100%;
    font-size: 4.5vw;
    text-align:justify;
}

/*
INDEX
*/

/*
SERVIÇOS
*/

#servicos {
    display:flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

#servicos div {
    display:flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 5px 0px;
    margin-top: 10px;
}

#servicos img {
    max-height: 25vw;
}

#servicos a {
    width: 95%;
    font-weight: 700;
    font-size: 1em;
}

#servicos h1 {
    width: 100%;
    font-size: 6vw;
    padding-top: 8px;
    text-align: center;
}

#servicos h2 {
    width: 95%;
    padding: 8px 0px;
    font-size: 5vw;
}

#servicos p {
    width: 94%;
    padding-bottom: 5px;
    text-align: justify;
    font-size: 4.5vw;
}

/*
SERVIÇOS
*/

/*
PORTFÓLIO
*/

#portfolio {
    display:flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    background-color: black;
    justify-content: center;
}

#portfolio div {
    display:flex;
    flex-direction: column;
    text-align: center;
    width: 90%;
    padding: 5px 0px;
}

#portfolio img {
    width: 100%;
}

#portfolio h1 {
    width: 100%;
    padding-top: 5px;
    font-size: 6vw;
    color: #FFF;
}

#portfolio h2 a {
    width: 100%;
    font-size: 5vw;
    color: aqua;
    text-decoration: none;
}

#portfolio h2 a:hover {
    text-decoration:underline;
}

#portfolio p {
    width: 100%;
    text-align: justify;
    padding-top: 2px;
    font-size: 4.5vw;
    font-weight: 700;
    color: #FFF;
    margin-top: 2px;
}

#portfolio b {
    color: aqua;
}

#portfolio2 {
    display:flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 10px 0;
}

#portfolio2 div {
    display:flex;
    flex-direction: column;
    text-align: left;
    width: 93%;
    padding: 5px 0px;
}

#portfolio2 h1 {
    color: red;
    width: 100%;
    font-size: 6vw;
    text-align: center;
}

#portfolio2 p {
    width: 100%;
    text-align: justify;
    padding-top: 2px;
    font-size: 4.5vw;
    font-weight: 700;
    margin-top: 2px;
}

#portfolio2 b {
    color: red;
}

/*
PORTFÓLIO
*/

/*
PRODUTOS
*/

#produtos {
    display:flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.divprodutos {
    display:flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 95%;
    padding: 5px 0px;
    margin-top: 10px;
}

.divprodutos img {
    max-height: 23vw;
}

#produtos h1 {
    width: 100%;
    font-size: 6vw;
    padding-top: 8px;
    text-align: center;
}

.divprodutos h2 {
    width: 95%;
    padding: 8px 0px;
    font-size: 5vw;
}

.divprodutos p {
    width: 95%;
    font-size: 4.5vw;
    padding-bottom: 5px;
    text-align: justify;
}

.produtocontato{ 
    display:flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 95%;
    margin-top: 10px;
}

.produtocontato img {
    width: 100%;
}

.produtocontato h2 {
    width: 100%;
    padding: 8px 0px;
    font-size: 5.8vw;
}

.produtocontato p {
    width: 100%;
    font-size: 5.4vw;
    color: blue;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}

/*
PRODUTOS
*/

/*
CONTATO
*/

#secaocontato {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5px 0px;
    margin: 0 auto;
}

form h1 {
    width: 100%;
    font-size: 6vw;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

form label {
    font-size: 5vw;
}

form button {
    font-size: 5vw;
}

form div1 {
    width: 93%;
    padding: 5px 0px 5px 0px;
}

form div2 {
    display: flex;
    flex-direction: column;
    align-items:baseline;
    width: 93%;
    padding: 5px 0px;
}

form div2 input {
    width: 100%;
    border: none;
}

#arquivo {
    white-space: normal;
}

input, textarea {
    font-family:"Arial";
	font-size: 4.5vw;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
	vertical-align: top;	
	border-radius: 5px;
}

textarea {
    height: 30vw;
}

input:focus, textarea:focus {
    border-color: #000;
}

#contato {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

#contato div1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 94%;
    padding-bottom: 10px;
}

#contato div2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 94%;
    padding-bottom: 10px;
}

#contato h2 {
    font-size: 4.5vw;
    width: 100%;
    padding-top: 5px;
}

#contato img {
    max-height: 12vw;
}

iframe {
    height: 50vw;
    margin-top: 10px;
}

/*
CONTATO
*/

/*
ENERGIA SOLAR
*/

#energiasolar {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content:space-around;
}

#energiasolar div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 10px 0px;
    padding: 5px 0px;
    background-color: #DDDDDD;
}

#energiasolar img {
    padding-bottom: 5px;
    max-height: 20vw;
}

#energiasolar h1 {
    width: 95%;
    font-size: 6vw;
}

#energiasolar h2{
    width: 95%;
    padding: 5px 0px;
    margin: auto;
    color:darkblue;
    font-size: 5vw;
}

#energiasolar p{
    width: 95%;
    font-size: 4.5vw;
    padding: 5px 10px;
    margin: 0 auto;
}

#energiasolar2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 0;
    margin: auto;
    align-items: center;
    text-align: center;
    justify-content:space-around;
}

#energiasolar2 div1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 95%;
    padding: 0px;
}

#energiasolar2 div2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 95%;
    padding: 0px;
}

#energiasolar2 img {
    align-items: center;
    padding-bottom: 5px;
    max-height: 20vw;
}

#energiasolar2 h2 {
    width: 100%;
    font-size: 5vw;
    padding: 5px 0px;
}

#energiasolar2 h3 {
    width: 100%;
    font-size: 4.7vw;
    font-style: italic;
}

#energiasolar2 div1 p {
    width: 95%;
    font-size: 4.5vw;
    padding: 5px 10px;
    text-align: justify;
}

#energiasolar2 div2 p {
    width: 95%;
    font-size: 4.8vw;
    padding: 5px 10px;
    font-weight: 700;
    color:red;
}

#energiasolar3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 0;
    margin: auto;
    align-items: center;
    text-align: center;
    justify-content:space-around;
    background-color: #000;
}

#energiasolar3 div1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 95%;
    padding: 5px 0px;
}

#energiasolar3 div2 {
    background: linear-gradient(to right, #0040FF , yellow);
    width: 100%;
}

#energiasolar3 h2 {
    width: 95%;
    font-size: 5.4vw;
    padding: 5px 5px;
    color: red;
}

#energiasolar3 a {
    padding: 5px 0px;
    color: red;
}

#energiasolar3 h3 {
    width: 100%;
    font-size: 5vw;
    color: #FFF;
}

#energiasolar3 div1 p {
    width: 100%;
    font-size: 5vw;
    padding: 5px 0px;
    color: #FFF;
    text-align: left;
}

#energiasolar3 div2 p {
    width: 100%;
    font-size: 8vw;
    padding: 0px;
    font-weight: 700;
    color: #FFF;
}

/*
ENERGIA SOLAR
*/

/*
SLIDESHOW
*/

#slideshow {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#slides {
    width: 100% !important;
    height: 56.25vw; 
    max-height: 1080px;
    overflow: hidden;
}

#slides ul li{
    width: 100% !important;
    height: 56.25vw;
    max-height: 1080px;
}

#slides img {
    width: 100% !important;
    height: 56.25vw;
    max-height: 1080px;
}

#previous {
   width: 50% !important;
   text-align: left;
   background: linear-gradient(to right, #000 , #DDD);
}

#next {
   width: 50% !important;
   text-align: right;
   background: linear-gradient(to right, #DDD , #000);
}

#previous p {
   text-align: left;
   vertical-align: middle;
   padding-left: 5vw;
   font-size: 4vw;
   color: #FFF;
}

#next p {
   text-align: right;
   vertical-align: middle;
   padding-right: 5vw;
   font-size: 4vw;
   color: #FFF;
}

#previous p1 {
   text-align: left;
   vertical-align: middle;
   font-size: 6vw;
   color: #FFF; 
}

#next p1 {
   text-align: right;
   vertical-align: middle;
   font-size: 6vw;
   color: #FFF; 
}

#previous a {
   text-decoration: none;
}

#next a {
   text-decoration: none;
}

/*
SLIDESHOW
*/

/*
FINANCIAMENTO
*/   
    
#frame {
    width: 100%;
}

#frame iframe {
    width: 100%;
    height: 650px;
    max-height: 800px;
    border-style: none;
}

#financiamento {
    width: 100%;
    justify-content:space-around;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
}

#financiamento .logobv {
	max-height: 90px;
    height: 10vw;
    vertical-align: middle;
    padding-left: 5px;
}

#financiamento .legendabv {
	text-decoration:none;
	color: linear-gradient(to right, black , #0040FF);
    font-size: 4vw;
    padding-top: 5px;
    text-align: center;
}

#financiamento .legendabv:hover {
	text-decoration:underline;
	color:red;
}

    
/*
FINANCIAMENTO
*/

/*
MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES
*/

@media screen and (min-device-width: 360px) {
    
/*
GERAL
*/
  
.logotipo {
	max-width: 25vw;
}
    
.redesocial {
	max-width: 6.6vw;
}
    
nav {
    height: 10vw;
}
    
nav ul li a {
    font-size: 4.7vw;
}
    
/*
GERAL
*/
    
/*
INDEX
*/
	
#index h1 {
    font-size: 6vw;
}

.intro h2 {
    font-size: 4.7vw;
}

.intro p {
    font-size: 3.8vw;
}
    
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 25vw;
}
    
#servicos h1 {
    font-size: 6vw;
}

#servicos h2 {
    font-size: 4.7vw;
}

#servicos p {
    font-size: 3.8vw;
}

/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio h1 {
    font-size: 6vw;
}

#portfolio h2 a {
    font-size: 4.7vw;
}

#portfolio p {
    font-size: 3.8vw;
}
    
#portfolio2 div {
    width: 93%;
}

#portfolio2 h1 {
    font-size: 6vw;
}

#portfolio2 p {
    font-size: 4.7vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
#produtos h1 {
    font-size: 6vw;
}

.divprodutos h2 {
    font-size: 4.7vw;
}

.divprodutos p {
    font-size: 3.8vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 5.1vw;
}

.produtocontato p {
    font-size: 4.2vw;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form h1 {
    font-size: 6vw;
}

form label {
    font-size: 4.7vw;
}
    
form button {
    font-size: 4.7vw;
}

form div1 {
    width: 93%;
}

form div2 {
    width: 93%;
}
    
form div2 input {
    width: 100%;
}
    
input, textarea {
    font-size: 3.8vw;
    width: 100%;
}

textarea {
    height: 30vw;
}

#contato h2 {
    font-size: 4.5vw;
}

#contato img {
    max-height: 10vw;
}
    
iframe {
    height: 50vw;
}
    
/*
CONTATO
*/

    
/*
ENERGIA SOLAR
*/
    
#energiasolar img {
    max-height: 20vw;
}

#energiasolar h1 {
    font-size: 6vw;
}

#energiasolar h2 {
    font-size: 4.5vw;
}

#energiasolar p {
    font-size: 4vw;
}

#energiasolar2 img {
    max-height: 20vw;
}

#energiasolar2 h2 {
    font-size: 4.5vw;
}

#energiasolar2 h3 {
    font-size: 4.5vw;
}

#energiasolar2 div1 p {
    font-size: 4vw;
}

#energiasolar2 div2 p {
    font-size: 4.7vw;
}

#energiasolar3 h2 {
    font-size: 5.1vw;
}

#energiasolar3 h3 {
    font-size: 5.1vw;
}

#energiasolar3 div1 p {
    font-size: 4.5vw;
}

#energiasolar3 div2 p {
    font-size: 6.8vw;
}
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 5vw;
   font-size: 4.2vw;
}

#next p {
   padding-right: 5vw;
   font-size: 4.2vw;
}

#previous p1 {
   font-size: 6vw;
}

#next p1 {
   font-size: 6vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 650px;
}

#financiamento .logobv {
	height: 10vw;
}

#financiamento .legendabv {
    font-size: 4.1vw;
}

/*
FINANCIAMENTO
*/
    
}

@media screen and (min-device-width: 412px) {
    
/*
GERAL
*/
  
.logotipo{
	max-width: 25vw;
}
    
.redesocial {
	max-width: 6.2vw;
}
    
nav {
    height: 9vw;
}
    
nav ul li a {
    font-size: 4.5vw;
}
    
footer {
    height: 13vw;
}

footer a {
	font-size: 4.7vw;
}

footer p {
	font-size: 3.5vw;
}
    
/*
GERAL
*/
    
/*
INDEX
*/
	
#index h1 {
    font-size: 5.3vw;
}

.intro h2 {
    font-size: 4.3vw;
}

.intro p {
    font-size: 3.5vw;
}
    
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 22vw;
}
    
#servicos h1 {
    font-size: 5.3vw;
}

#servicos h2 {
    font-size: 4.3vw;
}

#servicos p {
    font-size: 3.5vw;
}

/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio h1 {
    font-size: 5.3vw;
}

#portfolio h2 a {
    font-size: 4.3vw;
}

#portfolio p {
    font-size: 3.5vw;
}
    
#portfolio2 div {
    width: 93%;
}

#portfolio2 h1 {
    font-size: 5.3vw;
}

#portfolio2 p {
    font-size: 4.3vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
#produtos h1 {
    font-size: 5.3vw;
}

.divprodutos h2 {
    font-size: 4.3vw;
}

.divprodutos p {
    font-size: 3.5vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 4.7vw;
}

.produtocontato p {
    font-size: 3.9vw;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form h1 {
    font-size: 5.3vw;
}

form label {
    font-size: 4.3vw;
}
    
form button {
    font-size: 4.3vw;
}

form div1 {
    width: 93%;
}

form div2 {
    width: 93%;
}
    
form div2 input {
    width: 100%;
}
    
input, textarea {
    font-size: 4vw;
    width: 100%;
}

textarea {
    height: 30vw;
}

#contato h2 {
    font-size: 4.3vw;
}

#contato img {
    max-height: 8.5vw;
}
    
iframe {
    height: 45vw;
}
    
/*
CONTATO
*/

    
/*
ENERGIA SOLAR
*/
    
#energiasolar img {
    max-height: 18vw;
}

#energiasolar h1 {
    font-size: 5.3vw;
}

#energiasolar h2 {
    font-size: 4.3vw;
}

#energiasolar p {
    font-size: 3.8vw;
}

#energiasolar2 img {
    max-height: 17vw;
}

#energiasolar2 h2 {
    font-size: 4.3vw;
}

#energiasolar2 h3 {
    font-size: 4.5vw;
}

#energiasolar2 div1 p {
    font-size: 3.8vw;
}

#energiasolar2 div2 p {
    font-size: 4.3vw;
}

#energiasolar3 h2 {
    font-size: 5.1vw;
}

#energiasolar3 h3 {
    font-size: 5.1vw;
}

#energiasolar3 div1 p {
    font-size: 4.3vw;
}

#energiasolar3 div2 p {
    font-size: 6.3vw;
}
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 650px;
}

#financiamento .logobv {
	height: 40px;
}

#financiamento .legendabv {
    font-size: 4vw;
}
    
/*
FINANCIAMENTO
*/
    
}

@media screen and (min-device-width: 480px) {
    
/*
GERAL
*/
  
.logotipo{
	max-width: 25vw;
}
    
.redesocial {
	max-width: 5.3vw;
}
    
nav {
    height: 8vw;
}
    
nav ul li a {
    font-size: 4vw;
}
    
footer {
    height: 10vw;
}

footer a {
	font-size: 4.1vw;
}

footer p {
	font-size: 3.1vw;
}
    
/*
GERAL
*/
    
/*
INDEX
*/
	
#index h1 {
    font-size: 4.8vw;
}

.intro h2 {
    font-size: 4vw;
}

.intro p {
    font-size: 3vw;
}
    
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 16vw;
}
    
#servicos h1 {
    font-size: 4.8vw;
}

#servicos h2 {
    font-size: 4vw;
}

#servicos p {
    font-size: 3vw;
}

/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio h1 {
    font-size: 4.8vw;
}

#portfolio h2 a {
    font-size: 4vw;
}

#portfolio p {
    font-size: 3vw;
}
    
#portfolio2 div {
    width: 93%;
}

#portfolio2 h1 {
    font-size: 4.8vw;
}

#portfolio2 p {
    font-size: 4vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
#produtos h1 {
    font-size: 4.8vw;
}

.divprodutos h2 {
    font-size: 4vw;
}

.divprodutos p {
    font-size: 3vw;
}
    
.divprodutos img {
    max-height: 16vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 4.4vw;
}

.produtocontato p {
    font-size: 3.4vw;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form h1 {
    font-size: 4.8vw;
}

form label {
    font-size: 4vw;
}
    
form button {
    font-size: 4vw;
}

form div1 {
    width: 93%;
}

form div2 {
    width: 93%;
}
    
form div2 input {
    width: 80%;
}
    
input, textarea {
    font-size: 3vw;
    width: 100%;
}

textarea {
    height: 30vw;
}

#contato h2 {
    font-size: 3.5vw;
}

#contato img {
    max-height: 7.5vw;
}
    
iframe {
    height: 40vw;
}
   
/*
CONTATO
*/

    
/*
ENERGIA SOLAR
*/
    
#energiasolar img {
    max-height: 15vw;
}

#energiasolar h1 {
    font-size: 4.8vw;
}

#energiasolar h2 {
    font-size: 4vw;
}

#energiasolar p {
    font-size: 3.2vw;
}

#energiasolar2 img {
    max-height: 14vw;
}

#energiasolar2 h2 {
    font-size: 4.2vw;
}

#energiasolar2 h3 {
    font-size: 4vw;
}

#energiasolar2 div1 p {
    font-size: 3.2vw;
}

#energiasolar2 div2 p {
    font-size: 3.8vw;
}

#energiasolar3 h2 {
    font-size: 4vw;
}

#energiasolar3 h3 {
    font-size: 4.2vw;
}

#energiasolar3 div1 p {
    font-size: 3.5vw;
}

#energiasolar3 div2 p {
    font-size: 5.5vw;
}
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 5vw;
   font-size: 4vw;
}

#next p {
   padding-right: 5vw;
   font-size: 4vw;
}

#previous p1 {
   font-size: 5.8vw;
}

#next p1 {
   font-size: 5.8vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 650px;
}

#financiamento .logobv {
	height: 10vw;
}

#financiamento .legendabv {
    font-size: 4vw;
}
    
/*
FINANCIAMENTO
*/
    
}

@media screen and (min-device-width: 533px) {
    
/*
GERAL
*/
  
.logotipo{
	max-width: 25vw;
}
    
.redesocial {
	max-width: 5.5vw;
}
    
nav {
    height: 7.3vw;
}
    
nav ul li a {
    font-size: 3.3vw;
}
    
footer {
    height: 10.7vw;
}

footer a {
	font-size: 4.2vw;
}

footer p {
	font-size: 3vw;
}
    
/*
GERAL
*/
    
/*
INDEX
*/
	
#index h1 {
    font-size: 4vw;
}

.intro h2 {
    font-size: 3.8vw;
}

.intro p {
    font-size: 3.4vw;
}
    
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 17vw;
}
    
#servicos h1 {
    font-size: 4vw;
}

#servicos h2 {
    font-size: 3.8vw;
}

#servicos p {
    font-size: 3.4vw;
}

/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio h1 {
    font-size: 4vw;
}

#portfolio h2 a {
    font-size: 3.8vw;
}

#portfolio p {
    font-size: 3.4vw;
}
    
#portfolio2 div {
    width: 93%;
}

#portfolio2 h1 {
    font-size: 4vw;
}

#portfolio2 p {
    font-size: 3.8vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
#produtos h1 {
    font-size: 4vw;
}

.divprodutos h2 {
    font-size: 3.8vw;
}

.divprodutos p {
    font-size: 3.4vw;
}
    
.divprodutos img {
    max-height: 21vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 4.2vw;
}

.produtocontato p {
    font-size: 3.8vw;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form h1 {
    font-size: 4vw;
}

form label {
    font-size: 3.8vw;
}
    
form button {
    font-size: 3.8vw;
}

form div1 {
    width: 95%;
}

form div2 {
    width: 95%;
}
    
form div2 input {
    width: 90%;
}
    
input, textarea {
    font-size: 3.4vw;
}

textarea {
    height: 20vw;
}

#contato h2 {
    font-size: 3.8vw;
}

#contato img {
    max-height: 7vw;
}
    
iframe {
    height: 40vw;
}
    
/*
CONTATO
*/

    
/*
ENERGIA SOLAR
*/
    
#energiasolar img {
    max-height: 14vw;
}

#energiasolar h1 {
    font-size: 4vw;
}

#energiasolar h2 {
    font-size: 3.8vw;
}

#energiasolar p {
    font-size: 3.4vw;
}

#energiasolar2 img {
    max-height: 13vw;
}

#energiasolar2 h2 {
    font-size: 4vw;
}

#energiasolar2 h3 {
    font-size: 3.8vw;
}

#energiasolar2 div1 p {
    font-size: 3.4vw;
}

#energiasolar2 div2 p {
    font-size: 3.8vw;
}

#energiasolar3 h2 {
    font-size: 4vw;
}

#energiasolar3 h3 {
    font-size: 4vw;
}

#energiasolar3 div1 p {
    font-size: 3.4vw;
}

#energiasolar3 div2 p {
    font-size: 5.2vw;
}
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/

#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 5vw;
   font-size: 3.5vw;
}

#next p {
   padding-right: 5vw;
   font-size: 3.5vw;
}

#previous p1 {
   font-size: 5.2vw;
}

#next p1 {
   font-size: 5.2vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 650px;
}

#financiamento .logobv {
	height: 10vw;
}

#financiamento .legendabv {
    font-size: 4vw;
}
    
/*
FINANCIAMENTO
*/
    
}

@media screen and (min-device-width: 640px) {
    
/*
GERAL
*/
  
.logotipo{
	max-width: 22vw;
}
    
.redesocial {
	max-width: 4.5vw;
}
    
nav {
    height: 6.5vw;
}
    
nav ul li a {
    font-size: 3.0vw;
}
    
footer {
    height: 8vw;
}

footer a {
	font-size: 3.5vw;
}

footer p {
	font-size: 2.4vw;
}
    
/*
GERAL
*/
    
/*
INDEX
*/
	
#index h1 {
    font-size: 3.6vw;
}

.intro h2 {
    font-size: 3.2vw;
}

.intro p {
    font-size: 2.6vw;
}
   
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 14vw;
}
    
#servicos h1 {
    font-size: 3.6vw;
}

#servicos h2 {
    font-size: 3.2vw;
}

#servicos p {
    font-size: 2.6vw;
}

/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio h1 {
    font-size: 3.6vw;
}

#portfolio h2 a {
    font-size: 3.2vw;
}

#portfolio p {
    font-size: 2.6vw;
}
    
#portfolio2 div {
    width: 93%;
}

#portfolio2 h1 {
    font-size: 3.6vw;
}

#portfolio2 p {
    font-size: 3.2vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
#produtos h1 {
    font-size: 3.6vw;
}

.divprodutos h2 {
    font-size: 3.2vw;
}

.divprodutos p {
    font-size: 2.6vw;
}
    
.divprodutos img {
    max-height: 14vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 3.6vw;
}

.produtocontato p {
    font-size: 3vw;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form h1 {
    font-size: 3.6vw;
}

form label {
    font-size: 3.2vw;
}
    
form button {
    font-size: 3.2vw;
}

form div1 {
    width: 95%;
}

form div2 {
    width: 95%;
}
    
form div2 input {
    width: 70%;
}
    
input, textarea {
    font-size: 2.6vw;
}

textarea {
    height: 20vw;
}

#contato h2 {
    font-size: 2.8vw;
}

#contato img {
    max-height: 5.5vw;
}
    
iframe {
    height: 35vw;
}
    
/*
CONTATO
*/

    
/*
ENERGIA SOLAR
*/
    
#energiasolar img {
    max-height: 11vw;
}

#energiasolar h1 {
    font-size: 3.6vw;
}

#energiasolar h2 {
    font-size: 3.2vw;
}

#energiasolar p {
    font-size: 2.6vw;
}

#energiasolar2 img {
    max-height: 11vw;
}

#energiasolar2 h2 {
    font-size: 3.3vw;
}

#energiasolar2 h3 {
    font-size: 3.1vw;
}

#energiasolar2 div1 p {
    font-size: 2.6vw;
}

#energiasolar2 div2 p {
    font-size: 3vw;
}

#energiasolar3 h2 {
    font-size: 3.3vw;
}

#energiasolar3 h3 {
    font-size: 3.5vw;
}

#energiasolar3 div1 p {
    font-size: 2.8vw;
}

#energiasolar3 div2 p {
    font-size: 4.3vw;
}
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 5vw;
   font-size: 3.1vw;
}

#next p {
   padding-right: 5vw;
   font-size: 3.1vw;
}

#previous p1 {
   font-size: 4.8vw;
}

#next p1 {
   font-size: 4.8vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 650px;
}

#financiamento .logobv {
	height: 9vw;
}

#financiamento .legendabv {
    font-size: 3.8vw;
}
    
/*
FINANCIAMENTO
*/
    
}

@media screen and (min-device-width: 800px) {
    
/*
GERAL
*/
    
.logotipo {
	max-width: 22vw;
}

.redesocial {
	margin: auto;
	align-items: center;
    max-width: 4.5vw;
    padding-top: 5px;
}

nav {
    height: 5.8vw;
}

nav ul li a {
    font-size: 2.9vw;
}

footer {
    height: 9vw;
}

footer a {
	font-size: 3.5vw;
}

footer p {
	font-size: 2.5vw;
}
    
/*
GERAL
*/
    
/*
INDEX
*/

#index h1 {
    font-size: 3.5vw;
}

.intro h2 {
    font-size: 3vw;
}

.intro p {
    font-size: 2.5vw;
}

/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: baseline;
}
   
#servicos img {
    max-height: 14vw;
}
    
#servicos div {
    width: 42%;
    border: 2px solid;
    border-color: black;
    border-radius: 10px;
}
    
#servicos h1 {
    font-size: 3.5vw;
}

#servicos h2 {
    font-size: 3vw;
}

#servicos p {
    font-size: 2.5vw;
}
   
/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
    
#portfolio div {
    width: 44%;
}

#portfolio h1 {
    font-size: 3.5vw;
}

#portfolio h2 a {
    font-size: 3vw;
}

#portfolio p {
    font-size: 2.5vw;
}
    
#portfolio2 div {
    width: 93%;
}

#portfolio2 h1 {
    font-size: 3.5vw;
}

#portfolio2 p {
    font-size: 3vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
.divprodutos {
    width: 90%;
    border: 2px solid;
    border-color: black;
    border-radius: 10px;
}
    
.divprodutos img {
    max-height: 18vw;
}
    
#produtos h1 {
    font-size: 3.5vw;
}

.divprodutos h2 {
    font-size: 3vw;
}

.divprodutos p {
    font-size: 2.5vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 3.4vw;
}

.produtocontato p {
    font-size: 2.9vw;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
#secaocontato {
    display: flex;
    flex-direction: row;
}
    
form {
    width: 47%;
}

#contato {
    width: 48%;
    padding: 10px 0px 5px 0px;
}

form h1 {
    font-size: 3.5vw;
}

form label {
    font-size: 2.8vw;
}
    
form button {
    font-size: 2.8vw;
}

form div1 {
    width: 95%;
}

form div2 {
    width: 95%;
}
    
form div2 input {
    width: 80%;
}

input, textarea {
    font-size: 2.4vw;
}

textarea {
    height: 19vw;
}

#contato h2 {
    font-size: 2.4vw;
}

#contato img {
    max-height: 4.8vw;
}
    
iframe {
    height: 19.8vw;
}
    
/*
CONTATO
*/
    
/*
ENERGIA SOLAR
*/
    
#energiasolar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
}

#energiasolar div {
    width: 45%;
    border: 2px solid;
    border-color: black;
    border-radius: 10px;
}
    
#energiasolar img {
    max-height: 10vw;
}

#energiasolar h1 {
    font-size: 3.5vw;
}

#energiasolar h2 {
    font-size: 2.8vw;
}

#energiasolar p {
    font-size: 2.2vw;
}
    
#energiasolar2 {
    align-items: baseline; 
}
 
#energiasolar2 img {
    max-height: 11vw;
}

#energiasolar2 h2 {
    font-size: 2.8vw;
}

#energiasolar2 h3 {
    font-size: 2.8vw;
}

#energiasolar2 div1 p {
    font-size: 2.2vw;
}

#energiasolar2 div2 p {
    font-size: 2.6vw;
}

#energiasolar3 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline; 
}

#energiasolar3 div1{
    width: 45%;
}

#energiasolar3 h2 {
    font-size: 3vw;
}

#energiasolar3 h3 {
    font-size: 3vw;
}

#energiasolar3 div1 p {
    font-size: 2.4vw;
}

#energiasolar3 div2 p {
    font-size: 4.3vw;
}
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 4vw;
   font-size: 2.9vw;
}

#next p {
   padding-right: 4vw;
   font-size: 2.9vw;
}

#previous p1 {
   font-size: 4.5vw;
}

#next p1 {
   font-size: 4.5vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 700px;
}

#financiamento .logobv {
	height: 8.5vw;
}

#financiamento .legendabv {
    font-size: 3.4vw;
}
    
/*
FINANCIAMENTO
*/

}

@media screen and (min-device-width: 1024px) {
    
/*
GERAL
*/
    
header{
	padding: 10px 0px;
    flex-direction: row;
}

.logotipo {
	max-width: 13vw;
}

.redesocial {
	max-width: 3.3vw;
}
    
nav {
    height: 5vw;
}

nav ul li a {
    font-size: 2.8vw;
}

footer {
    flex-direction: row;
    height: 6vw;
}

footer a {
	font-size: 2.8vw;
}

footer p {
	font-size: 1.9vw;
}
    
/*
GERAL
*/
	
/*
INDEX
*/
    
#index {
    flex-direction: row;   
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: baseline;
}
    
.intro {
    width: 45%;
    padding-top: 5px;
}
    
#index h1 {
    font-size: 3vw;
}

.intro h2 {
    font-size: 2.5vw;
    padding-top: 5px;
}

.intro p {
    font-size: 2.1vw;
}

/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 11vw;
}
    
#servicos div {
    width: 44%;
}
    
#servicos h1 {
    font-size: 3vw;
}

#servicos h2 {
    font-size: 2.5vw;
}

#servicos p {
    font-size: 2.1vw;
}
    
/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio div {
    width: 44%;
}

#portfolio h1 {
    font-size: 3vw;
}

#portfolio h2 a {
    font-size: 2.5vw;
}

#portfolio p {
    font-size: 2.1vw;
}
    
#portfolio2 div {
    width: 93%;
}

#portfolio2 h1 {
    font-size: 3vw;
}

#portfolio2 p {
    font-size: 2.5vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
#produtos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
    
.divprodutos {
    width: 45%;
    margin-left: 10px;
}
    
.divprodutos img {
    max-height: 10vw;
}
    
#produtos h1 {
    font-size: 3vw;
}

.divprodutos h2 {
    font-size: 2.5vw;
}

.divprodutos p {
    font-size: 2.1vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 2.9vw;
}

.produtocontato p {
    font-size: 2.5vw;
}

/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form {
    width: 47%;
}

#contato {
    width: 48%;
}

form h1 {
    font-size: 3vw;
}

form label {
    font-size: 2.3vw;
}
    
form button {
    font-size: 1.9vw;
}

form div1 {
    width: 95%;
}

form div2 {
    width: 95%;
}
    
form div2 input {
    width: 65%;
}

input, textarea {
    font-size: 1.9vw;
}

textarea {
    height: 18.5vw;
}

#contato h2 {
    font-size: 2.3vw;
}

#contato img {
    max-height: 3.5vw;
}
    
iframe {
    height: 16.3vw;
}

/*
CONTATO
*/
    
/*
ENERGIA SOLAR
*/
    
#energiasolar div {
    width: 28%;
    border-radius: 10px;
}
    
#energiasolar img {
    max-height: 10vw;
}

#energiasolar h1 {
    font-size: 3vw;
}

#energiasolar h2 {
    font-size: 2.3vw;
}

#energiasolar p {
    font-size: 1.9vw;
}
    
#energiasolar2 {
    flex-direction: row;
    flex-wrap: wrap;
}
    
#energiasolar2 img {
    max-height: 8vw;
}

#energiasolar2 h2 {
    font-size: 2.3vw;
}

#energiasolar2 h3 {
    font-size: 2.1vw;
}

#energiasolar2 div1 p {
    font-size: 1.9vw;
}

#energiasolar2 div2 p {
    font-size: 2.2vw;
}
    
#energiasolar3 div1{
    width: 45%;
}

#energiasolar3 h2 {
    font-size: 2.5vw;
}

#energiasolar3 h3 {
    font-size: 2.2vw;
}

#energiasolar3 div1 p {
    font-size: 2vw;
}

#energiasolar3 div2 p {
    font-size: 3.5vw;
}   
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}
    
#previous p {
   padding-left: 4vw;
   font-size: 2.5vw;
}

#next p {
   padding-right: 4vw;
   font-size: 2.5vw;
}

#previous p1 {
   font-size: 4vw;
}

#next p1 {
   font-size: 4vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 700px;
}

#financiamento .logobv {
	height: 7vw;
}

#financiamento .legendabv {
    font-size: 2.8vw;
}
    
/*
FINANCIAMENTO
*/

}

@media screen and (min-device-width: 1280px) {
    
/*
GERAL
*/
    
.logotipo {
	max-width: 13vw;
}

.redesocial {
	max-width: 2.8vw;
}
    
nav {
    height: 4.3vw;
}

nav ul li a {
    font-size: 2.1vw;
}

footer {
    height: 4.7vw;
}

footer a {
	font-size: 2.5vw;
}

footer p {
	font-size: 1.7vw;
}
    
/*
GERAL
*/
	
/*
INDEX
*/
    
#index h1 {
    font-size: 2.7vw;
}

.intro h2 {
    font-size: 2.2vw;
}

.intro p {
    font-size: 1.7vw;
}

/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 9vw;
}
    
#servicos h1 {
    font-size: 2.7vw;
}

#servicos h2 {
    font-size: 2.2vw;
}

#servicos p {
    font-size: 1.7vw;
}

/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio h1 {
    font-size: 2.7vw;
}

#portfolio h2 a {
    font-size: 2.2vw;
}

#portfolio p {
    font-size: 1.7vw;
}
    
#portfolio2 div {
    width: 85%;
}

#portfolio2 h1 {
    font-size: 2.7vw;
}

#portfolio2 p {
    font-size: 2.2vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
.divprodutos img {
    max-height: 9vw;
}
    
#produtos h1 {
    font-size: 2.7vw;
}

.divprodutos h2 {
    font-size: 2.2vw;
}

.divprodutos p {
    font-size: 1.7vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 2.6vw;
}

.produtocontato p {
    font-size: 2.1vw;
}

/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form h1 {
    font-size: 2.7vw;
}

form label {
    font-size: 2.1vw;
}
    
form button {
    font-size: 1.6vw;
}

form div2 input {
    width: 90%;
}

input, textarea {
    font-size: 1.6vw;
}

textarea {
    height: 13vw;
}

#contato {
    flex-direction: row;
    flex-wrap: wrap;
}    
    
#contato h2 {
    font-size: 1.9vw;
}

#contato img {
    max-height: 3.1vw;
}
    
iframe {
    height: 24.5vw;
}

/*
CONTATO
*/
    
/*
ENERGIA SOLAR
*/
    
#energiasolar img {
    max-height: 7.8vw;
}

#energiasolar h1 {
    font-size: 2.7vw;
}

#energiasolar h2 {
    font-size: 2.2vw;
}

#energiasolar p {
    font-size: 1.7vw;
}
    
#energiasolar2 {
    flex-direction: row;
    flex-wrap: wrap;
}
    
#energiasolar2 img {
    max-height: 6.5vw;
}

#energiasolar2 h2 {
    font-size: 2.2vw;
}

#energiasolar2 h3 {
    font-size: 1.9vw;
}

#energiasolar2 div1 p {
    font-size: 1.7vw;
}

#energiasolar2 div2 p {
    font-size: 1.9vw;
}
    
#energiasolar3 h2 {
    font-size: 2.2vw;
}

#energiasolar3 h3 {
    font-size: 2.1vw;
}

#energiasolar3 div1 p {
    font-size: 2vw;
}

#energiasolar3 div2 p {
    font-size: 3vw;
}   
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/

#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}
    
#previous p {
   padding-left: 3vw;
   font-size: 2.2vw;
}

#next p {
   padding-right: 3vw;
   font-size: 2.2vw;
}

#previous p1 {
   font-size: 3.7vw;
}

#next p1 {
   font-size: 3.7vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 700px;
}

#financiamento .logobv {
	height: 6vw;
}

#financiamento .legendabv {
    font-size: 2.5vw;
}
    
/*
FINANCIAMENTO
*/

}

@media screen and (min-device-width: 1360px) {

/*
GERAL
*/
    
.logotipo {
	max-width: 11vw;
}

.redesocial {
	max-width: 2.6vw;
}
    
nav {
    height: 4vw;
}

nav ul li a {
    font-size: 2vw;
}

footer {
    height: 4vw;
}

footer a {
	font-size: 2.2vw;
}

footer p {
	font-size: 1.4vw;
}

/*
GERAL
*/
    
/*
INDEX
*/

.intro {
    width: 44%;
}
    
#index h1 {
    font-size: 2.5vw;
}

.intro h2 {
    font-size: 2.1vw;
}

.intro p {
    font-size: 1.7vw;
}
 
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 8vw;
}
    
#servicos div {
    width: 44%;
}
    
#servicos h1 {
    font-size: 2.5vw;
}

#servicos h2 {
    font-size: 2.1vw;
}

#servicos p {
    font-size: 1.7vw;
}

/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
   
#portfolio div {
    width: 44%;
}

#portfolio h1 {
    font-size: 2.5vw;
}

#portfolio h2 a {
    font-size: 2.1vw;
}

#portfolio p {
    font-size: 1.7vw;
}
    
#portfolio2 div {
    width: 85%;
}

#portfolio2 h1 {
    font-size: 2.5vw;
}

#portfolio2 p {
    font-size: 2.1vw;
}
    
/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
.divprodutos {
    width: 45%;
}
    
.divprodutos img {
    max-height: 10vw;
}
    
#produtos h1 {
    font-size: 2.5vw;
}

.divprodutos h2 {
    font-size: 2.1vw;
}

.divprodutos p {
    font-size: 1.7vw;
}
    
.produtocontato{ 
    width: 95%;
}

.produtocontato h2 {
    font-size: 2.5vw;
}

.produtocontato p {
    font-size: 2.1vw;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form {
    width: 47%;
}

#contato {
    width: 48%;
}

form h1 {
    font-size: 2.5vw;
}

form label {
    font-size: 2.1vw;
}
    
form button {
    font-size: 1.6vw;
}

form div1 {
    width: 95%;
}

form div2 {
    width: 95%;
}
    
form div2 input {
    width: 90%;
}

input, textarea {
    font-size: 1.6vw;
}

textarea {
    height: 14vw;
}

#contato h2 {
    font-size: 1.6vw;
}

#contato img {
    max-height: 3vw;
}
    
iframe {
    height: 26vw;
}
    
/*
CONTATO
*/
    
/*
ENERGIA SOLAR
*/
    
#energiasolar div {
    width: 28%;
}
    
#energiasolar img {
    max-height: 7vw;
}

#energiasolar h1 {
    font-size: 2.5vw;
}

#energiasolar h2 {
    font-size: 2.1vw;
}

#energiasolar p {
    font-size: 1.6vw;
}
    
#energiasolar2 div1 {
    width: 32%;
}
    
#energiasolar2 img {
    max-height: 6.5vw;
}

#energiasolar2 h2 {
    font-size: 2.1vw;
}

#energiasolar2 h3 {
    font-size: 1.8vw;
}

#energiasolar2 div1 p {
    font-size: 1.6vw;
}

#energiasolar2 div2 p {
    font-size: 1.8vw;
}

#energiasolar3 div1{
    width: 45%;
}

#energiasolar3 h2 {
    font-size: 2.1vw;
}

#energiasolar3 h3 {
    font-size: 1.9vw;
}

#energiasolar3 div1 p {
    font-size: 1.6vw;
}

#energiasolar3 div2 p {
    font-size: 2.8vw;
}   

/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 3vw;
   font-size: 2vw;
}

#next p {
   padding-right: 3vw;
   font-size: 2vw;
}

#previous p1 {
   font-size: 3.5vw;
}

#next p1 {
   font-size: 3.5vw;
}

/*
SLIDESHOW
*/

/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 800px;
}

#financiamento .logobv {
	height: 6vw;
}

#financiamento .legendabv {
    font-size: 2.5vw;
}
    
/*
FINANCIAMENTO
*/

}

@media screen and (min-device-width: 1440px) {
    
/*
GERAL
*/
  
/*
GERAL
*/
    
/*
INDEX
*/

.intro {
    width: 44%;
}    
    
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
textarea {
    height: 13vw;
}
    
form div2 input {
    width: 90%;
}
    
iframe {
    height: 24.8vw;
}

/*
CONTATO
*/
    
/*
ENERGIA SOLAR
*/
    
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 3vw;
   font-size: 1.9vw;
}

#next p {
   padding-right: 3vw;
   font-size: 1.9vw;
}

#previous p1 {
   font-size: 3.2vw;
}

#next p1 {
   font-size: 3.2vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 700px;
}

#financiamento .logobv {
	height: 5.5vw;
}

#financiamento .legendabv {
    font-size: 2.5vw;
}
    
/*
FINANCIAMENTO
*/

}

@media screen and (min-device-width: 1600px) {

/*
GERAL
*/
    
.logotipo {
	max-width: 10vw;
}

.redesocial {
	max-width: 2.3vw;
}
    
nav {
    height: 3.7vw;
}

nav ul li a {
    font-size: 1.8vw;
}

footer {
    height: 3.8vw;
}

footer a {
	font-size: 2.1vw;
}

footer p {
	font-size: 1.4vw;
}

/*
GERAL
*/
    
/*
INDEX
*/
 
.intro {
    width: 43%;
}
    
#index h1 {
    font-size: 2.3vw;
}

.intro h2 {
    font-size: 1.9vw;
}

.intro p {
    font-size: 1.5vw;
}
    
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 8vw;
}
    
#servicos div {
    width: 44%;
}
    
#servicos h1 {
    font-size: 2.3vw;
}

#servicos h2 {
    font-size: 1.9vw;
}

#servicos p {
    font-size: 1.5vw;
}
    
/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio div {
    width: 44%;
}

#portfolio h1 {
    font-size: 2.3vw;
}

#portfolio h2 a {
    font-size: 1.6vw;
}

#portfolio p {
    font-size: 1.2vw;
}
    
#portfolio2 div {
    width: 80%;
}

#portfolio2 h1 {
    font-size: 2.3vw;
}

#portfolio2 p {
    font-size: 1.9vw;
}

/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
    
.divprodutos {
    width: 45%;
}
    
.divprodutos img {
    max-height: 9vw;
}
    
#produtos h1 {
    font-size: 2.3vw;
}

.divprodutos h2 {
    font-size: 1.9vw;
}

.divprodutos p {
    font-size: 1.5vw;
}
    
.produtocontato h2 {
    font-size: 2.3vw;
}

.produtocontato p {
    font-size: 1.9vw;
    text-align: center;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form {
    width: 47%;
}

#contato {
    width: 48%;
}
    
form h1 {
    font-size: 2.3vw;
}

form label {
    font-size: 1.9vw;
}
    
form button {
    font-size: 1.5vw;
}

form div2 input {
    width: 85%;
}

input, textarea {
    font-size: 1.5vw;
}

textarea {
    height: 11vw;
}

#contato h2 {
    font-size: 1.6vw;
}

#contato img {
    max-height: 2.6vw;
}
    
iframe {
    height: 22vw;
}
    
/*
CONTATO
*/
    
/*
ENERGIA SOLAR
*/
    
#energiasolar div {
    width: 28%;
}
    
#energiasolar img {
    max-height: 7vw;
}

#energiasolar h1 {
    font-size: 2.3vw;
}

#energiasolar h2 {
    font-size: 1.9vw;
}

#energiasolar p {
    font-size: 1.5vw;
}
    
#energiasolar2 img {
    max-height: 6vw;
}

#energiasolar2 h2 {
    font-size: 1.9vw;
}

#energiasolar2 h3 {
    font-size: 1.7vw;
}

#energiasolar2 div1 p {
    font-size: 1.5vw;
}

#energiasolar2 div2 p {
    font-size: 1.7vw;
}

#energiasolar3 h2 {
    font-size: 1.9vw;
}

#energiasolar3 h3 {
    font-size: 1.8vw;
}

#energiasolar3 div1 p {
    font-size: 1.5vw;
}

#energiasolar3 div2 p {
    font-size: 2.5vw;
}   

/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 3vw;
   font-size: 1.8vw;
}

#next p {
   padding-right: 3vw;
   font-size: 1.8vw;
}

#previous p1 {
   font-size: 2.6vw;
}

#next p1 {
   font-size: 2.6vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 800px;
}

#financiamento .logobv {
	height: 5vw;
}

#financiamento .legendabv {
    font-size: 2.1vw;
}
    
/*
FINANCIAMENTO
*/

}

@media screen and (min-device-width: 1920px) {

/*
GERAL
*/
    
.logotipo {
	max-width: 8vw;
}

.redesocial {
	max-width: 2vw;
}
    
nav {
    height: 3vw;
}

nav ul li a {
    font-size: 1.4vw;
}

footer {
    height: 3.3vw;
}

footer a {
	font-size: 1.7vw;
}

footer p {
	font-size: 1.2vw;
}

/*
GERAL
*/

/*
INDEX
*/
    
.intro {
    width: 44%;
}
    
#index h1 {
    font-size: 2.1vw;
}

.intro h2 {
    font-size: 1.8vw;
}

.intro p {
    font-size: 1.5vw;
}
    
/*
INDEX
*/
    
/*
SERVIÇOS
*/
    
#servicos img {
    max-height: 7vw;
}
    
#servicos div {
    width: 44%;
}
    
#servicos h1 {
    font-size: 2.1vw;
}

#servicos h2 {
    font-size: 1.8vw;
}

#servicos p {
    font-size: 1.5vw;
}

/*
SERVIÇOS
*/
    
/*
PORTFÓLIO
*/
    
#portfolio div {
    width: 28%;
}

#portfolio h1 {
    font-size: 2.1vw;
}

#portfolio h2 a {
    font-size: 1.6vw;
}

#portfolio p {
    font-size: 1.2vw;
}
    
#portfolio2 div {
    width: 80%;
}

#portfolio2 h1 {
    font-size: 2.1vw;
}

#portfolio2 p {
    font-size: 1.8vw;
}
    
/*
PORTFÓLIO
*/
    
/*
PRODUTOS
*/
   
.divprodutos {
    width: 45%;
}
    
.divprodutos img {
    max-height: 10vw;
}
    
#produtos h1 {
    font-size: 2.1vw;
}

.divprodutos h2 {
    font-size: 1.8vw;
}

.divprodutos p {
    font-size: 1.5vw;
}
    
.produtocontato h2 {
    font-size: 2.2vw;
}

.produtocontato p {
    font-size: 1.9vw;
}
    
/*
PRODUTOS
*/
    
/*
CONTATO
*/
    
form {
    width: 47%;
}

#contato {
    width: 48%;
}

form h1 {
    font-size: 2.1vw;
}

form label {
    font-size: 1.5vw;
}
    
form button {
    font-size: 1.2vw;
}

form div1 {
    width: 95%;
}

form div2 {
    width: 95%;
}
    
form div2 input {
    width: 65%;
}
    
input, textarea {
    font-size: 1.2vw;
}

textarea {
    height: 11vw;
}
    
#contato h2 {
    font-size: 1.5vw;
}

#contato img {
    max-height: 2.3vw;
}
    
iframe {
    height: 18vw;
}

/*
CONTATO
*/
    
/*
ENERGIA SOLAR
*/
    
#energiasolar div {
    width: 29%;
}
    
#energiasolar img {
    max-height: 5.5vw;
}

#energiasolar h1 {
    font-size: 2.1vw;
}

#energiasolar h2 {
    font-size: 1.5vw;
}

#energiasolar p {
    font-size: 1.2vw;
}
    
#energiasolar2 div1 {
    width: 32%;
}
    
#energiasolar2 img {
    max-height: 5vw;
}

#energiasolar2 h2 {
    font-size: 1.5vw;
}

#energiasolar2 h3 {
    font-size: 1.3vw;
}

#energiasolar2 div1 p {
    font-size: 1.2vw;
}

#energiasolar2 div2 p {
    font-size: 1.4vw;
}

#energiasolar3 div1{
    width: 45%;
}

#energiasolar3 h2 {
    font-size: 1.7vw;
}

#energiasolar3 h3 {
    font-size: 1.4vw;
}

#energiasolar3 div1 p {
    font-size: 1.2vw;
}

#energiasolar3 div2 p {
    font-size: 2vw;
}   
   
/*
ENERGIA SOLAR
*/
    
/*
SLIDESHOW
*/
    
#slideshow {
    width: 100% !important;
}

#slides {
    width: 100% !important;
}

#slides ul li{
    width: 100% !important;
}

#slides img {
    width: 100% !important;
}

#previous {
   width: 50% !important;
}

#next {
   width: 50% !important;
}

#previous p {
   padding-left: 3vw;
   font-size: 1.6vw;
}

#next p {
   padding-right: 3vw;
   font-size: 1.6vw;
}

#previous p1 {
   font-size: 2.3vw;
}

#next p1 {
   font-size: 2.3vw;
}

/*
SLIDESHOW
*/
    
/*
FINANCIAMENTO
*/   
    
#frame iframe {
    height: 800px;
}

#financiamento .logobv {
	height: 5vw;
}

#financiamento .legendabv {
    font-size: 1.8vw;
}
    
/*
FINANCIAMENTO
*/

}

/*
MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES
*/