@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

/* RESET AREA */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */

.clearfix {
  *zoom: 1;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.infoBlock {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  left: auto;
  max-width: 25% !important;
  padding-bottom: 0 !important;
  background: #fff !important;
  background: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden !important;
  padding: 20px !important;
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: #fefedc;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#googlemaps {
  width: 100%;
  height: 500px;
  position: fixed;
  top: 160px;
  left: 0px;
  z-index: 0;
}

#googlemaps:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: block;
}
#googlemaps iframe {
  width: 100% !important;
  height: 500px !important;
}

/* HELPERS */

.cor_beje {
  background-color: #fefedc;
}
.cor_verde {
  color: #384c3f;
}
.cor_verde_claro {
  background-color: #c5d4a7;
}

.largura960 {
  width: 960px;
  margin: 0 auto;
}
.larguraFull {
  width: 100%;
}
.encolhe_header {
  top: -40px !important;
}
.fixa_newsletter {
  position: fixed !important;
  top: 120px !important;
}
.corrige_conteudo {
  margin-top: 40px !important;
}

/* HEADER */

header {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .top_header {
  width: 100%;
  height: 40px;
  display: block;
  background-image: url(img/green_cup.png);
}
header .top_header p {
  float: right;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 2.2;
}
header .top_header p:before {
  content: attr(legenda) ": ";
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
}

header .btnfacebook {
  background-image: url(img/04.png);
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}

header .bottom_header {
  width: 100%;
  height: 120px;
  display: block;
}
header .bottom_header .logotipo {
  display: block;
  width: 200px;
  height: 120px;
  background: url(img/logo_MS.png) no-repeat;
  background-position: center center;
  float: left;
}
header .bottom_header .menu {
  width: 760px;
  height: 120px;
  float: left;
  display: flex;
  justify-content: flex-end;
}
header .bottom_header .menu li {
  width: 13.666667%;
  height: 120px;
  float: left;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .bottom_header .menu li a {
  color: #384c3f;
  line-height: 8;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  width: 100%;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .bottom_header .menu li:hover {
  background-color: #384c3f;
}
header .bottom_header .menu li:hover a {
  color: #fefedc;
}

.sub-menu {
  display: none;
  width: 300px;
  height: auto;
  position: relative;
  float: left;
  top: -8px;
  -webkit-box-shadow: 2px 3px 22px 0 rgba(12, 44, 12, 0.1);
  box-shadow: 2px 3px 22px 0 rgba(12, 44, 12, 0.1);
}
.sub-menu li {
  display: block;
  width: 100% !important;
  float: left;
  height: 60px !important;
  background-color: #fefedc;
  padding-left: 10px;
}
.sub-menu li a {
  display: block;
  width: 100% !important;
  float: left;
  height: 60px !important;
  color: #384c3f !important;
  line-height: 4 !important;
  text-align: left !important;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}
.sub-menu li a:hover {
  color: #fefedc !important;
}
/* SLIDESHOW */

#slideshow {
  width: 100%;
  height: 500px;
  position: fixed;
  top: 160px;
  left: 0px;
  z-index: 0;
  background: url(https://www.manuelaserra.com/img/slideHome1.jpg) no-repeat;
  background-position: center center;
}

/* CONTEUDO */
#container {
  position: relative;
  z-index: 1;
  margin-top: 660px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#newsletter {
  height: 80px;

  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 10;
}
#conteudo {
  height: auto;
  padding-bottom: 30px;
  background-image: url(img/green_cup.png);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#conteudo h1 {
  margin: 15px 0px 15px 0px;
  padding: 0;
  text-transform: uppercase;
}

#conteudo p {
  font-size: 14px;

  line-height: 2;
}

/* LISTAGEM */
.listagem {
  width: 100%;
  padding: 60px 0px 20px 0px;
}

.listagem .bloco {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: 30px;
  margin-bottom: 60px;
  background: url(http://placehold.it/300x300&text=thumbnail+300+por+300);
  float: left;
  cursor: pointer;
  position: relative;
  border: 2px solid #384c3f;
}
.listagem .bloco:after {
  content: attr(title);
  position: absolute;
  top: -35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #fefedc;
  display: block;
  width: 100%;
}
.listagem .bloco:nth-child(3n) {
  margin-right: 0px;
}
.listagem .bloco .overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(20, 50, 20, 0.4);
  background-image: url(img/btn_+.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.listagem .bloco:hover .overlay {
  opacity: 1;
  background-position: center 50%;
}

.listagem .bloco .overlay1 {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(20, 50, 20, 0.6);

  background-repeat: no-repeat;
  background-position: center 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  padding: 5px;
  padding-top: 35px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.listagem .bloco:hover .overlay1 {
  opacity: 1;
  background-position: center 50%;
}
.overlay1 h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 35px;
}
.overlay1 p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2 !important;
}

.banner_ad {
  width: 100%;
  height: 120px;

  /*background:url(http://placehold.it/960x120&text=banner+promoções+960x120px);
  */
  float: left;
  margin-top: 15px;
}

/* FOOTER */

footer {
  position: relative;
  z-index: 1;
}
.partnership {
  text-align: center;
}
#parcerias {
  height: 100px;
  background-color: #fefedc;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.parceiro {
  width: 150px;
  height: 60px;
  position: absolute;
  background-repeat: no-repeat;
  display: block;
}

.parceiro:nth-child(2) {
  background: url(img/SBN_ms.png);
  background-size: cover;
  left: 50%;
  margin-left: -230px;
}
.parceiro:nth-child(3) {
  background: url(img/odisseias_ms.png);
  background-size: cover;
  left: 50%;
  margin-left: -70px;
}
.parceiro:nth-child(4) {
  background: url(img/coolgift_ms.png);
  background-size: cover;
  left: 50%;
  margin-left: 70px;
}

.infoBlock {
  color: #000;
}

.parceiro:nth-child(4) {
  margin-right: 0px;
}
#content_footer {
  background-image: url(img/green_cup.png);
}
.servicos {
  width: 320px;
  min-height: 200px;
  display: block;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.horario {
  width: 285px;
  display: block;
  float: left;
  margin-right: 30px;
  position: relative;
}

.horario span {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/imgfooter.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  top: 70px;
}
.contactos {
  width: 285px;
  display: block;
  float: left;
  position: relative;
}
.contactos .icn1 {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/imgfooter.png);
  background-repeat: no-repeat;
  background-position: -30px 0px;
  position: absolute;
  top: 50px;
}
.contactos .icn2 {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/imgfooter.png);
  background-repeat: no-repeat;
  background-position: -60px 0px;
  position: absolute;
  top: 115px;
}
.contactos .icn3 {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/imgfooter.png);
  background-repeat: no-repeat;
  background-position: -90px 0px;
  position: absolute;
  top: 170px;
}

.infoblock .icn1 {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/imgfooter.png);
  background-repeat: no-repeat;
  background-position: -30px 0px;
  position: absolute;
  top: 150px;
}
.infoblock .icn2 {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/imgfooter.png);
  background-repeat: no-repeat;
  background-position: -60px 0px;
  position: absolute;
  top: 220px;
}
.infoblock .icn3 {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/imgfooter.png);
  background-repeat: no-repeat;
  background-position: -90px 0px;
  position: absolute;
  top: 285px;
}
.infoblock .icn4 {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/imgfooter.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  top: 175px;
}

footer h3 {
  border-bottom: 1px solid #fefedc;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #384c3f;
}
footer p {
  color: #384c3f;
  padding-left: 40px;
}
br {
  line-height: 1;
}

.servicos ul.children {
  margin-left: 25px;
}

.page-list a {
  text-decoration: none;
  color: #384c3f;
}

/* SLIDESHOW */

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
  width: 200px;
  left: 20%;
  top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #fff;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #fff;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #000;
}

/* TRATAMENTOS */

h1 {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.descTratamento {
  margin-top: 15px;
  text-align: center;
}

.bloco_tratamento {
  margin-top: 40px;
  border: 1px solid #384c3f;
  float: left;
  width: 100%;
  min-height: 265px;
  height: auto;
  display: block;
  padding: 15px;
}

.bloco_tratamento h2 {
  text-align: left;
  border-bottom: 1px solid #384c3f;
  margin-bottom: 15px;
}

.blocodesc {
  width: 70%;
  height: auto;
  float: left;
  padding: 0px 10px 0px 0px;
  margin-bottom: 0px;
  overflow: hidden;
  display: block;
  min-height: 230px;
}

.blocoprice {
  width: 14%;
  height: 80px;
  float: left;
  background-color: #fefedc;
  background-image: url(img/$.png);
  background-repeat: no-repeat;
  background-position: center 20%;
  margin-top: 30px;
  padding: 3px;
  margin-right: 1%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding-top: 50px;
}
.blocotempo {
  width: 14%;
  height: 80px;
  float: left;
  background-color: #fefedc;
  background-image: url(img/clock.png);
  background-repeat: no-repeat;
  background-position: center 20%;
  margin-top: 30px;
  padding: 3px;
  margin-left: 1%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding-top: 50px;
}
.blocopromo {
  width: 30%;
  height: 50px;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #7b002c;
  float: left;
}
.blocopromo p {
  line-height: 3.5 !important;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.blocoprice p {
  width: 100%;
  display: block;
  text-align: center;
  text-indent: 0em !important;
  line-height: 1.3 !important;
}
.blocotempo p {
  width: 100%;
  display: block;
  text-align: center;
  text-indent: 0em !important;
  line-height: 1.3 !important;
}

.blocoprice h4 {
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.blocotempo h4 {
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.btnreserva {
  width: 30%;
  margin-top: 10px;
  height: 50px;
  float: left;
  cursor: pointer;
  background-color: #35483d;
  -webkit-box-shadow: 3px 3px 0 0 rgba(12, 66, 12, 0.5);
  box-shadow: 3px 3px 0 0 rgba(12, 66, 12, 0.5);
}
.btnreserva:after {
  content: attr(label);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 2.7;
  vertical-align: middle;
  display: block;
}

.btnvoucher {
  width: 30%;
  margin-top: 10px;
  height: 50px;
  float: left;
  cursor: pointer;
  background-color: #9a7d31;
  -webkit-box-shadow: 3px 3px 0 0 rgba(20, 1, 8, 0.5);
  box-shadow: 3px 3px 0 0 rgba(20, 1, 8, 0.5);
}
.btnvoucher:after {
  content: attr(label);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 2.7;
  vertical-align: middle;
  display: block;
}

/* FORMULARIO */

.formulario {
  width: 100%;
}

.formulario h3 {
  font-size: 18px;
  color: #384c3f;
  border-bottom: 1px solid #384c3f;
  margin-bottom: 15px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 48%;
  min-height: 300px;
  float: left;
  margin-right: 4%;
}
fieldset:nth-child(3) {
  margin-right: 0%;
}

.vfb-legend {
  display: none;
}

.vfb-section {
  display: block;
  width: 100%;
}

.vfb-item {
  display: block;
  width: 100%;
  min-height: 70px;
  float: left;
}

.vfb-item label {
  display: block;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  line-height: 2;
}
.vfb-item select {
  width: 100%;
  line-height: 2;
}
.vfb-span input {
  width: 100%;
  display: block;
  line-height: 2;
  height: 22px;
}

.vfb-span label {
  display: none;
}

.vfb-item-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 0;
  font-family: "Open Sans", sans-serif;
  min-height: 250px;
  max-height: 250px;
}
.vfb-item textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 0;
  border-bottom: 2px solid #384c3f;
  font-family: "Open Sans", sans-serif;
  min-height: 250px;
  max-height: 250px;
}
.vfb-item-number {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.vfb-item-date {
  float: left;
  width: 48%;
}

/* NEWSLETTER */

.EgoiMailListBuilderWidget h4 {
  display: none;
}

.EgoiMailListBuilderWidget label {
  display: block;
  float: left;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #384c3f !important;
  margin-top: 40px;
}

.widget-text {
  border: 0;
  float: left;
  width: 25%;
  height: 30px !important;
  display: block;
  /*margin-top: 20px!important;*/
  margin-left: 15px !important;
  margin-right: 25px;
}
.widget-text input {
  display: block;
  width: 100%;
  border: 0;
  float: left;
  height: 100% !important;
  border: 1px solid #384c3f;
}
.vfb-select,
.vfb-textarea,
input[type="text"],
input[type="text"] {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #384c3f;
  background-color: #fefedc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

input[type="submit"] {
  float: right;
  width: 120px !important;
  height: 40px !important;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fefedc;
  margin: 5px 0px 0px 0px;
  background-color: #384c3f;
  border: 0px;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 0 0 rgba(12, 66, 12, 0.5);
  box-shadow: 4px 4px 0 0 rgba(12, 66, 12, 0.5);
}
#egoi-mail-list-builder-fname-subegoimaillistbuilderwidget-2 {
  border: 1px solid #384c3f;
}
#egoi-mail-list-builder-email-subegoimaillistbuilderwidget-2 {
  border: 1px solid #384c3f;
}

/* PAGINA CONTACTOS */

.infoblock {
  width: 48%;
  height: 270px;
  display: block;
  margin-right: 4%;
  margin-top: 15px;
  float: left;
}
.infoblock h3 {
  font-size: 18px;
  color: #384c3f;
  border-bottom: 1px solid #384c3f;
  margin-bottom: 15px;
}
.infoblock p {
  text-indent: 0 !important;
  padding-left: 40px;
}
.infoblock:nth-child(2) {
  margin-right: 0%;
}

.vfb-text,
.vfb-textarea,
.vfb-select {
  border: 2px solid #384c3f;
  color: #384c3f;

  height: 30px !important;
}

#newsletter-lable-div {
  float: left;
}

#newsletter-title {
  color: #374d40;
  font-size: 22px;
  font-weight: 600;
}

#newsletter-label {
  font-weight: 600;
  font-size: 11px;
}

.copyright {
  width: 960px;
  margin-top: 15px;
  padding-top: 10px;
  margin: 0 auto;
  display: block;
  position: relative;
  border-top: 1px solid #fefedc;
  padding-bottom: 25px;
}
.copyright p {
  text-align: center;
}

.errorcenter {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: -15px;
  color: red;
  float: left;
  margin-left: 410px;
}

.errorFname {
  text-align: left;
  margin-left: 215px;
  margin-top: -15px;
}

.errorEmail {
  text-align: left;
  margin-left: 495px;
  margin-top: -15px;
}

.successNewsletter {
  color: #374d40;
}
