@font-face {
  font-family: "Circular Std Book";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Book"),
    url("../font/CircularStd-Book.woff") format("woff");
}

@font-face {
  font-family: "Circular Std Book Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Book Italic"),
    url("../font/CircularStd-BookItalic.woff") format("woff");
}

@font-face {
  font-family: "Circular Std Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Medium"),
    url("../font/CircularStd-Medium.woff") format("woff");
}

@font-face {
  font-family: "Circular Std Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Medium Italic"),
    url("../font/CircularStd-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: "Circular Std Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Bold"),
    url("../font/CircularStd-Bold.woff") format("woff");
}

@font-face {
  font-family: "Circular Std Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Bold Italic"),
    url("../font/CircularStd-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Circular Std Black";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Black"),
    url("../font/CircularStd-Black.woff") format("woff");
}

@font-face {
  font-family: "Circular Std Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Black Italic"),
    url("../font/CircularStd-BlackItalic.woff") format("woff");
}

#menuHeader {
  position: fixed !important;
  width: 100%;
  top: 0px;
  z-index: 999999;
  background: #37627a;
  text-align: right;
}

.bar-item {
  font-family: Circular Std Book;
  font-size: 16px;
  padding: 8px 16px;
  width: auto;
  border: none;
  display: block;
  outline: 0;
  width: 100%;
  display: block;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  color: #fff;
  text-decoration: none;
  background-color: #37627a;
}

.bar-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f566c;
}

.sidebar {
  font-family: Circular Std Book;
  font-size: 16px;
  height: 100%;
  width: 250px;
  background-color: #37627a;
  position: fixed !important;
  z-index: 999999;
  overflow: auto;
  right: 0px;
}

.side-button {
  font-family: Circular Std Book;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: none;
}

.pesquisa input {
  font-family: Circular Std Book;
  font-size: 16px;
  width: 400px;
  height: 30px;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  padding: 2px;
  color: #808080;
  border-radius: 4px 0px 0px 4px;
  margin-right: -10px;
}

.pesquisa button {
  font-family: Circular Std Book;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #efc54d;
  border: none;
  border-radius: 0px 4px 4px 0px;
}

@media screen and (max-width: 500px) {
  .pesquisa input {
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .pesquisa input {
    width: 300px;
    height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .pesquisa input {
    width: 280px;
    height: 30px;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  width: 100%;
}

#header1 {
  background: url(../images/header.jpg) no-repeat bottom center;
}

#header2 {
  background: url(../images/banner.jpg) no-repeat bottom center;
}

#header1,
#header2 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

#header1:before,
#header2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 64, 0.125);
}

.titulo,
.titulo-claro,
.titulo-item,
.titulo-oferta,
.titulo-preco,
.titulo-item-menor,
.titulo-item-medio,
.titulo-sobre {
  padding-top: 10px;
  font-family: Circular Std Bold;
  text-align: left;
  font-size: 16px;
  color: #808080;
}

.titulo,
.titulo-claro,
.titulo-item,
.titulo-item-medio {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 30px;
}

.titulo-preco,
.titulo-item-menor,
.titulo-item-medio {
  font-size: 20px;
  color: red;
  float: right;
}

.titulo-item-menor,
.titulo-oferta {
  font-family: Circular Std Book;
  font-size: 16px;
}

.titulo-item,
.titulo-item-medio {
  font-size: 50px;
  margin-bottom: 0px;
  color: #37627a;
  text-align: center;
}

.titulo-sobre {
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px;
}

.titulo-item-medio {
  font-size: 35px;
}

.titulo-claro {
  color: #fff;
}

.nome {
  font-size: 20px;
  font-family: Circular Std Bold;
}

.telefone {
  font-size: 16px;
  font-family: Circular Std Book;
  color: #808080;
}

.endereco {
  font-size: 14px;
  font-family: Circular Std Book;
  color: #808080;
}

.detalhe {
  width: 150px;
  border-bottom: 3px solid #3d3d3d;
}

.content {
  background: #eee;
  text-align: center;
  width: 100%;
}

.sub-content,
.sub-content-branco {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.sub-content-branco {
  background: #fff;
  padding: 5px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1900px) {
  .sub-content,
  .sub-content-branco {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .sub-content,
  .sub-content-branco {
    width: 100%;
  }
  .content {
    background-color: #fff;
    padding: 10px;
  }
}

.conteudo,
.conteudo-rodape,
.conteudo-pesquisa,
.conteudo-quarto,
.conteudo-segundo,
.conteudo-segundo-meio,
.conteudo-imagem,
.conteudo-imagem-menor,
.conteudo-terceiro,
.conteudo-terceiro2,
.conteudo-terceiro-redondo,
.conteudo-item,
.conteudo-zoom,
.formulario {
  font-family: Circular Std Book;
  font-size: 16px;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center !important;
  color: #808080;
}

.conteudo-quarto,
.conteudo-segundo,
.conteudo-segundo-meio,
.conteudo-terceiro,
.conteudo-terceiro2,
.conteudo-terceiro-redondo {
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  width: 270px;
  height: auto;
  padding: 10px;
  margin-top: 30px;
  -webkit-transition: margin 0.5s ease-out;
  -moz-transition: margin 0.5s ease-out;
  -o-transition: margin 0.5s ease-out;
}

.conteudo-terceiro,
.conteudo-terceiro2,
.conteudo-terceiro-redondo {
  width: 360px;
  margin-top: 50px;
}

.anuncio-direita {
  height: auto;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
  height: auto;
  padding: 10px;
  margin-top: 30px;
  -webkit-transition: margin 0.5s ease-out;
  -moz-transition: margin 0.5s ease-out;
  -o-transition: margin 0.5s ease-out;
}

h-auto {
  height: 280px !important;
}
.anuncio-esquerda {
  height: auto;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
  height: auto;
  padding: 10px;
  margin-top: 30px;
  -webkit-transition: margin 0.5s ease-out;
  -moz-transition: margin 0.5s ease-out;
  -o-transition: margin 0.5s ease-out;
}

.conteudo-terceiro2 {
  height: 360px;
}

.conteudo-terceiro-redondo {
  width: 280px;
  height: 280px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: top;
}

.conteudo-imagem,
.conteudo-imagem-menor {
  width: 100%;
  height: 160px;
}

.conteudo-imagem-menor {
  width: 165px;
  height: 120px;
}

.conteudo-segundo,
.conteudo-segundo-meio {
  width: 550px;
  height: auto;
  min-height: 120px;
}

.conteudo-item {
  padding: 10px;
  padding-bottom: 20px;
  text-align: left !important;
  width: 100%;
}

.profissionais {
  width: 250px;
  float: left;
}

.hover:hover {
  cursor: pointer;
  margin-top: 20px;
}

.conteudo-pesquisa {
  margin-left: 50px;
}

.conteudo-rodape {
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  text-align: left;
}

.conteudo-zoom {
  border: 1px solid #eeeeee;
  overflow: hidden;
  width: 540px;
  height: auto;
  margin-right: 50px;
  padding: 20px;
  vertical-align: top;
}

.conteudo-zoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.conteudo-zoom:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.largura-titulo {
  max-width: 150px;
}

.top30 {
  margin-top: 0px;
}

@media screen and (max-width: 1640px) {
  .conteudo-quarto {
    width: 220px;
  }
  .conteudo-segundo-meio {
    width: 400px;
  }
  .profissionais {
    width: 160px;
  }
  .conteudo-terceiro,
  .conteudo-terceiro2,
  .conteudo-terceiro-redondo,
  .conteudo-segundo {
    width: 290px;
  }
  .largura-titulo,
  .conteudo-imagem-menor {
    max-width: 130px;
  }
  .titulo-sobre {
    font-size: 20px;
  }
  .titulo-item-medio {
    font-size: 30px;
  }
  .titulo-item {
    font-size: 40px;
  }
  .conteudo-terceiro-redondo {
    width: 260px;
    height: 260px;
  }
  .top30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .conteudo-servico {
    margin-left: 0px;
    margin-right: 0px;
  }
  .conteudo-pesquisa {
    margin-left: 0px;
  }
  .conteudo-quarto,
  .conteudo-terceiro .conteudo-terceiro-redondo {
    width: 300px;
  }

  .conteudo-receiro-redondo {
    height: 300px;
    margin: 0px;
  }

  .conteudo-segundo {
    width: 280px;
  }

  .conteudo-segundo-meio {
    width: 150px;
  }

  .conteudo-imagem-menor {
    width: 120px;
    height: 120px;
  }
  .conteudo-zoom {
    margin-left: 0px;
    width: 280px;
    height: 280px;
  }
}

.corpo-conteudo {
  margin: auto;
  width: 100%;
  font-family: Circular Std Book;
  font-size: 16px;
  color: #727272;
  text-align: left;
  padding: 10px;
}

.subconteudo,
.subconteudo2,
.subconteudo3 {
  min-height: 100px;
  max-width: 300px;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
  margin-bottom: 10px;
}

.subconteudo2 {
  min-height: 150px;
  max-width: 800px;
}

.subconteudo3 {
  max-width: 1000px;
}

.div-fields {
  text-align: left;
  padding: 5px;
  float: left;
}

.fields {
  width: 260px;
  height: 30px;
  border: 1px solid #dddddd;
  font-size: 14px;
  padding: 0px 12px;
}

.textarea {
  width: 570px;
}

@media screen and (max-width: 600px) {
  .textarea {
    width: 280px;
  }
}

.button {
  font-family: Circular Std Book;
  font-size: 16px;
  height: 30px;
  width: 100px;
  background-color: #37627a;
  border: none;
  display: inline-block;
  color: #ffffff;
  margin-top: 10px;
}

#divisoria,
#divisoria2 {
  border-right: 1px solid #fff;
}

#divisoria2 {
  border-right: 1px solid #f4b400;
}

@media screen and (max-width: 600px) {
  #divisoria,
  #divisoria2 {
    border-right: none;
  }
}

.content a:hover {
  text-decoration: none;
}

.endereco a {
  text-decoration: none;
}

.link,
.link:hover {
  text-decoration: none;
  font-size: 24px;
}

.azul,
.azul:hover {
  color: #37627a;
}

.amarelo,
.amarelo:hover {
  color: #bc9f00;
}

.vermelho,
.vermelho:hover {
  color: #bf0811;
}

.verde,
.verde:hover {
  color: #006b33;
}

.branco,
.branco:hover {
  color: #fff;
}

.bg-branco {
  background-color: #fff;
}

.bg-cinza {
  background-color: #f0f0f0;
}

.bg-vermelho {
  background-color: #db4437;
}

.bg-verde {
  background-color: #0f9d58;
}

.bg-azul {
  background-color: #4285f4;
}

.bg-amarelo {
  background-color: #f4b400;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.button-down {
  text-align: left;
  margin-top: -30px;
  cursor: pointer;
  position: absolute;
}

.button-down:hover {
  transform: scale(1);
}

.border {
  border: 1px solid #ddd;
}

.formulario {
  width: 580px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #ddd;
  text-align: center;
}

.fields-form {
  background-color: #fff;
  width: 100%;
  height: 40px;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  padding: 0px 12px;
}

.button-form {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  background-color: #37627a;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .formulario {
    width: 280px;
  }
}

.banner-list {
  width: 500px;
}

@media screen and (max-width: 600px) {
  .banner-list {
    width: 330px;
  }
}

.item-cadastro {
  width: 750px;
  padding: 20px;
  vertical-align: top;
}

@media screen and (max-width: 1600px) {
  .item-cadastro {
    width: 600px;
  }
}

@media screen and (max-width: 600px) {
  .item-cadastro {
    width: 100%;
  }
}

.top50 {
  margin-top: 50px;
}

.lateral-left {
  float: left;
  margin-top: 40px;
  vertical-align: top !important;
}

.lateral-right {
  float: right;
  margin-top: 40px;
  vertical-align: top !important;
}

.prop-lateral {
  background-color: #fff;
  width: 140px;
  height: 70px;
  margin: 20px;
}

@media screen and (max-width: 1200px) {
  .lateral-left,
  .lateral-right {
    display: none;
  }
}

.margin-right {
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .margin-right {
    margin-right: 0px;
  }
}

.myImgGallery {
  width: 80px;
  height: 80px;
  margin: 5px;
  float: left;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 500px;
  border: 10px solid #fff;
}

/* Add Animation */
.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #fff;
  width: 20px;
  height: 20px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.video {
  width: 300px;
  height: 360px;
}
