@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

/* Barra de rolagem personalizada */
body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: white;
}

body::-webkit-scrollbar-thumb {
  background-color: #8AD7E5;
  border-radius: 20px;
  border: 3px solid #8AD7E5;
}

/* Estilos globais */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Tipografia */
h2 {
  font-size: 36px;
}

p,
li,
a {
  font-size: 20px;
  font-weight: 400;
}

/* Classes de utilitários */
.fonte-bold {
  font-weight: bold;
}

.fonte-white {
  color: white;
}

.fonte-marrom {
  color: #94533A;
}

/* Media Query */
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

/* Classes de posicionamento */
.no-padding {
  padding: 0;
  margin: 0;
}

.centraliza {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.centraliza-desk-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ---------- ctas --- -*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  color: white;
  transform: translateY(-50%);
  border: 2px solid #3AB6FD;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 50px;
  background: #3AB6FD;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin: 30px 10px 0px 10px;
}

.owl-nav {
  text-align: center;
}

.owl-dots {
  display: none;
}

.owl-prev span {
  position: relative;
  top: -10px;
}

.owl-next span {
  top: -10px;
  position: relative;
}

@media(max-width: 474.99px) {
  .botao-fixo-rodape-1 {
    position: fixed;
    bottom: -33px;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }

  .botao-fixo-rodape-2 {
    position: fixed;
    bottom: 5px;
    width: 100%;
    height: 70px;
    z-index: 9997;
  }

  .img-rodape-2 {
    width: 10%;
  }

  .img-rodape-1 {
    width: 10%;
  }
}

@media(min-width:475px) and (max-width: 700.99px) {
  .botao-fixo-rodape-1 {
    position: fixed;
    bottom: -33px;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }

  .botao-fixo-rodape-2 {
    position: fixed;
    bottom: 5px;
    width: 100%;
    height: 70px;
    z-index: 9997;
  }

  .img-rodape-2 {
    width: 10%;
  }

  .img-rodape-1 {
    width: 10%;
  }
}

@media(min-width:701px) and (max-width: 10000px) {
  .botao-fixo-rodape-1 {
    position: fixed;
    bottom: -33px;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }

  .botao-fixo-rodape-2 {
    position: fixed;
    bottom: 5px;
    width: 100%;
    height: 70px;
    z-index: 999;
  }

  .img-rodape-2 {
    width: 7%;
  }

  .img-rodape-1 {
    width: 7%;
  }
}

.botao-wpp-flutuante {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

.botao-wpp-flutuante:hover {
  color: white;
  background-color: #007bff;
  transition: 0.4S;
}

/* ----------------- INICIO ------------------- */
.bg-inicio {
  background-image: url(/wp-content/themes/mobilease/img/full-banner-inicio.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  padding: 100px 0px;
}

.bg-inicio h1 {
  color: #8AD7E5;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 118.5%;
  margin: 34px 0px;
}

.bg-inicio hr {
  background: #3B3B3B;
  position: relative;
  width: 195px;
  height: 3px;
  left: 39%;
  top: -46px;
}

.bg-inicio h2 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.4%;
  /* 35.392px */
}

.bg-inicio a {
  border-radius: 90px;
  background: #EAA15E;
  padding: 12px 15px 15px 35px;
  border: 1px solid #EAA15E;
  color: white;
  font-size: 20px;
  width: 385px;
  display: block;
  text-decoration: none;
  position: relative;
  margin-top: 40px;
  font-weight: 600;
}

.bg-inicio a:hover {
  background-color: white;
  color: white;
  font-weight: bold;
  transition: 0.8S;
  border: 1px solid white;
}

.bg-inicio a::after {
  background-color: #007bff;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(0deg);
  transform-origin: left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.bg-inicio a:hover::after {
  transform: translate(0, 0);
}

.bg-inicio a:hover {
  border: 2px solid transparent;
  color: white;
  transform: scale(1.05);
  will-change: transform;
}

.bg-inicio a i {
  position: absolute;
  right: 3%;
  top: 13%;
  font-weight: 400;
  background-color: white;
  color: #1BB518;
  font-size: 20pt;
  border-radius: 20px;
  padding: 8px;
}

/* --------- PARTE 2 -------- */
.bg-parte-2 {
  padding: 80px 0px 120px 0px;
}

.bg-parte-2 h2 {
  color: #033272;
  font-style: normal;
  margin-bottom: 89px;
  font-weight: 700;
  line-height: 118.5%;
  /* 42.66px */
}

.bg-parte-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg-parte-2 ul li span {
  color: white;
  font-weight: 400;
}

.bg-parte-2 .seta-ul-parte-2 {
  color: #8AD7E5;
  padding-right: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
  /* 38.4px */
}

.accordion-menu {
  width: 400px;
}

.list-group-item.active {
  cursor: pointer;
  padding: 20px;
  border-radius: 10px;
  background: #033B8A;
  color: white;
  margin-bottom: 25px;
}

.list-group-item {
  cursor: pointer;
  padding: 20px;
  border-radius: 10px;
  background: #E6ECF4;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}

.list-group-item img {
  position: absolute;
  right: -5px;
  border-radius: 0px 10px 10px 0px;
  background: #8AD7E5;
  padding: 18px;
  top: -2px;
}

.list-group-item:hover {
  background: #033B8A;
  color: white;
  transition: 0.5S;
}

.collapse {
  position: absolute;
  top: 5%;
  left: 90%;
  width: 100%;
  height: auto;
  padding: 20px;
  padding-left: 40px;
  border-radius: 10px;
  background: #033B8A;
  color: white;
  border-bottom: 18px solid #8AD7E5;
  ;
  transition: left 0.1s ease-in-out;
}

.collapse.show {
  border-radius: 10px;
  border-bottom: 18px solid #8AD7E5;
  color: white;
}

.collapsing {
  border: 1px solid white;
  position: absolute;
  top: 27%;
  left: 36%;
  transition: left 0.1s ease-in-out;
  width: 0;
  height: 200px;
}

.content-area {
  margin-left: 220px;
}

/* ------- PARTE 3----*/
.bg-parte-3 {
  background-image: url(/wp-content/themes/mobilease/img/bg-parte-3.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 80px 0px 120px 0px;
  color: white;
}

.bg-parte-3 h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 700;
}

.bg-parte-3 img {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.bg-parte-3 .col-lg-1 {
  padding-left: 0;
}

.alinha-esquerda {
  position: absolute;
  left: 0;
}

.bg-parte-3-cyan {
  background: #8AD7E5;
  padding: 25px 0px;
}

.bg-parte-3-cyan h3 {
  color: #033B8A;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.5%;
  /* 33.18px */
}

/* ---------PARTE 4----*/
.bg-parte-4 {
  padding: 80px 0px;
}

.bg-parte-4 h2 {
  color: #033B8A;
  font-style: normal;
  font-weight: 700;
  margin-top: 52px;
  margin-bottom: 47px;
  line-height: 118.5%;
  /* 42.66px */
}

.bg-parte-4 p {
  width: 82%;
}

.bg-parte-4 .borda-parte-4 {
  border-radius: 10px;
  display: flex;
  margin-bottom: 10px;
  background: #F5F6FA;
}

.bg-parte-4 .borda-parte-4 h3 {
  color: #3F3F3F;
  font-size: 20px;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  margin-bottom: 0;
}

.bg-parte-4 .borda-parte-4 img {
  border-radius: 10px;
  margin-right: 30px;
  background: #8AD7E5;
  width: 105px;
  height: 105px;
  padding: 20px;
}

.borda-blue-parte-4 {
  border-radius: 10px;
  padding: 50px 80px;
  color: white;
  text-align: center;
  background: #033B8A;
  margin-top: 40px;
  border-bottom: 19px solid #8AD7E5;
}

.borda-blue-parte-4 p {
  width: 100%;
}

/* ------ PARTE 5----*/
.bg-parte-5 {
  padding: 80px 0px 40px 0px;
}

.bg-parte-5 h2 {
  color: #033B8A;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 42.66px */
  margin-bottom: 28px;
}

.bg-parte-5 .imagem-absoluta {
  position: absolute;
  left: 0;
  padding: 0;
  bottom: 0;
  z-index: 0;
}

/* ------ PARTE 6----*/
.bg-parte-6 {
  background-image: url(/wp-content/themes/mobilease/img/bg-parte-6.png);
  background-color: #033B8A;
  background-position-x: 0%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding: 150px 0px;
  color: white;
}

.bg-parte-6 h2 {
  color: white;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 42.66px */
  color: white;
  margin-bottom: 28px;
}

.borda-h3-parte-6 {
  position: absolute;
  right: 0;
  padding: 50px;
  border-radius: 10px 0px 0px 10px;
  background: #8AD7E5;
  width: 50%;
}

.borda-h3-parte-6 h3 span {
  display: block;
}

.borda-h3-parte-6 h3 {
  color: #033B8A;
  font-size: 40px;
  font-style: normal;
  overflow-y: hidden;
  font-weight: 400;
  line-height: 118.5%;
  /* 47.4px */
}

/* ------ PARTE 7----*/
.bg-parte-7 {
  padding: 80px 0px;
}

.bg-parte-7 h2 {
  color: #033B8A;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 42.66px */
  margin-bottom: 28px;
}

.bg-parte-7 p {
  margin: 8px 0px 41px 0px;
}

.bg-parte-7 .col-lg-3 {
  position: relative;
}

.bg-parte-7 img {
  border-radius: 10px;
  /*margin-top: 60px; */
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.bg-parte-7 h3 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  position: absolute;
  top: 60%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}

.bg-parte-7 .h3-radiculopatia {
  top: 60%;
  width: 100%;
}

/* ------ PARTE 8----*/
.bg-parte-8 {
  padding: 50px 0px;
  background: #033B8A;
}

.bg-parte-8 h2 {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 44.8px */
}

/* ------ PARTE 9 ----*/
.bg-parte-9 {
  background-image: url(/wp-content/themes/mobilease/img/bg-parte-9.png);
  background-position-x: 0%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  color: white;
}

.bg-parte-9 h2 {
  margin-top: 150px;
  color: #033B8A;
  font-style: normal;
  font-weight: 400;
  line-height: 118.5%;
  /* 42.66px */
}

/* ---- Parte 10 ----*/
.bg-parte-10 h2 {
  color: #033B8A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 50px;
  line-height: 160%;
  /* 32px */
}

.bg-parte-10 h3 {
  color: #3F3F3F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.borda-doutores {
  border-radius: 10px;
  padding: 17px;
  margin-top: -30px;
  background: #F5F6FA;
}

.borda-doutores img {
  margin-top: -60px;
}

/* -- Parte 11 ----*/
.bg-parte-11 {
  padding: 70px 0px;
}

.bg-parte-11 h2 {
  color: #033B8A;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 42.66px */
}

.bg-parte-11 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg-parte-11 li span {
  color: #033B8A;
  font-size: 30px;
  padding-right: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
}

/* -- Parte 12 ----*/
.bg-parte-12 img {
  position: absolute;
  left: 0;
  width: 48%;
  border-radius: 0px 10px 10px 0px;
  border-bottom: 16px solid #8AD7E5;
  height: 700px;
}

.fundo-azul {
  color: white;
  position: relative;
  padding: 60px 120px 60px 30px;
}

.fundo-azul h3 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 42.66px */
}

.borda-clara {
  border-radius: 10px 0px 0px 10px;
  background: #F5F6FA;
  margin-top: 25px;
  padding: 20px 0px 30px 35px;
  width: 50%;
  position: absolute;
  right: 0;
}

.bg-parte-12 .fundo-azul li {
  color: white;
}

.bg-parte-12 .fundo-azul ul {
  margin-bottom: 60px;
}

.bg-parte-12 h2 {
  color: #033B8A;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 42.66px */
}

.bg-parte-12 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg-parte-12 li {
  color: #000;
}

.bg-parte-12 li span {
  color: #8AD7E5;
  font-size: 30px;
  padding-right: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
}

.borda-clara ul {
  width: 50%;
}

/* -- Parte 13 ----*/
.bg-parte-13 {
  padding: 130px 0px 60px 0px;
}

.bg-parte-13 h2 {
  color: #033B8A;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 47.4px */
}

.bg-parte-13 span {
  color: #033B8A;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 151.68px */
  position: relative;
  top: -19px;
  padding-right: 10px;
}

/* -- Parte 14 ----*/
.bg-parte-14 {
  margin: 20px auto 80px auto;
  padding: 0px 0px 0px 70px;
  color: white;
  border-radius: 10px;
  background: #033B8A;
  border-bottom: 20px solid #8AD7E5;
}

.bg-parte-14 img {
  border-radius: 10px;
  margin-bottom: -20px;
}

.bg-parte-14 h2 {
  margin-top: 150px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 47.4px */
}

.bg-parte-14 a {
  border-radius: 90px;
  background: #EAA15E;
  padding: 12px 15px 15px 35px;
  border: 1px solid #EAA15E;
  color: white;
  font-size: 20px;
  width: 400px;
  display: block;
  text-decoration: none;
  position: relative;
  margin-top: 40px;
  font-weight: 600;
}

.bg-parte-14 a:hover {
  background-color: #25d366;
  color: white;
  font-weight: bold;
  transition: 0.8S;
  border: 1px solid #25d366;
}

.bg-parte-14 a i {
  position: absolute;
  right: 3%;
  top: 13%;
  font-weight: 400;
  background-color: white;
  color: #1BB518;
  font-size: 20pt;
  border-radius: 20px;
  padding: 8px;
}

/*---- Parte 15 ---*/
.bg-parte-15 {
  background-image: url(/wp-content/themes/mobilease/img/bg-parte-15.png);
  background-position-x: 0%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  margin-top: 320px;
  padding: 0px 0px 120px 0px;
}

.bg-parte-15 .col-lg-12 {
  margin-top: -270px;
}

.bg-parte-15 h2 {
  color: #074E86;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%;
  /* 42.66px */
  margin-bottom: 50px;
}

.bg-parte-15 iframe {
  width: 750px;
  height: 375px;
  border-radius: 10px;
}

.bg-parte-15 a {
  margin: 0 auto;
  border-radius: 90px;
  background: #EAA15E;
  padding: 12px 15px 15px 35px;
  border: 1px solid #EAA15E;
  color: white;
  font-size: 22px;
  width: 260px;
  display: block;
  text-decoration: none;
  position: relative;
  margin-top: 55px;
  font-weight: 600;
  text-align: left;
}

.bg-parte-15 a:hover {
  background-color: white;
  color: white;
  font-weight: bold;
  transition: 0.8S;
  border: 1px solid white;
}

.bg-parte-15 a::after {
  background-color: #007bff;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(0deg);
  transform-origin: left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.bg-parte-15 a:hover::after {
  transform: translate(0, 0);
}

.bg-parte-15 a:hover {
  border: 2px solid transparent;
  color: white;
  transform: scale(1.05);
  will-change: transform;
}

.bg-parte-15 a i {
  position: absolute;
  right: 3%;
  top: 13%;
  font-weight: 400;
  background-color: white;
  color: #1BB518;
  font-size: 20pt;
  border-radius: 20px;
  padding: 8px;
}

/* ---------FOOTER ----------*/
.bg-footer {
  background: #033B8A;
  padding: 50px 0px;
  color: white;
  text-decoration: none;
}

.bg-footer a {
  text-decoration: none;
}

.bg-footer a h3 {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}

.bg-footer a h3 span {
  padding-bottom: 15px;
}

.bg-footer-2 {
  background: #2E2E2E;
  padding: 50px;
  color: white;
}

.bg-footer-2 h3 {
  font-size: 20px;
  font-weight: 400;
}

.bg-footer-2 a i {
  margin: 15px 0px 0px 10px;
  color: #8AD7E5;
  font-size: 23px;
}

.a-loc:hover h3 {
  color: #EAA15E;
  transition: 0.5S;
  font-weight: 700;
  text-decoration: underline;
}

.a-tel:hover h3 {
  color: #3AB6FD;
  transition: 0.5S;
  font-weight: 700;
  text-decoration: underline;
}

.i-instagram:hover {
  color: #fd1d1d;
  transition: .3s;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
  cursor: pointer;
}

.i-facebook:hover {
  color: #007bff;
  transition: .3S;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
  cursor: pointer;
}

#p-wta3 {
  margin-top: 25px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}

#p-wta3>a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

#p-wta3>a:hover {
  color: #0a58ca;
  text-decoration: underline;
  transition: 0.4S;
}

/* --------- MEDIA QUERIES ------------ */
@media(min-width: 991.99px) and (max-width: 1200px) {

  /* ------ PARTE 2---*/
  .bg-parte-2 .collapse {
    left: 97%;
  }

  /* ----- PARTE 3---*/
  .bg-parte-3 img {
    height: 86%;
  }

  .bg-parte-3 h2 {
    margin-top: 0;
  }

  /* ----- PARTE 6---*/
  .borda-h3-parte-6 {
    width: 58%;
  }

  /* --- PARTE 12---*/
  .bg-parte-12 img {
    height: 100%;
  }

  .borda-clara ul {
    width: 80%;
  }

  /* --- PARTE 14---*/
  .bg-parte-14 h2 {
    margin-top: 80px;
  }
}

@media(max-width: 992px) {

  /*- - --- APRTE 2---*/
  .bg-parte-2 img {
    transform: rotate(90deg);
    border-radius: 0px 10px 10px 0px;
  }

  .bg-footer-2 {
    padding-bottom: 80px;
  }

  /* ---- PARTE 9 ---*/
  .bg-parte-9 h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media(min-width: 767.99px) and (max-width: 991.98px) {

  /* ------ PARTE 2---*/
  .bg-parte-2 {
    padding-bottom: 25px;
  }

  .bg-parte-2 .collapse {
    left: 0%;
    top: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .list-group-item.active {
    margin-bottom: 0;
  }

  .list-group-item {
    margin-bottom: 0;
    margin-top: 25px;
  }

  /* ----- PARTE 3----*/
  .bg-parte-3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .alinha-esquerda {
    position: relative;
    margin-top: 40px;
    order: 2;
  }

  .bg-parte-3 h2 {
    margin-top: 0;
  }

  /* ------ PARTE 4 ---*/
  .bg-parte-4 {
    padding-top: 50px;
  }

  .bg-parte-4 p {
    width: 100%;
    margin-bottom: 40px;
  }

  .bg-parte-4 .borda-blue-parte-4 p {
    margin-bottom: 0;
  }

  /* -------- PaRTE 5 ---*/
  .bg-parte-5 {
    padding-bottom: 0;
  }

  .bg-parte-5 .imagem-absoluta {
    position: relative;
    order: 2;
    margin-top: 49px;
  }

  /* ----- PARTE 6---*/
  .bg-parte-6 {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .borda-h3-parte-6 {
    width: 95%;
    margin-top: 35px;
  }

  .borda-h3-parte-6 h3 {
    font-size: 32px;
  }

  /* --- PARTE 9*---*/
  .bg-parte-9 img {
    order: 2;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .bg-parte-9 h2 {
    order: 1;
  }

  /* ------ PARTE 10*----*/
  .borda-parte-10 {
    padding-bottom: 0;
  }

  .borda-doutores {
    margin-bottom: 100px;
    margin-top: 0;
  }

  /* ------- PARTE 11-*/
  .bg-parte-11 {
    padding-top: 0px;
  }

  /* --- PARTE 12---*/
  .bg-parte-12 img {
    height: 624px;
    width: 94%;
  }

  .borda-clara {
    width: 97%;
    position: relative;
    margin-left: 30px;
  }

  .borda-clara ul {
    width: 80%;
  }

  /* ---- PARTE 13 ---*/
  .bg-parte-13 {
    padding: 60px 0px 60px 0px;
  }

  /* --- PARTE 14---*/
  .bg-parte-14 {
    margin-bottom: 480px;
    padding: 40px;
  }

  .bg-parte-14 img {
    margin-top: 25px;
    position: relative;
    top: 180px;
    margin-bottom: 0px;
  }

  .bg-parte-14 h2 {
    margin-top: 80px;
  }

  /* ---- PARTE 15 ---*/
  .bg-parte-15 iframe {
    width: 100%;
  }
}

@media(min-width: 550.99px) and (max-width: 767.98px) {

  /* ------ PARTE 2---*/
  .bg-parte-2 {
    padding-bottom: 25px;
  }

  .bg-parte-2 h2 {
    margin-bottom: 40px;
  }

  .bg-parte-2 .collapse {
    left: 0%;
    top: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .list-group-item.active {
    margin-bottom: 0;
  }

  .list-group-item {
    margin-bottom: 0;
    margin-top: 25px;
  }

  /* ----- PARTE 3----*/
  .bg-parte-3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .alinha-esquerda {
    position: relative;
    margin-top: 40px;
    order: 2;
  }

  .bg-parte-3 h2 {
    margin-top: 0;
  }

  /* ------ PARTE 4 ---*/
  .bg-parte-4 {
    padding: 50px 0px 0px 0px;
  }

  .bg-parte-4 p {
    width: 100%;
    margin-bottom: 40px;
  }

  .borda-blue-parte-4 {
    padding: 50px 50px;
  }

  .bg-parte-4 .borda-blue-parte-4 p {
    margin-bottom: 0;
  }

  /* -------- PaRTE 5 ---*/
  .bg-parte-5 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .bg-parte-5 .imagem-absoluta {
    position: relative;
    order: 2;
    margin-top: 49px;
  }

  /* ----- PARTE 6---*/
  .bg-parte-6 {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .borda-h3-parte-6 {
    width: 95%;
    margin-top: 35px;
  }

  .borda-h3-parte-6 h3 {
    font-size: 32px;
  }

  /* --- PARTE 9*---*/
  .bg-parte-9 img {
    order: 2;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .bg-parte-9 h2 {
    order: 1;
  }

  /* ------ PARTE 10*----*/
  .borda-parte-10 {
    padding-bottom: 0;
  }

  .borda-doutores {
    margin-bottom: 100px;
    margin-top: 0;
  }

  /* ------- PARTE 11-*/
  .bg-parte-11 {
    padding-top: 0px;
  }

  /* --- PARTE 12---*/
  .bg-parte-12 img {
    height: 100%;
    width: 94%;
  }

  .borda-clara {
    width: 97%;
    position: relative;
    margin-left: 30px;
  }

  .borda-clara ul {
    width: 80%;
  }

  /* ---- PARTE 13 ---*/
  .bg-parte-13 {
    padding: 60px 0px 60px 0px;
    position: relative;
  }

  .bg-parte-13 h2 {
    margin-left: -40px;
  }

  .bg-parte-13 span {
    top: -47px;
    left: 30px;
  }

  /* --- PARTE 14---*/
  .bg-parte-14 {
    margin-bottom: 480px;
    padding: 40px;
  }

  .bg-parte-14 img {
    margin-top: 25px;
    position: relative;
    top: 0px;
    margin-bottom: -200px;
  }

  .bg-parte-14 h2 {
    margin-top: 80px;
  }

  /* ---- PARTE 15 ---*/
  .bg-parte-15 iframe {
    width: 100%;
  }
}

@media(min-width: 420.99px) and (max-width: 550.98px) {

  /* -------------GLOBAL ---------- */
  h2 {
    font-size: 31px;
  }

  p,
  li,
  a {
    font-size: 17px;
  }

  /* ---- INICIO *----*/
  .bg-inicio {
    background-image: url(/wp-content/themes/mobilease/img/full-banner-inicio-mobile.png);
    background-position-x: 50%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    height: 1110px;
    padding: 20px 0px 100px 0px;
  }

  .bg-inicio h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  /* ------ PARTE 2---*/
  .bg-parte-2 {
    padding-bottom: 25px;
  }

  .bg-parte-2 h2 {
    margin-bottom: 40px;
  }

  .bg-parte-2 .collapse {
    left: 0%;
    top: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .list-group-item.active {
    margin-bottom: 0;
  }

  .list-group-item {
    margin-bottom: 0;
    margin-top: 25px;
  }

  /* ----- PARTE 3----*/
  .bg-parte-3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .bg-parte-3 img {
    height: 150px;
  }

  .alinha-esquerda {
    position: relative;
    margin-top: 40px;
    order: 2;
  }

  .bg-parte-3 h2 {
    margin-top: 0;
  }

  /* ------ PARTE 4 ---*/
  .bg-parte-4 {
    padding: 50px 0px 0px 0px;
  }

  .bg-parte-4 p {
    width: 100%;
    margin-bottom: 40px;
  }

  .borda-blue-parte-4 {
    padding: 30px 30px;
  }

  .bg-parte-4 .borda-blue-parte-4 p {
    margin-bottom: 0;
  }

  /* -------- PaRTE 5 ---*/
  .bg-parte-5 {
    padding-bottom: 0;
  }

  .bg-parte-5 .imagem-absoluta {
    position: relative;
    order: 2;
    margin-top: 49px;
  }

  /* ----- PARTE 6---*/
  .bg-parte-6 {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .borda-h3-parte-6 {
    width: 95%;
    margin-top: 35px;
    padding: 30px;
  }

  .borda-h3-parte-6 h3 {
    font-size: 26px;
  }

  /* --- PARTE 9*---*/
  .bg-parte-9 img {
    order: 2;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .bg-parte-9 h2 {
    order: 1;
  }

  /* ------ PARTE 10*----*/
  .borda-parte-10 {
    padding-bottom: 0;
  }

  .borda-doutores {
    margin-bottom: 100px;
    margin-top: 0;
  }

  /* ------- PARTE 11-*/
  .bg-parte-11 {
    padding-top: 0px;
  }

  /* --- PARTE 12---*/
  .bg-parte-12 img {
    height: 100%;
    width: 94%;
  }

  .borda-clara {
    width: 95%;
    padding-right: 25px;
    position: relative;
    margin-left: 30px;
  }

  .borda-clara ul {
    width: 80%;
  }

  /* ---- PARTE 13 ---*/
  .bg-parte-13 {
    padding: 60px 0px 60px 0px;
    position: relative;
  }

  .bg-parte-13 h2 {
    margin-left: 15px;
  }

  .bg-parte-13 span {
    top: 39px;
    left: 13px;
    font-size: 70px;
    position: absolute;
  }

  /* --- PARTE 14---*/
  .bg-parte-14 {
    margin-bottom: 480px;
    padding: 40px;
  }

  .bg-parte-14 a {
    padding: 12px 15px 15px 20px;
    font-size: 17px;
    width: 339px;
    margin-top: 40px;
  }

  .bg-parte-14 img {
    margin-top: 25px;
    position: relative;
    top: 0px;
    margin-bottom: -200px;
  }

  .bg-parte-14 h2 {
    margin-top: 0px;
  }

  /* ---- PARTE 15 ---*/
  .bg-parte-15 iframe {
    width: 100%;
  }

  /* --------FOOTER ---*/
  .bg-footer-2 {
    text-align: left;
    padding: 60px 0px 80px 0px;
  }

  .bg-footer h3 {
    margin-top: 30px;
    font-size: 17px;
  }

  .bg-footer-2 h3 {
    font-size: 16px;
    text-align: left;
  }

  .bg-footer-2 p,
  .bg-footer-2 a i,
  .bg-footer-2 a {
    text-align: left;
  }
}

@media(min-width: 375.99px) and (max-width: 420.98px) {

  /* -------------GLOBAL ---------- */
  h2 {
    font-size: 31px;
  }

  p,
  li,
  a {
    font-size: 17px;
  }

  /* ---- INICIO *----*/
  .bg-inicio {
    background-image: url(/wp-content/themes/mobilease/img/full-banner-inicio-mobile.png);
    background-position-x: 50%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    height: 1110px;
    padding: 20px 0px 100px 0px;
  }

  .bg-inicio h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .bg-inicio a {
    width: 353px;
    font-size: 18px;
  }

  /* ------ PARTE 2---*/
  .bg-parte-2 {
    padding-bottom: 25px;
  }

  .accordion-menu {
    width: 100%;
  }

  .bg-parte-2 h2 {
    margin-bottom: 40px;
  }

  .bg-parte-2 .collapse {
    left: 0%;
    top: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .list-group-item.active {
    margin-bottom: 0;
  }

  .list-group-item {
    margin-bottom: 0;
    margin-top: 25px;
  }

  /* ----- PARTE 3----*/
  .bg-parte-3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .bg-parte-3 img {
    height: 88%;
  }

  .alinha-esquerda {
    position: relative;
    margin-top: 40px;
    order: 2;
  }

  .bg-parte-3 h2 {
    margin-top: 0;
  }

  /* ------ PARTE 4 ---*/
  .bg-parte-4 {
    padding-bottom: 0;
    padding-top: 55px;
  }

  .bg-parte-4 .borda-parte-4 img {
    border-radius: 10px;
    margin-right: 20px;
    background: #8AD7E5;
    width: 90px;
    height: 90px;
    padding: 20px;
  }

  .bg-parte-4 h2 {
    margin-top: 0;
  }

  .bg-parte-4 .borda-parte-4 h3 {
    font-size: 17px;
  }

  .bg-parte-4 p {
    width: 100%;
    margin-bottom: 40px;
  }

  .borda-blue-parte-4 {
    padding: 30px;
  }

  .borda-blue-parte-4 p {
    margin-bottom: 0;
  }

  /* -------- PaRTE 5 ---*/
  .bg-parte-5 {
    padding-bottom: 0;
  }

  .bg-parte-5 .imagem-absoluta {
    position: relative;
    order: 2;
    margin-top: 49px;
  }

  /* ----- PARTE 6---*/
  .bg-parte-6 {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .borda-h3-parte-6 {
    width: 95%;
    margin-top: 35px;
    padding: 25px;
  }

  .borda-h3-parte-6 h3 {
    font-size: 24.5px;
    margin-bottom: 0;
  }

  /* ------- PARTE 7---*/
  .bg-parte-7 img {
    height: 91%;
  }

  .bg-parte-7 h3 {
    font-size: 18px;
    width: 85%;
  }

  /* --- PARTE 8----*/
  .bg-parte-8 h2 {
    font-size: 26px;
  }

  /* --- PARTE 9*---*/
  .bg-parte-9 img {
    order: 2;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .bg-parte-9 h2 {
    order: 1;
  }

  /* ------ PARTE 10*----*/
  .borda-parte-10 {
    padding-bottom: 0;
  }

  .borda-doutores {
    margin-bottom: 100px;
    margin-top: 0;
  }

  /* ------- PARTE 11-*/
  .bg-parte-11 {
    padding-top: 0px;
  }

  /* --- PARTE 12---*/
  .bg-parte-12 img {
    height: 683px;
    width: 94%;
  }

  .fundo-azul {
    padding: 60px 40px 60px 30px;
  }

  .borda-clara {
    width: 91%;
    padding-right: 25px;
    position: relative;
    margin-left: 30px;
  }

  .borda-clara ul {
    width: 94%;
  }

  /* ---- PARTE 13 ---*/
  .bg-parte-13 {
    padding: 60px 0px 60px 0px;
    position: relative;
  }

  .bg-parte-13 h2 {
    margin-left: 15px;
  }

  .bg-parte-13 span {
    top: 32px;
    left: 0px;
    font-size: 86px;
    position: absolute;
  }

  /* --- PARTE 14---*/
  .bg-parte-14 {
    margin-bottom: 480px;
    padding: 20px;
    padding: 40px;
  }

  .bg-parte-14 .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-parte-14 a {
    padding: 12px 15px 15px 15px;
    font-size: 16px;
    width: 305px;
    margin-top: 40px;
  }

  .bg-parte-14 a i {
    font-size: 18pt;
    right: 2%;
  }

  .bg-parte-14 img {
    margin-top: 25px;
    position: relative;
    top: 0px;
    margin-bottom: -200px;
  }

  .bg-parte-14 h2 {
    margin-top: 0px;
  }

  /* ---- PARTE 15 ---*/
  .bg-parte-15 iframe {
    width: 100%;
  }

  /* --------FOOTER ---*/
  .bg-footer-2 {
    text-align: left;
    padding: 60px 0px 80px 0px;
  }

  .bg-footer h3 {
    margin-top: 30px;
    font-size: 17px;
  }

  .bg-footer-2 h3 {
    font-size: 16px;
    text-align: left;
  }

  .bg-footer-2 p,
  .bg-footer-2 a i,
  .bg-footer-2 a {
    text-align: left;
  }
}

@media(min-width: 350.99px) and (max-width: 375.98px) {

  /* -------------GLOBAL ---------- */
  h2 {
    font-size: 28px;
  }

  p,
  li,
  a {
    font-size: 17px;
  }

  /* ---- INICIO *----*/
  .bg-inicio {
    background-image: url(/wp-content/themes/mobilease/img/full-banner-inicio-mobile.png);
    background-position-x: 50%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    height: 1110px;
    padding: 20px 0px 100px 0px;
  }

  .bg-inicio h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .bg-inicio a {
    width: 337px;
    font-size: 18px;
    padding: 12px 15px 15px 21px;
  }

  /* ------ PARTE 2---*/
  .bg-parte-2 {
    padding-bottom: 25px;
  }

  .accordion-menu {
    width: 100%;
  }

  .bg-parte-2 h2 {
    margin-bottom: 40px;
  }

  .bg-parte-2 .collapse {
    left: 0%;
    top: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .list-group-item.active {
    margin-bottom: 0;
  }

  .list-group-item {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .list-group-item img {
    padding: 16px;
  }

  /* ----- PARTE 3----*/
  .bg-parte-3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .bg-parte-3 img {
    height: 80%;
  }

  .alinha-esquerda {
    position: relative;
    margin-top: 40px;
    order: 2;
  }

  .bg-parte-3 h2 {
    margin-top: 0;
  }

  /* ------ PARTE 4 ---*/
  .bg-parte-4 {
    padding-bottom: 0;
    padding-top: 55px;
  }

  .bg-parte-4 h2 {
    margin-top: 0;
  }

  .bg-parte-4 .borda-parte-4 img {
    border-radius: 10px;
    margin-right: 20px;
    background: #8AD7E5;
    width: 90px;
    height: 90px;
    padding: 20px;
  }

  .bg-parte-4 .borda-parte-4 h3 {
    font-size: 17px;
  }

  .bg-parte-4 p {
    width: 100%;
    margin-bottom: 40px;
  }

  .borda-blue-parte-4 {
    padding: 30px;
  }

  .borda-blue-parte-4 p {
    margin-bottom: 0;
  }

  /* -------- PaRTE 5 ---*/
  .bg-parte-5 {
    padding-bottom: 0;
  }

  .bg-parte-5 .imagem-absoluta {
    position: relative;
    order: 2;
    margin-top: 49px;
  }

  /* ----- PARTE 6---*/
  .bg-parte-6 {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .borda-h3-parte-6 {
    width: 95%;
    margin-top: 35px;
    padding: 25px;
  }

  .borda-h3-parte-6 h3 {
    font-size: 24.5px;
    margin-bottom: 0;
  }

  /* ------ PARTE 7---*/
  .bg-parte-7 {
    padding-top: 55px;
  }

  .bg-parte-7 img {
    height: 150px;
    margin-bottom: 40px;
  }

  .bg-parte-7 h3 {
    font-size: 17px;
    position: absolute;
    width: 85%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .bg-parte-7 .col-lg-3 {
    position: relative;
  }

  /* --- PARTE 8----*/
  .bg-parte-8 h2 {
    font-size: 26px;
  }

  /* --- PARTE 9*---*/
  .bg-parte-9 img {
    order: 2;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .bg-parte-9 h2 {
    order: 1;
  }

  /* ------ PARTE 10*----*/
  .borda-parte-10 {
    padding-bottom: 0;
  }

  .borda-doutores {
    margin-bottom: 100px;
    margin-top: 0;
  }

  /* ------- PARTE 11-*/
  .bg-parte-11 {
    padding-top: 0px;
  }

  /* --- PARTE 12---*/
  .bg-parte-12 img {
    height: 745px;
    width: 94%;
  }

  .fundo-azul {
    padding: 60px 40px 60px 30px;
  }

  .borda-clara {
    width: 91%;
    margin-top: 0;
    padding-right: 25px;
    position: relative;
    margin-left: 30px;
  }

  .borda-clara ul {
    width: 94%;
  }

  /* ---- PARTE 13 ---*/
  .bg-parte-13 {
    padding: 60px 0px 60px 0px;
    position: relative;
  }

  .bg-parte-13 h2 {
    margin-left: 0px;
  }

  .bg-parte-13 span {
    top: 32px;
    left: 0px;
    font-size: 86px;
    position: absolute;
  }

  /* --- PARTE 14---*/
  .bg-parte-14 {
    margin-bottom: 480px;
    padding: 20px;
    padding: 40px;
  }

  .bg-parte-14 .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-parte-14 a {
    padding: 12px 15px 15px 15px;
    font-size: 16px;
    width: 305px;
    margin-top: 40px;
  }

  .bg-parte-14 a i {
    font-size: 18pt;
    right: 2%;
  }

  .bg-parte-14 img {
    margin-top: 25px;
    position: relative;
    top: 0px;
    margin-bottom: -200px;
  }

  .bg-parte-14 h2 {
    margin-top: 0px;
  }

  /* ---- PARTE 15 ---*/
  .bg-parte-15 iframe {
    width: 100%;
  }

  /* --------FOOTER ---*/
  .bg-footer-2 {
    text-align: left;
    padding: 60px 0px 80px 0px;
  }

  .bg-footer h3 {
    margin-top: 30px;
    font-size: 17px;
  }

  .bg-footer-2 h3 {
    font-size: 16px;
    text-align: left;
  }

  .bg-footer-2 p,
  .bg-footer-2 a i,
  .bg-footer-2 a {
    text-align: left;
  }
}

@media(min-width: 330.99px) and (max-width: 350.98px) {

  /* -------------GLOBAL ---------- */
  h2 {
    font-size: 28px;
  }

  p,
  li,
  a {
    font-size: 17px;
  }

  /* ---- INICIO *----*/
  .bg-inicio {
    background-image: url(/wp-content/themes/mobilease/img/full-banner-inicio-mobile.png);
    background-position-x: 50%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    height: 1110px;
    padding: 20px 0px 100px 0px;
  }

  .bg-inicio h1 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .bg-inicio a {
    width: 310px;
    padding: 12px 15px 15px 21px;
    font-size: 17px;
  }

  /* ------ PARTE 2---*/
  .bg-parte-2 {
    padding-bottom: 25px;
  }

  .accordion-menu {
    width: 100%;
  }

  .bg-parte-2 h2 {
    margin-bottom: 40px;
  }

  .bg-parte-2 .collapse {
    left: 0%;
    top: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .list-group-item.active {
    margin-bottom: 0;
  }

  .list-group-item {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .list-group-item img {
    padding: 16px;
  }

  /* ----- PARTE 3----*/
  .bg-parte-3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .bg-parte-3 img {
    height: 80%;
  }

  .alinha-esquerda {
    position: relative;
    margin-top: 40px;
    order: 2;
  }

  .bg-parte-3 h2 {
    margin-top: 0;
  }

  /* ------ PARTE 4 ---*/
  .bg-parte-4 {
    padding-bottom: 0;
    padding-top: 55px;
  }

  .bg-parte-4 h2 {
    margin-top: 0;
  }

  .bg-parte-4 .borda-parte-4 img {
    border-radius: 10px;
    margin-right: 20px;
    background: #8AD7E5;
    width: 90px;
    height: 90px;
    padding: 20px;
  }

  .bg-parte-4 .borda-parte-4 h3 {
    font-size: 17px;
  }

  .bg-parte-4 h2 {
    margin-top: 0px;
  }

  .bg-parte-4 p {
    width: 100%;
    margin-bottom: 40px;
  }

  .borda-blue-parte-4 {
    padding: 30px;
  }

  .borda-blue-parte-4 p {
    margin-bottom: 0;
  }

  /* -------- PaRTE 5 ---*/
  .bg-parte-5 {
    padding-bottom: 0;
  }

  .bg-parte-5 .imagem-absoluta {
    position: relative;
    order: 2;
    margin-top: 49px;
  }

  /* ----- PARTE 6---*/
  .bg-parte-6 {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .borda-h3-parte-6 {
    width: 95%;
    margin-top: 35px;
    padding: 25px;
  }

  .borda-h3-parte-6 h3 {
    font-size: 22.5px;
    margin-bottom: 0;
  }

  /* ------ PARTE 7---*/
  .bg-parte-7 {
    padding-bottom: 20px;
    padding-top: 55px;
  }

  .bg-parte-7 img {
    height: 150px;
    margin-bottom: 40px;
  }

  .bg-parte-7 h3 {
    font-size: 17px;
    position: absolute;
    top: 60%;
    width: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .bg-parte-7 .col-lg-3 {
    position: relative;
  }

  /* --- PARTE 8----*/
  .bg-parte-8 h2 {
    font-size: 26px;
  }

  /* --- PARTE 9*---*/
  .bg-parte-9 img {
    order: 2;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .bg-parte-9 h2 {
    order: 1;
  }

  /* ------ PARTE 10*----*/
  .borda-parte-10 {
    padding-bottom: 0;
  }

  .borda-doutores {
    margin-bottom: 100px;
    margin-top: 0;
  }

  /* ------- PARTE 11-*/
  .bg-parte-11 {
    padding-top: 0px;
  }

  /* --- PARTE 12---*/
  .bg-parte-12 img {
    height: 745px;
    width: 94%;
  }

  .fundo-azul {
    padding: 60px 40px 60px 30px;
  }

  .borda-clara {
    width: 91%;
    margin-top: 0;
    padding-right: 25px;
    position: relative;
    margin-left: 30px;
  }

  .borda-clara ul {
    width: 94%;
  }

  /* ---- PARTE 13 ---*/
  .bg-parte-13 {
    padding: 60px 0px 60px 0px;
    position: relative;
  }

  .bg-parte-13 h2 {
    margin-left: 0px;
  }

  .bg-parte-13 span {
    top: 32px;
    left: 0px;
    font-size: 86px;
    position: absolute;
  }

  /* --- PARTE 14---*/
  .bg-parte-14 {
    margin-bottom: 480px;
    padding: 20px;
    padding: 25px 30px;
  }

  .bg-parte-14 .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-parte-14 a {
    padding: 12px 15px 15px 15px;
    font-size: 16px;
    width: 299px;
    margin-top: 40px;
  }

  .bg-parte-14 a i {
    font-size: 16pt;
    right: 2%;
  }

  .bg-parte-14 img {
    margin-top: 25px;
    position: relative;
    top: 0px;
    margin-bottom: -200px;
  }

  .bg-parte-14 h2 {
    margin-top: 0px;
  }

  /* ---- PARTE 15 ---*/
  .bg-parte-15 iframe {
    width: 100%;
  }

  /* --------FOOTER ---*/
  .bg-footer-2 {
    text-align: left;
    padding: 60px 0px 80px 0px;
  }

  .bg-footer h3 {
    margin-top: 30px;
    font-size: 17px;
  }

  .bg-footer-2 h3 {
    font-size: 16px;
    text-align: left;
  }

  .bg-footer-2 p,
  .bg-footer-2 a i,
  .bg-footer-2 a {
    text-align: left;
  }
}

@media(min-width: 0.99px) and (max-width: 330.98px) {

  /* -------------GLOBAL ---------- */
  h2 {
    font-size: 28px;
  }

  p,
  li,
  a {
    font-size: 17px;
  }

  /* ---- INICIO *----*/
  .bg-inicio {
    background-image: url(/wp-content/themes/mobilease/img/full-banner-inicio-mobile.png);
    background-position-x: 50%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    height: 1110px;
    padding: 20px 0px 100px 0px;
  }

  .bg-inicio h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .bg-inicio a {
    width: 100%;
    padding: 12px 15px 15px 21px;
    font-size: 16px;
  }

  .bg-inicio a i {
    font-size: 17pt;
    padding: 6px;
  }

  /* ------ PARTE 2---*/
  .bg-parte-2 {
    padding-bottom: 25px;
  }

  .accordion-menu {
    width: 100%;
  }

  .bg-parte-2 h2 {
    margin-bottom: 40px;
  }

  .bg-parte-2 .collapse {
    left: 0%;
    top: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .list-group-item.active {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .list-group-item {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .list-group-item img {
    padding: 10px 15px;
    top: 4px;
    right: -7px;
  }

  /* ----- PARTE 3----*/
  .bg-parte-3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .bg-parte-3 img {
    height: 80%;
  }

  .alinha-esquerda {
    position: relative;
    margin-top: 40px;
    order: 2;
  }

  .bg-parte-3 h2 {
    margin-top: 0;
  }

  /* ------ PARTE 4 ---*/
  .bg-parte-4 {
    padding-bottom: 0;
    padding-top: 55px;
  }

  .bg-parte-4 .borda-parte-4 img {
    border-radius: 10px;
    margin-right: 20px;
    background: #8AD7E5;
    width: 90px;
    height: 90px;
    padding: 20px;
  }

  .bg-parte-4 .borda-parte-4 h3 {
    font-size: 17px;
  }

  .bg-parte-4 h2 {
    margin-top: 0px;
  }

  .bg-parte-4 p {
    width: 100%;
    margin-bottom: 40px;
  }

  .borda-blue-parte-4 {
    padding: 30px;
  }

  .borda-blue-parte-4 p {
    margin-bottom: 0;
  }

  /* -------- PaRTE 5 ---*/
  .bg-parte-5 {
    padding-bottom: 0;
  }

  .bg-parte-5 .imagem-absoluta {
    position: relative;
    order: 2;
    margin-top: 49px;
  }

  /* ----- PARTE 6---*/
  .bg-parte-6 {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .borda-h3-parte-6 {
    width: 95%;
    margin-top: 35px;
    padding: 25px;
  }

  .borda-h3-parte-6 h3 {
    font-size: 22.5px;
    margin-bottom: 0;
  }

  /* ------ PARTE 7---*/
  .bg-parte-7 {
    padding-bottom: 20px;
    padding-top: 55px;
  }

  .bg-parte-7 img {
    height: 150px;
    margin-bottom: 40px;
  }

  .bg-parte-7 h3 {
    font-size: 17px;
    position: absolute;
    top: 49%;
    width: 85%;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .bg-parte-7 .h3-radiculopatia {
    top: 55%;
    width: 80%;
  }

  .bg-parte-7 .col-lg-3 {
    position: relative;
  }

  /* --- PARTE 8----*/
  .bg-parte-8 h2 {
    font-size: 26px;
  }

  /* --- PARTE 9*---*/
  .bg-parte-9 img {
    order: 2;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .bg-parte-9 h2 {
    order: 1;
  }

  /* ------ PARTE 10*----*/
  .borda-parte-10 {
    padding-bottom: 0;
  }

  .borda-doutores {
    margin-bottom: 100px;
    margin-top: 0;
  }

  /* ------- PARTE 11-*/
  .bg-parte-11 {
    padding-top: 0px;
  }

  /* --- PARTE 12---*/
  .bg-parte-12 img {
    height: 940px;
    width: 94%;
  }

  .fundo-azul {
    padding: 60px 40px 60px 30px;
  }

  .borda-clara {
    width: 91%;
    margin-top: 0;
    padding-right: 25px;
    position: relative;
    margin-left: 30px;
  }

  .borda-clara ul {
    width: 94%;
  }

  /* ---- PARTE 13 ---*/
  .bg-parte-13 {
    padding: 60px 0px 60px 0px;
    position: relative;
  }

  .bg-parte-13 h2 {
    font-size: 27px;
    margin-left: 8px;
  }

  .bg-parte-13 span {
    top: 32px;
    left: 0px;
    font-size: 86px;
    position: absolute;
  }

  /* --- PARTE 14---*/
  .bg-parte-14 {
    margin-bottom: 480px;
    padding: 20px;
    padding: 25px 30px;
  }

  .bg-parte-14 .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-parte-14 a {
    padding: 12px 15px 15px 15px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .bg-parte-14 a i {
    position: relative;
    font-size: 16pt;
    left: 5%;
    top: 4px;
  }

  .bg-parte-14 img {
    margin-top: 25px;
    position: relative;
    top: 0px;
    margin-bottom: -200px;
  }

  .bg-parte-14 h2 {
    margin-top: 0px;
  }

  /* ---- PARTE 15 ---*/
  .bg-parte-15 iframe {
    width: 100%;
  }

  /* --------FOOTER ---*/
  .bg-footer-2 {
    text-align: left;
    padding: 60px 0px 80px 0px;
  }

  .bg-footer h3 {
    margin-top: 30px;
    font-size: 17px;
  }

  .bg-footer-2 h3 {
    font-size: 16px;
    text-align: left;
  }

  .bg-footer-2 p,
  .bg-footer-2 a i,
  .bg-footer-2 a {
    text-align: left;
  }
}