.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url('../images/dr_cassiano_hoffmann_hero_home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.body {
  background-color: transparent;
}

.txt-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 15px;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Dense, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 5px;
}

.div-titulo-home {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt-copyrights {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Dense, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.txt-copyrights.rodape {
  position: static;
  z-index: 7;
  background-color: transparent;
  color: #fff;
}

.link-praia-design {
  -webkit-transition: font-size 600ms ease;
  transition: font-size 600ms ease;
  color: #fff;
  text-decoration: none;
}

.link-praia-design:hover {
  color: #184159;
  font-size: 19px;
}

.img-grafismos-home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.colunas-menu-contato {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 100px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-titulo-contato-menu {
  font-family: Dense, sans-serif;
  color: #d1d3d4;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
}

.coluna-contato-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-descritivo-menu-contato {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Dense, sans-serif;
  color: #d1d3d4;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 2px;
}

.txt-contato {
  margin-top: 20px;
  font-family: Dense, sans-serif;
  color: #d1d3d4;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}

.link-txt-contato {
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
  color: #184159;
  text-decoration: none;
}

.link-txt-contato:hover {
  color: #d1d3d4;
}

.logo-contato {
  max-width: 260px;
  min-width: 250px;
  margin-top: 20px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.logo-contato:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.link-logo-contato {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-logo-contato.w--current:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ae7d27;
}

.image-logo-home {
  max-width: 180px;
  min-width: 180px;
}

.div-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img-botao-menu {
  min-width: 44px;
}

.rodape {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #ae7d27;
}

.div-rodape {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.link-logo-menu {
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.link-logo-menu:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.link-icone-menu {
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.link-icone-menu:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero {
    position: relative;
    height: auto;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 0px;
    background-position: 35% 50%;
  }
  .txt-titulo {
    margin-right: 0px;
    margin-left: 50px;
    padding-left: 0px;
    font-size: 38px;
    line-height: 38px;
  }
  .div-titulo-home {
    margin-top: 210px;
    margin-bottom: 140px;
  }
  .img-grafismos-home {
    left: 20%;
    top: 0%;
    right: 20%;
    bottom: 0%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .colunas-menu-contato {
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .txt-titulo-contato-menu {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
  }
  .coluna-contato-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .txt-descritivo-menu-contato {
    font-size: 24px;
    line-height: 26px;
  }
  .txt-contato {
    font-size: 24px;
    line-height: 26px;
  }
  .logo-contato {
    max-width: 240px;
    min-width: 240px;
  }
  .contato {
    overflow: visible;
    height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div-menu {
    z-index: 5;
    margin-right: 50px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    position: relative;
    height: 100vh;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 40% 50%;
    background-size: cover;
  }
  .txt-titulo {
    margin: 0px 50px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .div-titulo-home {
    position: static;
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .txt-copyrights {
    position: fixed;
    font-size: 12px;
  }
  .img-grafismos-home {
    right: 0%;
  }
  .colunas-menu-contato {
    margin-bottom: 30px;
  }
  .txt-titulo-contato-menu {
    margin-top: 0px;
    font-size: 22px;
    line-height: 24px;
  }
  .coluna-contato-menu {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .txt-descritivo-menu-contato {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .txt-contato {
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
  }
  .logo-contato {
    max-width: 160px;
    min-width: 140px;
  }
  .img-qr-code-contato {
    margin-top: 10px;
  }
  .contato {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image-logo-home {
    max-width: 140px;
    min-width: 130px;
  }
  .div-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .img-botao-menu {
    max-width: 35%;
    min-width: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 0px;
    background-position: 38% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .txt-titulo {
    margin-left: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .div-titulo-home {
    margin-top: 0px;
  }
  .txt-copyrights.rodape {
    position: static;
    font-size: 10px;
    line-height: 10px;
  }
  .img-grafismos-home {
    top: 10%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .contato {
    padding-bottom: 50px;
  }
  .div-menu {
    margin-right: 30px;
    margin-left: 30px;
  }
  .div-rodape {
    z-index: 6;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Dense';
  src: url('../fonts/Dense-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}