body {
  font-family: "Franklin Gothic Demi Cond";
  background-color: #87171a;
}

* {
  outline: none !important;
}
.icon-cicle {
  background: #0c1527;
  padding: 5px;
  border-radius: 50%;
  height: fit-content;
  color: white;
  min-width: 29px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid transparent;
}

p {
  font-family: "Lao UI";
  font-weight: normal;
  font-size: 19px;
}

header {
  background-color: white;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  top: 0;
  z-index: 10;
}

main {
  padding-top: 130px;
}

header .social-network {
  background: #add039;
  width: max-content;
  padding: 5px;
  position: absolute;
  left: 15px;
}
header .social-network ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

header .social-network .fas {
  font-size: 13px;
}

header .social-network ul li {
  margin-bottom: 5px;
}
header .social-network ul li:last-child {
  margin-bottom: 0px;
}

header .nav-link {
  font-size: 18px;
  color: #504647;
  padding-bottom: 0px;
  border-bottom: 3px solid transparent;
}
header .nav-item {
  margin-right: 20px;
}

header .navbar-nav li:hover .nav-link,
header .navbar-nav li.active .nav-link {
  border-color: #add039;
}
header .tel-top i.fas.fa-phone-alt {
  margin-right: 10px;
}

.mark-button {
  background-color: #add039;
  width: max-content;
  padding: 5px;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

header .tel-top span {
  font-size: 21px;
}
header .text-flashy {
  font-family: "Franklin Gothic Medium Cond";
  font-size: 16px;
}
.repeat-blue {
  background-image: url("../css/px-repeate-blue.jpg");
  background-attachment: fixed;
}
.repeat-green {
  background-image: url("../css/px-repeate.jpg");
  background-attachment: fixed;
}
.title-spotlight {
  min-height: 100px;
}
.title-spotlight h2 {
  font-size: 25px;
}

.img-fluid {
  width: 100%;
}

.title-spotlight h2.learning-curve {
  font-family: "Learning Curve";
  font-size: 39px;
  font-weight: bold;
  color: white;
}

.box-service {
  background-color: #eeebee;
  min-height: 420px;
  margin: 10px 40px;
}
.box-service img {
  border-top-right-radius: 140px;
}
.box-service p strong {
  color: #4e996d;
}
.box-service p strong.color-orange {
  color: #d64434;
}
.box-service p strong.color-wine {
  color: #a11c48;
}

footer {
  padding-bottom: 10px;
}

footer .social-network ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}
footer .social-network ul .fab {
  font-size: 27px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-network ul li a {
  outline: none;
}
footer .social-network ul li a:hover {
  color: transparent;
}
header .social-network ul li a:hover .icon-cicle {
  background: #add039;
  border: 1px solid white;
}
footer .social-network ul li a:hover .icon-cicle {
  background: #87171a;
  border: 1px solid white;
}

.schedule {
  padding: 10px 20px;
  display: block;
  color: #0c1527;
}
.schedule p {
  font-weight: bold;
  margin: 0;
}

.infos-sub-footer {
  background-color: white;
  border-top: 10px solid #141f31;
  padding-top: 30px;
}

.btn-outline-success {
  color: #0c1527;
  border-color: #0c1527;
}
p.vine {
  color: #87171a;
}
.assinatura {
  background: #141f31;
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 13px;
}
.assinatura a {
  color: #ffffff;
}

.fab.fa-whatsapp {
  font-size: 34px;
  color: #ffffff;
  margin-left: 10px;
}
.btn-whats.btn-outline-success {
  width: 240px;
  background: #87171a;
  color: white !important;
  border-color: transparent;
}
.btn-whats.btn-outline-success:hover {
  background: #add039;
  border-color: transparent;
  color: #192637 !important;
}
.btn-whats.btn-outline-success:hover .fab.fa-whatsapp {
  color: #192637 !important;
}
.slick-slide img {
  display: block;
  width: 100%;
  padding: 15px;
}

.slick-prev:before,
.slick-next:before {
  color: #0c1527;
}
button.navbar-toggler {
  border: 1px solid #add039;
  background: #add039;
  color: #0c1527;
  padding: 10px;
  margin-left: 14px;
  margin-bottom: 10px;
}

.modal-dialog {
  max-width: 800px;
}
.modal-dialog .modal-body img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .logo {
    margin-left: 90px;
    display: block;
  }

  .mark-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .mark-button {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .mark-button p {
    font-style: 18px;
  }
  footer .social-network ul .fab {
    font-size: 22px;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 770px) {
  .slick-arrow {
    display: none !important;
  }
  .modal-dialog {
    max-width: 360px;
  }
  .modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }
  .modal-body {
    padding: 0px;
  }
  .logo {
    margin: 0 auto;
  }
  main {
    padding-top: 248px;
  }
  footer .mark-button {
    margin: 0 auto;
  }
}

@media screen and (max-width: 430px) {
  .navbar-nav {
    padding-left: 18px;
  }
  header {
    position: relative;
  }
  main {
    padding-top: 0px;
  }
  .mark-button.schedule {
    display: none;
  }
}
