body{
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Configurações de tamanho dos titulos */

h1{
    font-size: 3.6em;
    text-transform: uppercase;
}

h2{
    font-size: 3em;
    text-transform: uppercase;
}

h3{
    font-size: 2.6em;
    text-transform: uppercase;
}

h4{
    font-size: 2.2em;
    text-transform: uppercase;
}

h5{
    font-size: 2em;
    text-transform: uppercase;
}

h6{
    font-size: 1.6em;
    text-transform: uppercase;
}

/* Menu do site */

#menu{    
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items:end;
    padding: 0 20px;

}

.logoEnergeletrica{
    height: 100px;
}

.logoCetem{
    height: 100px;
    
}


#menu ul{      
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    font-size: 1.6em;
    justify-content: space-between;
  
    
}

#menu a{
    list-style: none;
    text-decoration: none;
    color: #333;
    
}

#menu a:hover{
    color: rgb(223, 50, 50);
}

#menu ul li{
    margin: 0 30px;
    transform: scale(1);
    transition: transform 0.5s ease;
}

#menu ul li:hover{   
    transform: scale(1.2);
    
}

.active li{
    color: #ff0000;
}

/* Responsividade do menu */

@media (min-width: 921px) and (max-width: 1070px ){
    #menu ul{
        font-size: 1.2em;
    }
    

}

@media (min-width:0px ) and (max-width: 920px ){

    #menu ul{
        font-size: 1em;
    }

    .logoEnergeletrica{
        height: 60px;
    }

    .logoCetem{
        height: 60px;
    }
}

@media (min-width:0px ) and (max-width: 920px ){
    #menu ul li{
        margin: 0 10px;
    }

}


/* Barra de busca */

#busca{
    
    width: 180px;
    height: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: auto auto;
    padding: 10px
}

#busca input{
    width: 80%;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px 0 0 10px;
    border: 1px solid #6b6b6b;
    border-right: none;
    color: black;
}

#busca img{
    background-color:rgb(44, 44, 44);
    padding: 10px;
    border: 1px solid #333;
    border-left: none;
    border-radius: 0 10px 10px 0;
    height: 40px;
}



/* Página principal home*/

#conteudo_home{
    width: 100%;
    height: auto;
    padding: 0;
}

.box-esquerda{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: right;
}

.box-direita{
    width: 50%;
    height: auto;
    display: flex;
    justify-content:left;

}

.box-centro{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}


/* Responsividade box-centro */

@media (min-width: 0px ) and (max-width: 1244px){
    .box-centro{      
        flex-direction: column;
        align-items: center;
    }

    .box-esquerda{
        width: 100%;
        justify-content:center;
    }

    .box-direita{
        width: 100%;
        justify-content:center;
    }
    

}


/* Slide Topo */

#slideTopo{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;    
}

.slide{
    width: 100%;
}

.carousel-inner{
    width: 100%;
}

.carousel-item{

}

/* responsividade Slide Topo */

@media (min-width: 1080px ) and (max-width: 1242px ) {

}





/* Box clientes */

#clientes{  
    display: flex;
    width: 100%;
    height: 220px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}

#text-clientes{     
    width: 90%;
    display: flex;
    text-align: right;
    
}

#clientes h3{
    width: 100%;
    font-size: 1.6em;
    color: #666;
  
}

/* Responsividade Clientes */

@media (max-width: 1244px){
    #clientes{ 
        flex-direction: column;
    }

    #text-clientes{ 
        text-align: center;
    }

    
}


/*Slide clientes*/


#nossosClientes{
    width: 100%;
    padding: 0 20px;
    
}

#galery{
    max-width: 100%;
    display: flex;
    overflow: hide; 
    scrollbar-width: thin ;   
    scrollbar-color: #ffffff #f1f1f1;
    padding: 20px 0;
    
}



#galery img {
    min-width: 200px;
    max-height: 200px;
    margin: 0 5px;
}

/* Responsividade do slide clientes*/

@media (max-width:1244px){
    #galery{
        margin: auto;
    } 
}   




/*Propaganda 1*/

#propaganda1{    
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 50px;
    justify-content: center;
}

#textoPropaganda1{   
    width: 50%;
    height: auto;
    display: flex;
    justify-content: end;   
   
}

.box-texto{    
    background-color: rgb(32, 32, 32);
    background-image: linear-gradient(to right, rgba(232,232,232,1), rgba(161, 161, 161, 0) 20%, rgba(214, 214, 214, 0) 80%, rgb(255, 255, 255)), linear-gradient(45deg, rgb(248, 248, 248) 25%, transparent 25%, transparent 75%, rgb(231, 231, 231) 75%, rgb(231, 231, 231)), linear-gradient(45deg, rgb(231, 231, 231) 25%, transparent 25%, transparent 75%, rgb(233, 233, 233) 75%, rgb(226, 226, 226)), linear-gradient(to bottom, rgb(224, 224, 224), rgb(218, 218, 218));
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px; 
    width: 80%;
    height: 100%;
    text-align: left;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    
}

.box-texto h1{    
    margin: 20px 10px;
    color: #009199;
    margin: 50px 0;
}


.box-texto h4{
    font-size: 2em;
}

.box-texto p{
    font-size: 1.4em;
    width: 80%;
    color:#333;
}

.box-texto span{  
    width: 80%;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
}

.box-texto span img{
    width: 30px;
    
}

#imgPropaganda1{
    width: 40%;  
    height: auto;  
}

#imgPropaganda1 img{  
    width: auto;
   height: 100%;
   margin-left: -50px;
   box-shadow: 5px 5px 10px #666;
   border-radius: 10px;
}

/* Responsividade box propaganda 1 */
@media(max-width:1130px){
    .box-texto h1{
        font-size: 2.2em;
    }
}

@media(max-width:1419px){
    #propaganda1{
        flex-direction: column;
    }
    #textoPropaganda1{
        width: 90%;
        display: flex;
        justify-content: center; 
    }
    #box-texto{
        width: 90%;
        text-align: center;
        padding: 20px;
    }
    .box-texto p{
        width: 100%;
    }
    .box-texto h1{
        text-align: center;
    } 
    #imgPropaganda1{
        width: 90%;  
        height: auto;  
        text-align: center;
    }
    
    #imgPropaganda1 img{
       width: 70%;
       margin:auto;
       
    }
}

@media (min-width: 1420px) and (max-width: 1580px){
    .box-texto h1{
        font-size: 2.8em;
    }

    .box-texto h4{
        font-size: 2em;
    }
    .box-texto p{
        font-size: 1em;
    }
}


/* Propaganda 2 */

#propaganda2{    
    background-color: rgba(228, 228, 228, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;  
    justify-content: center;
    margin: 100px 0 0 0;
    padding: 40px 0;
}

#imgPropaganda2{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;    
}

#imgPropaganda2 img{
    width: 80%;
    border-radius: 10px;

}

#textPropaganda2{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
   
}

#textPropaganda2 img{
    width: 40px;
    height: 40px;
}

.textoPropaganda2{
    width: 100%;
    display: flex;
    margin: 20px 0;
}

.textoPropaganda2 h3{
    font-size: 2em;
    color: #009199;
}

.texto2{
    text-align: left;
    margin-left: 30px;
}


/* Responsividade propaganda 2 */

@media (max-width: 1546px) {
    #propaganda2{
        flex-direction: column;
    }
    #imgPropaganda2{
        width: 100%;
        text-align: center;
    }
    
    #imgPropaganda2 img{
        width: 90%;
    }

}


@media (min-width: 1546px) and (max-width: 1690px){
    .texto2 h3{
        font-size: 1.8em;
    }
}

/* Atuação */


#atuacao{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 100px 0;

}

#atuacao h1{
 
}

#content-boxes{
    width: 80%;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
    padding: 50px;
}



#box1,
#box2,
#box3,
#box4{
    width: 40%;
    height: auto;
    border: 3px dashed #c9c9c9;
    display: flex; 
    flex-basis: calc(50% - 40px);  
    justify-content: center;
    flex-direction: column;
    margin: 20px;
    padding: 20px;
    text-align: left;
    border-radius: 6px;
}

#box1 img,
#box2 img,
#box3 img,
#box4 img{
    width: 50px;
    height: 50px;
    border: 3px groove #009199;
    fill: #009199;
    padding: 6px;
    border-radius: 6px;
    margin: 10px 0;
}

#box1 h1,
#box2 h1,
#box3 h1,
#box4 h1{
  
    margin: 20px 0;
}

#box1 p,
#box2 p,
#box3 p,
#box4 p{
    
}

/* Responsividade de atuação */
@media(max-width: 992px){
    #atuacao{
        margin: 50px 0;
    
    }
    #content-boxes{
        width: 90%;
        height: auto;
    }

    #box1,
    #box2,
    #box3,
    #box4{
        width: 100%;
        height: auto;
        border: 1px solid #333;
        display: flex; 
        flex-basis: calc(100% - 40px);  
        justify-content: center;
        flex-direction: column;
        margin: 20px;
        padding: 20px;
        text-align: left;
    }
}


@media (max-width: 1200px){
    #box1 h1,
    #box2 h1,
    #box3 h1,
    #box4 h1{
        font-size: 2.2em;
    }

}



/* Experiencias */

#experiencias{
    width: 100%;
    height: auto;    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 200px 0;
}


#imgExperiencia{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    

}

#imgExperiencia img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #333;
}

#textExperiencia{  
    width: 80%;
    padding: 40px;
}

#parametros{

}


/* Responsividade experiencias */

@media(max-width: 992px){
    #experiencias{
        margin: 0;
    }
    #imgExperiencia{
        margin: 0;
    }
}

@media (max-width: 1244px){
    #experiencias{
        flex-direction: column;
    }
    #textExperiencia{
        text-align: center;
    }
    #textExperiencia h1{
        font-size: 2em;
    }
    #textExperiencia h3{
        font-size: 1.7em;
    }
}

@media (min-width: 1243px) and (max-width: 1371px){
    #textExperiencia h3{ 
        font-size: 1.6em;
    }
    #textExperiencia h1{
        font-size: 2em;
    }
    

}

@media (min-width: 1372px) and (max-width: 1628px){
    #textExperiencia h3{ 
        font-size: 2em;
    } 
    #textExperiencia h1{
        font-size: 2.6em;
    }
}

/* Banner */

#banner{
    background-color: #009199;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}



/* Responsividade do banner */

@media (max-width: 900px){
    #banner h2{
        font-size: 2em;
    }
}

@media (max-width: 1080px){
    #banner{
        margin: 40px 0;
        padding: 100px 0;
  
        
    
       
    }
}



/* Projetos */

#projetos{
    text-align: center;
    margin: 200px 0;
}

#projetos > h1:first-child{
    margin: 50px 0;
}

.projeto{
    background-color: #ffffff;
    max-width: 400px;
    min-height: 640px;
    text-align: left;
    margin: 20px 10px;
    border: 1px solid #c1c1c1;
}

.projeto img{
    width: 100%;
    height: auto;
}

.projeto img:hover{

}

.projetoTexto{
    padding: 20px;
    text-align: center;
}


.botaoVermelho{
    background-color: rgb(53, 53, 53);
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    margin: 60px 0 0 0;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.botaoVermelho:hover{
    transform: scale(1.2);
}


/* Rodapé */


#rodape{
    width: 100%;
    height: 100px;
    background-color: rgb(255, 0, 0);
    display: flex;
    justify-content: space-around;
    align-items: center;
   
    color: #fff;
}


#redes{
    display: flex;
}

#redes img{
    width: 40px;
    height: 40px;
    fill: #fff;
    margin: 0 10px;
    transform: scale(1);
    transition: transform 0.5s ease;
}

#redes img:hover{
    transform: scale(1.2);
    
}

#Bzap{
    
}
#Bzap img{
    background-color: springgreen;
    width: 60px;
    height: 60px;
    padding: 4px;
    border-radius: 10px;
    transform: scale(1);
    transition: transform 0.5s ease;
}

#Bzap img:hover{
    transform: scale(1.2);
}



/* -----------Página quem somos------------------ */


#topoQuemSomos{
    background-color: steelblue;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    
}

#topoQuemSomos > div:first-child{
    width: 80%;
    border-left: 5px solid #fff;
    padding-left: 20px;
}



#topoQuemSomos p{
    font-size: 2em;
}


#quemsomos{
    width: 100%;
    display: flex;
    margin: 150px 0;
}

#textBox1QuemSomos{
    width: 80%;
    padding: 20px ;
}

#textBox1QuemSomos h2{
    font-size: 3em;
    margin: 40px 0;
}
#textBox1QuemSomos p{
    font-size: 1.6em;
}
#lista{
    display: flex;
    font-size: 1.6em;
}

#lista ul{
    margin: 20px 40px;
}

#lista ul li{
    list-style: none;
    text-decoration: none;
}

#lista ul li img{
    width: 40px;
    height: auto;
    
}

#nossosValores{
    width: 100%;
    text-align: center;
    margin: 200px 0;
}

#valvis{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
  
}

#nossosValores h1{
    width: 100%;
   
}

#nossosValores img{
    width: 50px;
    height: auto;
}

#missao,
#visao{
    width: 80%;
    margin: 0 50px;
    font-size: 2em;
}

#missao h2,
#visao h2{
    font-size: 2em;
    margin: 20px 0;
}

#missao img,
#visao img{
    width: 60px;
}

#time{
    width: 100%;
    text-align: center;
    background-color: #e6e6e6;
    padding: 50px 0;
}



#nossaParceria{
    display: flex;
    justify-content: center;
    align-items: center;
}

#nossaParceria p{
    font-size: 1.8em;
}

#cetem,
#engeletrica{
    padding: 100px;
}

#cetem img{
    height: 100px;
}

#engeletrica img{
    height: 100px;
}


/* Banner Quem somos */

#bannerQuemSomos{
    background-color: steelblue;
    width: 100%;
    height: 400px;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#text-banner{
    width: 80%;
}

#text-banner h3{
    font-size: 3em;
}

#text-banner h6{
    font-size: 1.7em;
}




/* Pagina de Projetos */

#projetosFundo{
    background-image: url(../img/fundo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 
}

#topoProjetos{
    background-color: steelblue;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    
}

#topoProjetos > div{
    width: 80%;
    border-left: 5px solid #fff;
    padding-left: 20px;
}


#topoProjetos p{
    font-size: 2em;
}

#conteudo-projetos{
    width: 60%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.gradeprojetos{
    margin: 20px; 
    transform: scale(1);
    transition: transform 0.5s ease;
    text-align: center;    
    
}



.gradeprojetos:hover{
    transform: scale(1.1);
}
    
.projetoTexto{
   
}

#titulo-projetos{
    width: 100%;
    text-align: center;

}


/* Pagina Contatos */


#topoContato{
    background-color: steelblue;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    
}

#topoContato > div{
    width: 80%;
    border-left: 5px solid #fff;
    padding-left: 20px;
}


#topoContato p{
    font-size: 2em;
}

#conteudo-contato{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contato{
    display: flex;
    width: 80%;
    height: 700px;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}

#textoContato{
    width: 80%;
    padding: 0 30px;
}

#textoContato h3{
    
}

#textoContato p{
    font-size: 1.6em;
    margin: 30px 0;
}

#textoContato h6{
    margin: 40px 0 20px 0;
    
}


#redesSociais{
    display: flex;
    
}

#redesSociais img{
    width: 46px;
    height: 46px;
    fill: #fff;
    margin: 0 10px;
    transform: scale(1);
    transition: transform 0.5s ease;
    border: 3px solid  #000;
    border-radius: 8px;
    padding: 6px;
}

#redesSociais img:hover{
    transform: scale(1.2);
    
}


/* Formulário de contato */

#formContato{
    width: 80%;
    display: flex;
    flex-direction: column;
}

#formNome,
#formTel,
#formEmail,
#formTextArea{
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 0;
}

#formNome label,
#formTel label,
#formEmail label,
#formTextArea label{
    font-size: 1.6em;
    
}

#formNome input,
#formTel input,
#formEmail input
{
    border: none;
    width: 80%;
    height: 60px;
    padding: 10px;
    font-size: 1.2em;
}

#formTextArea textarea{
    border: none;
    width: 80%;
    height: 100px;
    padding: 10px;
    font-size: 1.2em;
}



#formContato input[type="submit"]{
    width: 80%;
    height: 60px;
    border: none;
    background-color: blue;
    color: #e6e6e6;
    font-size: 2em;
    border-radius: 5px;
    margin: 30px 0 ;
}

#informacoes{
    width: 100%;
    display: flex;    
    align-items: center;
    justify-content: center;
    margin: 100px 0;
}

#miniMapa{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: end;
    margin: 100px 40px 100px 0;
    border: 1px solid #dbdbdb;
}

#miniMapa iframe{
    width: 100%;
    min-height: 500px;
}

#textMapa{
    width: 40%;
}

#textMapa h3{
    margin: 20px;
}

#textMapa #endereco{

}

#endereco p{
    font-size: 1.4em;
}

#textMapa #telefone{
    width: 50%;
}

#textMapa #telefone span{
    font-size: 1.4em;
}

#textMapa #email{
    width: 50%;
}

#textMapa #email p{
    font-size: 1.4em;
}

.info{
    margin: 20px;
    border: 1px solid #dbdbdb;
    padding: 20px;
}

#contatoInfo{
    display: flex;
}


/* Responsividade da página contatos */



