.parallax {
margin: 300px 0px 200px 0px;
position: relative;
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
        clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);


}


#Cultura-img{
      background: linear-gradient(rgba(0, 0, 0, var(--opacidad-img-background)), rgba(0, 0, 0, var(--opacidad-img-background))), url(../Imgs/Background/Cultura-danza.jpg) center/cover no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
}

#Geografia-img{
      background: linear-gradient(rgba(0, 0, 0, var(--opacidad-img-background)), rgba(0, 0, 0, var(--opacidad-img-background))), url(../Imgs/Background/Costa.jpg) center/cover no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
}
#comida-img{
      background: linear-gradient(rgba(0, 0, 0, var(--opacidad-img-background)), rgba(0, 0, 0, var(--opacidad-img-background))), url(../Imgs/Background/pescado-frito-entero.jpg_3.jpg) center/cover no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center;

}