*{ margin: 0;
      padding: 0;
       box-sizing: border-box;
}

body{ 
      background: linear-gradient(135deg, #ffffff,#352222,);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    overflow-x: hidden;

}



.cabeçalho {
    margin: 0;
    border: 1px solid black;
    display: flex;
    
    justify-content: space-between;
    align-items: center;
    background: rgb(25, 34, 53);
    color: white;
    padding: 20px;
    height: 100px;
    width: 100%;
    overflow: hidden;
    

}
.imagemlogo{ object-fit: contain;}



.meio{ background: linear-gradient(150deg,rgb(228, 228, 228),#1ba77a,#000000);
    height: 530px;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  

   


}

.meiotext{   
      color: white;
    font-weight: 900;
           padding-left:  20%;
           padding-right:  20%;
             font-size: 50px;
             padding-top: 100px;
             
             
            


}
.meiotext b{
      color: rgb(247, 231, 8);
     
}
.meiotext2 p{ 
        align-items: center;
        text-align: center;
        padding: 30px;
        font-size: 25px;
        color: white;
        
        padding-left: 20%;
           padding-right: 20%;
        
       

}
.meiotext2 b{
       color: yellow;
}


.menu button{ border: none;
    background-color:rgb(25, 34, 53);
    padding: 15px;
   border-radius: 30px;
   color: white;
   gap: 15px;

}
.menu button:hover{
        background-color: green;
        cursor: pointer;


}
.menu {
    display: flex;
    gap: 30px;
}
.menu a{
    
    color:rgb(255, 255, 255);
    text-decoration: none;
    
}
.imgmeio{  background-color: black;
    width: 1000px;
    height: 350px;

}
.imgmeio img{  width: 100%; 
            height: 100%; }
 
.textmeio{ color: green;
          text-align: center;
          padding: 15px;
          
}

.card { height: 430px;
         width: 260px;
        border: 3px solid black;
        border-radius: 15px; 
        overflow: hidden;
        background-color: white;
       

        
      
        

}


.card img{ height: 214px;
            width: 100%;
        }
.card p{
           font-weight: 500;
           padding-left: 8px;
           
}

.card h3{ text-align: center;
        
}
.card  a{
          text-decoration: none;
          padding-left: 10px;
         
}

.cards1 {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding-left: 40px;
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 35px;
     display: flex;
     justify-content: center;
}

  

.cards2{ display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding-left: 40px;
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 35px;
     display: flex;
      justify-content: center;


}
.cards3{ display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding-left: 40px;
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 35px;
     display: flex;
      justify-content: center;

}
.cards4{ display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding-left: 40px;
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 35px;
     display: flex;
     justify-content: center;
      


}
.cards5{ display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding-left: 40px;
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 35px;
     display: flex;
     justify-content: center;
      }

.cards6{ display: flex;
    flex-wrap: wrap;
     background-color: white;
    padding-left: 40px;
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 35px;
     display: flex;
     justify-content: center;
      }


.butao{  border-radius: 20px;
         border: 3px solid red;
         background-color: red;
         color: white;
         padding: 5px;
        margin-top: 15px;
        margin-left: 50px;
        font-weight: 600;
        cursor: pointer;

}
.textdestinos{
                text-align: center;
                font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
                padding: 15px;
}


footer{

     background-color: rgb(25, 34, 53);
     color: white;
     width: 100%;
     height: 150px;
     display: flex;
     justify-content: space-between;
     padding: 15px;
}
.fultimo{padding-top: 20px;}

.lateraltudo{  height: 420px;
              padding-top: 20px;
            
}
.lateral{  padding: 8PX;
           width: 330px;
           border-radius: 15px;
           background-color: white;
           border: 3px solid black;
          
}
.curiosidadetex{ padding: 15px;
   
                
}
.lateral h2{ color:rgb(0, 0, 0)}




.containerform {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    width: 100%;
   

}
form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: white;
    width: 600px;
    padding: 20px;
    border-radius: 10px;
}
h2 {
    text-align: center;
}
.form{
    gap:10px;
    display: flex;
    flex-wrap: wrap;
}
.caixa{
    display: flex;
    flex-direction: column;
    flex: 1 1 100px;
}

label{
    font-weight: bold;
    margin-bottom: 5px;
}

input, select, textarea{
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

textarea{
    resize: vertical;
}

/* BOTÕES */
.actions{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

button {
    flex:1;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.submit {
    background: blue;
    color: white;
}
.submit:hover {
    background-color: rgb(13, 255, 0);
}
.reset {
    background-color: #ccc;
    
}

.reset:hover{
    background-color: red;
}

.meio2{ background: linear-gradient(150deg,rgb(228, 228, 228),#1ba77a,#000000);
    height: 420px;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  

   


}