@import url(https://fonts.googleapis.com/css?family=Roboto:300);
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: auto;
}

.image {
  width: 100%;
  height: auto;
}

/********** Navbar ******************/
.navbar {
  min-height: 57px;
}

.navbar ul > li {
  color: white;
}

.navbar ul > li > a {
  text-decoration: none;
  padding: 8px;
  color: white;
}

.navbar ul > li > a:hover {
  padding: 8px;
  color: #d5a1ec;
}

.navbar-nav {
  margin-right: 22px;
  font-size: 17px;
}

.navbar-nav .dropdown {
  color: white;
  margin-right: 20px;
}

.navbar-nav .dropdown ul > li > a {
  color: black;
}

.navbar-nav .dropdown ul > li > a:hover {
  color: rgbrgb(213, 161, 236);
}

/********* Subnavbar ****************/
.subnavbar {
  margin-bottom: 2.5em;
}

.subnavbar-inner {
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
  display: inline-block;
  height: 80px;
  padding: 0;
  margin: 0;
}

.subnavbar .container > ul > li {
  float: left;
  min-width: 90px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  border-left: 1px solid #d9d9d9;
}

.subnavbar .container > ul > li > a {
  display: block;
  height: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #b2afaa;
}

.subnavbar .container > ul > li > a:hover {
  color: #888;
  text-decoration: none;
}

.subnavbar .container > ul > li > a > span {
  display: block;
}

.subnavbar .container > ul > li.active > a {
  border-bottom: 5px solid #ff7f74;
  color: black;
}

/*********** Index ************/
.logo {
  max-width: 100px;
  max-height: 70px;
}

.banner-index {
  background-image: url("../../../images/photo22.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 80px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.titulo-index {
  margin-top: 25px;
  text-align: center;
}

.titulo-index h1 {
  color: white;
  font-family: Cinzel Decorative;
  font-size: 60px;
  font-weight: 900;
  text-shadow: 0px 1px, 1px 0px, 1px 1px white;
  letter-spacing: 2px;
}

.titulo-index h2 {
  color: #cc8a56;
  font-family: josefin sans;
  font-size: 30px;
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 40px;
}

.titulo-index a {
  background-color: #cc8a56;
  border-color: #cc8a56;
  border-radius: 40px;
  font-family: josefin sans;
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 8px 40px 8px 40px;
}

.titulo-index a:hover {
  background-color: #a06c44;
  border-color: #9c6840;
  text-decoration: none;
  color: white;
}

.banner-index hr {
  border-top: 1px solid rgba(238, 238, 228, 0.445);
  margin-top: 100px;
  width: 350px;
}

.info {
  font-family: cinzel;
  text-align: center;
  color: rgba(238, 238, 228, 0.795);
}

.info h3 {
  font-size: 25px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
}

.info h4 {
  font-size: 20px;
  font-weight: 100;
}

.salon {
  background-image: url("../../../images/fundo2.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.salon-info {
  text-align: center;
  margin-bottom: 50px;
}

.salon-info h2 {
  font-family: Cinzel Decorative;
  font-size: 35px;
  font-weight: 600;
  color: #73024b;
  text-align: center;
}

.salon hr {
  border-top: 1px solid black;
  width: 150px;
}

.salon-info p {
  font-family: Josefin sans;
  font-size: 20px;
  font-weight: 500;
  color: black;
  text-align: center;
  margin: 20px 50px 50px 50px;
}

.salon-info a {
  background-color: #01080a;
  border-color: #01080a;
  border-radius: 40px;
  font-family: Josefin sans;
  font-size: 15px;
  font-weight: 600;
  color: white;
  padding: 7px 20px 7px 20px;
}

.salon-info a:hover {
  background-color: #73024b;
  border-color: #73024b;
  text-decoration: none;
  color: white;
}

.salon img {
  align-content: center;
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: auto;
}

.servicos {
  background: #ffefe2;
  padding: 30px 0 100px 0;
}

.servicos h2 {
  font-family: Cinzel decorative;
  font-weight: 600;
  text-align: center;
}

.servicos h3 {
  font-family: Josefin Sans;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.servicos hr {
  border-top: 1px solid black;
  width: 100px;
}

.servicos img {
  display: block;
  margin: 40px auto 20px auto;
  max-width: 70px;
  max-height: 70px;
}

.trabalhos {
  background-image: url("../../../images/fundo2.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.trabalhos hr {
  border-top: 1px solid black;
  width: 100px;
  margin-bottom: 50px;
}

.trabalhos h2 {
  font-family: Cinzel Decorative;
  font-weight: 500;
  color: black;
  padding-top: 50px;
  text-align: center;
}

.trabalhos img {
  width: 200px;
  height: 200px;
}

#demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.green {
  background-color: #6fb936;
}

.thumb {
  margin-bottom: 30px;
}

.page-top {
  margin-top: 85px;
}

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #73024B;
  box-shadow: 2px 3px #b9b9b9b0;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/********* Agendamento **********/
.titulo {
  margin-top: 25px;
  text-align: center;
}

.services {
  width: 80%;
  margin: auto auto auto auto;
  padding: 20px 0 200px 0;
  margin-top: 40px;
}

/******** Footer ***********/
.top-bar {
  padding: 10px 0;
  background: #222222;
  border-bottom: 1px solid #3b3b3b;
  line-height: 28px;
}

.social {
  text-align: center;
}

.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #d5a1ec;
  color: #fff;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #222222;
  padding: 10px;
}

.footer-inner {
  padding: 15px 0;
  font-size: 12px;
  background: #222222;
  color: #999;
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

/************** Others *******************/
.admTitle {
  color: rgba(0, 0, 0, 0.61);
  text-align: center;
  padding-bottom: 20px;
}

#tabela {
  margin-bottom: 50px;
}

/*# sourceMappingURL=style.css.map */
