* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.banner {
  padding: 5rem 10rem;
  min-height: 100vh;
  background: url("../img/banner-tudo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
}

.banner .content-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.banner .content-logo .logo {
  width: 25rem;
}

.banner .content-text {
  margin-top: 15rem;
}

.banner .content-text h2.titulo {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
}

.banner .content-text h3.subtitulo {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  color: #6e0c3b;
  font-family: "Poppins", sans-serif;
  font-size: 3.65rem;
  font-weight: 800;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0.5rem;
}

.banner .content-text p.texto {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
}

.banner .formulario {
  -webkit-box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(0, 0, 0, 0.25);
  background: #fff;
  position: fixed;
  top: 0;
  right: 5rem;
  padding: 1rem 3rem 3rem;
  z-index: 9;
  width: 25%;
}

.banner .formulario .titulo-form {
  margin-top: 6rem;
  text-align: center;
}

.banner .formulario .titulo-form h1 {
  color: #feb02f;
  text-align: center;
  font-weight: 900;
  font-size: 2.65rem;
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.banner .formulario .titulo-form h2 {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.banner .formulario .titulo-form h3 {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.banner .formulario form .campos {
  margin-top: 3rem;
}

.banner .formulario form .campos label {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #959991;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}

.banner .formulario form .campos input,
.banner .formulario form .campos select {
  display: block;
  width: 100%;
  border: none;
  background-color: #ededed;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 0.5rem;
  padding: 1rem;
}

.banner .formulario form .bt-section {
  margin-top: 2rem;
}

.banner .formulario form .bt-section button {
  width: 100%;
  border: none;
  background-color: #feb02f;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
}

.diferenciais {
  padding: 10rem;
}

.diferenciais h2.titulo {
  margin: 0;
  color: #6e0c3b;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.diferenciais h3.subtitulo {
  margin: 0;
  color: #6e0c3b;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.diferenciais .content-itens {
  display: block;
  margin-top: 8rem;
}

.diferenciais .content-itens .itens {
  display: block;
  text-align: center;
}

.diferenciais .content-itens .itens .icone {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  padding: 2.5rem;
  background-color: #6e0c3b;
  border-radius: 50%;
  text-align: center;
}

.diferenciais .content-itens .itens .icone img.svg {
  height: 5rem;
}

.diferenciais .content-itens .itens h4.texto {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.medicamentos {
  padding: 10rem;
  background-color: #f8f8f8;
}

.medicamentos h2.titulo {
  margin: 0;
  color: #feb02f;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.medicamentos .content-remedios {
  display: block;
  margin-top: 8rem;
}

.medicamentos .content-remedios .item {
  padding: 3rem 2rem;
  border: 3px solid #c6c6c6;
  border-radius: 1rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.medicamentos .content-remedios .item p.texto {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 1rem;
  color: #686868;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  border-top: 3px solid #feb02f;
}

.medicamentos .content-remedios .item .btn {
  display: inline-block;
  width: auto;
  border: none;
  margin-top: 1rem;
  background-color: #feb02f;
  color: #fff;
  padding: 0.25rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.medicamentos .content-remedios .item:hover {
  background-color: #fff;
}

.video {
  z-index: 999999999;
}

.video .youtube {
  width: 100%;
  min-height: 40rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}

.video .youtube iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.video .youtube img {
  width: 101%;
  top: -4%;
  left: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
}

.video .youtube .play-button {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  border-radius: 0%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.video .youtube .play-button .play {
  display: inline-block;
  margin: 0rem;
  color: #fff;
  font-size: 7rem;
  font-family: "American Captain";
  font-weight: normal;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.video .youtube .play-button img {
  display: inline-block;
  width: 13rem;
  height: 13rem;
  margin: 0 2rem;
  position: relative;
  top: 0;
  vertical-align: middle;
}

.video .youtube .play-button .subtexto {
  display: inline-block;
  margin: 0rem;
  color: #fff;
  font-size: 3rem;
  font-family: "American Captain";
  font-weight: normal;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.video .youtube .play-button .subtexto span {
  font-size: 4.5rem;
  font-family: "American Captain";
  font-weight: normal;
}

.espaco {
  padding: 8rem;
  min-height: auto;
  background-color: #feb02f;
  position: relative;
}

.espaco .titulo {
  margin: 0 0 5rem;
}

.espaco .titulo h1 {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
  text-align: center;
}

.espaco .galeria-espaco .item {
  margin: 0 0.5rem;
}

.espaco .galeria-espaco .item img {
  width: 100%;
}

.espaco .galeria-espaco ul.slick-dots {
  display: block;
  position: absolute;
  bottom: -20%;
  left: 40%;
  text-align: center;
  padding: 0;
  list-style: none;
}

.espaco .galeria-espaco ul.slick-dots li {
  display: inline-block;
  padding: 0 0.3125rem;
}

.espaco .galeria-espaco ul.slick-dots li button {
  display: block;
  width: 2.25rem;
  height: 1.5rem;
  font-size: 0;
  background: #fff;
  border: 0.1rem solid #fff;
  border-radius: 0.25rem;
}

.espaco .galeria-espaco ul.slick-dots li.slick-active button {
  background: #721e49;
  border: 0.1rem solid #721e49;
}

.depoimentos {
  padding: 8rem;
  min-height: 100vh;
  background-color: #f4f4f4;
  position: relative;
}

.depoimentos .titulo {
  margin: 0 0 5rem;
}

.depoimentos .titulo h1 {
  font-size: 5rem;
  font-family: "American Captain";
  color: #721e49;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  text-align: center;
}

.depoimentos .itens {
  margin: 5rem 0 0;
}

.depoimentos .itens .prev-arrow {
  position: absolute;
  top: 45%;
  left: -5%;
  z-index: 99;
}

.depoimentos .itens .prev-arrow img {
  width: 3rem;
  height: 3rem;
}

.depoimentos .itens .next-arrow {
  position: absolute;
  top: 45%;
  right: -5%;
  z-index: 99;
}

.depoimentos .itens .next-arrow img {
  width: 3rem;
  height: 3rem;
}

.depoimentos .itens .item-base {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.75rem;
  margin: 0 1rem;
}

.depoimentos .itens .item-base .item-interno {
  border: 0.15rem solid #989898;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  min-height: 25rem;
}

.depoimentos .itens .item-base .item-interno h1 {
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "American Captain";
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #721e49;
}

.depoimentos .itens .item-base .item-interno h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.depoimentos .itens .item-base .item-interno p {
  margin: 1rem 0 0;
  font-weight: 400;
  font-size: 1.15rem;
  text-align: justify;
  color: #000;
}

.depoimentos .itens .item-base .imgs-stars {
  margin: 1rem 0;
  display: block;
  text-align: center;
}

.depoimentos .itens .item-base .imgs-stars img {
  width: 35%;
  margin-left: 32.5%;
}

.quem {
  padding: 12rem 8rem;
  min-height: 100vh;
  background-color: #f4f4f4 !important;
  background: url("../img/banner-quemsomos.png");
  background-position-y: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  position: relative;
}

.quem .titulo h1 {
  font-size: 6rem;
  font-family: "American Captain";
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  text-align: center;
}

.quem .titulo p {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  text-align: center;
}

.quem .texto {
  margin: 5rem 0 0;
}

.quem .texto p {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}

.quem .imagens img {
  width: 100%;
  padding: 0 1rem;
  -webkit-filter: grayscale(100%);
}

.quem .imagens img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 1s;
  transition: 1s;
}

.localizacao {
  padding: 8rem;
  min-height: auto;
  background-color: #f4f4f4;
  position: relative;
}

.localizacao .titulo {
  margin: 0 0 5rem;
}

.localizacao .titulo h1 {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  color: #feb02f;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
  text-align: center;
}

.localizacao iframe {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}

.infinity-bar.orange .tickerwrapper,
.infinity-bar.orange .tickerwrapper2 {
  background-color: #feb02f;
}

.infinity-bar.orange ul.list li span {
  color: #721e49;
}

.infinity-bar.purple .tickerwrapper3 {
  background-color: #721e49;
}

.infinity-bar.purple ul.list li span {
  color: #feb02f;
}

.infinity-bar {
  text-transform: uppercase;
  font-weight: 900;
}

.infinity-bar .tickerwrapper,
.infinity-bar .tickerwrapper2,
.infinity-bar .tickerwrapper3 {
  position: relative;
  top: 0;
  left: 0;
  border: none;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.infinity-bar ul.list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.infinity-bar ul.list li {
  display: inline-block;
  padding-left: 1.25rem;
}

.infinity-bar ul.list li span {
  display: inline-block;
  padding: 1rem;
  font-weight: 700;
  font-size: 0.8rem;
}

.infinity-bar ul.list.cloned {
  position: absolute;
  top: 0;
  left: 0;
}

.cta {
  padding: 2rem;
  position: relative;
}

.cta h1 {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.cta p {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}

.cta a {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
}

.cta.camara {
  background: url("../img/banner-cta02.jpg");
}

.cta.camara h1 {
  color: #fff;
}

.cta.camara p {
  color: #fff;
}

.cta.camara a {
  color: #fff;
  background-color: #feb02f;
}

.cta.camara img {
  position: absolute;
  width: 17%;
  z-index: 9999;
  left: 2%;
  top: -5%;
}

.cta.atendimento {
  background: url("../img/banner-cta01.jpg");
  background-position-x: 25%;
}

.cta.atendimento h1 {
  color: #feb02f;
}

.cta.atendimento p {
  color: #feb02f;
}

.cta.atendimento a {
  color: #fff;
  background-color: #feb02f;
}

.cta.orcamento {
  background: url("../img/banner-cta03.jpg");
  background-position-x: 25%;
}

.cta.orcamento h1 {
  color: #fff;
}

.cta.orcamento p {
  color: #fff;
}

.cta.orcamento a {
  color: #fff;
  background-color: #721e49;
}

.barra-fixa {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  background: #feb02f;
  padding: 1rem;
  width: 100%;
  text-align: center;
}

.barra-fixa .row {
  margin-bottom: 0;
}

.barra-fixa .row span {
  color: #721e49;
  font-size: 0.75rem;
  font-weight: 300;
}

.barra-fixa .row .btn-barra {
  display: block;
  padding: 0.625rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #721e49;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.footer {
  padding: 1rem 3rem;
  background-color: #feb02f;
  position: relative;
  z-index: 12;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.footer a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}

.footer .item {
  padding: 2rem 0 0;
}

.section-obrigado {
  padding: 5rem;
  min-height: 100vh;
  background: url("../img/banner-obrigado.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.section-obrigado .logo img {
  width: 40%;
}

.section-obrigado h1 {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 900;
  margin: 5rem 0 0;
}

.section-obrigado h2 {
  display: block;
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.section-obrigado .btn-whatsapp {
  display: inline-block;
  margin-top: 1.875rem;
  padding: 0.9375rem 2.5rem;
  color: #feb02f;
  font-size: 1rem;
  font-weight: bold;
  background: #fff;
  border: none;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
}
/*# sourceMappingURL=app.css.map */