@import url("http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700");
@font-face {
  font-family: "Antonio-bold";
  src: url("../fonts/antonio.bold.ttf");
}
@font-face {
  font-family: "Antonio-light";
  src: url("../fonts/antonio.light.ttf");
}
@font-face {
  font-family: "Antonio-regular";
  src: url("../fonts/antonio.regular.ttf");
}
@font-face {
  font-family: "Outfit-bold";
  src: url("../fonts/Outfit-Bold.otf");
}
@font-face {
  font-family: "Outfit-light";
  src: url("../fonts/Outfit-Light.otf");
}
@font-face {
  font-family: "Outfit-Regular";
  src: url("../fonts/Outfit-Regular.otf");
}
@font-face {
  font-family: "Wimberley";
  src: url("../fonts/Wimberley.woff");
}
@font-face {
  font-family: "Wimberley-2";
  src: url("../fonts/Wimberley.woff2");
}
header {
  padding: 30px 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 992px) {
  header {
    background-color: #2b3d4a;
  }
}
header nav .navbar-brand img {
  width: 16rem;
}
@media (max-width: 992px) {
  header nav .navbar-brand img {
    width: 10rem;
  }
}

#slider-home {
  margin-top: -11rem;
}
@media (max-width: 992px) {
  #slider-home {
    margin-top: unset;
  }
}

.btn-header {
  background-color: #1ba96e;
  font-family: "Antonio-regular";
  border-radius: 90px;
  padding: 10px 20px;
  font-size: 13px;
  color: white;
}
.btn-header:hover {
  color: white;
  text-decoration: none;
}

.chamada {
  background-color: #efeee8;
  padding: 50px 0;
}
.chamada .content {
  width: 60%;
  text-align: center;
  color: #495869;
}
@media (max-width: 992px) {
  .chamada .content {
    width: 100%;
  }
}
.chamada .content h3 {
  font-size: 40px;
  font-family: "Antonio-bold";
}
.chamada .content p {
  margin-top: 20px;
  font-family: "Outfit-light";
  font-size: 14px;
}

.servicos,
.parceiros {
  padding: 30px 0;
}
.servicos .line,
.parceiros .line {
  width: 100%;
  height: 2px;
  background-color: #edeef0;
}
@media (max-width: 992px) {
  .servicos .line,
.parceiros .line {
    display: none;
  }
}
.servicos h3,
.parceiros h3 {
  font-family: "Antonio-bold";
  font-size: 30px;
  color: #495869;
}
.servicos .card,
.parceiros .card {
  border: 1px solid #fff;
  min-height: 226px;
  max-height: 226px;
  background-color: transparent;
  transition: 0.2s;
  position: relative;
}
.servicos .card:hover,
.parceiros .card:hover {
  background-color: #f7fcf2 !important;
  border: 1px solid #d7ddd2;
  border-radius: 7px;
  padding: 10px;
  position: absolute;
  min-height: 226px;
  max-height: 226px;
  z-index: 99;
}
.servicos .card:hover .view-content,
.parceiros .card:hover .view-content {
  display: block;
}
.servicos .card .view-content,
.parceiros .card .view-content {
  display: none;
  background-color: #f7fcf2 !important;
  padding: 0 !important;
  width: 100% !important;
}
.servicos .card .view-content .card-text,
.parceiros .card .view-content .card-text {
  background-color: #f7fcf2 !important;
  margin-left: -15px;
}
.servicos .card h5,
.parceiros .card h5 {
  color: #27af7a;
  font-family: "Antonio-bold";
  text-align: center;
}
.servicos .card p,
.parceiros .card p {
  font-family: "Outfit-light";
  font-size: 13px;
  text-align: center;
}
.servicos .card .btn-card,
.parceiros .card .btn-card {
  width: 100%;
  border: 1px solid #6f7a88;
  border-radius: 90px;
  font-family: "Antonio-bold";
  font-size: 13px;
  padding: 10px 20px;
  color: #6f7a88;
  transition: 0.5s;
}
.servicos .card .btn-card:hover,
.parceiros .card .btn-card:hover {
  background-color: #6f7a88;
  color: white;
}

.form-mobile {
  display: none;
}
@media (max-width: 992px) {
  .form-mobile {
    display: block;
  }
}
.form-mobile form {
  background-color: white;
  border: 1px solid #d7ddd2;
  border-radius: 10px;
  width: 100%;
  padding: 50px 30px;
}
.form-mobile form h4 {
  font-size: 30px;
  color: #495869;
  font-family: "Antonio-bold";
}
.form-mobile form .form-control {
  border: 0;
  border-bottom: 1px solid #d7ddd2;
  margin: 10px 0;
}
.form-mobile form .form-control::placeholder {
  font-size: 15px;
  color: #2a4338;
  text-transform: uppercase;
}
.form-mobile form button {
  margin-top: 30px;
  border: 0;
  width: 100%;
  padding: 15px 20px;
}

footer {
  background-color: #efeee8;
  padding: 70px 0;
  margin-top: 170px;
}
@media (max-width: 992px) {
  footer {
    margin: 30px 0;
  }
}
footer ul {
  list-style: none;
  display: flex;
}
footer ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2a4338;
}
footer ul li h4 {
  font-size: 18px;
  font-family: "Antonio-bold";
}
footer ul li p {
  letter-spacing: 4px;
  font-size: 15px;
  font-family: "Outfit-light";
  padding: 0;
  margin: 0;
}
footer ul li img {
  width: 50px;
}
footer ul .content {
  padding: 0 30px;
}
footer form {
  position: absolute;
  bottom: -150px;
  background-color: white;
  border: 1px solid #d7ddd2;
  border-bottom: 0;
  border-radius: 10px;
  width: 100%;
  padding: 50px 30px;
  display: block;
}
@media (max-width: 992px) {
  footer form {
    display: none;
  }
}
footer form h4 {
  font-size: 30px;
  color: #495869;
  font-family: "Antonio-bold";
}
footer form .form-control {
  border: 0;
  border-bottom: 1px solid #d7ddd2;
  margin: 10px 0;
}
footer form .form-control::placeholder {
  font-family: "Outfit-Regular";
  font-size: 11px;
  color: #2a4338;
  text-transform: uppercase;
}
footer form button {
  margin-top: 30px;
  border: 0;
  width: 100%;
  padding: 15px 20px;
}

/*# sourceMappingURL=main.css.map */
