 .text-xs,
 .text-sm,
 .text-base,
 .text-lg,
 .text-xl,
 .text-xl2,
 .text-xl3 {
     line-height: 1.55rem
 }

 .text-xl4,
 .text-xl5,
 .text-xl6,
 .text-xl7,
 .text-xl8,
 .text-xl9 {
     line-height: 3.5rem
 }

 .text-xs {
     font-size: .75rem
 }

 .text-sm {
     font-size: .875rem
 }

 .text-base {
     font-size: 1rem
 }

 .text-lg {
     font-size: 1.125rem
 }

 .text-xl {
     font-size: 1.25rem
 }

 .text-xl2 {
     font-size: 1.5rem
 }

 .text-xl3 {
     font-size: 1.875rem
 }

 .text-xl4 {
     font-size: 2.25rem
 }

 .text-xl5 {
     font-size: 3rem
 }

 .text-xl6 {
     font-size: 2.25rem
 }

 @media (min-width:768px) {
     .text-xl6 {
         font-size: 3.75rem
     }
 }

 .text-xl7 {
     font-size: 3rem
 }

 @media (min-width:768px) {
     .text-xl7 {
         font-size: 4.5rem
     }
 }

 .text-xl8 {
     font-size: 6rem
 }

 .text-xl9 {
     font-size: 8rem
 }

 .c-primary {
     color: #3e183a !important
 }

 .c-secondary {
     color: #5fa2b6 !important
 }

 .c-white {
     color: #fff
 }

 .b-white {
     background-color: #fff
 }

 .b-primary {
     background-color: #3e183a
 }

 .b-secondary {
     background-color: #5fa2b6
 }

 .nav-primary {
     width: 100%;
     z-index: 3;
     background-color: rgba(255, 255, 255, .7);
     border-bottom: 1px solid #3e183a;
     transition: all .3s;
     position: fixed;
     top: 0
 }

 .nav-primary .navbar-collapse {
     flex-grow: 0
 }

 .nav-primary.on {
     background-color: #fff;
     transition: all .3s;
     box-shadow: 0 5px 10px #0006
 }

 .navbar-toggle {
     float: right;
     background-color: #0000;
     background-image: none;
     border: 1px solid #0000;
     border-radius: 0;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-right: 15px;
     padding: 9px 10px;
     display: none;
     position: relative
 }

 @media (max-width:991.98px) {
     .navbar-toggle {
         display: block
     }
 }

 .navbar-toggle {
     border: none;
     background: 0 0 !important
 }

 .navbar-toggle .icon-bar {
     background-color: #3e183a
 }

 .navbar-toggle .icon-bar+.icon-bar {
     margin-top: 4px
 }

 .navbar-toggle .icon-bar {
     width: 22px;
     height: 2px;
     width: 22px;
     border-radius: 1px;
     transition: all .2s;
     display: block
 }

 .navbar-toggle.x .icon-bar:first-of-type {
     transform-origin: 10% 10%;
     transform: rotate(45deg)
 }

 .navbar-toggle.x .icon-bar:nth-of-type(2) {
     opacity: 0;
     filter: alpha(opacity=0)
 }

 .navbar-toggle.x .icon-bar:nth-of-type(3) {
     transform-origin: 10% 90%;
     transform: rotate(-45deg)
 }

 .navbar-toggle.x.collapsed .icon-bar:first-of-type {
     transform: rotate(0)
 }

 .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
     opacity: 1;
     filter: alpha(opacity=100)
 }

 .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
     transform: rotate(0)
 }

 .hero {
     width: 100%;
     height: 100vh;
     position: relative
 }

 .hero .carousel-inner {
     height: 100vh
 }

 .hero .carousel-indicators {
     margin-bottom: 5rem
 }

 .hero .carousel-item {
     height: 100vh
 }

 .hero .caption {
     color: #3e183a
 }

 .hero .container-hero {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     display: flex;
     align-items: center;
     height: 100%
 }

 .carousel-hero--image {
     height: 100vh;
     width: 100%
 }

 @media (max-width:1199.98px) {
     .hero {
         height: 400px;
         min-height: 400px;
         margin-top: 90px;
     }

     .hero .carousel-inner {
         height: 400px;
         min-height: 400px;
     }

     .hero .carousel-item {
         height: 400px;
         min-height: 400px;
     }

     .hero .carousel-indicators {
         margin-bottom: 15px
     }

     .carousel-hero--image {
         height: 100%
     }
 }

 .img-1 {
     background-image: url("../assets/cirurgia-banner.webp");
     background-position: 50%;
     background-size: cover;
     min-height: 400px;
 }

 @media (max-width:991.98px) {
     .img-1 {
         background-position: inherit;
         background-image: inherit;
         background-color: lightsteelblue
     }
 }

 .img-2 {
     background-image: url("../assets/banner-personnalite2.webp");
     background-position: 50%;
     background-size: cover;
     min-height: 400px;
 }

 @media (max-width:991.98px) {
     .img-2 {
         background-position: inherit;
         background-image: inherit;
         background-color: lightsteelblue
     }
 }

 .img-3 {
     background-image: url("../assets/raiox-banner.webp");
     background-position: 50%;
     background-size: cover;
     min-height: 400px;
 }

 @media (max-width:991.98px) {
     .img-3 {
         background-position: inherit;
         background-image: inherit;
         background-color: lightsteelblue
     }
 }

 .animated {
     animation-duration: 1.5s;
     animation-fill-mode: both
 }

 @keyframes fadeInRight {
     0% {
         opacity: 0;
         transform: translate(100px)
     }

     to {
         opacity: 1;
         transform: none
     }
 }

 .fadeInRight {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     animation-name: fadeInRight;
     animation-duration: 1s;
     animation-delay: 0s;
     animation-fill-mode: both
 }

 @keyframes fadeIn {
     0% {
         opacity: 0
     }

     to {
         opacity: 1
     }
 }

 .fadeIn {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     animation-name: fadeIn;
     animation-duration: 1s;
     animation-delay: 0s;
     animation-fill-mode: both
 }

 @keyframes fadeInDown {
     0% {
         opacity: 0;
         transform: translateY(-100%)
     }

     to {
         opacity: 1;
         transform: none
     }
 }

 .fadeInDown {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     animation-name: fadeInDown;
     animation-duration: 1s;
     animation-delay: 0s;
     animation-fill-mode: both
 }

 @keyframes fadeInDownBig {
     0% {
         opacity: 0;
         transform: translateY(-2000px)
     }

     to {
         opacity: 1;
         transform: none
     }
 }

 .fadeInDownBig {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     animation-name: fadeInDownBig;
     animation-duration: 1s;
     animation-delay: 0s;
     animation-fill-mode: both
 }

 @keyframes fadeInLeft {
     0% {
         opacity: 0;
         transform: translate(-100%)
     }

     to {
         opacity: 1;
         transform: none
     }
 }

 .fadeInLeft {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     animation-name: fadeInLeft;
     animation-duration: 1s;
     animation-delay: 0s;
     animation-fill-mode: both
 }

 @keyframes fadeInLeftBig {
     0% {
         opacity: 0;
         transform: translate(-2000px)
     }

     to {
         opacity: 1;
         transform: none
     }
 }

 .fadeInLeftBig {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     animation-name: fadeInLeftBig;
     animation-duration: 1s;
     animation-delay: 0s;
     animation-fill-mode: both
 }

 @-webkit-keyframes fadeInRight {
     0% {
         opacity: 0;
         transform: translate(100%)
     }

     to {
         opacity: 1;
         transform: none
     }
 }

 .cardbox-flex {
     flex-wrap: wrap;
     justify-content: space-between;
     display: flex
 }

 .cardbox-flexSwipe {
     flex-wrap: nowrap
 }

 .cardbox-absolute {
     z-index: 2;
     position: absolute;
     top: -70px;
     left: 0;
     right: 0
 }

 .cardbox.perfil .imgbox {
     width: 100px;
     height: 100px
 }

 .cardbox.perfil img {
     max-width: 98px
 }

 .cardbox.perfil .title {
     margin-bottom: 0
 }

 .cardbox {
     text-align: center;
     background-color: #306272;
     flex-direction: column;
     flex: 0 19%;
     align-items: center;
     margin-bottom: 15px;
     padding: 15px;
     display: flex
 }

 .cardbox .title {
     margin-bottom: 15px;
     font-size: 18px;
     font-weight: 700
 }

 .cardbox .imgbox {
     width: 50px;
     height: 50px;
     justify-content: center;
     align-items: center;
     margin-top: 15px;
     margin-bottom: 15px;
     display: flex
 }

 .cardbox img {
     max-width: 41px
 }

 .cardbox p {
     font-weight: 300
 }

 .cardbox-nospace {
     flex: 1
 }

 .cardbox-saparate:not(:last-child) {
     border-bottom: 1px solid #fff
 }

 .cardbox-style {
     background-color: #0000;
     flex: 1;
     margin: 0
 }

 .cardbox-style:not(:last-child) {
     border-right: 1px solid #fff
 }

 @media (max-width:1199.98px) {
     .cardbox-absolute {
         position: inherit;
         top: 0;
         margin-top: 15px
     }
 }

 @media (max-width:1199.98px) {

     .cardbox-style:first-child,
     .cardbox-style:nth-child(2) {
         border-bottom: 1px solid #fff
     }

     .cardbox-style:first-child,
     .cardbox-style:nth-child(3) {
         border-right: 1px solid #fff
     }

     .cardbox-style:nth-child(2),
     .cardbox-style:nth-child(4) {
         border-right: none
     }
 }

 @media (max-width:575.98px) {

     .cardbox-style:first-child,
     .cardbox-style:nth-child(3),
     .cardbox-style:nth-child(2),
     .cardbox-style:nth-child(4) {
         border-right: none
     }

     .cardbox-style:not(:last-child) {
         border-bottom: 1px solid #fff
     }
 }

 @media (max-width:1199.98px) {
     .cardbox-style1 {
         flex: 0 49%;
         margin: 1px 1px 5px
     }
 }

 @media (max-width:575.98px) {
     .cardbox-style1 {
         flex: 0 100%;
         margin: 0 0 5px
     }
 }

 @media (max-width:1199.98px) {
     .cardbox-style {
         flex: 0 50%
     }
 }

 @media (max-width:575.98px) {
     .cardbox-style {
         flex: 0 100%
     }
 }

 .cardbox-style2 {
     min-width: 300px;
     background-color: #fff;
     border: 1px solid #ccc
 }

 .link {
     text-decoration: none;
     transition: all .3s;
     cursor: pointer
 }

 .link:hover {
     text-decoration: none
 }

 .link-footer {
     color: #fff
 }

 .link-footer:hover {
     color: #6c757d
 }

 .link-nav {
     text-transform: uppercase;
     color: #333;
     padding: 10px 15px;
     font-size: 16px;
     font-weight: 500
 }

 .link-nav:hover {
     color: #5fa2b6
 }

 .link-facebook,
 .link-whatsapp,
 .link-youtube,
 .link-instagram {
     color: #3e183a
 }

 .link-facebook:hover {
     color: #3b5998
 }

 .link-whatsapp:hover {
     color: #25d366
 }

 .link-youtube:hover {
     color: #e62117
 }

 .link-instagram:hover {
     color: #dd2a7b
 }

 .link-primary {
     color: #3e183a
 }

 .link-primary:hover {
     color: #5fa2b6
 }

 .link-white {
     color: #fff
 }

 .link-white:hover {
     color: #ccc
 }

 .link-card {
     display: flex
 }

 .link-card .caption-card {
     background-color: #0a2d3db3;
     transition: background-color .5s
 }

 .link-card .caption-card:hover {
     background-color: #0a2d3d00
 }

 .active {
     color: #3e183a;
     border-bottom: 4px solid #5fa2b6;
     font-weight: 700
 }

 .mosaic {
     width: 100%;
     background-size: cover;
     display: inline-flex
 }

 .mosaic-sm {
     display: none
 }

 .mosaic-res {
     height: 100%;
     display: flex;
     justify-content: space-between
 }

 @media (max-width:1199.98px) {
     .mosaic-res {
         margin-bottom: 30px
     }
 }

 @media (max-width:991.98px) {
     .mosaic-sm {
         display: block
     }

     .mosaic-res {
         height: 300px
     }
 }

 .mosaic-wrapper {
     height: 100%;
     width: 100%;
     flex-direction: column;
     justify-content: space-between;
     display: flex
 }

 .mosaic-image1 {
     background-image: url("../assets/galeria/limpeza.webp")
 }

 .mosaic-h35 {
     height: 35%
 }

 .mosaic-h65 {
     height: 65%
 }

 .mosaic-image2 {
     background-image: url("../assets/galeria/aparelhos2.webp")
 }

 @media (max-width:991.98px) {
     .mosaic-res {
         display: none
     }

     .mosaic-image2 {
         background-position: 50%
     }
 }

 @media (max-width:767.98px) {
     .mosaic-image2 {
         background-position: 0
     }
 }

 @media (max-width:575.98px) {
     .mosaic-image2 {
         background-position: 0 bottom
     }
 }

 .mosaic-image3 {
     background-image: url("../assets/galeria/aparelhos.webp");
     background-position: -200px 0
 }

 @media (max-width:991.98px) {
     .mosaic-image3 {
         background-position: 50%
     }
 }

 @media (max-width:767.98px) {
     .mosaic-image3 {
         background-position: 0
     }
 }

 @media (max-width:575.98px) {
     .mosaic-image3 {
         background-position: -55px
     }
 }

 @media (max-width:1199.98px) {
     .carouselSwipe .carousel-inner {
         display: flex;
         overflow-x: scroll
     }

     .carouselSwipe .carousel-item {
         width: auto;
         margin-right: inherit;
         display: flex
     }

     .carouselSwipe .carousel-item.active {
         color: inherit;
         font-weight: inherit;
         border-bottom: none;
         display: flex
     }

     .carouselSwipe .carousel-control-prev,
     .carouselSwipe .carousel-control-next {
         display: none
     }
 }

 .carouselSwipe .carousel-control-prev,
 .carouselSwipe .carousel-control-next {
     width: 5%
 }

 .carouselSwipe .carousel-control-prev {
     background: linear-gradient(90deg, #3e183a 0%, #5fa2b6 50%, #5fa2b600 100%)
 }

 .carouselSwipe .carousel-control-next {
     background: linear-gradient(90deg, #5fa2b600 0%, #5fa2b6 50%, #3e183a 100%)
 }

 .paralax {
     height: 630px;
     background-position: 50%;
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed
 }

 .paralax-background-radio {
     background-image: url("../assets/bg-radio.webp")
 }

 .paralax-background {
     background-image: url("../assets/bg-booking.1f7544f0.webp")
 }

 .title {
     text-transform: uppercase;
     font-weight: 700
 }

 .title-b {
     border-bottom: 2px solid #5fa2b6
 }

 .iplay {
     display: inline-flex;
     position: relative
 }

 .iplay-item {
     text-align: center;
     z-index: 1;
     margin: 0 auto;
     line-height: 1;
     top: 50%;
     left: 0;
     right: 0
 }

 .iplay-hover {
     align-items: center;
     transition: all .3s;
     display: inline-flex;
     position: relative
 }

 .iplay-hover:hover span {
     color: #ccc;
     border-color: #ccc
 }

 .iplay-icon {
     width: 48px;
     height: 48px;
     color: #fa360a;
     text-align: center;
     background-color: #fff;
     border-radius: 50%;
     line-height: 48px;
     transition: all .3s;
     display: inline-block;
     position: relative
 }

 .iplay-icon:before,
 .iplay-icon:after {
     content: "";
     z-index: -1;
     border: 1px solid #fff;
     border-radius: 50%;
     animation: 1.5s ease-out infinite pulse-border;
     display: block;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%)
 }

 .iplay-icon:before {
     width: 90px;
     height: 90px
 }

 .iplay-icon:after {
     width: 74px;
     height: 74px
 }

 .iplay-i {
     margin-left: 2px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translate(-50%)
 }

 .iplay-caption {
     color: #5fa2b6;
     border-bottom: 1px solid #5fa2b6;
     font-size: 1rem;
     font-weight: bolder;
     position: absolute;
     right: -110px
 }

 @keyframes pulse-border {
     0% {
         opacity: 1;
         transform: translate(-50%) translateY(-50%) translateZ(0) scale(.8)
     }

     to {
         opacity: 0;
         transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.1)
     }
 }

 @keyframes pulse-border-2 {
     0% {
         opacity: 1;
         transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.1)
     }

     to {
         opacity: 0;
         transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.3)
     }
 }

 .backtotop {
     width: 50px;
     height: 50px;
     text-align: center;
     opacity: 0;
     visibility: hidden;
     z-index: 1000;
     background-color: #5fa2b6;
     border-radius: 4px;
     transition: background-color .3s, opacity .5s, visibility .5s;
     display: inline-block;
     position: fixed;
     bottom: 50px;
     right: 30px
 }

 .backtotop:after {
     content: "";
     color: #fff;
     font-family: "font awesome 6 free";
     font-size: 2em;
     font-style: normal;
     font-weight: 400;
     line-height: 50px
 }

 .backtotop:hover {
     cursor: pointer;
     background-color: #333;
     text-decoration: none
 }

 .backtotop:active {
     background-color: #555
 }

 .backtotop.show {
     opacity: 1;
     visibility: visible
 }

 body {
     font-family: Montserrat, sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
 }

 @font-face {
     font-family: 'Montserrat';
     src: url('/assets/fonts/Montserrat-Regular.woff') format('woff');
     font-weight: 400;
     font-style: normal;
     font-display: swap;
 }

 #map {
     height: 600px
 }

 .spacer-pt--default {
     padding-top: 250px
 }

 @media (max-width:1199.98px) {
     .spacer-pt--default {
         padding-top: 15px
     }
 }

 .spacer-mb--default {
     margin-bottom: 60px
 }

 .title-border {
     color: #3e183a;
     border-bottom: 2px solid #3e183a
 }

 .section-spacer--default {
     padding-top: 60px;
     padding-bottom: 60px
 }

 .servicos {
     background-image: url("../assets/bg-roll.8ab528cf.webp");
     background-size: cover
 }

 .equipe {
     background-image: url("../assets/shape30.9ca4b7da.webp");
     background-repeat: no-repeat;
     background-size: cover
 }

 .footer {
     background: linear-gradient(90deg, #3e183a 19%, #22b0ca 100%)
 }

 #instagram .wx-title {
     display: none
 }

 .progress {
     background-color: #0000;
     border-radius: 0;
     overflow: visible
 }

 .bars-default {
     width: 0;
     background: linear-gradient(90deg, #3e183a4d 0%, #5fa2b64d 50%, #5fa2b600 100%);
     transition: width 2.5s ease-in-out
 }

 .cardA.in-view {
     animation: 2s fadeIn
 }

 .cardB.in-view {
     animation: 2s fadeInLeftBig
 }

 .cardC.in-view {
     animation: 2s fadeInDown
 }

 .barsload.in-view {
     width: 100%
 }

 .drcard-img {
     height: 350px;
     width: 100%;
     object-fit: cover
 }

 .drcard-img.fix {
     height: 100px
 }

 .item {
     padding-left: 5px;
     padding-right: 5px
 }

 .item-drcard {
     transition: .5s
 }

 .item-drcard-title {
     font-size: 15px;
     transition: 1s
 }

 .item-drcard-title i {
     font-size: 15px;
     transition: 1s;
     color: #ffa710
 }

 .drcard-title i:hover {
     transform: scale(1.25) rotate(100deg);
     color: #18d4ca
 }

 .drcard:hover {
     transform: scale(1.05);
     box-shadow: 10px 10px 15px rgba(0, 0, 0, .3)
 }

 .drcard-text {
     height: 80px
 }

 .drcard::before,
 .drcard::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     transform: scale3d(0, 0, 1);
     transition: transform .3s ease-out 0s;
     background: rgba(255, 255, 255, .1);
     content: "";
     pointer-events: none
 }

 .drcard::before {
     transform-origin: left top
 }

 .drcard::after {
     transform-origin: right bottom
 }

 .drcard:hover::before,
 .drcard:hover::after,
 .drcard:focus::before,
 .drcard:focus::after {
     transform: scale3d(1, 1, 1)
 }

 .whatsapp {
     background-color: #075e54;
     color: #fff;
     position: fixed;
     right: 15px;
     width: 80px;
     height: 80px;
     box-shadow: 3px 3px 15px -1px rgba(0, 0, 0, .4);
     border-radius: 50px;
     bottom: 30px;
     padding: 1rem;
     z-index: 3;
     display: flex;
     font-size: 54px;
     align-items: center;
     justify-content: center;
     text-decoration: none;
     transition: all .3s
 }

 .whatsapp:hover {
     color: #25d366
 }

 .iubenda-tp-btn {
     display: none
 }

 @media (min-width:992px) {
     .nav-clock {
         margin-left: 15px;
         margin-right: 15px;
         position: relative;
         font-size: 14px
     }

     .nav-clock::after {
         content: "|";
         position: absolute;
         right: -10px;
         top: .5rem
     }
 }

 .lgpd-consent {
     position: fixed;
     inset: auto 0 0 0;
     padding: 16px;
     z-index: 9999
 }

 .lgpd-consent__box {
     max-width: 1100px;
     margin: 0 auto;
     background: rgba(20, 20, 20, .92);
     color: #fff;
     border-radius: 14px;
     padding: 14px 16px;
     display: flex;
     gap: 16px;
     align-items: center;
     justify-content: space-between;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
     backdrop-filter: blur(8px)
 }

 .lgpd-consent__text p {
     margin: 6px 0 0 0;
     font-size: 14px;
     line-height: 1.35;
     opacity: .95
 }

 .lgpd-consent__text a {
     color: #fff;
     text-decoration: underline
 }

 .lgpd-consent__actions {
     display: flex;
     gap: 10px;
     flex: 0 0 auto
 }

 .lgpd-btn {
     border: 0;
     border-radius: 12px;
     padding: 10px 14px;
     cursor: pointer;
     font-weight: 600
 }

 .lgpd-btn--ghost {
     background: rgba(255, 255, 255, .12);
     color: #fff
 }

 .lgpd-btn--primary {
     background: #25d366;
     color: #0b1b12
 }

 @media (max-width:720px) {
     .lgpd-consent__box {
         flex-direction: column;
         align-items: stretch
     }

     .lgpd-consent__actions {
         justify-content: stretch
     }

     .lgpd-btn {
         width: 100%
     }
 }