@media (max-width: 600px) {
  html, header, body, footer{
    width: 100%;
  }

  .primary-text{
    color: white;
    font-weight: 300;
    font-size: 2.2rem;
    text-align: center;
  }

  .secondary-text{
    color: #fff; 
    font-weight: 300; 
    font-size: 1.9rem;
    margin-bottom: 10px;
  }

  .text-icon{
    font-size: 1.1rem;
    color: #FFF;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bg-blur{
    height: 85vh;
    width: 100%;
  }

  .pre-footer{
    text-align: center;
    margin: 20px 0 60px 0;
  }

  .hidden-mobile{
    display: none;
  }

  .parceria h2{
    font-size: 1.3rem;
  }

  .parceria{
    height: 200px;
    align-items: start;
  }

  .inside{
    flex-direction: column;
    border-radius: 0;
    height: 100%;
    -webkit-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    background: #fff;
    margin: 80px 0 20px 0;
  }

  .items-structure{
    width: 90%;
    margin: 20px;
  }

  .items-4{
    grid-template-columns: 1fr;
  }

  .carousel-item img{
    border-radius: 0px;
    height: 50vh;
  }

  .album{
    flex-wrap: wrap;
  }

  .middle-page--items{
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  .middle-page{
    height: 50vh;
    margin-bottom: 25px;
  }
}

@media (max-width: 1000px) and (min-width: 700px){
  .middle-page--items{
    text-align: center;
  }

  .bg-blur{
    height: 65vh;
  }

  .primary-text{
    text-align: center;
  }

  .pre-footer{
    text-align: center;
    margin: 20px 0 60px 0;
  }

  .hidden-mobile{
    display: none;
  }

  .text-icon{
    flex-wrap: wrap;
    justify-content: center;
}
  .middle-page{
    height: 25vh;
  }

  .inside{
    flex-direction: column;
    border-radius: 0;
    height: 100%;
    background-color: #fff;
    margin: 80px 0 20px 0;
    -webkit-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
  }

  .carousel-item img{
    border-radius: 0 0 5px 5px;
    height: 45vh;
    object-fit: cover; 
  }

  .album{
    flex-wrap: wrap;
  }
  
}

@media (max-width: 1100px) and (min-width: 900px){
  .primary-text{
    text-align: center;
  }

  .album{
    flex-wrap: wrap;
  }

  .middle-page--items{
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  .middle-page{
    height: 40vh;
    margin-bottom: 25px;
  }

  .banner{
    max-width: 100%;
  }

  .inside{
    flex-direction: column;
    border-radius: 0;
    height: 50vh;
    -webkit-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
  }

  .items-structure{
    width: 90%;
    gap: 50px;
  }

  .carousel-item img{
    border-radius: 0 0 5px 5px;
    height: 50vh;
    object-fit: cover; 
  }

  .inside{
    flex-direction: column;
    border-radius: 0;
    height: 100%;
    background-color: #fff;
    margin: 80px 0 20px 0;
    -webkit-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
  }

  .middle-page--items{
    gap: 25px;
  }

  .middle-page{
    height: 20vh;
    margin-bottom: 25px;

  }
}

@media (min-width: 1300px) {
  .banner{
    max-width: 570px;
  }

  .inside{
    height: 80vh;
    background-color: #fff;
    margin: 80px 0 20px 0;
    -webkit-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    border-radius: 10px;
  }

  .carousel-item img{
    border-radius: 0 0 5px 5px;
    height: 80vh;
    object-fit: cover; 
  }
}

@media (min-width: 1500px) {
  .inside{
    height: 70vh;
    background-color: #fff;
    margin: 80px 0 20px 0;
    -webkit-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    box-shadow: 4px 5px 20px 6px rgba(0,0,0,0.26);
    border-radius: 10px;
  }

  .carousel-item img{
    height: 70vh;
    object-fit: cover; 
    border-radius: 0px 10px 10px 0;
  }

  .banner{
    max-width: 600px;
  }
}
