

@font-face{
    font-family: 'Gotham_Bold';
    src: url('../fonts/Gotham Rounded Bold.otf') format('openType');
    font-weight: normal;
    font-style: normal;
    color: #a3a3a3;
}

@font-face{
    font-family: 'Gotham_Medium';
    src: url('../fonts/Gotham_Rounded_Medium.otf') format('openType');
    font-weight: normal;
    font-style: normal;
    color: #a3a3a3;
}
@font-face{
    font-family: 'Gotham_Rounded_Light';
    src: url('../fonts/Gotham_Rounded_Light.otf') format('openType');
    font-weight: normal;
    font-style: normal;
    color: #a3a3a3;
}

body{
    font-family: 'Gotham_Medium';
}
h6{
    font-family: 'Gotham_Medium';
}
p{
    font-family: 'Gotham_Rounded_Light';
}

 .header{
    margin: 0;
    padding: 0;
    background-color: #114979;
    height: 50px;
}
.logo{
    width: 200px;
    padding: 10px;
}
.padding-top-20{
    padding-top: 20px;
}
.carousel-item {
     height: auto !important; 
}
#icones-servicos .icones{
    width: 25%;
}

.posicao-box{
/*    position: absolute;*/
    margin-top: -130px;
    z-index: 9999;
}
#icones-servicos .box-1{
    background-color: #FFFFFF;
    border-radius: 10px 0;
    margin: 1px;
}
#icones-servicos .box-2{
    background-color: #FFFFFF;
    border-radius: 0 0;
    margin: 1px;
}
#icones-servicos .box-3{
    background-color: #FFFFFF;
    border-radius: 0 10px;
    margin: 1px;
}
#icones-servicos .margin-icone{
    margin-top: 25px;
}
#icones-servicos .box-verde{
    background-color: #8abfcc;
    border-radius: 10px;
    margin-left: 10px;
}
#nossos-produtos{
    background-color: #fbfbf8;
}
main{
    background-color: #fbfbf8;
}
#nossos-produtos .tit{
    font-size: 140px;
    color: #003f83;
    font-family: 'Gotham_Bold';
}
#nossos-produtos .sub-tit{
    color: #003f83;   
}
#nossos-produtos .texto{
    color: #a3a3a3;;
}
#nossos-produtos .text-nossos-produtos{
    color: #80b8b3;
}
#nossos-produtos img{
    max-height: 600px;
/*    text-align: center;*/
}
#nossos-produtos button{
    border-radius: 100px;
    background-color: #003c6a;
    border: 0;
    color: #FFFFFF;
    padding: 5px 30px;
}

#pontas-ultrasonicas{
    background-color: #e5f1f3;
    margin-top: -180px;
}
#pontas-ultrasonicas .container{
    margin-top: 100px;
    background-color: #e5f1f3;
}
#pontas-ultrasonicas button{
    border-radius: 100px;
    background-color: #8bcccd;
    border: 0;
    color: #FFFFFF;
    padding: 5px 30px;
}
#pontas-ultrasonicas h4{
    font-weight: 100;
}
#pontas-ultrasonicas .caixa{
    background-color: #80b8b4;
    width: 100%;
    border-radius: 10px;
/*    height: 250px;*/
}
#pontas-ultrasonicas h2{
    font-size: 50px;
    color: #0f537a;
}
.ajuste-leia{
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
.margin-top-bottom-50{
    margin-bottom: 50px;
    margin-top: 50px;
}
#pontas-ultrasonicas .conteudo{
    padding: 25px;
}

#corte-micrometrico .container{
    padding-top: 100px;
}
#rodape{
    height: 500px;
    background-image: url(../imagens/fundo-rodape.jpg);
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 100px;
}
.verde-claro{
    color:#93ae56;
}
#rodape footer a{
    text-decoration: none;
    color: #FFFFFF;
}
.padding-50{
    padding: 50px;
}
a:hover{
    color: #89b04f !important;
}
#pontas-ultrasonicas button:hover, #nossos-produtos button:hover {
    border-radius: 100px;
    background-color: #89b04f !important;
    border: 0;
    color: #FFFFFF !important;
    padding: 5px 30px;
    border-color: #FFFFFF !important;
}

#nome-sessao .titulo{
    font-family: Gotham_Bold;
    
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}
#nome-sessao{
    background-image: linear-gradient(to right, #001932, #004473);
}
/*#texto img{
    margin-top: 40px;
    margin-bottom: 40px;
}*/
#texto .titulo-materia{
    color: #082754;
}




#mais-materias{
    background-color: #e5f1f3;
    }
#mais-materias .container{
    margin-top: 100px;
    background-color: #e5f1f3;
}
#mais-materias button{
    border-radius: 100px;
    background-color: #8bcccd;
    border: 0;
    color: #FFFFFF;
    padding: 5px 30px;
}
#mais-materias h4{
    font-weight: 100;
}
#mais-materias .caixa{
/*    background-color: #80b8b4;*/
    width: 100%;
    border-radius: 10px;
    height: 264px;
}
.img-height{
    height: 55%;
}
#texto h1{
    padding: 60px 0 0 0;
}
#texto h3{
    padding: 0 0 60px;
}


//*submenu/*//
.navbar-nav .nav-link {
  color: #fff;
}
.dropend .dropdown-toggle {
  color: #2057a9 !important;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}


@media screen and (max-width: 769px){
    #corte-micrometrico{
        text-align: center;
    }
    #corte-micrometrico h5{
        font-size: 40px !important;
    }
    #pontas-ultrasonicas .conteudo button{
        margin-top: 40px;
    }
    #pontas-ultrasonicas .conteudo {
        text-align: center;
    }
    #pontas-ultrasonicas .container{
        text-align: center;
    }
    #pontas-ultrasonicas {
        background-color: #e5f1f3;
        margin-top: 0;
    }
    #nossos-produtos .boxMobile{
        text-align: center;
        padding: 60px;

    }
    #nossos-produtos{
        text-align: center;
    }
    #icones-servicos .text-center-mobile{
        text-align: center;
    }
    #rodape{
        height: auto;
    }
    .verde-claro-mobile{
        color: green !important;
    }
    .controla-tamanho-imagem{
        width: 100%!important;
    }
    .tabela-mobile{
        padding: 100px;
    }
    .aling-mobile{
        text-align: center !important;
    }
    .width-mobile-100{
        width: 100% !important;
    }

    .d-flex {
         display: block !important ; 
    }

    #rodape{
        padding: 10px !important;
    }
    .logo-mobile{
        text-align: center;
    }
    .margin-left-15{
        margin-left: 0 !important;
    }
    .icones-mobile{
        margin: 0 auto;
    }
    .margin-bottom-180{
        margin-bottom: 180px;
    }
    .margin-top-100{
        margin-top: 0 !important;
    }

    .alinhamento-margin-depoimentos{
        text-align: center !important;
        margin-bottom: 0 !important;
    }
}
    /*i{
        color: #ffffff;
    }*/


.dropend .dropdown-toggle {
    color: #2057a9 !important;
    margin-left: 0 !important;
}
.dropdown-item:hover {
    background-color: transparent !important;
    color: #fff;
}

.dropdown-menu{
    background-color: #FFFFFF !important;
    border: 0 !important;
    box-shadow: 0px 15px 10px 0px !important;
    border-radius: 0 !important;
}
.dropdown-divider {
    height: 0 !important;
    overflow: hidden !important;
    border-top: 1px solid !important;
    opacity: 1 !important;
    width: 90% !important;
    margin: auto !important;
    padding: 0 !important;
    border-color: #0d6efd !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #2057a9 !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.buttonVerTodos{
    background-color: #003c6a !important;
}

//*youtube*//
.youtube-video{
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 40px 0 0 0 !important;
}

#corte-micrometrico h5{
    text-align: center;
    font-size: 60px;
    padding: 50px;
    color: #0f537a;
}
#corte-micrometrico{
/*    padding-bottom: 70px;*/
}
.negrito-azul{
    color: #082754;
    font-weight: bold;
}
.nav-link{
    color: #00477b !important;
}
#texto .subtit{
    font-size: 28px;
    font-weight: 800;
}
.margin-materia{
    padding: 10%;
    padding-top: 0;
    padding-bottom: 0;
}









.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;

}

.wrapper i {
    height: 50px;
    width: 50px;
    background: rgb(0 27 54);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25 rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);

}

.wrapper i:first-child {
    left: -22px;
    z-index: 99999;
}

.wrapper i:last-child {
    right: -22px;

}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    scroll-snap-align: start;
    height: 340px;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    width: 98%;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card .img {
    background: transparent;
    width: 145px;
    height: 145px;
    border-radius: 50%;

}

.card .img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: 4px solid #fff;
}

.card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.card span {
    color: #6a6d78;
    font-size: 1.31rem;

}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);

    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;

    }
}




.CSSgal {
  position: relative;
  overflow: hidden;
  height: 100%; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
  font-size: 1rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  height: 100%;
  width: 100%;
  background: none 50% no-repeat;
  background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  height: 0;
}

.CSSgal .prevNext > div+div {
  visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
  background: #fff;
  position: absolute;
  width:       60px;
  height:      60px;
  line-height: 60px; /* If you want to place numbers */
  text-align: center;
  opacity: 0.7;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.CSSgal .prevNext a:hover {
  opacity: 1;
}
.CSSgal .prevNext a+a {
  left: auto;
  right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.CSSgal .bullets > a {
  display: inline-block;
  width:       30px;
  height:      30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.CSSgal .bullets > a+a {
  background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
  background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
#s5:target ~ .bullets >*:nth-child(5) {background: rgba(255, 255, 255,   1);}
#s6:target ~ .bullets >*:nth-child(6) {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
#s5:target ~ .prevNext >*:nth-child(5) {visibility: visible;}
#s6:target ~ .prevNext >*:nth-child(6) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
#s5:target ~ .slider {transform: translateX(-400%); -webkit-transform: translateX(-400%);}
#s6:target ~ .slider {transform: translateX(-500%); -webkit-transform: translateX(-500%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
  color: #fff;  
  text-align: center;
}
.CSSgal .slider h2 {
  margin-top: 40vh;
  font-weight: 200;
  letter-spacing: -0.06em;
  word-spacing: 0.2em;
  font-size: 3em;
}
.CSSgal a {
  border-radius: 50%;
  margin: 0 3px;
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}


/*SELECIONAR IDIOMA*/
.dynamic-select {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  user-select: none;
  border-radius: 110px;
  width: 165px;
}
.dynamic-select .dynamic-select-header {
  border: 1px solid #dee2e6;
  padding: 7px 30px 7px 12px;
}
.dynamic-select .dynamic-select-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23949ba3' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
}
.dynamic-select .dynamic-select-header.dynamic-select-header-active {
  border-color: #c1c9d0;
}
.dynamic-select .dynamic-select-header.dynamic-select-header-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.dynamic-select .dynamic-select-header.dynamic-select-header-active + .dynamic-select-options {
  display: flex;
}
.dynamic-select .dynamic-select-header .dynamic-select-header-placeholder {
  color: #65727e;
}
.dynamic-select .dynamic-select-options {
  display: none;
  box-sizing: border-box;
  flex-flow: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: 5px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dynamic-select .dynamic-select-options::-webkit-scrollbar {
  width: 5px;
}
.dynamic-select .dynamic-select-options::-webkit-scrollbar-track {
  background: #f0f1f3;
}
.dynamic-select .dynamic-select-options::-webkit-scrollbar-thumb {
  background: #cdcfd1;
}
.dynamic-select .dynamic-select-options::-webkit-scrollbar-thumb:hover {
  background: #b2b6b9;
}
.dynamic-select .dynamic-select-options .dynamic-select-option {
  padding: 7px 12px;
}
.dynamic-select .dynamic-select-options .dynamic-select-option:hover, .dynamic-select .dynamic-select-options .dynamic-select-option:active {
  background-color: #f3f4f7;
}
.dynamic-select .dynamic-select-header, .dynamic-select .dynamic-select-option {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 45px;
  color: #212529;
  border-radius: 60px;
  font-size: 12px;
  width: 160px;
}
.dynamic-select .dynamic-select-header img, .dynamic-select .dynamic-select-option img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}
.dynamic-select .dynamic-select-header img.dynamic-size, .dynamic-select .dynamic-select-option img.dynamic-size {
  object-fit: fill;
  max-height: none;
  max-width: none;
}
.dynamic-select .dynamic-select-header img, .dynamic-select .dynamic-select-header svg, .dynamic-select .dynamic-select-header i, .dynamic-select .dynamic-select-header span, .dynamic-select .dynamic-select-option img, .dynamic-select .dynamic-select-option svg, .dynamic-select .dynamic-select-option i, .dynamic-select .dynamic-select-option span {
  box-sizing: border-box;
  margin-right: 10px;
}
.dynamic-select .dynamic-select-header.dynamic-select-no-text, .dynamic-select .dynamic-select-option.dynamic-select-no-text {
  justify-content: center;
}
.dynamic-select .dynamic-select-header.dynamic-select-no-text img, .dynamic-select .dynamic-select-header.dynamic-select-no-text svg, .dynamic-select .dynamic-select-header.dynamic-select-no-text i, .dynamic-select .dynamic-select-header.dynamic-select-no-text span, .dynamic-select .dynamic-select-option.dynamic-select-no-text img, .dynamic-select .dynamic-select-option.dynamic-select-no-text svg, .dynamic-select .dynamic-select-option.dynamic-select-no-text i, .dynamic-select .dynamic-select-option.dynamic-select-no-text span {
  margin-right: 0;
}
.dynamic-select .dynamic-select-header .dynamic-select-option-text, .dynamic-select .dynamic-select-option .dynamic-select-option-text {
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
}

/*crosssonic*/
.fundo-crosssonic{
    background: rgb(20,41,73);
    background: linear-gradient(153deg, rgba(20,41,73,1) 0%, rgba(29,52,89,1) 70%, rgba(29,52,89,1) 100%);
}

#corte-micrometrico .sub-tit{
    color: #cfb778;
    border-left: 5px solid;
    font-size: 45px;
    padding-left: 30px;
    padding-top: 0px;
    font-weight: bold;
}
.padding-left-50px{
    padding-left: 67px;
    padding-top: 0;
    padding-bottom: 0;
}
.texto-sub-tit{
    margin-bottom: 0;
    margin-top: 0;
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 25px;
}
.img-cross-vantagens{
    width: 260px;
}
.alinhamento{
    display: flex;
    align-items: center;
}
.branco{
    color: #FFFFFF;
}
.padding-0{
    padding: 0px;
}
.borda-icones{
    border-top: solid 2px #354b97;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #354b97;
    font-size: 12px;

}
.margin-left-15{
    margin-left: 15px;
}
#depoimentos{
    background: rgb(190,187,191);
    background: linear-gradient(153deg, rgba(190,187,191,1) 0%, rgba(202,199,201,1) 100%);
}
#depoimentos .texto-depoimento{
    background: #d9d5d7;
    border-radius: 20px;
    color: #2b2b64;
    font-size: 12px;
    font-weight: bold;
    padding: 35px;
    text-align: justify;
    font-family: 'Gotham_Rounded_Light';
}
.margin-top-100{
    margin-top: 200px;
}
.posicao-avatar-depoimento{
    position: absolute;
    margin-top: -207px;
}
.font-small{
    font-weight: 100;
    font-size: 12px;
    color: #585e72;
}
.font-small b{
    font-weight: 900;
    font-family: 'Gotham_Medium';
}


.depoimentos-bg{
    background: rgb(211 218 228) !important;

}
.padding-top-bottom-100{
        padding-top: 100px;
    padding-bottom: 100px;
}
.depoimento-2{
    background-color: #fbfbfb !important;
}

.fundo-portifolio-crosssonic{
    
    background-image: url('../imagens/bg-cross-sonic.jpg');   
}
.margin-top-bottom-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.texto-sub-tit-cross-sonic{
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 25px;   
}
.padding-left-40px{
    padding: 0 0 0 40px;
}
.borda-tabela-cross-sonic{
    border: 2px solid #244a99;
}
.padding-15{
    padding: 15px;
}
.borda-tabela-cross-sonic-superior{
    border-top: 2px solid #244a99;
}
.padding-5px{
    padding: 5px;
}
.font-size-13px{
    font-size: 13px;
}
.font-size-14{
    font-size: 14px;
}
.borda-tabela-cross-sonic-top{
    border-top: 2px solid #244a99;
}
.controla-tamanho-imagem{
    width: 600px;
}
#corte-micrometrico-osteotomia{
    padding-top: 100px;
}
.padding-top-50px{
    padding-top: 50px;
}
.fundo-tit-produtos{
    background: #647077;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0;
}
#pontas{
    background: #FFFFFF;
}
.padding-20{
    padding: 20px;
}
.text-right{
    text-align: right;
}
.padding-top-30px{
    padding-top: 30px;
}
.font-verde{
    color: #86af49;
}
.assinatura-materia{
    font-size: 11px;
    text-align: right;
}
.div-em-colunas {
    -webkit-column-count:3; /* Chrome, Safari, Opera */
    -moz-column-count:3;    /* Firefox */
    column-count:3;         /* padrão */
}
.padding-bottom-30{
    padding-bottom: 30px;
}

#linguagem{
        background-color: #FFF;
}
.padding-top-60px{
    padding-top: 60px;
}
.padding-top-bottom-20px{
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-margin-0{
    margin: 0;
    padding: 0;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
#pontas-ultrasonicas-artigos {
    background-color: #e5f1f3;
    margin-top: -120px;
}
.ul_topo{
    text-align: right;
    display: inline-flex;
}
.ul_topo .nav_item a{
    color:  #FFFFFF !important;
}

.img-depoimentos{
    width: 130px;
    padding-top: 18px;
    margin-left: -15px;
}
.z-index-999{
    z-index: 999;
}
.margin-top-70{
    margin-top: 70px;
}
#texto{
    font-size: 15px;
}
.padding-top-70{
    padding-top: 70px;
}

#corte-micrometrico ul{
    color: #FFF;
    list-style: none;
}

#corte-micrometrico label{
    color: #FFFFFF;
}

/*RHINOPLASTIA*/
.fundo-rhinoplastia{
    background: rgb(191 191 191);
    background: linear-gradient(153deg, rgb(227 227 227) 0%, rgb(229 229 229) 70%, rgb(225 225 225) 100%);
}
.tit-rhino{
    color: #313131ee;
    font-size: 45px;
    font-weight: 900;
}
.texto-sub-tit-rhinosonic {
    margin-bottom: 0;
    margin-top: 0;
    color: #313131ee;
    font-size: 15px;
    
}
.fundo-rhinoplastia label {
    color: #000000;
    padding: 20px;
    text-align: center;
}

.label-rhinplastia{
    padding-top: 20px;
    color: #000000 !important;
}
.label-rhinplastia p{
    margin: 0;
}
.label-rhinplastia small{
    font-size: 10px;

}
.margin-kit-rhino{
    margin-top: 60px;
    margin-bottom: 60px;
}
.carousel-control-next-icon {
    filter: brightness(0);
}
.carousel-control-prev-icon{
    filter: brightness(0);
}
.table>:not(caption)>*>* {
    background-color: #444444 !important;
}