*{
    margin: 0;
    padding: 0;  
 }

 body {
    margin: auto;
    overflow: auto;
    background: linear-gradient(315deg, rgb(0, 101, 74) 3%, rgb(60, 206, 152) 38%, rgb(48, 238, 168) 68%, rgb(25, 255, 194) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}
h1{
    text-align: left;
    font-size: 20px;
    color: rgb(0, 95, 76);
    text-shadow:  7px 5px 5px rgba(0, 0, 0, 0.464);
    font-family: Castellar;
}

h2{
    text-align: center;
    font-size: 25px;
    color: rgb(0, 95, 76);
    text-shadow:  7px 5px 5px rgba(0, 0, 0, 0.464);
    font-family: Castellar;
}

h3{
    text-align: center;
    font-size: 25px;
    color:rgb(163, 210, 192);
    text-shadow:  7px 5px 5px rgba(0, 0, 0, 0.464);
    font-family: Castellar;
}

p{
    text-align: left;
    color: white;
}

.text1{
    margin-top: 15px;
    font-size: 20px;
    margin-left: 17px;
    line-height: 30px;
}

.text2{
    
    font-size: 20px;
    margin-left: 17px;
    line-height: 30px;
    color: white;

}

.logo{
    margin-left: 30px;
    margin-right: 290px;
    position: relative;
    width: 120px;
    height: 125px;
    float: left;    
}

.logo2{
    margin-top: 5px;
    position: relative;
    width: 174px;
    height: 170px;
    float: left; 
}

.logo3{
    margin-top: 10px;
    margin-left: 27px;
    position: relative;
    width: 114px;
    height: 114px;
    float: left; 
}

.cartao{
    width: 883px;
    height: 590px;
    animation: go-back 1.6s infinite alternate;
    margin-left: 900px;
    margin-top: 180px;
}

@keyframes go-back {
    from {
      transform: translateX(80px);
    }
    to {
      transform: translateX(0);
    }
  }


.usuario{
    margin-right: 30px;
    position: relative;
    width: 120px;
    height: 125px;
    float: right;
    transition: all 1s;
    cursor: pointer;
}

.usuario:hover{
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.ajuste{
    margin-left: 200px;
    margin-top: 5%;
}

.img-container{
    width: 600px;
    height: 540px;
    overflow: hidden;
    border-radius: 2%;
 }
 
 .img-container img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
 }
 
 .img-container:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
 }

.retangulo1{
    margin-top: -485px;
    margin-left: 900px;
    background-color: rgb(163, 210, 192);
    height: 430px;
    width: 780px;
    border-radius: 20px;    
    }

.retangulo2 {
    background-color: rgba(0,81,65,255);
    height: 430px;
    width: 780px;
    border-radius: 20px;
    margin-top: -500px;
    margin-left: 100px;
    }

.menu ul{
    z-index: 3;
    list-style: none;/* tirar os pontinhos */
    position: relative;/* para usar z-index fixed ou absolute*/
    /*A propriedade especifica a ordem da pilha de um elemento.
    se usar z-index: -1 em uma imagem ela fica atraz do texto*/
}

.menu{
    width: 100%;
    height:150px;
    font-size: 25px;
    background-color:rgb(7, 200, 155);
    font-family: Castellar ;
    
} 

.menu a:hover{
    height: 58px;
    margin-right: 10px;
    text-shadow:  7px 5px 4px rgb(1, 52, 40);
    background-color: rgb(255, 255, 255);
    color: rgb(57, 200, 167);
    box-shadow: 7px 5px 5px rgba(1, 52, 40, 0.797);
}

.menu ul li a{
    padding: 25px;
    padding-top: 65px;
    display: block;
    text-decoration: none;/* tira  a linha do link*/
    text-align: center;/* alinha no centro do bloco*/
    background-color:rgb(7, 200, 155);
    color:black;
    height: 60px;
} 
    
.menu ul ul {
    position: absolute;
    visibility: hidden;
    height: 30px; 
}

.menu ul li{ 
    width: 350px;
    height: 130px;
    float: left;
}

.menuzito{
    margin-top: 110px;
    color: rgb(1, 68, 54);
    text-shadow:  7px 5px 4px rgba(0, 0, 0, 0.464);
    font-family: Castellar;
}

footer{
    width: 100%;
    height: 310px;
    font-family: Bahnschrift;
    display: flex;
    justify-content: space-around;
    position: relative;
    bottom: -200px;
    padding: 5px;
    font-size: 20px;
    color:rgb(0, 0, 0);
    background-color: rgb(7, 200, 155);
    text-align: left;
}


@media screen and (min-width: 430px) and (max-width: 750px){
    .body{
        width:50%;
    }

    .footer{
        width:100%;
        height: 50%;
        justify-content: center;
        }
        .menuzito{
            display: none;
            flex-direction: column;
            text-wrap: wrap;
          }
          .integrantes{
          margin-left: -216%;
          }
          .logo3{
            display: none;
          }
          .logo2{
            display: none;
          }
          .img-container{
            width: 95%;
            height:28%;
            margin-left:-30%;
            overflow: hidden;
            border-radius: 3%;
            margin-top: 30%;
         }
         
         .retangulo1{
            margin-top: 10%;
            margin-left: 11%;
            background-color: rgb(163, 210, 192);
            height: 80%;
            width: 75%;
            border-radius: 3%;    
            }
    
        .cartao{
            width: 90%;
            height: 40%;
            animation: go-back 1.6s infinite alternate;
            margin-left: -4%;
            margin-top: 7%;
            }
    
        .retangulo2 {
            background-color: rgba(0,81,65,255);
            height:40%;
            width: 75%;
            border-radius: 5%;
            margin-top: 8%;
            margin-left:15%;
            }    
    .usuario{
        margin-right: 5%;
        margin-top: -23%;
        position: relative;
        width: 27%;
        height: 14%;
        float: right;
        transition: all 1s;
        cursor: pointer;
    }

    .logo{
        margin-left: 5%;
        position: relative;
        width: 25%;
        height: 14%;
        float: left;    
    }

    .menu ul{
        z-index: 3;
        list-style: none;
        position: relative;
    }
    
    .menu{
        width: 100%;
        height:20%;
        font-size: 25px;
        background-color:rgb(7, 200, 155);
        font-family: Castellar ;
        
    } 
    
    .menu a:hover{
        height: 48px;
        width: 490px;
        margin-right: 10px;
        text-shadow:  7px 5px 4px rgb(1, 52, 40);
        background-color: rgb(255, 255, 255);
        color: rgb(57, 200, 167);
        box-shadow: 7px 5px 5px rgba(1, 52, 40, 0.797);
    }
    
    .menu ul li a{
        padding: 25px;
        padding-top: 65px;
        display: block;
        text-decoration: none;/* tira  a linha do link*/
        text-align: center;/* alinha no centro do bloco*/
        background-color:rgb(7, 200, 155);
        color:black;
        height: 48px;
    } 
        
    .menu ul ul {
        position: absolute;
        visibility: hidden;
        height: 30px; 
    }
    
    .menu ul li{ 
        width: 490px;
        height: 130px;
        float: left;
    }

        
}

@media screen and (min-width:900px) and (max-width:1150px){
    .menu ul{
        position:relative;
    }
    
    .menu{
        width: 100%;
        height:18%;
        font-size: 15px;
        background-color:rgb(7, 200, 155);
        font-family: Castellar ;
        
    } 
    
    .menu a:hover{
        height: 15%;
        width: 31%;
        text-shadow:  7px 5px 4px rgb(1, 52, 40);
        background-color: rgb(255, 255, 255);
        color: rgb(57, 200, 167);
        box-shadow: 7px 5px 5px rgba(1, 52, 40, 0.797);
        margin-bottom:2%;
    }
    
    .menu ul li a{
        flex-direction: row;
        flex-wrap: nowrap;
        padding:4%;
        padding-top: 7%;
        display: block;
        text-decoration: none;/* tira  a linha do link*/
        text-align: center;/* alinha no centro do bloco*/
        background-color:rgb(7, 200, 155);
        color:black;
        height: 5%;
        width: 15%;

    } 
        
    .menu ul ul {
        position: absolute;
        visibility: hidden;
        height: 35%; 
    }
    
    .menu ul li{ 
        position: absolute;
        visibility: hidden;
        height: 35%; 
    }
    .footer{
        width:100%;
        height: 30%;
        }
        .menuzito{
          display: flex;
          text-align: center;
          flex-direction: column;
          margin-top: 5%;
          margin-left: -80%;
        }
        .integrantes{
            margin-left: -130%;
        }
        .logo3{
          display: none;
        }
        .logo2{
          display: none;
        }
        .usuario{
        transition: all 1s;
        cursor: pointer;
        }
        .img-container{
            width: 92%;
            height:65%;
            margin-left:-5%;
            overflow: hidden;
            border-radius: 3%;
            margin-top:15%;
         }
         
         .retangulo1{
            margin-top: 10%;
            margin-left:15%;
            background-color: rgb(163, 210, 192);
            height: 50%;
            width: 73%;
            border-radius: 3%;    
            }
        
        .cartao{
            width: 90%;
            height: 70%;
            animation: go-back 1.6s infinite alternate;
            margin-left: -1%;
            margin-top: 7%;
            }
        
        .retangulo2 {
            background-color: rgba(0,81,65,255);
            height:25%;
            width: 75%;
            border-radius: 5%;
            margin-top: 8%;
            margin-left:15%;
            }    
        }
        @media screen and (min-width:1151px) and (max-width:1600px){
            .menu ul{
                position: relative;
            }
            
            .menu{
                width: 100%;
                height:20%;
                font-size: 20px;
                background-color:rgb(7, 200, 155);
                font-family: Castellar ;
                
            } 
            
            .menu a:hover{
                height: 45%;
                width: 65%;
                text-shadow:  7px 5px 4px rgb(1, 52, 40);
                background-color: rgb(255, 255, 255);
                color: rgb(57, 200, 167);
                box-shadow: 7px 5px 5px rgba(1, 52, 40, 0.797);
                margin-bottom:2%;
            }
            
            .menu ul li a{
                flex-direction: column;
                flex-wrap: wrap;
                padding:4%;
                padding-top: 0%;
                display: block;
                text-decoration: none;/* tira  a linha do link*/
                text-align: center;/* alinha no centro do bloco*/
                background-color:rgb(7, 200, 155);
                color:black;
                height: 4%;
                width: 15%;
            } 
                
            .menu ul ul {
                position: absolute;
                visibility: hidden;
                height: 35%; 
            }
            
            .menu ul li{ 
                margin-left: 2%;
                margin-top: 2%;
                width: 25%;
                height: 19%;
                float: left;
            }
            .img-container{
                width: 55%;
                height:60%;
                margin-left:-17%;
                overflow: hidden;
                border-radius: 3%;
                margin-top:10%;
             }
             .retangulo1{
                margin-top: -44%;
                margin-left:50%;
                background-color: rgb(163, 210, 192);
                height:60%;
                width: 45%;
                border-radius: 3%;    
                
            }
            .retangulo2 {
                background-color: rgba(0,81,65,255);
                height:40%;
                width: 45%;
                border-radius: 5%;
                margin-top: -35%;
                margin-left:2%;
            } 
            .cartao{
                width: 55%;
                height: 60%;
                animation: go-back 1.6s infinite alternate;
                margin-left: 45%;
                margin-top: 1%;
                }   
            .footer{
                width:100%;
                height: 30%;
                }
                .menuzito{
                  display: flex;
                  text-align: center;
                  flex-direction: column;
                  margin-top: 5%;
                  margin-left: -80%;
                }
                .integrantes{
                    margin-left: -130%;
                }
                .logo3{
                  display: none;
                }
                .logo2{
                  display: none;
                }

        }
        


