
    body {
      line-height: 1.4;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      letter-spacing: 0.5px;
      font-size: 15px;
      font-weight: 400;
    }

    ol, ul {
      list-style: none;
    }

    blockquote, q {
      quotes: none;
    }

    blockquote:before, blockquote:after, q:before, q:after {
      content: '';
      content: none;
    }

    table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    a {
      outline: none;
    }

    a:hover, a:focus, a:active {
      text-decoration: none;
      outline: none;
    }
    h1,h2,h3 {
      font-family: 'Merriweather', serif;
    }

/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}


.header {
  /*background: url('../img/bg-banner03.jpg') no-repeat fixed;*/
  background-size: cover;
  background-position: bottom;
  min-height: 630px;
  position: relative;
}
.header .carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header .carousel .item img {
  width: 100%;
}

/********************************/
/*            Overlay           */
/********************************/
.header .carousel .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .6;
}
.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 40px 0;
  transition: all 0.3s;
}

.navbar-brand {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a {
  position: relative;
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  outline: none;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus:after,
.navbar-default .navbar-nav>li>a:active:after,
.navbar-default .navbar-nav>li>a:hover:after {
  content: '';
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 4px;
  margin: auto;
  width: 70%;
  left: 0;
  right: 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: transparent;

}

@media (max-width: 768px) {
	.navbar-collapse {
		background: rgba(50, 60, 70, 0.9);
	}
}

.top-nav-collapse {
  padding: 0;
  background: rgba(53, 35, 28, 0.9);
}

.bg-color {
  background-color: RGBA(53, 35, 28, 0.67);
  min-height: 100vh;
}

.navbar-border {}

.banner-text {
  padding: 15% 40px 0px 40px;
  color: #fff;
  text-align: center;
  height: 100vh;
}
.banner-text img {
  max-width: 450px;
}

.banner-text h1 {
  font-size: 65px;
  font-weight: 400;
  margin-top: 60px;
  font-family: 'Merriweather', serif;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .banner-text img {
    padding-top: 45%;
    max-width: 260px;
  }
  .banner-text h1 {
    font-size: 32px;
  }
}

.banner-text h2, .banner-text p {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.banner-text h2 span {
 font-family: 'Merriweather', serif;
}

.overlay-detail {
  margin: 0 auto;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: -140px;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 50%;
}
.angle {
  position: absolute;
  left: 0;
  right: 0;
  border: 0;
  bottom: 180px;
}

.deco {
  font-family: 'Open Sans', sans-serif;
}

#about {
  background-color:#e6d9c5;
  margin-bottom: -3px;
}
#parceiros {
  background-color:#e6d9c5;
}
#parceiros .about-text h2 {
  font-size: 55px;
}
#parceiros .about-text h3 {
  color: #3c454e;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
  position: relative;
  margin-top: 100px;
}
#parceiros .col-md-4 {
    text-align:center;
}
#image {
  position: relative;
  background: url('../img/veraelvas.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
#image .quote {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 45%;
  /* bottom: 0; */
  display: table-row-group;
  vertical-align: middle;
  font-size: 40px;
  font-style: italic;
}

.section-padding {
  padding: 100px 0px;
}

.title {
  font-size: 24px;
  margin-bottom: 50px;
}

.title-text {
  padding: 0px 25px 0px 0px;
  border-right: 5px solid #BE2525;
  font-size: 24px;
}

.about-text p {
  color: #3c454e;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
}
.about-text h2 {
  color: #3c454e;
  text-align: center;
  font-size: 80px;
  margin-bottom: 80px;
  position: relative;
}
.about-text h2:after {
  content: '';
  border-bottom: 1px solid #3c454e;
  max-width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -35px;
}

.abt-list li {
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 400;
}

#portfolio {
  background-color: #f0f1e9;
}

.grid-padding {
  padding: 0 8px;
}

.grid-padding img {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px !important;
}

#myGrid {
  margin-top: 50px;
}

.test-sec blockquote {
  background: #eee;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
}

.test-sec blockquote::after {
  content: '';
  position: absolute;
  bottom: -14px;
  margin-left: 10px;
  border-top: 14px solid #eee;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid RGBA(0, 0, 0, 0.18);
}

.test-sec .carousel-info span {
  display: block;
}

.test-sec span.servicess-name {
  color: #62646f;
  font-weight: 600;
  margin: 16px 0 5px;
}
#services span,
#services .carousel-info {
  color:#3c454e;
}
#services span {
  font-size: 80px;
}
#services h3 {
  color: #c8a770;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 52px;
}
#services .col-sm-4 {
  text-align: center;
}
#services .col-sm-6 {
  text-align: center;
}
#services .paddingRow {
  padding-left: 15%;
  padding-right: 15%;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #services .paddingRow {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#contact {
  width: 100%;
  background: url('../img/formContact.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
#contact::after {
  content: "";
  background-color: RGBA(53, 35, 28, 0.67);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#contact .btn-primary {
  background: rgba(53, 35, 28, 1);
  border: 1px solid rgba(53, 35, 28, 1);
  border-radius: 0px;
}
.form-control {
  border:0px;
  border-radius: 0px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.7) !important;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3c454e;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #3c454e;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #3c454e;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #3c454e;
}

#contact h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
}
#contact p {
  color:#fff;
}
.validation {
  color: #fff;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  background: #fff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: rgba(53, 35, 28, 1);
  display: none;
  border: 1px solid rgba(53, 35, 28, 1);
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  background: #fff;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

footer {
  padding: 40px 0;
  background: #e6d9c5;
  color: #3c454e;
}

footer a {
  color: #3c454e;
}

.footer__navigation li, .social-list li {
  display: inline-block;
}

.contact-sec h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0px;
}

.footer__navigation li a {
  display: inline-block;
  color: #767676;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-size: 1.2em;
  line-height: 1.625em;
  margin-top: 0;
  margin-bottom: 1.625em;
  padding-right: 10px;
}

.contact-sec p {
  color: #fff;
  font-size: 18px;
  padding: 16px 0px 24px;
}

.contact-sec i {
  padding-right: 15px;
}

.contact-sec a {
  color: #FFF;
  background-color: RGBA(174, 142, 142, 0.7);
  display: inline-block;
  padding: 16px 34px;
  font-size: 18px;
  transition: all 0.5s ease-in 0s;
}

.carousel-info, blockquote {
  /*float: left;*/
}
.social-list {
  padding: 0px;
  margin: 0px;
}
footer .social-list {
  margin-top: -6px;
}
.social-list li {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  display: inline-block;
  margin: 0;
}

.social-list li a {
  color: #fff;
  background-color: #3c454e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  padding-top: 4px;
  padding-left: 0px;
}
.navbar-brand .social-list li a {
    padding-top: 5px;
    padding-left: 1px;
}

#main-header .container-header {
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#main-header .social-list li a {
  color: #977c42;
  background-color: #fff;
}
.social-list li:first-child { 
  margin-right: 10px;
}
.type-underline, .type-underline:hover {
  color: #767676;
}

.footer__lower {
  margin-top: 3.25em;
}

.type--fine-print {
  color: #767676;
}

.navbar-toggle {
  position: relative;
  background-color: transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-nav>li>a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.navbar-brand {
  /*margin-top: 9px;*/
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 551px) and (max-width: 980px) {
  .title-text {
    margin-bottom: 15px;
  }
}

@media (min-width: 100px) and (max-width: 550px) {
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-brand {
    margin-top: 0px;
  }
  .carousel-info {
    margin-bottom: 30px;
  }
  .type--fine-print {
    text-align: center;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .social-list {
    margin-bottom: 15px;
  }
  .banner-text h2, .banner-text p {
    font-size: 30px;
  }
  .title-text {
    margin-bottom: 15px;
  }
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?rx71v6');
  src:  url('../fonts/icomoon.eot?rx71v6#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?rx71v6') format('truetype'),
  url('../fonts/icomoon.woff?rx71v6') format('woff'),
  url('../fonts/icomoon.svg?rx71v6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-beauty:before {
  content: "\e900";
}
.icon-herbal:before {
  content: "\e901";
}
.icon-holistic:before {
  content: "\e902";
}
.icon-massage-1:before {
  content: "\e903";
}
.icon-massage:before {
  content: "\e904";
}
.icon-waist:before {
  content: "\e905";
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
    margin: 0px;
  }
}
.m-top-60 {
  margin-top: 60px;
}

#go-top {
  position: fixed;
  bottom: 42px;
  right: 30px;
  z-index: 600;
  display: none;
}

#go-top a {
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 53px;
  width: 50px;
  line-height: 53px;
  text-align: center;
  border: 1px solid #3c454e;
  background-color: rgba(255, 255, 255, 0.6);
  color: #3c454e;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-title {
  display: inline-block;
  font-size: 20px;
}
.modal-body {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .navbar-brand {
    padding: 9px;
  }
  .mobileNo {
    display: none;
  }

  .section-padding {
    padding: 50px 0px;
  }
  footer .col-md-3 {
    display: block;
    margin-bottom: 30px;
  }
  .bySpot {
    display: block;
    text-align: center;
  }
  .m-top-60 {
    margin-top: 0px;
  }
  #services .col-sm-4 {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
  }

}