@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&family=Ysabeau+Office&display=swap");
html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 200px;
}

.basic, section.solution-every-space, .healthcare_banner {
  font-family: Roboto, roboto, sans-serif;
  font-weight: 400;
  color: #003057;
}
.basic p, section.solution-every-space p, .healthcare_banner p, .basic h1, section.solution-every-space h1, .healthcare_banner h1, .basic h2, section.solution-every-space h2, .healthcare_banner h2, .basic h3, section.solution-every-space h3, .healthcare_banner h3, .basic h4, section.solution-every-space h4, .healthcare_banner h4 {
  color: #003057;
}
.basic p, section.solution-every-space p, .healthcare_banner p {
  font-family: Roboto, roboto, sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.38px;
  font-weight: 400;
  color: #53565a;
}

.healthcare_banner .hub {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .healthcare_banner .hub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.healthcare_banner .hub h1 {
  font-family: Georgia, georgia, serif;
  color: #003057;
  font-size: 60px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .healthcare_banner .hub h1 {
    font-size: 52px;
    margin-bottom: 30px;
  }
}
.healthcare_banner .hub p {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
}
.healthcare_banner .hub .title-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .healthcare_banner .hub .title-area {
    width: 100%;
  }
}
.healthcare_banner .hub .links {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .healthcare_banner .hub .links {
    width: 100%;
  }
}
.healthcare_banner .hub .links ul {
  padding: 0;
  list-style: none;
}
.healthcare_banner .hub .links ul li a {
  padding: 24px 24px 0 0;
  color: #003057;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .healthcare_banner .hub .links ul li a {
    font-size: 18px;
  }
}
.healthcare_banner .hub .links ul li a:hover {
  color: #8e6f00;
  text-decoration: underline;
}
.healthcare_banner .hub .links ul li a::after {
  color: #003057;
  content: "→";
  font-size: 1em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 1.401em;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.healthcare_banner .hub-banner {
  width: 100%;
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .healthcare_banner .hub-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -20px;
  }
}
.healthcare_banner .hub-banner img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .healthcare_banner .hub-banner img {
    width: 300%;
  }
}

section.fixed_menu_section {
  padding: 60px;
}

.fixed-menu {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 1048;
  padding-top: 15px;
  -webkit-box-shadow: 0 1px 4px 0 hsla(0, 0%, 48.6%, 0.2);
          box-shadow: 0 1px 4px 0 hsla(0, 0%, 48.6%, 0.2);
  top: -200px;
  display: none;
  text-align: center;
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
}
.fixed-menu.active {
  top: 110px;
  display: block;
}
@media screen and (max-width: 768px) {
  .fixed-menu.active {
    display: none;
  }
}

.main-menu .container ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.main-menu .container ul li {
  margin-left: 50px;
  padding-bottom: 4px;
}
.main-menu .container ul li.active {
  color: #457eae;
  border-bottom: 3px solid rgba(0, 48, 87, 0.8);
}
.main-menu .container ul li:first-child {
  margin-left: 0;
}
.main-menu .container ul li a {
  padding-bottom: 5px;
  font-family: Roboto, roboto, sans-serif;
  font-size: 12px;
  color: #53565a;
}

h2 {
  color: #003057;
  font-family: Georgia Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
h2:after {
  margin-top: 20px;
  content: "";
  height: 2px;
  width: 45px;
  background-color: #003057;
  display: block;
  vertical-align: middle;
}

section.video {
  font-family: Roboto, roboto, sans-serif;
}
section.video .container {
  max-width: 900px;
}
section.video .video_area {
  margin: 0 auto;
}
section.video a.cta {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: 30px auto;
  border: 1px solid #6f5700;
  color: #6f5700;
  padding: 10px 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  cursor: pointer;
}

section.solution-every-space {
  font-family: Roboto, roboto, sans-serif;
}
section.solution-every-space .container {
  max-width: 900px;
}
section.solution-every-space .container p {
  margin-bottom: 30px;
}
section.solution-every-space .container iframe {
  border: none;
  min-height: 600px;
}

section.popular-collections {
  font-family: Roboto, roboto, sans-serif;
  margin-bottom: 60px;
}
section.popular-collections .collections-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.popular-collections .collections-cards .collection-card {
  width: 300px;
  margin: 0 20px;
}
section.popular-collections .collections-cards .collection-card a {
  border: none;
}
section.popular-collections .collections-cards .collection-card img {
  width: 100%;
}
section.popular-collections .collections-cards .collection-card .image_placeholder {
  width: 100%;
  height: 280px;
  background-color: lightgrey;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
section.popular-collections .collections-cards .collection-card .features {
  color: #727272;
  line-height: 17px;
  letter-spacing: 0.65px;
  margin: 10px 0 5px;
}
section.popular-collections .collections-cards .collection-card .features span {
  display: block;
}
section.popular-collections .collections-cards .collection-card h3 {
  color: #53565a;
  display: inline;
  font-size: 13px;
  text-align: left;
  font-weight: 500;
}
section.popular-collections .collections-cards .slick-arrow {
  background-color: transparent;
  border: none;
  font-size: 90px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  section.popular-collections .collections-cards .slick-arrow {
    font-size: 30px;
  }
}
section.popular-collections .edit-seta {
  padding: 15px;
  font-size: 30px;
  background: transparent;
  width: auto;
  min-width: auto;
  position: absolute;
  top: 35%;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 35px #000;
  opacity: 0.5;
  z-index: 1000000;
}
section.popular-collections button.close {
  padding: 15px;
  line-height: 30px;
  font-size: 45px;
  color: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 100000;
}
section.popular-collections #image-gallery #image-gallery-image, section.popular-collections .modal-obras #image-gallery-image {
  z-index: 10000;
  height: 78vh;
  max-height: 100vw;
  width: auto;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.popular-collections .modal-obras .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.popular-collections .modal-obras .modal-dialog {
  margin-top: 10px;
}

section.cards-section {
  font-family: Roboto, roboto, sans-serif;
  padding: 50px 0;
}
section.cards-section .default-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  section.cards-section .default-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.cards-section .default-cards .default-card {
  width: 32%;
  padding: 20px;
  border: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 3%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.cards-section .default-cards .default-card {
    width: 100%;
    margin-left: 0;
  }
}
section.cards-section .default-cards .default-card:first-child {
  margin-left: 0;
}
section.cards-section .default-cards .default-card img {
  width: 100%;
  margin-bottom: 30px;
}
section.cards-section .default-cards .default-card h3 {
  font-family: Georgia Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-size: 25px;
  line-height: 30px;
  color: #003057;
  font-weight: 400;
  margin: 0;
}
section.cards-section .default-cards .default-card p {
  font-size: 15px;
  line-height: 23px;
  color: #53565a;
  font-weight: 400;
  margin: 20px 0 0;
}
section.cards-section .default-cards .default-card a.cta {
  margin-top: 30px;
  display: block;
  letter-spacing: 0.65px;
  line-height: 17px;
  font-size: 13px;
  font-weight: 400;
  color: #8e6f00;
  text-transform: uppercase;
  text-decoration: none;
}
section.cards-section .default-cards .default-card a.cta:after {
  content: "→";
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin-left: 0.5rem;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
section.cards-section .default-cards .default-card.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.cards-section .default-cards .default-card.single img {
  width: 314px;
  margin-bottom: 0;
  margin-right: 30px;
}
section.cards-section .default-cards .default-card.single .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.healthcare-content {
  margin-bottom: 60px;
}
.healthcare-content p, .healthcare-content ul {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #003057;
  letter-spacing: initial;
}
.healthcare-content ul.tendencias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  list-style: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .healthcare-content ul.tendencias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: initial;
  }
}
.healthcare-content ul.tendencias li {
  background-color: #9AB0D2;
  width: 33.33%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .healthcare-content ul.tendencias li {
    width: 100%;
    min-height: 250px;
  }
}
.healthcare-content ul.tendencias li.promover {
  background-image: url("../../img/healthcare_lp/tendencias-promover.png");
}
.healthcare-content ul.tendencias li.reduzir {
  background-image: url("../../img/healthcare_lp/tendencias-reduzir.png");
}
.healthcare-content ul.tendencias li.acolher {
  background-image: url("../../img/healthcare_lp/quarto-de-hospital.png");
}
.healthcare-content ul.tendencias li.seguranca {
  background-image: url("../../img/healthcare_lp/sala-de-cirurgia.png");
}
.healthcare-content ul.tendencias li:hover {
  background-size: 110%;
  background-position: bottom;
}
.healthcare-content h3 {
  color: #003057;
  font-weight: bold;
  margin-bottom: 30px;
}
.healthcare-content .video-area {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.healthcare-content .video-area iframe {
  min-height: 300px;
  width: 100%;
}
.healthcare-content .video-area a.cta {
  margin-top: 60px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: 30px auto;
  border: 1px solid #6f5700;
  color: #6f5700;
  padding: 10px 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .healthcare-content .video-area a.cta {
    padding: 10px;
    text-align: center;
  }
}
.healthcare-content .comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.healthcare-content .comparison .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.healthcare-content .comparison .row .img {
  margin: 0 40px;
}
.healthcare-content .comparison .row .img img {
  margin-bottom: 30px;
  width: 350px;
}
.healthcare-content .comparison .row .img p {
  text-align: center;
}
.healthcare-content .dry-buffing-explanation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.healthcare-content .guide-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.healthcare-content .guide-table table {
  width: 40%;
  border: solid 1px;
  text-align: center;
}
.healthcare-content .guide-table table td {
  border: solid 1px;
  padding: 10px;
}
.healthcare-content .guide-table table thead {
  font-weight: bold;
}

section.form .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.form .form form {
  width: 600px;
}
section.form .form form .form-group label {
  font-weight: 300;
}
section.form .form form .form-group .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
section.form .form form .form-group .submit input[type=submit] {
  color: #fff;
  background-color: #001c47;
  border-color: #204d74;
  cursor: pointer;
  min-height: 40px;
  min-width: 200px;
  font-size: 14px;
  font-weight: 400;
}

section.cta {
  margin-bottom: 60px;
}
section.cta .container {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.cta .container h2 {
  margin-top: 0;
  color: #8e6f00;
  font-size: 28px;
  margin-bottom: 20px;
}
section.cta .container h2:after {
  content: none;
}
section.cta .container a {
  color: #fff;
  text-transform: uppercase;
  background-color: #8e6f00;
  display: block;
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  cursor: pointer;
}
section.cta .container a:hover {
  opacity: 0.5;
}

section.success-page {
  background-color: #003057;
  background-image: url("../../img/healthcare_lp/success_page.jpg");
  background-position: bottom;
  margin-bottom: -45px;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.success-page .message {
  background-color: #fff;
  padding: 60px;
}
section.success-page .message h1 {
  font-family: Georgia, georgia, serif;
  color: #003057;
  font-size: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
}
section.success-page .message p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
}