*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
}



a{
    text-decoration: none;
    text-align: center;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');

.loader{
    position:absolute;
    width: 100%; 
    text-align: center;
    margin-top: 300px; 
    color:rgb(116, 116, 116);
    z-index: 0;
}



.desenv{
    text-decoration: underline;
    font-size: 12px;
    color: rgb(143, 143, 142);
}

.rs{
    width: auto;
    height: 40px;
    margin-top: 10px;
}

.rs:hover{
    border-radius: 100px;
    box-shadow: 0 0 4px 4px #ffffff;    
    transition: 0.5s;
}

h1{
    width:auto;
    text-align: center;   
    font-family: 'Poiret One', cursive;
    font-size: 24px;
    font-style: bold;
    text-shadow: -1px 1px 1px #2bc6a7;
    color: rgb(53, 53, 53);
}

.h1l{
    
    width:60%;
    margin-left: 20%;
    margin-bottom: 50px;
    text-align: center;   
    font-family: 'Poiret One', cursive;
    font-size: 28px;
    font-style: bold;
    text-shadow: -1px 1px 1px #2bc6a7;
    color: rgb(255, 255, 255);
    
}

.barraSup{
    background-color: #2bc6a7;
    text-align: center;
    margin-top:-25px;
}

.texto1{
    width:60%;
    text-align: center;
    margin-left: 20%;
    font-family: 'Poiret One', cursive;
    font-style: bold;
    font-size: 20px;
    font-weight: 800;
    color: rgb(90, 90, 90);
}



.logo{
    width: auto;
    height: 180px;    
    position: absolute;    
    margin-left: 50px;
    z-index: 3;
}

.logo img{
    width: 250px;
    margin-top: 200px;
    
}

.frase{
    width: 100%;
    position: absolute;
    margin-top: 480px;
    color:aliceblue;    
    font-family: 'Dancing Script', cursive;
    font-size: 70px;
    text-shadow: 1px 1px 2px black;
    right: 3%;
}

.banner{   
    width: 100%;
    height: 600px;
    position: absolute;
    background-image: url("../imagens/clinicadeesteticaniteroicentro-banner42c.jpg");
    background-size: cover;
    margin-top: 0;
    text-align: right;    
    z-index: 1;
}

.banner2{
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.logo2{
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
}

.intro{
    width: 100%;
    position: absolute;
    margin-top: 600px;
    background-color: #2bc6a7;
    padding: 70px 0;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.bt1{
    
    width:100%;
    text-align: center;    
    align-items: center; 
    justify-items: center;
    justify-self: center;
    align-content: center;
    margin-top: 70px;
}


.acao{
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #11e9be;
    font-family: Arial, Helvetica, sans-serif;   
    padding: 15px;
    text-align: center;
    box-shadow: -1px 1px 4px 1px rgb(56, 56, 56);
}

.acao:hover{
    
    box-shadow: 0 0 4px 4px #ffffff;
    transition: 0.5s;
}

.acao2:hover{
    
    box-shadow: 0 0 4px 4px #ffffff;
    filter: brightness(1.2);
    transition: 0.5s;
}

.acao2{
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background-color: #2bc6a7;
    color: azure;
    font-family: Arial, Helvetica, sans-serif;  
    padding: 15px;
    text-align: center; 
    box-shadow: -1px 1px 4px 1px rgb(56, 56, 56);
}

.servicos{
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 1180px;
}

.servico{

    width: 70%;
    margin-left: 15%;
    margin-bottom: 100px;
    text-align: center;
    
}

.imgx{
    width:400px;
    height: auto;
}

.descServ{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    margin: 60px 0;
    color: rgb(151, 150, 150);
}

.serv1{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.hrl{
    width: 35%;
    display: flex;
    justify-content: center;    
    align-self: center;
    
}

.tit{
    width: 30%;
    display: flex;
    justify-content: center;
    filter:brightness(1.9)
}

.hrh{
    width: 100%; 
    height: 1px;
    opacity: 0.7;
}

.rodape{
    
    background-color: rgb(241, 241, 240) ;
    background-size: cover;
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    border-top: 1px solid rgb(128, 127, 127) ;
  
}

.logor{
    width: 22%;
    text-align: right;
    align-self: center;
}

.logor img{
    width: 70%;
}

.red{
    width: 25%;
    text-align: center;
    align-self: center;
}

.end{
    width: 28%;
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    font-weight: 800;
    font-style: bold;  
    color: rgb(0, 0, 0);
    align-self: center;
}

.link2{
    color:rgb(0, 0, 0);
}

.cop{
    width: 25%;
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    font-weight: 800;
    font-style: bold;  
    color: rgb(0, 0, 0);
    align-self: center;
   
}

.serv2{
    
    
    padding: 70px 0;
    background-image: url("../imagens/clínicadeestéticaemalcântarasãogonçalomassagemrelaxanteemniteroirjc.jpg");
    background-size:cover;
    background-position: fixed;
    margin-bottom: 40px;
    
}

.texto3{
    width:90%;
    margin-left: 5%;    
    font-family: 'Poiret One', cursive;
    font-size: 22px;
    font-weight: 500;
    font-style: bold;  
    color: rgb(255, 255, 255);
}

.texto4{
    width:90%;
    margin-left: 5%;    
    margin-top: 40px;
    font-family: 'Poiret One', cursive;
    font-size: 30px;
    font-weight: 600;
    font-style: bold;  
    color:#2bc6a7;
}

.link1{
   
    color: #2bc6a7;;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: bold;
    border-radius: 15px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
}


@media screen and (max-width: 600px){ 


    
    h1{
        
        font-size: 20px;
      
    }

    .h1l{
        
        font-size: 20px;
      
    }

    .banner{
        width: 0;
        height: 0;
        position: absolute;
        visibility: hidden;
    }

    .logo{
        width: 0;
        height: 0;
        position: absolute;
        visibility: hidden;
    }

    .banner2{   
        width: 100%;
        height: 300px;
        position: absolute;
        background-image: url("../imagens/clinicadeesteticaniteroicentro-banner2.jpg");
        background-size: cover;
        margin-top: 150px;
        visibility: visible;
        text-align: right;
    }

    .frase{
        width: 100%;
        position: absolute;
        margin-top: 250px;
        color:aliceblue;
        font-family: 'Dancing Script', cursive;
        font-size: 40px;
        text-shadow: 1px 1px 2px black;
    }

    .logo2{
        width: 100%;
        height: 150px;    
        position: absolute;    
        text-align: center;
        margin-top: 25px;
        visibility: visible;
    }
    
    .logo2 img{
        width: 150px;        
        
    }

    .texto1{
        width: 80%;        
        margin-left: 10%;
        
    }

    
    .intro{
        width: 100%;
        position: absolute;
        margin-top: 450px;
        background-color: #2bc6a7;
        padding: 40px 0;
    }

    .bt1{
        
        width:100%;
        text-align: center;    
        align-items: center; 
        margin-top: 70px;
    }


    .acao{
        width: 70%;
        height: 50px;
        border-radius: 10px;
        background-color: #ffffff;
        color: #2bc6a7;
        font-family: Arial, Helvetica, sans-serif;
        display: flex;
        justify-content: center;
        padding-top: 15px;
        text-align: center;
        margin-left: 15%;  
        box-shadow: -1px 1px 4px 1px rgb(56, 56, 56);
    }

    .acao2{
        width: 70%;
        height: 50px;
        border-radius: 10px;
        background-color: #2bc6a7;
        color: azure;
        font-family: Arial, Helvetica, sans-serif;
        display: flex;
        justify-content: center;
        padding-top: 15px;
        text-align: center;
        margin-left: 15%;  
        box-shadow: -1px 1px 4px 1px rgb(56, 56, 56);
    }


    .servicos{
        width: 100%;
        height: auto;
        position: absolute;
        margin-top: 1150px;
    }
    
    .servico{
    
        width: 96%;
        margin-left: 2%;
        margin-bottom: 100px;
        text-align: center;
        
    }
    
    .imgx{
        width:90%;
        height: auto;
    }
    
    .descServ{
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 20px;
        margin: 60px 0;
        color: rgb(126, 126, 126);
    }
    
    .serv1{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 50px;
    }
    
    .hrl{
        width: 26%;
        display: flex;
        justify-content: center;
        background-color: #2bc6405b;
        align-self: center;
    }
    
    .tit{
        width: 54%;
        display: flex;
        justify-content: center;
        
    }
    
    .hrh{
        width: 100%; 
        height: 1px;
    }


    .serv2{
    
        height: 900px;
        padding: 70px 0;
        background-image: url("../imagens/clínicadeestéticaemalcântarasãogonçalomassagemrelaxanteemniteroirjc22.jpg");
        background-size:cover;
        background-position: fixed;   
        background-position-x: -100px;     
        margin-bottom: 40px;
        
    }

    .texto4{
        padding-bottom: 20px;
    }
    
    .rodape{
        
        background-color: rgb(241, 241, 240) ;
        background-size: cover;
        display: flex;
        flex-direction: column;
        padding: 30px 0;
        border-top: 1px solid rgb(128, 127, 127) ;
      
    }
    
    .logor{
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    
    .logor img{
        width: 40%;
    }
    
    .red{
        width: 100%;
        text-align: center;
        align-self: center;
        padding-bottom: 20px;
    }
    

    .end{
        width: 100%;
        font-family: 'Poiret One', cursive;
        font-size: 18px;
        font-weight: 800;
        font-style: bold;  
        color: rgb(128, 127, 127);
        align-self: center;
        text-align: center;
        padding-bottom: 20px;
    }

    .cop{
        width: 100%;
        font-family: 'Poiret One', cursive;
        font-size: 20px;
        font-weight: 800;
        font-style: bold;  
        color: rgb(128, 127, 127);
        align-self: center;
        text-align: center;
        border-top: 1px solid rgba(68, 68, 68, 0.37);
        padding-top: 20px;
    }
    
    



}

