<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&amp;display=swap" rel="stylesheet');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth
}

html,
body,
button {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0
}

section {
  padding-top: 60px;
  padding-bottom: 60px
}

*,
*:before,
*:after {
  box-sizing: border-box
}

.container {
  max-width: 1280px
}

p {
  color: #514C52
}

.btn__contato {
  background: linear-gradient(89.98deg, #08B490 0.02%, #67C260 101.12%);
  border-radius: 35px;
  height: 60px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.btn__contato:hover {
  color: #fff
}

@media (max-width: 679px) {
  .btn__contato {
    width: 100%
  }
}

.btn__navbar {
  background: #fff;
  color: #63C7F0 !important;
  border-radius: 35px;
  display: flex;
  align-items: center;
  width: 200px;
  height: 50px;
  justify-content: center
}

@media (max-width: 679px) {
  .btn__navbar {
    width: 100%
  }
}

.btn__descubra {
  background: linear-gradient(89.98deg, #08B490 0.02%, #67C260 101.12%);
  color: #fff !important;
  border-radius: 35px;
  padding: 10px 50px
}

.btn__descubra:hover {
  color: #fff
}

@media (max-width: 679px) {
  .btn__descubra {
    width: 100%
  }
}

.btn__fale-conosco {
  background: linear-gradient(89.98deg, #08B490 0.02%, #67C260 101.12%);
  border-radius: 35px;
  height: 60px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.btn__fale-conosco:hover {
  color: #fff
}

@media (max-width: 679px) {
  .btn__fale-conosco {
    width: 100%
  }
}

.navbar {
  position: absolute;
  width: 100%
}

@media (max-width: 679px) {
  .navbar {
    position: initial;
    background-color: #60c6f0
  }
}

@media (max-width: 679px) {
  .navbar img {
    width: 90px
  }
}

.navbar ul li {
  margin: 0 20px
}

.navbar img {
  width: 155px;
}

.navbar ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 15px
}

.navbar ul li a:hover {
  color: #ef0
}

.navbar .linha {
  height: 1px;
  width: 30px;
  background: #fff;
  display: block;
  padding: 1px 0;
  margin: 3px 0
}

.banner {
  background: url(../imgs/home-care-cuidador-de-idosos-sorocaba.png) center bottom no-repeat;
  background-size: cover;
  height: 700px;
  display: flex;
  align-items: center
}

@media (max-width: 679px) {
  .banner {
    height: 300px;
    text-align: center
  }
}

.banner__title {
  font-size: 33px;
  font-weight: 600;
  margin: 10px 0
}

@media (max-width: 679px) {
  .banner__title {
    font-size: 22px;
    text-align: center
  }
}

.banner__sub {
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase
}

@media (min-width: 992px) {
  .sobre {
    padding: 100px 0
  }
}

.sobre__title {
  font-weight: 600;
  font-size: 33px;
  color: #514C52
}

.sobre__sub {
  color: #63C7F0;
  font-size: 12px
}

.sobre p {
  font-size: 14px;
  font-weight: 400
}

.box .card {
  background: #F6F6F7;
  border: 0;
  display: flex;
  padding: 40px
}

.box .card p {
  font-size: 16px;
  color: #000000;
  margin: 0
}

.box .card p strong {
  color: #10a7e4
}

.box__title h4 {
  font-weight: 600;
  margin: 0;
  color: #514C52
}

.servicos {
  background: #F6F6F7;
  padding: 60px 0
}

.servicos__sub {
  color: #63C7F0;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 12px
}

.servicos__title {
  font-size: 22px;
  color: #514C52;
  font-weight: 600
}

@media (max-width: 679px) {
  .servicos__title {
    font-size: 16px
  }
}

.servicos .card {
  border-radius: 15px !important;
  margin: 10px 0;
  border: 0;
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.04)
}

.servicos .card .card-header {
  background: #fff;
  border: 0
}

.servicos .card .card-header .btn {
  color: #514C52;
  font-weight: 600
}

@media (max-width: 679px) {
  .servicos .card .card-header .btn {
    font-size: 12px
  }
}

.servicos .card .card-header .btn img {
  margin: 0 30px 0px 0
}

@media (max-width: 679px) {
  .servicos .card .card-header .btn img {
    margin: 0 10px 0px 0
  }
}

.servicos .card .card-body {
  padding: 20px 40px;
  font-size: 16px
}

.servicos .card .card-body p {
  font-size: 16px;
  color: #000000
}

.descubra {
  background: url(../imgs/cuidador-idosos-domiciliar-sorocaba.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 300px
}

.descubra h3 {
  color: #08B490
}

@media (max-width: 679px) {
  .descubra h3 {
    font-size: 16px
  }
}

.descubra a {
  color: #514C52
}

.equipamentos {
  padding: 50px 0
}

@media (max-width: 679px) {
  .equipamentos img {
    width: 100%
  }
}

.contato {
  background: #013454;
  border-radius: 15px
}

.contato h3 {
  color: #fff;
  font-weight: 600
}

.contato a {
  color: #fff
}

.contato h6 {
  color: #08B490;
  font-weight: bold
}

.contato .card {
  border-radius: 15px;
  border: 0
}

.contato .card .form-control {
  background: #E5E5E5;
  border: 0
}

footer {
  background: linear-gradient(89.98deg, #08B490 0.02%, #67C260 101.12%);
  padding: 20px 0;
  margin-top: 50px
}

footer a {
  color: #fff
}

#whatsapp-btn {
  background: #08B490;
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  padding: 14px 14px;
  right: 20px
}

/*# sourceMappingURL=main.min.css.map */</pre></body></html>