@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #434343;
}

a:hover {
  transition: 0.3s;
  text-decoration: none;
  color: red;
}

p {
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}

.row {
  margin-bottom: 0;
}

section {
  padding: 70px 0px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 50px 0px;
  }
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.125rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.475rem;
  }

  h2 {
    font-size: 1.9125rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.2375rem;
  }

  h5 {
    font-size: 1.08rem;
  }

  h6 {
    font-size: 1.0125rem;
  }

  p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .col-12.col-lg-6+.col-12.col-lg-6 {
    margin-top: 32px;
  }

  .col-12.col-lg-4+.col-12.col-lg-4 {
    margin-top: 32px;
  }
}

header#desktop {
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 999;
  background: transparent;
  top: 0;
}

header#desktop nav {
  background-color: revert;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 220px;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  z-index: 999;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header#desktop nav a.navbar-brand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

header#desktop nav a.navbar-brand img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

header#desktop nav .navbar-collapse {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* margin-left: 100px; */
  margin-left: 60px;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato ul li+li {
  margin-left: 16px;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a {
  text-decoration: none;
  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;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a i {
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a:hover i {
  color: #f1b40f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato a.botao-azul {
  margin-left: 36px;
  width: 175px;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato a.botao-azul span {
  font-weight: 400;
}

header#desktop nav .navbar-collapse div.redes_sociais_contato a.botao-azul:hover {
  background-position: 175px;
}

header#desktop nav .navbar-collapse ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao+li.opcao {
  margin-left: 20px;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao {
  padding: 0;
  margin: 0;
  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;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link {
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  background: transparent;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link span {
  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;
  line-height: normal;
  color: #ffffff;
  padding: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link:hover span {
  color: #f1b40f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#mobile {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 120px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  top: 0;
  background: transparent;
}

header#mobile div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 999;
}

header#mobile a.brand-logo {
  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;
  height: 80px;
}

header#mobile a.brand-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

header#mobile .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background: rgba(9, 110, 177, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 50px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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;
}

header#mobile .sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 32px;
  margin-left: 50px;
  color: #ffffffcc;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav .closebtn:hover {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav ul.opcoes {
  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;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  margin: 0;
}

header#mobile .sidenav ul.opcoes li+li {
  margin-top: 16px;
}

header#mobile .sidenav ul.opcoes li {
  padding: 0px 50px;
  background: transparent;
}

header#mobile .sidenav ul.opcoes li a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #ffffffcc;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav ul.opcoes li a.link:hover {
  background: transparent;
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav ul.redes_sociais_contato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding: 0px 50px;
  margin: 0;
  list-style: none;
  margin-top: 16px;
}

header#mobile .sidenav ul.redes_sociais_contato li+li {
  margin-left: 16px;
}

header#mobile .sidenav ul.redes_sociais_contato li a {
  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;
  margin: 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #ffffffcc;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#mobile .sidenav ul.redes_sociais_contato li a i {
  font-size: 24px;
}

header#mobile .sidenav ul.redes_sociais_contato li a strong {
  margin-left: 4px;
}

header#mobile .sidenav ul.redes_sociais_contato li a.botao-azul {
  width: 164px;
  height: 32px;
}

header#mobile .sidenav ul.redes_sociais_contato li a.botao-azul i {
  color: #ffffffcc;
  font-size: 16px;
}

header#mobile .sidenav ul.redes_sociais_contato li a.botao-azul:hover {
  background-position: 164px;
}

header#mobile a.sidenav-trigger {
  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;
  padding: 5px 12px;
  border-radius: 4px;
  text-decoration: none;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

header#mobile a.sidenav-trigger:hover {
  background: transparent;
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (min-width: 1280px) {
  header#mobile {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  header#desktop {
    display: none;
  }
}

.topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}

.topo h2 {
  color: #4c4e4d;
  margin-bottom: 8px;
  text-align: center;
}

.topo div.linha {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.topo div.linha .linha_1 {
  height: 4px;
  width: 64px;
  background: #ffd30b;
  margin-right: 6px;
}

.topo div.linha .linha_2 {
  height: 4px;
  width: 8px;
  background: #ffd30b;
}

a.botao-azul,
button.botao-azul {
  zoom: 0.9;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  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;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#096eb1), to(#5cc7d0));
  background: linear-gradient(to right, #096eb1, #5cc7d0);
  height: 48px;
  width: 344px;
  /* width: 360px; */
  padding: 8px 20px;
  border-radius: 4px;
  -webkit-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
}

a.botao-azul span,
button.botao-azul span {
  color: #ffffffee;
  font-size: 1rem;
}

a.botao-azul span strong,
button.botao-azul span strong {
  margin-left: 4px;
  color: #ffffff;
}

a.botao-azul svg,
button.botao-azul svg {
  width: 20px;
  fill: #fff;
  margin-right: 8px;
}

a.botao-azul img,
button.botao-azul img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}

a.botao-azul i,
button.botao-azul i {
  margin-right: 8px;
}

a.botao-azul:hover,
button.botao-azul:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-position: 360px;
  -webkit-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background-image: linear-gradient(to right, #fed310, #df860f);
}

a.botao-amarelo,
button.botao-amarelo {
  zoom: 0.9;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  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;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#fed310), to(#df860f));
  background-image: linear-gradient(to right, #fed310, #df860f);
  height: 48px;
  width: 344px;
  /* width: 360px; */
  padding: 8px 25px;
  border-radius: 4px;
  -webkit-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
}

a.botao-amarelo span,
button.botao-amarelo span {
  color: #ffffffee;
  /* text-transform: uppercase; */
  font-size: 1rem;
}

a.botao-amarelo span strong,
button.botao-amarelo span strong {
  margin-left: 4px;
  color: #ffffff;
}

a.botao-amarelo svg,
button.botao-amarelo svg {
  width: 20px;
  fill: #fff;
  margin-right: 8px;
}

a.botao-amarelo img,
button.botao-amarelo img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}

a.botao-amarelo i,
button.botao-amarelo i {
  margin-right: 8px;
}

a.botao-amarelo:hover,
button.botao-amarelo:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-position: 360px;
  -webkit-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
  background: -webkit-gradient(linear, left top, right top, from(#096eb1), to(#5cc7d0));
  background: linear-gradient(to right, #096eb1, #5cc7d0);
}

#principal {
  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;
  position: relative;
  padding: 50px 0;
  height: 95vh;
  /* margin-bottom: 100px; */
  margin-bottom: 30px;
  width: 100%;
}

/* SLIDE DESKTOP */
#slide-principal {
  height: 95vh;
  position: relative;
}
#slide-principal .owl-item {
  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;
  position: relative;
  z-index: 500;
  height: 95vh;
  width: 100%;
  margin: 0 auto;
}
#slide-principal .owl-item div.bg-img {
  position: absolute;
  top: 0;
  z-index: 500;
  /* background: url("../image/banner-topo.jpg") center no-repeat; */
  height: 95vh;
  width: 100%;
  background-size: cover;
}
#slide-principal .owl-item h1 {
  margin: 0 0 20px 0;
  color: #ffffff;
  position: relative;
  z-index: 600;
  line-height: 40px;
  font-size: 38px;
}
#slide-principal .owl-item p {
  margin: 15px 0;
  color: #ffffff;
  position: relative;
  z-index: 600;
}
#slide-principal .owl-item a.botao-amarelo {
  position: relative;
  z-index: 600;
  margin-top: 24px;
  width: fit-content;
}
#slide-principal .owl-item a.botao-amarelo img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
#slide-principal .owl-item a.botao-amarelo:hover {
  background-position: 360px;
}
#slide-principal .owl-dots {
  display: none;
}
#slide-principal .owl-nav {
  display: none;
}

/* SLIDE MOBILE */
#slide-principal-mobile {
  height: 422px;
  position: relative;
}
#slide-principal-mobile .owl-item {
  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;
  position: relative;
  z-index: 500;
  height: 422px;
  width: 100%;
  margin: 0 auto;
}
#slide-principal-mobile .owl-item div.bg-img {
  position: absolute;
  top: 0;
  z-index: 500;
  /* background: url("../image/banner-topo.jpg") center no-repeat; */
  height: 422px;
  width: 100%;
  background-size: contain !important;

}
#slide-principal-mobile .owl-item h1 {
  margin: 0 0 20px 0;
  color: #ffffff;
  position: relative;
  z-index: 600;
  line-height: 40px;
  font-size: 38px;
}
#slide-principal-mobile .owl-item p {
  margin: 15px 0;
  color: #ffffff;
  position: relative;
  z-index: 600;
}
#slide-principal-mobile .owl-item a.botao-amarelo {
  position: relative;
  z-index: 600;
  margin-top: 24px;
  width: fit-content;
}
#slide-principal-mobile .owl-item a.botao-amarelo img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
#slide-principal-mobile .owl-item a.botao-amarelo:hover {
  background-position: 360px;
}
#slide-principal-mobile .owl-dots {
  display: none;
}
#slide-principal-mobile .owl-nav {
  display: none;
}


a.seta#next,
a.seta#prev {
  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;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: 42px;
  height: 42px;
  margin: 5px 0px;
  position: absolute;
  z-index: 200;
  top: 47.5vh;
  text-decoration: none;
}

a.seta#next i,
a.seta#prev i {
  font-size: 24px;
  color: #ffffff;
}

a.seta#prev {
  left: 64px;
}

a.seta#next {
  right: 64px;
}

div.botao-flutuante {
  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;
  position: relative;
  background: transparent;
  z-index: 600;
  padding: 0;
  margin-top: -175px;
}

div.botao-flutuante a {
  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;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

div.botao-flutuante a .scroll-effect {
  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;
  margin: 0;
}

div.botao-flutuante a .scroll-effect .scroll-effect-arrows {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  margin-left: 1px;
}

div.botao-flutuante a:hover {
  background-position: 72px;
}

@media screen and (min-width: 1399px) {
  #principal {
    height: 80vh;
  }

  #principal #slide-principal {
    height: 80vh;
  }

  #principal #slide-principal .owl-item {
    height: 80vh;
  }

  #principal #slide-principal .owl-item div.bg-img {
    height: 80vh;
  }

  a.seta#next,
  a.seta#prev {
    /* top: 40vh; */
    top: 35vh;
  }

  div.botao-flutuante {
    margin-top: -160px;
  }
}

@media screen and (min-width: 1280px) {
  #slide-principal .owl-item .col-sm-12.col-lg-5 img {
    display: none;
  }
}

@media screen and (max-width: 1279px) {

  a.seta#next,
  a.seta#prev {
    display: none;
  }

  div.botao-flutuante {
    margin-top: -75px;
  }

  #principal {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    height: auto;
  }

  #slide-principal {
    padding: 0;
    height: auto;
  }

  #slide-principal .owl-item {
    height: auto;
  }

  #slide-principal .owl-item div.bg-img {
    background: url("../image/banner-topo-mobile.png") left center no-repeat;
    background-size: cover;
    top: 0;
    height: 100%;
  }

  #slide-principal .owl-item .col-sm-12.col-lg-7 {
    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;
    padding-top: 160px;
  }

  #slide-principal .owl-item .col-sm-12.col-lg-7 h1 {
    margin: 0;
  }

  #slide-principal .owl-item .col-sm-12.col-lg-7 h5 {
    margin-bottom: 0;
  }

  #slide-principal .owl-item .col-sm-12.col-lg-5 {
    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;
    margin-top: 16px;
  }

  #slide-principal .owl-item .col-sm-12.col-lg-5 img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 500;
  }
}

#quem_somos {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding-top: 20px 0 30px 0;
}

#quem_somos img.bg-direita {
  position: absolute;
  right: 0;
  bottom: -55%;
  width: 235px;
  height: auto;
  z-index: 600;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: -75px;
  margin-top: 100px;
}

#quem_somos .topo h2 {
  text-align: left;
}

#quem_somos .topo div.linha {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#quem_somos .col-12.col-lg-6 {
  position: relative;
  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;
}

#quem_somos img.selo-experiencia {
  position: absolute;
  bottom: -64px;
  right: 32px;
  z-index: 500;
}

#quem_somos h6 {
  color: #4c4e4d;
}

div.bg-acima img,
div.bg-abaixo img,
div.bg-acima-quem-somos img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#servicos {
  background: #f7f7f7;
}

#servicos h6 {
  color: #4c4e4d;
}

#servicos a.card.card-servico {
  border: none;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 32px;
  text-decoration: none;
  -webkit-box-shadow: 1px 2px 15px 5px #f9f9f9;
  box-shadow: 1px 2px 15px 5px #f9f9f9;
}
#servicos a.card.card-servico.card-servico-small {
  min-height: 118px;
}
@media(max-width:768px){
  #servicos a.card.card-servico.card-servico-small {
    min-height: initial;
    padding: 12px;
  }
  #servicos a.card.card-servico.card-servico-small .card-body{
    padding: 16px;
  }
}

#servicos a.card.card-servico div.card-header {
  background: transparent;
  border-radius: 8px 8px 0px 0px;
  border: none;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#servicos a.card.card-servico div.card-header img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#servicos a.card.card-servico div.card-body {
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  border: none;
  padding: 32px;
}

#servicos a.card.card-servico div.card-body h4 {
  /* text-transform: uppercase; */
  color: #444;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 22px;
}

#servicos a.card.card-servico div.card-body p {
  color: #919191;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 20px;
}
#servicos a.card.card-servico div.card-body p.apartir {
  padding: 5px;
  font-size: 16px;
  border: 1px solid #eda80f;
  border-radius: 4px;
  color: #eda80f;
  zoom: 0.9;
}
#servicos a.card.card-servico div.card-body p.apartir b {
  font-weight: 600;
}

#servicos a.card.card-servico div.card-body button.botao-amarelo {
  width: 200px;
  height: 28px;
  margin: 0 auto;
}

#servicos a.card.card-servico div.card-body button.botao-amarelo span {
  font-size: 16px;
  font-weight: 700;
}

#servicos a.card.card-servico div.card-footer {
  display: none;
}

#servicos a.card.card-servico:hover div.card-header img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#servicos a.card.card-servico:hover div.card-body button.botao-amarelo {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -webkit-gradient(linear, left top, right top, from(#096eb1), to(#5cc7d0));
  background: linear-gradient(to right, #096eb1, #5cc7d0);
  background-position: 200px;
}

#produtos {
  background: #f7f7f7;
  padding-top: 0;
}

#produtos h6 {
  color: #4c4e4d;
}

#produtos a.card.card-produto {
  border: none;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 32px;
  text-decoration: none;
  -webkit-box-shadow: 1px 2px 15px 5px #f9f9f9;
  box-shadow: 1px 2px 15px 5px #f9f9f9;
}

#produtos a.card.card-produto div.card-header {
  background: transparent;
  border-radius: 8px 8px 0px 0px;
  border: none;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#produtos a.card.card-produto div.card-header img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#produtos a.card.card-produto div.card-body {
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  border: none;
  padding: 12px 32px 32px 32px;
}

#produtos a.card.card-produto div.card-body h4 {
  color: #444;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 20px;
}

#produtos a.card.card-produto div.card-body p {
  color: #919191;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
}

#produtos a.card.card-produto div.card-body p small {
  margin-top: 5px;
  display: block;
}

#produtos a.card.card-produto div.card-body button.botao-amarelo {
  width: 200px;
  height: 28px;
  margin: 0 auto;
}

#produtos a.card.card-produto div.card-body button.botao-amarelo span {
  font-size: 0.9rem;
  font-weight: 700;
}

#produtos a.card.card-produto div.card-footer {
  display: none;
}

#produtos a.card.card-produto:hover div.card-header img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#produtos a.card.card-produto:hover div.card-body button.botao-amarelo {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -webkit-gradient(linear, left top, right top, from(#096eb1), to(#5cc7d0));
  background: linear-gradient(to right, #096eb1, #5cc7d0);
  background-position: 200px;
}

#produtos .slide-setas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

#produtos .slide-setas a.seta#prev-produto,
#produtos .slide-setas a.seta#next-produto {
  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;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 200;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#produtos .slide-setas a.seta#prev-produto i,
#produtos .slide-setas a.seta#next-produto i {
  font-size: 24px;
  color: #df860f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#produtos .slide-setas a.seta#prev-produto:hover,
#produtos .slide-setas a.seta#next-produto:hover {
  border-color: #0aaff5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#produtos .slide-setas a.seta#prev-produto:hover i,
#produtos .slide-setas a.seta#next-produto:hover i {
  color: #0aaff5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#produtos .slide-setas a.seta#prev-produto {
  left: -24px;
}

#produtos .slide-setas a.seta#next-produto {
  right: -24px;
}

#produtos .slide-setas #slide-produtos .owl-dots {
  display: none;
}

#produtos .slide-setas #slide-produtos .owl-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  #produtos a.card.card-produto div.card-body {
    padding: 16px;
  }

  #produtos a.card.card-produto div.card-body button.botao-amarelo {
    width: 125px;
  }

  #produtos a.card.card-produto:hover div.card-body button.botao-amarelo {
    background-position: 125px;
  }

  #produtos .slide-setas a.seta#prev-produto,
  #produtos .slide-setas a.seta#next-produto {
    display: none;
  }
}

#delivery {
  background: #fefefe;
  position: relative;
}

#delivery p {
  z-index: 9;
  color: white;
  text-align: center;
}

#delivery img.bg-esquerda {
  position: absolute;
  left: 0;
  top: -200px;
  width: 235px;
  height: auto;
  z-index: 600;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: -75px;
}

#delivery div.colunas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#delivery div.colunas img.bg {
  position: absolute;
  width: 100%;
  z-index: 0;
}

#delivery div.colunas .coluna1 {
  width: 400px;
}

#delivery div.colunas .coluna1 img {
  position: relative;
  z-index: 10;
  width: 400px;
  margin-left: 40px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media(max-width:768px){
  #delivery div.colunas .coluna1 img {
    margin: 0 !important;
  }
}

#delivery div.colunas .coluna2 {
  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;
  width: calc(100% - 400px);
  padding: 64px;
}

#delivery div.colunas .coluna2 img {
  /* width: 48px; */
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
}

#delivery div.colunas .coluna2 h2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}

#delivery div.colunas .coluna2 h5 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}

#delivery .delivery-planos {
  list-style: none;
  display: flex;
  z-index: 9;
  margin: 20px 0;
  grid-column-gap: 30px;
}
@media(max-width:768px){
  #delivery .delivery-planos {
    width: 100%;
    display: block;
  }
  #delivery .delivery-planos li {
    margin: 10px;
  }
  #delivery .delivery-planos-obs {
    padding: 0 !important;
  }
}

#delivery .delivery-planos li {
  border: 1px solid #ffed6e;
  border-radius: 10px;
  padding: 15px;
}
#delivery .delivery-planos .dp-title {
  margin-bottom: 18px;
}
#delivery .delivery-planos .dp-qtd {
  font-weight: 600;
  color: #ffed6e; 
}
#delivery .delivery-planos .dp-qtd strong {
  font-size: 40px;
  line-height: 0;
  margin-bottom: -5px;
}
#delivery .delivery-planos .dp-small {
  font-size: 12px;
  border-top: 1px solid #ffed6e;
  padding-top: 6px;
  margin-top: 6px;
}

#delivery .delivery-planos-obs {
  font-size: 12px;
    padding: 0 40px;
}

#delivery div.colunas .coluna2 a.botao-azul {
  position: absolute;
  z-index: 10;
  bottom: 14px;
  width: auto;
  padding: 0 30px;
}

#delivery div.colunas .coluna2 a.botao-azul img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  #delivery div.colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 32px;
  }

  #delivery div.colunas img.bg {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: absolute;
    height: 100%;
    width: 90%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
  }

  #delivery div.colunas .coluna1 {
    width: 100%;
  }

  #delivery div.colunas .coluna1 img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #delivery div.colunas .coluna2 {
    width: 100%;
  }

  #delivery div.colunas .coluna2 a.botao-azul {
    bottom: -24px;
  }
}

@media screen and (max-width: 1379px) {
  #quem_somos img.bg-direita {
    display: none;
  }

  #delivery img.bg-esquerda {
    display: none;
  }
}

#modal-como-ajudar .modal-content {
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 90vh;
}

#modal-como-ajudar .modal-content .modal-header {
  border: none;
  padding: 32px;
  padding-bottom: 0;
}

#modal-como-ajudar .modal-content .modal-header h5 {
  font-weight: 700;
  color: #4c4e4d;
}

#modal-como-ajudar .modal-content .modal-header button.close {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#modal-como-ajudar .modal-content .modal-header button.close span {
  color: #444444;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#modal-como-ajudar .modal-content .modal-header button.close:hover span {
  color: #4c4e4d;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#modal-como-ajudar .modal-content .modal-body {
  border: none;
  overflow-y: scroll;
  padding: 32px;
}

#modal-como-ajudar .modal-content .modal-body h6+h6 {
  margin-top: 16px;
}

#modal-como-ajudar .modal-content .modal-body h6 {
  font-weight: 400;
  line-height: 1.4;
  color: #444444;
}

#modal-como-ajudar .modal-content .modal-body::-webkit-scrollbar {
  width: 0;
}

#modal-como-ajudar .modal-content .modal-footer {
  display: none;
}

#slide-quem-somos .owl-item {
  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;
}

#slide-quem-somos .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#slide-quem-somos .owl-dots {
  display: none;
}

#slide-quem-somos .owl-nav {
  display: none;
}

#parceiros {
  background: #ffffff;
}

#parceiros h6 {
  color: #4c4e4d;
}

#slide-parceiros {
  width: 100%;
  margin: 0;
  padding: 0;
}

#slide-parceiros .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
}

#slide-parceiros .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#slide-parceiros .owl-dots {
  display: none;
}

#slide-parceiros .owl-nav {
  display: none;
}

#especialidades {
  background: url("../image/banner-especialidades.jpg") center no-repeat;
  background-size: cover;
}

#especialidades .grid-especialidades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#especialidades .grid-especialidades .especialidade {
  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;
  width: 150px;
  height: 200px;
  background: transparent;
  position: relative;
  padding: 16px 0;
}

#especialidades .grid-especialidades .especialidade div.rodape {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  background: #ffd30e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#especialidades .grid-especialidades .especialidade img {
  /* height: 64px; */
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 16px;
}

#especialidades .grid-especialidades .especialidade p {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
}

#especialidades .grid-especialidades .especialidade:hover div.rodape {
  height: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#especialidades .grid-especialidades-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  #especialidades {
    padding-top: 36px;
  }

  #especialidades .grid-especialidades {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #especialidades .grid-especialidades .especialidade {
    margin: 0 auto;
  }

  #especialidades .grid-especialidades .especialidade:last-child {
    /* display: none; */
  }

  #especialidades .grid-especialidades-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }

  #especialidades .grid-especialidades-2 .especialidade {
    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;
    width: 150px;
    height: 200px;
    background: transparent;
    position: relative;
    padding: 16px 0;
  }

  #especialidades .grid-especialidades-2 .especialidade div.rodape {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background: #ffd30e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #especialidades .grid-especialidades-2 .especialidade img {
    height: 64px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 16px;
  }

  #especialidades .grid-especialidades-2 .especialidade p {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }

  #especialidades .grid-especialidades-2 .especialidade:hover div.rodape {
    height: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

#contato {
  position: relative;
  background: #ffffff;
}

#contato h6 {
  color: #4c4e4d;
}

#contato .col-12.col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#contato ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#contato ul li img {
  /* height: 22px; */
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}

#contato ul li h5 {
  text-align: center;
  color: #4c4e4d;
  line-height: 1.4;
  margin-bottom: 32px;
}

#contato form {
  padding: 48px 36px;
  border-radius: 4px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contato form .form-group {
  position: relative;
  padding: 0 8px;
  margin-bottom: 24px;
}

#contato form .form-group label {
  position: absolute;
  top: -12px;
  margin-left: 12px;
  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;
  text-align: center;
  height: 24px;
  font-size: 13px;
  font-weight: 500;
  background: rgb(241,241,241);
  background: linear-gradient(190deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
  color: #444444;
  padding: 2px 4px;
}

#contato form .form-group label.error {
  color: red;
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 10px;
  background: transparent;
}

#contato form .form-group input,
#contato form .form-group select {
  height: 48px;
}

#contato form .form-group input,
#contato form .form-group textarea,
#contato form .form-group select {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #4c4e4d;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contato form .form-group textarea {
  padding-top: 12px;
}

#contato form .form-group button.botao-amarelo {
  margin: 0 auto;
  /* width: 360px; */
  width: auto;
  padding: 0 30px;
}

#contato form .form-group button.botao-amarelo span {
  text-transform: none;
}

#contato form .form-group button.botao-amarelo span strong {
  margin-left: 0;
}

#contato form .form-group button.botao-amarelo:hover {
  background-position: 360px;
}

#contato form .form-group:last-child {
  margin-bottom: 0;
}

#contato div.mapa {
  position: relative;
  height: 638px;
  /* height: 100%; */
  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;
}
@media(max-width:768px){
  #contato div.mapa {
    height: 450px;
  }
}

#contato div.mapa iframe {
  width: 100%;
  height: 100%;
}

#contato div.mapa img {
  position: absolute;
  z-index: 400;
  margin-bottom: 40px;
  width: 175px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  #contato div.mapa iframe {
    height: 50vh;
  }
}

#instagram .container-fluid {
  padding: 0;
  position: relative;
}

#instagram .container-fluid .texto-topo {
  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;
}

#instagram .container-fluid .texto-topo img {
  width: 28px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}

#instagram .container-fluid .texto-topo h2 a {
  text-decoration: none;
  color: #0aaff5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#instagram .container-fluid .texto-topo h2 a:hover {
  color: #f1b40f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#instagram .container-fluid #slide-instagram .owl-item {
  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;
}

#instagram .container-fluid #slide-instagram .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#instagram .container-fluid #slide-instagram .owl-dots {
  display: none;
}

#instagram .container-fluid #slide-instagram .owl-nav {
  display: none;
}

#scroll-top {
  position: fixed;
  z-index: 999;
  left: 30px;
  bottom: 30px;
}

#scroll-top a.botao-azul {
  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;
  width: 32px;
  height: 32px;
  padding: 0;
}

#scroll-top a.botao-azul i {
  margin: 0;
}

#scroll-top a.botao-azul:hover {
  background-position: 32px;
}

footer {
  background: #ffffff;
  padding: 70px 0;
}

footer img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

footer .col-sm-12.col-lg-2,
footer .col-sm-12.col-lg-3,
footer .col-sm-12.col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .onde-estamos h6,
footer .fale-conosco h6,
footer .redes-sociais h6 {
  color: #4c4e4d;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

footer .onde-estamos span,
footer .fale-conosco span,
footer .redes-sociais span {
  display: block;
  width: 48px;
  height: 2px;
  background: #ffd30b;
  margin-bottom: 16px;
}

footer .onde-estamos ul,
footer .fale-conosco ul,
footer .redes-sociais ul {
  list-style: none;
  margin: 0;
}

footer .onde-estamos ul li+li,
footer .fale-conosco ul li+li,
footer .redes-sociais ul li+li {
  margin-top: 8px;
}

footer .onde-estamos ul li p,
footer .fale-conosco ul li p,
footer .redes-sociais ul li p {
  color: #4c4e4d;
}

footer .onde-estamos ul.pagamento,
footer .fale-conosco ul.pagamento,
footer .redes-sociais ul.pagamento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

footer .onde-estamos ul.pagamento li+li,
footer .fale-conosco ul.pagamento li+li,
footer .redes-sociais ul.pagamento li+li {
  margin-top: 0;
  margin-left: 4px;
}

footer .onde-estamos ul.pagamento li,
footer .fale-conosco ul.pagamento li,
footer .redes-sociais ul.pagamento li {
  width: 100%;
}

footer .onde-estamos ul.pagamento li a,
footer .fale-conosco ul.pagamento li a,
footer .redes-sociais ul.pagamento li a {
  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;
  border-radius: 4px;
}

footer .onde-estamos ul.pagamento li a img,
footer .fale-conosco ul.pagamento li a img,
footer .redes-sociais ul.pagamento li a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

footer .redes-sociais ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .redes-sociais ul li+li {
  margin-top: 0;
  margin-left: 8px;
}

footer .redes-sociais ul li a {
  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;
  font-size: 24px;
  color: #0d6db4;
  transition: 0.3s;
}
footer .redes-sociais ul li a:hover {
  text-decoration: none;
  color: #5cc6d0;
  transition: 0.3s;
}

footer .redes-sociais ul li a img {
  width: 28px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#assinatura {
  background: #ffffff;
}

#assinatura .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #4c4e4d20;
}

#assinatura p {
  color: #4c4e4d;
  font-weight: 500;
  font-size: 12px;
}

#assinatura img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {

  footer .col-sm-12.col-lg-2,
  footer .col-sm-12.col-lg-3,
  footer .col-sm-12.col-lg-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  footer .col-sm-12+.col-sm-12 {
    margin-top: 32px;
  }

  footer img {
    height: 90px;
  }

  #assinatura .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #assinatura img {
    margin-top: 8px;
  }
}


.contato-formulario i,
.contato-mapa i{
  font-size: 18px;
  margin-right: 2px;
}
.contato-formulario i.fas {
  color: #0468b0;
}
.contato-mapa i.fas {
  color: #ee3840;
}



.onde-estamos a {
  color: #434343;
}
.onde-estamos a:hover {
  color: #0d6db4;
}
.onde-estamos i {
  font-size: 14px;
  color: #0d6db4;
  margin-right: 2px;
}




#principal #slide-principal .owl-carousel .owl-stage,
#principal #slide-principal .owl-item,
#principal #slide-principal .item .bg-img {
  height: 813px !important;
}
.botao-flutuante {
  margin-top: -120px !important;
}





/* ========== MOBILE ========== */
@media(max-width:768px){

  header#mobile .sidenav ul.opcoes li a.link,
  header#mobile .sidenav ul.redes_sociais_contato li a strong {
    font-size: 20px;
  }
  header#mobile .sidenav ul.redes_sociais_contato {
    margin-top: 25px;
  }
  header#mobile .sidenav ul.redes_sociais_contato li a.botao-azul {
    width: 214px;
    height: 52px;
  }
  header#mobile a.brand-logo img {
    display: none;
  }
  header#mobile a.brand-logo {
    background: url(../image/logo-white.png);
    height: 110px;
    width: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  #slide-principal .item {
    height: 580px;
  }
  #slide-principal .owl-item h1 {
    margin-top: 140px;
  }
  #slide-principal .owl-item p {
    font-size: 18px;
  }
  #slide-principal .owl-item div.bg-img {
    background-position-x: left !important;
  }
  #principal #slide-principal .owl-carousel .owl-stage,
  #principal #slide-principal .owl-item,
  #principal #slide-principal .item .bg-img {
    height: 590px !important;
  }

  a.botao-amarelo span, button.botao-amarelo span,
  a.botao-azul span strong, button.botao-azul span strong {
    font-size: 18px;
  }

  .bg-abaixo {
    margin-top: -5px;
  }

  #especialidades {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position-x: -4050px;
  }
  #especialidades .grid-especialidades .especialidade {
    height: initial;
    padding: 5px 0;
  }
  #especialidades .grid-especialidades .especialidade p {
    font-size: 16px;
  }
  #especialidades .grid-especialidades .especialidade div.rodape {
    display: none;
  }

  #contato form {
    padding: 36px 26px;
  }
  #contato form .form-group label {
    font-size: 14px;
  }
  #contato .contato-descricao br {
    display: none;
  }

  footer {
    padding: 10px 0 30px;
  }
  footer img {
    display: none;
  }
  #assinatura p {
    margin-bottom: 10px;
  }
  #assinatura .container {
    padding-bottom: 120px;
  }

  #scroll-top {
    left: 15px;
    bottom: 45px;
  }



}

.modal .modal-header {
  background: linear-gradient(to right, #096eb1, #5cc7d0);
  color: white;
  border-bottom: 0;
}
.modal .modal-body p {
  margin-bottom: 20px;
}
.modal .modal-footer {
  justify-content: flex-start;
  padding: 15px 0 10px 0;
}
.modal .modal-footer a.botao-amarelo {
  width: 100%;
}


/* PLANOS */
#planos-mensais {
  background: #f7f7f7;
  padding-top: 40px;
}
#planos-mensais h4 {
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 18px;
    min-height: 63px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}
#planos-mensais .plano01,
#planos-mensais .plano02,
#planos-mensais .plano03 {
    border: 1px solid;
    border-radius: 8px;
}
#planos-mensais .plano01 {
    border-color: #01b15b;
    background-color: #01b15b14;
}
#planos-mensais .plano02 {
    border-color: #0367b0;
    background-color: #0367b014;
}
#planos-mensais .plano03 {
    border-color: #d53e42;
    background-color: #d53e4214;
}
#planos-mensais .plano01>h4 {
    background-color: #01b15b;
}
#planos-mensais .plano02>h4 {
    background-color: #0367b0;
}
#planos-mensais .plano03>h4 {
    background-color: #d53e42;
}
#planos-mensais .table-planos {
  border-collapse:collapse;
  border-spacing:0;
  text-align:center;
  font-family:Arial, sans-serif;
  font-size:14px;
  width: 100%;
}
#planos-mensais .table-planos td {
  width: 50%;
  font-family:Arial, sans-serif;
  font-size:14px;
  overflow:hidden;
  padding:5px 5px;
  word-break:normal;
  border-top: 1px solid #e1e1e1;
}
#planos-mensais .table-planos th {
  font-weight:600;
  overflow:hidden;
  word-break:normal;
}
#planos-mensais .planos-obs {
  line-height: 20px;
  text-align: center;
  margin: 5px 0 15px 0;
  min-height: 105px;
}



/* SLIDE - DESKTOP E MOBILE */
@media(max-width:768px){
  #slide-principal {
    display: none;
  }
  #slide-principal-mobile {
    display: block;
  }
}
@media(min-width:769px){
  #slide-principal {
    display: block;
  }
  #slide-principal-mobile {
    display: none;
  }
}

