body {
    padding: 0;
    margin: 0;
}
.ccd{
    font-family: showcard gothic;
    margin-top: -155px;
    color: black;
}
.logo {
    border: none;
    width: 100px;
    height: 90px;
    margin-left: 5%;
}
.usuario {
    border: none;
    margin-top: -101px;
    width: 150px;
    height: 150px;
    margin-left: 85%;
}
header{
    text-align: center;
    font-size: 40px;
    color: white;
    width: 100%;
    background-image: url(../img/serviçosfundo.png);
}
li{
    list-style: none;
}
*{
    margin:0;
    padding:0;
}
.menu ul {
    list-style:none;
    position:relative;
}
.menu{
    width: 100%;
    height:70px; 
    background-color:black;
    font-family:arial;
}
.menu li a{
    padding:26px;
    display:block;
    text-decoration:none;
    text-align:center;
    background-color:rgb(255, 255, 255);
    color:black;
} 
.menu a:hover{ 
    color: rgb(15, 115, 229);
}
.menu ul li{ 
    width: 20%;
    float: left;
}
.site{
    display: flex;
    flex-direction: column;
}
.titulo3{
    text-align: center;
    font-size: 100px;
    font-family: impact;
    color: rgb(10, 10, 10);
}
.banho01{
    width: 30%;
    height: 30%;
    border-style: none;
    margin-left: 200px;
}
.imagemtexto1{
    text-align: justify;
    font-size: 30px;        
    color: rgb(10, 10, 10);
    margin-left: 50%;
    margin-top: -26%;
    width: 40%;
    height: 30%;
}
.titulo4{
    text-align: center;
    font-size: 50px;
    font-family: impact;
    color: rgb(136, 133, 133);
}
.imagemtexto{
    text-align: justify;
    font-size: 30px;        
    color: rgb(10, 10, 10);   
}
.banho02{
    width: 50%;
    height: 50%;
    border-style: none;
}
.quadradinhobanhoetosa{
    background-color: rgb(134, 196, 239);
    width: 850px;
    height: 500px;
    margin-left: 20%;
    border-radius: 50px; 
}  
.textobanhoetosa{
    text-align: center;
    font-size: 50px;
    font-family: impact;
    color: darkblue;
}
.textoshamp{
    font-family: Arial;
    font-size: 22px;
    margin-left: 150px;
}
.x1{
    margin-top: -379px;
    margin-left: 500px;
    border-style: none;
}
.transporte01{
    width: 50%;
    height: 50%;
    border-style: none;
}
.quadradinhotransporte{
    background-color: rgb(243, 230, 111);
    width: 850px;
    height: 500px;
    margin-left: 20%;
    border-radius: 50px; 
}
.textotransporte{
    text-align: center;
    font-size: 50px;
    font-family: impact;
    color: rgb(255, 85, 6);
}
.textoshamp01{
    font-family: Arial;
    font-size: 20px;
    margin-left: 150px;
}
.creche01{
    width: 100%;
    height: 100%;
    border-style: none;
} 
.x2{
    margin-top: -390px;
    margin-left: 400px;
    border-style: none;
}
.conteiner{
    display: flex;
    flex-direction: column;
}
.textocreche011{
    font-size: 30px;
}
.botao{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    height: 25px;
    width: 220px;
}
.quadradinhocreche{
    background-color: rgb(130, 231, 130);
    width: 850px;
    height: 500px;
    margin-left: 20%;
    border-radius: 50px; 
}
.textocreche{
    text-align: center;
    font-size: 50px;
    font-family: impact;
    color: rgb(16, 73, 2);
}
.textoshamp02{
    font-family: Arial;
    font-size: 20px;
    margin-left: 150px;
}
.x3{
    margin-top: -400px;
    margin-left: 480px;
    border-style: none;
}
footer{
    background-image: url(../img/fundo-2.png);
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    font-family: Showcard Gothic;
}
.visitas{
    color: black;
    margin-top: 3%;
}
.endereco{
     color: black;
    margin-top: 3%;
}
img{
    display: block;
    margin:auto;
    border-style: solid;
    border-color: gray;
    height: 400px;
    width: auto;
}
.icon{
    display: inline;
    margin: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border-style: none;
}
.wpp{
    border: none;
    height: 75px;
    width: 75px;
}
.email{
    border: none;
    height: 50px;
    width: 50px;
}
.expo{
    width: 20%;
}
.logorodape{
    width: 50%;
    height: 50%;
    border: none;
}
.Rodapé{
    position: relative;
    width: 100%;
    color: white;
    justify-content: space-around;
    background-color: #c5dafd;
    text-align:center;
    display: flex;
    font-size: 20px;
}

@media only screen and (max-width:727px){
    .ccd{
        font-size: 20px;
        margin-top: -5%;
    }
    .logo{
        width: 10%;
        height: 9%;
        margin-left: 5%;
    }
    .usuario{
        width: 15%;
        height: 15%;
        margin-top: -13%;
        margin-left: 85%;
    }
    header img{
        width: 100%;
    }
    .titulo3{
        font-size: 50px;
        margin-left: 10%;
        margin-top: -13%;  
    }
    .banho01{
        width: 30%;
        height: 30%;
        margin-left: 40%;
    }
    .imagemtexto1{
        font-size: 23px; 
        margin-top: 13%;   
        margin-left: 0%; 
        width: 100%;   
    }
    .banho02{
        width: 50%;
        height: 50%;
        margin-left: 25%;  
    }
    .titulo4{
        font-size: 30px;   
        margin-left: 8%;
    }
    .imagemtexto{
        font-size: 23px;    
        margin-left: 2%;  
    }
    .quadradinhobanhoetosa{
        margin-top: 13%;   
        margin-left: 5%; 
        width: 90%; 
    }
    .textoshamp{
        margin-left: 25%;
    }
    .x1{
        display: none;
    }
    .titulo3{
        margin-top: 10%;
    }
    .quadradinhotransporte{ 
        margin-left: 9%; 
        width: 90%; 
    }
    .textoshamp01{
        margin-left: 25%;
    }
    .x2{
        display: none;
    }
    .textocreche011{
        font-size: 23px;  
    }
    .quadradinhocreche{  
        margin-left: 9%; 
        width: 90%;  
    }
    .titulo{
        font-size: 23px;
    }
    .textoshamp02{
        font-size: 19px;
        margin-left: 20%;
    }
    .x3{
        display: none;
    }
    .expo{
        width: 20%;
    }
    .logorodape{
        width: 70%;
        height: 70%;
    }
    .contato{
        width: 15%;
    }
    .visitas{
        width: 35%;
        font-size: 12px;
    }
    .endereco{
        width: 35%;
        font-size: 12px;
    }
    .wpp{
        width: 50%;
        height: 50%;
    }
    .email{
        width: 35%;
        height: 35%;
    }
    .logoR{
        width: 50%;
        height: 50%;
    }
    .Rodapé{
        font-size: 15px;
    }
}
@media only screen and (min-width:728px) and (max-width:1023px){
    .ccd{
        font-size: 20px;
        margin-top: -5%;
    }
    .logo{
        width: 10%;
        height: 9%;
        margin-left: 5%;
    }
    .usuario{
        width: 15%;
        height: 15%;
        margin-top: -13%;
        margin-left: 85%;
    }
    header img{
        width: 100%;
    }
    .titulo3{
        font-size: 50px;
        margin-left: 10%;
        margin-top: -13%;  
    }
    .banho01{
        width: 30%;
        height: 30%;
        margin-left: 40%;
    }
    .imagemtexto1{
        font-size: 23px; 
        margin-top: 13%;   
        margin-left: 0%; 
        width: 100%;   
    }
    .banho02{
        width: 50%;
        height: 50%;
        margin-left: 25%;  
    }
    .titulo4{
        font-size: 30px;   
        margin-left: 8%;
    }
    .imagemtexto{
        font-size: 23px;    
        margin-left: 2%;  
    }
    .quadradinhobanhoetosa{
        margin-top: 13%;   
        margin-left: 5%; 
        width: 90%; 
    }
    .textoshamp{
        margin-left: 25%;
    }
    .x1{
        display: none;
    }
    .titulo3{
        margin-top: 10%;
    }
    .quadradinhotransporte{ 
        margin-left: 5%; 
        width: 90%; 
    }
    .textoshamp01{
        margin-left: 25%;
    }
    .x2{
        display: none;
    }
    .textocreche011{
        font-size: 23px;  
    }
    .quadradinhocreche{  
        margin-left: 5%; 
        width: 90%;  
    }
    .titulo{
        font-size: 23px;
    }
    .textoshamp02{
        font-size: 19px;
        margin-left: 20%;
    }
    .x3{
        display: none;
    }
    .expo{
        width: 20%;
    }
    .logorodape{
        width: 70%;
        height: 70%;
    }
    .contato{
        width: 15%;
    }
    .visitas{
        width: 35%;
        font-size: 12px;
    }
    .endereco{
        width: 35%;
        font-size: 12px;
    }
    .wpp{
        width: 50%;
        height: 50%;
    }
    .email{
        width: 35%;
        height: 35%;
    }
    .Rodapé{
        font-size: 15px;
    }
}
@media only screen and (min-width:1477px){
    .titulo4{
        margin-top: 10%;
    }
    .quadradinhobanhoetosa{
        margin-left: 30%;
    }
    .quadradinhocreche{
        margin-left: 30%;
    }    
    .quadradinhotransporte{
        margin-left: 30%;
    }
    .x3{
        margin-left: 55%;
    }
}