  /* CSS Document */
  @font-face {
    font-family: Poppins;
    font-display: swap;
    font-weight: 300;
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
  }
  @font-face {
    font-family: Poppins;
    font-display: swap;
    font-weight: 400;
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  }
  @font-face {
    font-family: Poppins;
    font-display: swap;
    font-weight: 500;
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  }
  @font-face {
    font-family: Poppins;
    font-display: swap;
    font-weight: 600;
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  }
  @font-face {
    font-family: Poppins;
    font-display: swap;
    font-weight: 700;
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  }
  @font-face {
    font-family: Manrope;
    font-display: swap;
    font-weight: 400;
    src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  }
  body {
    font-family: "Poppins Regular";
    font-size: 16px;
    color: #565656;
  }
  a {
    transition: all 0.3s ease-out;
    text-decoration: none;
  }
  a:hover {
    color: inherit;
  }
  .text-right {
    text-align: right;
  }
  .text-left {
    text-align: left;
  }
  .block {
    display: block;
  }
  .fade-in-element {
    opacity: 0;
    transform: translateY(20px); /* Inicialmente, mova os elementos para baixo */
    transition: opacity 0.5s, transform 0.5s;
  }
  .img-fluida img {
    width: 100%;
    height: auto;
  }
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .topo {
    width: 100%;
    background: #fff;
    padding: 16px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    border-bottom: 1px solid #DDDDDD;
  }
  .menu {
    display: block;
  }
  .menu a {
    display: inline-block;
    color: #818181;
    text-align: right;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px 22px;
  }
  .input-busca {
    border-radius: 50px;
    background: url("../images/icon-busca.svg") 15px center no-repeat #F0F0F0;
    padding: 15px 16px;
    display: inline-block;
    color: #8A8F94;
    text-align: left;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 45px;
    width: 100%;
  }
  .btn-marrom {
    border-radius: 50px;
    background: #C68649;
    padding: 16px 27px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
.btn-marrom:hover {
    background: #FAF2E7;
    color: #C68649;
}
  .principal {
    margin-top: 83px;
  }
  .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 700px;
    padding-top: 200px;
  }
  .banner h1 {
    display: block;
    color: #FFF;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
  }
  .banner p {
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .btn-banner {
    border-radius: 50px;
    border: 2px solid #FFF;
    padding: 16px 45px;
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    display: inline-block;
  }
  .btn-banner:hover {
    color: #C68649;
    background: #FAF2E7;
    border-color: #FAF2E7;
  }
  .sec {
    padding: 100px 0px;
  }
  .sec h2 {
    color: #C68649;
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 6.44px;
    margin-bottom: 20px;
  }
  .sec h3 {
    color: #616161;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 54.6px */
    letter-spacing: -1.05px;
    margin-bottom: 22px;
  }
  .sec h3 strong {
    color: #C68649;
    font-weight: 400;
  }
  .sec p {
    color: #818181;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.36px; /* 171% */
  }
  .content-btn-servicos {
    margin-top: 50px;
  }
  .btn-cada-servico {
    border-radius: 16.579px;
    color: #C68649;
    font-family: Poppins;
    font-size: 19.895px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 25.863px */
    letter-spacing: -0.497px;
    background: url("../images/seta-dir.svg") no-repeat 93% center #FAF2E7;
    padding: 10px 60px 10px 20px;
    height: 70px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .btn-cada-servico:hover {
    background-color: #C68649;
    color: #fff;
    background-image: url("../images/seta-dir-hover.svg");
  }
  .btn-bege {
    border-radius: 44.707px;
    background: #FAF2E7;
    padding: 16px 35px;
    color: #C68649;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
  }
  .btn-bege:hover {
    background: #C68649;
    color: #fff;
  }
  .single-post .newsletter, .single-servico .newsletter, .page-template-default .newsletter, .page-template-contato .newsletter {
    background: url("../images/bg-newsletter.svg") right center #F2DFC9 no-repeat;
  }
  .single-post .newsletter h2, .single-post .newsletter p, .single-servico .newsletter h2, .single-servico .newsletter p, .page-template-default .newsletter h2, .page-template-default .newsletter p, .page-template-contato .newsletter h2, .page-template-contato .newsletter p {
    color: #C68649;
  }
  .newsletter {
    background: url("../images/bg-news.svg") right center #D1A069 no-repeat;
    padding: 85px 0px;
  }
  .newsletter h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 125% */
  }
  .newsletter p {
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.004px; /* 188.259% */
    letter-spacing: 0.18px;
  }
  .input-news {
    border-radius: 10px;
    border: 1px solid #D3D6E3;
    background: #FFF;
    width: 100%;
    height: 51px;
    padding-left: 15px;
    color: #6A6A6A;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
  }
  .input-news::placeholder {
    color: #6A6A6A;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .btn-news {
    border-radius: 11.564px;
    background: #C68649;
    padding: 13px 33px;
    color: #fff;
    border: none;
    float: right;
  }
  .carousel-depoimentos {
    margin-top: 40px;
  }
  .content-depoimento {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 15px 15px;
    padding: 26px;
  }
  .content-depoimento h4 {
    display: block;
    text-align: center;
    color: #D1A069;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: url("../images/icon-aspas.svg") top center no-repeat;
    padding-top: 50px;
    margin-bottom: 10px;
  }
  .content-depoimento img {
    display: inline-block;
  }
  .content-depoimento p {
    color: #585858;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .cada-post-blog {
    display: block;
    background: #fff;
    border: 1px solid #ECECEC;
    padding: 15px;
    border-radius: 10.959px;
    margin-top: 30px;
    margin: 30px 15px;
  }
  .cada-post-blog a {
    color: #05383A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
  .cada-post-blog a:hover {
    color: #C68649;
  }
  .cada-post-blog h3 {
    font-size: 18px;
    line-height: 25.571px;
  }
  .cada-post-blog p {
    font-size: 12px;
    line-height: 18.265px;
  }
  .img-blog {
    width: 100%;
    height: 219px;
    overflow: hidden;
    border-radius: 5.48px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
  }
  .cada-post-blog a.tag-azul {
    display: inline-block;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 3.653px;
    flex-shrink: 0;
    border-radius: 5.48px;
    background: #FAF2E7;
    color: #C68649;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .cada-post-blog a.tag-azul:hover {
    background: #C68649;
    color: #fff;
  }
  .cada-post-blog a.leimais {
    color: #C68649;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.918px; /* 182.653% */
    text-decoration-line: underline;
  }
  .sec-instagram .btn-marrom {
    background-image: url("../images/icon-instagram.svg");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: 18px;
  }
  .sec-blog, .sec-instagram {
    padding-top: 0px;
  }
  .mapa iframe {
    width: 100%;
    height: 400px;
  }
  .rodape {
    padding: 100px 0px 0px 0px;
    background: #D1A069;
  }
  .img-rodape {
    margin-bottom: 40px;
  }
  .rodape p {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .rodape h5 {
    display: block;
    color: #F8F8F8;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: left;
  }
  .rodape a {
    display: block;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
  }
  .menu-rodape {
    padding-left: 60px;
  }
  .social-icones a {
    display: inline-block;
  }
  .assinatura {
    border-top: 1px solid #fff;
    padding: 20px 0px;
    margin-top: 50px;
  }
  .assinatura p a {
    display: inline-block;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .assinatura p {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .topo-desktop {
    display: block;
  }
  .topo-mobile {
    display: none;
  }
  .migalhas {
    display: block;
    padding: 24px 0px 24px 0px;
  }
  .migalhas a {
    color: #565656;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.242px; /* 151.73% */
  }
  .migalhas span {
    color: #D1A069;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.242px; /* 151.73% */
  }
  .tit-internas h1 {
    color: #616161;
    text-align: center;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 44.2px */
    letter-spacing: -0.85px;
    padding: 55px 0px;
  }
  .tit-internas h1 strong {
    color: #C68649;
    font-weight: 400;
  }
  .category .tit-internas h1 {
    padding-bottom: 0px;
  }
  .banner-img {
    width: 100%;
    height: 555px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .banner-contato {
    width: 100%;
    height: 285px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.banner-contato h1 {
    color: #fff;
    margin-top: 20%;
}
.wpcf7 p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
  .bg-amarelo {
    background: #FBF8F2;
  }
  .img-especialista {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 215px;
    border-radius: 15px;
    margin-bottom: 35px;
  }
  .content-especialistas {
    margin-top: 90px;
  }
  .content-especialistas h4 a {
    color: #CD955F;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
  }
  .content-especialistas h4 a:hover {
    color: #616161;
  }
  .content-especialistas p {
    color: #565656;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    min-height: 55px;
  }
  .btn-curriculo {
    border-radius: 44.707px;
    display: inline-block;
    padding: 21px 0px;
    background: #FAF2E7;
    width: 100%;
    text-align: center;
    color: #C68649;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.881px; /* 111.757% */
      margin-bottom: 30px;
  }
  .cada-img-gal {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
  }
  .carousel-estrutura {
    margin-top: 60px;
  }
  /* the slides */
  .carousel-estrutura .slick-slide {
    margin: 0 10px;
  }
  /* the parent */
  .carousel-estrutura .slick-list {
    margin: 0 -10px;
  }
  .carousel-estrutura .slick-prev {
    position: absolute;
    right: 85px;
    top: -111px;
    background: url("../images/btn-prev.svg") no-repeat;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
  }
  .carousel-estrutura .slick-next {
    position: absolute;
    right: 0px;
    top: -111px;
    background: url("../images/btn-next.svg") no-repeat;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
  }
  .post-destaque .tag-azul {
    display: inline-block;
    border-radius: 8.456px;
    background: #FAF2E7;
    padding: 5.637px 14.093px;
    color: #C68649;
    font-family: Poppins;
    font-size: 11.275px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.187px; /* 250% */
    text-decoration: none;
  }
  .post-destaque h3 {
    line-height: 39.461px;
  }
  .post-destaque h3 a {
    color: #05383A;
    font-family: Poppins;
    font-size: 27.777px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }
  .post-destaque p {
    color: #525B67;
    font-size: 16.975px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.187px; /* 166.048% */
    letter-spacing: -0.17px;
  }
  .post-destaque a {
    color: #C68649;
    font-family: Poppins;
    font-size: 18.518px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.824px; /* 182.653% */
    text-decoration-line: underline;
  }
  .sec-blog-interna {
    margin-top: 100px;
  }
  .content-busca {
    margin: 40px 0px;
  }
  .content-busca a {
    color: #616161;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
    margin-right: 27px;
  }
  .tag-azul {
    display: inline-block;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 3.653px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FAF2E7;
    ;
    color: #C68649;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ver-post h1 {
    margin: 10px 0px 25px 0px;
    color: #616161;
    text-align: center;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 54.6px */
    letter-spacing: -1.05px;
  }
  .date {
    background: url("../images/icon-data.svg") left center no-repeat;
    padding-left: 40px;
    display: inline-block;
    color: #6A6E76;
    font-family: Poppins;
    font-size: 15.96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .img-ver-post {
    margin: 50px 0px 40px 0px;
  }
  .content-texto-post {
    margin-bottom: 100px;
  }
  .cada-servico {
    border-radius: 16.579px;
    color: #C68649;
    font-family: Poppins;
    font-size: 19.895px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 25.863px */
    letter-spacing: -0.497px;
    background: url("../images/seta-dir.svg") no-repeat 93% center #FAF2E7;
    padding: 10px 60px 10px 20px;
    height: 70px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .cada-servico:hover {
    background-color: #C68649;
    color: #fff;
    background-image: url("../images/seta-dir-hover.svg");
  }
  .cada-servico-content {
    margin-top: 100px;
  }
  .lista-servicos {
    margin-top: 50px;
  }
  .cada-servico-content h3 {
    color: #616161;
    font-family: Poppins;
    font-size: 28.184px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 36.639px */
    letter-spacing: -0.705px;
  }
  .ver-servico h1 {
    display: block;
    color: #616161;
    text-align: left;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 54.6px */
    letter-spacing: -1.05px;
  }
  .procedimento-tag {
    display: inline-block;
    border-radius: 8.133px;
    background: #FAF2E7;
    padding: 8px 13.554px;
    color: #C68649;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .content-tit-servico {
    padding: 40px 0px 20px 0px;
  }
  .ver-contato h1 {
    display: block;
    margin-bottom: 50px;
  }
.ver-contato h2 {
    color: #565656;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0px;
    margin-bottom: 54px;
}
.ver-contato h2 strong {
    color: #C68649;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    display: block;
}
  .input-text {
    border-radius: 10px;
    border: 2px solid #E4E9EB;
    background: #FFF;
    height: 48px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 24px;
    color: #82868A;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .input-text::placeholder, .input-msg::placeholder {
    color: #82868A;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .input-msg {
    border-radius: 10px;
    border: 2px solid #E4E9EB;
    background: #FFF;
    height: 182px;
    width: 100%;
    margin-bottom: 15px;
    padding: 24px;
    color: #82868A;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .btn-enviar {
    border-radius: 28px;
    background: #C68649;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    color: #F8F8F8;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border: none;
  }
  .tit-especialista {
    margin-bottom: 100px !important;
    display: block;
  }
  .ver-profissional h1 {
    color: #616161;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 44.2px */
    letter-spacing: -0.85px;
    margin-bottom: 0px;
  }
  .ver-profissional h1 strong {
    display: block;
    color: #C68649;
    font-weight: 400;
  }
  .ver-profissional .especialidade-tit {
    display: block;
    color: #C68649;
    font-weight: 400;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
  }
  .crm {
    color: #616161;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
    letter-spacing: -0.375px;
  }
  .content-curriculo {
    margin-top: 30px;
    display: block;
  }
  .content-curriculo ul {
    padding-left: 20px;
  }
  .content-curriculo ul li {
    color: #818181;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.36px; /* 171% */
  }
  .pagination {
    text-align: center;
    padding: 20px 0px;
    display: block
  }
  .pagination .next {
    float: right;
    background: url("../images/icon-arrow-right.svg") no-repeat 85px center #fff !important;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 5px 45px 5px 15px;
    color: #344054 !important;
    width: auto !important;
    height: auto !important;
    padding-top: 5px !important
  }
  .pagination .prev {
    float: left;
    background: url("../images/icon-arrow-left.svg") no-repeat 15px center !important;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 5px 20px 5px 45px;
    color: #344054;
    color: #344054 !important;
    width: auto !important;
    height: auto !important;
    padding-top: 5px !important
  }
  .pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFF;
    color: #344054;
    padding-top: 5px;
    border-radius: 8px;
    padding-top: 11px
  }
  .pagination .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #C68649;
    color: #fff;
    padding-top: 5px;
    border-radius: 8px;
    padding-top: 11px
  }
  .content-comentario {
    margin-top: 40px;
  }
  .form-comentario {
    display: block;
    height: 54px;
    border-radius: 10px;
    background: #F8F8F8;
    width: 100%;
    border: none;
    padding-left: 15px;
  }
  .mensagem-comentario {
    margin-top: 15px;
    border-radius: 10px;
    background: #F8F8F8;
    height: 215px;
    border: none;
    padding: 15px;
  }
  .content-comentario h3 {
    color: #05383A;
    text-align: left;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .content-comentario .btn-enviar {
    margin-top: 15px;
  }
  .img-sobre {
    border-radius: 42px;
  }
  .img-ver-post img, .img-single img {
    border-radius: 20px;
  }
  .menu-mobile {
    display: none;
  }
  .sec-servicos h2 {
    text-align: center;
  }

.link-contato {
    color: #565656;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.903px;
    display: block;
    margin-bottom: 20px;
}

.link-contato strong {
    color: #C68649;
    font-weight: 400;
}

.link-contato:hover {
    text-decoration: underline;
}

.sec .p-contato {
    color: #565656;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.903px;
    display: block;
    margin-bottom: 20px;
}

.sec .p-contato strong {
    color: #C68649;
    font-weight: 400;
    display: block;
}

.content-instagram {
    padding:40px 0px;
}

  /*Mobile*/
  @media only screen and (max-width: 780px) {
    .topo-desktop {
      display: none;
    }
    .topo-mobile {
      display: block;
    }
    .principal {
      margin-top: 68px;
    }
      .banner-contato {
          height: 170px;
      }
      .banner-contato h1 {
          font-size: 23px;
      }
      .ver-contato h2 {
          margin-bottom: 30px !important;
      }
      .sec .p-contato {
          font-size: 16px;
      }
      .link-contato {
          font-size: 16px;
      }
    .banner {
      height: 100vh;
      padding-top: 118px;
    }
    .banner h1 {
      font-size: 26px;
    }
    .sec h3 {
      font-size: 26px;
    }
    .sec {
      padding: 50px 0px;
    }
    .btn-cada-servico {
      margin-bottom: 15px;
    }
    .sec-sobre .img-fluida {
      margin-bottom: 30px;
    }
    .sec h2 {
      margin-bottom: 10px;
    }
    .sec-estrutura .img-fluida {
      margin-top: 30px;
    }
    .newsletter {
      background-image: none;
    }
    .newsletter h2 {
      font-size: 26px;
    }
    .sec-blog .text-right, .sec-instagram .text-right {
      text-align: left;
    }
    .menu-rodape {
      display: none;
    }
    .rodape h5 {
      margin-bottom: 20px;
      margin-top: 40px;
      text-align: left;
    }
    .assinatura .text-right {
      text-align: center;
      margin-top: 15px;
    }
    .assinatura p {
      text-align: center;
    }
    .menu-mobile {
      background: #fff;
      position: absolute;
      left: 0px;
      top: 68px;
      width: 100%;
      height: 100vh;
      padding-top: 50px;
      text-align: center;
    }
    .menu-mobile a {
      display: block;
      color: #818181;
      font-size: 18px;
      margin-bottom: 15px;
    }
    .menu-mobile .social-icones a {
      display: inline-block !important;
    }
    .menu-mobile .social-icones {
      margin-top: 30px;
    }
    .menu-mobile .btn-marrom {
      color: #fff;
    }
    .tit-internas h1 {
      font-size: 24px;
      padding: 20px 0px;
    }
    .banner-img {
      height: 159px;
    }
    .page-template-institucional .btn-curriculo, .page-template-profissionais .btn-curriculo {
      margin-bottom: 30px;
    }
    .cada-servico-content .text-right {
      text-align: left;
    }
    .cada-servico-content .btn-marrom {
      margin-top: 10px;
    }
    .cada-servico-content h3 {
      font-size: 22px;
    }
    .ver-servico h1 {
      font-size: 24px;
      text-align: center;
    }
    .content-tit-servico .text-right {
      text-align: center;
    }
    .newsletter {
      background-image: none !important;
      padding: 39px 0px;
    }
    .img-single {
      margin-bottom: 30px;
    }
    .post-destaque h3 {
      line-height: 24px;
    }
    .post-destaque h3 a {
      font-size: 22px;
    }
    .post-destaque p {
      font-size: 14px;
    }
    .sec-blog-interna {
      padding-top: 0px;
    }
    .content-busca a {
      margin-right: 16px;
      display: inline-block;
      margin-bottom: 20px;
    }
    .paged .sec-blog-interna, .archive .sec-blog-interna {
      margin-top: 0px;
    }
    .cada-post-blog {
      margin: 30px 0px;
    }
    .page-template-contato .img-sobre {
      display: none;
    }
  }