/* Text Elements */

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Archivo', cursive;
}

h1.main-heading {
  color: #ffc680;
  text-transform: uppercase;
  text-shadow: #151515 2px 2px 30px;
  letter-spacing: 5px;
  font-variant: normal;
  font-size: 2.5rem;
}

h1#book-heading {
  font-size: 8vw;
}

h2.info-title {
  color: #ffc680;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  font-family: 'Archivo', cursive;
}

h2.offer-heading {
  color: #eaeaea;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  font-family: 'Archivo', cursive;
}

h2.info-title.quote-heading {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

h2 span span.heading-text-1 {
  color: #eaeaea;
  font-size: .875rem;
}

h4.benefit-type {
  padding-bottom: .3125rem;
  color: #eaeaea;
  text-align: center;
  font-weight: 300;
  font-variant: normal;
  font-size: 26px;
  font-family: 'Archivo', cursive;
}

h4 {
  font-size: 25px;
}

h5 {
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h5.expertise-heading {
  display: inline-block;
  padding-right: 20px;
  padding-left: 22px;
  text-align: left;
  font-size: 30px;
}

h5 span.heading-text-4 {
  font-size: .9375rem;
}

p.paragraph {
  color: #adadad;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo', cursive;
}

p.paragraph.benefit-paragraph {
  color: #adadad;
  font-size: 1.58rem;
}

p.paragraph.intro-highlighted-paragraph {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 95%;
  color: #fff;
}

p.paragraph.section-paragraph {
  margin-right: auto;
  margin-bottom: 1.25rem;
  margin-left: auto;
  max-width: 800px;
  color: #575757;
}

p.paragraph.services-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #eaeaea;
}

p.paragraph.footer-paragraph {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2.25rem;
  color: #575757;
  font-style: italic;
  font-size: .8125rem;
}

a.link-text.menu-link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo', cursive;
}

a.link-text.menu-link:hover {
  color: #ffc680;
  font-size: 16px;
}

/* Interaction Elements */

a.link-button.social-button {
  display: block;
  margin: 1.25rem auto 50px;
  padding: .625rem 1rem;
  max-width: 250px;
  width: 65%;
  border: .0625rem solid #3cd397;
  border-radius: 5px;
  background-color: #3cd397;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 300;
  font-variant: normal;
  font-size: 1.1875rem;
  font-family: 'Archivo', cursive;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-button.appointment-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  max-width: 250px;
  border: .0625rem solid #3ffdb1;
  border-radius: 5px;
  background-color: #3cd397;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}

a.link-button {
  font-family: 'Archivo', cursive;
}

a.link-button.hero-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  max-width: 250px;
  width: 100%;
  border: 0 solid #3ffdb1;
  border-radius: 5px;
  background-color: #ffc680;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
}

a.link-button.appointment-button:hover {
  border-color: #0fb674;
  background-color: #2dbd84;
}

a.link-button.social-button:hover {
  border-color: #0fba76;
  background-color: #2dbd84;
}

a.link-button.hero-button:hover {
  border-color: #0fb674;
  background-color: #2dbd84;
}

/* Layout Elements */

body.dark-body {
  background-color: #151515;
}

body.body-1 {
  min-height: 100vh;
  background-color: #005231;
}

.container.title-bar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar-left {
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.container.responsive-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  background-color: #010101;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.top-bar {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.discount-container {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px 50px 30px;
  max-width: 800px;
  background-color: rgba(2, 2, 2, .66);
}

.container.header-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 50vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.book-offer {
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: none;
  background-color: #3ffdb1;
  background-image: url('../painel.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .98;

  background-blend-mode: normal;
}

.container.info {
  margin-top: -20px;
  margin-bottom: 120px;
}

.container.secondary {
  margin: 90px auto;
}

.container.spotlight {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 90px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.spot {
  margin: 20px auto;
  padding-right: 0;
  padding-left: 0;
  width: 90%;
}

.container.social {
  margin-top: 50px;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fbfbfb;
}

.container.quotes-section {
  margin-top: 90px;
  margin-bottom: 50px;
}

.container.quote-cards-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.quote-card {
  margin: 20px auto;
  padding: 10px 20px 0;
  max-width: 640px;
  border-radius: 5px;
  background-color: #e9e9e9;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

.container.footer {
  background-color: #000;
}

.container.highlighted-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 2rem auto;
  padding: 1rem;
  min-height: 251px;
  max-width: 1000px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.idea-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ebebeb;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.gallery-wrapper {
  max-width: 1000px;
}

.container.gallery-content {
  position: relative;
  overflow: hidden;
  margin-top: 5vw;
}

.container.main-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.container#image-1 {
  z-index: 51;
  display: none;
}

.container#image-2 {
  z-index: 52;
  display: none;
}

.container#image-4 {
  z-index: 54;
  display: none;
}

.container#image-5 {
  z-index: 55;
  display: none;
}

.container#image-6 {
  z-index: 56;
  display: none;
}

.container.effect-wrapper {
  position: relative;
  margin-bottom: 1rem;
  max-width: 900px;
}

.container.wrapper-xpro {
  -webkit-filter: sepia(.3);
          filter: sepia(.3);
}

.container.service {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.expertise-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container.services-section {
  margin-bottom: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: none;
  background-color: #005231;
  background-image: -webkit-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 82, 49, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 82, 49, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 82, 49, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(17, 17, 17, 1) 0%, rgba(0, 82, 49, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 30px;
  background-color: #000;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-top: 0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

ul.list-container.dropdown.menu {
  -ms-flex-pack: center;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

span.glyph.font-icon-menu {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

.rule hr {
  border-top-width: .125rem;
  border-top-color: #fefefe;
}

.rule {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 40%;
}

span.glyph.button.font-icon-menu {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

span.glyph.font-icon-image {
  border-color: #3cd397;
  color: #3cd397;
  text-align: center;
  font-size: 30px;
}

div.responsive-picture.main-image {
  margin-top: -80px;
  max-width: none;
  max-height: 350px;
  -webkit-transform: scaleX(1.2) scaleY(1.2);
     -moz-transform: scaleX(1.2) scaleY(1.2);
       -o-transform: scaleX(1.2) scaleY(1.2);
          transform: scaleX(1.2) scaleY(1.2);
}

div.responsive-picture.effects-pic {
  position: relative;
  max-width: none;
}

.rule.experise-rule {
  padding-bottom: 2.5rem;
}

div.responsive-picture.picture-2 {
  max-width: 97%;
}

div.responsive-picture.picture-1 {
  margin-top: 8px;
  margin-bottom: -2px;
  max-width: 95%;
}

div.responsive-picture.picture-3 {
  max-width: 550px;
}

a.social-image.social-button {
  background-color: #ffc680;
}

a.social-image {
  margin-right: 2%;
  margin-left: 0;
  background-color: #5cf000;
}

a.responsive-picture.footer-pic {
  max-width: 9.25rem;
}

span.glyph.button.font-icon-menu:hover {
  color: #5cf000;
}

@media screen and (min-width: 27.625rem) {
  /* Text Elements */

  h2 span span.heading-text-1 {
    color: #eaeaea;
    font-size: .875rem;
  }

  h5 span.heading-text-5 {
    font-size: .9375rem;
  }

  h5.expertise-heading {
    text-align: left;
  }

  p.paragraph.intro-highlighted-paragraph {
    min-width: 0;
    max-width: 95%;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #005231;
  }

  .container.book-offer {
    background-image: url('../painel.jpg');
  }

  .container.header-region {
    background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
    background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
  }

  .container.services-section {
    background-color: #005231;
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.highlighted-heading {
    min-height: 251px;
    max-width: 1000px;
  }

  .container.footer-wrapper {
    background-color: #000;
  }

  div.responsive-picture.main-image {
    max-height: 450px;
  }

  div.responsive-picture.picture-1 {
    max-width: 552px;
  }

  div.responsive-picture.picture-3 {
    position: relative;

    grid-area: auto /auto/ auto / auto;
    justify-self: center;
  }

  div.responsive-picture.picture-4 {
    max-width: 94.9%;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1#book-heading {
    font-size: 3.5rem;
  }

  h1 span.heading-text-6 {
    font-size: 3.125rem;
  }

  h2 span span.heading-text-2 {
    color: #eaeaea;
    font-size: .9375rem;
  }

  h2 span span.heading-text-1 {
    font-size: .875rem;
    line-height: 1.31;
  }

  h2 span span.heading-text-3 {
    color: #ffc680;
    font-size: 1.625rem;
  }

  h4.benefit-type {
    font-size: 20px;
  }

  h5 span.heading-text-4 {
    font-size: .9375rem;
  }

  h5.expertise-heading {
    text-align: left;
  }

  p.paragraph.benefit-paragraph {
    font-size: 18px;
    line-height: 1;
  }

  p.paragraph.footer-paragraph {
    background-color: #000;
  }

  /* Interaction Elements */

  a.link-button.social-button {
    width: 40%;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #005231;
  }

  .container.title-bar {
    display: none;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.top-bar {
    background-color: transparent;
  }

  .container.book-offer {
    background-attachment: fixed, fixed;
    background-position: center top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container.spotlight {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.spot {
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
    background-color: transparent;
  }

  .container.quote-cards-holder {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.quote-card {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 640px;
    width: 80%;
  }

  .container.header-region {
    min-height: 53vh;
    background-color: #000;
    background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
    background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../Professores%20fotos/bible-wood.jpg');
  }

  .container.idea-holder {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(65, 63, 55, 1) 33%, rgba(255, 255, 255, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(65, 63, 55, 1) 33%, rgba(255, 255, 255, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(65, 63, 55, 1) 33%, rgba(255, 255, 255, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(65, 63, 55, 1) 33%, rgba(255, 255, 255, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-blend-mode: normal;
  }

  .container.gallery-content {
    margin-top: 3vw;
  }

  .container.effect-wrapper.wrapper-xpro {
    min-width: 51px;
    max-width: 900px;
    border: .8125rem inset #fff;
    background-color: #fff;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    opacity: .98;

    background-blend-mode: normal;
  }

  .container.highlighted-heading {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-height: 270px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.services-section {
    background-color: #005231;
    background-image: -webkit-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(17, 17, 17, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.footer-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    background-color: #000;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.social-container {
    margin-top: 0;
  }

  ul.list-container.dropdown.menu {
    background-color: transparent;
  }

  div.responsive-picture.main-image {
    max-height: 650px;
  }

  span.glyph.font-icon-image {
    background-color: transparent;
    color: #3cd397;
    text-decoration: none;
    text-shadow: none;
  }

  div.responsive-picture.effects-pic {
    display: block;
    visibility: visible;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../banner.jpg');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../banner.jpg');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../banner.jpg');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../banner.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  div.responsive-picture.effects-pic > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
  }

  div.responsive-picture.picture-1 {
    max-width: 550px;
    border-width: .1875rem;
    border-style: solid;
  }

  div.responsive-picture.picture-3 {
    position: static;
    right: -25%;
    display: block;
    max-width: 550px;

    justify-self: center;
    grid-area: auto/auto/ auto / auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.picture-4 {
    position: relative;
    right: -2%;
    max-width: 95%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2 span span.heading-text-2 {
    color: #eaeaea;
    font-size: 1.625rem;
  }

  h4.benefit-type {
    font-size: 22px;
  }

  h5.expertise-heading {
    display: inline-block;
    min-width: 0;

    justify-self: auto;
  }

  p.paragraph.benefit-paragraph {
    font-size: 18px;
    line-height: 1;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 400;
    font-family: 'Archivo', cursive;
  }

  p.paragraph.footer-paragraph {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  /* Interaction Elements */

  a.link-button.social-button {
    width: 40%;
    background-color: #3cd397;
    text-transform: uppercase;
  }

  a.link-button {
    font-family: 'Archivo', cursive;
  }

  a.link-button.appointment-button {
    border-color: #3ffdb1;
  }

  a.link-button.hero-button {
    border-color: #3ffdb1;
  }

  a.link-button.social-button:hover {
    background-color: #2dbd84;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #005231;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.book-offer {
    background-color: #3ffdb1;
    background-image: url('../painel.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.spot {
    padding-right: 0;
    padding-left: 0;
    width: 33%;
  }

  .container.quote-cards-holder {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .container.header-region {
    -ms-flex-align: center;
    min-height: 53vh;
    background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/bible-wood.jpg');
    background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/bible-wood.jpg');
    background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/bible-wood.jpg');
    background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/bible-wood.jpg');
    background-position: center center;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.footer {
    background-color: #151515;
  }

  .container.discount-container {
    max-width: 1000px;
  }

  .container.gallery-content {
    margin-top: 2vw;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  .container.main-image-wrapper {
    display: block;
    min-width: 10px;
    background-color: transparent;
  }

  .container.idea-holder {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    min-height: 569px;
    background-color: #eaeaea;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(65, 63, 55, 1) 33%, rgba(255, 255, 255, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(65, 63, 55, 1) 33%, rgba(255, 255, 255, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(65, 63, 55, 1) 33%, rgba(255, 255, 255, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(65, 63, 55, 1) 33%, rgba(255, 255, 255, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    background-blend-mode: normal;
  }

  .container.highlighted-heading {
    min-height: 270px;
  }

  .container.services-section {
    background-image: -webkit-linear-gradient(top, rgba(15, 15, 15, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(15, 15, 15, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(15, 15, 15, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(15, 15, 15, 1) 0%, rgba(0, 82, 49, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.main-image > picture > img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }

  div.responsive-picture.main-image {
    position: static;
    visibility: visible;
    float: none;
    overflow: auto;
    max-height: none;
    width: 50%;
    height: 100%;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    direction: ltr;

    background-blend-mode: normal;
  }

  div.responsive-picture.main-image > picture {
    height: 100%;
  }

  .rule.rule-1 {
    background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.effects-pic {
    position: relative;
    right: auto;
    overflow: auto;
    width: 100%;
    background-color: transparent;
    vertical-align: middle;
  }

  div.responsive-picture.picture-1 {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: -16px;
    max-width: 550px;
    border-width: .1875rem;
    border-style: solid;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .rule.experise-rule {
    padding-bottom: 1.875rem;
  }

  div.responsive-picture.picture-2 {
    max-width: 550px;
  }

  div.responsive-picture.picture-3 {
    right: -25%;
    display: block;
    max-width: 550px;
    width: 100%;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.picture-4 {
    position: relative;
    right: -2%;
    max-width: 95%;
  }
}