:root {
  --bg-color-dark: #060216;
  --bg-color-pink: #c31d70;
  --font-family-title: "Lato", sans-serif;
  --font-family-p: "Lato", sans-serif;
  --main-clr: #5d5d5d;
  --nav-shadow: 0px 3px var(--main-clr);
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  display: block;
}

.img-fluid {
  max-width: 100%;
  width: 100%;
}

.img-health {
  margin-top: 10px;
}

.img-center {
  margin: 0 auto;
  display: table;
}

h2 {
  font-family: var(--font-family-title);
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  color: #bcafa0;
  font-weight: 300;
  margin-bottom: 1rem;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  padding-top: 20px;
  opacity: 0;
}
h2.active {
  padding-top: 0px;
  opacity: 1;
}
h2 small {
  font-size: 3.5625rem;
}
h3 {
  font-family: var(--font-family-p);
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  padding-top: 20px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
h3.active {
  padding-top: 0px;
  opacity: 1;
}
h4 {
  font-family: var(--font-family-p);
  font-size: 1.1875rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  padding-top: 20px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
h4.active {
  padding-top: 0px;
  opacity: 1;
}
p {
  font-family: var(--font-family-p);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  color: #5c5b5b;
  margin: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  padding-top: 20px;
  opacity: 0;
}
p.active {
  padding-top: 0px;
  opacity: 1;
}
p small {
  font-size: 1rem;
}
li {
  list-style: none;
}
a {
  font-family: var(--font-family-p);
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  color: #5c5b5b;
}

.text-color-white {
  color: white;
}

.text-color-gray {
  color: #333333;
}

.text-color-gray-light {
  color: #838383;
}

.text-color-blue {
  color: #0095da;
}

.text-color-black {
  color: #000;
}

.text-color-yellow {
  color: #fce878;
}

.text-right {
  text-align: right;
}

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

.bg-gray {
  background-color: #5c5b5b;
}

#header .box-position {
  position: absolute;
  left: 50%;
  margin-left: -390px;
}

#header .box-position img {
  width: 71%;
}

#header .box-position .img-topo-01 {
  animation: indovindo 5s infinite alternate ease-in-out;
}

#header .box-position .img-topo-02 {
  margin-top: -117px;
  margin-left: 110px;
  animation: indovindo 6s infinite alternate ease-in-out;
}

#grupo {
  position: relative;
}

#grupo .box-position {
  position: absolute;
  right: 0;
  top: 100px;
}

#grupo .box-position img {
  width: 71%;
  margin-left: 44px;
}

#grupo .box-position .img-vindo-01 {
  animation: indovindo 5s infinite alternate ease-in-out;
}

#grupo .box-position .img-vindo-02 {
  margin-top: -235px;
  margin-left: 160px;
  animation: indovindo 6s infinite alternate ease-in-out;
  width: 40%;
}

#especialidades {
  position: relative;
}

#especialidades .box-position {
  position: absolute;
  left: 25px;
  bottom: 40px;
}

#especialidades .box-position img {
  width: 71%;
  margin-left: 44px;
}

#especialidades .box-position .img-especialidades-01 {
  animation: indovindo 5s infinite alternate ease-in-out;
}

#especialidades .box-position .img-especialidades-02 {
  margin-top: 0;
  margin-left: 0;
  animation: indovindo 6s infinite alternate ease-in-out;
  width: 60%;
}

#cidades {
  position: relative;
  overflow: hidden;
}

#cidades .box-position {
  position: absolute;
  right: 20px;
  margin-top: -117px;
}

#cidades .box-position-02 {
  position: absolute;
  left: 20px;
  right: inherit;
  margin-top: -80px;
}

#cidades .box-position img,
#cidades .box-position2 img {
  width: 100%;
}

#cidades .box-position .img-cidade-01 {
  animation: indovindo 5s infinite alternate ease-in-out;
}

#cidades .box-position .img-cidade-02 {
  animation: indovindo 6s infinite alternate ease-in-out;
}

@keyframes indovindo {
  0% {
    transform: translate(5px, 0px);
  }
  100% {
    transform: scale(0.9);
  }
}

/*GRID*/
.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1270px;
  }
}

.container.sm {
  max-width: 1090px;
}

.container.md {
  max-width: 1250px;
}

.container.lg {
  max-width: 1380px;
}

.row {
  --bs-gutter-x: 1.9rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
  box-sizing: border-box;
}

.row-center {
  align-items: center;
  justify-content: center;
}

.col-lg-25 {
  flex: 0 0 auto;
  width: 25%;
}

.col-lg-33 {
  flex: 0 0 auto;
  width: 33%;
}

.col-lg-40 {
  flex: 0 0 auto;
  width: 40%;
}

.col-lg-50 {
  flex: 0 0 auto;
  width: 50%;
}

.col-lg-60 {
  flex: 0 0 auto;
  width: 60%;
}

.col-lg-75 {
  flex: 0 0 auto;
  width: 75%;
}

.col-lg-100 {
  flex: 0 0 auto;
  width: 100%;
}

@media (max-width: 1400px) {
  .box-position {
    display: none;
  }
}

@media (max-width: 767px) {
  .col-md-50 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-100 {
    flex: 0 0 auto;
    width: 100%;
  }
  h2 {
    font-size: 2.5rem;
  }
  p {
    font-size: 20px;
    line-height: 1.4;
  }
  .img-health {
    margin-top: 20px;
  }
  #banner p,
  #grupo h2,
  #grupo p {
    opacity: 1;
  }
}

@media (max-width: 565px) {
  .col-sm-50 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-100 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.padding-top {
  padding-top: 7rem;
}

.padding-bottom {
  padding-bottom: 7rem;
}

.margin-top {
  margin-top: 7rem;
}

#sub-header {
  background-color: #c44096;
  height: 36px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#sub-header .box-flex {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4px;
}

#sub-header .box-flex a {
  background: white;
  border-radius: 100%;
  padding: 4px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#sub-header .box-flex a:hover {
  background: #41addf;
}

#header {
  background-color: #ebebeb;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 1rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  margin-top: 0;
}

#header .img-bt-compre {
  height: 35px;
  padding: 20px;
}

#header img:hover {
  opacity: 0.8;
}

/*----NAV----*/
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background: transparent;
  max-width: 1620px;
  padding: 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

nav .logo {
  max-width: 300px;
  position: relative;
  z-index: 99;
}

nav .logo img {
  width: 100%;
  cursor: pointer;
  background-color: #ebebeb;
}

nav ul {
  --padding: 20px;
  --font-size: 17px;
  padding-left: 0;
  padding-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: var(--font-size);
  overflow: hidden;
  /* transition: 1s cubic-bezier(.68,-0.55,.27,10.55); */
}

nav ul li {
  padding: 4px 10px;
  background: #ebebeb;
}

nav ul li a {
  box-sizing: border-box;
}

.link-home {
  display: none;
}

nav ul li a {
  color: #838383;
  text-decoration: none;
  position: relative;
  font-family: var(--font-family-p);
  font-size: 1.0625rem;
  font-weight: bold;
  text-transform: uppercase;
}

nav ul li a:hover {
  text-decoration: none;
}

nav ul li.active a {
  font-weight: bold;
}

nav ul li a::after {
  content: "";
  width: 0%;
  height: 1.7px;
  border-radius: 99px;
  background: var(--main-clr);
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

nav ul li a:hover::after {
  width: 100%;
}

nav .menu {
  width: 23px;
  height: 16px;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: inherit;
  position: relative;
  margin-right: 0;
  /* background: red; */
  /* border: 1px solid red; */
  box-sizing: border-box;
  padding: 0;
  margin: 20px;
  margin-right: 0;
}

nav .menu span {
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: #5d5d5d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
}

nav .menu.active span {
  background: var(--main-clr);
}

nav .menu.active span:nth-child(1) {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

nav .menu span:nth-child(3) {
  -webkit-transform-origin: left;
  transform-origin: left;
}

nav .menu.active span:nth-child(3) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

nav .menu.active span:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 991px) {
  nav .menu {
    display: flex;
  }

  nav ul {
    --height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    left: 0;
    top: 32px;
    height: var(--height);
    -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.27, 0.55);
    transition: 1s cubic-bezier(0.68, -0.55, 0.27, 0.55);
    background: #ebebeb;
  }

  nav ul.active {
    --height: calc(
      (((var(--padding) * 0.8) + (var(--font-size) * 0.8))) *
        var(--childenNumber)
    );
    /*   (Block Level Padding + The Font Size) * The Number of Children   */
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }

  nav ul li {
    margin: 0.5rem 0;
  }

  nav ul li.home a:first-child {
    display: none;
  }
}

nav ul {
  width: 100%;
  justify-content: flex-end;
  --childenNumber: 6 !important;
}

.box-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

nav .menu-rede {
  display: flex;
  margin: 0 2rem;
}

nav .menu-rede a.link-menu {
  margin-left: 1rem;
}

nav a.lang {
  margin-left: 1rem;
  color: #bcafa0;
  text-decoration: none;
}

nav a.lang:hover {
  text-decoration: underline;
}

/*----BANNER----*/
#banner {
  padding-top: 150px;
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  background: #c44096;
}

#banner .circle-info {
  position: absolute;
  right: 1vw;
  top: 2vw;
  z-index: 9;
}

#banner .circle-info img {
  float: right;
  width: 100%;
  max-width: 20.7vw;
}

#banner .box-texto {
  position: absolute;
  z-index: 9;
  bottom: 120px;
  height: auto;
  width: 100%;
}

#banner .box-texto p {
  font-family: var(--font-family-title);
  line-height: 1.15;
}

#banner .box-texto p big {
  font-size: 1.875rem;
}

#banner .box-texto p small {
  font-size: 1.125rem;
  margin-top: 1rem;
  display: block;
}

#banner .box-texto a:hover {
  opacity: 0.8;
}

#banner .legenda {
  position: absolute;
  width: 50%;
  max-width: 720px;
  height: 100%;
  background-color: #000000b3;
}

#banner .legenda h2 {
  font-size: calc(4vw + 3px) !important;
  line-height: calc(4vw + 3px);
}

#banner .legenda p {
  line-height: 1.2;
}

#banner .legenda a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #0095da;
  padding: 1.2vw 0vw;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  max-width: 180px;
  text-align: center;
}

#banner .legenda a:hover {
  background-color: #c44096;
}

#banner .legenda .content {
  display: flex;
  flex-flow: column;
  padding: 3rem;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  margin-top: -4vw;
}

#banner
  span.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 30px;
  width: inherit;
  left: inherit;
  bottom: 120px;
}

#banner .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  opacity: 1;
  color: #000;
  background: #fff;
}

#banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c44096;
  color: #fff;
}

#banner span.swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin: 0 !important;
}

#banner span.swiper-pagination-bullet span.bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#carroussel {
  margin-top: -0px;
      background: #ebebeb;
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

#carroussel.active {
  margin-top: -100px;
}

#carroussel h2 {
  font-size: 2rem;
  text-transform: uppercase;
  opacity: 1;
}

#carroussel p {
  font-size: 1.5rem;
  line-height: 1.1;
  opacity: 1;
}

#carroussel .bg {
  margin-top: 100px;
  float: left;
  position: relative;
  padding: 0 40px 40px 40px;
  box-sizing: border-box;
  height: 250px;
  width: 100%;
}

#carroussel .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  float: left;
  border-radius: 100%;

  content: "";
  position: absolute;
  width: 100%;
  height: 206px;
  float: left;
  border-radius: 100%;
}

#carroussel .bg.blue {
  background: #0c92db;
}

#carroussel .swiper-wrapper .swiper-slide.blue::before {
  background-color: #0c92db;
}

#carroussel .bg.white {
  background: #fff;
}

#carroussel .swiper-wrapper .swiper-slide.white::before {
  background-color: #fff;
}

#carroussel .bg.pink {
  background: #bf1f8e;
}

#carroussel .swiper-wrapper .swiper-slide.pink::before {
  background-color: #bf1f8e;
}

#carroussel .bg.green {
  background: #a7cb4f;
}

#carroussel .swiper-wrapper .swiper-slide.green::before {
  background-color: #a7cb4f;
}

/*----GRUPO----*/
#grupo {
  background: #ebebeb;
}

#grupo h3 {
  margin-bottom: 1.25rem;
}

/*----ESPECIALIDADES----*/
#especialidades {
  background-color: #2d2430;
}

#especialidades h3 {
  font-size: 1.1875rem;
}

#especialidades p {
  font-size: 0.9375rem;
  margin-top: 1.5625rem;
}

#especialidades .box-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 2rem;
}

#especialidades .box-flex .figure {
  display: flex;
  margin: 0;
  width: 350px;
  align-items: center;
  justify-content: flex-start;
  padding: 25px;
  box-sizing: border-box;
  height: 160px;
}

#especialidades .box-flex.aba .figure {
  background-color: #e0b30e;
}

#especialidades .box-flex.familia .figure {
  background-color: #aa2080;
}

#especialidades .box-flex.porque .figure {
  background-color: #0785c1;
}

#especialidades .box-flex.multidisciplinar .figure {
  background-color: #94b538;
}

/*----CIDADES----*/
#cidades {
  background-color: #bf1f8e;
}
#cidades .content {
  display: flex;
}
#cidades h3 {
  margin-bottom: 1.25rem;
}
#cidades .content .box {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
  justify-content: center;
  padding-top: 25px;
  opacity: 0;
  filter: grayscale(1);
}

#cidades .content .box01 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#cidades .content .box02 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

#cidades .content .box03 {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

#cidades .content .box04 {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

#cidades .content .box01.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#cidades .content .box02.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#cidades .content .box03.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#cidades .content .box04.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#cidades .content .box .text-absolut {
  position: absolute;
  z-index: 9;
  box-sizing: border-box;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  top: 10px;
  width: 100%;
  text-align: center;
}

#cidades .content .box .img-cidade {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

#cidades .content .box:hover .img-cidade {
  filter: grayscale(1);
}

#cidades .content {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
/* #cidades .content .box .img-cidade {
  max-width: 300px;
} */

#cidades a span {
  background-color: #0095da;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

#cidades .content .box:hover span {
  background-color: #ffcb08;
}

/*----POST----*/
#post {
  background: url(../images/bg-post.jpg) top right no-repeat;
  background-size: cover;
}
#post .content {
  display: flex;
}
#post h3 {
  margin-bottom: 1.25rem;
}
#post p {
  font-size: 0.9375rem;
  margin-top: 0.625rem;
}
#post .content .box {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
  justify-content: center;
  padding-top: 25px;
  opacity: 0;
  filter: grayscale(1);
}

#post .content .box01 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#post .content .box02 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

#post .content .box03 {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

#post .content .box04 {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

#post .content .box01.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#post .content .box02.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#post .content .box03.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#post .content .box04.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#post .content .bg-legenda {
  background-color: #221e25;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#post .content .box .text-absolut {
  position: absolute;
  z-index: 9;
  box-sizing: border-box;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  top: 10px;
  width: 100%;
  text-align: center;
}

#post .content .box .img-post {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#post .content .box:hover .img-post {
  filter: grayscale(1);
}

#post .content {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
#post a span {
  background-color: #0095da;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

#post .content .box:hover h4 {
  color: #ffcb08;
}

#post .button {
  background: #221e25;
  padding: 10px 25px;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
  color: #fff;
}

#post .button:hover {
  background: #ffcb08;
}

/*----MAPA----*/
#mapa {
  background: #bf1f8e;
  padding-bottom: 3rem;
  position: relative;
}

#mapa h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
  text-align: right;
}

#mapa .legenda {
  position: absolute;
  width: 50%;
  max-width: 720px;
  height: 24.3vw;
  background-color: #0095dadb;
}

#mapa .legenda .content {
  display: flex;
  flex-flow: column;
  padding: 3rem;
  justify-content: center;
  align-items: end;
  height: 100%;
  box-sizing: border-box;
}

#mapa .legenda .content a {
  display: flex;
  gap: 15px;
  color: #fff;
  font-size: 2.125rem;
  font-weight: 400;
  margin-top: 1.25rem;
  align-items: center;
}

/*----PÁGINA INTERNA----*/
#main.interna {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

#main.interna.bg-rosa {
  background-color: #bf1f8e;
}

#main.interna.bg-azul {
  background-color: #0095da;
}

#main.interna article img {
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 700px;
}

#main.interna article h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
}

#main.interna article p {
  text-align: justify;
  font-size: 16px;
  color: #fff;
}

/*----FOOTER----*/
#footer {
  padding: 10px 0;
}

#footer h2 {
  opacity: 1;
}

#footer p {
  line-height: 1;
  opacity: 1;
  padding: 0;
  margin-top: 6px;
}

#footer p.text-endereco {
  line-height: 1.8;
}

#footer p.text-copy {
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

#footer img {
  float: right;
  margin-top: 6px;
}

/*----MEDIA----*/
@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
  nav ul li a {
    font-size: inherit;
  }

  #banner .box-texto {
    bottom: 80px;
  }
}

@media (max-width: 991px) {
  #banner .legenda p {
    display: none;
  }

  #banner .legenda a {
    margin-top: 0;
  }

  #banner {
    padding-top: 132px;
  }

  nav .logo {
    max-width: 200px;
  }

  nav ul li a:hover {
    text-decoration: none;
  }

  nav a.lang {
    margin-left: 0;
  }

  nav .menu-rede a.link-menu {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  nav .menu-rede {
    margin: 1rem 0;
  }

  #banner .box-texto {
    bottom: 40px;
  }

  .box-links {
    width: 98%;
  }

  #cidades .content {
    display: block;
  }
  /* #cidades .content .box {
    width: 49%;
    float: left;
  } */

  #mapa h3 {
    font-size: 1rem;
  }

  #mapa .legenda .content a {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
  #banner span.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
      right: 10px;
      bottom: 100px;
  }
  #banner span.swiper-pagination-bullet {
    width: 26px;
    height: 26px;
  }
  #banner span.swiper-pagination-bullet span.bullet {
    font-size: 12px;
  }
}

@media (max-width: 565px) {
  h2 {
    font-size: 1.75rem !important;
  }
  h3 {
    font-size: 1.1875rem !important;
  }
  h4 {
    font-size: 1rem !important;
  }
  p {
    font-size: 0.9375rem !important;
  }
  nav ul {
    top: 16px;
  }

  #header {
    padding: 0;
  }

  #banner {
    padding-top: 96px;
  }

  #banner .box-texto {
    bottom: 20px;
  }

  #banner .box-texto p big {
    font-size: 1.1875rem;
  }

  #banner .box-texto p small {
    font-size: 1rem;
  }

  #banner .legenda .content {
    margin-top: -15vw;
  }
  #banner .legenda a {
    font-size: 15px;
    max-width: 120px;
  }
  #carroussel .bg {
    height: auto !important;
  }
  #carroussel .swiper-wrapper .swiper-slide::before {
    height: 120px;
    margin-top: 41px;
}
  #cidades .content {
    display: block;
  }
  #cidades .content .box {
    width: 100%;
  }

  #footer h2,
  #footer p {
    text-align: center;
  }

  #footer img {
    float: inherit;
    margin: 0 auto;
    margin-top: 12px;
  }

  #footer .img-logo {
    margin: 0 auto;
    display: table;
    margin-bottom: 2rem;
  }

  #mapa .legenda {
    position: relative;
    width: 100%;
    padding: 1rem 0;
    height: inherit;
  }
}

@media (max-width: 400px) {
  #banner .box-texto {
    bottom: 10px;
  }

  #banner .box-texto p big {
    font-size: 0.9375rem;
  }

  #banner .box-texto p small {
    font-size: 0.75rem;
  }
  
  #banner .legenda .content {
    padding: 12px;
  }

  #especialidades .box-flex .figure {
    padding: 5px;
    height: 77px;
  }
}

@media (max-width: 288px) {
  nav .logo {
    max-width: 140px;
  }
}
