
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Ruda", sans-serif;
    font-size: 18px;
    width: 100%;
    height: 100%;
}

.cabeçalho{
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding: 3px;
   background-color: #fff;
}

.btn-whatsapp{
    padding-right: 10px;
    color: black;
}

.btn-instagram{
    padding-right: 10px;
    padding-left: 10px;
    color: black;
}

.btn-facebook{
    padding-right: 20px;
    padding-left: 10px;
    color: black;
}

.btn-telefone{
    padding-right: 20px;
    color: black;
}

a{
    text-decoration: none;
}

header {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100px;
    flex-direction: row;
    align-items: center;
    font-family: 'ruda-black';
    justify-content: space-around;
    background-color:#589bff;
    align-items: center;
}

.texto {
    
    background-color:#589bff;    
    text-align: center;
    font-family: Snell Roundhand;
    font-style: italic;
    padding-bottom: 15px;
    color: #fff;
    font-size: 1.8rem;
}

aside {
  display: flex;
  align-items:center;
  
}

.logo {
    margin-top: 35px;
}

img {
  height: 290px;
  width: 300px;  
  
}

.container {
    display: inline;
}

.btn-orçamento-header {    
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}


.categorias {
    display: flex;
    font-size: 15px;
    justify-content: end;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif; 
    height: 40px;
    padding-top: 30px;
    padding-left: 10px;
    flex-direction: row;
             
}

a {
    text-decoration: none;
}

.cat-locações{
    display: flex;
    margin-right: 30px;
    color: white;    
    padding-right: 20px;    
    text-decoration: none;
    align-self: center;
    padding-top: 5px;
    
}

.cat-quemsomos{
    display: flex;
    margin-right: 30px;
    color: white;    
    padding-right: 20px;    
    text-decoration: none;
}



.cat-banheiros {
    display: flex;
    margin-right: 30px;
    color: white;    
    padding-right: 20px;    
}

.cat-containers {
    display: flex;
    margin-right: 30px;
    color: white;    
    padding-right: 20px;       
}

.cat-formulario {
    display: flex;
    margin-right: 30px;
    color: white;    
    padding-right: 20px; 
    padding-top: 5px;   
}

/*------------------- SLIDER FRONT PAGE - NOVIDADES ----------------------*/

.slider{
    margin: 0 auto;
    width: 100%;
    
    overflow: hidden;
}

.slides {
    width: 400%;
    
    display: flex;
}

.slides input{
    display: none;
}

.slide {
    width: 25%;
    position: relative;
    transition: 2s;
}

.slide img {
    width: 100%;
    height: 700px;
}

.manual-navigation {
    position: relative;
    width: 100%;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    
}
  
.manual-btn{
    border: 2px solid red;
    background-color: red;
    padding: 5px;
    border-radius: 20px;
    cursor: pointer;
    transition: 1s;
    margin-bottom: 20px;
   
}

.manual-btn:not(:last-child) {
    margin-right: 40px;
}

.manual-btn:hover{
    background-color: rgb(250, 253, 252);
}


#radio1:checked ~ .first{
    margin-left: -10;
}

#radio2:checked ~ .first{
    margin-left: -25%;
}

#radio3:checked ~ .first{
    margin-left: -50%;
    

}

#radio4:checked ~ .first{
    margin-left: -75%;

}

.navigation-auto div{
    border: 2px solid #20a6ff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s; 
}

.navigation-auto{
    position: absolute;
    width: 800px;
    margin-top: 360px;
    display: flex;
    justify-content: center;
}

.navigation-auto div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
    background-color: #fff;
}

/*fim carrousel*/

.serviços{
    height: 500px;
    background-color: #fff;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}

.titulo-serviços {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #090979;
    font-size: 25px;
    padding-top: 40px;
}

.img-serviços{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    
}

.img-serviços img {
    width: 90%;
    height: 200px;
 
    
}

img {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

.sobre {
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    background-color:#589bff;
    height: 650px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.titulo-sobre{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-top: 5px;
    font-size: 25px;
    color: #fffdd9;
    
}

.titulo-sobre h1{
    border-radius: #090979 2px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.texto-sobre {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.texto-sobre img{
    width: 90%;
    height: 500px;
    
}

/* BANHEIROS */

.banheiros{
    margin-top: 10px;
    background-color: #fff;
}

.titulo-banheiros {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #090979;
    font-size: 25px;
    padding-top: 5px;
}

 /*imagens*/

 
.imgs-banheiros{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}


.imgs-banheiros{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.img-banh-01 img{
    width: 450px;
    height: 600px;
    padding: 10px;    
}

.img-banh-1 img{
    width: 450px;
    height: 600px;
    padding: 10px;    
}

.img-banh-2 img{
    width: 450px;
    height: 600px;
    padding: 10px;
}


.img-banh-3 img{
    width: 450px;
    height: 600px;
    padding: 10px;
}

.img-banh-01 img{    
    transition: transform 0.5s;     
}

.img-banh-01 img:hover {
    transform: scale(1.5);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* CONTAINERS*/

.containers{
    margin-top: 10px;
    background-color:#589bff;
    width: 100%;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.titulo-containers {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-top: 10px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #090979;
    font-size: 25px; color: #fffdd9;
}

/* IMAGENS CONTAINERS*/

.imgs-containers{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.img-container-01 img{
    width: 448px;
    height: 600px;
    padding: 9px;
}

.img-container-1 img{
    width: 448px;
    height: 600px;
    padding: 9px;
}

.img-container-02 img{
    width: 448px;
    height: 600px;
    padding: 9px;
}


.img-container-2 img{
    width: 448px;
    height: 600px;
    padding: 9px;
}

.img-container-03 img{
    width: 448px;
    height: 600px;
    padding: 9px;
}

.img-container-3 img{
    width: 448px;
    height: 600px;
    padding: 9px;
}

.img-container-01 img{    
    transition: transform 0.5s;     
}

.img-container-01 img:hover {
    transform: scale(1.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container-02 img{    
    transition: transform 0.5s;     
}

.img-container-02 img:hover {
    transform: scale(1.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container-03 img{    
    transition: transform 0.5s;     
}

.img-container-03 img:hover {
    transform: scale(1.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FORMULARIO*/

.formulario {
    display: flex;
    flex-direction: column;
    color: blue;
    font-size: 20px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
}

.titulo-form{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #090979;
    font-size: 25px;
    padding-top: 20px;
}

.nome-tel {
    display:flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    text-align: center;
    flex-direction: row;
    margin-top: 10px;    
      
}

.nome-form {
    margin-right: 3px;
    margin-top: 10px;
}
.nome-form input {
    height: 50px;
}

.tel-form{
    margin-top: 10px;
}

.tel-form input {
    height: 50px;
}



.email-form {
    margin-top: 10px;
}

.email-form input{
    height: 50px;
}

.mensagem-form {
    margin-top: 10px;
}

.mensagem-form input{
    height: 200px;
}

.btn-enviar-form {
    display: flex;
    align-items: center;
}

.button-enviar {
    font-size: 20px;
    width: 300px;
    height: 50px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    background-color:#6446e9;
    color: white;
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: inset;
    margin-top: 15px;   
    cursor: pointer; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #090979;
    font-size: 25px; color: #fffdd9;

}



.footer{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: white;
    background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    height: 30px;      
}

.footer a {
    text-decoration: none;
    color: white;
}
    


@media only screen and (max-width: 320px){

    .body {
        font-size: 5px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        
    }   
    
    
       
    .texto {
        
        font-size: 1rem;
    }
    
    .header{
        display: flex;
        flex-direction: column;
    }

    .p{
        font-size: 10px;
    }
    
    img {
      height: 80px;
      width: 100px;  
      
    }
    
    .container {
        display: flex;
        flex-direction: column;
    }
    
    .btn-orçamento-header {    
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 5px;
    }
    
    
    .categorias {
        font-size: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 15px;
                 
    }
    
    a {
        text-decoration: none;
    }

    .cat-q{
        padding-top: 5px;
    }
    
    .cat-b{
        padding-top: 5px;
    }

    .cat-c{
        padding-top: 5px;
    }

    .cat-s{
        padding-top: 5px;
    }

    .slide img {
        width: 100%;
        height: 200px;
    }

    .img-serviços img {
        width: 90%;
        height: 60px;        
    }

    .titulo-serviços {
        font-size: 15px;     
    }

    .serviços{
        height: 200px;        
    }

    .titulo-sobre{       
        font-size: 15px;         
    }
    
    
    .texto-sobre {
        width: 100%;
        height: 190px;        
    }
    
    .texto-sobre img{
        width: 90%;
        height: 180px;        
    }

    .sobre {        
        height: 300px;
    }

    /*banheiros*/

    .titulo-banheiros {       
        font-size: 15px;        
    }

    .imgs-banheiros{
        display: flex;
        flex-direction: column;       
    }
    
    
    .imgs-banheiros{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
    
    .img-banh-01 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;    
    }
    
    .img-banh-1 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;    
    }
    
    .img-banh-2 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }
    
    
    .img-banh-3 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }    
    
    /* CONTAINERS*/

    
    .titulo-containers {        
        font-size: 15px; 
    }

    /* IMAGENS CONTAINERS*/

    .imgs-containers{
        display: flex;
        flex-direction: column;    
    }

    .img-container-01 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }

    .img-container-1 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }

    .img-container-02 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }


    .img-container-2 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }

    .img-container-03 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }

    .img-container-3 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }    

    /*formulario*/
    
    .formulario {        
        font-size: 10px;                
    }
    
    .titulo-form{
        font-size: 15px;        
    }
    
    .nome-tel {
        display:flex;       
        flex-direction: column;
        width: 100px;         
    }
    
    .nome-form {
        margin-right: 3px;
        margin-top: 10px;
    }
    .nome-form input {
        height: 50px;
        width: 250px;
    }
    
    .tel-form{
        margin-top: 10px;
        width: 250px;
    }
    
    .tel-form input {
        height: 50px;
        width: 250px;
    }  
    
    .email-form input{
        height: 50px;
        width: 250px;
    }   
   
    
    .mensagem-form input{
        height: 200px;
        width: 200px;
    }
    
    .btn-enviar-form {
        display: flex;
        align-items: center;
    }
    
    .button-enviar {        
        width: 90px;
        height: 30px;        
        font-size: 15px;    
    }
    
    
    
    .footer{    
        
        font-size: 10px;
        color: white;
        background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
        text-align: center;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
        height: 30px;      
    }  
    
}


@media only screen and (max-width: 425px){

    .body {
        font-size: 5px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }   
    
    
       
    .texto {
        color: #fff;        
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 1rem;
    }
    
    .header{
        display: flex;
        flex-direction: column;
        
    }

    .p{
        font-size: 10px;
    }
    
    img {
      height: 160px;
      width: 200px;  
      
    }
    
    .container {
        display: flex;
        flex-direction: column;
    }
    
    .btn-orçamento-header {    
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 5px;
    }
    
    
    .categorias {
        font-size: 10px;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 15px;
                 
    }
    
    a {
        text-decoration: none;
    }

    .cat-q{
        padding-top: 5px;
    }
    
    .cat-b{
        padding-top: 5px;
    }

    .cat-c{
        padding-top: 5px;
    }

    .cat-s{
        padding-top: 5px;
    }

    .slide img {
        width: 100%;
        height: 200px;
    }

    .img-serviços img {
        width: 90%;
        height: 60px;        
    }

    .titulo-serviços {
        font-size: 15px;     
    }

    .serviços{
        height: 200px;        
    }

    .titulo-sobre{       
        font-size: 15px;         
    }
    
    
    .texto-sobre {
        width: 100%;
        height: 190px;        
    }
    
    .texto-sobre img{
        width: 90%;
        height: 180px;        
    }

    .sobre {        
        height: 300px;
        color: #fff;        
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }

    /*banheiros*/

    .titulo-banheiros {       
        font-size: 15px;        
    }

    .imgs-banheiros{
        display: flex;
        flex-direction: column;       
    }
    
    
    .imgs-banheiros{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
    
    .img-banh-01 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;    
    }
    
    .img-banh-1 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;    
    }
    
    .img-banh-2 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }
    
    
    .img-banh-3 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }    
    
    /* CONTAINERS*/

    
    .titulo-containers {        
        font-size: 15px; 
        color: #fff;        
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }

    /* IMAGENS CONTAINERS*/

    .imgs-containers{
        display: flex;
        flex-direction: column;    
    }

    .img-container-01 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }

    .img-container-1 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }

    .img-container-02 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }


    .img-container-2 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }

    .img-container-03 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }

    .img-container-3 img{
        width: 100%;
        height: 430px;
        padding-bottom: 10px;
    }    

    /*formulario*/
    
    .formulario {        
        font-size: 10px;                
    }
    
    .titulo-form{
        font-size: 15px;        
    }
    
    .nome-tel {
        display:flex;       
        flex-direction: column;
        width: 100px;         
    }
    
    .nome-form {
        margin-right: 3px;
        margin-top: 10px;
    }
    .nome-form input {
        height: 50px;
        width: 250px;
    }
    
    .tel-form{
        margin-top: 10px;
        width: 250px;
    }
    
    .tel-form input {
        height: 50px;
        width: 250px;
    }  
    
    .email-form input{
        height: 50px;
        width: 250px;
    }   
   
    
    .mensagem-form input{
        height: 200px;
        width: 200px;
    }
    
    .btn-enviar-form {
        display: flex;
        align-items: center;
    }
    
    .button-enviar {        
        width: 90px;
        height: 30px;        
        font-size: 15px;    
    }
    
    
    
    .footer{    
        
        font-size: 10px;
        color: white;
        background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
        text-align: center;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
        height: 30px;      
    }  
    
}

@media only screen and (min-width: 426px){

    .body {
        font-size: 5px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }   
    
    
       
    .texto {
        
        font-size: 1rem;
    }
    
    .header{
        display: flex;
        flex-direction: row;
    }

    .p{
        font-size: 10px;
    }
    
    img {
      height: 180px;
      width: 200px;  
      
    }
    
    .container {
        display: flex;
        flex-direction: row;
    }   
    
    .categorias {
        font-size: 10px;
        display: flex;
        flex-direction: row;        
        padding-bottom: 15px;                 
    }  

    .cat-q{
        padding-top: 5px;
    }
    
    .cat-b{
        padding-top: 5px;
    }

    .cat-c{
        padding-top: 5px;
    }

    .cat-s{
        padding-top: 5px;
    }

    /*slide*/

    .slide img {
        width: 100%;
        height: 400px;
    }
    
    /*serviços*/

    .img-serviços img {
        width: 90%;
        height: 120px;        
    }

    .titulo-serviços {
        font-size: 15px;     
    }

    .serviços{
        height: 300px;        
    }

    /*sobre*/

    .titulo-sobre{       
        font-size: 15px;         
    }
    
    
    .texto-sobre {
        width: 100%;
        height: 290px;        
    }
    
    .texto-sobre img{
        width: 90%;
        height: 380px;        
    }

    .sobre {        
        height: 500px;
    }

    /*banheiros*/

    .titulo-banheiros {       
        font-size: 15px;        
    }

    .imgs-banheiros{
        display: flex;
        flex-direction: column;       
    }
    
    
    .imgs-banheiros{
        display: flex;
        flex-direction: column;        
        width: 100%;
    }
    
    .img-banh-01 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;    
    }
    
    .img-banh-1 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;    
    }
    
    .img-banh-2 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;
    }
    
    
    .img-banh-3 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;
    }    
    
    /* CONTAINERS*/

    
    .titulo-containers {        
        font-size: 15px; 
    }

    /* IMAGENS CONTAINERS*/

    .imgs-containers{
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;   
    }

    .img-container-01 img{
        width: 100%;
        height: 700px;       
        padding-bottom: 10px;
    }

    .img-container-1 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;
    }

    .img-container-02 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;
    }


    .img-container-2 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;
    }

    .img-container-03 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;
    }

    .img-container-3 img{
        width: 100%;
        height: 700px;
        padding-bottom: 10px;
    }    

    /*formulario*/
    
    .formulario {        
        font-size: 10px;                
    }
    
    .titulo-form{
        font-size: 15px;        
    }
    
    .nome-tel {
        display:flex;       
        flex-direction: column;
        width: 300px;         
    }
    
    .nome-form {
        margin-right: 3px;
        margin-top: 10px;
    }
    .nome-form input {
        height: 50px;
        width: 300px;   
    }
    
    .tel-form{
        margin-top: 10px;
        width: 300px;   
    }
    
    .tel-form input {
        height: 50px;
        width: 300px;   
    }  
    
    .email-form input{
        height: 50px;
        width: 300px;   
    }   
   
    
    .mensagem-form input{
        height: 200px;
        width: 300px;   
    }
    
    .btn-enviar-form {
        display: flex;
        align-items: center;
    }
    
    .button-enviar {        
        width: 90px;
        height: 30px;        
        font-size: 15px;    
    }
    
    
    
    .footer{    
        
        font-size: 10px;
        color: white;
        background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
        text-align: center;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
        height: 30px;      
    }  
    
}

@media only screen and (min-width: 1026px){

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: "Ruda", sans-serif;
        font-size: 18px;
        width: 100%;
        height: 100%;
    }
    
    .cabeçalho{
        display: flex;
        flex-direction: row;
        justify-content: right;
        padding: 3px;
       
    }
    
    .btn-whatsapp{
        padding-right: 10px;
        color: black;
    }
    
    .btn-instagram{
        padding-right: 10px;
        padding-left: 10px;
        color: black;
    }
    
    .btn-facebook{
        padding-right: 20px;
        padding-left: 10px;
        color: black;
    }
    
    .btn-telefone{
        padding-right: 20px;
        color: black;
    }
    
    a{
        text-decoration: none;
    }
    
    header {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100px;
        flex-direction: row;
        align-items: center;
        font-family: 'ruda-black';
        justify-content: space-around;
        background-color:#589bff;
        align-items: center;
    }
    
    .texto {
        
        background-color:#589bff;    
        text-align: center;
        font-family: Snell Roundhand;
        font-style: italic;
        padding-bottom: 15px;
        color:#fff;
        font-size: 1.8rem;
    }
    
    aside {
      display: flex;
      align-items:center;
      
    }
    
    .logo {
        margin-top: 35px;
    }
    
    img {
      height: 290px;
      width: 300px;  
      
    }
    
    .container {
        display: inline;
    }
    
    .btn-orçamento-header {    
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 10px;
    }
    
    
    .categorias {
        display: flex;
        font-size: 15px;
        justify-content: end;
        font-family: Arial, Helvetica, sans-serif; 
        height: 40px;
        padding-top: 30px;
        padding-left: 10px;
        flex-direction: row;
                 
    }
    
    a {
        text-decoration: none;
    }
    
    .cat-banheiros {
        display: flex;
        margin-right: 30px;
        color: white;    
        padding-right: 20px;    
        
            
    }
    
    .cat-containers {
        display: flex;
        margin-right: 30px;
        color: white;    
        padding-right: 20px;       
    }
    
    .cat-succao {
        display: flex;
        margin-right: 30px;
        color: white;    
        padding-right: 20px;    
    }
    
    /*------------------- SLIDER FRONT PAGE - NOVIDADES ----------------------*/
    
    .slider{
        margin: 0 auto;
        width: 100%;
        
        overflow: hidden;
    }
    
    .slides {
        width: 400%;
        
        display: flex;
    }
    
    .slides input{
        display: none;
    }
    
    .slide {
        width: 25%;
        position: relative;
        transition: 2s;
    }
    
    .slide img {
        width: 100%;
        height: 700px;
    }
    
    .manual-navigation {
        position: relative;
        width: 100%;
        margin-top: -40px;
        display: flex;
        justify-content: center;
        
    }
      
    .manual-btn{
        border: 2px solid red;
        background-color: red;
        padding: 5px;
        border-radius: 20px;
        cursor: pointer;
        transition: 1s;
        margin-bottom: 20px;
       
    }
    
    .manual-btn:not(:last-child) {
        margin-right: 40px;
    }
    
    .manual-btn:hover{
        background-color: rgb(250, 253, 252);
    }
    
    
    #radio1:checked ~ .first{
        margin-left: -10;
    }
    
    #radio2:checked ~ .first{
        margin-left: -25%;
    }
    
    #radio3:checked ~ .first{
        margin-left: -50%;
        
    
    }
    
    #radio4:checked ~ .first{
        margin-left: -75%;
    
    }
    
    .navigation-auto div{
        border: 2px solid #20a6ff;
        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
        transition: 1s; 
    }
    
    .navigation-auto{
        position: absolute;
        width: 800px;
        margin-top: 360px;
        display: flex;
        justify-content: center;
    }
    
    .navigation-auto div:not(:last-child){
        margin-right: 40px;
    }
    
    #radio1:checked ~ .navigation-auto .auto-btn1 {
        background-color: #fff;
    }
    
    /*fim carrousel*/
    
    .serviços{
        height: 500px;
        
    }
    
    .titulo-serviços {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        color: #090979;
        font-size: 25px;
        padding-top: 40px;
    }
    
    .img-serviços{
        display: flex;
        justify-content: center;
        margin-top: 40px;
        
    }
    
    .img-serviços img {
        width: 90%;
        height: 200px;
     
        
    }
    
    img {
        transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
      }
    
    .sobre {
        margin-top: 10px;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        background-color:#589bff;
        height: 650px;
    }
    
    .titulo-sobre{
        display: flex;
        align-items: center;
        justify-content: center;
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        padding-top: 5px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #090979;
        font-size: 25px; color: #fffdd9;
        
    }
    
    .titulo-sobre h1{
        border-radius: #090979 2px;
    }
    
    .texto-sobre {
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    
    .texto-sobre img{
        width: 90%;
        height: 500px;
        
    }
    
    /* BANHEIROS */
    
    .banheiros{
        margin-top: 10px;
    }
    
    .titulo-banheiros {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        color: #090979;
        font-size: 25px;
        padding-top: 5px;
    }
    
     /*imagens*/
    
     
    .imgs-banheiros{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    
    .imgs-banheiros{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
    
    .img-banh-01 img{
        width: 450px;
        height: 600px;
        padding: 10px;    
    }
    
    .img-banh-1 img{
        width: 450px;
        height: 600px;
        padding: 10px;    
    }
    
    .img-banh-2 img{
        width: 450px;
        height: 600px;
        padding: 10px;
    }
    
    
    .img-banh-3 img{
        width: 450px;
        height: 600px;
        padding: 10px;
    }
    
    .img-banh-01 img{    
        transition: transform 0.5s;     
    }
    
    .img-banh-01 img:hover {
        transform: scale(1.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    
    /* CONTAINERS*/
    
    .containers{
        margin-top: 10px;
        background-color:#589bff;
        width: 100%;
    }
    
    .titulo-containers {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        padding-top: 10px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #090979;
        font-size: 25px; color: #fffdd9;
    }
    
    /* IMAGENS CONTAINERS*/
    
    .imgs-containers{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
    
    .img-container-01 img{
        width: 448px;
        height: 600px;
        padding: 9px;
    }
    
    .img-container-1 img{
        width: 448px;
        height: 600px;
        padding: 9px;
    }
    
    .img-container-02 img{
        width: 448px;
        height: 600px;
        padding: 9px;
    }
    
    
    .img-container-2 img{
        width: 448px;
        height: 600px;
        padding: 9px;
    }
    
    .img-container-03 img{
        width: 448px;
        height: 600px;
        padding: 9px;
    }
    
    .img-container-3 img{
        width: 448px;
        height: 600px;
        padding: 9px;
    }
    
    .img-container-01 img{    
        transition: transform 0.5s;     
    }
    
    .img-container-01 img:hover {
        transform: scale(1.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .img-container-02 img{    
        transition: transform 0.5s;     
    }
    
    .img-container-02 img:hover {
        transform: scale(1.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .img-container-03 img{    
        transition: transform 0.5s;     
    }
    
    .img-container-03 img:hover {
        transform: scale(1.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* FORMULARIO*/
    
    
    
    
    .footer{
    
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: white;
        background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
        text-align: center;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
        height: 30px;      
    }
    
    .footer a {
        text-decoration: none;
        color: white;
    }
    
}