

@media screen and (min-width:1900px){
  .apoio{
    max-width: 800px;
  }
  section.hero-site{
    height: 70vh;
  }
  .items-container{
    width: 100%;
    
  }
  .info-curso{
    margin: auto;
  }

  #equipe-1{
    background-size: 50%;
  }
  #equipe-2{
    background-size: 50%;
  }
  #equipe-3{
    background-size: 40%;
  }
}

@media screen and (min-width:1800px){


  section.hero-site{
    height: 70vh;
  }
  section.header{
    max-width: 1400px;
    margin: 0 auto;
  }
  .hero-site {
    margin: auto;
  }
  section.visita{
    margin: auto;
  }

 
  section.equipe{
    margin: 0 auto;
  }
 

  
 
  .equipe >  .box-equipe > img{
    width: 370px;
  }

  section.empresa{
    margin: 0 auto;
  }

  .criativa-spin{
    margin: 0 auto;
  }

  section.criative{
    max-width: 1400px;
    margin: auto;
    height: 50dvh;
  }

  .gallery-container{
    margin: 0 auto;
  }

  section.depoiment {
    margin: 0 auto;
    width: 90%;
  }

  .depoiment > .interface{
    margin: auto;
  }
  footer{
    margin: 0 auto;
  }
}


@media screen and (max-width:560px) {
  
  section.equipe {
    flex-direction: column;
  }


  .metodology img{
    width: 100px;
    margin: auto;
  }


}





/* responsividade */
@media screen and (max-width:900px){  
  .hero-site> .interface{
    padding-top: 80px;
  }
  header > .interface >.logo >p{
    display: none;
  }
    .info-curso > .interface {
      flex-direction: column;
      text-align: center;
      height: auto;
    }
    .visita > .interface{
      padding: 1rem 0;
  }
  
    section.empresa{
      height: auto;
      flex-direction:column;
    }
    .contato .interface{
      flex-direction: column;
    }
    .container > .box-empresa > img{
      display: none;
    }
    
    .equipe >  .box-equipe {
      height: 78vh;
    }
    
    #equipe-1{
      background-size: 80%;
    
    }
    
    #equipe-2{
      background-size: 90%;
    }
    
    footer > .settings > .interface> img{
      width: 30%;
    }
    
    #equipe-3{
      background-size: 80%;
    }

    .somos > .interface > .box > .box-sobre > div{
      display: flex;
      justify-content: center;
    }

    .somos > .interface > .box > .box-sobre > div > b{
      font-size: 3rem;
    }

    .visita > .interface > .text-visita > h3 > span{
      display: block;
    }

    .empresa > .container > .box-empresa > .txt{
      position: static;
      width: 100%;
      padding: 0.5rem 1rem ;
      position: static;
    }
    .equipe >  .box-equipe > img{
      width: 20rem;
    }
    .criativa-spin{
      flex-direction: column;
      position: static;
    }
  
    .criativa-spin img {
      margin: 0;
      margin-top: 1rem;
      width: 300px;
    }
    .metodology{
      padding: 0;
      flex-direction: column;
    }

    .metodology .spike{
      position: static;
      object-position: center;
      object-fit: cover;
      width: 300px;
    }

    .metodology .apoio{
      display: none;
    }

    .metodology .interface{
      padding: 0;
    }

    .metodology .interface article{
      margin: 1.5rem;
    }

   
  
    .somos > .interface > p {
      width: 300px;
    }

    .criative > .container > .box > .txt {
        width: auto;
    }
    .criative > .container > .box{
        width: 100%;
    }
    

    footer > .info >.interface > .box{
        margin:  auto;
        width: 300px;
    }
    footer > .settings > .interface>  img{
        margin: 1rem;
    }
    .contato > .interface > .txt-contato {
        display: block;
    }
    .criative > .container{
        flex-direction: column;
    }
    .criative > .container >img{
        position: static;
        width: 40%;
        min-width: 300px;
        margin: 0  auto;
    }
    .contato > .interface > .icons-contato > a {
        margin: auto;
        width: 100%;
    }
    .contato > .interface > .icons-contato > a > button{
        width: 100%;
        padding: 1rem;
    }

    .txt-contato, .icons-contato{
        width: 100%;
    }
    .criative > .container > .box > .txt > ol >li{
        margin: 1rem 0;
    }
    .gallery-container{
      align-items: center;
      justify-content: start;
      margin: auto;
      overflow: hidden;
    }
    .gallery-img.active {
      width: 300;
      opacity: 1;
      transform: scale(1);
    }

   
    .gallery-img:not(.active) {
      transform: scale(.9);
      opacity: 0.5;
    }

  

    .visita > .interface > .text-visita > h3{
      text-align: center;
    }
  
  }

  @media screen and (width:915px){  
    .empresa > .container > .box-empresa > img{
      width: 500px;
    }
  }

  @media screen and (max-width:600px) {
    section.hero-site{
      height: 100vh;
      background-position: center;
      object-fit: cover;
    }
    section.equipe{
      height: 1000px;
    }
    #equipe-1{
      background-size: 50% ;
      
    }
    #equipe-2{
      background-size: 50% ;
      
    }
    #equipe-3{
      background-size: 50% ;
      
    }
  }
  
  @media screen and (max-width:596px){
    .equipe{
      height: 300px;
      flex-direction: column;
    }
    .equipe > .box-equipe > h3{
      font-size: 1rem;
    }

    #equipe-3{
      background-size: 40%;
    }
  }

  @media screen and (max-width:890px) {
    .equipe{
      padding: 0;
    }
    .equipe > .box-equipe{
      height: 100%;
    }

  }