@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body,
main {
  font-family: "Saira Condensed", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0;
  overflow-x: hidden;
  transition: 0.4s;
}

::-webkit-scrollbar {
  width: 1.2rem;
  background: #FDFDFF;
}

::-webkit-scrollbar-thumb {
  background: #01AEF2;
  border-radius: 8px;
  border: 2px solid #FDFDFF;
}

.txt-black {
  color: #282A2D;
}

.bg-secondary {
  background-color: #01276E;
}

.bg-body-five {
  background-color: #282A2D;
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
.titulo-padrao {
  display: flex;
  align-items: center;
  gap: 10px;
}
.titulo-padrao h1 {
  font-weight: 700;
  line-height: 85px;
  font-size: 54px;
}
@media (max-width: 760px) {
  .titulo-padrao {
    justify-content: center;
  }
  .titulo-padrao h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
  }
}

/* CARTAO CIRURGIAS */
.card-cirurgias {
  height: 394px;
  background-color: white;
  transition: 0.4s all ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.card-cirurgias a {
  width: 100%;
}
.card-cirurgias a img {
  height: 227px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px 3px 0 0;
}
.card-cirurgias a h3 {
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  color: #01AEF2;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word;
  margin-left: 5px;
  margin-right: 5px;
}
.card-cirurgias a p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  text-transform: uppercase;
  text-align: center;
}
.card-cirurgias a:hover {
  text-decoration: none;
}

.card-cirurgias:hover {
  transform: translateY(-30px);
}

/* CARTAO EXAMES */
.card-exames {
  height: 374px;
  background-color: white;
  transition: 0.4s all ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #E8EFFC;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.card-exames a {
  width: 100%;
}
.card-exames a img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 181px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-exames a h3 {
  font-size: 30px;
  line-height: 33px;
  color: #464D59;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.card-exames a p {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}
.card-exames a:hover {
  text-decoration: none;
}

.card-exames:hover {
  transform: translateY(-30px);
  border: 2px solid #01AEF2;
}
.card-exames:hover a h3 {
  color: #01AEF2;
}
.card-exames:hover a p {
  color: #01276E;
}

/* CARTAO 'especialidades' */
.card-especialidades {
  min-height: 215px;
  height: auto;
  max-height: 262px;
}
.card-especialidades div {
  background-color: #FDFDFF;
  padding: 25px;
  border: 1px solid #E8EFFC;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  transition: 0.4s all ease;
  height: 100%;
}
.card-especialidades div p {
  color: #929BAA;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.card-especialidades div h3 {
  color: #01276E;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 47px;
  letter-spacing: 0.105em;
  text-align: center;
  word-break: break-word;
}

.card-especialidades:hover {
  text-decoration: none;
}
.card-especialidades:hover div {
  opacity: 0.5;
  border: 1px solid #E8EFFC;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* CARTAO 'especialidades' */
.card-noticias {
  background-color: #FDFDFF;
  height: 483px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.card-noticias a h3 {
  font-weight: 700;
  font-size: 24px;
  color: #464D59;
  margin: 25px 15px 0 15px;
}
.card-noticias a p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 15px 0 15px;
}
.card-noticias a:hover {
  text-decoration: none;
}
.card-noticias .image-data {
  position: relative;
}
.card-noticias .image-data a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  height: 255px;
}
.card-noticias .image-data .data {
  position: absolute;
  bottom: -10px;
  left: 15px;
  padding: 5px 15px 3px 15px;
  background-color: #01AEF2;
  border-radius: 15px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 142.9%;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  top: 0;
}

.itemsvg {
  max-width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#preloader.removepreloader {
  opacity: 0;
  z-index: -999;
  transition: 0.5s ease;
}

.wp-container.wp {
  background: #00CECE;
  box-shadow: 0px 80.6062px 64.485px rgba(0, 0, 0, 0.07), 0px 33.6754px 26.9403px rgba(0, 0, 0, 0.0503198), 0px 18.0045px 14.4036px rgba(0, 0, 0, 0.0417275), 0px 10.0931px 8.07452px rgba(0, 0, 0, 0.035), 0px 5.3604px 4.28832px rgba(0, 0, 0, 0.0282725), 0px 2.23058px 1.78446px rgba(0, 0, 0, 0.0196802);
}
.wp-container.wp .whatsapp-text {
  display: none;
}/*# sourceMappingURL=custom.css.map */