#portfolio{
    display: flex;
    flex-direction: column;
  justify-content: center;
  
}
#portfolio>a>h1{
    font-size: 28px;
    font-weight: 700;
}
#porta{
    display: flex;
    flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#porta>a{
width: 30%;
height: 300px;
margin: 20px;
box-shadow: 2px 2px 10px #2154cf;
}
#porta>a>img{
    width: 100%;
    height: 300px;
    }
 
    #visit  {
        display: none;
        background-color: #2154cf9a;
        text-align: center;
        position: absolute;
        padding: 20px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: 0.3s;
    }
    #visit1 {
        display: none;
        background-color: #2154cf9a;
        text-align: center;
        padding: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: 0.3s;
    }
    
   #visit3{
    display: none;
    background-color: #2154cf9a;
        text-align: center;
        padding: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: 0.3s;
   }
   #visit2,#visit4,#visit5,#visit6,#visit7,#visit8,#visit9,#visit10,#visit11{
    display: none;
        background-color: #2154cf9a;
        text-align: center;
        padding: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: 0.3s;
   } 
   .p>p{
color: white;
   }
    
    
#porta>a>div>a{
    color: white;
}
#porta>a>div>a:hover{
  text-decoration: underline;
}
#porta>a>div>h3{
    font-size: 22px;
    color: white;
}
#packages{
    text-align: center;
    padding: 60px;
}
#packages2{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#packages2>div{
    width: 25%;
    background-color: #2154cf;
    margin: 20px;
    border-radius: 5px;
    padding: 20px;
    color: white;
    font-weight: 600;
    text-align: center;
}
#packages2>div>button{
  background-color: #fff;
  border: none;
  padding: 15px;
  font-weight: 700;
  border-radius: 40px;
  margin: 20px;
}
#packages2>div>p>i{
    margin-right: 10px;
}
#packages2>div>button:hover{
    background-color:#2154cf;
}
#packages2>div>button>a:hover{
    color: #ffffff;
}
#packages2>div>button>a{
    color: #2154cf;
    text-decoration: none;
}
#packages>div> h1, h2, h1{
    color: white;
}
#packages>div>h1 ,h1{
    font-size: 50px;
}
#packages2>div>p{
    text-align: left;
}



@media only screen and (max-width: 700px) {
   
    #porta{
     flex-direction:column;
 }
 #porta>a{
     width: auto;
 }
 #packages2{
    flex-direction: column;
 }
 #packages2>div{
    width: auto;
 }
 #packages{
   padding: 20px;
}
}

