*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}
.top20{
    margin-top: 20px;

}

.abs{
    position:absolute;
    width: 100%;
    z-index:5000;
}
.tec-img{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    
}
.tec-img img{ width: 300px; border-radius: 0 30px 0 30px; border:solid 4px #555;}
/* politicas */



.lbox{
        position: fixed;
        visibility: hidden;
        opacity: 0; 
        margin-left: 0;
    
    }

.lbox:target{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgba(10,10,10, .7);
    position: fixed;
    text-align: center;
    z-index: 2000;
    
    }

.box_img{
    width: 70%;    
    height:90%;
    top: 20px;
    position: absolute;
    text-align: center;
    margin-left: 15%;
    background-color:rgb(255, 255, 255);
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 7px;
    
    }

    .b_img{
        
        width: 100%;  
        height: 90%;
        overflow: scroll;
        overflow-x: hidden;
    }
    
    .b_img::-webkit-scrollbar {
        width: 5px;
    }

    .b_img::-webkit-scrollbar-track {
        background:#ddc646;
        border-radius: 10px;
        width: 10px;
    
    }
    
    .b_img::-webkit-scrollbar-thumb {
        background-color: #474775;
        border-radius: 20px;
        border: 1px solid rgb(228, 168, 56);
      }

#politicas{
    z-index: 5000;
}


 .btnP{
    color: rgb(77, 77, 77);
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    position:absolute;                                                                          
    z-index: 3000;
    }


  #close{
    width: 70%;
    font-size: 12px;
    color: rgb(41, 40, 40);
    font-weight: 800 ;
    
    
    
    }

.b_img{
        
        width: 100%;  
        height: 90%;
        overflow: scroll;
        overflow-x: hidden;
    }

/* politicas */

#centraliza{

    width: 100%;
    justify-content: center;
    text-align: center;
}

.fantasma{
    width: 0;
    height: 0;
    font-size: 1px;
    color: rgb(255, 255, 255);
}

.fantasma h1{
   
    font-size: 1px;
    color: rgb(255, 255, 255);
}

.busca{
    text-align: center;
    background-color: rgb(231, 232, 233);
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 40px;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(102, 102, 102);
}

.busca .tit{
    width: 100%;
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(13, 51, 83);
    margin: 50px 0;
    text-align: center;
    font-weight: 600;
}

.barra_sup{
  
    display: flex;    
    flex-wrap: wrap;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 3px 7px rgba(5, 5, 5, 0.5);
}



.logo{
    width: 7%;
    display: flex;  
    padding-left: 40px;
}

.logo img{
    width: 60px;
    height: 60px;
}

.tex{    
    display: flex;  
    width: 65%;
    height: 70px;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    color: rgb(255, 255, 255);
    align-self: center;
    align-items: center;
    font-weight: 800;
    padding-left: 35px;
}

.bt1{
    width: 28%;
    display: flex;   
    align-self: center;
    margin-right: auto;
    padding-right: 40px;
    justify-content: end;    
    
}

.bt1 button{
    
    display: flex; 
    height: 40px;
    width: 200px;
    flex-direction: row;   
    justify-content: center;     
    border-radius: 50px;
    color: rgb(74, 74, 74);
    font-weight: 500;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-self: center;
    align-items: center;
    background-color: rgb(239, 255, 9);
    
}
.bt1 button:hover{

    background-color: rgb(243, 240, 176);
    cursor: pointer;
}

.imgw{
    width: 17px; 
    height: 17px;
    margin-top: 8px; 
    margin-right: 5px;
}

.banner{
    width: 100%;
    height: 515px;      
    justify-content: center;
  
}

.imgb{
    position: absolute;
    width: 100%;
    height: 635px;
    overflow: hidden;
}

.imgb img{
   
    width: 150%;
    height: 635px;
    animation: zoom-in-zoom-out 50s ease infinite;
}

.desen{
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



@keyframes zoom-in-zoom-out {
    0% {
      margin-left: -1%;
    }
    50% {
      margin-left: -30%;
    }
    100% {
      margin-left: -1%;
    }
  }


.apres{

    position: absolute;     
    width: 80%;
    height: auto; 
    margin-left: 10%;
    margin-top: 15%;
    align-self: center;
    
}

.tex2{
    display: flex;
    flex-direction: column;
    align-items: center;  
   
    width: 68%; 
    margin-left: 16%;
    font-size: 35px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color:rgb(255, 255, 255);
    
    border-radius: 15px;
    padding: 30px;

}

.sol{
    display: flex;     
    flex-direction: column;
    align-self: center;
    width: 250px;
    height: 150px;
    border: solid 1px rgb(255, 255, 255);
    padding: 30px 10px;   
    border-radius: 20px;
    text-align: center;    
    background-color: rgba(255, 255, 255, 0.2); 
    filter: drop-shadow(0 2px 8px #555555a2);
    margin-top: 20px;
}

.tex3{
    font-size: 16px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:rgb(255, 255, 255);
}



.bt2{
    background-color: rgb(251, 255, 0);
    color: rgb(76, 75, 75);
    font-size: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 50px;
    padding: 10px;
    font-weight: 700;
}

.bt2:hover{
    background-color: rgb(241, 236, 167);
    cursor: pointer; 
}

.servicos{

    margin-top: 130px;
    margin-bottom: 50px;
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 30px;
   
}

.tit_serv{
    font-size: 22px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    color:rgb(69, 71, 71);
    font-weight: 600;
   
}

.tex_serv{
    font-size: 18px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    color:rgb(96, 97, 97);
    margin-bottom: 15px;
}

.btn_s{

    display: flex;
    justify-content: center;
    width: 390px;
    
  
}

.orc{
    
    background-color:rgb(255, 251, 0);
    padding: 10px 20px;
    align-self: center;
    text-align: center;
    border-radius: 50px;
    color: rgb(71, 71, 71);
    font-size: 16px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;   

}

.orc:hover{
    background-color: rgb(255, 145, 2);
}


.tit{
    width: 100%;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(76, 76, 77);
    margin: 50px 0;
    text-align: center;
    font-weight: 800;  
   
}

.titb{
    width: 100%;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(62, 63, 63);
    margin: 50px 0;
    text-align: center;
    font-weight: 600;
    text-shadow: -2px 0 3px #ffd900;
}

.serv{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    text-align: center;
    border: solid 1px #afaeae;
    padding: 20px;
    border-radius: 15px 15px 20px 20px;
    border-bottom: solid 7px #555;
    
}

.serv img{
    width: 90%;
    height: 220px;
    border-radius: 10px;
}

.contr{
    width: 100%;
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-around;   
    background-color: rgba(39, 38, 38, 0.774);
    padding-bottom: 60px ;
   

}

.backgroundfixo{
    
    background-image: url("../imagens/precisa-de-eletricista-urgente-eletricista-em-niteroi-são-gonçalo-eletrecista-em-itaborai2.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.backgroundfixo2{
    
    background-image: url("../imagens/precisa-de-eletricista-urgente-eletricista-em-são-gonçalo-eletrecista-em-niteroi1.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.tit_s{
    width: 300px;
    font-size: 22px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    color:rgb(55, 55, 55);
    font-weight: 600;
    padding: 40px;
    border-radius: 150px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0 0 0 3px rgb(255, 255, 0);
    border: solid 3px #555;
}



.tit_s img{
    height: 50px;
}

.info{
    width: 100%;  
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(234, 255, 0);
    padding: 40px 0;    
    justify-content: center;
}

.icone_bal{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.cont_tec{
    width: 100%;
    font-size: 24px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(69, 69, 69);
    padding-right: 20px ;
    text-align: center;
}
.btnx{
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
.sobre{
    width: 100%;  
    display: flex;   
    padding-bottom: 60px;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
}

.tecnico{
    width: 100%;  
    display: flex;   
    padding-bottom: 100px;
    justify-content: center;
    flex-direction: column;
}

.desc_s{
    width: 60%;
    font-size: 24px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    color:rgb(96, 97, 97);
    margin-bottom: 15px;
    margin-left: 20%;
    text-align: center;
    font-style: italic;
}

.rodape{
    width: 100%;
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(61, 61, 61);
    padding-top: 30px;
}

.info_at{

    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    color:rgb(255, 255, 255);
    padding-left: 20px;
    align-self: center;
}

.dir{
    margin-top: 30px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color:rgb(255, 255, 255);
    border-top: solid 1px rgb(255, 255, 255);
}

.tags{
    text-align: center;
    width: 100%;
    font-size: 10px;
}

#depoimentos{
    display: flex;     
    width: 90%;   
    height: 300px;   
    margin-left: 5%;  
    overflow-x: scroll;
    overflow-y: hidden; 
    text-align: center;
    padding: 40px 0;
}

#depoix{
   
    display: flex;    
   
}

#depoi_item{
        
    width: 250px;
    height: 250px;
    padding: 15px;
    border-radius: 15px;
    border: solid 1px #c5c4c4;    
}

#formX{
    display: flex;  
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 90%; 
    margin-left: 5%;  
    text-align: center;
    margin-bottom: 40px;
}

.whats{

    position: fixed;
    bottom: 10px;
    z-index: 5000;
    background-color: #555555d8;
    border-radius: 40px;
}

.whatsimg{
    width:50px;
    height: auto;
    margin-left: 7px;
   
   
}

@media screen and (max-width: 769px){ 

    .top20{
        margin-top: 0;
    }

    .logo{
        width: 100%;
        justify-content: center;padding-left: 0;
    }
    
    .logo img{
        width: 60px;
        height: 60px;
        
    }
    
    .tex{    
        
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding-left: 0;
               
    }
    
    .bt1{
        width: 100%;      
        justify-content: center;
        padding-right: 0;
    }

    .tex2{
        margin-top: 170px;
        font-size: 22px;
        width: 100%; 
        margin-left: 0;
    }

    .tex3{
        margin: 10px 0;
        font-size: 12px;
    }

    .imgw{
        width: 17px; 
        height: 17px;
        margin-top: 6px; 
        margin-right: 5px;
    }

    .banner{
        height: 650px;
    }

    .barra_sup{
        border-radius: 0 0 0 40px;
    }

    .imgb{
        margin-left:-2.5px;
        height: 650px;
    }
    .imgb img{
      
        height: 650px;
    }

    .tit{
     
        font-size: 20px;
    }

    .titb{
     
        font-size: 26px;
    }

    .apres{
        margin-left: 10%;
        padding-bottom: 0;
        width: 80%;
       
    }

    .sol{
        
        margin-top: 20px; 
        left:0;
    }

    .servicos{
        margin-top: 20px;
        margin-bottom: 0;
    }

    .serv{
       
        width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
        margin-bottom: 60px;
   
    }

    .tit_serv{
        width: 90%;
    }

    .busca .tit{
        
        font-size: 20px;
       
    }

    .serv img{
        width: 90%;
        height: 210px;
    }

    .tex_serv{
        width: 90%;
    }

    .btn_s{
        width: 90%;
    }

    .tit_s{
        margin-bottom: 10px;
    }
    .info{

        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

 

    .cont_tec{
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .btnx{
        margin-top: 40px;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .info_at{
        width: 90%;
        text-align: center;
        font-size: 18px;
        padding-left: 0;
        padding-top: 20px;
       
    }

    .dir{
        font-size: 10px;
    }
    .desc_s{
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
    }

    .backgroundfixo2{
        background-position-x: -400px;

    }

}