* {
  border: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body {
  overflow: auto;
  overflow-x: hidden;
}
html, body {
  width: 100%;
  height: 100%;
}
html {
  box-sizing:border-box;
  overflow-x: hidden;
}

/* EXTRAS BOOTSTRAP */

.container-fluid, .container {
  position: relative;
}
.container-1440 {
  max-width: 1440px;
}
.container-1220 {
  max-width: 1220px;
}
.container-1080 {
  max-width: 1080px;
}
.container-980 {
  max-width: 980px;
}
.container-800 {
  max-width: 800px;
}

a, button, input, select, textarea, img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/*
.btn img, a img {
  max-width: 20px;
  height: auto;
}
*/

.btn img {
  max-width: 20px;
  height: auto;
}

.btn-secondary:hover img {
  filter: invert(1);
  filter: saturate(1);
  filter: brightness(2);
}

ol.breadcrumb {
  padding: 0 0!important;
}
ol.breadcrumb li {
    list-style-type: none!important;
}
@media screen and (max-width: 768px) {
.breadcrumb {
 display: none;
}
}

.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.fullscreen .modal-dialog {
  position: fixed;
  margin: auto;
  max-width: 960px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content,
.modal.fullscreen .modal-content {
  height: 100%;
  overflow-y: auto;
}  
.modal.left .modal-body,
.modal.right .modal-body,
.modal.fullscreen .modal-body {
  padding: 3rem;
}
/*fullscreen*/
.modal.fullscreen.fade .modal-dialog {
  left: 0px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-in-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-in-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-in-out;
  transition: opacity 0.3s linear, left 0.3s ease-in-out;
}  
.modal.fullscreen.fade.show .modal-dialog {
  left: 0;
}  
/*Left*/
.modal.left.fade .modal-dialog {
  left: -400px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-in-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-in-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-in-out;
  transition: opacity 0.3s linear, left 0.3s ease-in-out;
}  
.modal.left.fade.show .modal-dialog {
  left: 0;
}        
/*Right*/
.modal.right.fade .modal-dialog {
  right: -400px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-in-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-in-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-in-out;
  transition: opacity 0.3s linear, right 0.3s ease-in-out;
}  
.modal.right.fade.show .modal-dialog {
  right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border-bottom-color: transparent;
  background-color: transparent;
}
.modal-header .close {
  padding: 0.5rem 0.5rem;
  margin: 0.5rem 0.5rem 0.5rem auto;
  border: 1px solid #888888;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  outline: none;
}

#video .modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
#video .modal-header .close {
  border: 1px solid transparent;
  background-color: transparent!important;
  margin: 0.5rem 0rem -0.5rem auto;
}

.whatsapp-button {
  position:fixed;
  width:60px;
  height:60px;
  bottom:30px;
  right:30px;
  background-color:#00837E;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:25px;
  -webkit-box-shadow: 0 0 0 10px rgba(0,131,126,0.2);
  box-shadow: 0 0 0 10px rgba(0,131,126,0.2);
  z-index:1000;
}
.whatsapp-button:hover {
  -webkit-box-shadow: 0 0 0 5px rgba(0,131,126,0.2);
  box-shadow: 0 0 0 5px rgba(0,131,126,0.2);
}
.my-whatsapp-button {
  margin-top:16px;
  color: #fff!important;
}

/* TOPO */
header {
  background: #FFF;
  position: relative;
  z-index: 100;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;

  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.topo {
  display: flex;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #E4E4E4;
  align-items: center;
}
.col-btn-busca {
  text-align: right;
  display: flex;
    justify-content: flex-end;
}
.btn-busca {
  background: #F4F4F4;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  right: 15px;
}
.logo-dfr {
  max-width: 235px;
}

.menu-topo a {
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  padding: 5px 15px;
  color: #101010;
}
.menu-topo a:hover {
  color: #00837E;
}

.cabecalho {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  overflow: hidden;
}
.menu-social-topo a {
  background: transparent;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  padding: 5px 5px;
  margin: 0px 5px;
  color: #00837E;
}
.menu-social-topo a:hover {
  color: #11ACA7;
}
.btn-cta-agendar {
  border-left: 1px solid #E4E4E4;
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  text-decoration: none!important;
  white-space: nowrap;
  font-size: 13px;
  height: 100px;
  display: flex;
  color: #00837E;
  padding: 0px 0rem 0px 3rem;
    align-content: center;
    align-items: center;
}
.btn-cta-agendar img {
  margin-left: 10px;
}

/* menu mobile */
.hamburguer-menu {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 15px;
  font-weight: 700;
  border: 1px solid #00837E;
  width: 60px;
  height: 60px;
}
.hamburguer-menu:hover .bar {
  background: #fff;
}
.hamburguer-menu:hover {
  background: #00837E;
}
.hamburguer-menu .bar {
  vertical-align: middle;
  display: block;
  background: #00837E;
  margin: 6px auto;
  height: 1px;
  width: 60%;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile a {
  font-size: 24px;
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #E4E4E4;
  margin-bottom: -1px;
  border-right: none;
  border-left: none;
  padding: 0.5rem 20px;
  position: relative;
  display: block;
  color: #00837E;
  z-index: 1;
}
.menu-mobile a:hover {
  background: #E4E4E4;
  padding-left: 20px;
  z-index: 2;
}
.contatos-mobile {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
.menu-mobile a {
  font-size: 16px;
  padding: 0.5rem 20px;
}
}

@media screen and (max-width: 1480px) {
.topo {
  height: 150px;
}
}

@media screen and (max-width: 1200px) {
.topo {
  height: 150px;
}
.cabecalho {
  height: 75px;
}
}

@media screen and (max-width: 992px) {
.topo {
  height: 100px;
}
.menu-topo {
  display: none;
}
.col-menu {
  order: 3;
}
.col-btn-busca {
  order: 2;
}
.btn-busca {
  margin-right: -15px;
}
.btn-cta-agendar {
  padding: 0px 0rem 0px 15px;
}
}
@media screen and (max-width: 768px) {
.logo-dfr {
  max-width: 200px;
}
}
@media screen and (max-width: 580px) {
.logo-dfr {
  max-width: 150px;
}
.btn-busca {
  height: 40px;
  width: 40px;
}
.hamburguer-menu {
  width: 40px;
  height: 40px;
  padding-top: 6px;
}
.menu-social-topo a {
  font-size: 15px;
  padding: 5px 3px;
  margin: 0px 0px;
}
.btn-cta-agendar img {
  display: none;
}
}


/* modal menu mobile */
#menu-hamburguer .modal-dialog, #menu-hamburguer .modal-dialog {
  max-width: 992px!important;
}
#menu-hamburguer .modal-header {
  border-bottom-color: transparent;
  background-color: transparent;
  position: relative;
}
#menu-hamburguer .modal-content {
  background-color: #F4F4F4;
}

/* modal busca */
#modal-busca .modal-dialog, #modal-busca .modal-dialog {
  max-width: 100%!important;
}
#modal-busca .modal-header {
  border-bottom-color: transparent;
  background-color: transparent;
  position: relative;
}
#modal-busca .modal-content {
  background-color: #F4F4F4;
}
#modal-busca .modal-body {
  align-items: center;
    display: flex;
    width: 100%;
}
.busca-dfr {
  max-width: 1200px;
    margin: -150px auto 0;
    position: relative;
    width: 100%;
}
.busca-dfr label {
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #00837E;
}
.busca-dfr .form-control {
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  padding: 2rem 0px;
  font-size: 24px;
  color: #101010;
}
.busca-dfr .form-control::-webkit-input-placeholder {
  color: #888686;
}
.busca-dfr .form-control::-moz-placeholder {
  color: #888686;
}

.busca-dfr .form-control:-ms-input-placeholder {
  color: #888686;
}

.busca-dfr .form-control::-ms-input-placeholder {
  color: #888686;
}

.busca-dfr .form-control::placeholder {
  color: #888686;
}
.btn-busca-modal {
  position: absolute;
  right: 0px;
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
.busca-dfr .form-control {
  padding: 1rem 0px;
  font-size: 18px;
}
}
@media screen and (max-width: 580px) {
.busca-dfr .form-control {
  font-size: 16px;
}
.btn-busca-modal {
  position: relative;
  width: 100%;
    display: block;
    bottom: auto;
    top: 1rem;
}
}

/* PAGINA HOME */
.banner-home {
  background: #E4E4E4;
  position: relative;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  max-height: 600px;
  min-height: 400px;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
.banner-home {
  max-height: 550px;
}
}
@media screen and (max-width: 1440px) {
.banner-home {
  max-height: 500px;
}
}
@media screen and (max-width: 1200px) {
.banner-home {
  max-height: 500px;
}
}
@media screen and (max-width: 992px) {
.banner-home {
  max-height: 400px;
}
}
.banners-home {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #E4E4E4;
}
.banners-home img {
  object-fit: cover;
    height: 100%;
    width: 100%;
}

.col-abas-cirurgias {
  background: #00837E;
  position: relative;
  height: 100%;
  display: flex;
  padding: 10px 15px;
  color: #fff;
    align-items: center;
    line-height: 1rem;
}
@media (max-width: 1200px) {
.col-abas-cirurgias {
  display: none;
}
}
.col-abas-cirurgias:before {
  background: #00837E;
  position: absolute;
  height: 100%;
  width: calc(100% + 1000%);
  content: " ";
  left: calc(-100% - 1000%);
  top: 0px;
}
.col-abas-cirurgias img {
  margin-right: 10px;
}
.abas-banner-home {
  background: rgba(0, 0, 0, 0.25)!important;
  position: absolute;
  padding-top: 65px!important;
  margin: 0 0;
  z-index: 10;
  bottom: 0;
  left: 0;
}
.abas-banner-home a {
  border-color: transparent!important;
  font-size: 12px;
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  line-height: 1rem;
  display: flex;
    align-items: center;
}
.abas-banner-home .nav {
  height: 100%;
}
@media (max-width: 992px) {
.abas-banner-home {
  background: rgba(0, 0, 0, 0.5)!important;
  padding-top: 10px!important;
}
.abas-banner-home a {
  padding: 1rem 0.5rem;
  font-size: 10px;
}
}
#tab_selector {
  margin-bottom: 1rem;
}

.secao-dr-fernando {
  position: relative;
  z-index: inherit;
}
.secao-dr-fernando:before {
  background: url('../images/bg-simbolo.svg') center center no-repeat;
  background-size: auto 100%;
  content: " ";
  position: absolute;
  width: 100%;
  height: calc(100% + 400px);
  right: 0px;
  top: -50px;
  z-index: -1;
}
.secao-dr-fernando h1 {
  color: #101010;
}
.secao-dr-fernando h6 {
  text-transform: uppercase;
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  margin-bottom: 1.5rem;
  font-size: 13px;
}
.col-dr-fernando {
  position: relative;
  z-index: inherit;
  margin: 20px auto;
}
.col-dr-fernando:before {
  background: url('../images/simbolo-dr-fernando.svg') top right no-repeat;
  background-size: auto 100%;
  content: " ";
  position: absolute;
  width: 100%;
  height: 150px;
  right: 0px;
  top: -75px;
  z-index: -1;
}
@media (max-width: 992px) {
.secao-cirurgias {
  margin-top: -2rem;
}
.col-dr-fernando:before {
  display: none;
}
}


.secao-depoimentos {
  padding: 5rem 15px 50px;
  margin: 50px auto 0px auto;
}
.secao-depoimentos h5 {
  color: #101010;
}
.depoimentos {
  background: #00837E;
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  position: relative;
  padding: 3rem 4rem;
  font-size: 16px;
  color: #FFF;
  z-index: inherit !important;
}
.depoimentos:before {
  background: url('../images/right-quote.svg') right top no-repeat;
  background-size: auto 100%;
  content: " ";
  position: absolute;
  width: 100%;
  height: 270px;
  right: -240px;
  top: -160px;
  z-index: -1;
}
.depoimentos:after {
  background: url('../images/left-quote.svg') left bottom no-repeat;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  left: -40px;
  bottom: -70px;
  z-index: -1;
}
.depoimentos p {
  font-style: italic;
}
.depoimentos p.small {
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: right;
}
.owl-carousel-depoimentos .owl-dots, .owl-carousel-depoimentos .owl-nav {
  pointer-events: none;
  position: absolute;
  margin: 0;
  bottom: 30px;
  width: 100%;
  left: 0px;
    top: 0px;
    height: 100%;
}
.owl-carousel-depoimentos .owl-nav [class*=owl-] {
  background: transparent!important;
  pointer-events: all;
  outline: none;
  margin: 0 0;
}
.owl-carousel-depoimentos .item {
  padding: 0px 130px;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1)
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00ACB1;
    border-color: #00ACB1;
}
.owl-carousel-depoimentos .owl-next {
  position: absolute;
  right: -35px!important;
  top: 50%;
  margin-top: -30px!important;
}
.owl-carousel-depoimentos .owl-prev {
  position: absolute;
  left: -35px!important;
  top: 50%;
  margin-top: -30px!important;
}
@media screen and (max-width: 992px) {
.secao-depoimentos {
  padding: 1rem 0px;
}
.depoimentos {
  padding: 2rem 3rem;
}
.owl-carousel-depoimentos .owl-next {
  right: -25px!important;
}
.owl-carousel-depoimentos .owl-prev {
  left: -25px!important;
}
}


.secao-medico-clinica {
  position: relative;
  font-size: 14px;
}
.secao-medico-clinica h2 {
  font-family: "montserratsemibold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 10vh;
  font-size: 5vw;
  color: #F4F4F4;
}
.secao-medico-clinica h2:before {
  background: #E4E4E4;
  content: " ";
  width: 1px;
  height: 100px;
  position: relative;
  display: block;
  left: 50%;
  bottom: 10px;
}
.secao-medico-clinica h5 {
  margin-bottom: 0px;
  font-size: 16px;
  color: #101010;
}
.content-clinica-cirurgiao {
  margin-bottom: 25px;
  position: relative;
}
.content-clinica-cirurgiao:before {
  background: #E4E4E4;
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -1;
}
.content-clinica-cirurgiao:after {
  background: #E4E4E4;
  content: " ";
  width: calc(100% + 720px);
  height: 1px;
  position: absolute;
  left: -360px;
  top: 150px;
  z-index: -1;
}
.col-clinica {
  text-align: right;
}
.col-clinica, .col-cirurgiao {
  margin: 20px auto;
}
.col-clinica img, .col-cirurgiao img {
  margin: 25px auto;
}
.col-clinica strong, .col-cirurgiao strong {
  font-weight: normal;
  color: #11ACA7;
}
@media screen and (max-width: 768px) {
.secao-medico-clinica h2 {
  line-height: 40px;
  font-size: 40px;
  color: #E4E4E4;
}
.col-clinica {
  text-align: left;
}
.content-clinica-cirurgiao:before {
  display: none;
}
.content-clinica-cirurgiao:after {
  display: none;
}
}

/** PAGINAS INTERNAS **/
.main-pagina {
  padding: 3rem 0px 4rem;
  position: relative;
}
.bg-main-pagina {
  background: url('../images/bg-simbolo-pagina.svg') left calc(50% - 400px) top -100px no-repeat;
  background-size: 800px auto;
}

.row-migalhas {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 30px;
  z-index: 10;
  height: 20%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.row-migalhas .breadcrumb {
  font-family: "montserratmedium", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0px;
  color: #00837E;
}
@media (max-width: 768px) {
.row-migalhas {
  position: relative;
    padding: 15px 0px;
    width: 100%;
    left: 15px;
}
.row-migalhas .breadcrumb {
  font-size: 11px;
}
}

.titulo-pagina h1 {
  text-transform: uppercase;
  font-size: 60px;
}
@media (max-width: 768px) {
.titulo-pagina h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
}

.content-paginas ul {
  padding-left: 20px;
}
.content-paginas ul li {
  list-style-image: url('../images/icone-lista.svg');
  padding: 2px 5px;
}

.content-paginas ol {
  padding-left: 16px;
}
.content-paginas ol li {
  list-style-type: decimal;
}

.vertical-line {
  position: relative;
  border-left: 1px solid #E4E4E4;
  padding-left: 3rem;
}
.vertical-line:before {
  background: url('../images/icone-vr.svg') left center no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  content: " ";
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -15px;
}
@media (max-width: 992px) {
.vertical-line {
  border: none;
  padding-left: 0rem;
}
.vertical-line:before {
  display: none;
}
}


/* pagina cirurgias */
.main-pagina-cirurgias {
  position: relative;
}
.main-pagina-cirurgias:before {
    width: 100%;
    background-color: #004E4B;
    height: 100%;
    position: absolute;
    left: -webkit-calc(50% - 220px)!important;
    left: calc(50% - 220px)!important;
    top: 0;
    content: "";
    z-index: -1;
}

.secao-cirurgias {
  margin-bottom: 3rem;
}
.lista-secao-cirurgias {
  margin: 0rem 0px 2rem;
}

.bar-filtros-cirurgias {
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
}
.bar-filtros-cirurgias a {
  display: inline-block;
  font-size: 13px;
  margin-right: 1.5rem;
}
.bar-filtros-cirurgias a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 992px) {
.main-pagina-cirurgias:before {
    left: 0!important;
    left: 0!important;
}
.bar-filtros-cirurgias {
  display: none;
}
}

.grid-cirurgia-plastica {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0.5rem;
}
.box-cirurgia-plastica {
  grid-column: span 1;
  grid-row: span 1;
  position: relative;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.box-cirurgia-plastica:before {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.box-cirurgia-plastica:hover:before {
  background: rgba(0, 0, 0, 0.65);
}
.box-cirurgia-plastica:hover .hr-box-cirurgia {
  width: 80%;
}
.box-cirurgia-plastica img {
  object-fit: cover;
  position: relative;
  z-index: 1;
  width: 100%;
}


.hr-box-cirurgia {
  width: 100%;
  position: relative;
  margin: 10px auto;

  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.hr-box-cirurgia:before {
  background: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  position: absolute;
  content: " ";
  width: calc(50% - 20px);
  height: 1px;
  top: 50%;
  left: 0;
}
.hr-box-cirurgia:after {
  background: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  position: absolute;
  content: " ";
  width: calc(50% - 20px);
  height: 1px;
  top: 50%;
  right: 0;
}
.icone-hr-box-cirurgia {
  width: 15px;
  position: relative;
  height: 16px;
  display: block;
  margin: 0 auto;
}
.icone-hr-box-cirurgia:before {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  content: " ";
  width: 15px;
  height: 1px;
  top: 50%;
  left: 0;
}
.icone-hr-box-cirurgia:after {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 7px;
}

.caption-box-cirurgia {
  padding: 2rem 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  line-height: 1rem;
  font-size: 13px;
}
.caption-box-cirurgia p {
  margin-bottom: 0;
}
.caption-box-cirurgia h6 {
  font-family: 'montserratsemibold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}
.grid-cirurgia-plastica .invisivel {
  display: none;
}
.grid-cirurgia-plastica > div:nth-child(1), .grid-cirurgia-plastica > div:nth-child(8), .grid-cirurgia-plastica > div:nth-child(11) {
  grid-column: span 2;
  grid-row: span 2;
}
.grid-cirurgia-plastica > div:nth-child(1) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(8) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(11) .caption-box-cirurgia {
  font-size: 16px;
  line-height: 1.5rem;
}
.grid-cirurgia-plastica > div:nth-child(1) h6, .grid-cirurgia-plastica > div:nth-child(8) h6, .grid-cirurgia-plastica > div:nth-child(11) h6 {
  font-size: 26px;
}

@media (max-width: 1200px) {
.grid-cirurgia-plastica {
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.caption-box-cirurgia {
  font-size: 12px!important;
}
.caption-box-cirurgia h6 {
  font-size: 13px!important;
}
.grid-cirurgia-plastica > div:nth-child(8), .grid-cirurgia-plastica > div:nth-child(11) {
  grid-column: span 1;
  grid-row: span 1;
}
.grid-cirurgia-plastica > div:nth-child(1), .grid-cirurgia-plastica > div:nth-child(5), .grid-cirurgia-plastica > div:nth-child(7), .grid-cirurgia-plastica > div:nth-child(11), .grid-cirurgia-plastica > div:nth-child(13), .grid-cirurgia-plastica > div:nth-child(17) {
  grid-column: span 2;
  grid-row: span 2;
}
.grid-cirurgia-plastica > div:nth-child(1) h6, .grid-cirurgia-plastica > div:nth-child(5) h6, .grid-cirurgia-plastica > div:nth-child(7) h6, .grid-cirurgia-plastica > div:nth-child(11) h6, .grid-cirurgia-plastica > div:nth-child(13) h6, .grid-cirurgia-plastica > div:nth-child(17) h6 {
  font-size: 18px!important;
}
.grid-cirurgia-plastica > div:nth-child(1) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(5) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(7) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(11) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(13) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(17) .caption-box-cirurgia {
  font-size: 15px!important;
  line-height: 25px!important;
}
}
@media (max-width: 768px) {
.grid-cirurgia-plastica {
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr;
}
.caption-box-cirurgia {
  padding: 1rem 1rem;
}
.grid-cirurgia-plastica div {
  grid-column: span 1!important;
  grid-row: span 1!important;
}
.grid-cirurgia-plastica > div h6, .grid-cirurgia-plastica > div:nth-child(1) h6, .grid-cirurgia-plastica > div:nth-child(5) h6, .grid-cirurgia-plastica > div:nth-child(7) h6, .grid-cirurgia-plastica > div:nth-child(11) h6, .grid-cirurgia-plastica > div:nth-child(13) h6, .grid-cirurgia-plastica > div:nth-child(17) h6 {
  font-size: 13px!important;
}
.grid-cirurgia-plastica > div .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(1) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(5) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(7) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(11) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(13) .caption-box-cirurgia, .grid-cirurgia-plastica > div:nth-child(17) .caption-box-cirurgia {
  font-size: 11px!important;
  line-height: 16px!important;
}
}
@media (max-width: 580px) {
.hr-box-cirurgia {
  display: none;
}
.caption-box-cirurgia p {
  display: none;
}
}

/* pagina medico */
.box-img-pagina-medico {
  margin-top: -4rem;
}
.box-img-pagina-medico img {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
.box-img-pagina-medico {
  margin-top: 0rem;
}
}

.list-group-selos img {
  margin-right: 10px;
}

.bar-abas {
  background: #00837E;
    margin-top: 2rem;
    display: flex;
    align-items: flex-end;
    padding-top: 50px;
    width: 100%;
}
.nav {
  padding: 0!important;
}
.nav li {
  padding: 0!important;
  list-style: none!important;
  position: relative;
}
.nav-link {
    padding: 1rem 1rem;
    text-transform: uppercase;
    font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: #fff;
    margin-right: -1px;
    height: 100%;
}
.nav-link:hover, .nav-link:focus {
  color: #11ACA7;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #fff;
  color: #00837E;
}
.nav-pills .nav-link.active:before, .nav-pills .show > .nav-link:before {
  background: #00837E;
  position: absolute;
  content: " ";
  left: 10%;
  bottom: -1px;
  width: 80%;
  height: 1px;
}
.nav-pills .nav-link.active:after, .nav-pills .show > .nav-link:after {
  background: url('../images/icone-vr.svg') center center no-repeat;
  position: absolute;
  content: " ";
  left: 50%;
  bottom: -13px;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  border-radius: 100%;
  transform: rotate(90deg);
}

.paginacao {
  margin-top: 2rem;
}
.pagination {
  margin-bottom: 0;
  align-items: center;
}
.paginacao .page-link {
  background: transparent;
  border: 1px solid transparent!important;
  border-radius: 100%!important;
  color: #00837E!important;
  font-size: 14px;
  padding: 0px 0px;
  margin: 0 2px;
  text-align: center;
  width: 30px;
    height: 30px;
    line-height: 30px;
}
.paginacao .page-item.active .page-link {
  background: #9EE5E1!important;
  width: 30px;
    height: 30px;
    line-height: 30px;
}
.paginacao .page-item.disabled .page-link {
  background: transparent;
}
.paginacao .pagination li:first-child, .paginacao .pagination li:first-child .page-link, .paginacao .pagination li:last-child, .paginacao .pagination li:last-child .page-link {
  border-radius: 100%!important;
  background: #9EE5E1;
  font-size: 20px;
  margin: 0 0;
   width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

/* blog */
.ssk:before, .ssk .glyphicon, .ssk .fa {
  font-size: 18px!important;
}
.menu-social-post a {
    background: transparent;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    padding: 5px 5px;
    margin: 5px 5px;
    color: #888686;
}
.menu-social-post a:hover, .menu-social-post a:active, .menu-social-post a:focus {
  background: transparent;
  color: #101010!important;
}
.titulo-vertical {
  position: relative;
  height: 100%;
}
.titulo-vertical h1 {
  font-family: "montserratsemibold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 90px;
    font-size: 100px;
    color: #F4F4F4;
    writing-mode: vertical-rl;
    display: inline-block;
    margin-left: -20px;
    position: absolute;
}
@media (max-width: 1200px) {
.titulo-vertical h1 {
    line-height: 70px;
    font-size: 80px;
    margin-left: -60px;
}
}
@media (max-width: 992px) {
.titulo-vertical {

}
.titulo-vertical h1 {
  position: relative;
  writing-mode: inherit;
    line-height: 40px;
    font-size: 40px;
    margin-left: 0px;
}
}
.secao-blog {
  margin: 5rem 0px 0px;
}
.titulos-secao-blog h5 {
  color: inherit;
}
.titulos-secao-blog h4 {
  font-family: "montserratsemibold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 90px;
    font-size: 100px;
    color: #F4F4F4;
}
.grid-blog-home {
  grid-row-gap: 15px;
}
.grid-blog-home .card {
  font-size: 12px;
}
.grid-blog-home .card img {
  max-height: 227px;
  max-width: 227px;
}
.card-overlay {
  height: 100%;
}
.card-overlay img {
  width: 100%!important;
  height: 100%!important;
  max-height: 100%!important;
  max-width: 100%!important;
  object-fit: cover;
}
.card {
  color: inherit;
  overflow: hidden;
}
.card:hover {
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
.card-img-overlay img {
  width: auto;
  height: auto;
  object-fit: none;
}
.card-img-overlay h5 {
  text-transform: uppercase;
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  color: #fff;
}
.card-img-overlay h6 {
  text-transform: uppercase;
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}

/* videos */
.main-pagina-videos {
  position: relative;
}
.main-pagina-videos:before {
    width: 100%;
    background-color: #004E4B;
    height: 100%;
    position: absolute;
    left: -webkit-calc(50% - 0px)!important;
    left: calc(50% - 0px)!important;
    top: 0;
    content: "";
    z-index: -1;
}
@media (max-width: 992px) {
.main-pagina-videos:before {
    left: 0!important;
    left: 0!important;
}
}
.card-video {
  border: 1px solid transparent!important;
  background: transparent!important;
}
.card-video .card-img-overlay {
  padding: 2rem 2rem;
}
.card-video h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.card-video p {
  margin-bottom: 0;
  font-size: 13px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.card-overlay .icone-play-video {
  max-width: 55px!important;
  height: auto!important;
  object-fit: contain!important;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
.card-overlay .icone-play-video {
  max-width: 45px!important;
  margin-bottom: 10px;
}
.card-video h5 {
  font-size: 14px;
}
.card-video p {
  display: none;
}
}

@media (max-width: 1200px) {
.titulos-secao-blog h4 {
    font-size: 80px;
    line-height: 80px;
}
.grid-blog-home .card img {
  max-height: 180px;
  max-width: 180px;
}
.card-overlay img {
  max-height: 380px!important;
  max-width: 100%!important;
}
}
@media (max-width: 992px) {
.secao-blog {
  margin: 2rem 0px 0px;
}
.titulos-secao-blog h4 {
    font-size: 40px;
    line-height: 40px;
    color: #E4E4E4;
}
}

.row-paginacao {
  margin-bottom: -2rem;
}
.row-paginacao .pagination {
  padding: 0 0;
  margin: 2rem auto;
}
.row-paginacao .pagination li {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

.ctas-blog {
  margin: 2rem 0 2.5rem;
}
.box-form-cta {
  background: #004E4B;
  padding: 4rem 4rem;
  color: #fff;
}
@media (max-width: 992px) {
.box-form-cta {
  padding: 2rem 2rem;
}
}
.box-form-cta p {
  margin-bottom: 0px;
}
.box-form-cta h3 {
  text-transform: uppercase;
  margin-bottom: 0rem;
  color: #fff;
}


.box-doctoralia, .box-doctoralia:hover {
  background: #00c3a5;
  color: #fff;
}

.box-newsletter {
  background: #F4F4F4 url('../images/icone-newsletter.svg') top 20px right 20px no-repeat;
}
.box-form-imprimir {
  background: #F4F4F4;
}
.box-newsletter:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0);
box-shadow: 0 0 15px 0 rgba(0,0,0,0);
}
.box-newsletter-sm h5 {
  font-size: 16px;
}
.box-newsletter .form-control {
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-bottom: transparent;
  padding: 0.75rem 0.75rem;
  background: #fff;
  color: inherit;
}
.box-newsletter .btn {
  padding: 0.7rem 0.75rem;
}
.box-newsletter .form-control::-webkit-input-placeholder {
  color: #888686;
}
.box-newsletter .form-control::-moz-placeholder {
  color: #888686;
}

.box-newsletter .form-control:-ms-input-placeholder {
  color: #888686;
}

.box-newsletter .form-control::-ms-input-placeholder {
  color: #888686;
}

.box-newsletter .form-control::placeholder {
  color: #888686;
}

.secao-posts-relacionados {
  background: #E4E4E4;
  padding: 4rem 0px;
}

.pagina-post {
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: -4rem;
}
.content-post {
  background: #F4F4F4;
}
.topo-post-blog {
  border-bottom: 1px solid #E4E4E4;
  position: relative;
  padding-bottom: 2rem;
}
.topo-post-blog:before {
    width: 100%;
    background-color: #004E4B;
    height: calc(100% + 3rem);
    position: absolute;
    left: -webkit-calc(50% + 130px)!important;
    left: calc(50% + 130px)!important;
    top: -3rem;
    content: "";
    z-index: 1;
}
.topo-post-blog .container {
    z-index: 2;
}
.titulo-caption-post h6 {
  color: #fff;
}
.titulo-caption-post h2 {
    text-transform: none!important;
    font-size: 50px!important;
}
.img-caption-cta img {
  object-fit: cover;
  min-height: 300px;
  width: 100%;
}
@media (max-width: 992px) {
.titulo-caption-post h2 {
    font-size: 36px!important;
}
.topo-post-blog:before {
    left: -webkit-calc(0px)!important;
    left: calc(0px)!important;
}
.breadcrumb-item.active {
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}
}
@media (max-width: 768px) {
.titulo-caption-post h2 {
    font-size: 30px!important;
}
}
.box-autor-post {
  position: relative;
  margin-top: 1.5rem;
  left: -webkit-calc(50% + 225px)!important;
  left: calc(50% + 225px)!important;
  font-size: 13px;
  color: #fff;
}
.box-autor-post img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 1200px) {
.box-autor-post {
  left: -webkit-calc(50% + 150px)!important;
  left: calc(50% + 150px)!important;
}
}
@media (max-width: 992px) {
.box-autor-post {
  left: -webkit-calc(0px)!important;
  left: calc(0px)!important;
}
}

.bar-autor-post-footer {
  border-top: 1px solid #E4E4E4;
  padding: 2rem 0px 0px;
}
.box-autor-post-footer {
  position: relative;
  font-size: 13px;
  color: #00837E;
}
.box-autor-post-footer img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

/* consulta */
.secao-form-consulta {
  background: #E4E4E4;
  position: relative;
  padding: 6rem 0px;
}
.secao-form-consulta:before {
    width: 100%;
    background-color: #004E4B;
    height: 100%;
    position: absolute;
    left: -webkit-calc(50% + 130px)!important;
    left: calc(50% + 130px)!important;
    top: 0;
    content: "";
    z-index: 1;
}
.secao-form-consulta .container {
  z-index: 2;
}
.box-img-bg {
  position: relative;
  margin: 1rem 0px;
  color: #FFF;
}
.caption-cta-img {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    align-items: center;
    left: 0%;
    padding: 5rem;
}
.caption-cta-img h2 {
  font-family: "montserratregular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  color: #fff;
  margin: 0 0;
}

@media (max-width: 1200px) {
.secao-form-consulta:before {
    left: -webkit-calc(50% - 130px)!important;
    left: calc(50% - 130px)!important;
}
.caption-cta-img {
    padding: 2rem;
}
.caption-cta-img h2 {
  font-size: 36px;
}
}
@media (max-width: 992px) {
.secao-form-consulta {
  padding: 3rem 0px;
}
.secao-form-consulta:before {
    left: -webkit-calc(50% - 260px)!important;
    left: calc(50% - 260px)!important;
}
.caption-cta-img h2 {
  font-size: 24px;
}
}
@media (max-width: 992px) {
.secao-form-consulta:before {
    left: -webkit-calc(0% - 0px)!important;
    left: calc(0% - 0px)!important;
}
}

/* cirurgia */
.topo-post-cirurgia {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 800px;
}
.topo-post-cirurgia:before {
  background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
}
.topo-post-cirurgia:after {
    width: 100%;
    background-color: #004E4B;
    height: 100%;
    position: absolute;
    left: -webkit-calc(50% + 180px)!important;
    left: calc(50% + 180px)!important;
    content: "";
    z-index: 2;
    top: 0;
}
.topo-post-cirurgia .img-bg-banner {
  position: absolute;
  object-fit: cover;
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.topo-post-cirurgia .container {
  padding: 3rem 15px 3rem;
    z-index: 3;
}
.topo-post-cirurgia .breadcrumb-item.active {
  color: #bbb;
}
.topo-post-cirurgia h1 {
  text-transform: uppercase;
  font-size: 70px;
  color: #fff;
}
.topo-post-cirurgia h4 {
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  color: #fff;
}
.box-form-cirurgia {
  background: rgba(0, 0, 0, 0.7);
  padding: 3rem 3rem;
  margin-top: -1rem;
}
.box-form-cirurgia h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #11ACA7;
}
.box-form-cirurgia .txt-captcha {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 11px;
  border: none;
}
.secao-tecnica {
  border-top: 1px solid #E4E4E4;
  position: relative;
  margin-top: 20px;
  margin-bottom: -2rem;
}
.secao-tecnica:before {
  background: #F4F4F4;
  width: 33%;
  height: 100%;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
}
.secao-tecnica img {
  border: 1px solid #E4E4E4;
  margin: 15px 0px;
  width: 100%;
}
.secao-tecnica h2 {
  text-transform: uppercase;
}
.secao-tecnica .container {
  padding: 3rem 15px 3rem;
}
@media (max-width: 992px) {
.topo-post-cirurgia .box-form-cirurgia {
  display: none;
}
}


@media (max-width: 992px) {
.secao-tecnica .container {
  padding: 2rem 15px 2rem;
}
.topo-post-cirurgia:after {
  display: none;
}
.topo-post-cirurgia h1 {
  font-size: 40px;
}
.topo-post-cirurgia h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.topo-post-cirurgia {
  max-height: 300px;
      display: flex;
    align-items: center;
}
.box-form-cirurgia {
  margin-top: 0rem;
}
}
@media (max-width: 768px) {
.topo-post-cirurgia h1 {
  font-size: 36px;
}
.topo-post-cirurgia h4 {
  font-size: 18px;
}
.secao-tecnica:before {
  width: 100%;
}
}

.secao-faq {
  margin: 3rem 0px 0px;
}
.titulo-faq {
  position: relative;
}
.titulo-faq h2 {
    font-family: "montserratsemibold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 90px;
    font-size: 100px;
    color: #F4F4F4;
    margin-bottom: 0;
}
.titulo-faq h5 {
    text-transform: uppercase;
    color: inherit;
    position: relative;
    margin-bottom: 0;
    bottom: 0px;
    left: 1.5rem;
}
#accordion-faq {
  margin-top: 1.5rem;
}
#accordion-faq .card-header {
  padding: 0 0;
}
#accordion-faq .card {
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
#accordion-faq .card-body {
  padding: 1.5rem 1.5rem;
}
#accordion-faq .btn {
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  text-transform: none;
  position: relative;
  font-size: 16px;
}
#accordion-faq .btn img {
  max-width: 50px!important;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -25px;
  top: calc(50% - 25px);

  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#accordion-faq .collapsed img {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#accordion-faq .card {
  overflow: inherit;
}
@media (max-width: 992px) {
.titulo-faq h2 {
  position: relative;
    line-height: 70px;
    font-size: 80px;
    left: 1.25rem;
}
}
@media (max-width: 768px) {
.titulo-faq h2 {
    line-height: 50px;
    font-size: 60px;
}
}
@media (max-width: 580px) {
.titulo-faq h2 {
    line-height: 40px;
    font-size: 40px;
}
}

.box-quina-menu-cirurgias {
  background: #004E4B url('../images/bg-menu-cirurgias.svg') top right no-repeat;
  background-size: auto 60px;
  position: relative;
  padding: 1.5rem 2rem 4rem;
  margin-bottom: 3rem;
  margin-top: -3rem;
  color: #fff;
}
.box-quina-menu-cirurgias:after {
  background: #004E4B;
  position: absolute;
  content: " ";
  z-index: 1;
  width: 1000%;
  height: 100%;
  right: -1000%;
  top: 0;
}
.box-quina-menu-cirurgias h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #11ACA7;
}
.menu-cirurgias a {
  background: url('../images/icone-link-menu-cirurgias.svg') left top 10px no-repeat;
  font-size: 13px;
  display: block;
  padding: 5px 10px 5px 15px;
  color: #fff;
}
@media (max-width: 1200px) {
.box-quina-menu-cirurgias {
  display: none;
}
}

/* consulta / contato */
.bg-main-pagina-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.bg-main-pagina-fullscreen:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.bg-main-pagina-fullscreen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.content-pagina-fullscreen {
  padding-bottom: 0;
  color: #fff;
}
.content-pagina-fullscreen .breadcrumb a {
  color: #fff;
}
.content-pagina-fullscreen .breadcrumb-item.active {
  color: #bbb;
}
.content-pagina-fullscreen h1, .content-pagina-fullscreen h2, .content-pagina-fullscreen h3, .content-pagina-fullscreen h4, .content-pagina-fullscreen h5, .content-pagina-fullscreen h6 {
  color: #fff;
}
.content-pagina-fullscreen a:hover {
  color: inherit;
}

.box-contatos-pagina {
  font-size: 13px;
  margin-top: 2rem;
}
.box-contatos-pagina p, .box-contatos-pagina a {
  margin-bottom: 1rem;
  display: inline-block;
  color: #fff;
}
.box-contatos-pagina h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.box-form-destaque {
  background: rgba(0, 0, 0, 0.8);
  margin-top: -4rem;
  padding: 5rem 5rem;
}
@media (max-width: 992px) {
.box-form-destaque {
  margin-top: 1rem;
  padding: 3rem 3rem;
}
}
.box-form-destaque .txt-captcha {
  margin-top: 2.5rem;
  border: none;
}
.box-form-destaque .txt-captcha-icon {
    background-color: transparent;
    border: 1px solid #00837E;
    color: #11ACA7;
}

.row-hospitais {
  margin-right: -6rem;
  text-align: center;
}
@media (max-width: 1200px) {
.row-hospitais {
  margin-right: inherit;
}
}
.row-hospitais h4 {
  text-transform: uppercase;
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  padding: 20px 2rem;
  font-size: 20px;
}
.box-hospitais {
  align-content: center;
  position: relative;
  display: flex;
  width: 100%;
  padding: 3rem 3rem;
  color: #fff;
  min-height: 150px;
  align-items: center;
}
.box-hospitais:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.box-hospitais img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.box-hospitais-titulos {
  text-transform: uppercase;
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.box-intro-form {
  margin: 2rem 0px;
  font-size: 13px;
}
.box-form {
  font-size: 14px;
  color: #11ACA7;
}
.txt-form {
  padding: 1rem 0rem;
}
.txt-captcha {
  border: 1px solid #00837E;
  position: relative;
  padding: 1rem 1rem;
  text-align: center;
  font-size: 12px;
  color: #11ACA7;
}
.txt-captcha-icon {
  background-color: #004E4B;
  border: 1px solid #00837E;
  position: absolute;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: -1rem;
  left: 50%;
  margin-left: -15px;
  color: #11ACA7;
  -webkit-border-radius: 30px;
border-radius: 30px;
}

select option {
  background: #004E4B;
}
label {
  font-family: "montserratmedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #FFF;
}

/* FOOTER */
footer {
  background: #F4F4F4;
  padding: 5rem 0px;
  color: #101010;
}
footer a, footer a:hover, footer a:active, footer a:focus {
  color: #00837E;
}
footer ul, footer ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.logo-dfr-footer {
  margin: 0 auto 10px;
  display: inline-block;
  max-width: 50px;
  float: left;
}
.cta-footer {
  padding: 20px 15px 30px;
}
.cta-footer a {
  text-decoration: none!important;
  display: block;
}
.cta-footer a img {
  max-width: 80px;
}
.cta-footer a:hover img {
  margin-left: 15px;
}
.cta-footer h6 {
  font-family: "montserratmedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #888686;
}
.cta-footer h2 {
  font-family: "montserratmedium", Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #101010;
}


.box-contatos-destaque {
  background: #fff;
  margin-bottom: 10px;
}
.box-contatos {
  text-decoration: none!important;
  border: 1px solid transparent;
  position: relative;
  border-radius: 5px;
  padding: 17px 20px 13px;
  display: block;
}
.box-contatos-link:hover {
  border: 1px solid #fff;
}
.box-contatos h6 {
  font-family: "montserratmedium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #888686;
}
.box-contatos h5 {
  font-family: "montserratregular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  color: #101010;
}
.icon-box-contatos {
  position: absolute;
  margin-top: -10px;
  left: -10px;
  top: 50%;
}

.txt-direitos {
  font-size: 12px;
  color: #888686;
  padding-left: 75px;
}

.menu-social {
  margin: 20px auto 20px;
  padding-left: 10px;
}
.menu-social a {
  background: transparent;
  display: inline-block;
  font-size: 24px;
  padding: 5px 5px;
  margin: 0px 5px;
  color: #101010;
}
.menu-social a i {
  margin: 0px;
}
.menu-social a:hover {
  color: #004E4B;
}

@media (max-width: 992px) {
footer {
  padding: 3rem 0px;
}
.box-contatos h5 {
  font-size: 16px;
}
.col-txt-direitos {
  order: 2;
}
.col-social-footer {
  order: 1;
}
.txt-direitos {
  padding-left: 0px;
}
.menu-social {
  margin: 10px auto 20px;
}
}





/*.camera_wrap a,*/ .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none
}
.camera_wrap {
  direction: ltr;
  display: none;
  float: left;
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
  height: 100% !important;
  min-height: 100% !important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_wrap {
  width: 100%;
  height: 100%;
}
.camera_src {
  display: none;  
  height: 100%;
}
.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cameraSlide:before {
  background: url('../images/simbolo-banner.png') right -150px top 50px no-repeat;
  mix-blend-mode: screen;
  background-size: 1000px auto;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}
.camera_target_content .camera_link {
    background: url(../images/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
  position:absolute;
  width:100%;
  top:0; left:0;
  z-index:1;
}
.camera_loader {
  background: #fff url(../images/camera-loader.gif) no-repeat center center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid transparent;
  margin: -25px 0 0 -25px;
  overflow: hidden;
  position: absolute;
  height: 50px;
  width: 50px;
  z-index: 3;
  top: 50%;
  left: 50%;
}
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camera_caption {
  display: table;
  position: relative;
  padding: 1rem 15px;
  margin:0 auto;
  height: 100%;
  top: 0;
}
.camera_caption h1 {
  font-family: 'montserratregular', Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 9999;
  text-transform: uppercase;
    line-height: 100px;
    font-size: 100px;
    margin-top: -100px;
    margin-bottom: 1rem;
    color: #101010;
}
.camera_caption p {
  font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  font-size: 16px;
    margin-bottom: 1rem;
    color: #101010;
}
.seta-banner img {
  object-fit: contain;
  max-width: 47px;
  width: auto;
  height: auto;
}
.seta-banner:hover img {
  margin-left: 20px;
}
@media (max-width: 1440px) {
.camera_caption h1 {
  line-height: 70px;
    font-size: 70px;
}
}
@media (max-width: 992px) {
.camera_caption h1 {
   font-family: 'montserratmedium', Arial, Helvetica, sans-serif;
  line-height: 60px;
    font-size: 60px;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.camera_caption p {
  margin-bottom: 0rem;
}
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_prevThumbs div {
  background: url(../images/camera_skins.png) no-repeat -160px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_nextThumbs div {
  background: url(../images/camera_skins.png) no-repeat -190px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_command_wrap .hideNav {
  display: none;
}
.camera_command_wrap {
  left: 0;
  position: relative;
  right:0;
  z-index: 4;
}
.camera_pag {
top: -100%;
    position: relative;
    text-align: center;
    max-width: 1230px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    width: 100%;
    padding: 0px 15px;
}

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  text-align: left;
  text-indent: 9999px;
  margin: 15px 0px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    height: 10px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 10px;
    background: transparent;
    border: 1px solid #fff;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #fff;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.camera_pag_ul li img {
  display: none;
  position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
  cursor: pointer;
  height: 60px;
  margin-top: -70px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 2;
}
.camera_next, .camera_prev {
  right: -webkit-calc(50% - 710px)!important;
    right: calc(50% - 710px)!important;
}
@media (max-width: 1480px) {
.camera_next, .camera_prev {
  right: 15px!important;
}
}

.camera_prev {
  margin-top: 0px;
}
.camera_prev > span {
  background: url("../images/arrow-slider-left.svg") center center no-repeat;
  background-size: cover;
  display: block;
  height: 60px;
  width: 60px;
}
.camera_next > span {
  background: url("../images/arrow-slider-right.svg") center center no-repeat;
  background-size: cover;
  display: block;
  height: 60px;
  width: 60px;
}
.camera_commands {
  right: 41px;
}
.camera_commands > .camera_play {
  background: url(../images/camera_skins.png) no-repeat -80px 0;
  height: 60px;
  width: 60px;
}
.camera_commands > .camera_stop {
  background: url(../images/camera_skins.png) no-repeat -120px 0;
  display: block;
  height: 40px;
  width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  position: relative;
  text-indent: 9999px;
}
.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}
.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}
.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align:bottom;
}
.camera_clear {
  display: block;
  clear: both;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
/**************************
*
* COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
  background: rgba(0, 0, 0, 0.15);
}
.pattern_2 .camera_overlayer {
  background: url(../images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
  background: url(../images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
  background: url(../images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
  background: url(../images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
  background: url(../images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
  background: url(../images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
  background: url(../images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
  background: url(../images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
  background: url(../images/patterns/overlay10.png) repeat;
}
.camera_caption {
  color: #fff;
}
.camera_caption > div {
  display:table-cell;
  vertical-align:middle;
  height:100%;
  text-align:left;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background:url(../images/camera-bg-item-nav.png) center no-repeat;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background:url(../images/camera-bg-item-nav.png) center no-repeat;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background:url(../images/camera-bg-item-nav-current.png) center no-repeat;
}
.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
  box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000;
}

/* Post */
.single .titulo-caption-post h1 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .single .titulo-caption-post h1 {
    font-size: 2.0em;
  }
}

.button-send {
  background-image: url(../images/icone-seta-btn-branca.svg); /* 16px x 16px */
  background-repeat: no-repeat;  /* make the background image appear only once */
  background-position: 0px 0px;  /* equivalent to 'top left' */
  height: 11px;           /* make this the size of your image */
  padding-left: 16px;     /* make text start to the right of the image */
  vertical-align: middle; /* align the text vertically centered */
}

.ctas-blog .textwidget {
  width: 100%;
}

.cameraContents {
  position: absolute;
}
.cameraContents:before {
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@font-face {
    font-family: 'montserratbold';
    src: url('montserrat-bold.woff2') format('woff2'),
         url('montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'montserratsemibold';
    src: url('montserrat-semibold.woff2') format('woff2'),
         url('montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('montserrat-medium.woff2') format('woff2'),
         url('montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular.woff2') format('woff2'),
         url('montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}