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

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

.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 {
  transition: 0.8S;
  background-color: #DDAA6B;
  color: white;
}

@media(max-width: 474.99px) {
  .h1-minhas-especialidades {
    text-align: center;
    font-size: 27pt;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .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%;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7%;
  height: 95%;
  color: #fff;
  text-align: center;
  opacity: .5;
  background-color: black;
}

@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%;
  }
}

body::-webkit-scrollbar {
  width: 12px;
}

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

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2 {
  font-size: 32px;
}

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

.fonte-bold {
  font-weight: bold;
}

.fonte-white {
  color: white;
}

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

.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%);
}

/* ----------------- INICIO ------------------- */
.full-banner-inicio {
  background-image: url(https://astraimagem.com.br/wp-content/themes/astra-diagnostico/img/full-banner-inicio.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 950px;
  padding: 100px 0px;
}

.full-banner-inicio h1 {
  color: #4F300A;
  font-size: 42px;
  margin-top: 35px;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 122.5%;
}

.full-banner-inicio h1 span {
  color: #DDAA6B;
  font-weight: 800;
}

.full-banner-inicio p {
  color: #163048;
  font-size: 28px;
  width: 83%;
  font-weight: 400;
  line-height: 151%;
}

/* -------------- Div Negada ------------ */
.borda-negada {
  border-radius: 20px;
  background: #614522;
  background-image: url(https://astraimagem.com.br/wp-content/themes/astra-diagnostico/img/bg-teste.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: white;
  margin-top: -220px;
}

.borda-negada::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  background-repeat: no-repeat;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 60px solid #614522;
  left: 44%;
}

.borda-negada h2 {
  font-weight: 900;
  padding-bottom: 25px;
}

.borda-negada a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.borda-negada a:hover {
  color: #DDAA6B;
  text-decoration: none;
  transition: 0.8S;
}

.borda-negada span a:hover {
  color: #DDAA6B;
  text-decoration: none;
  transition: 0.8S;
}

.borda-negada span a {
  font-size: 22px;
  color: white;
  font-weight: 900;
  text-decoration: none;
}

.borda-negada p {
  font-size: 20px;
}

.borda-negada img {
  padding: 25px 0px;
}

.background-1-negado {
  padding: 0 60px;
}

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

.bg-parte-2 ul {
  display: contents;
  color: #DDAA6B;
}

.bg-parte-2 ul li span {
  color: black;
}

.bg-parte-2 h2 {
  color: #4F300A;
  font-weight: 900;
  padding-bottom: 15px;
  line-height: 122.5%;
}

.accordion-menu {
  width: 200px;
}

.list-group-item {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}

.list-group-item:hover {
  background-color: #f8f9fa;
}

.collapse {
  position: absolute;
  top: 27%;
  left: 32%;
  max-width: 50%;
  height: auto;
  padding: 20px;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid #72593B;
  transition: left 0.1s ease-in-out;
}

.collapse.show {
  border-radius: 10px;
  border: 1px solid #72593B;
}

.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;
}

.bg-parte-2 button {
  border-radius: 10px;
  background: #4FAC38;
  padding: 7px 20px;
  border: 1px solid #4FAC38;
  text-align: left;
  margin-top: 120px;
  margin-left: 250px;
  width: 38%;
}

.bg-parte-2 button a {
  color: white;
  font-size: 32px;
  font-weight: 900;
  text-decoration: none;
  color: white;
}

.bg-parte-2 i {
  border-radius: 0px 10px 10px 0px;
  background: #256316;
  padding: 10px 20px;
  font-size: 33pt;
  color: white;
  position: absolute;
  left: 55%;
  bottom: 0%;
}

.bg-parte-2 button:hover {
  background: white;
  border: 1px solid #4F300A;
  transition: 0.8S;
}

.bg-parte-2 button a:hover {
  color: #4F300A;
  transition: 0.8S;
  font-weight: 900;
}

.bg-parte-2 i:hover {
  background: #DDAA6B;
  color: white;
  transition: 0.8S;
}

.bg-parte-2 button:hover {
  background: white;
  transition: 0.8S;
  border: 1px solid #4F300A;
}

.bg-parte-2 button:hover a {
  color: #4F300A;
  font-weight: 900;
  transition: 0.8S;
}

.bg-parte-2 button:hover i {
  background: #DDAA6B;
  transition: 0.8S;
  color: white;
}

/* ------------------ PARTE 3 ----------- */
.bg-parte-3 {
  background-image: url(https://astraimagem.com.br/wp-content/themes/astra-diagnostico/img/bg-parte-3.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 800px;
  padding: 100px 0px;
}

.bg-parte-3 h2 {
  color: #4F300A;
  font-weight: 900;
  padding-bottom: 10px;
}

.bg-parte-3 h3 {
  font-size: 20px;
  color: black;
}

.bg-parte-3-negado {
  margin-top: -150px;
}

.bg-parte-3-negado img {
  margin-left: -40px;
  max-width: 400px;
  max-height: 400px;
}

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

.bg-parte-4 h2 {
  color: #4F300A;
  font-weight: 900;
  line-height: 122.5%;
  text-align: center;
  margin-bottom: 50px;
}

.bg-parte-4 img {
  padding: 0px 20px;
}

.convenio-2 {
  margin-top: 50px;
}

/* ------------------ PARTE 5 ----------- */
.bg-parte-5 {
  background-image: url(https://astraimagem.com.br/wp-content/themes/astra-diagnostico/img/bg-parte-5.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 600px;
  color: white;
  padding: 150px 0px;
}

.bg-parte-5 h2 {
  margin-bottom: 80px;
  width: 80%;
  font-weight: 900;
  line-height: 160%;
}

.bg-parte-5 span {
  color: #DDAA6B;
  font-weight: 900;
}

/* ------------------ PARTE 6 ----------- */
.bg-parte-6 {
  padding-bottom: 80px;
}

.paciente-sus-bg {
  background-image: url(https://astraimagem.com.br/wp-content/themes/astra-diagnostico/img/paciente-sus.png);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 593px;
  border-radius: 0px 0px 10px 0px;
  color: white;
  position: absolute;
  left: 0;
}

.bg-parte-6 h2 {
  color: #4F300A;
  line-height: 122.5%;
  font-weight: 900;
  margin-top: 80px;
  margin-bottom: 40px;
}

.bg-parte-6 .relative {
  position: relative;
}

.bg-parte-6 p {
  width: 73%;
}

.bg-parte-6 h2,
.bg-parte-6 p {
  margin-left: 45px;
}

.bg-parte-6 button {
  border-radius: 10px;
  background: #4FAC38;
  padding: 7.5px 20px;
  border: 1px solid #4FAC38;
  text-align: left;
  margin-top: 50px;
  margin-left: 40px;
  width: 50%;
}

.bg-parte-6 button a {
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  color: white;
}

.bg-parte-6 i {
  border-radius: 0px 10px 10px 0px;
  background: #256316;
  padding: 8px 20px;
  font-size: 23pt;
  color: white;
  position: absolute;
  left: 50%;
  top: 89.8%;
}

/* ----------------- BG-PARTE- 7 ------------ */
.bg-parte-7 {
  margin-top: 150px;
  padding-bottom: 80px;
}

.bg-parte-7 h2 {
  color: #4F300A;
  font-weight: 900;
  line-height: 122.5%;
  margin-bottom: 50px;
  font-size: 36px;
}
/*
.bg-parte-7 img {
  animation: seringaAnimation 2s infinite;
}

@keyframes seringaAnimation {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}*/

.bg-parte-7 h3 {
  color: #4F300A;
  font-size: 26px;
  font-weight: 900;
  line-height: 160%;
}

.bg-parte-7 h3 a {
  color: #4F300A;
  text-decoration: none;
  font-size: 26px;
  line-height: 160%;
}

.bg-parte-7 h3 a:hover {
  color: #DDAA6B;
  text-decoration: none;
}

.borda-parte-7 {
  border-radius: 10px;
  border: 2px solid #DDAA6B;
  padding: 40px;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* ----------- FOOTER -------- */
#p-localizacao a {
  color: white;
  text-decoration: none;
}

#p-localizacao a:hover {
  color: #DDAA6B;
  transition: 0.8S;
  text-decoration: none;
}

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

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

#p-wta3 a:hover {
  color: #007bff;
  transition: 0.8S;
  text-decoration: #007bff;
}

.bg-rodape {
  background: #2D2113;
  padding: 80px 0px;
  color: white;
}

.bg-rodape h4 {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 5px;
}

.bg-rodape img {
  margin-bottom: 20px;
}

/* -------------- MEDIA QUERIES ------------ */
@media(min-width: 1199.99px) and (max-width: 1399.99px) {
  .borda-negada::after {
    left: 40%;
  }

  .full-banner-inicio h1 {
    font-size: 39px;
  }

  .collapse {
    top: 26%;
    left: 38%;
  }

  .bg-parte-2 button {
    width: 38%;
  }

  .bg-parte-2 i {
    left: 58%;
  }

  .bg-parte-5 h2 {
    width: 80%;
  }

  .bg-parte-6 button {
    width: 60%;
  }

  .bg-parte-6 button i {
    left: 59%;
    top: 90.2%;
  }
}

@media(min-width: 991.99px) and (max-width: 1199.98px) {
  .full-banner-inicio h1 {
    font-size: 33px;
  }

  .borda-negada {
    background-size: auto;
  }

  .borda-negada::after {
    left: 40%;
  }

  .background-1-negado {
    padding: 0px 35px;
  }

  .collapse {
    top: 30%;
    left: 44%;
  }

  .bg-parte-2 button {
    width: 45%;
  }

  .bg-parte-2 i {
    left: 68%;
  }

  .bg-parte-5 h2 {
    width: 80%;
  }

  .bg-parte-5 {
    padding: 96px 0;
  }

  .bg-parte-6 button {
    width: 70%;
  }

  .bg-parte-6 button i {
    left: 70%;
    top: 91%;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  .bg-parte-3-negado img {
    max-width: 117%;
    height: auto;
  }

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

  .borda-parte-7 {
    width: 75%;
  }
}

@media(max-width: 992px) {
  .bg-parte-3-negado img {
    margin-left: 0;
  }

  .list-group-item {
    width: 100%;
  }

  .bg-parte-4 {
    padding-bottom: 20px;
  }

  .bg-parte-4 img {
    margin-bottom: 50px;
  }

  .bg-parte-5 {
    height: auto;
  }

  .bg-parte-5 h2 {
    margin-bottom: 25px;
  }

  .paciente-sus-bg {
    background-image: none;
    position: relative;
    height: auto;
  }

  .bg-parte-6 img {
    margin-top: 20px;
    border-radius: 10px;
  }

  .bg-parte-6 h2,
  .bg-parte-6 p {
    margin-left: 0;
  }

  .bg-parte-6 h2 {
    margin: 25px 0;
  }

  .bg-parte-6 button {
    margin-left: 0;
  }

  .bg-parte-7 {
    margin-top: 40px;
  }

  .bg-parte-6 p {
    width: 100%;
  }
}

@media(min-width: 767.99px) and (max-width: 991.98px) {
  .full-banner-inicio h1 {
    font-size: 39px;
  }

  .borda-negada {
    background-size: auto;
    padding: 20px 0px 21px 0px;
  }

  .borda-negada::after {
    left: 35%;
  }

  .background-1-negado {
    padding: 0px 35px;
  }

  .list-group-item {
    width: 100%;
  }

  .collapse {
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .accordion-menu {
    width: 100%;
    max-width: 100%;
  }

  .bg-parte-2 button {
    width: 70%;
    margin-left: 0;
  }

  .bg-parte-2 i {
    left: 68%;
  }

  .bg-parte-5 h2 {
    width: 80%;
  }

  .bg-parte-5 {
    padding: 96px 0;
  }

  .bg-parte-6 button {
    width: 49%;
    margin-top: 20px;
  }

  .bg-parte-6 button a {
    font-size: 22px;
  }

  .bg-parte-6 button i {
    left: 46%;
    top: 82.5%;
    padding: 9.5px;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  .bg-parte-3-negado img {
    max-width: 129%;
    height: auto;
  }

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

  .borda-parte-7 {
    width: 75%;
  }
}

@media(min-width: 550.99px) and (max-width: 767.98px) {
  .full-banner-inicio {
    background-image: url(https://astraimagem.com.br/wp-content/uploads/2023/07/full-banner-mobile.jpg);
    background-position-x: 50%;
    background-position-y: -122px;
  }

  .full-banner-inicio h1 {
    font-size: 36px;
  }

  .borda-negada {
    background-size: auto;
    margin-top: -95px;
    padding: 20px 0px 21px 0px;
  }

  .borda-negada::after {
    left: 30%;
  }

  .background-1-negado {
    padding: 0px 35px;
  }

  .list-group-item {
    width: 100%;
  }

  .collapse {
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .accordion-menu {
    width: 100%;
    max-width: 100%;
  }

  .bg-parte-2 {
    padding: 100px 0px 80px 0px;
  }

  .bg-parte-2 button {
    width: 90%;
    margin-left: 0;
  }

  .bg-parte-2 i {
    left: 78%;
  }

  .bg-parte-5 h2 {
    width: 80%;
  }

  .bg-parte-5 {
    padding: 96px 0;
  }

  .bg-parte-6 button {
    width: 66%;
    margin-top: 20px;
  }

  .bg-parte-6 button a {
    font-size: 22px;
  }

  .bg-parte-6 button i {
    left: 57%;
    top: 85.5%;
    padding: 9px;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  .bg-parte-3-negado img {
    width: 100%;
    height: auto;
  }

  .bg-parte-3-negado {
    margin-top: -80px;
  }

  .borda-parte-7 {
    width: 100%;
  }

  .borda-parte-7 h3 {
    font-size: 22px;
  }

  .borda-parte-7 h3 a {
    font-size: 22px;
  }
}

@media(min-width: 420.99px) and (max-width: 550.98px) {
  .full-banner-inicio {
    background-image: url(https://astraimagem.com.br/wp-content/uploads/2023/07/full-banner-mobile.jpg);
    background-position-x: 50%;
    background-position-y: -122px;
  }

  .full-banner-inicio h1 {
    font-size: 33px;
  }

  .borda-negada {
    background-size: auto;
    padding: 20px 0px 26px 0px;
    margin-top: -120px;
  }

  .borda-negada::after {
    left: 24%;
  }

  .background-1-negado {
    padding: 0px 35px;
  }

  .list-group-item {
    width: 100%;
  }

  .collapse {
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .accordion-menu {
    width: 100%;
    max-width: 100%;
  }

  .bg-parte-2 {
    padding: 100px 0px 80px 0px;
  }

  .bg-parte-2 button {
    width: 90%;
    margin-left: 0;
    padding: 11.5px 20px;
  }

  .bg-parte-2 button a {
    font-size: 20px;
  }

  .bg-parte-2 i {
    left: 78%;
    padding: 11px;
    font-size: 25pt;
  }

  .convenio-2 {
    margin-top: 36px;
  }

  .bg-parte-3 {
    height: auto;
  }

  .bg-parte-5 h2 {
    width: 80%;
  }

  .bg-parte-5 {
    padding: 96px 0;
  }

  .bg-parte-6 button {
    width: 88%;
    position: relative;
    margin-top: 20px;
  }

  .bg-parte-6 button a {
    font-size: 22px;
  }

  .bg-parte-6 button i {
    left: 91%;
    top: 0%;
    padding: 8.6px;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  .bg-parte-3-negado img {
    max-width: 104%;
    height: auto;
  }

  .bg-parte-3-negado {
    margin-top: -80px;
  }

  .borda-parte-7 {
    width: 100%;
  }

  .bg-parte-7 h2 {
    font-size: 28px;
  }

  .borda-parte-7 h3 {
    font-size: 22px;
  }

  .borda-parte-7 h3 a {
    font-size: 22px;
  }
}

@media(min-width: 375.99px) and (max-width: 420.98px) {
  h2 {
    font-size: 28px;
  }

  .full-banner-inicio {
    background-image: url(https://astraimagem.com.br/wp-content/uploads/2023/07/full-banner-mobile.jpg);
    background-position-x: 50%;
    background-position-y: -122px;
  }

  .full-banner-inicio h1 {
    font-size: 29px;
  }

  .full-banner-inicio p {
    font-size: 24px;
  }

  .borda-negada {
    margin-top: -122px;
    background-size: auto;
    padding: 20px 0px 26px 0px;
  }

  .borda-negada::after {
    left: 24%;
  }

  .background-1-negado {
    padding: 0px 35px;
  }

  .list-group-item {
    width: 100%;
  }

  .collapse {
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .accordion-menu {
    width: 100%;
    max-width: 100%;
  }

  .bg-parte-2 {
    padding: 100px 0px 80px 0px;
  }

  .bg-parte-2 button {
    width: 90%;
    margin-left: 0;
    margin-top: 40px;
    padding: 12px 20px;
  }

  .bg-parte-2 button a {
    font-size: 20px;
  }

  .bg-parte-2 i {
    left: 78%;
    padding: 11.5px;
    font-size: 25pt;
  }

  .bg-parte-3 {
    height: auto;
  }

  .convenio-2 {
    margin-top: 25px;
  }

  .bg-parte-5 h2 {
    width: 80%;
  }

  .bg-parte-5 {
    padding: 96px 0;
  }

  .bg-parte-6 button {
    width: 95%;
    margin-top: 20px;
    padding: 10px;
    position: relative;
  }

  .bg-parte-6 button a {
    font-size: 21px;
  }

  .bg-parte-6 button i {
    left: 87%;
    top: 0%;
    padding: 11px;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  .bg-parte-3-negado img {
    max-width: 105%;
    height: auto;
  }

  .bg-parte-3-negado {
    margin-top: -80px;
  }

  .borda-parte-7 {
    width: 100%;
  }

  .bg-parte-7 h2 {
    font-size: 28px;
  }

  .borda-parte-7 h3 {
    font-size: 22px;
  }

  .borda-parte-7 h3 a {
    font-size: 22px;
  }
}

@media(min-width: 345.99px) and (max-width: 375.98px) {
  h2 {
    font-size: 26px;
  }

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

  .full-banner-inicio {
    background-image: url(https://astraimagem.com.br/wp-content/uploads/2023/07/full-banner-mobile.jpg);
    background-position-x: 50%;
    background-position-y: -122px;
  }

  .full-banner-inicio h1 {
    font-size: 26px;
  }

  .full-banner-inicio p {
    font-size: 24px;
  }

  .borda-negada {
    margin-top: -122px;
    background-size: auto;
    padding: 20px 0px 26px 0px;
  }

  .borda-negada::after {
    left: 18%;
  }

  .background-1-negado {
    padding: 0px 35px;
  }

  .list-group-item {
    width: 100%;
  }

  .collapse {
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .accordion-menu {
    width: 100%;
    max-width: 100%;
  }

  .bg-parte-2 {
    padding: 100px 0px 80px 0px;
  }

  .bg-parte-2 button {
    width: 90%;
    margin-left: 0;
    margin-top: 40px;
    padding: 12px 20px;
  }

  .bg-parte-2 button a {
    font-size: 18px;
  }

  .bg-parte-2 i {
    left: 78%;
    padding: 10px;
    font-size: 25pt;
  }

  .bg-parte-3 {
    height: auto;
  }

  .bg-parte-5 h2 {
    width: 80%;
  }

  .convenio-2 {
    margin-top: 19px;
  }

  .bg-parte-5 {
    padding: 96px 0;
  }

  .bg-parte-6 button {
    width: 95%;
    margin-top: 20px;
    padding: 10px;
    position: relative;
  }

  .bg-parte-6 button a {
    font-size: 18px;
  }

  .bg-parte-6 button i {
    left: 87%;
    top: 0%;
    padding: 8px;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  .bg-parte-3-negado img {
    max-width: 104%;
    height: auto;
  }

  .bg-parte-3-negado {
    margin-top: -80px;
  }

  .borda-parte-7 {
    width: 100%;
  }

  .bg-parte-7 h2 {
    font-size: 26px;
  }

  .borda-parte-7 h3 {
    font-size: 22px;
  }

  .borda-parte-7 h3 a {
    font-size: 22px;
  }
}

@media(min-width: 0.99px) and (max-width: 345.98px) {
  h2 {
    font-size: 24px;
  }

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

  .full-banner-inicio {
    background-image: url(https://astraimagem.com.br/wp-content/uploads/2023/07/full-banner-mobile.jpg);
    background-position-x: 50%;
    background-position-y: -122px;
  }

  .full-banner-inicio h1 {
    font-size: 25px;
  }

  .full-banner-inicio p {
    font-size: 21px;
  }

  .borda-negada {
    background-size: auto;
    padding: 20px 0px 26px 0px;
    margin-top: -180px;
  }

  .borda-negada::after {
    left: 23%;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 60px solid #614522;
  }

  .list-group-item {
    background-image: linear-gradient(to right, white, white 73%, #614522 20%);
  }

  .background-1-negado {
    padding: 0px 35px;
  }

  .list-group-item {
    width: 100%;
  }

  .collapse {
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .accordion-menu {
    width: 100%;
    max-width: 100%;
  }

  .bg-parte-2 {
    padding: 100px 0px 80px 0px;
  }

  .bg-parte-2 button {
    width: 95%;
    margin-left: 0;
    margin-top: 40px;
    padding: 12px 20px;
  }

  .bg-parte-2 button a {
    font-size: 15px;
  }

  .bg-parte-2 i {
    left: 78%;
    padding: 7.5px;
    font-size: 25pt;
  }

  .bg-parte-3 {
    height: auto;
    padding-top: 50px;
  }

  .bg-parte-5 h2 {
    width: 100%;
  }

  .convenio-2 {
    margin-top: 19px;
  }

  .bg-parte-5 {
    padding: 96px 0;
  }

  .bg-parte-6 button {
    width: 95%;
    margin-top: 20px;
    padding: 10px;
    position: relative;
  }

  .bg-parte-6 button a {
    font-size: 16px;
  }

  .bg-parte-6 button i {
    left: 85%;
    padding: 7px;
    top: 0;
  }

  .full-banner-inicio p {
    width: 100%;
  }

  .bg-parte-3-negado img {
    max-width: 105%;
    height: auto;
  }

  .bg-parte-3-negado {
    margin-top: -80px;
  }

  .borda-parte-7 {
    width: 100%;
  }

  .bg-parte-7 h2 {
    font-size: 26px;
  }

  .borda-parte-7 h3 {
    font-size: 22px;
  }

  .borda-parte-7 h3 a {
    font-size: 22px;
  }
}

.bg-parte-6 button:hover {
  background: white;
  border: 1px solid #4F300A;
  transition: 0.8S;
}

.bg-parte-6 button a:hover {
  color: #4F300A;
  transition: 0.8S;
  font-weight: 900;
}

.bg-parte-6 i:hover {
  background: #DDAA6B;
  color: white;
  transition: 0.8S;
}

.bg-parte-6 button:hover {
  background: white;
  transition: 0.8S;
  border: 1px solid #4F300A;
}

.bg-parte-6 button:hover a {
  color: #4F300A;
  font-weight: 900;
  transition: 0.8S;
}

.bg-parte-6 button:hover i {
  background: #DDAA6B;
  transition: 0.8S;
  color: white;
}

		.thumb-video{
		max-width: 80% !important;
		justify-content: center;
		align-items: center;
		display: block;
		text-align: center;
		max-height: 500px !important;
		margin-left: 0 !important;
		margin: 0 auto !important;
		border-radius: 10px;
	}