@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

button:hover {
  cursor: pointer;
}

#errorMsg {
  color: red;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.carousel-mobile {
  display: none;
}

.container {
  display: flex;
  flex-direction: column;
}

.topside {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 600px;
}
.logo-top{
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.topLevenLogo {
  position: absolute;
  align-self: center;
  z-index: 9999;
}

.topside img {
  margin-left: auto;
  margin-right: auto;
}

.car-img {
  margin-left: auto;
  margin-right: auto;
}

.banner-mobile {
  display: none;
}

.mid-info {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  background-color: #00CDCD;
  padding-bottom: 30px;
}

.info-slot {
  display: flex;
  padding: 15px 25px 15px 25px;
  border-radius: 50px;
  background-color: #eb2964;
  /* box-shadow: 0px 15px 20px #ddd; */
  align-items: center;
  color: #fff;
  width: 150px;
}

.info-slot i {
  color: #ffe600;
  font-size: 36px;
}

.info-slot ul {
  display: flex;
  padding-left: 20px;
}

.info-slot ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 0px;
  font-weight: 700;
}

.info-slot ul li i {
  font-size: 8px;
  margin-right: 10px;
}

.mid-model {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /*margin-bottom: 50px;*/
  background-color: #00CDCD;
  padding-top: 30px;
}

.mid-model p {
  color: #999;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  /*width: 60%;*/
  padding-bottom: 15px;
}

.mid-model span {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  /*width: 60%;*/
}

.bg-mid {
  display: flex;
  flex-direction: row;
  background-image: url(../images/bg-mid.png);
  background-position: top;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.bg-mid-car {
  display: flex;
  margin-top: 150px;
  margin-right: 25px;
  justify-content: center;
}

.bg-mid-text {
  margin-top: 150px;
}

.bg-mid-text p {
  color: #eb2964;
  font-size: 16px;
  margin-bottom: 15px;
}

.text-slot {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #eb2964;
  margin-top: -25px;
}

.bg-mid-text-slot p {
  background-color: #eb2964;
  width: 90%;
  color: #ffe600;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 10px;
  border-radius: 10px;
}

.mid-catalogue {
  /* height: 1300px; */
  height: 100%;
  /*padding-top: 75px;*/
  background-color: #00cdcd;
}

.catalogue-header {
  text-align: center;
  margin-bottom: 100px;
}

.catalogue-header h2 {
  color: #00cdcd;
  font-weight: 400;
}

.catalogue-header h2:last-child {
  color: #00cdcd;
  font-weight: 700;
}

.catalogue {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}

.catalogue-item {
  display: flex !important;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  /*background-color: #00cdcd;*/
  width: 250px;
  /*height: 220px;
  border-radius: 50px 50px 20px 20px;
  margin: 70px 10px;
  padding-bottom: 100px;*/
}

.catalogue-item button {
  color: #fff;
  border: 2px solid #ffe600;
  background-color: transparent;
  padding: 10px 40px;
  border-radius: 30px;
  font-weight: 700;
  margin-top: 10px;
  transition: all 0.3s;
}

.catalogue-item button:hover {
  background-color: #ffe600;
  border: 2px solid #00cdcd;
  color: #00cdcd;
}

.bg-bottom {
  background-color: #ffffff;
  padding-top: 25px;
  /*background-image: url(../images/banner-bottom.png);
  background-position: top;
  background-repeat: no-repeat;*/
}

.mid-form {
  padding: 20px 50px 20px 50px;
  margin-left: auto;
  margin-right: auto;
  /*box-shadow: 0px 3px 10px #ddd;
  border: 1px solid #f1f1f1;
  border-radius: 15px;*/
  width: 60%;
  background-color: #fff;
  margin-bottom: 10px;
}
.mid-form p{
  /*text-decoration: underline #FF2467;*/
  font-size: 20px;
  font-weight: 900;
  color: #393939;
}

.bg-bottom h2 {
  text-align: center;
  /*margin-top: 75px;*/
  color: #eb2964;
  margin-bottom: 15px;
  font-weight: 900;
}

.bg-bottom p {
  text-align: center;
  margin-bottom: 5px;
  color: #484848;
  padding: 0px 30px;
}

.bg-bottom p:last-of-type {
  text-align: center;
  /*margin-bottom: 25px;*/
  color: #484848;
  font-weight: 600;
}

.btn {
  position: relative;
  /*justify-content: center;
  padding-top: 20px;*/
  padding: 15px 30px;
  border-radius: 25px;
  outline: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0%;
  margin-bottom: 20px;
}

.btn input {
  position: absolute;
  background-color: #ff0051;
  box-shadow: 0px 3px 10px #ddd;
  color: #fff;
  border-radius: 35px;
  width: 25%;
  top: 20px;
  left: 35%;
  transition: 0.3s;
}

.btn input:hover {
  cursor: pointer;
  background-color: #eb2965;
}

form {
  display: flex;
  flex-direction: column;
}

input {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #ddd;
  outline: none;
  align-content: flex-start;
  border-radius: 20px;
}

input:focus {
  border: 1px solid #00cdcd;
  border-radius: 20px;
}

label {
  margin-bottom: 15px;
}

label span {
  color: #00cdcd;
}
.bottom-grupo{
  padding: 15px 30px;
  border-radius: 25px;
  outline: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0%;
}

.bottom-grupo select {
  padding: 15px 30px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-weight: 700;
  text-align: center;
  width: 60%;
  background-color: #F7F7F7;
}

.bottom-form {
  padding-top: 5px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.bottom-form input{
    padding: 15px 30px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    /*font-weight: 700;*/
    text-align: center;
    width: 100%;
    background-color: #F7F7F7;
}

.bottom-form select {
  padding: 15px 30px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-weight: 700;
  text-align: center;
  width: 60%;
}
.bottom-form-2 select {
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.bottom-form-2 select option {
  border: 1px solid #ddd;
  border-radius: 25px;
  font-weight: 600;

}

.bottom-form select option {
  border: 1px solid #ddd;
  border-radius: 25px;
  font-weight: 600;
}

.bottom-form textarea {
  padding: 15px 30px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  /* font-weight: 700; */
  text-align: center;
  width: 100%;
  background-color: #F7F7F7;
}

.footer {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #00cdcd;
  margin-top: -10px;
}

.footer img:last-of-type {
  margin: 50px 0px 50px 30px;
}

ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

ul li {
  margin-bottom: 15px;
  margin-right: 25px;
  color: #fff;
}

ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 14px;
  height: 70px;
}

.copyright {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 1290px) {
  .bottom-form select {
    padding: 15px 70px;
  }
}

@media (max-width: 1024px) {
  .info-slot ul {
    display: flex;
    padding: 0px 50px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 0px;
  }

  .mid-model {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  .mid-info {
    margin-bottom: 0px;
  }

  .bottom-form select {
    padding: 15px 140px;
  }

  .btn input {
    width: 30%;
    left: 35%;
  }

  .bottom-form {
    flex-direction: column;
  }

  .catalogue-bottom ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .topside {
    background-image: none;
    background-color: transparent;
    height: 100%;
  }

  .catalogue-item {
    height: 310px;
    margin: 70px 50px 10px 50px;
    padding-bottom: 120px;
  }

  .banner-desk {
    display: none;
  }

  .banner-mobile {
    display: block;
  }

  .topLevenLogo {
    width: 100%;
  }

  .bg-mid {
    flex-direction: column;
  }

  .bg-mid-car {
    margin-top: 100px;
  }

  .bg-mid-car img {
    width: 90%;
  }

  .bg-mid-text {
    text-align: center;
    margin-top: 50px;
    padding: 0 30px;
  }

  .bg-mid-text-slot p {
    width: 100%;
  }

  .mid-model {
    padding-left: 30px;
    padding-right: 30px;
    /*margin-bottom: 20px;*/
  }

  .mid-model span {
    font-size: 28px;
  }

  .mid-model p {
    font-size: 16px;
  }

  .mid-info {
    padding: 15px 30px;
  }

  .mid-form {
    width: 90%;
  }

  .info-slot {
    margin-top: 0px;
    padding: 10px 25px;
  }

  .info-slot ul {
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 0px;
  }

  .info-slot p {
    color: #00cdcd;
    font-size: 16px;
  }

  .info-slot span {
    font-weight: 900;
  }

  .info-slot span:last-child {
    font-size: 26px;
  }

  .info-slot p:last-child {
    /*margin-left: 10px;*/
    color: #ffffff;
  }

  ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }

  .btn input {
    width: 75%;
    left: 15%;
  }

  .catalogue-header {
    margin-bottom: 60px;
  }

  .catalogue-bottom {
    height: 520px;
  }

  .catalogue-bottom ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .catalogue-bottom h1 {
    text-align: center;
    font-size: 28px;
  }

  .catalogue-bottom button {
    margin-top: 20px;
  }

  .bg-bottom {
    margin-top: -10px;
  }

  .bottom-form {
    flex-direction: column;
  }

  .bottom-form select {
    padding: 15px 90px;
  }

  .bg-bottom h2,
  .bg-bottom p {
    padding: 0 30px;
  }
  .bottom-grupo select {
    padding: 15px 30px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    font-weight: 700;
    text-align: center;
    width: 100%;
    background-color: #F7F7F7;
}
.bottom-grupo {
  padding: 0px 0px 0px 0px;
  border-radius: 25px;
  outline: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0%;
  padding-bottom: 10px;
}

}

@media (max-width: 600px) {
  .catalogue {
    display: none;
  }

  .carousel-mobile {
    display: flex;
  }
}

@media (max-width: 320px) {
  .info-slot ul {
    padding: 0px 20px;
  }

  .catalogue-item {
    height: 280px;
    margin: 70px 30px 30px 30px;
    padding-bottom: 60px;
  }
}
.img-sorriso{
  margin: 50px 50px 50px 50px;
}
