 .produtoras {
     display: flex;
     justify-content: space-around;
     width: 100%;
     padding: 50px;
     padding-left: 20px;
     padding-top: 30px;




 }

 button {
     display: inline-block;
     justify-content: space-between;
     gap: 20px;
     width: 29%;
     padding: 25px;

     margin: 30px;
     align-items: center;

     text-align: center;
     place-items: center;
     border-radius: 3px;

     font-size: 16px;
     font-weight: 300;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: o.3px;

     transform: skew(-10deg);
     background: transparent;
     border: 1px solid var(--blue);


 }









 .container {
     display: flex;
     justify-content: space-between;
     gap: 10px;
     width: 95%;
     padding: 20px;
     margin: 20px;
     overflow-x: auto;
     padding-left: 50px;
 }

 .item {
     background-color: #22292c5e;
     padding: 20px;
     color: white;
     border-radius: 5px;
     text-align: center;

 }

 .item img {
     display: flex;
     justify-content: space-between;
     height: 250px;
     left: 250px;
     display: flex;

 }






 .footer p {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.308);
    align-items: center;
 }

 .contato{
    padding: 50px;
   text-align: center;


 }

 .contato p {
    text-align: center;

}

.contato h3 {
    text-align: center;

}

.animacao{
   text-align: justify;
   padding: 50px;
}
    
 #background{
    position: fixed;
    inset: 0;
    z-index:-1;
    width: 100%;
    height: 100vh;
}

#background video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#background::after{
    content: '';

    width: inherit;
    height: inherit;
    position: fixed;
    inset: 0;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);





}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  :root {
    --text: #EDF1F7;
    --red: #C51212;
    --blue: #0041C2;
    --green: #14B02D;
    --yellow: #ffc12b;
  }
  
  body, button, a {
    color: var(--text);
    font: 400 1rem "Mukta", sans-serif;
  }
  
  a {
    text-decoration:none;
  }
  
  button:hover {
    cursor: pointer;
  }
  
  #app{
    display: flex;
    flex-direction: column;
    align-items: center;

    width:100%;
    height: 100vh;
  }

  header{
    display: flex;
    align-items: center;
    column-gap: 64px;

    width: 100%;
    max-width: 1440px;
    padding-top: 30px;
    padding: 50px;

}

.select

header img{

    width: 70px;
    height: auto;

}

.navigation{
    display: flex;
    align-items: center;
    column-gap: 48px;

    list-style:none;
}

.navigation__link{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
   
}
.navigation__link:hover{

    color: var(--blue)
}



.navigation__link::after{
    content:'';
    position: absolute;
    left:0;
    bottom: -2px;

    width: 60%;
    height: 1px;
    background: var(--blue);

    transform:scaleX(0) ;
    transform-origin:right ;
    transition: transform 0.4s;
}

.navigation__link:hover::after{
   transform: scaleX(1);
   transform-origin: left;

}


.navigation__social{

    margin-left: auto;
    
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.navigation__social svg {
    width: 20px;
    height: 20px;
    opacity: 0.6;

    transition:0.5s
}

.navigation__social svg:hover{
    opacity: 1;
    transform: translateY(-5px);
    cursor: pointer

}

main{
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    max-width:1440px;
    
}

.main__info{

    width: 100%;
    padding: 50px;
}

.main__info p {
    font-size: 100%;
    margin: 20px 0 28px;
}

.main__info div{

    display: flex;
    column-gap: 32px;
}

.main__info div a, .main__info div button{

     width: 100%;
     padding: 10px 0;
     border-radius: 3px;

     font-size: 16px;
     font-weight: 300;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: o.3px;

     transform: skew(-10deg);

}

.main__info div a {
    background: var(--blue);

}

.main__info div button{

    background: transparent;
    border: 1px solid var(blue);
}


main .textos{
    flex-direction: row;
    display: flex;
    justify-content: space-around; 
    flex-wrap: wrap; 
    padding: 20px;
    background-color: #1a1a1a3f; 
    width: 100%;
    background-color: rgba(255, 255, 255, 0); 
    margin: 20px;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff; 
    text-align: center; 
   
}


h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

p {
    font-size: 1,5em;
    line-height: 1,5;
    text-align: justify;
   
    
    
}

.textos{
    width: 80%;
    margin: auto;
    justify-content: space-between;
    max-height: 500px;
    gap: 20px;

}

.linha{
    display: flex;
    flex-flow: row wrap;
    text-align: center;  

}

.col-6 { 
    align-items: center;
    width: 50%;
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
    
}

.linha,
.row-sections {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
}