@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden;
}

.btn {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 13px;
  padding: 17px 37px;
  border-radius: 2px;
}

.btn-primary {
  background: linear-gradient(0deg, #374772, #374772), #3040C4;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  border: none;
}

.btn-cicle {
  display: block;
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 50%;
  background-color: #C4C4C4;
}

.btn-social {
  width: 54px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #2D3953;
  border-radius: 50%;
  color: rgba(255, 255, 255, .7);
}

.btn-social:hover {
  color: #fff;
  box-shadow: 0 0px 24px #9597B6;
}

.btn-social i {
  transform: scale(1.5);
}

.btn-cicle.active {
  background-color: #374772;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.section-header {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(149.54deg, #132038 38.48%, #000A24 65.65%);
  color: #FFFFFF;
  overflow: hidden;
}

.section-header .section-hero {
  position: absolute;
  top: 160px;
  left: calc(50vw - 100px);
}

.section-header .section-hero img {
  width: 413px;
}

.section-navbar {
  padding: 20px 0px;
  margin-bottom: 35px;
  min-height: 123px;
}

.section-navbar .navbar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .section-navbar {
    margin-bottom: 0px;
  }

  .section-navbar .navbar-inner {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.section-navbar .nav-links {
  text-align: center;
}

@media (min-width: 768px) {
  .section-navbar .nav-links {
    text-align: right;
  }
}

/* @media (min-width: 992px) {
  .section-navbar .nav-links {
    width: 500px;
  }
} */

.section-navbar .nav-links a {
  box-sizing: border-box;
  display: inline-block;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #E3E3E3;
}

.section-navbar .nav-links a:hover,
.section-navbar .nav-links a:focus {
  font-weight: bold;
  text-decoration: none;
}

.section-navbar .nav-links a.destaque {
  background-color: #2D3953;
  border-radius: 30px;
  padding-left: 0px;
  text-align: center;
  margin-left: 20px;
  width: 210px;
  color: rgba(255, 255, 255, .7);
  transition: box-shadow .1s;
}

.section-navbar .nav-links a.destaque:hover {
  box-shadow: 0 3px 32px #9597B6;
  font-weight: 300;
  color:white;
}

.section-header h2 {
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #2D3953;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.section-header h1 {
  font-weight: bold;
  font-size: 13vw;
  letter-spacing: -0.5px;
  color: #2D3953;
  text-transform: uppercase;
}

.section-header p {
  font-size: 16px;
  line-height: 1.4em;
  max-width: 80vw;
  color: #9597B6;
  text-align: justify;
}

@media (min-width: 576px) {
  .section-header h2 {
    font-size: 32px;
  }

  .section-header h1 {
    font-size: 70px;
  }

  .section-header p {
    font-size: 14px;
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .section-header h2 {
    font-size: 36px;
  }

  .section-header h1 {
    font-size: 95px;
  }

  .section-header p {
    font-size: 14px;
    max-width: 360px;
  }
}

@media (min-width: 992px) {
  .section-header h2 {
    font-size: 48px;
  }

  .section-header h1 {
    font-size: 130px;
  }

  .section-header p {
    font-size: 20px;
    max-width: 370px;
  }
}


@media (min-width: 1200px) {
  .section-header h2 {
    font-size: 58px;
  }

  .section-header h1 {
    font-size: 155px;
  }

  .section-header p {
    font-size: 24px;
    max-width: 450px;
  }
}

.section-sobre {
  position: relative;
}

.section-sobre .section-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  background-position: calc(50vw - 690px) -750px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section-sobre.clinica .section-background {
  transform: scaleX(-1);
}

.section-sobre h1 {
  margin-bottom: 35px;

  font-weight: 300;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.5px;
  color: #374772;
}

.section-sobre p.lead {
  margin-bottom: 35px;

  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #686868;
}

.section-sobre p {
  margin-bottom: 24px;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  /* line-height: 34px; */
  color: #383838;
}

.section-sobre ul {
  margin-bottom: 24px;
  padding-left: 1rem;
  font-size: 14px;
  line-height: 24px;
}

.section-sobre .img-container {
  position: relative;
  padding: 0px;
}

.section-sobre .img-container .carousel {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: 40% center;
  background-repeat: no-repeat;
}

.section-sobre.clinica .img-container .carousel {
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: 40% center;
  background-repeat: no-repeat;
}

.section-sobre .img-container .carousel .carousel-inner,
.section-sobre .img-container .carousel .carousel-inner .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-sobre .img-container .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: 40% center;
  background-repeat: no-repeat;
}

.section-sobre.clinica .img-container .image {
  left: auto;
  right: 0px;
}

.section-sobre.clinica .img-container .image > div {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-sobre .img-mobile-container {
  position: relative;
  height: 500px;
}

.section-sobre .img-mobile-container .carousel,
.section-sobre .img-mobile-container .carousel .carousel-inner,
.section-sobre .img-mobile-container .carousel .carousel-inner .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-sobre .img-mobile-container .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 500px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.section-sobre.clinica .img-mobile-container .image > div {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-sobre .tabs {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .section-sobre .tabs {
    height: 600px;
    margin-bottom: 35px;
    overflow-y: hidden;
  }
}

@media (min-width: 1200px) {
  .section-sobre .tabs {
    height: 540px;
    margin-bottom: 35px;
    overflow-y: hidden;
  }
}

.section-servicos {
  position: relative;
  padding: 55px 15px;
  background-color: #F9F9F9;
}

.section-servicos h1 {
  margin-bottom: 35px;

  font-weight: 300;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.5px;
  color: #374772;
}

.section-servicos .servico-box {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 31px;
}

.section-servicos .servico-box.card {
  background: #FFFFFF;
  box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.07), 0px 13px 18px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.section-servicos .servico-box > .row div:nth-of-type(1) {
  text-align: center;
}

.section-servicos .servico-box > .row div:nth-of-type(2) {
  padding: 0px 30px;
}

@media (min-width: 576px) {
  .section-servicos .servico-box > .row div:nth-of-type(1) {
    padding-left: 71px;
    padding-right: 43px;
  }

  .section-servicos .servico-box > .row div:nth-of-type(2) {
    padding-left: 0px;
    padding-right: 71px;
  }
}

.section-servicos .servico-box .servico-picture {
  display: inline-block;
  width: 147px;
  height: 147px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.section-servicos .servico-box .servico-description {
  font-size: 14px;
  line-height: 26px;
  color: #686868;
  margin-top: 6px;
  margin-bottom: 0px;
  text-align: justify;
}

.section-servicos .servico-box .servico-title {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: left;
}

.section-servicos .section-background {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-cursos .text-pretitle {
  display: block;
  margin-bottom: 37px;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #807F81;
  mix-blend-mode: normal;
  opacity: 0.6;
}

.section-cursos h1 {
  margin-bottom: 35px;

  font-weight: 300;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.5px;
  color: #374772;
}

.section-cursos h5 {
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  text-align: justify;
}

.section-cursos p {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 34px;
  color: #686868;
  text-align: justify;
}

.section-cursos .cursos-line {
  width: 150px;
  height: 1px;
  background: #000000;
  mix-blend-mode: normal;
  opacity: 0.1;
}

.section-cursos .cursos-advantages {
  font-size: 14px;
  line-height: 26px;
  color: #686868;
  margin-bottom: 45px;
}

.section-cursos .cursos-advantages .title {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.section-cursos .curso-image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-noticias {
  background: #374772;
  color: #FFFFFF;
}

.section-noticias h1 {
  margin-bottom: 35px;

  font-weight: 300;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.5px;
}

.section-noticias .noticia-box {
  display: block;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.07), 0px 13px 18px rgba(0, 0, 0, 0.15);
  min-height: 100%;
}

.section-noticias .noticia-box .noticia-image {
  height: 148px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-noticias .noticia-box .noticia-description {
  padding: 18px;
  font-size: 14px;
  line-height: 26px;
  color: #686868;
}

.section-noticias .noticia-box .noticia-title {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.section-noticias .btn-cicle {
  background: #A0A0A0;
}

.section-noticias .btn-cicle.active {
  background: #FFFFFF;
}

.section-contato {
  position: relative;
}

.section-contato .section-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: white;
  background-position: calc(50vw - 690px) -750px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section-contato .google-maps {
  position: absolute;
  left: calc(50vw + 15px);
  width: calc(50% - 15px);
  top: 0px;
  height: 100%;
}

.section-contato .google-maps iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-contato .section-background {
    width: calc(50vw + 15px);
  }
}

.section-contato h1 {
  margin-bottom: 35px;

  text-transform: uppercase;
  font-weight: 300;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.5px;
  color: #374772;
}

.section-contato .form-group label {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #686868;
  margin-bottom: 0px;
}

.section-contato .form-control {
  background: rgba(251, 251, 251, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 2px;
}

.contato-maps {
  height: 300px;
  background-color: rgb(170, 218, 255);
  background-size: 300%;
  background-position: center 20%;
  background-repeat: no-repeat;
}

.contato-maps iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .contato-maps {
    background-size: 180%;
  }
}

.section-footer {
  background: #374772;
  color: #FFFFFF;
  padding: 4px 0px;
  font-size: 9px;
  line-height: 26px;
  text-align: center;
}
