@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/GothamBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/Gotham-Medium.woff") format("woff"),
    url("../fonts/GothamMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/GothamBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/GothamLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* CONF GERAL */

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

body {
  font-family: "Gotham", sans-serif;
  padding-top: 97px;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
textarea,
label,
label span {
  font-family: "Roboto", sans-serif !important;
}
/* Inicio Menu */

#mainNav {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  background: white;
  transition: 0.5s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#mainNav .navbar {
  padding: 0;
}
img.logo-header {
  margin: 24px 0;
  transition: 0.5s;
}
#navbarResponsive {
  transition: 0.5s;
}
#mainNav .navbar-toggler {
  font-size: 26px;
  padding: 8px 25px;
  color: #ff7900;
  border: none;
}
#mainNav .navbar-nav > li > a {
  font-weight: 500;
  color: #191f23;
  padding: 16px clamp(10px, 4vw, 30px);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
#mainNav .navbar-shrink img.logo-header {
  margin: 8px 0;
}

.dropdown-menu {
  box-shadow: rgb(45 41 38 / 20%) 0 0 20px;
  border-top: 2px solid #ff7900;
  margin: 0 -18% 0 0;
  max-width: 100%;
}

.dropdown-item {
  font-size: 16px;
  font-weight: 500;
  white-space: normal;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a.active,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #ff7900;
}

/* FIM Menu */

/* Margens */
.my-60 {
  margin: 60px 0;
}

/* Padding */

/* Tipos de textos */

.tipo_text_12 {
  font-size: 12px;
  line-height: 1;
}
.tipo_text_14 {
  font-size: 14px;
  line-height: 1.4;
}
.tipo_text_16 {
  font-size: clamp(15px, 3vw, 16px);
  line-height: 19px;
}
.tipo_text_18 {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.tipo_text_20 {
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.tipo_text_22 {
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.tipo_text_24 {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.tipo_text_36 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.tipo_text_48 {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.hr-black {
  margin: 0 0 32px;
  background-color: black;
  opacity: 1;
}

/* Cor */
.cor-e22627 {
  color: #ff7900;
}

/* Breadcrumbs */
.bread {
  padding: 60px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Botoes */
a {
  transition: 0.5s;
}
a:hover {
  color: #ff7900;
}

a.botao-header {
  font-size: 16px;
  line-height: 19px;
  padding: 16px 60px 19px;
  color: #ff7900;
  border: 1px solid #ff7900;
  border-radius: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}
a.botao-header:hover {
  color: white;
  background-color: #ff7900;
}

a.botao-footer {
  font-size: 16px;
  line-height: 19px;
  padding: 11px 24px;
  border: 2px solid #ffffff;
  border-radius: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
a.botao-footer:hover {
  color: white;
  background-color: #ff7900;
}

a.botao-footer.muda_cor_b {
  color: #ff7900;
  border: 2px solid #ff7900;
  margin: 0 0 0 20px;
}
a.botao-footer.muda_cor_b:hover {
  color: white;
}
a.botao-footer.muda_cor_b img {
  filter: invert(45%) sepia(89%) saturate(1201%) hue-rotate(359deg)
    brightness(101%) contrast(107%);
}

a.botao-footer.muda_cor_b:hover img {
  filter: none;
}

a.botao-whats {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1;
  padding: 17px 80px 17px 29px;
  border: 2px solid #ffffff;
  border-radius: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 32px;
  font-weight: 700;
}

a.botao-whats:hover {
  transform: scale(1.1);
  color: white;
}

.botao-sub {
  border: 2px solid #ff8b49;
  transition: 0.3s;
  float: right;
  padding: 24px 83px;
  background: #ff8b49;
  border-radius: 22px;
  line-height: 1;
  max-width: 100%;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: clamp(16px, 2vw, 24px);
  margin-top: 30px;
}
.botao-sub:hover {
  background: white;
  color: #ff8b49;
  border: 2px solid #ff8b49;
}

.botao-ori {
  border: 2px solid #ff8b49;
  transition: 0.3s;
  padding: 20px 53px;
  background: #ff8b49;
  border-radius: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: clamp(16px, 2vw, 18px);
  color: white;
}
.botao-ori:hover {
  background: white;
  color: #ff8b49;
  border: 2px solid #ff8b49;
}

/* Formulario */

.formu {
  padding: 60px 30px 35px;
  background: #ffffff;
  border: 1px solid #b7c8d5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  max-width: 636px;
  position: absolute;
  right: 0;
  top: 100px;
  color: #191f23;
}
.form-floating input {
  border: 1px solid #b7c8d5;
  border-radius: 16px;
  padding: 30px 20px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1;
  margin-bottom: 23px;
  color: #191f23 !important;
}

.form-floating textarea {
  border: 1px solid #b7c8d5;
  border-radius: 16px;
  padding: 30px 20px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1;
  margin-bottom: 23px;
  height: 184px;
  resize: none;
  color: #191f23 !important;
}
form input[type="email"].tnp-email {
  border: 1px solid #b7c8d5;
  border-radius: 16px;
  padding: 30px 20px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1;
  margin-bottom: 23px;
  background-color: white;
}
form .tnp-field-button input {
  background-color: #ff7900;
  color: wshite;
}
.form-floating input::-webkit-input-placeholder {
  /* Edge */
  color: #191f23;
}
.form-floating input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #191f23;
}
.form-floating input::placeholder {
  color: #191f23;
}
::-webkit-input-placeholder {
  color: #191f23;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #191f23;
}
:-ms-input-placeholder {
  color: #191f23;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #191f23;
}
/* footer */
footer {
  padding: 58px 0 70px;
  background-color: black;
  color: white;
  border-top: 42px solid white;
}
img.logo-footer {
  margin-bottom: 27px;
}
footer h6 {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
footer h4 {
  font-weight: bold;
  margin-bottom: 6px;
}
footer p {
  font-weight: 300;
  margin-bottom: 4px;
}
footer li {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
footer hr {
  background-color: white;
  margin: 13px 0 20px;
  opacity: 1;
  height: 2px !important;
}

/* Secao 1 */
#secao-1 {
  background-position: 35% 50%, center, center;
  background-repeat: no-repeat;
  background-size: auto, cover, cover;
  padding: 101px 0 143px;
  color: white;
}
#secao-1 h2 {
  max-width: 564px;
  margin-bottom: 14px;
  font-weight: 600;
}
#secao-1 h6 {
  max-width: 400px;
  font-weight: 300;
}
#secao-1 h5 {
  max-width: 304px;
  margin-bottom: 20px;
  font-weight: 500;
}
#secao-1 p {
  margin-top: 14px;
  font-weight: 500;
}
.card-banner {
  background: #ffffff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  color: #191f2399;
  padding: 52px 34px 80px;
}
.card-banner-interno {
  border: 1px solid #b7c8d5;
  box-sizing: border-box;
  border-radius: 19px;
  min-height: 123px;
}

/* Secao 2 */
#secao-2 {
  background: rgba(183, 200, 213, 0.2);
  padding: 33px 0 24px;
}
#secao-2 h4 {
  color: #191f23;
  margin-bottom: 16px;
}
#secao-2 h6 {
  max-width: 530px;
  color: rgba(25, 31, 35, 0.6);
}

/* Secao 3 */
#secao-3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 79px;
  padding: 63px 0 100px;
}
#secao-3 h3 {
  max-width: 424px;
  color: #191f23;
  margin-bottom: 26px;
}
#secao-3 h6 {
  max-width: 550px;
  color: rgba(25, 31, 35, 0.6);
  margin-bottom: 29px;
}
#secao-3 p {
  color: rgba(25, 31, 35, 0.6);
  margin: 25px 10px 0 70px;
}
.fundo-video {
  max-width: 526px;
  height: 279px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
}

a.scale-1-2:hover {
  transform: scale(1.2);
}

.card-banner-interno-esp {
  min-height: 306px;
  background-color: white;
  margin-bottom: 24px;
}

a.img-hover:hover .card-banner-interno {
  border: 1px solid #ff7900;
  background-image: linear-gradient(
    0deg,
    rgba(255, 121, 0, 0.2) 0%,
    rgba(255, 121, 0, 0.2) 100%
  );
}

a.img-hover:hover img {
  filter: invert(45%) sepia(89%) saturate(1201%) hue-rotate(359deg)
    brightness(101%) contrast(107%);
}

/* Secao 4 */
#secao-4 {
  padding: 100px 0 0;
}
#secao-4 h3 {
  color: #191f23;
  margin-bottom: 30px;
  max-width: 497px;
}
#secao-4 h6 {
  max-width: 724px;
  color: rgba(25, 31, 35, 0.6);
  margin-bottom: 44px;
}
.card-dep {
  border: 1px solid #b7c8d5;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 43px 28px 63px;
  max-width: 550px;
  margin-left: -50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.slider-2 .slick-prev:before {
  background-image: url("../img/prev.png");
}
.slider-2 .slick-next:before {
  background-image: url("../img/next.png");
}
.slick-prev:before,
.slick-next:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 40px;
  color: transparent;
}
.slick-next {
  right: -2%;
}
.slick-prev {
  left: -4%;
}
.slick-dots li button:before {
  font-size: 16px;
  opacity: 0.25;
  color: #ff7900;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ff7900;
}
.slick-dots {
  bottom: -50px;
}

/* Secao 5 */
#secao-5 {
  padding: 140px 0 80px;
}
#secao-5 h3 {
  color: #191f23;
  margin-bottom: 30px;
  max-width: 475px;
}
#secao-5 h6 {
  max-width: 658px;
  color: rgba(25, 31, 35, 0.6);
  margin-bottom: 50px;
}
.card-projeto {
  border: 1px solid #b7c8d5;
  border-radius: 19px;
  max-width: 856px;
  padding: 12px 0;
  margin-bottom: 60px;
}
#secao-5 .nav-pills .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(25, 31, 35, 0.6);
  padding: 22px 38px;
  border-radius: 22px;
}
#secao-5 .nav-pills .nav-link.active,
#secao-5 .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff7900;
}
.min-hei-264 {
  height: 264px;
  border: 1px solid #b7c8d5;
  border-radius: 16px;
  object-position: center;
  object-fit: cover;
  margin-bottom: 30px;
}
.ver_mais {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #ff8b49;
  border: 1px solid #ff8b49;
  border-radius: 22px;
  padding: 14px 16px 16px;
}
.ver_mais img {
  filter: invert(45%) sepia(89%) saturate(1201%) hue-rotate(359deg)
    brightness(101%) contrast(107%);
  max-width: 39px;
  margin-left: 10px;
}
.ver_mais:hover {
  color: white;
  border: 1px solid white;
  background-color: #ff7900;
}
.ver_mais:hover img {
  filter: none;
}

/* Secao 6 */
#secao-6 {
  padding: 73px 0 125px;
  background-color: rgba(183, 200, 213, 0.2);
  background-position: 54% 45px;
  background-repeat: no-repeat;
  background-size: auto;
}
#secao-6 h4 {
  color: #191f23;
  margin-bottom: 16px;
  max-width: 526px;
}
#secao-6 h5 {
  color: #ff7900;
  margin-bottom: 16px;
}
#secao-6 h6 {
  max-width: 526px;
  color: rgba(25, 31, 35, 0.6);
  margin-bottom: 79px;
}
#secao-6 #accordionFlushExample {
  max-width: 440px;
}
#secao-6 .accordion-item {
  background-color: transparent;
  border-color: #b7c8d5;
  border-left: 0;
  border-right: 0;
}
#secao-6 .accordion-button {
  padding: 14px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(25, 31, 35, 0.6);
  background-color: transparent;
}
#secao-6 .accordion-body {
  padding: 8px 0 14px;
}
#secao-6 .accordion-item:first-of-type {
  border-top: 0;
}

#secao-6 .accordion-button::after {
  background-image: url("../img/plus.png");
  margin-left: 26px;
}

#secao-6 .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.png");
}

#secao-6 .accordion-button:not(.collapsed) {
  box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
}

@media (min-width: 1350px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1260px;
  }
}

/* Category Page */

#cat-page h2 {
  margin-bottom: 34px;
}
#cat-page p {
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.05em;
  color: rgba(25, 31, 35, 0.6);
  margin: 6px 0 32px;
  min-height: 60px;
}
#cat-page .max-hei-328 {
  height: 264px;
  border: 1px solid #b7c8d5;
  border-radius: 16px;
  object-position: center;
  object-fit: cover;
  margin-bottom: 16px;
}
.card-cat {
  border: 1px solid #b7c8d5;
  border-radius: 16px;
  padding: 21px 16px 28px;
  max-width: 404px;
  margin-bottom: 30px;
}
.m-w-12 {
  max-width: 12px;
}
.page-numbers {
  background: rgba(183, 200, 213, 0.2);
  border-radius: 8px;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0.05em;
  color: #ff7900;
  font-weight: bold;
  padding: 16px;
  transition: 0.5s;
}
.page-numbers:hover {
  background: rgba(255, 121, 0, 0.4);
}
.page-numbers.current {
  background: rgba(255, 121, 0, 0.4);
}
.pagin-n {
  margin-top: 6px;
  margin-bottom: 60px;
}

/* Post page */
#blog-page {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  padding: 170px 0 200px;
  color: white;
}
#blog-page h2 {
  max-width: 764px;
  margin-bottom: 32px;
}
#blog-page h5 {
  max-width: 636px;
  font-weight: 500;
  margin-bottom: 32px;
}
#uma-img,
#duas-img {
  padding: 70px 0;
}
#uma-img h6,
#duas-img h6 {
  color: rgba(25, 31, 35, 0.6);
  margin-top: 28px;
}
#duas-img img {
  height: 540px;
  border: 1px solid #b7c8d5;
  border-radius: 16px;
  object-position: center;
  object-fit: cover;
}
#dep-post {
  padding: 60px 0 80px;
  background: rgba(183, 200, 213, 0.2);
  color: rgba(25, 31, 35, 0.6);
}
#dep-post h3 {
  color: #191f23;
  margin-bottom: 18px;
}
#dep-post h6 {
  max-width: 636px;
}
#dep-post p {
  max-width: 636px;
  margin-bottom: 34px;
}
#dep-post h5 {
  color: #191f23;
  margin-top: 17px;
}

/* FAQ */
.faq {
  padding: 10px 0 136px;
}
.faq h4 {
  color: #252632;
  margin-bottom: 16px;
}
.faq h6 {
  color: rgba(25, 31, 35, 0.6);
  margin-bottom: 52px;
}
.faq .accordion-item {
  background-color: transparent;
  border: 1px solid #b7c8d5;
  border-radius: 19px;
  margin-bottom: 16px;
}
.faq .accordion-button {
  border-radius: 19px;
  padding: 24px 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(25, 31, 35, 0.6);
  background-color: transparent;
}
.faq .accordion-button::after {
  background-image: url("../img/plus.png");
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.png");
}
.faq .accordion-button:not(.collapsed) {
  box-shadow: inset 0 0 0 rgb(0 0 0 / 13%);
}

/* Fale Conosco */
#fale-page {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  padding: 68px 0 146px;
  margin-bottom: 320px;
  color: white;
}
#fale-page h2 {
  margin-bottom: 20px;
}
#fale-page h5 {
  max-width: 566px;
  margin-bottom: 35px;
}
#fale-page2 {
  padding: 168px 0 46px;
  color: #191f23;
}
.mapa-mp.ratio::before {
  max-height: 400px;
  padding-top: 400px;
}
.mapa-mp {
  margin-top: 24px;
}

/* Especialidades */

#cat-page-especial {
  padding: 86px 0 120px;
  color: #191f23;
}
#cat-page-especial h3 {
  padding-bottom: 16px;
}
#cat-page-especial h5 {
  padding-bottom: 64px;
  color: rgba(25, 31, 35, 0.6);
}
#cat-page-especial p {
  color: rgba(25, 31, 35, 0.6);
  margin: 25px 10px 0 70px;
}
#bloco-3-especialidades {
  padding: 120px 0;
  color: #191f23;
}
#bloco-3-especialidades h2 {
  padding-bottom: 16px;
  max-width: 770px;
  margin: 0 auto;
}
#bloco-3-especialidades h5 {
  padding-bottom: 64px;
  color: rgba(25, 31, 35, 0.6);
}
#bloco-3-especialidades h4 {
  padding-bottom: 16px;
  max-width: 456px;
}
#bloco-3-especialidades h6 {
  padding-bottom: 0;
  color: rgba(25, 31, 35, 0.6);
}
#bloco-3-especialidades img {
  border: 1px solid #b7c8d5;
  border-radius: 25px;
}
#bloco-3-especialidades .fundo-pontilhado {
  background-position: 67% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 30px 30px 0 0;
}

/* Especialidade post */
#blog-page-post {
  padding-bottom: 58px;
  color: #191f23;
}
#blog-page-post h2 {
  padding-bottom: 42px;
}
#blog-page-post h5 {
  color: rgba(25, 31, 35, 0.6);
}
#blog-page-post p {
  padding-bottom: 12px;
}
#oriente {
  background: rgba(183, 200, 213, 0.2);
  padding: 33px 0 60px;
}
#oriente h3 {
  padding-bottom: 22px;
  max-width: 464px;
}
#oriente p {
  padding-bottom: 50px;
  max-width: 530px;
}

/* Orçamento */
.fundo-black {
  background: #191f23;
  padding: 34px 0;
  border-radius: 16px 16px 0 0;
}
.modal-orc {
  padding: 25px 32px 0;
}
#exampleModalorc {
  color: #191f23;
}
#exampleModalorc .modal-content {
  border-radius: 16px;
  border: none;
}
#exampleModalorc .btn-close {
  opacity: 1;
  background-color: white;
  position: absolute;
  top: 10px;
  right: 10px;
}
#exampleModalorc .btn-close:hover {
  transform: scale(1.2);
}

/* BLOG */
#blog-page-cat {
  margin-bottom: 60px;
  color: white;
}

#blog-page-cat h2 {
  max-width: 566px;
}

#blog-page-cat h4 {
  padding-top: 20px;
  max-width: 566px;
}

#blog-page-cat h6 {
  padding-top: 14px;
}

.fundo-1-blog {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 414px;
  border-radius: 8px;
  border-right: 10px solid white;
}

.fundo-2-blog {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 414px;
  border-radius: 8px;
  border-left: 10px solid white;
}

.tamanho-414-1 {
  height: 414px;
  padding: 64px 0 0 30px;
}

.tamanho-414 {
  height: 414px;
  padding: 0 43px 40px 30px;
}

.widget {
  border: 1px solid #b7c8d5;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 39px 22px;
}

h3.cor000000widget {
  font-weight: bold;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #191f23;
  margin-bottom: 34px;
  text-align: center;
}

.widget ul {
  list-style-image: url("../img/chevron.svg");
  padding: 0 0 20px 25px;
}

.widget ul li {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: rgba(25, 31, 35, 0.6);
  margin-top: 16px;
}
.widget ul li a {
  border-bottom: 1px solid rgba(183, 200, 213, 0.4);
  width: 100%;
  display: block;
}

.widget .tagcloud a {
  font-size: 14px !important;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(25, 31, 35, 0.6);
  padding: 16px;
  border: 1px solid #b7c8d5;
  border-radius: 8px;
}

.widget .tagcloud a:hover {
  color: #ff7900;
  border: 1px solid #ff7900;
}

/* Blog post */

#blog-single .addtoany_content {
  border: 1px solid #b7c8d5;
  border-radius: 16px;
  padding: 33px 21px 27px;
  margin-top: 30px;
}
#blog-single h2 {
  margin-bottom: 10px;
}
#blog-single h5 {
  margin-bottom: 33px;
  color: rgba(25, 31, 35, 0.6);
}
#blog-single h6 {
  margin-bottom: 10px;
  color: rgba(25, 31, 35, 0.6);
}
#blog-single p {
  margin-bottom: 10px;
}
#blog-single img {
  margin-bottom: 50px;
}
#bloco-3-especialidades p {
  margin-bottom: 40px;
  color: rgba(25, 31, 35, 0.6);
  font-size: clamp(15px, 3vw, 16px);
  line-height: 1.2;
  max-width: 550px;
  letter-spacing: 0.05em;
}

@media (max-width: 992px) {
  #footer > div > div > div.col-lg-6 {
    margin: 42px 0 20px;
  }
  #exampleModalorc img {
    width: 50%;
  }
  .modal-orc {
    padding: 16px;
  }
  .form-floating input {
    padding: 16px;
    margin-bottom: 16px;
  }
  .form-floating textarea {
    padding: 16px;
    margin-bottom: 16px;
    height: 150px;
  }
  .bread {
    padding: 40px 0;
    font-size: 15px;
  }
  .mt-5 {
    margin-top: 0 !important;
  }
  .fundo-video {
    margin: 0 auto 30px;
  }
  #blog-page {
    text-align: center;
    padding: 80px 0 20px;
  }
  #bloco-3-especialidades {
    padding: 60px 0;
  }
  #bloco-3-especialidades .fundo-pontilhado {
    margin-bottom: 50px;
  }
  #fale-page {
    margin-bottom: 0px;
  }
  .formu {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    position: relative !important;
    padding: 30px 16px 0;
  }
  #bloco-3-especialidades img {
    width: 80%;
  }
  #cat-page-especial {
    padding: 50px 0 0px;
  }
  a.botao-whats {
    padding: 16px 20px;
  }
  #blog-page-post img {
    margin-bottom: 30px;
  }
  #secao-6 {
    background-position: right bottom;
  }
  .ver_mais {
    font-size: 14px;
  }
  .breadcrumbs {
    overflow: hidden;
  }
  .card-banner {
    margin-top: 50px;
  }
  #secao-3 {
    background-position: top right;
    margin-top: 59px;
    padding: 63px 0 60px;
  }
  .card-banner-interno {
    margin-bottom: 20px;
  }
  #secao-4 {
    padding: 0;
  }
  #secao-1 {
    padding: 50px 0 100px;
    background-position: 35% 50%, center, left;
  }
  .card-banner {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .card-dep {
    max-width: 340px;
  }
  .slick-next {
    overflow: hidden;
  }
  .slick-prev {
    overflow: hidden;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 40px;
  }
  #secao-4 {
    padding: 40px 0 0;
  }
  .botao-sub {
    text-align: center;
    padding: 24px 0;
  }
  #fale-page2 {
    padding: 68px 0 46px;
  }
  #secao-5 {
    padding: 90px 0 80px;
  }
  #duas-img img {
    margin-top: 20px;
  }
  #uma-img,
  #duas-img {
    padding: 30px 0;
  }
  #mainNav .navbar {
    padding-bottom: 20px;
  }
  #secao-3 {
    background-size: 0%;
  }
}

@media (max-width: 400px) {
  a.botao-whats {
    display: block;
  }
  .ver_mais {
    font-size: 12px;
    padding: 14px 3px 16px 9px;
  }
}
