body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.ccd{
    font-family: showcard gothic;
    margin-top: -155px;
    color: black;
}
.logo {
    border: none;
    width: 100px;
    height: 90px;
    margin-left: 200px;
    margin-top: 20px;
    border-radius: 0px;
}
.usuario {
    border: none;
    margin-top: -101px;
    width: 150px;
    height: 150px;
    margin-right: 200px;
}
header{
    text-align: center;
    font-size: 40px;
    color: white;
    background-image: url(../img/header-cadastro.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:white;
    color:black;
} 
.menu a:hover{ 
    color: rgb(81, 211, 177);
}
.menu ul li{ 
    width: 20%;
    float: left;
}
.cg{
    border-style: none;
    margin-left: 5%;
    width: 30%;
    height: 30%;
    margin-top: 50px;
}
.cadastrando{
    background-color: aquamarine;
    width: 800px;
    height: 620px;
    margin-top: -20%;
    margin-left: 40%;
    border-radius: 50px;
}
.titulo{
    font-family: impact;
    font-size: 75px;
    color:#bcebcd;
    -webkit-text-stroke-color: #289002;
    -webkit-text-stroke-width: 1px;
    text-align: center;
}
.t1{
    margin-left: 20px;
    font-family: calibri;
    font-size: 25px;
    color: black;
}

.t2{
    margin-left: 500px;
    margin-top: -380px;
    font-family: calibri;
    font-size: 25px;
    color: black;
}
input{
    border-radius: 10px;
    width: 220px;
    height: 25px;
}
.bolinha{
    width: 20px;
    height: 25px;
}
.Cadastrar{
    margin-left: 1325PX;
    margin-top: 55px;
    text-align: center;
}
.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;
}
.abaixar{
    height: 43px;
}
footer{
    background-image: url(../img/rodapecadastro.png);
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    font-family: showcard gothic;
    order: 3;
    }
    .visitas{
        color: black;
        margin-top: 3%;
    }
    .endereco{
         color: black;
        margin-top: 3%;
    }
    img{
        display: block;
        margin:auto;
        height: 400px;
        width: auto;
        border-radius: 30px;
    }
    .wpp{
        border: none;
        height: 75px;
        width: 75px;
    }
    .email{
        border: none;
        border-radius: 0px;
        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: black;
        text-align:center;
        display: flex;
        font-size: 20px;
    }
@media only screen and (max-width:727px){
    .ccd{
        font-size: 20px;
        margin-top: -10%;
    }
    .logo{
        width: 10%;
        height: 9%;
        margin-left: 5%;
    }
    .usuario{
        width: 15%;
        height: 15%;
        margin-top: -13%;
        margin-left: 85%;
    }
    header img{
        width: 100%;
    }
    .cg{
        display: none;
    }
    .cadastrando{
        width: 70%;
        height: 100%;
        margin-left: 10%;
        margin-top: 0%;
    }
    .titulo{
        width: 15%;
        margin-left: 9%;
    }
    .t1{
        width: 35%;
        font-size: 12px;
    }
    .t2{
        width: 35%;
        font-size: 12px;
        margin-top: 3%;
        margin-left: 5%;
    }
    .input{
        width: 15%;
        height: 10%;
    }
    .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: 728px) and (max-width:1023px){
    .ccd{
        font-size: 25px;
        margin-top: -10%;
    }
    .logo{
        width: 10%;
        height: 9%;
        margin-left: 5%;
    }
    .usuario{
        width: 15%;
        height: 15%;
        margin-top: -13%;
        margin-left: 85%;
    }
    .cg{
        display: none;
    }
    .cadastrando{
        width: 70%;
        height: 100%;
        margin-left: 10%;
        margin-top: 0%;
    }
    .titulo{
        width: 15%;
        margin-left: 9%;
    }
    .t1{
        width: 35%;
        font-size: 12px;
    }
    .t2{
        width: 35%;
        font-size: 12px;
        margin-top: 3%;
        margin-left: 5%;
    }
    .input{
        width: 15%;
        height: 10%;
    }
    .expo{
        width: 20%;
    }
    .logorodape{
        width: 70%;
        height: 70%;
    }
    .contato{
        width: 15%;
    }
    .visitas{
        width: 35%;
        font-size: 17px;
    }
    .endereco{
        width: 35%;
        font-size: 17px;
    }
    .wpp{
        width: 50%;
        height: 50%;
    }
    .email{
        width: 35%;
        height: 35%;
    }
    .Rodapé{
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1340px){
    .cg{
        display: none;
    }
    .cadastrando{
        margin-top: 0%;
        margin-left: 25%;
    }
}