body {
  font-family: "Montserrat", Sans-serif;
  margin: auto;
}

.content{
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

b{
  font-weight: 500;
}

a{
  text-decoration: none;
  cursor: default;
}

nav {
  height: 50px;
  display: flex;
  padding: 32px;
  width: 85%;
  justify-content: space-between;
}

nav a{
  display: flex;
}

img{
  object-fit: contain;
}

.banner{
  width: 100%;
}

.bold{
  font-weight: bold;
}

h3{
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
}

h4{
  font-size: 12px;
}

.color-primary{
  color: #673171;
}

.color-white{
  color: white;
}

.pr-24{
  padding-right: 24px;
}

.mt-32{
  margin-top:32px;
}

.mb-32{
  margin-bottom:32px;
}

.mt-80{
  margin-top:80px;
}

.mb-80{
  margin-bottom:80px;
}

.m-0{
  margin: 0px;
}

.pointer:hover{
  cursor: pointer;
}

.app{
  display: none;
}

.whatsapp-wrap.app{
  display: none;
}

.color-grey{
color: #6C6C6C
}

.content > div:first-of-type{
  margin-top: 16px;
  height: 2px;
  background-color: #673171;
  width: 100%;
}

.sections-wrap{
  display: flex;
  align-items: center;
}

.sections-wrap h3{
  cursor: pointer;
  color: #6C6C6C;
}

.sections-wrap h3:hover{
  color: #673171;
  font-weight: 500;
}

.divider{
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 36px;
  justify-content: center
}

.divider div{
  border-top: 1px solid #D6D6D6;
  width: 10rem;
}

.divider h3{
  color: #673171;
  margin-left: 96px;
  margin-right: 96px;
  font-weight: 500;
  text-align: center;
  font-family: 'Urbanist';
  text-transform: uppercase;
}

.partners{
  display: flex;
  width: 85%;
  justify-content: space-between;
}

.partners img{
  max-height: 88px;
  max-width: 150px;
}

.service-list{
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.service{
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 32px -19px #6C6C6C;
  border-radius: 36px;
  padding: 32px;
}

.service img{
  height: 100px;
}

.service h4{
  color: #673171;
  margin: 16px 0px 0px 0px;
  text-align: center;
}


.storage-type-list{
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  justify-content: space-between;
}

.storage-type-list h4{
  font-weight: 600;
  color: #6C6C6C;
}

.storage-type{
  box-shadow: 0px 4px 32px -19px #9d9d9d;
  border-radius: 36px;
  padding: 8px;
  height: 36px;
  width: 45%;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  font-family: 'Urbanist';
  color: #6C6C6C;
  font-weight: 600;
}

.whatsapp{
  width: 100%;
}

.youtube{
  width: 100%;
  height: 600px;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.location{
  background-color: #673171;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 900px;
}

.location-content{
  color: white;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-content h4{
  color: white;
  font-weight: 400;
  text-align: center;
  margin: 4px;
  text-decoration: underline;
}

#map{
  height: 400px;
  width: 600px;
  margin: 16px  0px 16px 0px
}

#btn_routes{
  font-size: 12px;
  box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.22);
  border-radius: 25px;
  background: #783C82;
  padding: 8px 32px 8px 32px;
  margin-bottom: 64px;
}

.whatsapp-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.location .whatsapp{
  width: 70%;
}

@media screen and (max-width: 500px) {
  .web{
    display: none;
  }

  .app{
    display: flex;
  }

  .whatsapp-wrap.app{
    display: flex;
  }

  #logo_app img{
    height: 50px;
  }

  #logo_app{
    margin-top: 16px;
  }

  nav{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
    height: auto;
  }

  nav a {
    display: block;
  }

  nav a img{
    height: 50px;
  }
  
  .sections-wrap{
    margin-top: 16px;
  }

  .divider{
  width: 98%;
  }
  .divider div{
    width: 3rem;
  }

  .divider h3{
    margin-left: 8px;
    margin-right: 8px;
  }

  .partners{
    overflow-x: scroll;
    width: 98%;
    margin-left: 8px;
  }
  
  .partners img{
    margin-right: 32px;
    max-height: 58px;
    max-width: 120px;
  }

  .service-list{
    width: 98%;
  }

  div.service-list:nth-child(3){
    margin-top: 32px;
  }

  .service{
    width: 120px;
    height: 120px;
  }

  .service img{
    height: 70px
  }

  .service-list .mt-app{
    margin-top: 32px;
  }

  .storage-type-list{
    width: 98%;
  }

  .storage-type{
    font-size: 14px;
  }

  .whatsapp{
    width: 98%;
  }

  .youtube{
    height: 300px;
  }

  .location{
    height: 700px;
  }

  .location .whatsapp{
    width: 98%;
  }

  #map{
    width: 100%;
    height: 200px;
  }

}