@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

body {
  background: black;
}

.navbar {
  background: #15161e;
  width: 100%;
  padding: 15px;
  position: fixed;
  z-index:9999;
}

.navbar:after {
  content: "";
  clear: both;
  display: table;
}

.logo {
  float: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  padding-left: 100px;
  margin-top: 10px;
}

.navbar ul {
  float: right;
  list-style: none;
  margin-right: 100px;
  position: relative;
}

.navbar ul li {
  display: inline-block;
  margin: 0 5px;
  font-weight: 300;
  text-transform: uppercase;
}

.navbar ul li a {
  color: white;
  text-decoration: none;
  line-height: 50px;
  font-size: 15px;
  padding: 10px 15px;
  transition: 1s;
}

.navbar ul li a:hover {
  background: #242730;
}

.icon,
.btnNav {
  display: none;
}

.containt {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100vh !important;
  /*background: url(../img/foto1.jpg) no-repeat center center;*/
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;  
}

.items h1 {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 500;
}

.container {
  width: 70%;
  padding: 50px;
}

.whoare {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e212b;
  color: white;
  text-align: center;
  padding: 30px;
}

.whoare h1 {
  text-transform: uppercase;
  font-weight: 700;
}

.whoare p {
  margin-top: 25px;
  font-weight: 300;
}

.plans {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;

  background-image: url(/img/carservices2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  filter: alpha(opacity=60);
  color: white;
}

.plans .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-plans {
  display: flex;
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.plans .header-plans img {
  width: 60px;
}

.plans .header-plans h1 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 25px;
}

.plans .header-plans p {
  font-weight: 300;
  margin-top: 10px;
}

.card-plans .row {
  display: flex;
  flex-direction: row;
}

.card-plans .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 25px;
}

.card-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-bottom p {
  text-decoration: line-through;
  margin-top: 15px;
}
.card-bottom h1 {
  margin-top: 5px;
  font-size: 30px;
}
.card-bottom h2 {
  color: #767a88;
  font-size: 15px;
  font-weight: 700;
}

.card-boss {
  margin-top: 30px;
  width: 250px;
  height: 450px;

  border-radius: 8px;
  background: #2c2e36;
  color: #b0d30f;
  text-align: center;
}

.icons2 {
  color: #ffc834;
}
.icons3 {
  color: #d64523;
}

.card-boss i {
  font-size: 12px;
  margin: 25px 5px 5px;
}
.card-boss h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}

.card-boss p {
  color: #767a88;
  margin-top: 15px;
}
.card-boss .card-body {
  background: #1e212b;
  width: 100%;
  height: 310px;
  padding: 30px;
  margin: 15px 0;
  color: #767a88;
  text-align: left;
}

.card-boss .card-body p {
  font-weight: 500;
  float: left;
  font-size: 14px;
  margin-top: 5px;
}

.services {
  display: flex;
  justify-content: center;

  background-image: linear-gradient(#272727, #272727, #17191f, #17191f, #17191f, #272727, #272727);
  color: white;
  width: 100%;
  height: auto;
}
.services .container {
  width: 90%;
}

.header-service {
  text-align: center;
}
.header-service h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
}
.header-service p {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
}

.body-services {
  margin-top: 70px;
  width: 100%;
  height: auto;

  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(370px,1fr));
  grid-template-rows: 370px 370px 370px;
  grid-gap: 25px;
}

.body-services > div {
  display: flex;
  /*flex-direction: column;*/
  /*align-items: center;*/
}

.card-all-services {display:flex; box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.5); text-decoration:none;} 
.card-photo {flex:0 0 180px;}
.card-photo img {width:180px; height:100%; object-fit:cover;}

.card-services {
  flex:1;
  background: #1e212b;
  width: 100%;
  /*max-width: 250px;*/
  /*min-height: 300px;*/
  padding: 30px;
  cursor: pointer;
  transition: 0.8s;

  /*box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.5);*/
}

.card-services:hover {
  background: #34363a;
}

.card-services .line {
  background: white;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}
.card-services h2 {
  margin-top: 8px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration:none;
  color:#fff;
}
.card-services p {
  margin-top: 10px;
  font-weight: 300;
  color: #a5acc2;
  font-size: 14px;
}
.card-bottom-services {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 200px;
  min-width: 190px;
  height: auto;
  margin-top: -30px;
  cursor: pointer;

  padding: 8px;
  transition: 0.5s;
  background: #2e323c;
}

.card-bottom-services:hover {
  background: #4e4cc4;
}
.card-bottom-services p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.card-bottom-services h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.body-services .card-all-services h1 {
  color: #9994ce;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 500px;

  background: #1b1b11;
  color: white;
}

.social .container {
  display: flex;
  flex-direction: column;
  width: 80%;
  height: auto;
  align-items: center;
  justify-content: center;
}

.social .container h1 {
  font-size: 18px;
  font-weight: 500;

  text-transform: uppercase;
}

.social .container .insta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.social .container .insta a{
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: 0.2s;
}

.social .container .insta:hover > a i{
  color: #9994ce;
}

.social .container .insta:hover > h2 a {
  color: #9994ce;
}

.social .container .insta i {
  font-size: 28px;
  margin: 5px;
  transition: 0.2s;
  cursor: pointer;
}
.social .container .insta h2 {
  font-size: 28px;
  margin: 5px;
}
.social .container .insta h2 a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: 0.2s;
}

.carousel-social {
  display: flex;

  /* ALTERAÇÕES */
  overflow-x: auto;
  width: 825px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  margin-left: 50px;
  margin-right: 40px;
  /* FIM */
}

/* ALTERAÇÕES */
.carousel-social::-webkit-scrollbar {
  display: none;
}
/* FIM */

.carousel-social img {
  width: 250px;
  margin: 45px 15px;

  /* ALTERAÇÕES */
  height: 250px;
  scroll-snap-align: start;
  object-fit: cover;
  /* FIM */
} 

.box-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev,
.next {
  font-size: 20px;
  cursor: pointer;
  color: #fff !important;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

.button-carousel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 10px;
  margin-bottom: 10px;
}
.button-carousel .circ-carousel {
  background: #a5acc2;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 5px;
  cursor: pointer;
}
.products {
  background: #282828;
  height: auto;
  width: 100%;
  display: grid;

  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

.products .body-products {
  padding: 70px;
  color: #71ce1c;
  height: auto;
  max-height: 400px;
}
.products .body-products img {
  margin-bottom: 15px;
}
.products .body-products h1 {
  color: #71ce1c;
  text-transform: uppercase;
}
.products .body-products p {
  color: white;
  margin-top: 25px;
}
.products .car-boss {
  background: url(../img/carroproducts.jpg) no-repeat center center;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.products .car-boss:hover {
  opacity: 0.5;
}

.microfibras {
  display: flex;
  width: 100%;

  background: url(../img/carroproducts2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.micro {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 480px;
  color: white;
  padding: 0 250px;
}

.micro .card-micro {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 310px;
  width: 40%;
}

.micro .card-micro h3 {
  font-size: 45px;
  font-weight: 500;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.micro .card-micro h2 {
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
}
.micro .card-micro p {
  margin-top: 16px;
  font-size: 20px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
}

.bottom-web {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  background: #282828;
}

.bottom-web .data-function {
  width: 380px;
  display: flex;
  height: auto;
  margin: 55px;
}

.bottom-web .data-function .info-data {
  margin: 0 25px;
}

.bottom-web .data-function .info-data h1 {
  color: #78d469;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.bottom-web .data-function .info-data h2 {
  color: #78d469;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.bottom-web .data-function .info-data h3 {
  color: #78d469;
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}

.bottom-web .data-function .info-data p {
  color: white;
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
}
.end-page {
  background: #78d469;
  width: 100%;
  height: 25px;
}

@media (max-width: 968px) {
  .navbar .logo {
    text-align: center;
    padding-left: 3px;
    width: 100%;
  }
  .icon {
    display: block;
    color: white;
    position: absolute;
    right: 25px;
    line-height: 55px;
    font-size: 25px;
    cursor: pointer;
  }
  .navbar ul {
    margin-right: 0px;
    float: left;
    width: 100%;
  }

  .navbar ul li {
    margin-top: 5px;
    text-align: center;
    display: block;
    width: 100%;
  }

  .navbar ul {
    display: none;
  }

  [id^="btn"]:checked + ul {
    display: block;
  }

  .container {
    width: 90%;
  }
  .whoare h1 {
    font-size: 25px;
  }
  .whoare p {
    font-size: 18px;
  }
  .container {
    padding: 50px 0;
  }
  .container .header-plans {
    width: 100%;
  }
  .container .header-plans p {
    font-size: 20px;
    width: 80%;
  }
  .card-plans .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card-plans .row .col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .plans {
    background-size: 2500px;
  }

  .body-services {
    display: flex;
    flex-direction: column;
  }

  .body-services .card-all-services h1 {
    font-size: 18px;
  }

  .products {
    display: flex;
    flex-direction: column;
  }

  .social {
    height: auto;
  }

  .social .container {
    display: flex;
    flex-direction: column;
  }

  /* ALTERAÇÕES */
  .carousel-social {
    display: flex;
    width: 250px !important;
    margin-right: 25px;
    margin-left: 25px;
    
  }

  .carousel-social img{
    /* width: 100%; */
  }
  /* FIM */

  .micro .card-micro {
    display: flex;
    height: auto;
  }

  .microfibras {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
  }

  .micro {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
  }

  .micro .card-micro {
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 35px;
    width: 310px;
  }

  .micro .card-micro h3 {
    height: auto;
    font-size: 35px;
  }
  .micro .card-micro h2 {
    height: auto;
    font-size: 35px;
  }
  .micro .card-micro p {
    height: auto;
    font-size: 18px;
    text-align: center;
  }

  .bottom-web {
    flex-direction: column;
    padding: 0;
  }

  /* ALTERAÇÕES */
  .items h1 {
    font-size: 50px;
  }
  .header-service p {
    font-size: 22px;
  }
  .bottom-web .data-function {
    width: auto !important;
    margin: 30px 10px;
  }
  .bottom-web .data-function img {
    width: 50px;
  }
  .products .body-products {
    max-height: min-content;
  }
  .car-boss {
    height: 400px;
  }

  /* FIM */
}
