/* GENERAL
================================================== */
:root {
  --color-blue: #1c93cf;
  --color-dark-blue: #006caf;
  --color-gray: #706f6f;
  --color-dark-gray: #575756;
  --color-red: #c82a4e;
  --color-yellow: #f9bd39;
  --color-white: #fff;
}
html, body, .fullScreen {
  height: 100%;
}
body {
  font-size: 1.125rem;
  font-weight: 400;
  color: #706f6f;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
  background: #fff;
}
button, input, optgroup, select, textarea {
  font-family: "Nunito Sans", sans-serif;
}
button:focus {
  outline: 0 !important;
}
a, .simple-hover img, button, .btn, .pricing-card {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a {
  color: #6f6f6e;
  text-decoration: none;
  cursor: pointer;
}
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #aeaeae;
  }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #273065;
}
h1, .h1 {
  font-size: 3.25rem;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 1.6875rem;
}
h4, .h4 {
  font-size: 1.5625rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 15px;
  font-weight: 400;
}
p {
  line-height: 1.6;
}
.hyphen {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.title-font {
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
}
.border-btm1 .container {
  position: relative;
}
  .border-btm1 .container:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #eee;
  }
hr {
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(74, 144, 226, 0.04);
}
.small, small {
  font-size: .75rem;
  font-weight: 400;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
.font-base-400 {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400 !important;
}
.font-base {
  font-family: "Nunito Sans", sans-serif !important;
}
.font200 {
  font-weight: 200 !important;
}
.font300 {
  font-weight: 300 !important;
}
.font400 {
  font-weight: 400 !important;
}
.font700 {
  font-weight: 700 !important;
}
.font800 {
  font-weight: 800 !important;
}
.font900 {
  font-weight: 900 !important;
}
.label {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 2px;
  font-size: 10px;
}
.badge {
  font-weight: 400;
  font-size: 13px;
}
.badge-primary {
  background: #4a90e2 !important;
}
.bg-primary {
  background: #4a90e2 !important;
  border-color: #4a90e2;
}
.bg-success {
  background: #5cb85c !important;
  border-color: #5cb85c;
}
.bg-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.bg-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.bg-danger {
  background-color: #c9302c;
  border-color: #c9302c;
}
.bg-dark {
  border-color: #22232d !important;
  background-color: #22232d !important;
}
.bg-white {
  background: #fff;
}
.bg-offwhite {
  background: #f6f7f9;
}
.bg-gray {
  background: #edeff3;
}
.text-danger {
  color: #c9302c !important;
}
.text-success {
  color: #5cb85c !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-white {
  color: var(--color-white) !important;
}
.text-dark-gray {
  color: var(--color-dark-gray) !important;
}
.text-gray {
  color: var(--color-gray) !important;
}
.text-yellow {
  color: var(--color-yellow) !important;
}
.text-blue {
  color: var(--color-blue) !important;
}
.text-dark-blue {
  color: var(--color-dark-blue) !important;
}
.border-round {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.pos-relative {
  position: relative;
}
.lead {
  font-weight: 400;
  font-size: 20px;
}
strong, b {
  font-weight: 700;
}
.lh-initial {
  line-height: initial;
}


/* MARGIN & PADDING
================================================== */
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-180 {
  padding-top: 180px;
}
.pb-180 {
  padding-bottom: 180px;
}
.ptb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.bullet-list {
  list-style: circle;
  padding-left: 20px;
  padding-bottom: 0px;
}
  .bullet-list li {
    padding-bottom: 10px;
  }


/* PRELOADER
================================================== */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #22232d;
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }



/* BUTTONS
================================================== */
.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  font-family: "Nunito Sans", sans-serif !important;
  padding: 6px 30px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }
  .btn span {
    font-weight: 900;
  }
  .btn i {
    display: inline-block;
    vertical-align: inherit;
  }
  .btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .btn:hover, .btn:focus {
    box-shadow: none;
    outline: 0 !important;
  }
    .btn:hover:before, .btn:focus:before {
      transition: all .3s;
      -webkit-transition: all .3s;
      z-index: -1;
    }
.btn-color {
  background-color: var(--color-blue);
  color: #fff;
}
  .btn-color:hover, .btn-color:focus, .btn-color:active {
    background: var(--color-dark-blue);
  }
  .btn-color:hover, .btn-color:focus, .btn-color:active {
    background: var(--color-dark-blue);
    color: #fff;
  }
.btn-primary {
  background-color: transparent;
  border: 2px solid #fff;
}
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: var(--color-blue);
    border: 2px solid var(--color-blue);
  }
    .btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before {
      width: 100%;
      background-color: var(--color-blue);
      border: none;
    }
.btn-outline {
  background-color: transparent;
  color: var(--color-blue);
  max-width: auto;
  border-radius: 0px;
  border: 1px solid var(--color-blue);
}
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background-color: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue);
  }
    .btn-outline:hover:before, .btn-outline:focus:before, .btn-outline:active:before {
      width: 100%;
      background-color: var(--color-blue);
      border: none;
    }


/* HEADER
================================================== */
.navbar .container, .navbar .container-fluid {
  position: relative;
}
.navbar .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
}
.navbar-light.navbar .navbar-nav .nav-link {
  color: var(--color-white);
}
  .navbar-light.navbar .navbar-nav .nav-link:hover, .navbar-light.navbar .navbar-nav .nav-link.active {
    color: var(--color-blue);
  }
.navbar.navbar-light.bg-transparent .navbar-brand .logo-trans {
  display: block;
}
.navbar.navbar-light.bg-transparent .navbar-brand .logo-color {
  display: none;
}
.navbar.navbar-light.fixed-top .navbar-brand .logo-trans {
  display: none;
}
.navbar.navbar-light.fixed-top .navbar-brand .logo-color {
  display: block;
}
.fixed-top.navbar .navbar-nav .nav-link {
  color: var(--color-gray);
}
.fixed-top .btn-primary {
  border: 2px solid var(--color-blue);
  color: #fff !important;
  background: var(--color-blue);
}
  .fixed-top .btn-primary:hover, .fixed-top .btn-primary:focus, .fixed-top .btn-primary:active {
    background-color: #ebebeb!important;
    border: 2px solid var(--color-blue);
    color: var(--color-blue)!important;
  }
    .fixed-top .btn-primary:hover:before, .fixed-top .btn-primary:focus:before, .fixed-top .btn-primary:active:before {
      width: 100%;
      background-color: transparent;
      border: none;
    }
.fixed-top .btn-outline {
  border: 2px solid var(--color-blue);
  color: var(--color-blue)!important;
}
  .fixed-top .btn-outline:hover, .fixed-top .btn-outline:focus, .fixed-top .btn-outline:active {
    background-color: var(--color-blue);
    border: 2px solid var(--color-blue);
    color: #fff!important;
  }
    .fixed-top .btn-outline:hover:before, .fixed-top .btn-outline:focus:before, .fixed-top .btn-outline:active:before {
      width: 100%;
      background-color: var(--color-blue);
      border: none;
    }

/* HOME
================================================== */
#home {
  height: 100%;
  position: relative;
}
.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@supports (object-fit: cover) {
  .video-bg {
      top: 0;
      left: 0;
      transform: none; 
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}
.video-overlay {
  background: rgba(17, 83, 123, 0.6);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.content-overlay {
  position: relative;
  z-index: 3;
}
  #home h1 {
    font-size: 3.5rem;
  }
  #home h2 {
    font-size: 2.25rem;
  }
  #home p {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 1.4;
  }

/* HOME DIVISOR ONA
================================================== */
.no-webp #divisor-ona {
  background: url(../img/amare-cuidado-domiciliar-home-divisor-ona-bg.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
}
.webp #divisor-ona {
  background: url(../img/amare-cuidado-domiciliar-home-divisor-ona-bg.webp) no-repeat center center;
  background-size: auto;
  background-size: cover;
}
#divisor-ona h4 {
  font-size: 2.25rem;
}
#divisor-ona h5 {
  font-size: 1.75rem;
}
#divisor h1.text-orange {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* HOME CUIDADORES & HOME CARE
================================================== */
#h-cuidadores, #h-home-care {
  background: #f5f5f5;
}
#h-cuidadores h1, #h-cuidadores h2, #h-home-care h1, #h-home-care h2 {
  font-size: 2.25rem;
}

/* HOME ATENDIMENTO
================================================== */
.no-webp #h-atendimento {
  background: url(../img/amare-cuidado-domiciliar-home-atendimento-bg.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
}
.webp #h-atendimento {
  background: url(../img/amare-cuidado-domiciliar-home-atendimento-bg.webp) no-repeat center center;
  background-size: auto;
  background-size: cover;
}
#h-atendimento h1, #h-atendimento h2 {
  font-size: 2.25rem;
}
#h-atendimento p {
  font-size: 1.5rem;
}
#h-atendimento h3 {
  font-size: 4rem;
}
#h-atendimento p.small {
  font-size: 1.25rem;
  margin-bottom: 0;
}

/* HOME PARCEIROS
================================================== */
.no-webp #h-parceiros {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #f7f8f8;
}
.webp #h-parceiros {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #f7f8f8;
}
#h-parceiros h1, #h-parceiros h2 {
  font-size: 2.25rem;
}
.swiper {
    width: 100%;
    padding-bottom: 80px; /* Space for pagination */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: contain;
    max-height: 100px;
}
.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-gray);
    opacity: 0.5;
    transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
    background: var(--color-dark-blue);
    opacity: 1;
    width: 12px;
    border-radius: 6px;
}

/* HOME ATENDIMENTOS PONTUAIS
================================================== */
#h-outros h1, #h-outros h2 {
  font-size: 2.25rem;
}
#h-outros p {
  font-size: 1.125rem;
}

/* HOME DIVISOR 2
================================================== */
.no-webp #h-divisor-2 {
  background: url(../img/amare-cuidado-domiciliar-home-divisor-2-bg.png) center center no-repeat;
  background-size: cover;
}
.webp #h-divisor-2 {
  background: url(../img/amare-cuidado-domiciliar-home-divisor-2-bg.webp) center center no-repeat;
  background-size: cover;
}
#h-divisor-2 h4 {
  font-size: 3.25rem;
}
#h-divisor-2 h5 {
  font-size: 2.5rem;
}

/* EMPRESA - HERO
================================================== */
.no-webp #e-hero {
  background: url(../img/amare-cuidado-domiciliar-empresa-hero.jpg) no-repeat top center;
  background-size: cover;
}
.webp #e-hero {
  background: url(../img/amare-cuidado-domiciliar-empresa-hero.webp) no-repeat top center;
  background-size: cover;
}
#e-hero {
  height: 60vh;
  min-height: 658px;
  position: relative;
  display: flex;
  align-items: center;
}
#e-hero h1 {
  font-size: 2.25rem;
}

/* EMPRESA - INTRO
================================================== */
.no-webp #e-intro {
  background: url(../img/amare-cuidado-domiciliar-empresa-intro-bg.jpg) no-repeat center center;
  background-size: cover;
}
.webp #e-intro {
  background: url(../img/amare-cuidado-domiciliar-empresa-intro-bg.webp) no-repeat center center;
  background-size: cover;
}
#e-intro h1, #e-intro h2 {
  font-size: 2.25rem;
}

/* EMPRESA - COMODIDADE
================================================== */
.no-webp #e-comodidade {
  background: url(../img/amare-cuidado-domiciliar-empresa-comodidade-bg.jpg) no-repeat center center;
  background-size: cover;
}
.webp #e-comodidade {
  background: url(../img/amare-cuidado-domiciliar-empresa-comodidade-bg.webp) no-repeat center center;
  background-size: cover;
}
#e-comodidade {
  background: #f5f5f5;
}
#e-comodidade h1, #e-comodidade h2 {
  font-size: 2.25rem;
}
.e-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.e-checklist li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

/* EMPRESA - EXPERTISE
================================================== */
.no-webp #e-expertise {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #fff;
}
.webp #e-expertise {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #fff;
}
#e-expertise h1, #e-expertise h2 {
  font-size: 2.25rem;
}

/* EMPRESA - DIVISOR DEDICAÇÃO
================================================== */
.no-webp #e-divisor-dedicacao {
  background: url(../img/amare-cuidado-domiciliar-empresa-divisor-dedicacao.jpg) no-repeat center center;
  background-size: cover;
}
.webp #e-divisor-dedicacao {
  background: url(../img/amare-cuidado-domiciliar-empresa-divisor-dedicacao.webp) no-repeat center center;
  background-size: cover;
}
#e-divisor-dedicacao h4 {
  font-size: 2.25rem;
}
#e-divisor-dedicacao h5 {
  font-size: 2.25rem;
}
#e-divisor-dedicacao img {
  margin-top: -40px;
}

/* EMPRESA - ESTRUTURA
================================================== */
.no-webp #e-estrutura {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #fff;
}
.webp #e-estrutura {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #fff;
}
#e-estrutura h1, #e-estrutura h2 {
  font-size: 2.25rem;
}
.e-card-estrutura {
  background: #f1f1f8;
}
.e-card-icon {
  flex-shrink: 0;
  /* width: 80px; */
}
.e-card-icon img {
  width: 100%;
}
.e-card-content {
  padding: 20px;
}
.e-card-content h3 {
  font-size: 1.25rem;
}
.e-card-content p {
  margin-bottom: 0;
  line-height: 1.5;
}

/* CUIDADORES - HERO
================================================== */
.no-webp #c-hero {
  background: url(../img/amare-cuidado-domiciliar-cuidadores-hero.jpg) no-repeat top center;
  background-size: cover;
}
.webp #c-hero {
  background: url(../img/amare-cuidado-domiciliar-cuidadores-hero.webp) no-repeat top center;
  background-size: cover;
}
#c-hero {
  height: 60vh;
  min-height: 658px;
  position: relative;
  display: flex;
  align-items: center;
}
#c-hero h1 {
  font-size: 2.25rem;
}

/* CUIDADORES - INTRO
================================================== */
.no-webp #c-intro {
  background: url(../img/amare-cuidado-domiciliar-empresa-intro-bg.jpg) no-repeat center center;
  background-size: cover;
}
.webp #c-intro {
  background: url(../img/amare-cuidado-domiciliar-empresa-intro-bg.webp) no-repeat center center;
  background-size: cover;
}
#c-intro h1, #c-intro h2 {
  font-size: 2.25rem;
}

/* CUIDADORES - ASSISTÊNCIA
================================================== */
.no-webp #c-assistencia {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #f5f5f5;
}
.webp #c-assistencia {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #f5f5f5;
}
#c-assistencia h1, #c-assistencia h2 {
  font-size: 2.25rem;
}
#c-assistencia h3 {
  font-size: 1.5rem;
}
.c-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-bullet-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  color: var(--color-dark-blue);
  line-height: 1.5;
}
.c-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-blue);
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.4;
}

/* CUIDADORES - DIVISOR CTA
================================================== */
.no-webp #c-divisor-cta {
  background: url(../img/amare-cuidado-domiciliar-cuidadores-divisor-cta.jpg) no-repeat center center;
  background-size: cover;
}
.webp #c-divisor-cta {
  background: url(../img/amare-cuidado-domiciliar-cuidadores-divisor-cta.webp) no-repeat center center;
  background-size: cover;
}
#c-divisor-cta h4 {
  font-size: 2.25rem;
}
#c-divisor-cta h5 {
  font-size: 2.25rem;
}

/* CUIDADORES - INFRAESTRUTURA
================================================== */
.no-webp #c-infraestrutura {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #fff;
}
.webp #c-infraestrutura {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #fff;
}
#c-infraestrutura h1, #c-infraestrutura h2 {
  font-size: 2.25rem;
}
.c-card-servico {
  background: #f1f1f8;
}
.c-card-icon {
  flex-shrink: 0;
}
.c-card-icon img {
  width: 100%;
}
.c-card-content {
  padding: 20px;
}
.c-card-content h3 {
  font-size: 1.25rem;
}
.c-card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-card-content ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 3px;
  color: var(--color-dark-blue);
  font-size: 1rem;
  line-height: 1.4;
}
.c-card-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-blue);
  font-weight: 900;
}


/* HOME CARE - HERO
================================================== */
.no-webp #hc-hero {
  background: url(../img/amare-cuidado-domiciliar-home-care-hero.jpg) no-repeat top center;
  background-size: cover;
}
.webp #hc-hero {
  background: url(../img/amare-cuidado-domiciliar-home-care-hero.webp) no-repeat top center;
  background-size: cover;
}
#hc-hero {
  height: 60vh;
  min-height: 658px;
  position: relative;
  display: flex;
  align-items: center;
}
#hc-hero h1 {
  font-size: 2.25rem;
}

/* HOME CARE - INTRO
================================================== */
.no-webp #hc-intro {
  background: url(../img/amare-cuidado-domiciliar-empresa-intro-bg.jpg) no-repeat center center;
  background-size: cover;
}
.webp #hc-intro {
  background: url(../img/amare-cuidado-domiciliar-empresa-intro-bg.webp) no-repeat center center;
  background-size: cover;
}
#hc-intro h1, #hc-intro h2 {
  font-size: 2.25rem;
}

/* HOME CARE - INTERNAÇÃO DOMICILIAR
================================================== */
.no-webp #hc-internacao {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #f5f5f5;
}
.webp #hc-internacao {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #f5f5f5;
}
#hc-internacao h1, #hc-internacao h2 {
  font-size: 2.25rem;
}

/* HOME CARE - ASSISTÊNCIA DOMICILIAR
================================================== */
#hc-assistencia {
  background: #f5f5f5;
}
#hc-assistencia h1, #hc-assistencia h2 {
  font-size: 2.25rem;
}

/* HOME CARE - DIVISOR CTA
================================================== */
.no-webp #hc-divisor {
  background: url(../img/amare-cuidado-domiciliar-home-care-divisor-cta.jpg) no-repeat center center;
  background-size: cover;
}
.webp #hc-divisor {
  background: url(../img/amare-cuidado-domiciliar-home-care-divisor-cta.webp) no-repeat center center;
  background-size: cover;
}
#hc-divisor h4 {
  font-size: 2.25rem;
}
#hc-divisor h5 {
  font-size: 2.25rem;
}

/* HOME CARE - TREINAMENTO AO FAMILIAR
================================================== */
.no-webp #hc-treinamento {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #fff;
}
.webp #hc-treinamento {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #fff;
}
#hc-treinamento h1, #hc-treinamento h2 {
  font-size: 2.25rem;
}
.hc-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hc-bullet-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  color: var(--color-dark-blue);
  line-height: 1.5;
}
.hc-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-blue);
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.4;
}

/* HOME CARE - PROGRAMA EMERGENCIAL
================================================== */
#hc-emergencial h1, #hc-emergencial h2 {
  font-size: 2.25rem;
}

/* HOME CARE - REGIÕES DE ATENDIMENTO
================================================== */
#hc-regioes {
  background: #f5f5f5;
}
#hc-regioes h1, #hc-regioes h2 {
  font-size: 2.25rem;
}
.hc-region-title {
  color: var(--color-dark-blue);
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.hc-region-title:first-child {
  margin-top: 0;
}
.hc-region-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hc-region-list li {
  color: var(--color-dark-blue);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}
#hc-regioes [class^="color-"]::before {
  content: '';
  width: 12px;
  height: 100%;
  position: absolute;
}
#hc-regioes .color-01::before {
  background: #b19fcb;
}
#hc-regioes .color-02::before {
  background: #cc79ae;
}
#hc-regioes .color-03::before {
  background: #3499c2;
}
#hc-regioes .color-04::before {
  background: #ec9a75;
}
#hc-regioes .color-05::before {
  background: #bfd474;
}
#hc-regioes .color-06::before {
  background: #9fcee5;
}
#hc-regioes .color-07::before {
  background: #f4ea69;
}
#hc-regioes .color-08::before {
  background: #e0a82b;
}
#hc-regioes .color-09::before {
  background: #29ade0;
}
#hc-regioes .color-010::before {
  background: #c7def0;
}
#hc-regioes .color-011::before {
  background: #1c75b4;
}
#hc-regioes .color-012::before {
  background: #dedbed;
}
#hc-regioes .color-013::before {
  background: #ebedd6;
}
#hc-regioes .color-014::before {
  background: #d2e7d9;
}
#hc-regioes .color-015::before {
  background: #d9aac4;
}

/* CONTATO
================================================== */
#contato {
  background: #f6f7f9;
}
  #contato .hero-form {
    padding: 40px 20px;
    background-color: #003a68;
    border-radius: 8px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  }
    #contato .hero-form h3 {
        font-size: 25px;
      }
    #contato form p {
      color: #a5a4a4;
      font-weight: 300;
      margin-bottom: 5px;
      font-size: 18px;
    }
    #contato .form-control {
      min-height: 48px;
      border: 0px;
      box-shadow: none;
      border-radius: 0;
      background: #e9e9e9;
      margin-bottom: 20px;
    }
      #contato .form-control:focus {
        border: 0px;
        box-shadow: 0 8px 23px rgba(0, 0, 0, 0.18);
      }
  #contato form img {
    position: absolute;
    top: 7px;
    right: 9px;
  }
.help-block ul li, .required span {
    color: #fff;
    font-size: 12px;
}
.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#FormFinal .message {
  display: none;
}
#FormFinal.submited .message {
  display: block;
}

/* CONTATO PAGE - HERO
================================================== */
.no-webp #ct-hero {
  background: url(../img/amare-cuidado-domiciliar-contato-hero.jpg) no-repeat top center;
  background-size: cover;
}
.webp #ct-hero {
  background: url(../img/amare-cuidado-domiciliar-contato-hero.webp) no-repeat top center;
  background-size: cover;
}
#ct-hero {
  height: 60vh;
  min-height: 658px;
  position: relative;
  display: flex;
  align-items: center;
}
#ct-hero h1 {
  font-size: 2.25rem;
}

/* CONTATO PAGE - INTRO
================================================== */
.no-webp #ct-intro {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #f5f5f5;
}
.webp #ct-intro {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #f5f5f5;
}
#ct-intro h1 {
  font-size: 2.25rem;
}
#ct-intro p {
  font-size: 1.875rem;
  font-weight: 200;
}

/* CONTATO PAGE - FORM
================================================== */
#ct-form {
  background: #f5f5f5;
}
.no-webp .ct-form-header {
  background: url(../img/amare-cuidado-domiciliar-empresa-intro-bg.jpg) no-repeat center center;
  background-size: cover;
}
.webp .ct-form-header {
  background: url(../img/amare-cuidado-domiciliar-empresa-intro-bg.webp) no-repeat center center;
  background-size: cover;
}
.ct-form-header {
  padding: 25px 30px;
}
.ct-form-header h3 {
  font-size: 1.125rem;
}
.ct-form-body {
  background: transparent;
  border: 2px solid #d3dce3;
  border-top: none;
}
.ct-form-fields {
  padding: 30px;
}
.ct-field-group {
  margin-bottom: 20px;
}
.ct-label {
  display: block;
  color: var(--color-dark-blue);
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.ct-input {
  min-height: 48px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #e4e9ec;
  padding: 0.5rem;
  font-size: 1rem;
  color: var(--color-dark-gray);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.ct-input:focus {
  border-color: var(--color-blue);
  box-shadow: 0 2px 0 0 var(--color-blue);
  outline: none;
  background: transparent;
}
.ct-input.is-invalid {
  border-color: var(--color-red);
  box-shadow: 0 2px 0 0 var(--color-red);
}
.ct-input.is-valid {
  border-color: #28a745;
}
.ct-error-msg {
  display: block;
  color: var(--color-red);
  font-size: 0.75rem;
  min-height: 1.2em;
  margin-top: 4px;
}
textarea.ct-input {
  resize: none;
}
select.ct-input {
  cursor: pointer;
  appearance: auto;
  padding: 0.5rem 0.5rem;
}
.ct-form-section-title {
  color: var(--color-dark-blue);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-yellow);
}
.ct-form-section-desc {
  font-size: 0.8rem;
  color: var(--color-gray);
  margin-bottom: 15px;
}
.ct-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--color-gray);
  cursor: pointer;
  margin-bottom: 0;
}
.ct-checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--color-blue);
  cursor: pointer;
}
.ct-radio-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
}
.ct-radio-group.is-invalid {
  border-left: 3px solid var(--color-red);
  padding-left: 8px;
}
.ct-radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--color-gray);
  cursor: pointer;
  margin-bottom: 0;
}
.ct-radio-label input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: var(--color-blue);
  cursor: pointer;
}
.ct-checkbox-group {
  padding: 8px 0;
}
#ct-submit {
  min-width: 180px;
  padding: 10px 40px;
  transition: all 0.3s ease;
}
#ct-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#ct-feedback {
  text-align: center;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 0.9375rem;
}
#ct-feedback.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#ct-feedback.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* TRABALHE CONOSCO PAGE - HERO
================================================== */
.no-webp #tc-hero {
  background: url(../img/amare-cuidado-domiciliar-trabalhe-conosco-hero.jpg) no-repeat top center;
  background-size: cover;
}
.webp #tc-hero {
  background: url(../img/amare-cuidado-domiciliar-trabalhe-conosco-hero.jpg) no-repeat top center;
  background-size: cover;
}
#tc-hero {
  height: 60vh;
  min-height: 658px;
  position: relative;
  display: flex;
  align-items: center;
}
#tc-hero h1 {
  font-size: 2.25rem;
}

/* TRABALHE CONOSCO PAGE - INTRO
================================================== */
.no-webp #tc-intro {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #f5f5f5;
}
.webp #tc-intro {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #f5f5f5;
}
#tc-intro h1 {
  font-size: 2.25rem;
}
#tc-intro p {
  font-size: 1.875rem;
  font-weight: 200;
}

/* TRABALHE CONOSCO PAGE - FORM
================================================== */
#tc-form {
  background: #f5f5f5;
}
#tc-submit {
  min-width: 180px;
  padding: 10px 40px;
  transition: all 0.3s ease;
}
#tc-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#tc-feedback {
  text-align: center;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 0.9375rem;
}
#tc-feedback.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#tc-feedback.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* ORÇAMENTO PAGE - HERO
================================================== */
.no-webp #orc-hero {
  background: url(../img/amare-cuidado-domiciliar-orcamento-hero.jpg) no-repeat top center;
  background-size: cover;
}
.webp #orc-hero {
  background: url(../img/amare-cuidado-domiciliar-orcamento-hero.webp) no-repeat top center;
  background-size: cover;
}
#orc-hero {
  height: 60vh;
  min-height: 658px;
  position: relative;
  display: flex;
  align-items: center;
}
#orc-hero h1 {
  font-size: 2.25rem;
}

/* ORÇAMENTO PAGE - INTRO
================================================== */
.no-webp #orc-intro {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #f5f5f5;
}
.webp #orc-intro {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #f5f5f5;
}
#orc-intro h1 {
  font-size: 2.25rem;
}
#orc-intro p {
  font-size: 1.875rem;
  font-weight: 200;
}

/* ORÇAMENTO PAGE - FORM
================================================== */
#orc-form {
  background: #f5f5f5;
}
#orc-submit {
  min-width: 180px;
  padding: 10px 40px;
  transition: all 0.3s ease;
}
#orc-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#orc-feedback {
  text-align: center;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 0.9375rem;
}
#orc-feedback.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#orc-feedback.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* CONTATO PAGE - INFO PANEL */
.ct-info-panel {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ct-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.ct-info-item:last-child {
  border-bottom: none;
}
.ct-info-content p {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--color-dark-blue);
}
.ct-info-content p a {
  color: var(--color-dark-blue);
}
.ct-info-content p a:hover {
  color: var(--color-yellow);
}
/* Cloudflare Turnstile Container */
.cf-turnstile {
  display: inline-block;
}


/* POLITICA DE PRIVACIDADE PAGE - INTRO
================================================== */
.no-webp #pp-content {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.png) top center repeat-x #f5f5f5;
}
.webp #pp-content {
  background: url(../img/amare-cuidado-domiciliar-home-parceiros-pattern.webp) top center repeat-x #f5f5f5;
}


/* MODAIS GENÉRICOS (Ouvidoria, Canal de Denúncias, etc.) */
.ct-modal-content {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}
.ct-modal-header {
  background: #003a68;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-modal-header h4 {
  font-size: 1.125rem;
}
.ct-modal-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  opacity: 0.7;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s;
}
.ct-modal-close:hover {
  opacity: 1;
}
.ct-modal-body {
  padding: 30px;
  background: #fff;
}
.ct-modal-intro p, .ct-modal-intro ul li {
  font-size: 1rem;
}
.ct-modal-feedback {
  text-align: center;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 0.9375rem;
}
.ct-modal-feedback.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.ct-modal-feedback.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* FOOTER
================================================== */
footer {
  background: #006bb2;
  color: #fff;
  font-weight: 300;
  width: 100%;
}
.no-webp footer {
  background: url('../img/amare-cuidado-domiciliar-footer.jpg') top center no-repeat;
  background-size: cover;
}
.webp footer {
  background: url('../img/amare-cuidado-domiciliar-footer.webp') top center no-repeat;
  background-size: cover;
}
footer h5 {
  font-size: 1.125rem;
}
footer a {
  color: #fff;
}
  footer a:hover {
    color: #dedede;
  }
footer p.m-0 {
  font-size: 9px;
}
footer .social-buttons span {
  display: inline-block;
}
.social-icon {
  margin: 0 12px;
  font-size: 30px;
  line-height: 40px !important;
  color: #fff;
  float: left;
}
.social-icon:hover {
  color: #34d0cf;
}
.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative; 
}
.copyright-bar {
    display: grid;
    grid-template-areas: "camada-unica";
    width: 100%;
}
.overlay-layer {
    grid-area: camada-unica;
    background-color: #1f3561;
    mix-blend-mode: overlay;
    z-index: 1;
    pointer-events: none;
}
.copyright-bar .container, 
.copyright-bar .container-fluid {
    grid-area: camada-unica;
    z-index: 2;
    background: transparent;
}


/* DARDOS
================================================== */
.dardos {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 9999;
}


/* RESPONSIVE
================================================== */
@media (min-width: 992px) {
  .navbar.navbar-sticky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .navbar-expand-lg.navbar {
    padding-top: .625rem;
    padding-bottom: .625rem;
    z-index: 999;
  }
    .navbar-expand-lg.navbar .navbar-nav .nav-item {
      padding-left: .7rem;
      padding-right: .7rem;
    }
      .navbar-expand-lg.navbar .navbar-nav .nav-item:last-child {
        padding-right: 0px;
      }
  .navbar.navbar-sticky.fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown .4s;
    background-color: #f1f1f1!important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1399px) {
  #home h1 {
    font-size: 2.5rem;
  }
  #home h3 {
    font-size: 1.75rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  #h-divisor-2 h4 {
    font-size: 2.75rem;
  }
  #h-divisor-2 h5 {
    font-size: 2.25rem;
  }
  /* EMPRESA */
  #e-divisor-dedicacao h4, #e-divisor-dedicacao h5 {
    font-size: 1.875rem;
  }
  /* CUIDADORES */
  #c-divisor-cta h4, #c-divisor-cta h5 {
    font-size: 1.875rem;
  }
  /* HOME CARE */
  #hc-divisor h4, #hc-divisor h5 {
    font-size: 1.875rem;
  }
}
@media (max-width: 1199px) {
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pt-lg-none {
    padding-top: 0;
  }
  .ptb-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  h1 {
    font-size: 2.1rem;
  }
  .navbar-brand > img {
    width: 200px;
  }
  .navbar-expand-lg.navbar .navbar-nav .nav-item {
    padding-left: .3rem;
    padding-right: .3rem;
  }
  .navbar .navbar-nav .nav-link {
    letter-spacing: 0;
  }
  #h-cuidadores h1, #h-cuidadores h2, #h-home-care h1, #h-home-care h2 {
    font-size: 1.75rem;
  }
  #h-outros h1, #h-outros h2 {
    font-size: 1.75rem;
  }
  #h-divisor-2 h4 {
    font-size: 2.25rem;
  }
  #h-divisor-2 h5 {
    font-size: 1.75rem;
  }
  /* EMPRESA */
  #e-hero {
    min-height: 0;
  }
  #e-hero h1, #e-hero h2 {
    font-size: 1.75rem;
  }
  #e-intro h1, #e-intro h2, #e-comodidade h1, #e-comodidade h2, #e-expertise h1, #e-expertise h2, #e-estrutura h1, #e-estrutura h2 {
    font-size: 1.75rem;
  }
  #e-divisor-dedicacao h4, #e-divisor-dedicacao h5 {
    font-size: 1.75rem;
  }
  .e-card-content h3 {
    font-size: 1.125rem;
  }
  .e-card-content p {
    line-height: 1.2;
  }
  /* CUIDADORES */
  #c-hero {
    min-height: 0;
  }
  #c-hero h1 {
    font-size: 1.75rem;
  }
  #c-intro h1, #c-intro h2, #c-assistencia h1, #c-assistencia h2, #c-infraestrutura h1, #c-infraestrutura h2 {
    font-size: 1.75rem;
  }
  #c-divisor-cta h4, #c-divisor-cta h5 {
    font-size: 1.75rem;
  }
  .c-card-content h3 {
    font-size: 1.125rem;
  }
  /* HOME CARE */
  #hc-hero {
    min-height: 0;
  }
  #hc-hero h1 {
    font-size: 1.75rem;
  }
  #hc-intro h1, #hc-intro h2, #hc-internacao h1, #hc-internacao h2, #hc-assistencia h1, #hc-assistencia h2, #hc-treinamento h1, #hc-treinamento h2, #hc-emergencial h1, #hc-emergencial h2, #hc-regioes h1, #hc-regioes h2 {
    font-size: 1.75rem;
  }
  #hc-divisor h4, #hc-divisor h5 {
    font-size: 1.75rem;
  }
  /* CONTATO */
  #ct-hero {
    min-height: 0;
  }
  #ct-hero h1 {
    font-size: 1.75rem;
  }
  /* TRABALHE CONOSCO */
  #tc-hero {
    min-height: 0;
  }
  #tc-hero h1 {
    font-size: 1.75rem;
  }
  /* ORÇAMENTO */
  #orc-hero {
    min-height: 0;
  }
  #orc-hero h1 {
    font-size: 1.75rem;
  }
}

@media (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
  .call-wz {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999;
    font-size: 30px;
    display: block;
  }
    .call-wz a {
      color: #6ace25;
    }
      .call-wz a:hover {
        color: #499b11;
      }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .ptb-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .ptb-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .txt-sm-center {
    text-align: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar .container, .navbar .container-fluid {
    position: relative;
  }
  .navbar-expand-lg.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
  }
    .navbar-expand-lg.navbar .navbar-nav .nav-item:last-child {
      padding-right: 0px;
    }
  .navbar-light .navbar-toggler {
    border: none;
    box-shadow: none;
  }
  .navbar-nav {
    padding-top: 20px;
  }
  .navbar.navbar-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown .4s;
    padding: 1rem 1rem;
    background-color: #ebebeb !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .navbar-brand > img {
    position: relative;
    margin-top: 0px;
    width: 180px;
  }
  .navbar.navbar-light.bg-transparent .navbar-brand .logo-color {
    display: block;
  }
  .navbar.navbar-light.bg-transparent .navbar-brand .logo-trans {
    display: none;
  }
  .navbar-light.navbar .navbar-nav .nav-link {
    color: var(--bs-color-gray);
  }
  .dropdown-menu {
    box-shadow: none;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 0px;
  }
    .footer .text-right {
      text-align: left !important;
    }
  .social-buttons:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
  }
  .footer ul.list-inline {
    padding-top: 25px;
  }
  .footer ul.list-inline li:first-child {
    padding-left: 0px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  #home h1 {
    font-size: 2rem;
  }
  #home h2 {
    font-size: 1.75rem;
  }
  #h-atendimento h1, #h-atendimento h2, #h-parceiros h1, #h-parceiros h2 {
    font-size: 2rem;
  }
   #h-divisor-2 h4 {
    font-size: 1.75rem;
  }
  #h-divisor-2 h5 {
    font-size: 1.4375rem;
  }
  /* EMPRESA */
  #e-hero {
    height: 50vh;
    min-height: 350px;
    margin-top: 80px;
  }
  #e-hero h1, #e-hero h2 {
    font-size: 1.5rem;
  }
  #e-divisor-dedicacao img {
    margin-top: 0;
    max-width: 80%;
  }
  #e-comodidade {
    background-position: center right!important;
  }
  #e-estrutura .e-card-content p {
    line-height: 1.5;
  }
  /* CUIDADORES */
  #c-hero {
    height: 50vh;
    min-height: 350px;
    margin-top: 80px;
  }
  #c-hero h1 {
    font-size: 1.5rem;
  }
  #c-divisor-cta h4, #c-divisor-cta h5 {
    font-size: 1.5rem;
  }
  /* HOME CARE */
  #hc-hero {
    height: 50vh;
    min-height: 350px;
    margin-top: 80px;
  }
  #hc-hero h1 {
    font-size: 1.5rem;
  }
  #hc-divisor h4, #hc-divisor h5 {
    font-size: 1.5rem;
  }
  /* CONTATO */
  #ct-hero {
    height: 50vh;
    min-height: 350px;
    margin-top: 80px;
  }
  #ct-hero h1 {
    font-size: 1.5rem;
  }
  #ct-intro p {
    font-size: 1.5rem;
  }
  .ct-info-panel {
    padding: 20px 25px;
  }
  /* TRABALHE CONOSCO */
  #tc-hero {
    height: 50vh;
    min-height: 350px;
    margin-top: 80px;
  }
  #tc-hero h1 {
    font-size: 1.5rem;
  }
  #tc-intro p {
    font-size: 1.5rem;
  }
  /* ORÇAMENTO */
  #orc-hero {
    height: 50vh;
    min-height: 350px;
    margin-top: 80px;
  }
  #orc-hero h1 {
    font-size: 1.5rem;
  }
  #orc-intro p {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px){
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .ptb-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .navbar-brand > img {
    width: 200px;
  }
  h1 {
    font-size: 1.5625rem;
  }
  #home h1 {
    font-size: 1.75rem;
  }
  #divisor-ona h4 {
    font-size: 1.875rem;
  }
  #divisor-ona h5 {
    font-size: 1.5rem;
  }
   #h-atendimento h1, #h-atendimento h2, #h-parceiros h1, #h-parceiros h2, #h-outros h1, #h-outros h2 {
    font-size: 1.5rem;
  }
  #h-atendimento h3 {
    font-size: 3rem;
  }
  #h-atendimento p {
    font-size: 1.125rem;
  }
  #h-divisor-2 h4 {
    font-size: 1.25rem;
  }
  #h-divisor-2 h5 {
    font-size: 1.125rem;
  }
  /* EMPRESA */
  #e-hero {
    height: 40vh;
    min-height: 350px;
    margin-top: 85px;
  }
  #e-hero h1, #e-hero h2 {
    font-size: 1.25rem;
  }
  #e-intro h1, #e-intro h2, #e-comodidade h1, #e-comodidade h2, #e-expertise h1, #e-expertise h2, #e-estrutura h1, #e-estrutura h2 {
    font-size: 1.5rem;
  }
  #e-divisor-dedicacao img {
    margin-top: 0;
    max-width: 60%;
  }
  #e-divisor-dedicacao h4, #e-divisor-dedicacao h5 {
    font-size: 1.25rem;
  }
  #e-estrutura .e-card-content p {
    line-height: 1.3;
  }
  /* CUIDADORES */
  #c-hero {
    height: 40vh;
    min-height: 350px;
    margin-top: 85px;
  }
  #c-hero h1 {
    font-size: 1.25rem;
  }
  #c-intro h1, #c-intro h2, #c-assistencia h1, #c-assistencia h2, #c-infraestrutura h1, #c-infraestrutura h2 {
    font-size: 1.5rem;
  }
  #c-divisor-cta h4, #c-divisor-cta h5 {
    font-size: 1.25rem;
  }
  #c-divisor-img img {
    max-height: 300px;
  }
  /* HOME CARE */
  #hc-hero {
    height: 40vh;
    min-height: 350px;
    margin-top: 85px;
  }
  #hc-hero h1 {
    font-size: 1.25rem;
  }
  #hc-intro h1, #hc-intro h2, #hc-internacao h1, #hc-internacao h2, #hc-assistencia h1, #hc-assistencia h2, #hc-treinamento h1, #hc-treinamento h2, #hc-emergencial h1, #hc-emergencial h2, #hc-regioes h1, #hc-regioes h2 {
    font-size: 1.5rem;
  }
  #hc-divisor h4, #hc-divisor h5 {
    font-size: 1.25rem;
  }
  /* CONTATO */
  #ct-hero {
    height: 40vh;
    min-height: 350px;
    margin-top: 85px;
  }
  #ct-hero h1 {
    font-size: 1.25rem;
  }
  .ct-form-header {
    padding: 20px;
  }
  .ct-form-fields {
    padding: 20px;
  }
  .ct-info-panel {
    padding: 20px;
  }
  .cf-turnstile {
    transform: scale(0.85);
    transform-origin: left center;
  }
  /* TRABALHE CONOSCO */
  #tc-hero {
    height: 40vh;
    min-height: 350px;
    margin-top: 85px;
  }
  #tc-hero h1 {
    font-size: 1.25rem;
  }
  /* ORÇAMENTO */
  #orc-hero {
    height: 40vh;
    min-height: 350px;
    margin-top: 85px;
  }
  #orc-hero h1 {
    font-size: 1.25rem;
  }
}

@media (max-width: 575px){
  .mb-xs-20 {
    margin-bottom: 20px!important;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .ptb-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .ptb-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #contato .btn {
    font-size: 16px!important;
    width: auto;
  }
  .navbar-brand > img {
    width: 150px;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-expand-lg.navbar .navbar-nav .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-right .nav-item .nav-link.btn {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 14px !important;
  }
  #h-divisor-2 h4 {
    font-size: 1.75rem;
  }
  #h-divisor-2 h5 {
    font-size: 1.5rem;
  }
  /* EMPRESA */
  #e-hero {
    height: 45vh;
    min-height: 0;
    margin-top: 74px;
  }
  #e-hero h1, #e-hero h2 {
    font-size: 1.25rem;
  }
  #e-divisor-dedicacao h4, #e-divisor-dedicacao h5 {
    font-size: 1.25rem;
  }
  /* CUIDADORES */
  #c-hero {
    height: 45vh;
    min-height: 0;
    margin-top: 74px;
  }
  #c-hero h1 {
    font-size: 1.25rem;
  }
  #c-divisor-cta h4, #c-divisor-cta h5 {
    font-size: 1.25rem;
  }
  /* HOME CARE */
  #hc-hero {
    height: 45vh;
    min-height: 0;
    margin-top: 74px;
  }
  #hc-hero h1 {
    font-size: 1.25rem;
  }
  #hc-divisor h4, #hc-divisor h5 {
    font-size: 1.25rem;
  }
  /* CONTATO */
  #ct-intro h1 {
    font-size: 1.25rem;;
  }
   #ct-intro p {
    font-size: 1.125rem;
  }
  /* TRABALHE CONOSCO */
  #tc-intro h1 {
    font-size: 1.25rem;
  }
  #tc-intro p {
    font-size: 1.125rem;
  }
  /* ORÇAMENTO */
  #orc-intro h1 {
    font-size: 1.25rem;
  }
  #orc-intro p {
    font-size: 1.125rem;
  }
}
@media (min-width: 520px) {
  .d-520-block {
    display: block!important;
  }
}
@media (max-width: 420px) {
  .btn-success {
    margin-top: 6px;
  }
  .d-xxs-none {
    display: none!important;
  }
  .d-xxs-block {
    display: block!important;
  }
  .pt-xxs-30 {
    padding-top: 30px;
  }
  .pb-xxs-30 {
    padding-bottom: 30px;
  }
  .pb-xxs-60 {
    padding-bottom: 60px;
  }
  .ptx-xxs-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .navbar-brand > img {
    width: 130px;
  }
  .navbar-right .nav-item .nav-link.btn {
    padding: 7px !important;
    font-size: 10px !important;
  }
  #e-hero, #c-hero, #hc-hero {
    margin-top: 70px;
  }
   #e-divisor-dedicacao h4, #e-divisor-dedicacao h5 {
    font-size: 1rem;
  }
  /* CUIDADORES */
  #c-divisor-cta h4, #c-divisor-cta h5 {
    font-size: 1rem;
  }
  #c-assistencia h3 {
    font-size: 1.25rem;
  }
  /* HOME CARE */
  #hc-divisor h4, #hc-divisor h5 {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  #divisor-ona h4, #divisor-ona h5 {
    font-size: 1.25rem;
  }
  #h-cuidadores h1, #h-cuidadores h2, #h-home-care h1, #h-home-care h2 {
    font-size: 1.5rem;
  }
  #h-divisor-2 h4 {
    font-size: 1.5rem;
  }
  #h-divisor-2 h5 {
    font-size: 1.25rem;
  }
  /* EMPRESA */
  #e-intro h1, #e-intro h2, #e-comodidade h1, #e-comodidade h2, #e-expertise h1, #e-expertise h2, #e-estrutura h1, #e-estrutura h2 {
    font-size: 1.25rem;
  }
  /* CUIDADORES */
  #c-intro h1, #c-intro h2, #c-assistencia h1, #c-assistencia h2, #c-infraestrutura h1, #c-infraestrutura h2 {
    font-size: 1.25rem;
  }
  /* HOME CARE */
  #hc-intro h1, #hc-intro h2, #hc-internacao h1, #hc-internacao h2, #hc-assistencia h1, #hc-assistencia h2, #hc-treinamento h1, #hc-treinamento h2, #hc-emergencial h1, #hc-emergencial h2, #hc-regioes h1, #hc-regioes h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  #h-cuidadores h1, #h-cuidadores h2, #h-home-care h1, #h-home-care h2, #h-atendimento h1, #h-atendimento h2, #h-parceiros h1, #h-parceiros h2, #h-outros h1, #h-outros h2 {
    font-size: 1.25rem;
  }
  #h-divisor-2 h4 {
    font-size: 1.25rem;
  }
  #h-divisor-2 h5 {
    font-size: 1rem;
  }
  /* EMPRESA */
  #e-hero {
    height: 35vh;
    min-height: 0;
  }
  #e-intro h1, #e-intro h2, #e-comodidade h1, #e-comodidade h2, #e-expertise h1, #e-expertise h2, #e-estrutura h1, #e-estrutura h2 {
    font-size: 1.125rem;
  }
  #e-comodidade .e-checklist p{
    font-size: 1rem;
  }
  #e-divisor-dedicacao h4, #e-divisor-dedicacao h5 {
    font-size: 1rem;
  }
  /* CUIDADORES */
  #c-hero {
    height: 35vh;
    min-height: 0;
  }
  #c-intro h1, #c-intro h2, #c-assistencia h1, #c-assistencia h2, #c-infraestrutura h1, #c-infraestrutura h2 {
    font-size: 1.125rem;
  }
  #c-divisor-cta h4, #c-divisor-cta h5 {
    font-size: 1rem;
  }
  /* HOME CARE */
  #hc-hero {
    height: 35vh;
    min-height: 0;
  }
  #hc-intro h1, #hc-intro h2, #hc-internacao h1, #hc-internacao h2, #hc-assistencia h1, #hc-assistencia h2, #hc-treinamento h1, #hc-treinamento h2, #hc-emergencial h1, #hc-emergencial h2, #hc-regioes h1, #hc-regioes h2 {
    font-size: 1.125rem;
  }
  #hc-divisor h4, #hc-divisor h5 {
    font-size: 1rem;
  }
}

