*{ 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;

}



.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;}

.menu button{ border: none;
    background-color:rgb(25, 34, 53);
    padding: 15px;
   border-radius: 30px;
   color: white;

}
.menu button:hover{
        background-color: green;


}

.menu {
    display: flex;
    gap: 30px;
}
.menu a{
    
    color:rgb(255, 255, 255);
    text-decoration: none;
}


.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%;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;

   


}

.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;
}


.principais { padding-left: 320px;
    padding-top: 25px;
    color:green;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding-left: 150px;
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 35px;
}
           


.card1{ height: 430px;
         width: 320px;
        border: 3px solid black;
        border-radius: 15px; 
        overflow: hidden;
        background-color: white;
        
      
        

}


.card1 img{ height: 214px;
            width: 100%;
        }
.card1 p{
           padding-left: 8px;
}

.card1 h3{ text-align: center;}
.card1 a{
          text-decoration: none;
          padding-left: 10px;
         
}
.card2{ height: 430px;
         width: 320px;
        border: 3px solid black;
        border-radius: 15px; 
        overflow: hidden;
        background-color: white;

}


.card2 img{ height: 214px;
            width: 100%;
        }
.card2 p{
           padding-left: 8px;
}

.card2 h3{ text-align: center;}
.card2 a{
          text-decoration: none;
          padding-left: 10px;
}
.card3{ height: 430px;
         width: 320px;
        border: 3px solid black;
        border-radius: 15px; 
        overflow: hidden;
        background-color: white;

}


.card3 img{
            width: 100%;
        }
.card3 p{
           padding-left: 8px;
}

.card3 h3{ text-align: center;}
.card3 a{
          text-decoration: none;
          padding-left: 10px;
}
.card4{ height: 430px;
         width: 320px;
        border: 3px solid black;
        border-radius: 15px; 
        overflow: hidden;
        background-color: white;

}


.card4 img{
            width: 100%;
        }
.card4 p{
           padding-left: 8px;
}

.card4 h3{ text-align: center;}
.card4 a{
          text-decoration: none;
          padding-left: 10px;
}
.card5{ height: 430px;
         width: 320px;
        border: 3px solid black;
        border-radius: 15px; 
        overflow: hidden;
        background-color: white;

}


.card5 img{
            width: 100%;
        }
.card5 p{
           padding-left: 8px;
}

.card5 h3{ text-align: center;}
.card5 a{
          text-decoration: none;
          padding-left: 10px;
}
.card6{ height: 430px;
         width: 320px;
        border: 3px solid black;
        border-radius: 15px; 
        overflow: hidden;
        background-color: white;

}


.card6 img{
            width: 100%;
        }
.card6 p{
           padding-left: 8px;
}

.card6 h3{ text-align: center;}
.card6 a{
          text-decoration: none;
          padding-left: 10px;
}

.videos { width: 100%;
       height: 890px;
          background: linear-gradient(150deg,rgb(228, 228, 228),#1ba77a,#000000);
          border-radius: 15px;

        }
.textvideo{ text-align: center;
align-items: center;
  padding-top: 30px;

}
.strong1{  color: yellow;

}
.video1{    border: none;
            border-radius: 20px;
            padding: 35px;

}
.video2{   border: none;
           border-radius: 20px;
           padding: 35px;

}
.lateral{  padding: 8PX;
           width: 330px;
           border-radius: 15px;
           background-color: white;
           border: 3px solid black;

}
.curiosidadetex{ 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: 320px;
              padding-top: 20px;

}