/* GENERAL
================================================== */
:root{
  --bs-color-blue: #00b3ed;
  --bs-color-red: #eb212e;
  --bs-color-gray: #5b5b5e;
  --bs-color-white: #ffffff;
}

html, body, .fullScreen {
  height: 100%;
}
body {
  font-size: 1rem;
  font-weight: 400;
  color: var(--bs-color-gray);
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  background: #f5f5f5;
}
button, input, optgroup, select, textarea {
  font-family: "Roboto", sans-serif;
}
button:focus {
  outline: 0 !important;
}
a, .simple-hover img, button, .btn, i {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a {
  color: #156270;
  text-decoration: none; 
}
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #988f77;
  }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: var(--bs-color-gray); 
}
h4, .h4 {
  font-size: 1.25rem; 
}
h5, .h5 {
  font-size: 1rem; 
}
ul, ol {
  margin: 0 0 1.5em 0; 
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
}
.font-400 {
  font-weight: 400!important;
}
h1 {
  font-size: 2.125rem;
  font-weight: 700;
}
h2 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 500;
}
.close {
  font-size: 2rem;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
figure {
  margin: 0;
}
strong, b {
  font-weight: 700;
}
::-webkit-input-placeholder {
   color: var(--bs-color-gray)!important;
}
:-moz-placeholder {
   color: var(--bs-color-gray)!important;
}
::-moz-placeholder {
  opacity: 1;
   color: var(--bs-color-gray)!important;
}
:-ms-input-placeholder {  
   color: var(--bs-color-gray)!important;
}
hr {
  width: 480px;
  height: 2px !important;
  color: #fff;
  margin: 30px 0 35px;
  opacity: 1;
  display: inline-block;
}
.color-blue {
  color: #00b3ed;
}
.color-red {
  color: #eb212e;
}
.color-gray {
  color: #5b5b5e;
}
.color-white {
  color: #ffffff;; 
}
.font300 {
  font-weight: 300 !important;
}
.font400 {
  font-weight: 400 !important;
}
.font700 {
  font-weight: 700 !important;
}
.hyphens {
  hyphens: auto;
}


/* MARGIN & PADDING
================================================== */
.ps-120 {
  padding-left: 120px;
}
.pe-120 {
  padding-right: 120px;
}
.ps-100 {
  padding-left: 100px;
}
.pe-100 {
  padding-right: 100px;
}
.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;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-160 {
  padding-top: 160px;
}
.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.ptb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.ptb-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-160 {
  margin-top: 160px;
}
.no-margin {
  margin: 0 !important;
}


/* 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 #4683df;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 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
================================================== */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: .8rem;
}
.btn, .button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700 !important;
  letter-spacing: 0px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  padding: 10px 30px 10px !important;
}
  .btn i, .button i {
    display: inline-block;
    margin-right: 8px;
  }
  .btn:before, .button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
  }
  .btn:hover, .btn:focus, .button:hover, .button:focus {
    box-shadow: none;
    outline: 0 !important;
  }
    .btn:hover:before, .btn:focus:before, .button:hover:before, .button:focus:before {
      transition: all .3s;
      z-index: -1;
    }
.btn-outline {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  border-radius: 0;
  padding: 10px 60px 10px !important;
}
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: #7e7566;
    border-color: #fff;
    background-color: transparent;
  }
    .btn-outline:hover:before, .btn-outline:focus:before, .btn-outline:active:before {
      width: 100%;
      background-color: #fff;
    }
.btn-solid {
  background-color: var(--bs-color-red);
  color: var(--bs-color-white);
  max-width: auto;
  border-radius: 25px;
  border: none;
  padding: 10px 20px 10px !important;
}
  .btn-solid:hover, .btn-solid:focus, .btn-solid:active {
    background-color: var(--bs-color-blue);
    color: #fff;
    border: none;
  }
    .btn-solid:hover:before, .btn-solid:focus:before, .btn-solid:active:before {
      width: 100%;
      background-color: var(--bs-color-blue);
      border: none;
    }

/* NAVBAR
================================================== */
.navbar .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
  .navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-color-blue);
  }
  .navbar .navbar-nav .nav-link.active {
    color: var(--bs-color-blue);
  }
.navbar.fixed-top .navbar-nav .nav-link, .navbar.fixed-top .navbar-nav .nav-link:focus {
  color: var(--bs-color-gray);
}
  .navbar.fixed-top .navbar-nav .nav-link:hover, .navbar.fixed-top .navbar-nav .nav-link.active {
      color: var(--bs-color-blue);
  }
.navbar .navbar-nav .nav-link, .navbar .btn {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2821, 98, 112, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
  color: transparent;
}
.navbar.navbar-light.bg-transparent .navbar-brand .logo-light {
  display: block;
}
.navbar.navbar-light.bg-transparent .navbar-brand .logo-color {
  display: none;
}
.navbar.navbar-light.fixed-top .navbar-brand .logo-light {
  display: none;
}
.navbar.navbar-light.fixed-top .navbar-brand .logo-color {
  display: block;
}
.navbar-light.navbar.fixed-top {
  background: #fff!important;
}
.bl {
  border-left: 1px solid #fff;
}

/* HOME
================================================== */
.webp #home {
  background: url(../img/enkasa-saude-home-bg.webp) no-repeat top center;
  background-size: cover;
  height: 100%;
}
.no-webp #home {
  background: url(../img/enkasa-saude-home-bg.jpg) no-repeat top center;
  background-size: cover;
  height: 100%;
}
  #home h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.25rem;
    margin-bottom: 0;
  }
  #home h2 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: initial;
  }


/* EMPRESA
================================================== */
.webp #empresa {
  background: url(../img/enkasa-saude-empresa-bg.webp) no-repeat bottom center #ebeaeb;
  background-size: 100% auto;
}
.no-webp #empresa {
  background: url(../img/enkasa-saude-empresa-bg.jpg) no-repeat bottom center #ebeaeb;
  background-size: 100% auto;
}
#empresa h1 {
  font-size: 2.125rem;
}


/* PROFISSIONAIS
================================================== */
.webp #profissionais {
  background: url(../img/enkasa-saude-profissionais-bg.webp) no-repeat top center #ebeaeb;
  background-size: cover;
}
.no-webp #profissionais {
  background: url(../img/enkasa-saude-profissionais-bg.jpg) no-repeat top center #ebeaeb;
  background-size: cover;
}
#profissionais h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
#profissionais p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
}


/* DIVISOR
================================================== */
.webp #divisor {
  background: url(../img/enkasa-saude-divisor-bg.jpg) no-repeat center center;
  background-size: cover;
}
.no-webp #divisor {
  background: url(../img/enkasa-saude-divisor-bg.webp) no-repeat center center;
  background-size: cover;
}
#divisor p {
  font-size: 2.25rem;
  font-weight: 200;
  color: #fff;
  margin-bottom: 0;
}


/* PROCESSOS
================================================== */
#processos {
  background: #003463;
}
  #processos .card_outline {
    border: 1px solid #00b7ee;
    padding: 18px 37px;

  }
    #processos .card_outline h4 {
      font-size: 1.25rem;
      color: var(--bs-color-white);
      font-weight: 700;
      margin-bottom: 10px;
    }
    #processos .card_outline p {
      font-size: 1.125rem;
      color: var(--bs-color-white);
      font-weight: 300;
      margin-bottom: 0;
    }
  #processos .linha-central {
    position: absolute;
    top: 14%;
    bottom: 10%;
    left: 50%;
    width: 1px;
    background-color: #00b7ee;
    transform: translateX(-50%);
    z-index: 1;
    padding: 0;
  }


/* SERVICOS
================================================== */
.webp #servicos {
  background: url(../img/enkasa-saude-servicos-bg.webp) no-repeat bottom center #e8e8e8;
  background-size: 100% auto;
}
.no-webp #servicos {
  background: url(../img/enkasa-saude-servicos-bg.jpg) no-repeat bottom center #e8e8e8;
  background-size: 100% auto;
}
  #servicos h1 {
    font-size: 2.125rem;
  }
  #servicos .card {
    background-color: #f3f3f3;
    border: none;
    border-radius: 25px;
    display: inline-block;
    padding: 20px;
  }
    #servicos .card h4 {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--bs-color-blue);
      padding-bottom: 20px;
    }
    #servicos .card p {
      font-size: 1.125rem;
      font-weight: 300;
      margin-bottom: 0;
    }


/* DIVISOR 2
================================================== */
.webp #divisor2 {
  background: url(../img/enkasa-saude-divisor2-bg.jpg) no-repeat center center;
  background-size: cover;
}
.no-webp #divisor2 {
  background: url(../img/enkasa-saude-divisor2-bg.webp) no-repeat center center;
  background-size: cover;
}
#divisor2 h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 15px;
}
#divisor2 h2 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}


/* CONTATO
================================================== */
#contato {
  background: #ebeaeb;
}
  #contato h1 {
  }
  #contato .form-control, #contato input {
    padding: .75rem .75rem;
    border: 1px solid var(--bs-color-blue);
    border-radius: 0;
    margin-bottom: 40px;
    background: transparent;
    font-weight: 300;
  }
  #contato button.btn-solid {
    padding: .9rem 5rem !important;
    font-size: 1rem;
  }
  #contato img {
    position: absolute;
    top: 9px;
    right: 9px;
  }
#contato .btn-solid {
  background-color: var(--bs-color-blue);
  color: var(--bs-color-white);
  max-width: auto;
  border-radius: 0;
  border: none;
  padding: 10px 20px 10px !important;
}
  #contato .btn-solid:hover, .btn-solid:focus, .btn-solid:active {
    background-color: var(--bs-color-red);
    color: #fff;
    border: none;
  }
    #contato .btn-solid:hover:before, .btn-solid:focus:before, .btn-solid:active:before {
      width: 100%;
      background-color: var(--bs-color-red);
      border: none;
    }


/* GOOGLE MAPS
================================================== */
.map {
    width: 100%;
    height: 450px;
}
#map {
    height: 100%;
}

/* WHATSAPP
================================================== */
.call-wz {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 9999999;
  font-size: 30px;
  display: block;
}
  .call-wz a {
    color: #25D366;
  }
    .call-wz a:hover {
      color: #988f77;
    }


/* COOKIES
================================================== */
#cookieConsent {
  position: fixed;
  z-index: 1040;
  background: #f1f2f2;
  bottom: 20px !important;
  max-width: 1200px;
  padding: 20px 10px !important;
  margin: auto;
  left: 20px !important;
  right: 20px !important;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}
  #cookieConsent p {
    margin-bottom: 0;
    font-size: 14px;
  }
    #cookieConsent p a {
      color: #4f4f50;
      text-decoration: underline;
    }
  #cookieConsent button {
    border: 1px solid #4f4f50 !important;
    color: #4f4f50 !important;
    padding: 10px 30px!important;
    font-size: 12px!important;
    text-transform: initial;
  }


/* FOOTER
================================================== */
.webp footer {
  background: url(../img/enkasa-saude-footer-bg.jpg) no-repeat center center;
  background-size: cover;
}
.no-webp footer {
  background: url(../img/enkasa-saude-footer-bg.webp) no-repeat center center;
  background-size: cover;
}
footer {
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
  footer h4 {
    color: #fff;
    font-weight: 900;
    font-size: 1.125rem;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  footer p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
  }
  footer .sociais {
    padding: 0;
  }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    footer ul.sociais li {
      display: inline-block;
      padding: 0 10px;
    }
  footer .sociais a i {
    color: #fff;
    font-size: 1.25rem;
  }
    footer .sociais a:hover i {
      color: var(--bs-color-blue);
    }
  footer a {
    color: #fff;
  }
    footer a:hover, footer a:focus  {
      color: var(--bs-color-blue);
    }
  footer .copyright {
    font-size: 0.8rem;
    color: var(--bs-color-white);
  }
  footer .b-t {
    border-top: 1px solid #fff;
  }


/* DARDOS
================================================== */
.dardos {
  position: absolute;
  right: 10px;
  bottom: 10px;
}


/* RESPONSIVE
================================================== */
@media (min-width: 992px) {
  .navbar-light.navbar {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1rem 1rem;
    height: 124px;
  }
  .navbar-light.navbar.fixed-top {
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1rem 1rem;
    height: 124px;
    animation: fadeInDown .5s;
    -webkit-animation: fadeInDown .5s;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 1399px) {
  .navbar-brand img {
    max-width: 280px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    letter-spacing: 0.1em;
  }
  #divisor p {
    font-size: 1.875rem;
  }
  .word-xl-hidden {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ptb-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .navbar-brand img {
    max-width: 220px;
  }
  .navbar .navbar-nav .nav-link, .navbar .btn {
    font-size: 1rem;
  }
  .word-lg-show {
    display: block;
  }
  .br-hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pt-xl-180 {
    padding-top: 180px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-light {
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1rem 1rem;
    height: auto;
    background-color: #fff!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: fixed;
  }
    .navbar-light .navbar-nav .nav-link {
      color: var(--bs-color-gray);
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open {
      color: var(--bs-color-blue);
      border-bottom: none;
    }
  .navbar-nav {
    padding-top: 20px;
  }
  .navbar.navbar-light.bg-transparent .navbar-brand .logo-light {
    display: none;
  }
  .navbar.navbar-light.bg-transparent .navbar-brand .logo-color {
    display: block;
  }
  .navbar-brand {
    padding: 0;
    margin: 0;
  }
    .navbar-brand img {
      width: 194px;
    }
  .bl {
    border-left: none;
  }
  .hidden-md-down {
    display: none !important;
  }
  .navbar .container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; 
  }
  .navbar-expand-lg .navbar-toggler {
    position: absolute;
    right: 15px;
    border: 0px;
    top: 14px; 
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .ps-md {
    padding-left: calc(var(--bs-gutter-x)/ 2)!important;
  }
  .webp #divisor {
    background: url(../img/enkasa-saude-divisor-bg-small.jpg) no-repeat left center;
    background-size: cover;
  }
  .no-webp #divisor {
    background: url(../img/enkasa-saude-divisor-bg-small.webp) no-repeat left center;
    background-size: cover;
  }
  .word-md-show {
    display: block;
  }
  #divisor2 h1 {
    font-size: 2.5rem;
  }
  #contato h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .modal-body h1 {
    font-size: 1.5rem;
  }
  #home h1 {
    font-size: 2rem;
    line-height: 3.25rem;
  }
  #home h2 {
    font-size: 1.5rem;
  }
  h1, #empresa h1, #servicos h1, #divisor2 h1 {
    font-size: 1.875rem;
  }
  #divisor2 h2 {
    font-size: 1.375rem;
  }
  .word-sm-hidden {
    display: none;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
  .hyphens-xs {
    hyphens: auto;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pt-xs-60 {
    padding-top: 60px!important;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .ptb-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .navbar-brand img {
    width: 140px;
  }
  .navbar-expand-lg .navbar-toggler {
    top: 0;
  }
  #home h1 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
  #home h2 {
    font-size: 1.375rem;
  }
  h1, #empresa h1, #servicos h1, #divisor2 h1, #contato h1 {
    font-size: 1.75rem;
  }
  p, #empresa p, #profissionais p, #processos .card_outline p, #servicos .card p {
    font-size: 1rem;
  }
  #divisor p {
    font-size: 1.5rem;
  }
  #processos .card_outline {
    padding: 18px 18px;
  }
  #processos p, #servicos p {
    hyphens: auto;
  }
  #servicos h2 {
    font-size: 1.5rem;
  }
  #servicos h3 {
    min-height: auto;
    margin-bottom: 20px;
  }
  #servicos ul li {
    margin-bottom: 15px;
  }
}


/* SKY FORM
================================================== */
.sky-form header{display:block;padding:20px 30px;border-bottom:1px solid rgba(0,0,0,.1);background:rgba(248,248,248,.9);font-size:25px;font-weight:300;color:#232323}.sky-form fieldset{display:block;padding:25px 30px 5px;border:none;background:rgba(255,255,255,.9)}.sky-form fieldset+fieldset{border-top:1px solid rgba(0,0,0,.1)}.sky-form section{margin-bottom:20px}.sky-form footer{display:block;padding:15px 30px 25px;border-top:1px solid rgba(0,0,0,.1);background:rgba(248,248,248,.9)}.sky-form footer:after{content:'';display:table;clear:both}.sky-form a{color:#2da5da}.sky-form .label{display:block;margin-bottom:6px;line-height:19px;font-weight:400}.sky-form .label.col{margin:0;padding-top:10px}.sky-form .note{margin-top:6px;padding:0 1px;font-size:11px;line-height:15px;color:#999}.sky-form .input,.sky-form .select,.sky-form .textarea,.sky-form .radio,.sky-form .checkbox,.sky-form .toggle,.sky-form .button{position:relative;display:block}.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea{display:block;box-sizing:border-box;-moz-box-sizing:border-box;width:100%;height:39px;padding:.375rem .75rem;outline:none;border-top:none;border-right:none;border-left:none;border-bottom:1px solid #fff;border-radius:0;min-height:45px;background:transparent;font:15px/23px "Roboto";color:#fff;appearance:normal;-moz-appearance:none;-webkit-appearance:none}.sky-form .progress{float:right;margin-top:10px;line-height:39px;color:#232323}.sky-form button::-moz-focus-inner{padding:0;border:0}.sky-form .input-captcha img{position:absolute;top:2px;right:2px;border-left:1px solid #e5e5e5}.sky-form .textarea textarea{height:auto;resize:none}.sky-form .button{float:right;height:39px;overflow:hidden;margin:10px 0 0 20px;padding:0 25px;outline:none;border:0;font:300 15px/39px "Roboto";text-decoration:none;color:#fff;cursor:pointer}@-o-keyframes blink{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}@-ms-keyframes blink{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}@-moz-keyframes blink{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea,.sky-form .radio i,.sky-form .checkbox i,.sky-form .toggle i,.sky-form .icon-append,.sky-form .icon-prepend{border-color:#e5e5e5;-ms-transition:border-color 0.3s;-moz-transition:border-color 0.3s;-webkit-transition:border-color 0.3s}.sky-form .button{background-color:#2da5da;opacity:.8;-ms-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-webkit-transition:opacity 0.2s}.sky-form .input:hover input,.sky-form .select:hover select,.sky-form .textarea:hover textarea,.sky-form .radio:hover i,.sky-form .checkbox:hover i,.sky-form .toggle:hover i,.sky-form .ui-slider-handle:hover{border-color:#8dc9e5}.sky-form .rating input+label:hover,.sky-form .rating input+label:hover~label{color:#2da5da}.sky-form .button:hover{opacity:1}.sky-form .input input:focus,.sky-form .select select:focus,.sky-form .textarea textarea:focus,.sky-form .radio input:focus+i,.sky-form .checkbox input:focus+i,.sky-form .toggle input:focus+i{border-color:#2da5da}.sky-form .state-error input,.sky-form .state-error select,.sky-form .state-error select+i,.sky-form .state-error textarea,.sky-form .radio.state-error i,.sky-form .checkbox.state-error i,.sky-form .toggle.state-error i,.sky-form .toggle.state-error input:checked+i{border-bottom:1px solid #ee9393}.sky-form .state-error+em{display:block;margin-top:-30px;margin-bottom:10px;padding:0 1px;font-style:normal;font-size:11px;line-height:15px;color:#ee9393}.sky-form .rating.state-error+em{margin-top:-4px;margin-bottom:4px}.sky-form .state-success+em{display:block;margin-top:6px;padding:0 1px;font-style:normal;font-size:11px;line-height:15px;color:#ee9393}.sky-form .note-success{color:#6fb679}.sky-form .message{display:none;color:#fff}.sky-form .message i{display:block;margin:0 auto 20px;width:41px;height:41px;border:1px solid var(--bs-color-red);border-radius:50%;font-size:30px;line-height:42px}.sky-form.submited fieldset,.sky-form.submited footer{display:none}.sky-form.submited .message{display:block;padding:25px 30px;background:transparent;font:300 18px/27px "Roboto";text-align:center;color:var(--bs-color-red)}.sky-form.submited .message p{color:var(--bs-color-red)}.sky-form .label{border-radius:0;font-size:100%;text-align:left;white-space:normal;color:inherit}.sky-form .radio,.sky-form .checkbox{font-weight:400}.sky-form .radio+.radio,.sky-form .checkbox+.checkbox{margin-top:0}