@charset "UTF-8";
.hero-title, #home-hero .banner-text-wrapper .overall-text .banner-title {
  font-size: clamp(3rem, 4vw + 0.1rem, 6.5rem);
  line-height: clamp(3rem, 4vw + 0.1rem, 6.5rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-shadow: 0.2vw 0.2vw 0.3vw rgba(74, 53, 44, 0.1);
  font-family: "Ubuntu", sans-serif;
  width: 65%;
  display: inline-block;
}

.hero-text, #home-hero .banner-text-wrapper .overall-text .normal-text, .section-bg-field .text-wrapper .small-text p {
  display: block;
  font-size: clamp(1.1rem, 1.5vw + 0.1rem, 3rem);
  line-height: clamp(1.1rem, 1.5vw + 0.1rem, 3rem);
  font-family: "Montserrat", sans-serif;
  margin-top: 1vw;
  text-shadow: 0.2vw 0.2vw 0.3vw rgba(74, 53, 44, 0.9);
  width: 40%;
  display: inline-block;
}

.hero-title-inner, .banner-small .banner-text-wrapper .overall-text .banner-title-inner {
  font-size: clamp(2rem, 3vw + 0.1rem, 5rem);
  line-height: clamp(2rem, 3vw + 0.1rem, 5rem);
  font-weight: 700;
  letter-spacing: 0.3vw;
  text-shadow: 0.2vw 0.2vw 0.3vw rgba(74, 53, 44, 0.1);
  font-family: "Ubuntu", sans-serif;
  width: 65%;
  display: inline-block;
}

.main-title {
  color: #7e8488;
  font-size: clamp(2rem, 3vw + 0.1rem, 6rem);
  line-height: clamp(2rem, 3vw + 0.1rem, 6rem);
  font-weight: 900;
  margin-bottom: 3vw;
}

.h2-title, .section-agenda .container-section .wrapper-text .block-text h2, .section-icons .block-title h2, .section-especialidade .container-section .wrapper-text .block-text h2, .section-passos .block-title h2, .section-carousel .text-lateral .lateral-block .title-lateral, .section-main-blog .blog-title-wrapper h5, .section-main-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comment-title, .section-main-blog .right-blog-wrapper .categories-wrapper .newsletter-blog h6, .section-main-blog .post-related-container .post-related-title h5, .section-interno-blog .blog-title-wrapper h5, .section-interno-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comment-title, .section-interno-blog .right-blog-wrapper .categories-wrapper .newsletter-blog h6, .section-interno-blog .post-related-container .post-related-title h5, .section-sobre-nos .container-section .wrapper-text .block-text h2, .section-team .block-title h2, .section-servicos .container-section .wrapper-text .block-text h2, .section-modalidades .block-title h2, .section-ciencia .container-section .wrapper-text .block-text h2, .section-espaco .block-title h2, .section-espaco .container-section .wrapper-text .block-text h2, .section-contato .container-section .wrapper-text .block-text h2, .section-quem-somos .container-section .wrapper-text .block-text h2 {
  font-size: clamp(1.7rem, 2.6vw + 0.1rem, 5.4rem);
  line-height: clamp(1.7rem, 2.6vw + 0.1rem, 5.4rem);
  font-weight: 700;
  letter-spacing: 0.06rem;
  font-family: "Ubuntu", sans-serif;
  width: 100%;
  display: inline-block;
}

.h3-title, .section-icons .container-section .wrapper-text .block-text__inner h3, .section-passos .container-section .wrapper-text .block-text h3, .section-team .container-section .wrapper-text .block-text__inner h3, .section-modalidades .container-section .wrapper-text .block-text__inner h3 {
  font-size: clamp(1.3rem, 2vw + 0.1rem, 3rem);
  line-height: clamp(1.3rem, 2vw + 0.1rem, 3rem);
  color: #20333D;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
}

.p-style, p, .section-icons .block-title p, .section-icons .container-section .wrapper-text .block-text__inner p, .section-passos .block-title p, .section-passos .container-section .wrapper-text .block-text p, .section-carousel .text-lateral .lateral-block p, .section-sobre-nos .container-section .wrapper-text .block-text p, .section-team .block-title p, .section-team .container-section .wrapper-text .block-text__inner p, .section-servicos .container-section .wrapper-text .block-text p, .section-modalidades .block-title p, .section-modalidades .container-section .wrapper-text .block-text__inner p, .section-ciencia .container-section .wrapper-text .block-text p, .section-espaco .block-title p, .section-espaco .container-section .wrapper-text .block-text p, .section-espaco .container-section .wrapper-text .block-text address, .section-contato .container-section .wrapper-text .block-text p, .section-contato .container-section .wrapper-text .block-text address, .section-quem-somos .container-section .wrapper-text .block-text p {
  font-size: clamp(1rem, 1.1vw + 0.1rem, 1.5rem);
  line-height: clamp(1.1rem, 1.2vw + 0.1rem, 1.6rem);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.main-btn, .section-bg-field .btn-container a, .section-atendimento .text-container .flex-div .btn-container .hero-btn {
  background: white;
  border: 0.2rem solid rgba(255, 255, 255, 0.9);
  color: #20333D;
  font-weight: 600;
  font-size: clamp(0.7rem, 0.8vw + 0.1rem, 1rem);
  border-radius: 10rem;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-transform: uppercase;
  will-change: transform;
}
.main-btn:hover, .section-bg-field .btn-container a:hover, .section-atendimento .text-container .flex-div .btn-container .hero-btn:hover {
  transform: scale(1.03);
}

.secondary-btn {
  background: #373435;
  border: 0.2rem solid rgba(55, 52, 53, 0.9);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(0.7rem, 0.8vw + 0.1rem, 1rem);
  border-radius: 10rem;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-transform: uppercase;
  will-change: all;
}
.secondary-btn:hover {
  transform: scale(1.03);
}

.tertiary-btn, .section-carousel .text-lateral .lateral-block .btn-container a {
  background: #20333d;
  border: 0.2rem solid rgba(32, 51, 61, 0.9);
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(0.7rem, 0.8vw + 0.1rem, 1rem);
  border-radius: 10rem;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-transform: uppercase;
  will-change: all;
}
.tertiary-btn:hover, .section-carousel .text-lateral .lateral-block .btn-container a:hover {
  color: #ffffff;
  transform: scale(1.03);
}

.fortiary-btn, .section-icons .btn-container .tertiary-btn, .section-icons .section-carousel .text-lateral .lateral-block .btn-container a, .section-carousel .text-lateral .lateral-block .section-icons .btn-container a, .section-team .btn-container .tertiary-btn, .section-team .section-carousel .text-lateral .lateral-block .btn-container a, .section-carousel .text-lateral .lateral-block .section-team .btn-container a, .section-modalidades .btn-container .tertiary-btn, .section-modalidades .section-carousel .text-lateral .lateral-block .btn-container a, .section-carousel .text-lateral .lateral-block .section-modalidades .btn-container a {
  background: #4a352c;
  border: 0.2rem solid rgba(74, 53, 44, 0.9);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(0.7rem, 0.8vw + 0.1rem, 1rem);
  border-radius: 10rem;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-transform: uppercase;
  will-change: all;
}
.fortiary-btn:hover, .section-icons .btn-container .tertiary-btn:hover, .section-icons .section-carousel .text-lateral .lateral-block .btn-container a:hover, .section-carousel .text-lateral .lateral-block .section-icons .btn-container a:hover, .section-team .btn-container .tertiary-btn:hover, .section-team .section-carousel .text-lateral .lateral-block .btn-container a:hover, .section-carousel .text-lateral .lateral-block .section-team .btn-container a:hover, .section-modalidades .btn-container .tertiary-btn:hover, .section-modalidades .section-carousel .text-lateral .lateral-block .btn-container a:hover, .section-carousel .text-lateral .lateral-block .section-modalidades .btn-container a:hover {
  color: #ffffff;
  transform: scale(1.03);
}

@media (min-width: 2560px) {
  body #home-carousel .slider-container {
    padding-left: 27.5% !important;
  }
}
@media (min-width: 1920px) {
  body #home-carousel .slider-container {
    padding-left: 20%;
  }
}
@media (max-width: 767px) {
  .no-padding-mobile {
    padding: 0px;
  }
  .less-padding-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }
  body {
    overflow-x: hidden;
    /* HEADER STYLE */
    /* HEADER STYLE*/
    /* FOOTER STYLE*/
    /* FOOTER STYLE*/
    /* MODAL STYLE */
    /* MODAL STYLE */
    /* HOME STYLE */
    /* HOME STYLE */
    /* SOBRE NÓS */
    /* SERVIÇOS */
    /* CONTATO */
    /* WPP BTN */
    /* WPP BTN */
  }
  body .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  body .hide-mobile {
    display: none;
  }
  body .hide-desktop {
    display: inline-block;
  }
  body #header {
    z-index: 999;
  }
  body #header #header-wrapper .display-mobile-flex {
    display: flex;
    align-items: center;
  }
  body #header #header-wrapper .display-mobile-flex .extra-menu {
    display: flex;
    justify-content: center;
    top: 0.5rem;
    position: relative;
  }
  body #header #header-wrapper .container-fluid-mobile {
    padding: 0px;
  }
  body #header #header-wrapper .mobile-header-row {
    margin: 0px;
  }
  body #header #header-wrapper .menu-wrapper {
    padding: 0;
  }
  body #header #header-wrapper .menu-wrapper .menu-left {
    width: 90%;
  }
  body #header #header-wrapper .menu-wrapper .menu-center {
    width: 10%;
  }
  body #header #header-wrapper .logo-link {
    width: 100%;
  }
  body #header #header-wrapper .logo-link svg {
    width: 60vw;
  }
  body #header #header-wrapper .navbar {
    display: initial;
  }
  body #header #header-wrapper .navbar .offcanvas-backdrop {
    background: #20333D !important;
  }
  body #header #header-wrapper .navbar .show {
    opacity: 1 !important;
  }
  body #header #header-wrapper .navbar .offcanvas {
    padding-top: 90px;
    border: none;
    background: #20333D;
  }
  body #header #header-wrapper .navbar .offcanvas .navbar-nav {
    -webkit-backdrop-filter: blur(10px) !important;
            backdrop-filter: blur(10px) !important;
    padding-bottom: 1rem;
  }
  body #header #header-wrapper .navbar .offcanvas .navbar-nav .menu-item {
    text-align: right;
  }
  body #header #header-wrapper .navbar .offcanvas .navbar-nav .menu-item .nav-link {
    padding-right: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.5rem;
    display: inline-block;
    color: white;
  }
  body #header #header-wrapper .navbar .offcanvas .navbar-nav .menu-item .nav-link:before {
    margin-left: -25px;
  }
  body #header #header-wrapper .navbar .showing .navbar-nav .menu-item .nav-link {
    color: white !important;
  }
  body #header #header-wrapper .navbar .show .navbar-nav .menu-item .nav-link {
    color: white !important;
  }
  body #header #header-wrapper .navbar .navbar-toggler {
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-border-color: none;
  }
  body #header #header-wrapper .navbar .navbar-toggler svg {
    position: absolute;
    right: 0px;
    transition: opacity 350ms ease-in-out;
    z-index: 9999;
    top: -5px;
  }
  body #header #header-wrapper .navbar .navbar-toggler .menu-open-icon {
    width: 24px;
    opacity: 1;
  }
  body #header #header-wrapper .navbar .navbar-toggler .menu-open-icon path {
    fill: white;
  }
  body #header #header-wrapper .navbar .navbar-toggler .menu-close-icon {
    width: 22px;
    opacity: 0;
  }
  body #header #header-wrapper .navbar .navbar-toggler .menu-close-icon path {
    fill: white;
  }
  body #header #header-wrapper .navbar .hide .menu-open-icon {
    opacity: 0;
  }
  body #header #header-wrapper .navbar .hide .menu-close-icon {
    opacity: 1;
  }
  body #header #header-wrapper:after {
    display: none;
  }
  body .sticky {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.7) !important;
  }
  body .sticky .display-mobile-flex .extra-menu {
    top: 0.25rem !important;
  }
  body .sticky .logo-link img {
    width: 19vw !important;
  }
  body .sticky .logo-link svg {
    width: 50vw !important;
  }
  body .sticky .navbar {
    top: -4px !important;
  }
  body .sticky .navbar .offcanvas .navbar-nav .menu-item .nav-link {
    color: #20333D !important;
  }
  body .sticky .navbar .offcanvas .navbar-nav .menu-item .nav-link:hover:before {
    color: black !important;
  }
  body .sticky .navbar .offcanvas .navbar-nav .active .nav-link {
    font-weight: bold;
  }
  body .sticky .navbar .navbar-toggler {
    --bs-navbar-toggler-border-color: none;
  }
  body .sticky .navbar .navbar-toggler svg {
    top: 3px !important;
  }
  body .sticky .navbar .navbar-toggler .menu-open-icon path {
    fill: #20333D !important;
  }
  body .sticky .navbar .navbar-toggler .menu-close-icon {
    width: 22px;
    opacity: 0;
  }
  body .sticky .navbar .navbar-toggler .menu-close-icon path {
    fill: white;
  }
  body #footer .flex-container {
    flex-direction: column;
    padding-left: 2.8rem;
    padding-right: 2.5rem;
  }
  body #footer .flex-container .block {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  body #footer .flex-container .block .info-block {
    padding-left: 0;
  }
  body #footer .flex-container .block .title {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
  body #footer .flex-container .block .contact-menu {
    padding-left: 0;
    align-items: start;
  }
  body #footer .copyright-container {
    width: 100%;
    display: inline-block;
    padding-bottom: 9vw;
    margin-top: 6.5vw;
    text-align: center;
  }
  body #footer .copyright-container .border-footer {
    border-top: 0.2vw solid white;
    padding-top: 3.3vw;
  }
  body #footer .copyright-container span {
    float: inherit;
    font-size: 3vw;
    position: relative;
    top: 3vw;
    color: white;
    font-weight: 500;
  }
  body #footer .wbz-container {
    bottom: 0;
    position: relative;
    width: 100%;
    display: flex;
  }
  body #footer .wbz-container .inner-container .wbz-link svg {
    width: 3rem;
  }
  body .modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    background-size: cover;
    background-position: center;
  }
  body .modal .modal-dialog .modal-content .modal-header .modal-title {
    color: white;
    font-size: 48px;
  }
  body .modal .modal-dialog .modal-content .modal-body .inner-block {
    width: 100%;
  }
  body .modal .modal-dialog .modal-content .modal-body .inner-block .modal-block ul li {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  body .modal .modal-dialog .modal-content .modal-body .inner-block .modal-block p {
    font-size: 16px;
  }
  body #home-hero .swiper-hero .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100dvh;
  }
  body #home-hero .swiper-hero .swiper-wrapper .swiper-slide .video-embed {
    display: none;
  }
  body #home-hero .swiper-hero .swiper-wrapper .swiper-slide .video-embed iframe {
    width: 100%;
    height: 100dvh;
  }
  body #home-hero .banner-text-wrapper {
    padding-top: 80px;
  }
  body #home-hero .banner-text-wrapper .overall-text .banner-title {
    width: 100%;
  }
  body #home-hero .banner-text-wrapper .overall-text .normal-text {
    width: 90%;
  }
  body .banner-small {
    height: 50dvh;
  }
  body .banner-small .banner-text-wrapper .overall-text .normal-text {
    width: 100% !important;
  }
  body .section-agenda .container-section {
    flex-direction: column;
  }
  body .section-agenda .container-section .block-img {
    padding-bottom: 1rem;
  }
  body .section-agenda .container-section .block-img img {
    height: 20rem;
  }
  body .section-agenda .container-section .wrapper-text {
    padding-left: 0;
    padding-right: 0;
  }
  body .section-agenda .container-section .wrapper-text .block-text {
    text-align: center;
  }
  body .section-agenda .container-section .wrapper-text .block-text p {
    width: 100%;
  }
  body .section-agenda .container-section .wrapper-text .btn-container {
    text-align: center;
  }
  body .section-icons .block-title p {
    width: 100%;
  }
  body .section-icons .block-title .small-text {
    width: 100%;
  }
  body .section-icons .container-section {
    gap: 2rem;
    padding-top: 2rem;
  }
  body .section-icons .container-section .flex {
    flex-direction: column;
  }
  body .section-icons .container-section .flex .block-icon .image {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .section-icons .container-section .flex-full .block-icon .image {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .section-icons .container-section .flex-full .block-text__inner {
    width: 85% !important;
  }
  body .section-especialidade .container-section {
    flex-direction: column;
  }
  body .section-especialidade .container-section .block-img img {
    height: 20rem;
  }
  body .section-especialidade .container-section .wrapper-text {
    padding-left: 0;
    margin-top: 1rem;
    text-align: center;
  }
  body .section-especialidade .container-section .wrapper-text .block-text p {
    width: 100%;
  }
  body .section-especialidade .container-section .wrapper-text .btn-container {
    text-align: center !important;
  }
  body .section-passos .block-title p {
    width: 100%;
  }
  body .section-passos .container-section {
    flex-direction: column;
    align-items: center;
  }
  body .section-passos .container-section .wrapper-text {
    width: 90%;
  }
  body .section-passos .container-section .wrapper-text .block-text p {
    width: 100%;
  }
  body .section-bg-field .text-wrapper .main-text {
    width: 100%;
  }
  body .section-bg-field .text-wrapper .small-text p {
    width: 100%;
  }
  body .section-sobre-nos .container-section {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  body .section-sobre-nos .container-section .block-img img {
    height: 20rem;
  }
  body .section-sobre-nos .container-section .wrapper-text {
    margin-top: 1rem;
  }
  body .section-sobre-nos .container-section .wrapper-text .block-text p {
    width: 100%;
  }
  body .section-team .block-title p {
    width: 100%;
  }
  body .section-team .container-section {
    gap: 2rem;
    padding-top: 2rem;
    gap: 3rem;
    display: flex;
    flex-direction: column;
  }
  body .section-team .container-section .flex {
    flex-direction: column;
  }
  body .section-team .container-section .reverse-column .wrapper-text {
    flex-direction: column-reverse;
  }
  body .section-team .container-section .flex-full {
    padding-top: 1.5rem;
  }
  body .section-team .container-section .flex-full .block-icon {
    width: 100%;
  }
  body .section-team .container-section .flex-full .block-icon .image {
    width: 100%;
  }
  body .section-team .container-section .flex-full .block-text__inner {
    width: 100% !important;
  }
  body .section-team .container-section .wrapper-text {
    height: 100%;
    flex-direction: column;
  }
  body .section-team .container-section .wrapper-text .block-text {
    margin-top: 0.9rem;
    padding-top: 0.6rem;
    padding: 2rem 1rem;
  }
  body .section-team .container-section .wrapper-text .block-text__inner {
    z-index: 1;
    width: 90%;
  }
  body .section-servicos .container-section {
    display: flex;
    flex-direction: column;
  }
  body .section-servicos .container-section .block-img img {
    height: 20rem;
  }
  body .section-servicos .container-section .wrapper-text {
    padding-left: 0rem;
    margin-top: 1rem;
    text-align: center;
  }
  body .section-servicos .container-section .wrapper-text .block-text p {
    width: 100%;
  }
  body .section-modalidades .container-section {
    gap: 2rem;
    padding-top: 2rem;
  }
  body .section-modalidades .container-section .flex {
    flex-direction: column;
  }
  body .section-modalidades .container-section .flex .block-icon .image {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .section-modalidades .container-section .flex-full .block-icon {
    height: 100%;
  }
  body .section-modalidades .container-section .flex-full .block-icon .image {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .section-modalidades .container-section .flex-full .block-text__inner {
    width: 85% !important;
  }
  body .section-ciencia .container-section {
    flex-direction: column;
  }
  body .section-ciencia .container-section .block-img img {
    height: 20rem;
  }
  body .section-ciencia .container-section .wrapper-text {
    padding-left: 0rem;
    margin-top: 1rem;
  }
  body .section-ciencia .container-section .wrapper-text .block-text {
    text-align: center;
  }
  body .section-ciencia .container-section .wrapper-text .block-text p {
    width: 100%;
  }
  body .section-ciencia .container-section .wrapper-text .btn-container {
    text-align: center !important;
  }
  body .section-espaco .block-title p {
    width: 100%;
  }
  body .section-espaco .container-section {
    flex-direction: column;
  }
  body .section-espaco .container-section .inner {
    flex-direction: column;
    width: 90%;
  }
  body .section-espaco .container-section .first-wrapper .block-text {
    padding-left: 1rem;
  }
  body .section-espaco .container-section .second-wrapper {
    padding-left: 0rem !important;
    text-align: center;
  }
  body .section-espaco .container-section .wrapper-text {
    flex-direction: column;
    align-items: center;
  }
  body .section-espaco .container-section .wrapper-text .block-icon {
    height: 100%;
  }
  body .section-contato .container-section {
    flex-direction: column;
  }
  body .section-contato .container-section .inner {
    width: 90%;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
  body .section-contato .container-section .second-wrapper {
    padding-left: 0rem;
  }
  body .section-contato .container-section .wrapper-text {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  body .section-contato .container-section .wrapper-text .block-icon {
    height: 100%;
  }
  body .section-contato .container-section .wrapper-text .block-text ul {
    padding-left: 0rem;
  }
  body .wpp-container {
    bottom: 15px;
    right: 15px;
  }
  body .wpp-container a {
    display: inline-block;
  }
  body .wpp-container a img {
    width: 50px;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: inline-block;
}

svg {
  overflow: visible;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Animações geraos de entrada com timeline + scroll trigger */
.custom-shape-divider-top-1763767773 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1763767773 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 35px;
}

.custom-shape-divider-top-1763767773 .shape-fill {
  fill: #FFFFFF;
}

body {
  font-family: "Montserrat", sans-serif !important;
}
body .container {
  max-width: 110rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
body .smaller-container {
  max-width: 90rem;
}

.hide-mobile {
  display: inline-block;
}

.hide-desktop {
  display: none;
}

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

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

.align-left {
  text-align: left !important;
}

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

.display-none {
  display: none !important;
}

.display-flex {
  display: flex;
  align-items: center;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-lf {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: clamp(1rem, 1vw + 0.1rem, 1.5rem) !important;
  padding-right: clamp(1rem, 1vw + 0.1rem, 1.5rem) !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.no-padding-top {
  padding-top: 0px !important;
}

.ten-padding-left {
  padding-left: 10px;
}

.ten-padding-right {
  padding-right: 10px;
}

.animate {
  opacity: 1;
}

html {
  overflow-x: hidden;
  scrollbar-color: #7e8488 #20333D !important;
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #4A352C;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none !important;
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}

/* HEADER STYLE */
#header {
  position: absolute;
  width: 100%;
  background: transparent;
  transition: all 290ms ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#header .menu-wrapper {
  display: flex;
  align-items: center;
}
#header .menu-wrapper .menu-left {
  width: 25%;
}
#header .menu-wrapper .menu-center {
  width: 75%;
}
#header .logo-link {
  position: relative;
}
#header .logo-link svg {
  width: clamp(17rem, 18vw + 0.1rem, 22rem);
  transition: all 300ms ease-in-out;
  filter: drop-shadow(white 5px 5px 30px) invert(5%);
}
#header .logo-link #main-logo path {
  transition: all 290ms ease-in-out;
}
#header .logo-link #main-logo #path0 {
  fill: #ffffff;
}
#header .logo-link #main-logo #path1 {
  fill: #ffffff;
}
#header .logo-link #main-logo #path2 {
  fill: #ffffff;
}
#header .logo-link img {
  filter: drop-shadow(#000 5px 5px 30px) invert(100%);
  width: clamp(15rem, 16vw + 0.1rem, 20rem);
  transition: all 300ms ease-in-out;
}
#header .logo-link:hover #main-logo path {
  fill: #20333D;
}
#header .navbar {
  float: none;
  display: inline-block;
  position: relative;
  top: 0px;
}
#header .navbar .offcanvas .navbar-nav .icon-menu {
  position: relative;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
#header .navbar .offcanvas .navbar-nav .icon-menu:before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  background: url("../imgs//svg/icons/icon_profile.svg") no-repeat;
  margin-left: -1.5rem;
  bottom: 0.6rem;
}
#header .navbar .offcanvas .navbar-nav .menu-item .nav-link {
  color: white;
  font-weight: 600;
  font-size: clamp(0.85rem, 0.8vw + 0.1rem, 1.1rem);
  transition: color 300ms ease-in-out;
  text-transform: uppercase;
}
#header .navbar .offcanvas .navbar-nav .menu-item .nav-link:before {
  content: "•";
  width: 1rem;
  margin-left: -1.3rem;
  display: inline-block;
  position: absolute;
  transition: all 300ms ease-in-out;
  color: transparent;
}
#header .navbar .offcanvas .navbar-nav .menu-item .nav-link:hover {
  transition: all 300ms ease-in-out;
}
#header .navbar .offcanvas .navbar-nav .menu-item .nav-link:hover:before {
  color: #C9B6AA;
}
#header .navbar .offcanvas .navbar-nav .menu-item .dropdown-menu {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0.3rem;
  box-shadow: 0vw 0vw 0.7vw rgba(74, 53, 44, 0.2);
  top: 1rem;
  margin-top: 1rem;
  border: none;
  padding: 15px 10px 20px 10px;
  transition: none;
}
#header .navbar .offcanvas .navbar-nav .menu-item .dropdown-menu:before {
  display: none;
}
#header .navbar .offcanvas .navbar-nav .menu-item .dropdown-menu .active {
  background-color: #ffffff;
  color: #20333D;
}
#header .navbar .offcanvas .navbar-nav .menu-item .dropdown-menu a {
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #20333D;
  font-size: clamp(0.85rem, 0.8vw + 0.1rem, 1.1rem);
  transition: all 300ms ease-in-out;
}
#header .navbar .offcanvas .navbar-nav .menu-item .dropdown-menu a:hover {
  background: #7e8488;
  border-radius: 0.3rem;
  color: #ffffff;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(74, 53, 44, 0.7);
}
#header .navbar .offcanvas .navbar-nav .active .nav-link {
  font-weight: bold;
}
#header .navbar .offcanvas .navbar-nav .active .nav-link:before {
  color: #C9B6AA;
}
#header .navbar .offcanvas .navbar-nav li + li {
  padding-left: 0.5vw;
}
#header .extra-menu .box-cliente {
  display: flex;
  align-items: center;
}
#header .extra-menu .box-cliente #icon-profile {
  width: 2.5rem;
  position: relative;
  bottom: 0.2rem;
}
#header .extra-menu .box-cliente #icon-profile path {
  fill: #ffffff;
  transition: color 300ms ease-in-out;
}
#header .extra-menu .box-cliente a {
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(0.85rem, 0.8vw + 0.1rem, 1.1rem);
  transition: color 300ms ease-in-out;
  text-transform: uppercase;
}

.non-sticky {
  position: relative;
  z-index: 999;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
  background: rgba(255, 255, 255, 0.7) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.sticky .logo-link svg {
  width: clamp(15rem, 16vw + 0.1rem, 19rem) !important;
}
.sticky .logo-link svg path {
  fill: #20333D !important;
}
.sticky .logo-link svg #path634 {
  fill: #7e8488 !important;
}
.sticky .logo-link svg #path636 {
  fill: #7e8488 !important;
}
.sticky .logo-link img {
  filter: drop-shadow(#000 5px 5px 30px) invert(1%) !important;
  width: clamp(10rem, 11vw + 0.1rem, 15rem) !important;
}
.sticky .logo-link #main-logo #path0 {
  fill: #4A352C !important;
}
.sticky .logo-link #main-logo #path1 {
  fill: url(#linearGradient5) !important;
}
.sticky .logo-link #main-logo #path2 {
  fill: url(#linearGradient3) !important;
}
.sticky .logo-link:hover #main-logo path {
  fill: black !important;
}
.sticky .navbar .offcanvas .navbar-nav .menu-item .nav-link {
  color: #20333D !important;
}
.sticky .navbar .offcanvas .navbar-nav .menu-item .nav-link:hover:before {
  color: #7e8488 !important;
}
.sticky .navbar .offcanvas .navbar-nav .active .nav-link {
  font-weight: bold;
}
.sticky .navbar .offcanvas .navbar-nav .active .nav-link:before {
  color: #7e8488 !important;
}
.sticky .extra-menu .box-cliente #icon-profile path {
  fill: #4A352C !important;
}
.sticky .extra-menu .box-cliente a {
  color: #4A352C !important;
}

/* HEADER STYLE*/
/* FOOTER STYLE*/
#footer {
  background: #20333D;
  padding-top: 4rem;
  position: relative;
  padding-bottom: 1rem !important;
}
#footer .flex-container {
  display: flex;
  align-items: center;
}
#footer .flex-container .bloco-logo {
  text-align: left !important;
}
#footer .flex-container .block {
  width: 100%;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
#footer .flex-container .block svg {
  width: clamp(13rem, 16vw + 1rem, 24rem);
}
#footer .flex-container .block .yt svg {
  width: 2.3rem;
}
#footer .flex-container .block .footer-logo-text {
  color: #ffffff;
  margin-top: 0.5rem;
  text-align: left;
}
#footer .flex-container .block .info-block {
  text-align: left;
}
#footer .flex-container .block .info-block p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-shadow: 0.2vw 0.2vw 0.3vw rgba(74, 53, 44, 0.9);
}
#footer .flex-container .block .title {
  color: #ffffff;
  font-size: clamp(1.1rem, 1.1vw + 0.1rem, 1.3rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  display: block;
}
#footer .flex-container .block span {
  position: relative;
  line-height: 1.5vw;
  font-size: 1.2vw;
  color: #4A352C;
  display: block;
  font-weight: 400;
  display: block;
}
#footer .flex-container .block .contact-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
}
#footer .flex-container .block .contact-menu .title {
  text-align: left;
  width: 50%;
}
#footer .flex-container .block .contact-menu a {
  color: #ffffff;
  font-size: clamp(0.8rem, 0.9vw + 0.1rem, 1.2rem);
  font-size: clamp(0.8rem, 0.9vw + 0.1rem, 1.2rem);
  text-shadow: none;
  display: block;
  margin-top: 0.5rem;
  text-align: left;
  width: 50%;
}
#footer .flex-container .block .contact-menu a:hover {
  color: #C9B6AA;
}
#footer .flex-container .block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer .flex-container .block ul li {
  display: inline-block;
}
#footer .flex-container .block ul li a {
  color: #4A352C;
  font-weight: 400;
  display: block;
}
#footer .flex-container .block ul li a svg {
  width: 1.75rem;
}
#footer .flex-container .block ul li a svg path {
  transition: fill 330ms ease-in-out;
  fill: #ffffff;
}
#footer .flex-container .block ul li a:hover svg path {
  fill: #7e8488;
}
#footer .flex-container .block ul li + li {
  margin-top: 5px;
  padding-left: 30px;
}
#footer .copyright-container {
  width: 100%;
  display: inline-block;
  padding-bottom: 2vw;
  margin-top: 4.5vw;
}
#footer .copyright-container .border-footer {
  border-top: 0.2vw solid #ffffff;
  padding-top: 1.3vw;
}
#footer .copyright-container span {
  float: right;
  font-size: 1vw;
  position: relative;
  top: 1vw;
  color: #ffffff;
  font-weight: 500;
}
#footer .wbz-container {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
#footer .wbz-container .wbz-link span {
  color: white;
  font-size: 9px;
  display: inline-block;
  position: relative;
  top: -1px;
  opacity: 0.3;
  transition: all 600ms ease-in-out;
}
#footer .wbz-container .wbz-link svg {
  width: clamp(3rem, 4vw + 1rem, 5rem);
  opacity: 0.4;
  transition: opacity 600ms ease-in-out;
}
#footer .wbz-container .wbz-link svg path {
  fill: rgba(255, 255, 255, 0.9);
}
#footer .wbz-container .wbz-link:hover span {
  color: white;
  opacity: 1;
}
#footer .wbz-container .wbz-link:hover svg {
  opacity: 1;
  transition: opacity 600ms ease-in-out;
}
#footer .wbz-container .wbz-link:hover svg path {
  fill: url(#SVGID_1_);
}

/* FOOTER STYLE*/
/* MODAL STYLE */
.modal .modal-dialog .modal-content {
  background: #20333D;
  border: none;
  padding-bottom: 60px;
}
.modal .modal-dialog .modal-content .modal-header {
  background-size: 100%;
  height: 200px;
  padding: 90px;
  border-bottom: none;
  background-position: center;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: white;
  font-size: 54px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  background: white;
  width: 110px;
  height: 30px;
  border-radius: 50px;
  opacity: 0.9;
  position: absolute;
  right: 35px;
  top: 35px;
  transition: transform 360ms ease-in-out;
}
.modal .modal-dialog .modal-content .modal-header .btn-close .icon-x {
  position: relative;
  top: -2px;
  left: -6px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close .text-close {
  position: relative;
  top: -1px;
  font-size: 17px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-header .btn-close:hover {
  transform: scale(1.05);
}
.modal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding-bottom: 0px;
}
.modal .modal-dialog .modal-content .modal-body .inner-block {
  width: 55%;
  display: inline-block;
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-body .inner-block .modal-block {
  margin-top: 30px;
}
.modal .modal-dialog .modal-content .modal-body .inner-block .modal-block h6 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 10px;
  font-family: "Ubuntu", sans-serif;
  color: white;
}
.modal .modal-dialog .modal-content .modal-body .inner-block .modal-block ul {
  margin-bottom: 0px;
}
.modal .modal-dialog .modal-content .modal-body .inner-block .modal-block ul li {
  color: white;
}
.modal .modal-dialog .modal-content .modal-body .inner-block .modal-block p {
  font-size: 17px;
  margin-bottom: 3px;
}
.modal .modal-dialog .modal-content .modal-msg {
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
}
.modal .modal-dialog .modal-content .modal-msg span {
  width: 50%;
  display: inline-block;
  text-align: left;
}

/* MODAL STYLE */
/* HOME STYLE */
.banner {
  height: 100dvh;
  align-items: center;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-small {
  height: 65dvh;
}
.banner-small .banner-text-wrapper .overall-text .normal-text {
  width: 60% !important;
}
.banner-small .banner-text-wrapper .overall-text .banner-title {
  width: 100% !important;
}
.banner-small .banner-text-wrapper .overall-text .banner-title-inner {
  margin-top: 3rem;
}

.banner-smaller {
  height: 45dvh;
}
.banner-smaller:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to left top, #20333D, #20333D);
  opacity: 0.8;
  transition: opacity 300ms ease-in-out;
  z-index: 2;
}
.banner-smaller:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  mix-blend-mode: difference;
}

.section-full {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home-hero {
  color: white;
  background-color: #20333D;
  position: relative;
  overflow: hidden;
}
#home-hero .swiper-hero {
  width: 100%;
  height: 100%;
  display: inline-block;
}
#home-hero .swiper-hero .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-hero .swiper-hero .swiper-wrapper .swiper-slide video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
#home-hero .swiper-hero .swiper-wrapper .swiper-slide .video-embed iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 120vh;
  position: fixed;
  top: -3.5rem;
  left: 0;
}
#home-hero .swiper-hero .swiper-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left top, #20333D, #20333D);
  opacity: 0.8;
  transition: opacity 300ms ease-in-out;
  z-index: 2;
}
#home-hero .swiper-hero .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  mix-blend-mode: difference;
}
#home-hero .swiper-hero .swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.7) solid 0.2rem;
  padding: 0.7rem;
}
#home-hero .banner-text-wrapper {
  position: relative;
  z-index: 9;
  padding-top: clamp(6rem, 7vw + 0.1rem, 8rem);
  display: flex;
  justify-content: center;
  text-align: center;
}
#home-hero .banner-text-wrapper .overall-text {
  padding-bottom: clamp(3rem, 4vw + 0.1rem, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home-hero .banner-text-wrapper .overall-text .banner-title b {
  color: #7e8488;
  text-shadow: 0.2vw 0.2vw 0.3vw rgba(74, 53, 44, 0.9);
}
#home-hero .banner-text-wrapper .overall-text .normal-text {
  margin-top: 1rem;
}
#home-hero .banner-text-wrapper .overall-text .btn-container {
  margin-top: 1.75rem;
}
#home-hero .scroll-icon-wrapper {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 100%;
}
#home-hero .scroll-icon-wrapper .scroll-inner-wrapper {
  display: flex;
  justify-content: center;
}
#home-hero .scroll-icon-wrapper .scroll-inner-wrapper .scroll-icon {
  position: absolute;
  bottom: 3rem;
}
#home-hero .scroll-icon-wrapper .scroll-inner-wrapper .scroll-icon #scroll {
  width: clamp(3rem, 4vw + 0.1rem, 5rem);
  overflow: visible;
  display: block;
}
#home-hero .scroll-icon-wrapper .scroll-inner-wrapper .scroll-icon #scroll path {
  fill: #ffffff;
}

.section-agenda {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background: rgba(138, 138, 127, 0.1);
}
.section-agenda .container-section {
  display: flex;
  align-items: center;
}
.section-agenda .container-section .block-img {
  width: 100%;
}
.section-agenda .container-section .block-img .container__wrapper {
  position: relative;
  border-radius: 0.5rem;
}
.section-agenda .container-section .block-img .container__wrapper .image__wrapper {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.section-agenda .container-section .block-img .container__wrapper .image__wrapper .image {
  will-change: transform;
  transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}
.section-agenda .container-section .block-img .container__wrapper .blur-shadow__wrapper {
  display: none;
  z-index: 0;
  opacity: 0.56;
  filter: blur(1.6rem);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4%;
  bottom: 0%;
  left: 4%;
  right: 0%;
}
.section-agenda .container-section .block-img .container__wrapper .blur-shadow__wrapper .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.section-agenda .container-section .block-img svg {
  overflow: visible;
  display: flex;
}
.section-agenda .container-section .block-img img {
  width: 100%;
  height: 33rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-agenda .container-section .wrapper-text {
  width: 100%;
  padding-left: 3.5rem;
}
.section-agenda .container-section .wrapper-text .block-text h2 {
  color: #373435;
}
.section-agenda .container-section .wrapper-text .block-text p {
  color: #373435;
  width: 85%;
}
.section-agenda .container-section .wrapper-text .btn-container {
  margin-top: clamp(1rem, 1.5vw + 0.1rem, 2rem);
}
.section-agenda .container-section .wrapper-text .btn-container .main-btn, .section-agenda .container-section .wrapper-text .section-atendimento .text-container .flex-div .btn-container .hero-btn, .section-atendimento .text-container .flex-div .section-agenda .container-section .wrapper-text .btn-container .hero-btn, .section-agenda .container-section .wrapper-text .section-bg-field .btn-container a, .section-bg-field .section-agenda .container-section .wrapper-text .btn-container a {
  background: #373435;
  border: 0.2rem solid rgba(55, 52, 53, 0.95);
  color: #ffffff;
}
.section-icons {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background: #EDE5DD;
}
.section-icons .block-title {
  text-align: center;
}
.section-icons .block-title h2 {
  color: #373435;
  margin-bottom: 0rem;
}
.section-icons .block-title .block-dash {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section-icons .block-title .block-dash .dash {
  width: 6rem;
  height: 0.1rem;
  background-color: #20333D;
  display: inline-block;
}
.section-icons .block-title p {
  color: white;
  width: 75%;
}
.section-icons .block-title .small-text {
  font-style: italic;
  width: 65%;
  display: inline-block;
}
.section-icons .container-section {
  gap: 2rem;
  padding-top: 2rem;
}
.section-icons .container-section .flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.section-icons .container-section .flex-full {
  padding-top: 1.5rem;
}
.section-icons .container-section .flex-full .block-icon {
  width: 100%;
}
.section-icons .container-section .flex-full .block-icon .image {
  width: 100%;
}
.section-icons .container-section .flex-full .block-text__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50% !important;
}
.section-icons .container-section .wrapper-text {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.section-icons .container-section .wrapper-text:hover .block-icon .image {
  transform: scale(1.03);
}
.section-icons .container-section .wrapper-text:hover .block-text {
  -webkit-backdrop-filter: blur(0rem);
          backdrop-filter: blur(0rem);
}
.section-icons .container-section .wrapper-text:hover .block-text__inner {
  transform: scale(1.06);
  will-change: transform;
}
.section-icons .container-section .wrapper-text:hover .block-text::before {
  background-color: rgba(32, 51, 61, 0.65);
}
.section-icons .container-section .wrapper-text .block-icon .image {
  transform: scale(1);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-icons .container-section .wrapper-text .block-text {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(0.05rem);
          backdrop-filter: blur(0.05rem);
}
.section-icons .container-section .wrapper-text .block-text::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
  mix-blend-mode: color;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-icons .container-section .wrapper-text .block-text__inner {
  z-index: 1;
  width: 80%;
  transform: scale(1);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-icons .container-section .wrapper-text .block-text__inner h3 {
  color: white;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(74, 53, 44, 0.7);
}
.section-icons .container-section .wrapper-text .block-text__inner p {
  color: #ffffff;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(74, 53, 44, 0.7);
}
.section-icons .btn-container {
  margin-top: 2rem;
  text-align: center;
}
.section-especialidade {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background: #373435;
}
.section-especialidade .container-section {
  display: flex;
  align-items: center;
}
.section-especialidade .container-section .block-img {
  width: 100%;
}
.section-especialidade .container-section .block-img .container__wrapper {
  position: relative;
  border-radius: 0.5rem;
}
.section-especialidade .container-section .block-img .container__wrapper .image__wrapper {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.section-especialidade .container-section .block-img .container__wrapper .image__wrapper .image {
  will-change: transform;
  transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}
.section-especialidade .container-section .block-img .container__wrapper .blur-shadow__wrapper {
  display: none;
  z-index: 0;
  opacity: 0.56;
  filter: blur(1.6rem);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4%;
  bottom: 0%;
  left: 4%;
  right: 0%;
}
.section-especialidade .container-section .block-img .container__wrapper .blur-shadow__wrapper .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.section-especialidade .container-section .block-img svg {
  overflow: visible;
  display: flex;
}
.section-especialidade .container-section .block-img img {
  width: 100%;
  height: 33rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-especialidade .container-section .wrapper-text {
  width: 100%;
  padding-left: 3.5rem;
}
.section-especialidade .container-section .wrapper-text .block-text h2 {
  color: white;
}
.section-especialidade .container-section .wrapper-text .block-text p {
  color: #ffffff;
  width: 85%;
}
.section-especialidade .container-section .wrapper-text .btn-container {
  margin-top: clamp(1rem, 1.5vw + 0.1rem, 2rem);
}
.section-especialidade .container-section .wrapper-text .btn-container .main-btn, .section-especialidade .container-section .wrapper-text .section-atendimento .text-container .flex-div .btn-container .hero-btn, .section-atendimento .text-container .flex-div .section-especialidade .container-section .wrapper-text .btn-container .hero-btn, .section-especialidade .container-section .wrapper-text .section-bg-field .btn-container a, .section-bg-field .section-especialidade .container-section .wrapper-text .btn-container a {
  background: white;
  border: 0.2rem solid rgba(255, 255, 255, 0.95);
  color: #373435;
}
.section-passos {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background-color: rgba(138, 138, 127, 0.1);
}
.section-passos .block-title {
  text-align: center;
}
.section-passos .block-title h2 {
  color: #20333d;
  margin-bottom: 2rem;
}
.section-passos .block-title p {
  color: #ffffff;
  width: 75%;
}
.section-passos .container-section {
  display: flex;
}
.section-passos .container-section .wrapper-text {
  width: 60%;
}
.section-passos .container-section .wrapper-text .block-icon {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-passos .container-section .wrapper-text .block-icon svg {
  width: clamp(5rem, 6vw + 1rem, 7rem);
}
.section-passos .container-section .wrapper-text .block-icon svg path {
  stroke: rgba(32, 51, 61, 0.95);
}
.section-passos .container-section .wrapper-text .block-icon svg circle {
  stroke: rgba(32, 51, 61, 0.95);
}
.section-passos .container-section .wrapper-text .block-icon svg .heart {
  stroke: none;
  fill: rgba(32, 51, 61, 0.95);
}
.section-passos .container-section .wrapper-text .block-text {
  text-align: center;
}
.section-passos .container-section .wrapper-text .block-text h3 {
  color: #20333d;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.section-passos .container-section .wrapper-text .block-text p {
  color: #20333D;
  width: 85%;
}
.section-passos .btn-container {
  margin-top: 2rem;
  text-align: center;
}

.section-bg-field {
  background: url("../imgs/last_bg.webp") no-repeat;
  background-size: cover;
  position: relative;
}
.section-bg-field:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to left top, #20333D, #4A352C);
  opacity: 0.4;
  transition: opacity 300ms ease-in-out;
  z-index: 9;
}
.section-bg-field:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: difference;
}
.section-bg-field .text-wrapper {
  position: relative;
  z-index: 9;
  text-align: center;
}
.section-bg-field .text-wrapper .main-text {
  color: #FAFAFA;
  display: inline-block;
  font-size: clamp(2.5rem, 4vw + 0.1rem, 7.8rem);
  line-height: clamp(2.5rem, 4vw + 0.1rem, 7.8rem);
  font-weight: 700;
  width: 70%;
  font-family: "Ubuntu", sans-serif;
  text-shadow: 0.2vw 0.2vw 0.3vw rgba(0, 0, 0, 0.9);
}
.section-bg-field .text-wrapper .small-text {
  margin-top: 1rem;
  display: inline-block;
}
.section-bg-field .text-wrapper .small-text p {
  color: #FAFAFA;
  text-shadow: 0.2vw 0.2vw 0.3vw rgba(0, 0, 0, 0.9);
}
.section-bg-field .btn-container {
  margin-top: 40px;
  display: inline-block;
}
.section-carousel {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background: rgba(32, 51, 61, 0.1);
}
.section-carousel .text-lateral .lateral-block {
  margin-bottom: 3rem;
}
.section-carousel .text-lateral .lateral-block .small-logo {
  margin-bottom: 0vw;
  width: 9vw;
}
.section-carousel .text-lateral .lateral-block .title-lateral {
  margin-bottom: 0rem;
  color: #20333D;
}
.section-carousel .text-lateral .lateral-block p {
  color: #686767;
}
.section-carousel .text-lateral .lateral-block .btn-container {
  margin-top: 3rem;
}
.section-carousel .text-lateral .lateral-block .btn-container a:hover {
  color: white;
}
.section-carousel .swiper-container {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.section-carousel .swiper-container .swiper-depoimentos {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: start;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__person {
  display: inline-block;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__inner {
  display: flex;
  flex-direction: column;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__stars {
  display: flex;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__stars .star svg {
  width: 30px;
  height: 30px;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__block--img {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__img {
  height: 110px;
  width: 110px;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__img img {
  border-radius: 50%;
  border: 2px solid #20333D;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__title {
  line-height: 0;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__title h6 {
  color: rgba(32, 51, 61, 0.9);
  font-size: 120%;
  margin-bottom: 0;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__title small {
  line-height: 1rem;
  display: inline-block;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__text {
  margin-top: 1rem;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-wrapper .swiper-slide .block-slide__text p {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-pagination-depoimentos .swiper-pagination-bullet {
  background: rgba(32, 51, 61, 0.1);
  border: rgba(32, 51, 61, 0.7) solid 0.2rem;
  padding: 0.5rem;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-navigation {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: end;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-navigation .next-prev + .next-prev {
  margin-left: 1rem;
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-navigation .swiper-depoimentos-button-prev svg {
  transform: rotate(180deg);
}
.section-carousel .swiper-container .swiper-depoimentos .swiper-navigation .swiper-button-disabled svg {
  opacity: 0.7;
}

.section-main-blog {
  background: white;
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
}
.section-main-blog .blog-title-wrapper {
  padding-bottom: 50px;
  text-align: center;
}
.section-main-blog .blog-title-wrapper h5 {
  color: black;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 50px;
}
.section-main-blog .blog-itens-container {
  text-align: center;
}
.section-main-blog .blog-itens-container .blog-posts {
  width: 85%;
  display: inline-block;
}
.section-main-blog .blog-itens-container .blog-posts .row .col-sm-4 {
  margin-bottom: 30px;
}
.section-main-blog .blog-itens-container .blog-posts .row .col-sm-6 {
  margin-bottom: 20px;
}
.section-main-blog .blog-itens-container .blog-posts .post-category-space {
  margin-top: 30px !important;
}
.section-main-blog .blog-itens-container .blog-posts .white-box {
  background: white;
  text-align: left;
  padding: 0px;
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
  transition: border 350ms ease-in-out;
  box-shadow: rgba(55, 52, 53, 0.1) 0px 1px 0px, rgba(55, 52, 53, 0.1) 0px 8px 24px, rgba(55, 52, 53, 0.1) 0px 16px 48px;
  transform: scale(1);
  transition: all 300ms ease-in-out;
}
.section-main-blog .blog-itens-container .blog-posts .white-box:hover {
  transform: scale(1.015);
  box-shadow: rgba(55, 52, 53, 0.2) 0px 1px 0px, rgba(55, 52, 53, 0.2) 0px 14px 34px, rgba(55, 52, 53, 0.2) 0px 20px 58px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box a {
  color: black;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .main-blog-wrapper {
  transition: all 300ms ease-in-out;
  margin-bottom: 5px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .main-blog-wrapper:hover {
  box-shadow: 0 0 40px 0 rgba(74, 53, 44, 0.1);
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .search-post-wrapper {
  transition: all 300ms ease-in-out;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .search-post-wrapper:hover {
  box-shadow: 0 0 40px 0 rgba(74, 53, 44, 0.1);
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .post-category-wrapper {
  transition: all 300ms ease-in-out;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .post-category-wrapper:hover {
  box-shadow: 0 0 40px 0 rgba(74, 53, 44, 0.1);
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .main-blog-wrapper {
  padding: 0;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .border-block {
  padding: 20px 40px 40px 30px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .search-post-wrapper {
  padding: 15px 15px 10px 15px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-category-wrapper {
  padding: 15px 15px 10px 15px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-category-wrapper .post-caption-wrapper .wp-block-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .img-container img {
  width: 100%;
  height: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .post-category {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  background: #373435;
  color: white;
  border-radius: 50px;
  padding: 0px 15px 0px 15px !important;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .post-caption-wrapper {
  line-height: 20px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .post-caption-wrapper .post-caption {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #373435;
  margin-bottom: 0px;
  margin-top: 0px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .block-data {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 6px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper {
  display: none;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper .days-ago img {
  position: relative;
  bottom: 2px;
  padding-right: 5px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper .days-ago .time-stamp {
  color: #878787;
  font-size: 1rem;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper .separator {
  color: #878787;
  font-size: 1rem;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper .author {
  color: black;
  font-size: 1rem;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .post-category {
  padding-top: 0;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .author-wrapper {
  padding-bottom: 30px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content {
  padding-top: 30px;
  color: black;
  font-size: 16px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content h3 {
  margin-top: 30px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content figure object {
  width: 100%;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content figure iframe {
  width: 100%;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content .wp-block-image {
  padding-right: 20px;
  float: left;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block {
  padding-left: 30px;
  padding-right: 30px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper img {
  border-radius: 50%;
  width: 25%;
  height: auto;
  float: left;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper .avatar-text {
  padding-left: 25px;
  display: inline-block;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper .avatar-text .small-text {
  font-size: 1.125rem;
  color: #878787;
  font-weight: 400;
  display: block;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper .avatar-text .author-name {
  font-size: 1.5rem;
  color: black;
  font-weight: 700;
  display: block;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more {
  position: relative;
  top: 5px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more a {
  color: black;
  padding: 18px 20px 18px 25px;
  width: 100%;
  display: inline-block;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more a svg {
  width: 17px;
  position: relative;
  bottom: 4px;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more a svg path {
  fill: white;
}
.section-main-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more a .of-author {
  font-size: 1.125rem;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 15px;
}
.section-main-blog .blog-itens-container .blog-posts .comment-box {
  padding-top: 60px;
}
.section-main-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comment-title {
  color: black;
  font-size: 2.25rem;
  padding-bottom: 0px;
  font-weight: 300;
}
.section-main-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments {
  display: none;
}
.section-main-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-reply-title {
  display: none;
}
.section-main-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-form .logged-in-as {
  display: none;
}
.section-main-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-form .comment-form-comment label {
  display: none;
}
.section-main-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-form .comment-form-comment textarea {
  border: none;
  background: white;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 40px 0 rgba(73, 73, 73, 0.1);
}
.section-main-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-form .form-submit input {
  border: 1px solid #20333D;
  background: white;
  color: #20333D;
  padding: 20px;
}
.section-main-blog .right-blog-wrapper {
  padding-left: 50px;
  width: 100%;
  display: inline-block;
}
.section-main-blog .right-blog-wrapper .search-blog {
  padding-bottom: 45px;
}
.section-main-blog .right-blog-wrapper .search-blog .searchform {
  position: relative;
}
.section-main-blog .right-blog-wrapper .search-blog .searchform div img {
  position: absolute;
  top: 17px;
  margin-left: 15px;
}
.section-main-blog .right-blog-wrapper .search-blog .searchform div #s {
  border: solid 1px #e5e5e5;
  background-color: white;
  box-shadow: 0 0 40px 0 rgba(73, 73, 73, 0.1);
  height: 55px;
  text-indent: 55px;
  width: 100%;
  transition: border 350ms ease-in-out;
}
.section-main-blog .right-blog-wrapper .search-blog .searchform div #s:focus {
  border: 1px solid #20333D;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .categories-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .categories-title span {
  font-size: 1.5rem;
  color: black;
  font-weight: 700;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .categories-itens ul {
  padding-left: 0px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .categories-itens ul li {
  list-style: none;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .categories-itens ul li a {
  font-size: 1rem;
  color: black;
  font-weight: 400;
  transition: color 350ms ease-in-out;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .categories-itens ul li a:hover {
  color: black;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .categories-itens ul li + li {
  padding-top: 5px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .social-links {
  padding-top: 30px;
  padding-bottom: 60px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .social-links .social-title {
  font-size: 1.5rem;
  color: black;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .social-links ul {
  padding-left: 0px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .social-links ul li {
  display: inline-block;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .social-links ul li a .icon svg {
  transition: transform 350ms ease-in-out;
  display: inline-block;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .social-links ul li a .icon svg:hover {
  transform: scale(1.1);
}
.section-main-blog .right-blog-wrapper .categories-wrapper .social-links ul li + li {
  padding-left: 25px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .newsletter-blog {
  background-image: linear-gradient(to top, white, #2d2d2d);
  padding: 20px 35px 5px 35px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .newsletter-blog h6 {
  color: black;
  font-size: 2.25rem;
  line-height: 50px;
  padding-bottom: 30px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .newsletter-blog-form-wrapper .input-wrapper .your-email input {
  width: 100%;
  border: 1px solid #878787;
  border-radius: 2px;
  color: black;
  text-indent: 20px;
  color: #e5e5e5;
  height: 60px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .newsletter-blog-form-wrapper .input-wrapper .your-email .wpcf7-not-valid {
  border-color: #ea515c;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .newsletter-blog-form-wrapper .submit-wrapper {
  padding-top: 0px;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .newsletter-blog-form-wrapper .submit-wrapper .wpcf7-submit {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to right, #ffca7e, #c08a3d);
  color: black;
  font-size: 1rem;
  padding: 15px 60px 15px 60px;
  border: none;
  font-weight: 400;
  width: 100%;
}
.section-main-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .wpcf7-response-output {
  color: #ea515c;
  border: none;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  top: -20px;
}
.section-main-blog .post-related-container {
  padding-top: 90px;
  display: inline-block;
  width: 100%;
}
.section-main-blog .post-related-container .post-related-title h5 {
  color: black;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 40px;
  text-align: center;
}
.section-main-blog .post-related-container .post-related-title h5 b {
  font-weight: 700;
}
.section-main-blog .post-related-container .post-related ul {
  list-style: none;
}
.section-main-blog .post-related-container .post-related ul li {
  transition: all 300ms ease-in-out;
  border: 1px solid black;
  border-radius: 13px;
  padding: 15px 15px 10px 15px;
  text-align: center;
}
.section-main-blog .post-related-container .post-related ul li a {
  display: inline-block;
}
.section-main-blog .post-related-container .post-related ul li a img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.section-main-blog .post-related-container .post-related ul li a .related-title {
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding-top: 35px;
  line-height: 25px;
}
.section-main-blog .post-related-container .post-related ul li a p {
  color: #878787;
  line-height: 20px;
}
.section-main-blog .post-related-container .post-related ul li:hover {
  box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.1);
}
.section-main-blog .overall-search-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section-main-blog .overall-search-container .overall-search-posts {
  display: inline-block;
  width: 65%;
}

.section-interno-blog {
  background: white;
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-interno-blog .back-btn-container {
  position: relative;
  display: inline-block;
  z-index: 999;
}
.section-interno-blog .back-btn-container .back-button {
  position: absolute;
  left: -15px;
  top: -35px;
  color: #4A352C;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  background: transparent;
  padding: 5px 15px 5px 25px;
  transition: transform 300ms ease-in-out;
  margin-left: 15px;
  transform: scale(1);
}
.section-interno-blog .back-btn-container .back-button .icon-back {
  width: 13px;
  position: absolute;
  top: 7px;
  left: 4px;
}
.section-interno-blog .back-btn-container .back-button .icon-back path {
  fill: #4A352C;
  stroke-width: 2px;
}
.section-interno-blog .back-btn-container .back-button:hover {
  transform: scale(1.06);
}
.section-interno-blog .blog-title-wrapper {
  padding-bottom: 50px;
  text-align: center;
}
.section-interno-blog .blog-title-wrapper h5 {
  color: black;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 50px;
}
.section-interno-blog .blog-itens-container {
  text-align: center;
}
.section-interno-blog .blog-itens-container .blog-posts {
  display: inline-block;
  width: 80%;
  text-align: left;
}
.section-interno-blog .blog-itens-container .blog-posts .post-category-space {
  margin-top: 30px !important;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box {
  background: white;
  padding: 0px;
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box a {
  color: black;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .main-blog-wrapper {
  transition: all 300ms ease-in-out;
  margin-bottom: 30px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .main-blog-wrapper:hover {
  box-shadow: 0 0 40px 0 rgba(74, 53, 44, 0.1);
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .search-post-wrapper {
  transition: all 300ms ease-in-out;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .search-post-wrapper:hover {
  box-shadow: 0 0 40px 0 rgba(74, 53, 44, 0.1);
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .post-category-wrapper {
  transition: all 300ms ease-in-out;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box a .post-category-wrapper:hover {
  box-shadow: 0 0 40px 0 rgba(74, 53, 44, 0.1);
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .main-blog-wrapper {
  border: 1px solid #373435;
  padding: 0;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .border-block {
  padding: 5px 30px 10px 30px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .search-post-wrapper {
  border: 1px solid #373435;
  padding: 15px 15px 10px 15px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-category-wrapper {
  border: 1px solid black;
  padding: 15px 15px 10px 15px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-category-wrapper .post-caption-wrapper .wp-block-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .img-container {
  display: none;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .img-container img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .post-category {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  display: inline-block;
  background: #373435;
  color: white;
  border-radius: 50px;
  padding: 5px 25px 5px 25px !important;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .post-caption-wrapper {
  line-height: 20px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .post-caption-wrapper .post-caption {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #373435;
  margin-bottom: 15px;
  margin-top: 5px;
  width: 90%;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper {
  display: none;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper .days-ago img {
  position: relative;
  bottom: 2px;
  padding-right: 5px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper .days-ago .time-stamp {
  color: #878787;
  font-size: 1rem;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper .separator {
  color: #878787;
  font-size: 1rem;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .post-wrapper .author-wrapper .author {
  color: black;
  font-size: 1rem;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .post-category {
  padding-top: 0;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .author-wrapper {
  padding-bottom: 30px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content {
  padding-top: 30px;
  font-size: 16px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content h3 {
  margin-top: 30px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content figure object {
  width: 100%;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content figure iframe {
  width: 100%;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content .wp-block-image {
  padding-right: 20px;
  float: left;
  margin-bottom: 0px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content .wp-block-image .wp-element-caption {
  margin-top: 0px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .white-inner-box .inner-post-wrapper .content a {
  color: #0693e3 !important;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block {
  padding-left: 30px;
  padding-right: 30px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper img {
  border-radius: 50%;
  width: 25%;
  height: auto;
  float: left;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper .avatar-text {
  padding-left: 25px;
  display: inline-block;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper .avatar-text .small-text {
  font-size: 1.125rem;
  color: #878787;
  font-weight: 400;
  display: block;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .avatar-wrapper .avatar-inner-wrapper .avatar-text .author-name {
  font-size: 1.5rem;
  color: black;
  font-weight: 700;
  display: block;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more {
  position: relative;
  top: 5px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more a {
  color: black;
  padding: 18px 20px 18px 25px;
  width: 100%;
  display: inline-block;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more a svg {
  width: 17px;
  position: relative;
  bottom: 4px;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more a svg path {
  fill: white;
}
.section-interno-blog .blog-itens-container .blog-posts .white-box .author-block .author-inner-block .author-more a .of-author {
  font-size: 1.125rem;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 15px;
}
.section-interno-blog .blog-itens-container .blog-posts .comment-box {
  padding-top: 60px;
}
.section-interno-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comment-title {
  color: black;
  font-size: 2.25rem;
  padding-bottom: 0px;
  font-weight: 300;
}
.section-interno-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments {
  display: none;
}
.section-interno-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-reply-title {
  display: none;
}
.section-interno-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-form .logged-in-as {
  display: none;
}
.section-interno-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-form .comment-form-comment label {
  display: none;
}
.section-interno-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-form .comment-form-comment textarea {
  border: none;
  background: white;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 40px 0 rgba(73, 73, 73, 0.1);
}
.section-interno-blog .blog-itens-container .blog-posts .comment-box .comment-inner-box .comments .comment-respond .comment-form .form-submit input {
  border: 1px solid #20333D;
  background: white;
  color: #20333D;
  padding: 20px;
}
.section-interno-blog .blog-itens-container .descricao-trabalhos {
  background: #000000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 35px 35px 35px 35px;
  margin-top: 50px;
}
.section-interno-blog .blog-itens-container .descricao-trabalhos .desc b {
  color: #4A352C;
}
.section-interno-blog .blog-itens-container .descricao-trabalhos .desc span {
  color: #4A352C;
}
.section-interno-blog .right-blog-wrapper {
  padding-left: 50px;
  width: 100%;
  display: inline-block;
}
.section-interno-blog .right-blog-wrapper .search-blog {
  padding-bottom: 45px;
}
.section-interno-blog .right-blog-wrapper .search-blog .searchform {
  position: relative;
}
.section-interno-blog .right-blog-wrapper .search-blog .searchform div img {
  position: absolute;
  top: 17px;
  margin-left: 15px;
}
.section-interno-blog .right-blog-wrapper .search-blog .searchform div #s {
  border: solid 1px #e5e5e5;
  background-color: white;
  box-shadow: 0 0 40px 0 rgba(73, 73, 73, 0.1);
  height: 55px;
  text-indent: 55px;
  width: 100%;
  transition: border 350ms ease-in-out;
}
.section-interno-blog .right-blog-wrapper .search-blog .searchform div #s:focus {
  border: 1px solid #20333D;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .categories-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .categories-title span {
  font-size: 1.5rem;
  color: black;
  font-weight: 700;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .categories-itens ul {
  padding-left: 0px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .categories-itens ul li {
  list-style: none;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .categories-itens ul li a {
  font-size: 1rem;
  color: black;
  font-weight: 400;
  transition: color 350ms ease-in-out;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .categories-itens ul li a:hover {
  color: black;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .categories-itens ul li + li {
  padding-top: 5px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .social-links {
  padding-top: 30px;
  padding-bottom: 60px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .social-links .social-title {
  font-size: 1.5rem;
  color: black;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .social-links ul {
  padding-left: 0px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .social-links ul li {
  display: inline-block;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .social-links ul li a .icon svg {
  transition: transform 350ms ease-in-out;
  display: inline-block;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .social-links ul li a .icon svg:hover {
  transform: scale(1.1);
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .social-links ul li + li {
  padding-left: 25px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .newsletter-blog {
  background-image: linear-gradient(to top, white, #2d2d2d);
  padding: 20px 35px 5px 35px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .newsletter-blog h6 {
  color: black;
  font-size: 2.25rem;
  line-height: 50px;
  padding-bottom: 30px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .newsletter-blog-form-wrapper .input-wrapper .your-email input {
  width: 100%;
  border: 1px solid #878787;
  border-radius: 2px;
  color: black;
  text-indent: 20px;
  color: #e5e5e5;
  height: 60px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .newsletter-blog-form-wrapper .input-wrapper .your-email .wpcf7-not-valid {
  border-color: #ea515c;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .newsletter-blog-form-wrapper .submit-wrapper {
  padding-top: 0px;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .newsletter-blog-form-wrapper .submit-wrapper .wpcf7-submit {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to right, #ffca7e, #c08a3d);
  color: black;
  font-size: 1rem;
  padding: 15px 60px 15px 60px;
  border: none;
  font-weight: 400;
  width: 100%;
}
.section-interno-blog .right-blog-wrapper .categories-wrapper .newsletter-blog .form-container .wpcf7 form .wpcf7-response-output {
  color: #ea515c;
  border: none;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  top: -20px;
}
.section-interno-blog .post-related-container {
  padding-top: 90px;
  display: inline-block;
  width: 100%;
}
.section-interno-blog .post-related-container .post-related-title h5 {
  color: black;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 40px;
  text-align: center;
}
.section-interno-blog .post-related-container .post-related-title h5 b {
  font-weight: 700;
}
.section-interno-blog .post-related-container .post-related ul {
  list-style: none;
  padding-left: 0;
}
.section-interno-blog .post-related-container .post-related ul li {
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(55, 52, 53, 0.1);
  padding: 1rem;
  background: #eaeaea;
  text-align: center;
  transform: scale(1);
  will-change: transform;
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-interno-blog .post-related-container .post-related ul li:hover {
  transform: scale(1.01);
}
.section-interno-blog .post-related-container .post-related ul li a {
  display: inline-block;
}
.section-interno-blog .post-related-container .post-related ul li a img {
  width: 100%;
  height: 100%;
}
.section-interno-blog .post-related-container .post-related ul li a .related-title {
  color: #373435;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding-top: 35px;
  line-height: 25px;
}
.section-interno-blog .post-related-container .post-related ul li a p {
  color: #878787;
  line-height: 20px;
}
.section-interno-blog .post-related-container .post-related ul li:hover {
  box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.1);
}
.section-interno-blog .overall-search-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section-interno-blog .overall-search-container .overall-search-posts {
  display: inline-block;
  width: 65%;
}

/* HOME */
/* SOBRE NÓS */
.section-sobre-nos {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background-color: #ffffff;
}
.section-sobre-nos .container-section {
  display: flex;
  align-items: center;
}
.section-sobre-nos .container-section .block-img {
  width: 100%;
}
.section-sobre-nos .container-section .block-img .container__wrapper {
  position: relative;
  border-radius: 0.5rem;
}
.section-sobre-nos .container-section .block-img .container__wrapper .image__wrapper {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.section-sobre-nos .container-section .block-img .container__wrapper .image__wrapper .image {
  will-change: transform;
  transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
  height: 22rem;
}
.section-sobre-nos .container-section .block-img .container__wrapper .blur-shadow__wrapper {
  display: none;
  z-index: 0;
  opacity: 0.56;
  filter: blur(1.6rem);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4%;
  bottom: 0%;
  left: 4%;
  right: 0%;
}
.section-sobre-nos .container-section .block-img .container__wrapper .blur-shadow__wrapper .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.section-sobre-nos .container-section .block-img svg {
  overflow: visible;
  display: flex;
}
.section-sobre-nos .container-section .block-img img {
  width: 100%;
  height: 33rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-sobre-nos .container-section .wrapper-text {
  width: 100%;
  text-align: center;
}
.section-sobre-nos .container-section .wrapper-text .block-text h2 {
  color: #373435;
}
.section-sobre-nos .container-section .wrapper-text .block-text p {
  color: #373435;
  width: 75%;
}
.section-sobre-nos .container-section .wrapper-text .btn-container {
  margin-top: 1.5rem;
}

.section-team {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background: rgba(32, 51, 61, 0.1);
}
.section-team .block-title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.section-team .block-title h2 {
  color: #20333d;
  margin-bottom: 0rem;
}
.section-team .block-title .block-dash {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section-team .block-title .block-dash .dash {
  width: 6rem;
  height: 0.1rem;
  background-color: #20333D;
  display: inline-block;
}
.section-team .block-title p {
  color: white;
  width: 75%;
}
.section-team .block-title .small-text {
  font-style: italic;
}
.section-team .container-section {
  gap: 2rem;
  padding-top: 2rem;
}
.section-team .container-section .flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.section-team .container-section .flex-full {
  padding-top: 1.5rem;
}
.section-team .container-section .flex-full .block-icon {
  width: 100%;
}
.section-team .container-section .flex-full .block-icon .image {
  width: 100%;
}
.section-team .container-section .flex-full .block-text__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50% !important;
}
.section-team .container-section .wrapper-text {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  height: 30rem;
}
.section-team .container-section .wrapper-text:hover .block-icon .image {
  transform: scale(1.03);
  z-index: 9;
  position: relative;
}
.section-team .container-section .wrapper-text:hover .block-text {
  -webkit-backdrop-filter: blur(0.03rem);
          backdrop-filter: blur(0.03rem);
  opacity: 1;
}
.section-team .container-section .wrapper-text:hover .block-text__inner {
  transform: scale(1.06);
  will-change: transform;
}
.section-team .container-section .wrapper-text:hover .block-text::before {
  filter: blur(0.1rem);
}
.section-team .container-section .wrapper-text .block-icon .image {
  transform: scale(1);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-team .container-section .wrapper-text .block-text {
  width: 100%;
  display: inline-block;
  opacity: 1;
  background: rgba(32, 51, 61, 0.99);
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(0.05rem);
          backdrop-filter: blur(0.05rem);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  padding: 1.5rem;
  will-change: all;
  cursor: default;
}
.section-team .container-section .wrapper-text .block-text::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(30rem);
          backdrop-filter: blur(30rem);
  mix-blend-mode: color;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-team .container-section .wrapper-text .block-text__inner {
  z-index: 1;
  width: 80%;
  transform: scale(1);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  display: flex;
  flex-direction: column;
}
.section-team .container-section .wrapper-text .block-text__inner h3 {
  color: white;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(74, 53, 44, 0.7);
  will-change: all;
}
.section-team .container-section .wrapper-text .block-text__inner small {
  color: #ffffff;
}
.section-team .container-section .wrapper-text .block-text__inner p {
  color: #ffffff;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(74, 53, 44, 0.7);
}
.section-team .btn-container {
  margin-top: 2rem;
  text-align: center;
}
/* SERVIÇOS */
.section-servicos {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background-color: #ffffff;
}
.section-servicos .container-section {
  display: flex;
  align-items: center;
}
.section-servicos .container-section .block-img {
  width: 100%;
}
.section-servicos .container-section .block-img .container__wrapper {
  position: relative;
  border-radius: 0.5rem;
}
.section-servicos .container-section .block-img .container__wrapper .image__wrapper {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.section-servicos .container-section .block-img .container__wrapper .image__wrapper .image {
  will-change: transform;
  transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}
.section-servicos .container-section .block-img .container__wrapper .blur-shadow__wrapper {
  display: none;
  z-index: 0;
  opacity: 0.56;
  filter: blur(1.6rem);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4%;
  bottom: 0%;
  left: 2%;
  right: 0%;
}
.section-servicos .container-section .block-img .container__wrapper .blur-shadow__wrapper .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.section-servicos .container-section .block-img svg {
  overflow: visible;
  display: flex;
}
.section-servicos .container-section .block-img img {
  width: 100%;
  height: 20rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-servicos .container-section .wrapper-text {
  width: 100%;
  padding-left: 3rem;
  text-align: left;
}
.section-servicos .container-section .wrapper-text .block-text h2 {
  color: #373435;
}
.section-servicos .container-section .wrapper-text .block-text small {
  font-style: italic;
}
.section-servicos .container-section .wrapper-text .block-text p {
  color: #373435;
  width: 75%;
}
.section-servicos .container-section .wrapper-text .btn-container {
  margin-top: 1.5rem;
}

.section-modalidades {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background: #EDE5DD;
}
.section-modalidades .block-title {
  text-align: center;
}
.section-modalidades .block-title h2 {
  color: #4a352c;
  margin-bottom: 1rem;
}
.section-modalidades .block-title p {
  color: white;
  width: 75%;
}
.section-modalidades .block-title .small-text {
  font-style: italic;
}
.section-modalidades .container-section {
  gap: 2rem;
}
.section-modalidades .container-section .flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.section-modalidades .container-section .flex-full {
  padding-top: 1.5rem;
}
.section-modalidades .container-section .flex-full .block-icon {
  width: 100%;
  height: 25.5rem;
}
.section-modalidades .container-section .flex-full .block-icon .image {
  width: 100%;
}
.section-modalidades .container-section .flex-full .block-text__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50% !important;
}
.section-modalidades .container-section .wrapper-text {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.section-modalidades .container-section .wrapper-text:hover .block-icon .image {
  transform: scale(1.03);
}
.section-modalidades .container-section .wrapper-text:hover .block-text {
  -webkit-backdrop-filter: blur(0rem);
          backdrop-filter: blur(0rem);
}
.section-modalidades .container-section .wrapper-text:hover .block-text__inner {
  transform: scale(1.06);
  will-change: transform;
}
.section-modalidades .container-section .wrapper-text:hover .block-text::before {
  background-color: rgba(32, 51, 61, 0.65);
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
}
.section-modalidades .container-section .wrapper-text .block-icon .image {
  transform: scale(1);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-modalidades .container-section .wrapper-text .block-text {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(0.05rem);
          backdrop-filter: blur(0.05rem);
}
.section-modalidades .container-section .wrapper-text .block-text::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(30rem);
          backdrop-filter: blur(30rem);
  mix-blend-mode: color;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-modalidades .container-section .wrapper-text .block-text__inner {
  z-index: 1;
  width: 80%;
  transform: scale(1);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}
.section-modalidades .container-section .wrapper-text .block-text__inner h3 {
  color: white;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(74, 53, 44, 0.7);
}
.section-modalidades .container-section .wrapper-text .block-text__inner p {
  color: #ffffff;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(74, 53, 44, 0.7);
}
.section-modalidades .btn-container {
  margin-top: 2rem;
  text-align: center;
}
.section-ciencia {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background-color: #ffffff;
}
.section-ciencia .container-section {
  display: flex;
  align-items: center;
}
.section-ciencia .container-section .block-img {
  width: 100%;
}
.section-ciencia .container-section .block-img .container__wrapper {
  position: relative;
  border-radius: 0.5rem;
}
.section-ciencia .container-section .block-img .container__wrapper .image__wrapper {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.section-ciencia .container-section .block-img .container__wrapper .image__wrapper .image {
  will-change: transform;
  transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}
.section-ciencia .container-section .block-img .container__wrapper .blur-shadow {
  display: none;
  opacity: 0;
}
.section-ciencia .container-section .block-img .container__wrapper .blur-shadow__wrapper {
  z-index: 0;
  opacity: 0.56;
  filter: blur(1.6rem);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2%;
  bottom: 0%;
  left: 2%;
  right: 0%;
  display: none;
}
.section-ciencia .container-section .block-img .container__wrapper .blur-shadow__wrapper .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.section-ciencia .container-section .block-img svg {
  overflow: visible;
  display: flex;
}
.section-ciencia .container-section .block-img img {
  width: 100%;
  height: 32rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-ciencia .container-section .wrapper-text {
  width: 100%;
  padding-left: 3rem;
  text-align: left;
}
.section-ciencia .container-section .wrapper-text .block-text h2 {
  color: #373435;
}
.section-ciencia .container-section .wrapper-text .block-text small {
  font-style: italic;
}
.section-ciencia .container-section .wrapper-text .block-text p {
  color: #373435;
  width: 75%;
}
.section-ciencia .container-section .wrapper-text .btn-container {
  margin-top: 1.5rem;
}

.section-espaco {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background-color: rgba(55, 52, 53, 0.95);
}
.section-espaco .block-title {
  text-align: center;
}
.section-espaco .block-title h2 {
  color: white;
}
.section-espaco .block-title p {
  color: white;
  width: 75%;
}
.section-espaco .container-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.section-espaco .container-section .inner {
  width: 75%;
  display: flex;
}
.section-espaco .container-section .second-wrapper {
  padding-left: 2rem;
}
.section-espaco .container-section .wrapper-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  align-content: start;
}
.section-espaco .container-section .wrapper-text .block-icon {
  height: 7rem;
  display: flex;
  justify-content: start;
  align-items: start;
}
.section-espaco .container-section .wrapper-text .block-icon svg {
  width: clamp(5rem, 6vw + 1rem, 7rem);
}
.section-espaco .container-section .wrapper-text .block-icon svg path {
  stroke: rgba(255, 255, 255, 0.95);
}
.section-espaco .container-section .wrapper-text .block-icon svg circle {
  stroke: rgba(255, 255, 255, 0.95);
}
.section-espaco .container-section .wrapper-text .block-text ul {
  padding-left: 1rem;
  color: white;
}
.section-espaco .container-section .wrapper-text .block-text ul li::marker {
  height: 100%;
}
.section-espaco .container-section .wrapper-text .block-text h2 {
  color: white;
  font-size: 160%;
}
.section-espaco .container-section .wrapper-text .block-text p {
  color: white;
  width: 100%;
}
.section-espaco .container-section .wrapper-text .block-text address {
  color: white;
}
.section-espaco .container-section .wrapper-text .btn-container {
  margin-top: 1.5rem;
}

/* CONTATO */
.section-contato {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background-color: #ffffff;
}
.section-contato .container-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.section-contato .container-section .inner {
  width: 80%;
  display: flex;
  gap: 6rem;
}
.section-contato .container-section .second-wrapper {
  padding-left: 2rem;
}
.section-contato .container-section .wrapper-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  align-content: start;
}
.section-contato .container-section .wrapper-text .block-icon {
  height: 7rem;
  display: flex;
  justify-content: start;
  align-items: start;
}
.section-contato .container-section .wrapper-text .block-icon svg {
  width: clamp(5rem, 6vw + 1rem, 7rem);
}
.section-contato .container-section .wrapper-text .block-text ul {
  padding-left: 1rem;
  color: #373435;
}
.section-contato .container-section .wrapper-text .block-text ul li::marker {
  height: 100%;
}
.section-contato .container-section .wrapper-text .block-text h2 {
  color: #373435;
  font-size: 160%;
}
.section-contato .container-section .wrapper-text .block-text p {
  color: #373435;
  width: 100%;
}
.section-contato .container-section .wrapper-text .block-text address {
  color: #373435;
}
.section-contato .container-section .wrapper-text .btn-container {
  margin-top: 1rem;
}

.odd-section {
  background-color: rgba(138, 138, 127, 0.1);
}

.odd-padding {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
}

.odd-skew {
  transform: skewY(3.6deg);
}
.odd-skew .container {
  transform: skewY(-3.6deg);
}

.box-between {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.box-between .between-container {
  text-align: center;
}
.box-between .between-container a .arrow-wrapper {
  overflow: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.box-between .between-container a .arrow-wrapper img {
  width: 335px;
}
.box-between .between-container a .arrow-wrapper .down-arrow {
  width: 30px;
  position: absolute;
}
.box-between .between-container a .arrow-wrapper .down-arrow path {
  fill: #20333D;
}
.box-between .between-container a .arrow-wrapper .white-arrow path {
  fill: #ffffff;
}
.box-between .between-container a .arrow-wrapper .triangle {
  position: absolute;
  background: transparent;
  height: 1.8rem;
  width: 100%;
  bottom: -0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-between .between-container a .arrow-wrapper .triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 3.75rem 3.35rem 3.75rem;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  transform: translateX(-50%);
}

.gray {
  background: #ffffff;
}

.white {
  background: #ffffff;
}

/* PARA VOCÊ/EMPRESA */
/* QUEM SOMOS */
.section-quem-somos {
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background-color: #20333D;
}
.section-quem-somos .container-section {
  display: flex;
  align-items: center;
}
.section-quem-somos .container-section .block-img {
  width: 100%;
}
.section-quem-somos .container-section .block-img svg {
  overflow: visible;
}
.section-quem-somos .container-section .block-img svg path {
  transition: all 390ms ease-in-out;
  filter: drop-shadow(0px 0px 15px rgba(74, 53, 44, 0.1)) invert(0%);
  fill: rgba(74, 53, 44, 0.7);
}
.section-quem-somos .container-section .block-img img {
  width: 100%;
  border-radius: 1rem;
}
.section-quem-somos .container-section .wrapper-text {
  width: 100%;
  padding-left: 3rem;
}
.section-quem-somos .container-section .wrapper-text .block-text h2 {
  color: white;
}
.section-quem-somos .container-section .wrapper-text .block-text p {
  color: white;
}
.section-quem-somos .container-section .wrapper-text .btn-container {
  margin-top: 1.5rem;
}

/* QUEM SOMOS */
/* ATENDIMENTO */
.section-atendimento {
  position: relative;
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background: #ffffff;
  text-align: center;
}
.section-atendimento .text-container {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}
.section-atendimento .text-container .flex-div {
  width: 100%;
}
.section-atendimento .text-container .flex-div .title-second {
  font-size: clamp(2rem, 2vw + 1rem, 3rem);
  line-height: clamp(2rem, 2vw + 1rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #20333D;
  margin-bottom: 0px;
  display: inline-block;
}
.section-atendimento .text-container .flex-div .space-text {
  color: #20333D;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: clamp(0.5rem, 0.7vw + 1rem, 1rem);
  line-height: clamp(0.5rem, 0.7vw + 1rem, 1rem);
  margin-top: 0px;
  display: block;
  margin-bottom: 20px;
}
.section-atendimento .text-container .flex-div p {
  font-size: 20px;
}
.section-atendimento .text-container .flex-div .white-text {
  font-weight: bold;
}
.section-atendimento .text-container .flex-div .btn-container {
  margin-top: 25px;
  display: inline-block;
}
.section-atendimento .text-container .flex-div .btn-container .hero-btn {
  font-size: 14px;
}
.section-atendimento .container-row {
  display: flex;
}
.section-atendimento .container-row .container-block {
  width: 100%;
}
.section-atendimento .container-row .container-block + .container-block {
  padding-left: 3rem;
}
.section-atendimento .counter-block .inner-container {
  position: relative;
  z-index: 9;
}
.section-atendimento .counter-block .inner-container .number-block a {
  box-shadow: 0px 0px 5px rgba(126, 132, 136, 0.7);
  background: rgba(255, 255, 255, 0.9);
  border: 0.2rem solid #7e8488;
  border-radius: 1rem;
  display: block;
  padding: 3rem;
  transform: scale(1) skewY(0deg);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  will-change: transform;
}
.section-atendimento .counter-block .inner-container .number-block a .icon-block {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-atendimento .counter-block .inner-container .number-block a .icon-block img {
  width: 100px;
}
.section-atendimento .counter-block .inner-container .number-block a .icon-block svg {
  width: 4rem;
}
.section-atendimento .counter-block .inner-container .number-block a .icon-block svg path {
  fill: #20333D !important;
}
.section-atendimento .counter-block .inner-container .number-block a .icon-block #icon-wpp path {
  fill: none !important;
  stroke: #20333D !important;
}
.section-atendimento .counter-block .inner-container .number-block a .text {
  font-size: clamp(1.3rem, 1.4vw + 0.1rem, 1.6rem);
  line-height: clamp(1.3rem, 1.4vw + 0.1rem, 1.6rem);
  color: #20333D;
  font-weight: bold;
  border-top: 1px solid #7e8488;
  padding-top: 1rem;
  margin-top: 1rem;
}
.section-atendimento .counter-block .inner-container .number-block a:hover {
  transform: scale(1.1) skewY(-0.5deg);
  box-shadow: 0px 0px 15px rgba(126, 132, 136, 0.7);
}

/* ATENDIMENTO */
/* GUIAS */
.section-guias {
  position: relative;
  padding-top: clamp(5rem, 5vw + 1rem, 10rem);
  padding-bottom: clamp(5rem, 5vw + 1rem, 10rem);
  background: #ffffff;
  text-align: center;
}
.section-guias .text-container {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}
.section-guias .text-container .flex-div {
  width: 100%;
}
.section-guias .text-container .flex-div .title-second {
  font-size: clamp(2rem, 2vw + 1rem, 3rem);
  line-height: clamp(2rem, 2vw + 1rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #20333D;
  margin-bottom: 0px;
  display: inline-block;
}
.section-guias .text-container .flex-div .space-text {
  color: #20333D;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: clamp(0.5rem, 0.7vw + 1rem, 1rem);
  line-height: clamp(0.5rem, 0.7vw + 1rem, 1rem);
  margin-top: 0px;
  display: block;
  margin-bottom: 20px;
}
.section-guias .container-row {
  display: flex;
}
.section-guias .container-row .container-block {
  width: 100%;
}
.section-guias .container-row .container-block + .container-block {
  padding-left: 3rem;
}
.section-guias .counter-block .inner-container {
  position: relative;
  z-index: 9;
}
.section-guias .counter-block .inner-container .number-block a {
  box-shadow: 0px 0px 5px rgba(126, 132, 136, 0.7);
  background: rgba(255, 255, 255, 0.9);
  border: 0.2rem solid #7e8488;
  border-radius: 1rem;
  display: block;
  padding: 3rem;
  transform: scale(1) skewY(0deg);
  transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  will-change: transform;
}
.section-guias .counter-block .inner-container .number-block a .icon-block {
  margin-bottom: 20px;
  height: clamp(2rem, 4vw + 1rem, 6rem);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-guias .counter-block .inner-container .number-block a .icon-block img {
  width: 100px;
}
.section-guias .counter-block .inner-container .number-block a .icon-block svg {
  width: 4rem;
}
.section-guias .counter-block .inner-container .number-block a .icon-block svg path {
  fill: #20333D !important;
}
.section-guias .counter-block .inner-container .number-block a .icon-block #icon-wpp path {
  fill: none !important;
  stroke: #20333D !important;
}
.section-guias .counter-block .inner-container .number-block a .text {
  font-size: clamp(1.3rem, 1.4vw + 0.1rem, 1.6rem);
  line-height: clamp(1.3rem, 1.4vw + 0.1rem, 1.6rem);
  color: #20333D;
  font-weight: bold;
  padding-top: 1rem;
  margin-top: 1rem;
}
.section-guias .counter-block .inner-container .number-block a:hover {
  transform: scale(1.1) skewY(-1deg);
  box-shadow: 0px 0px 15px rgba(126, 132, 136, 0.7);
}

/* GUIAS */
/* WPP BTN */
.wpp-container {
  position: fixed;
  z-index: 9999;
  bottom: 1.5vw;
  right: 1.5vw;
}
.wpp-container a {
  display: inline-block;
}
.wpp-container a img {
  width: 4.5vw;
}
.wpp-container a:hover {
  transform: scale(1.06);
}

/* WPP BTN *//*# sourceMappingURL=main.css.map */