@font-face {
    font-family: Museo Sans;
    font-weight: 100;
    src: url("../fonts/MuseoSans-100.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 100;
    font-style: italic;
    src: url("../fonts/MuseoSans-100Italic.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 300;
    src: url("../fonts/MuseoSans-300.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/MuseoSans-300Italic.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 500;
    src: url("../fonts/MuseoSans-500.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/MuseoSans-500Italic.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 700;
    src: url("../fonts/MuseoSans-700.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/MuseoSans-700Italic.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 900;
    src: url("../fonts/MuseoSans-900.otf");
}

@font-face {
    font-family: Museo Sans;
    font-weight: 900;
    font-style: italic;
    src: url("../fonts/MuseoSans-900Italic.otf");
}

@font-face {
    font-family: Gilroy;
    font-weight: 800;
    src: url("../fonts/Gilroy-ExtraBold.otf");
}

body {
    font-family: Museo Sans !important;
    font-weight: 300;
}

html {
    scroll-behavior: smooth;
}

::selection {
    background: #dd9933;
    color: #fff;
}

::-moz-selection {
    background: #dd9933;
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

::-webkit-scrollbar-track:enabled {
    background-color: #2299DD33;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #003D70;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #003D70;
}

section {
    padding: 30px 0 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

section#unidades {
    padding: 0;
    background-color: #bbbcbc;
}

#unidades h2 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    align-items: center;
    color: #fff;
}

#unidades .unidades_list {
    margin: 50px auto 0;
}

#unidades .single_unidades_list {
    margin: 10px;
}

#unidades .nome_unidade {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #b7312c;
}

#unidades span {
    display: block;
}

#unidades .endereco_unidade {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    max-width: 200px;
    margin: 20px 0;
}

#unidades .links_unidade {
    max-width: 100%;
}

#unidades .site {
    position: relative;
    color: #b7312c;
    padding-right: 10px;
}

#unidades .social {
    padding: 5px;
    display: flex;
}

#unidades .social img {
    transition: ease-in 0.2s;
}

section#footer {
    padding: 70px 0;
    background-color: #bbbcbc;
}

.container-consentimento {
    background-color: #dd9933;
    color: #fff;
}

.heading {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 20px;
    text-shadow: 2px 4px 6px #0000003d;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width:992px) {
	.heading {
	font-size: 3rem;
	}
}

.heading:after,
.heading:before {
    content: "";
    display: block;
    background-color: #fff;
    opacity: .2;
    width: 100%;
    height: 100%;
    top: 20px;
    position: absolute;
    left: 0;
}

.heading:after {
    background-color: #ffcd00;
    opacity: 1;
    width: 24px;
}

a,
a:hover,
a:visited {
    color: #003c71;
    text-decoration: none;
}

span.wpcf7-list-item.first.last {
    margin: 0 10px 0 0;
    padding: 0;
}
span#privacidade {
    padding: 0;
}

span.wpcf7-form-control-wrap.privacidade {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
}

.form-check.mt-5 {
    display: flex;
/*     flex-direction: row-reverse; */
}
span.wpcf7-list-item-label {
    display: none;
}


#footer-area {
  /*     background-color: var(--primary-red); */
  /*     padding: 40px 0 50px; */
  padding: 80px 0 50px;
  /*     border-top: 1px solid #D9D9D9; */
  background: radial-gradient(
      95.19% 102.05% at 2.64% 88.47%,
      #b62823 0%,
      rgba(182, 40, 35, 0) 100%
    ),
    radial-gradient(
      125.25% 80.19% at 95.59% 0%,
      #bd322d 0%,
      rgba(227, 158, 155, 0) 100%
    ),
    linear-gradient(0deg, #dd4944 0%, #dd4944 100%), #b7312c;
  background-blend-mode: multiply, hard-light, normal, normal;
  /*     border-radius: 40px 40px 0px 0px; */
}

#menu-footer-menu .sub-menu,
#menu-footer-menu {
  padding-right: 15px;
  padding-left: 15px;
  padding-inline-start: 0;
}

#menu-footer-menu .sub-menu {
  margin-bottom: 10px;
}

#footer-area ul,
#footer-area li {
  list-style: none;
}

#footer-area .primary-link.menu-item a,
#footer-area .primary-link.menu-item#menu-item-119 a,
#footer-area .primary-link.menu-item#menu-item-71 a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: white;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
  #footer-area .primary-link.menu-item a,
  #footer-area .primary-link.menu-item#menu-item-119 a,
  #footer-area .primary-link.menu-item#menu-item-71 a {
    line-height: 30px;
  }
}

#footer-area .sub-menu .menu-item a {
  font-weight: 100;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: var(--primary-areia);
  margin: 8px 0;
  text-decoration: none !important;
  transition: 0.3s;
}

#footer-area .sub-menu .menu-item a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  #menu-footer-menu {
    display: flex;
    justify-content: space-between;
  }
}

#footer-area hr {
  border: 1px solid var(--primary-yellow);
  margin: 24px auto;
}

#footer-area .credits-lius {
  margin: 60px auto 0;
}

#footer-area .credits {
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: white;
}

#footer-area .credits-2,
#footer-area .credits-2 a {
  /* text-align: right; */
  font-weight: 100;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #c9b4d1;
}

#footer-area .logo-footer {
  width: 100%;
  max-width: 190px;
}

#footer-area .siga-nos {
  color: #e8e8e8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.5px;
  text-align: left;
}

#footer-area h2 {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.5px;
}

#footer-area h3,
#footer-area a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.5px;
}

#footer-area .unidades-links h3,
#footer-area .unidades-links a {
  display: flex;
  align-items: center;
  gap: 5px;
}

#footer-area .unidades-links a img {
  width: 18px;
  height: 19px;
}

#footer-area .social-footer-link .socials-footer {
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  transition: 0.5s;
}

#footer-area .social-footer-link .socials-footer:hover {
  transform: scale(1.3);
}

@media only screen and (min-width: 768px) {
  #footer-area .col-lg-2 {
    text-align: right;
  }
  /*     #footer-area .credits-2,
#footer-area .credits-2 a {
    font-size: 14px;
} */
  #mega-menu-wrap-primary_menu,
  #mega-menu-wrap-secondary_menu {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #footer-area .container {
    padding: 0 30px;
  }

  #footer-area h2 {
    margin: 20px 0 12px;
  }

  #footer-area .unidades-links,
  #footer-area .siga-nos {
    text-align: center;
  }

  #footer-area .col-10 {
    margin: auto;
  }

  #footer-area .unidades-links h3,
  #footer-area .unidades-links a,
  #footer-area .col-10 .row {
    justify-content: center;
  }

  /*   #footer-area .logo-footer {
    margin-bottom: 32px;
  } */
  .slick-dots li button {
    font-size: 1px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
  }
  .slick-dots li:not(.slick-active) button {
    max-width: 12px !important;
  }
}

@media only screen and (max-width: 992px) {
  #footer-area .logo-footer {
    margin-bottom: 32px;
  }
}
