* {
  box-sizing: content-box;
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  
  font-family: "Montserrat", sans-serif;
  /* font-family: "Poppins", sans-serif; */
  
}

.title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  color: #fff;
  font-weight: 100;
  font-size: 3em;
  font-family: 'Pacifico', cursive;
}

.title .avatar {
  width: 40px;
  height: 40px;
  background-image: url(../img/avatar.jpg);
  display: inline-block;
  border-radius: 50%;
  background-size: 100%;
}

.container-box{
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
}
.container-body{
  width: 1440px;
  margin: 0 auto;
}
.logo{
  width: 150px;
  margin: 0 auto;
  img{
    width: 100%;
  }
}
.banner{
  width: 60%;
  margin: 50px auto;
  position: relative;
  z-index: 9;
  h1{
    font-size: 40px;
    color:#FCCD04;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
  }
  p{
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
}

.features{
  padding-top: 30px;
  color: #fff;
  h1{ text-align: center; font-size: 30px; color: #fff; margin-bottom: 60px; }
  .features-box{
    width: 15%;
    text-align: center;
    .features-img{
      width: 80px;
      margin: 0 auto;
      img{
        width: 100%;
        margin-bottom: 20px;
      }
    }
  }
}

.testimonials{
  margin-top: 60px;
  color: #fff;
  h2{ text-align: center; font-size: 30px; color: #fff; margin-bottom: 60px; }
  .testimonial{
    color: #000;
  }

}
.appstore{
  padding: 60px 0;
  position: relative;
  z-index: 9;
  .app-box{
    margin-top: 100px;
    h3{ font-size: 30px; color: #fff; }
    p{ color: #fff; margin-bottom: 0;}
  }
  h4{ font-size: 20px; color: #fff; margin-top: 40px; }
  .social-media{
    width: 35px;
    img{
      width: 100%;
      margin-top: 10px;
    }
  }
}

.footer{
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  color: #FCCD04;
  position: relative;
  z-index: 9;
  a{
    color: #fff;
    &:hover{
      color: #FCCD04;
    }
  }
}

/*...........owl........*/

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    botto.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #fccd04;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}


@media (max-width: 480px) {
  .container-body { width: 100%; }
  .banner { width: 95%; }
  .logo{ width: 100px;}
  .banner{ width: 95%; }  
  .banner h1{ font-size: 30px; }
  .features-box{ width: 23% !important; }
  /* .noite{ height: auto !important;} */
}