@charset "UTF-8";
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?rhyldc");
  src: url("fonts/icomoon.eot?rhyldc#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?rhyldc") format("truetype"), url("fonts/icomoon.woff?rhyldc") format("woff"), url("fonts/icomoon.svg?rhyldc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../sass/_icomoon.scss */
[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;
}

/* line 30, ../sass/_icomoon.scss */
.icon-flechas-separadoras {
  color: #ffffff;
  font-size: 0.7em;
}
/* line 33, ../sass/_icomoon.scss */
.icon-flechas-separadoras:before {
  content: "";
}

/* line 37, ../sass/_icomoon.scss */
.icon-separador-top {
  color: #ffffff;
}
/* line 39, ../sass/_icomoon.scss */
.icon-separador-top:before {
  content: "";
}

/*HEADER*/
/* line 7, ../sass/main.scss */
body {
  font-size: 16px;
  position: relative;
}

/* line 12, ../sass/main.scss */
.header {
  height: 30%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/header_bg.gif);
  background-repeat: repeat-x;
  z-index: 9999;
  background-position: bottom;
  max-height: 106px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
/* line 27, ../sass/main.scss */
.header .wrapper {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
  position: relative;
}
/* line 32, ../sass/main.scss */
.header .wrapper .logo {
  width: 150px;
  height: 150px;
  background: url(../images/header-logo.png);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
@media (max-width: 950px) {
  /* line 44, ../sass/main.scss */
  .header .wrapper .logo {
    width: 50px;
    height: 50px;
    background-size: contain;
    margin: 42px 0px 0px 10px;
    z-index: 100;
  }
}
/* line 52, ../sass/main.scss */
.header .wrapper nav {
  float: left;
  /* margin-left: 80px; */
  width: 100%;
  max-width: 960px;
}
/* line 57, ../sass/main.scss */
.header .wrapper nav ul.topnav {
  margin-top: 50px;
  margin-right: 80px;
  float: right;
  margin-top: 50px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
/* line 65, ../sass/main.scss */
.header .wrapper nav ul.topnav li {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
}
/* line 71, ../sass/main.scss */
.header .wrapper nav ul.topnav li:last-child {
  margin-right: 0px;
}
/* line 74, ../sass/main.scss */
.header .wrapper nav ul.topnav li a {
  text-decoration: none;
  color: #4d4d4f;
}
/* line 77, ../sass/main.scss */
.header .wrapper nav ul.topnav li a:hover {
  color: #f6941e;
  transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
}
/* line 84, ../sass/main.scss */
.header .wrapper nav ul.topnav li.icon {
  display: none;
  padding: 0px;
}
/* line 89, ../sass/main.scss */
.header .wrapper nav ul.topnav li.active a {
  color: #f6941e;
}
/* line 93, ../sass/main.scss */
.header .wrapper nav ul.topnav li:hover > ul {
  max-height: 300px;
  visibility: visible;
}
/* line 98, ../sass/main.scss */
.header .wrapper nav ul.topnav ul {
  max-height: 0px;
  overflow: auto;
  visibility: hidden;
  position: absolute;
  background: #f7f7f7;
  padding: 10px 15px;
  border-top: 5px solid #e7e5e5;
  margin: 2px 0px;
  min-width: 116px;
  max-width: 160px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 112, ../sass/main.scss */
.header .wrapper nav ul.topnav ul li {
  display: block;
  margin: 0px;
  text-align: left;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  line-height: 18px;
}
/* line 120, ../sass/main.scss */
.header .wrapper nav ul.topnav ul a {
  padding: 0px;
}
/* line 127, ../sass/main.scss */
.header .wrapper nav.responsive ul.topnav {
  width: 100%;
  margin: 0px;
  position: absolute;
  top: 80px;
  background: #FFF;
  text-align: center;
  max-height: 0;
  visibility: hidden;
}
/* line 136, ../sass/main.scss */
.header .wrapper nav.responsive ul.topnav li {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  width: 100%;
  padding: 10px 0px;
}
/* line 144, ../sass/main.scss */
.header .wrapper nav.responsive ul.topnav li.icon {
  display: block;
  text-align: left;
  margin-left: 10px;
  position: absolute;
  top: -44px;
  right: 10px;
  width: 26px;
  visibility: visible;
}
/* line 153, ../sass/main.scss */
.header .wrapper nav.responsive ul.topnav li.icon img {
  width: 25px;
}
/* line 158, ../sass/main.scss */
.header .wrapper nav.responsive ul.topnav ul {
  position: initial;
  max-width: 100%;
  padding: 0px;
  margin-top: 8px;
  display: none;
}
/* line 164, ../sass/main.scss */
.header .wrapper nav.responsive ul.topnav ul li {
  visibility: hidden;
  background: red;
  text-align: center;
}
/* line 171, ../sass/main.scss */
.header .wrapper nav.responsive .open {
  max-height: 600px !important;
  visibility: visible !important;
}

/* line 179, ../sass/main.scss */
.fade {
  transform: scale(0.4);
  top: -6px !important;
}

/* line 184, ../sass/main.scss */
.fixed {
  bottom: auto;
  top: -40px;
  margin-top: 0;
  height: 80px;
  position: fixed;
}

/* line 192, ../sass/main.scss */
.minimize {
  margin-top: 22px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

/* line 199, ../sass/main.scss */
#section0 {
  background-image: url(../images/bg-section1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 205, ../sass/main.scss */
#section0 .box1 {
  position: absolute;
  top: 30%;
  width: 100%;
  max-width: 340px;
  right: 10%;
}
/* line 211, ../sass/main.scss */
#section0 .box1 h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 80px;
  color: #f7941d;
  text-shadow: 0px 0px 4px #383838;
}
/* line 218, ../sass/main.scss */
#section0 .box1 h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 41px;
  color: #ffffff;
  text-shadow: 0px 0px 4px #383838;
}
/* line 225, ../sass/main.scss */
#section0 .box1 p {
  font-family: 'Roboto Slab', serif;
  font-weight: 200;
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 500px) {
  /* line 233, ../sass/main.scss */
  #section0 .box1 {
    top: 10%;
    right: 0px;
    padding: 5%;
    width: 90%;
  }
  /* line 238, ../sass/main.scss */
  #section0 .box1 h1 {
    font-size: 50px;
  }
  /* line 241, ../sass/main.scss */
  #section0 .box1 h2 {
    font-size: 30px;
  }
  /* line 244, ../sass/main.scss */
  #section0 .box1 p {
    font-size: 15px;
  }
}
/* line 249, ../sass/main.scss */
#section0 .box2 {
  width: 100%;
  max-width: 278px;
  position: absolute;
  bottom: 20px;
  left: 10%;
  text-align: center;
}
/* line 256, ../sass/main.scss */
#section0 .box2 .p22 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 1.3em;
  color: #ffffff;
  line-height: 1.3em;
  text-shadow: 0px 0px 4px #383838;
}
/* line 263, ../sass/main.scss */
#section0 .box2 .p22 span {
  color: #bc8e1f;
}

/* line 270, ../sass/main.scss */
#section1 {
  background-image: url(../images/bg-section2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}
/* line 277, ../sass/main.scss */
#section1 .box1 {
  position: absolute;
  top: 5%;
  width: 100%;
  max-width: 340px;
  right: 19%;
}
/* line 283, ../sass/main.scss */
#section1 .box1 h1 {
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: 600;
  font-style: italic;
  font-size: 3.125em;
  color: #ffffff;
  position: relative;
  text-shadow: -1px 1px 2px #969696;
}
/* line 291, ../sass/main.scss */
#section1 .box1 h1 span.line2 {
  color: #f6941e;
  font-size: 1.5em;
  position: absolute;
  top: 33px;
  z-index: 1;
  text-shadow: -1px 1px 2px #969696;
}
/* line 298, ../sass/main.scss */
#section1 .box1 h1 span.line2::before {
  content: " ";
  padding-left: 14px;
}
/* line 303, ../sass/main.scss */
#section1 .box1 h1 span.line3 {
  color: #ffffff;
  font-size: 1.3em;
  z-index: 2;
  position: relative;
  text-shadow: -1px 1px 2px #969696;
}
/* line 309, ../sass/main.scss */
#section1 .box1 h1 span.line3::before {
  content: " ";
  padding-left: 53px;
}
/* line 315, ../sass/main.scss */
#section1 .box1 h2 {
  font-family: "Times", Georgia, Serif;
  font-weight: 400;
  font-size: 1.250em;
  color: #ffffff;
  position: relative;
  font-style: italic;
  margin: 60px 0 0 62px;
  letter-spacing: 4px;
}
/* line 324, ../sass/main.scss */
#section1 .box1 h2 span {
  position: absolute;
  font-size: 6.250em;
  font-style: normal;
  bottom: -19px;
  left: -64px;
}
/* line 332, ../sass/main.scss */
#section1 .box1 p {
  font-family: "Times", Georgia, Serif;
  font-weight: 400;
  font-size: 1em;
  color: #ffffff;
  padding-top: 10px;
  text-align: justify;
  line-height: 1.2em;
}
/* line 342, ../sass/main.scss */
#section1 .box2 {
  width: 100%;
  max-width: 378px;
  position: absolute;
  bottom: 110px;
  left: 10%;
  text-align: center;
}
/* line 349, ../sass/main.scss */
#section1 .box2 .p45 {
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: bold;
  font-size: 2.813em;
  color: #f6941e;
  line-height: .8em;
  padding: 10px 0px;
}
/* line 356, ../sass/main.scss */
#section1 .box2 .p45 span {
  font-size: .563em;
  color: #ffffff;
}
@media (max-width: 500px) {
  /* line 363, ../sass/main.scss */
  #section1 .box1 {
    top: 5%;
    right: 0px;
    padding: 5%;
    width: 90%;
  }
  /* line 368, ../sass/main.scss */
  #section1 .box1 h1 {
    font-size: 30px;
  }
  /* line 370, ../sass/main.scss */
  #section1 .box1 h1 span.line3 {
    color: #ffffff;
    font-size: 1.3em;
    z-index: 2;
    position: relative;
    text-shadow: -1px 1px 2px #969696;
    line-height: 83px;
  }
  /* line 379, ../sass/main.scss */
  #section1 .box1 h2 {
    font-family: "Times", Georgia, Serif;
    font-weight: 400;
    font-size: 1.250em;
    color: #ffffff;
    position: relative;
    font-style: italic;
    margin: 60px 0 0 74px;
    letter-spacing: 4px;
  }
  /* line 388, ../sass/main.scss */
  #section1 .box1 h2 span {
    position: absolute;
    font-size: 6.250em;
    font-style: normal;
    bottom: -19px;
    left: -76px;
  }
  /* line 397, ../sass/main.scss */
  #section1 .box2 {
    width: 100%;
    /* max-width: 100%; */
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
  }
  /* line 404, ../sass/main.scss */
  #section1 .box2 .p45 {
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: bold;
    font-size: 1.813em;
    color: #f6941e;
    line-height: .8em;
    padding: 10px 0px;
  }
}

/* line 417, ../sass/main.scss */
#section2 .content {
  width: 100%;
  max-width: 706px;
  margin: 0 auto;
  text-align: center;
}
/* line 422, ../sass/main.scss */
#section2 .content img {
  display: inline-block;
}
/* line 425, ../sass/main.scss */
#section2 .content h1 {
  font-size: 5.313em;
  font-family: "Times", Georgia, Serif;
  color: #922629;
}
/* line 430, ../sass/main.scss */
#section2 .content h2 {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 0.938em;
  color: #d29f23;
  text-align: left;
  margin-left: 118px;
}
/* line 436, ../sass/main.scss */
#section2 .content h2 span.second {
  color: #ddb763;
  padding-left: 2px;
}
/* line 440, ../sass/main.scss */
#section2 .content h2 span.third {
  color: #e5c88a;
  padding-left: 4px;
}
/* line 445, ../sass/main.scss */
#section2 .content .margin-right {
  margin-right: 6%;
}
/* line 448, ../sass/main.scss */
#section2 .content .half-box {
  width: 47%;
  float: left;
  position: relative;
}
/* line 452, ../sass/main.scss */
#section2 .content .half-box p {
  font-family: "Times", Georgia, Serif;
  font-size: 1em;
  color: #939598;
  text-align: justify;
}
/* line 457, ../sass/main.scss */
#section2 .content .half-box p span {
  font-size: 5em;
}
/* line 461, ../sass/main.scss */
#section2 .content .half-box p.initial {
  position: absolute;
  top: 38px;
  left: 52px;
  text-align: left;
}
/* line 467, ../sass/main.scss */
#section2 .content .half-box p.second {
  margin-top: 10px;
}
/* line 470, ../sass/main.scss */
#section2 .content .half-box p.schedule {
  color: #939598;
  font-family: "Times New Roman", Georgia, Serif;
  font-style: italic;
  font-size: 1.063em;
  letter-spacing: 2px;
}
@media (max-width: 500px) {
  /* line 481, ../sass/main.scss */
  #section2 .content h1 {
    font-size: 3.313em;
    font-family: "Times", Georgia, Serif;
    color: #922629;
  }
  /* line 486, ../sass/main.scss */
  #section2 .content h2 {
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 0.938em;
    color: #d29f23;
    text-align: left;
    margin-left: 11px;
  }
  /* line 493, ../sass/main.scss */
  #section2 .content img {
    width: 100%;
  }
  /* line 496, ../sass/main.scss */
  #section2 .content .half-box {
    width: 90%;
    float: left;
    position: relative;
    padding: 5%;
  }
}

/* line 506, ../sass/main.scss */
#section3 {
  background-image: url(../images/bg-section3.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 32%;
  position: relative;
}
/* line 513, ../sass/main.scss */
#section3 .content {
  width: 100%;
  max-width: 420px;
  position: absolute;
  left: 17%;
  top: 100px;
}
/* line 519, ../sass/main.scss */
#section3 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.375em;
  font-style: italic;
  color: #f6941e;
  padding-bottom: 20px;
  text-shadow: 0px 0px 4px #383838;
}
/* line 527, ../sass/main.scss */
#section3 .content h2 {
  font-family: "Times", Georgia, Serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.625em;
  padding-bottom: 10px;
  text-shadow: 0px 0px 4px #383838;
}
/* line 534, ../sass/main.scss */
#section3 .content h2 span {
  color: #d29f23;
  padding-left: 53px;
}
/* line 539, ../sass/main.scss */
#section3 .content p {
  font-family: "Times", Georgia, Serif;
  font-size: 1em;
  color: #ffffff;
  line-height: 1.3em;
  margin-bottom: 12px;
}
/* line 545, ../sass/main.scss */
#section3 .content p span.first-letter {
  font-size: 5em;
}
/* line 549, ../sass/main.scss */
#section3 .content p.initial {
  position: absolute;
  top: 153px;
  left: 60px;
  text-align: left;
}
@media (max-width: 500px) {
  /* line 557, ../sass/main.scss */
  #section3 .content {
    width: 90%;
    /* max-width: 420px; */
    position: absolute;
    left: 0px;
    top: 100px;
    padding: 5%;
  }
  /* line 564, ../sass/main.scss */
  #section3 .content h2 {
    font-family: "Times", Georgia, Serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.5em;
    padding-bottom: 10px;
    text-shadow: 0px 0px 4px #383838;
  }
  /* line 572, ../sass/main.scss */
  #section3 .content h1 {
    font-family: "Times", Georgia, Serif;
    font-size: 3.375em;
    font-style: italic;
    color: #f6941e;
    padding-bottom: 20px;
    text-shadow: 0px 0px 4px #383838;
  }
  /* line 580, ../sass/main.scss */
  #section3 .content p {
    font-family: "Times", Georgia, Serif;
    font-size: 1em;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 10px;
    position: relative;
    min-height: 32px;
  }
  /* line 588, ../sass/main.scss */
  #section3 .content p span.first-letter {
    position: absolute;
    top: 23px;
  }
  /* line 592, ../sass/main.scss */
  #section3 .content p.initial {
    position: absolute;
    top: 153px;
    left: 72px;
    text-align: left;
  }
}

@media (max-width: 960px) {
  /* line 604, ../sass/main.scss */
  #section3 {
    background-image: url(../images/bg-section3.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
  }
}
/* line 614, ../sass/main.scss */
#section4 {
  background-image: url(../images/bg-section4.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10%;
}
/* line 620, ../sass/main.scss */
#section4 .content {
  width: 100%;
  max-width: 460px;
  position: absolute;
  right: 17%;
  top: 100px;
}
/* line 626, ../sass/main.scss */
#section4 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.375em;
  font-style: italic;
  color: #FFFFFF;
  padding-bottom: 20px;
  font-weight: bold;
  padding-bottom: 50px;
}
/* line 635, ../sass/main.scss */
#section4 .content h2 {
  font-family: "Times", Georgia, Serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.688em;
  padding-bottom: 10px;
  letter-spacing: 4px;
  text-shadow: 0px 0px 4px #383838;
}
/* line 643, ../sass/main.scss */
#section4 .content h2 span {
  color: #e7c15e;
  padding-left: 58px;
  font-size: .9em;
  letter-spacing: 1px;
}
/* line 650, ../sass/main.scss */
#section4 .content p {
  font-family: "Times", Georgia, Serif;
  font-size: 1em;
  color: #ffffff;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: justify;
}
/* line 658, ../sass/main.scss */
#section4 .content p span.first-letter {
  font-size: 5em;
}
@media (max-width: 500px) {
  /* line 664, ../sass/main.scss */
  #section4 .content {
    width: 90%;
    /* max-width: 420px; */
    position: absolute;
    left: 0px;
    top: 100px;
    padding: 5%;
  }
  /* line 672, ../sass/main.scss */
  #section4 .content h2 span {
    color: #e7c15e;
    padding-left: 0px;
    font-size: 1.2em;
    letter-spacing: 1px;
  }
  /* line 679, ../sass/main.scss */
  #section4 .content h1 {
    font-size: 3.375em;
    padding-bottom: 10px;
  }
}

/* line 687, ../sass/main.scss */
#section5 {
  background-image: url(../images/bg-section5.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
/* line 693, ../sass/main.scss */
#section5 .content {
  width: 100%;
  max-width: 400px;
  position: absolute;
  left: 17%;
  top: 5%;
  background: #fbf6ef;
  padding: 40px;
}
/* line 701, ../sass/main.scss */
#section5 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.688em;
  font-style: italic;
  color: #922629;
  padding-bottom: 20px;
  font-weight: normal;
  padding-bottom: 50px;
  padding-left: 130px;
}
/* line 711, ../sass/main.scss */
#section5 .content h2 {
  font-family: "Times", Georgia, Serif;
  font-weight: normal;
  color: #d29f23;
  font-size: 1.938em;
  padding-bottom: 10px;
}
/* line 717, ../sass/main.scss */
#section5 .content h2 span {
  color: #e7c15e;
  padding-left: 58px;
  font-size: .9em;
  letter-spacing: 1px;
}
/* line 724, ../sass/main.scss */
#section5 .content p {
  font-family: "Times", Georgia, Serif;
  font-size: 1em;
  color: #939598;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-weight: normal;
}
/* line 731, ../sass/main.scss */
#section5 .content p span.first-letter {
  font-size: 5em;
}
/* line 735, ../sass/main.scss */
#section5 .content ul {
  list-style-position: outside;
  padding-bottom: 30px;
}
/* line 738, ../sass/main.scss */
#section5 .content ul li {
  font-family: "Times", Georgia, Serif;
  font-size: 0.875em;
  color: #d29f23;
  line-height: 1.3em;
  list-style-type: disc;
  padding-bottom: 5px;
}
/* line 745, ../sass/main.scss */
#section5 .content ul li span {
  color: #939598;
}
@media (max-width: 500px) {
  /* line 752, ../sass/main.scss */
  #section5 .content {
    width: 80%;
    max-width: 460px;
    position: initial;
    left: 17%;
    top: 5%;
    background: #fbf6ef;
    padding: 5%;
    margin: 0 auto;
  }
  /* line 761, ../sass/main.scss */
  #section5 .content h2 {
    font-family: "Times", Georgia, Serif;
    font-weight: normal;
    color: #d29f23;
    font-size: 1.4em;
    padding-bottom: 0px;
  }
  /* line 768, ../sass/main.scss */
  #section5 .content h1 {
    font-family: "Times", Georgia, Serif;
    font-size: 2.688em;
    font-style: italic;
    color: #922629;
    padding-bottom: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-left: 78px;
  }
  /* line 778, ../sass/main.scss */
  #section5 .content ul {
    list-style-position: inside;
    padding-bottom: 30px;
  }
}

/* line 786, ../sass/main.scss */
#section6 {
  background-image: url(../images/bg-section6.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 792, ../sass/main.scss */
#section6 .content {
  width: 100%;
  position: absolute;
  text-align: center;
}
/* line 796, ../sass/main.scss */
#section6 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 5em;
  font-style: italic;
  color: #f7941d;
  font-weight: normal;
  line-height: 0.6em;
  text-shadow: 0px 0px 4px #383838;
}
/* line 804, ../sass/main.scss */
#section6 .content h1 span {
  color: #58595b;
  font-style: normal;
  font-size: .40em;
  text-shadow: none;
}
@media (max-width: 500px) {
  /* line 814, ../sass/main.scss */
  #section6 .content h1 {
    font-family: "Times", Georgia, Serif;
    font-size: 4em;
    font-style: italic;
    color: #f7941d;
    font-weight: normal;
    line-height: 0.6em;
    text-shadow: 0px 0px 4px #383838;
  }
}

/* line 827, ../sass/main.scss */
#section7 {
  background-image: url(../images/bg-section7.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 833, ../sass/main.scss */
#section7 .content {
  width: 100%;
  position: absolute;
  text-align: center;
  max-width: 300px;
  top: 20%;
  left: 15%;
}
/* line 840, ../sass/main.scss */
#section7 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.375em;
  font-style: italic;
  color: #922629;
  font-weight: normal;
  line-height: 0.6em;
}
/* line 847, ../sass/main.scss */
#section7 .content h1 span {
  color: #58595b;
  font-style: normal;
  font-size: .30em;
}
@media (max-width: 500px) {
  /* line 855, ../sass/main.scss */
  #section7 .content {
    width: 90%;
    position: absolute;
    text-align: center;
    max-width: 300px;
    top: 80px;
    left: 5%;
  }
  /* line 863, ../sass/main.scss */
  #section7 .content h1 span {
    color: #ffffff;
    font-style: normal;
    font-size: .30em;
  }
}

@media (max-width: 500px) {
  /* line 874, ../sass/main.scss */
  #section7 {
    background-position: right;
  }
}
/* line 879, ../sass/main.scss */
#section8 {
  background-image: url(../images/bg-section8.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 885, ../sass/main.scss */
#section8 .content {
  width: 100%;
  position: absolute;
  text-align: center;
  max-width: 300px;
  top: 20%;
  left: 15%;
}
/* line 892, ../sass/main.scss */
#section8 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 5.313em;
  font-style: italic;
  color: #f7941d;
  font-weight: normal;
  line-height: 0.6em;
  text-shadow: 0px 0px 4px #383838;
}
@media (max-width: 500px) {
  /* line 903, ../sass/main.scss */
  #section8 .content {
    width: 90%;
    position: absolute;
    text-align: center;
    max-width: 300px;
    top: 20%;
    left: 5%;
  }
}

/* line 914, ../sass/main.scss */
#section9 {
  background-image: url(../images/bg-section9.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
/* line 920, ../sass/main.scss */
#section9 .content {
  width: 100%;
  position: absolute;
  text-align: center;
  max-width: 300px;
  top: 20%;
  left: 15%;
}
/* line 927, ../sass/main.scss */
#section9 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 5.313em;
  font-style: italic;
  color: #922629;
  font-weight: normal;
  line-height: 0.6em;
  text-shadow: 0px 0px 4px #383838;
}

/* line 939, ../sass/main.scss */
#section10 {
  background-image: url(../images/bg-section10.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 945, ../sass/main.scss */
#section10 .content {
  width: 100%;
  position: absolute;
  text-align: center;
  max-width: 300px;
  top: 20%;
  left: 15%;
}
/* line 952, ../sass/main.scss */
#section10 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.375em;
  font-style: italic;
  color: #922629;
  font-weight: bold;
  line-height: 0.6em;
}
@media (max-width: 500px) {
  /* line 962, ../sass/main.scss */
  #section10 .content {
    width: 90%;
    position: absolute;
    text-align: center;
    max-width: 300px;
    top: 20%;
    left: 5%;
  }
  /* line 969, ../sass/main.scss */
  #section10 .content h1 {
    font-size: 3.375em;
  }
}

/* line 977, ../sass/main.scss */
#section11 .content {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 5%;
}
/* line 982, ../sass/main.scss */
#section11 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 5.625em;
  font-style: italic;
  color: #922629;
  font-weight: normal;
  line-height: .8em;
  padding-left: 83px;
  padding-bottom: 60px;
}
/* line 992, ../sass/main.scss */
#section11 .content h2 {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 1.875em;
  font-style: normal;
  color: #6d6e71;
  font-weight: normal;
}
/* line 998, ../sass/main.scss */
#section11 .content h2 span {
  color: #d29f23;
  padding-left: 58px;
}
/* line 1003, ../sass/main.scss */
#section11 .content p {
  font-family: "Times", Georgia, Serif;
  font-size: 0.938em;
  color: #939598;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-weight: bold;
  max-width: 330px;
  text-align: justify;
}
/* line 1012, ../sass/main.scss */
#section11 .content p span.first-letter {
  font-size: 5em;
}
/* line 1016, ../sass/main.scss */
#section11 .content p.initial {
  position: absolute;
  top: 191px;
  left: 60px;
  text-align: left;
  max-width: 262px;
}
/* line 1023, ../sass/main.scss */
#section11 .content .left {
  width: 50%;
  display: inline-block;
  position: relative;
}
/* line 1028, ../sass/main.scss */
#section11 .content .right {
  width: 49%;
  display: inline-block;
}
/* line 1031, ../sass/main.scss */
#section11 .content .right img {
  width: 100%;
}
@media (max-width: 500px) {
  /* line 1038, ../sass/main.scss */
  #section11 .content .left {
    width: 100%;
  }
  /* line 1041, ../sass/main.scss */
  #section11 .content .right {
    width: 100%;
  }
  /* line 1044, ../sass/main.scss */
  #section11 .content h1 {
    font-size: 3.625em;
  }
  /* line 1047, ../sass/main.scss */
  #section11 .content p.initial {
    top: 146px;
  }
}

/* line 1055, ../sass/main.scss */
#section12 .content {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0% 5%;
  position: relative;
}
/* line 1061, ../sass/main.scss */
#section12 .content img {
  position: absolute;
  top: 0%;
  left: 80%;
}
/* line 1066, ../sass/main.scss */
#section12 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.875em;
  font-style: italic;
  color: #922629;
  font-weight: normal;
  line-height: .8em;
  padding-left: 83px;
  margin-bottom: 30px;
  background: url(../images/red-frog.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
/* line 1079, ../sass/main.scss */
#section12 .content h1 span {
  color: #d29f23;
  font-style: italic;
  font-size: .9em;
  padding-left: 140px;
}
/* line 1086, ../sass/main.scss */
#section12 .content .margin-right {
  margin-right: 60px;
}
/* line 1089, ../sass/main.scss */
#section12 .content .half-box {
  width: 45%;
  float: left;
  position: relative;
}
/* line 1093, ../sass/main.scss */
#section12 .content .half-box p {
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  color: #939598;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-weight: normal;
  text-align: justify;
}
/* line 1101, ../sass/main.scss */
#section12 .content .half-box p span.first-letter {
  font-size: 5em;
}
/* line 1104, ../sass/main.scss */
#section12 .content .half-box p span.title {
  color: #d29f23;
  font-weight: bold;
}
/* line 1108, ../sass/main.scss */
#section12 .content .half-box p span.quote {
  font-weight: bold;
  font-style: italic;
}
/* line 1113, ../sass/main.scss */
#section12 .content .half-box p.initial {
  position: absolute;
  top: 0px;
  left: 60px;
  text-align: left;
  max-width: 360px;
}
@media (max-width: 500px) {
  /* line 1124, ../sass/main.scss */
  #section12 .content h1 {
    font-size: 3.875em;
    padding: 5%;
    width: 90%;
  }
  /* line 1128, ../sass/main.scss */
  #section12 .content h1 span {
    font-size: .65em;
    padding-left: 0px;
  }
  /* line 1133, ../sass/main.scss */
  #section12 .content .half-box {
    width: 100%;
  }
  /* line 1135, ../sass/main.scss */
  #section12 .content .half-box p.initial {
    top: -17px;
  }
}

/* line 1143, ../sass/main.scss */
#section13 {
  position: relative;
}
/* line 1145, ../sass/main.scss */
#section13 .content {
  width: 100%;
  background: #fbf6ef;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  padding-bottom: 30px;
}
/* line 1153, ../sass/main.scss */
#section13 .banner {
  width: 100%;
  height: 100%;
  max-height: 440px;
  overflow: hidden;
}
/* line 1158, ../sass/main.scss */
#section13 .banner img {
  /* background-size: cover;*/
  width: 100%;
  height: 100%;
}
/* line 1164, ../sass/main.scss */
#section13 .textos {
  height: 50%;
  width: 100%;
  margin: 0px auto;
  max-width: 916px;
  text-align: center;
}
/* line 1170, ../sass/main.scss */
#section13 .textos h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 1.875em;
  font-style: normal;
  color: #6d6e71;
  font-weight: normal;
  line-height: .8em;
  padding-top: 30px;
}
/* line 1179, ../sass/main.scss */
#section13 .textos h2 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.375em;
  font-style: normal;
  color: #922629;
  font-style: italic;
  padding-left: 230px;
  padding-bottom: 30px;
}
/* line 1188, ../sass/main.scss */
#section13 .textos p {
  color: #939598;
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  font-weight: bold;
  max-width: 900px;
  text-align: justify;
  line-height: 1.3em;
  padding: 0px 20px;
}
/* line 1199, ../sass/main.scss */
#section13 .banner-section {
  width: 60%;
  margin: 0 auto;
}
/* line 1202, ../sass/main.scss */
#section13 .banner-section img {
  width: 100%;
}
@media (max-width: 500px) {
  /* line 1207, ../sass/main.scss */
  #section13 .banner-section {
    width: 100%;
    margin: 0 auto;
  }
  /* line 1212, ../sass/main.scss */
  #section13 .textos h2 {
    font-family: "Times", Georgia, Serif;
    font-size: 4.375em;
    font-style: normal;
    color: #922629;
    font-style: italic;
    padding-left: 0px;
    padding-bottom: 30px;
  }
}

/* line 1226, ../sass/main.scss */
#section14 .content {
  width: 90%;
  max-width: 960px;
  padding: 5%;
  margin: 0 auto;
}
/* line 1231, ../sass/main.scss */
#section14 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 1.875em;
  font-style: normal;
  color: #6d6e71;
  font-weight: normal;
  line-height: .8em;
}
/* line 1239, ../sass/main.scss */
#section14 .content h2 {
  font-family: "Times", Georgia, Serif;
  color: #922629;
  font-style: italic;
  font-size: 5.313em;
  padding-left: 140px;
  padding-bottom: 20px;
}
/* line 1247, ../sass/main.scss */
#section14 .content .margin-right {
  margin-right: 60px;
}
/* line 1250, ../sass/main.scss */
#section14 .content .images {
  /*display: inline-block;
      width: 100%;
      padding-bottom: 40px;
      .box {
          display: inline-block;
      }*/
  display: inline-block;
  margin-bottom: 30px;
}
/* line 1259, ../sass/main.scss */
#section14 .content .images img {
  width: 100%;
}
/* line 1263, ../sass/main.scss */
#section14 .content .half-box {
  width: 42%;
  float: left;
  position: relative;
}
/* line 1267, ../sass/main.scss */
#section14 .content .half-box p {
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  color: #939598;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-weight: normal;
  text-align: justify;
}
/* line 1275, ../sass/main.scss */
#section14 .content .half-box p span.first-letter {
  font-size: 5em;
}
/* line 1278, ../sass/main.scss */
#section14 .content .half-box p span.title {
  color: #d29f23;
  font-weight: bold;
}
/* line 1282, ../sass/main.scss */
#section14 .content .half-box p span.quote {
  font-weight: bold;
  font-style: italic;
}
/* line 1287, ../sass/main.scss */
#section14 .content .half-box p.initial {
  position: absolute;
  top: 0px;
  left: 60px;
  text-align: left;
  max-width: 360px;
}
/* line 1294, ../sass/main.scss */
#section14 .content .half-box ul {
  list-style: none;
}
/* line 1296, ../sass/main.scss */
#section14 .content .half-box ul li {
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  color: #939598;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: justify;
}
/* line 1304, ../sass/main.scss */
#section14 .content .half-box ul li:before {
  content: "• ";
  color: #d29f23;
  /* or whatever color you prefer */
}
@media (max-width: 500px) {
  /* line 1315, ../sass/main.scss */
  #section14 .content h2 {
    font-family: "Times", Georgia, Serif;
    color: #922629;
    font-style: italic;
    font-size: 5.313em;
    padding-left: 80px;
    padding-bottom: 20px;
  }
  /* line 1323, ../sass/main.scss */
  #section14 .content .half-box {
    width: 100%;
  }
  /* line 1325, ../sass/main.scss */
  #section14 .content .half-box p.initial {
    top: -16px;
  }
}

/* line 1333, ../sass/main.scss */
#section15 {
  background-image: url(../images/bg-section15.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
/* line 1339, ../sass/main.scss */
#section15 .content {
  width: 100%;
  max-width: 460px;
  background: #fbf6ef;
  padding: 40px;
  margin: 0 auto;
}
/* line 1345, ../sass/main.scss */
#section15 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.688em;
  font-style: italic;
  color: #922629;
  padding-bottom: 20px;
  font-weight: normal;
  padding-bottom: 50px;
  padding-left: 30px;
}
/* line 1355, ../sass/main.scss */
#section15 .content h2 {
  font-family: "Times", Georgia, Serif;
  font-weight: normal;
  color: #6d6e71;
  font-size: 1.938em;
  padding-bottom: 10px;
}
/* line 1361, ../sass/main.scss */
#section15 .content h2 span {
  color: #e7c15e;
  padding-left: 58px;
  font-size: .9em;
  letter-spacing: 1px;
}
/* line 1368, ../sass/main.scss */
#section15 .content .text {
  position: relative;
}
/* line 1371, ../sass/main.scss */
#section15 .content p {
  font-family: "Times", Georgia, Serif;
  font-size: 1em;
  color: #939598;
  line-height: 1.3em;
  margin-bottom: 4px;
  font-weight: normal;
}
/* line 1378, ../sass/main.scss */
#section15 .content p span.first-letter {
  font-size: 5em;
}
/* line 1382, ../sass/main.scss */
#section15 .content p.initial {
  position: absolute;
  top: 0px;
  left: 60px;
  text-align: left;
  max-width: 360px;
}
/* line 1389, ../sass/main.scss */
#section15 .content ul {
  list-style-position: outside;
  padding-bottom: 30px;
}
/* line 1392, ../sass/main.scss */
#section15 .content ul li {
  font-family: "Times", Georgia, Serif;
  font-size: 0.875em;
  color: #d29f23;
  line-height: 1.3em;
  list-style-type: disc;
  padding-bottom: 5px;
}
/* line 1399, ../sass/main.scss */
#section15 .content ul li span {
  color: #939598;
}
@media (max-width: 500px) {
  /* line 1406, ../sass/main.scss */
  #section15 .content {
    width: 90%;
    padding: 5%;
  }
  /* line 1409, ../sass/main.scss */
  #section15 .content .text {
    width: 90%;
  }
  /* line 1412, ../sass/main.scss */
  #section15 .content h1 {
    font-family: "Times", Georgia, Serif;
    font-size: 3.688em;
    font-style: italic;
    color: #922629;
    padding-bottom: 20px;
    font-weight: normal;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  /* line 1422, ../sass/main.scss */
  #section15 .content p.initial {
    top: -19px;
  }
}

/* line 1429, ../sass/main.scss */
#section16 {
  position: relative;
}
/* line 1431, ../sass/main.scss */
#section16 .content {
  width: 90%;
  background: #fbf6ef;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding: 5% 5% 0% 5%;
}
/* line 1438, ../sass/main.scss */
#section16 .content .half-box {
  width: 46%;
  float: left;
  position: relative;
}
/* line 1442, ../sass/main.scss */
#section16 .content .half-box p {
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  color: #939598;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-weight: normal;
  text-align: justify;
}
/* line 1450, ../sass/main.scss */
#section16 .content .half-box p span.first-letter {
  font-size: 5em;
}
/* line 1453, ../sass/main.scss */
#section16 .content .half-box p span.title {
  color: #d29f23;
  font-weight: bold;
}
/* line 1457, ../sass/main.scss */
#section16 .content .half-box p span.quote {
  font-weight: bold;
  font-style: italic;
}
/* line 1462, ../sass/main.scss */
#section16 .content .half-box p.initial {
  position: absolute;
  top: 0px;
  left: 60px;
  text-align: left;
  max-width: 360px;
}
/* line 1469, ../sass/main.scss */
#section16 .content .half-box ul {
  list-style: none;
}
/* line 1471, ../sass/main.scss */
#section16 .content .half-box ul li {
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  color: #939598;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: justify;
}
/* line 1479, ../sass/main.scss */
#section16 .content .half-box ul li:before {
  content: "• ";
  color: #d29f23;
  /* or whatever color you prefer */
}
/* line 1487, ../sass/main.scss */
#section16 .content .margin-right {
  margin-right: 60px;
}
/* line 1490, ../sass/main.scss */
#section16 .content .parrafos {
  max-width: 804px;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}
/* line 1496, ../sass/main.scss */
#section16 .content .half-box {
  width: 46%;
  float: left;
  position: relative;
  max-width: 370px;
}
/* line 1501, ../sass/main.scss */
#section16 .content .half-box p {
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  color: #939598;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-weight: normal;
  text-align: justify;
}
/* line 1509, ../sass/main.scss */
#section16 .content .half-box p span.first-letter {
  font-size: 5em;
}
/* line 1512, ../sass/main.scss */
#section16 .content .half-box p span.title {
  color: #d29f23;
  font-weight: bold;
}
/* line 1516, ../sass/main.scss */
#section16 .content .half-box p span.quote {
  font-weight: bold;
  font-style: italic;
}
/* line 1521, ../sass/main.scss */
#section16 .content .half-box p.initial {
  position: absolute;
  top: 0px;
  left: 60px;
  text-align: left;
  max-width: 360px;
}
/* line 1528, ../sass/main.scss */
#section16 .content .half-box ul {
  list-style: none;
}
/* line 1530, ../sass/main.scss */
#section16 .content .half-box ul li {
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  color: #939598;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: justify;
}
/* line 1538, ../sass/main.scss */
#section16 .content .half-box ul li:before {
  content: "• ";
  color: #d29f23;
  /* or whatever color you prefer */
}
/* line 1547, ../sass/main.scss */
#section16 .banner {
  width: 100%;
  height: 100%;
  max-height: 440px;
  overflow: hidden;
}
/* line 1552, ../sass/main.scss */
#section16 .banner img {
  /* background-size: cover;*/
  width: 100%;
  height: 100%;
}
/* line 1558, ../sass/main.scss */
#section16 .textos {
  height: 50%;
  width: 100%;
  margin: 0px auto;
  max-width: 916px;
}
/* line 1563, ../sass/main.scss */
#section16 .textos h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 1.875em;
  font-style: normal;
  color: #6d6e71;
  font-weight: normal;
  line-height: .8em;
  padding-top: 10px;
}
/* line 1572, ../sass/main.scss */
#section16 .textos h2 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.375em;
  font-style: normal;
  color: #922629;
  font-style: italic;
  padding-left: 118px;
  padding-bottom: 30px;
}
/* line 1581, ../sass/main.scss */
#section16 .textos p {
  color: #939598;
  font-family: "Times", Georgia, Serif;
  font-size: 0.813em;
  font-weight: bold;
  max-width: 900px;
  text-align: justify;
  line-height: 1.3em;
  padding: 30px 20px;
}
/* line 1592, ../sass/main.scss */
#section16 .banner-section {
  width: 60%;
  max-height: 320px;
  margin: 0 auto;
}
/* line 1596, ../sass/main.scss */
#section16 .banner-section img {
  width: 100%;
  vertical-align: bottom;
}
@media (max-width: 500px) {
  /* line 1603, ../sass/main.scss */
  #section16 .textos h2 {
    padding-left: 0px;
  }
  /* line 1608, ../sass/main.scss */
  #section16 .content .half-box {
    width: 100%;
  }
  /* line 1612, ../sass/main.scss */
  #section16 .banner-section {
    width: 100%;
  }
}

/* line 1618, ../sass/main.scss */
#section17 {
  /*background-image: url(../images/bg-section17.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right;*/
  position: relative;
}
/* line 1625, ../sass/main.scss */
#section17 .content {
  width: 90%;
  background: #fbf6ef;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding: 0 5%;
}
/* line 1632, ../sass/main.scss */
#section17 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.688em;
  font-style: italic;
  color: #f7941d;
  padding-bottom: 20px;
  font-weight: normal;
  padding-bottom: 2px;
}
/* line 1641, ../sass/main.scss */
#section17 .content h2 {
  font-family: "Times", Georgia, Serif;
  font-weight: normal;
  color: #6d6e71;
  font-size: 1.875em;
  padding-top: 10px;
}
/* line 1647, ../sass/main.scss */
#section17 .content h2 span {
  color: #e7c15e;
  padding-left: 58px;
  font-size: .9em;
  letter-spacing: 1px;
}
/* line 1654, ../sass/main.scss */
#section17 .content .text {
  position: relative;
}
/* line 1657, ../sass/main.scss */
#section17 .content p {
  font-family: "Times", Georgia, Serif;
  font-size: 1em;
  color: #939598;
  line-height: 1.3em;
  margin-bottom: 4px;
  font-weight: normal;
}
/* line 1664, ../sass/main.scss */
#section17 .content p span.first-letter {
  font-size: 5em;
}
/* line 1668, ../sass/main.scss */
#section17 .content ul {
  list-style-position: outside;
  padding-bottom: 30px;
}
/* line 1671, ../sass/main.scss */
#section17 .content ul li {
  font-family: "Times", Georgia, Serif;
  font-size: 0.875em;
  color: #d29f23;
  line-height: 1.3em;
  list-style-type: disc;
  padding-bottom: 5px;
}
/* line 1678, ../sass/main.scss */
#section17 .content ul li span {
  color: #939598;
}
/* line 1683, ../sass/main.scss */
#section17 .content .margin-right {
  margin-right: 6%;
}
/* line 1686, ../sass/main.scss */
#section17 .content .half-box {
  width: 47%;
  float: left;
  position: relative;
  text-align: left;
  max-width: 366px;
}
/* line 1692, ../sass/main.scss */
#section17 .content .half-box p {
  font-family: "Times", Georgia, Serif;
  font-size: 1em;
  color: #939598;
  text-align: justify;
}
/* line 1697, ../sass/main.scss */
#section17 .content .half-box p span {
  font-size: 5em;
}
/* line 1701, ../sass/main.scss */
#section17 .content .half-box p.initial {
  position: absolute;
  top: 0px;
  left: 60px;
  text-align: left;
}
/* line 1707, ../sass/main.scss */
#section17 .content .half-box p.second {
  margin-top: 10px;
}
/* line 1710, ../sass/main.scss */
#section17 .content .half-box p.schedule {
  color: #939598;
  font-family: "Times New Roman", Georgia, Serif;
  font-style: italic;
  font-size: 1.063em;
  letter-spacing: 2px;
}
/* line 1717, ../sass/main.scss */
#section17 .content .half-box p.bold {
  font-weight: bold;
}
/* line 1721, ../sass/main.scss */
#section17 .content .textos {
  margin: 0 auto;
  display: inline-block;
}
/* line 1726, ../sass/main.scss */
#section17 .banner-section {
  width: 60%;
  margin: 0 auto;
  max-height: 227px;
}
/* line 1730, ../sass/main.scss */
#section17 .banner-section img {
  width: 100%;
}
@media (max-width: 500px) {
  /* line 1736, ../sass/main.scss */
  #section17 .content .textos {
    margin-top: 20px;
  }
  /* line 1738, ../sass/main.scss */
  #section17 .content .textos .half-box {
    width: 100%;
    max-width: 750px;
  }
  /* line 1741, ../sass/main.scss */
  #section17 .content .textos .half-box p.initial {
    top: -17px;
  }
  /* line 1747, ../sass/main.scss */
  #section17 .banner-section {
    width: 100%;
  }
}

/* line 1753, ../sass/main.scss */
#section18 {
  position: relative;
}
/* line 1755, ../sass/main.scss */
#section18 .content {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 5% 5% 0% 5%;
  text-align: center;
}
/* line 1761, ../sass/main.scss */
#section18 .content h1 {
  font-family: "Times", Georgia, Serif;
  font-size: 4.688em;
  font-style: italic;
  color: #f7941d;
  padding-bottom: 0px;
  font-weight: normal;
  text-align: center;
}
/* line 1770, ../sass/main.scss */
#section18 .content .contact-form {
  display: inline-block;
  width: 100%;
  max-width: 335px;
  padding: 15px;
}
/* line 1775, ../sass/main.scss */
#section18 .content .contact-form input[type=text],
#section18 .content .contact-form input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #666;
  color: #666666;
}
/* line 1783, ../sass/main.scss */
#section18 .content .contact-form input[type=text]::-webkit-input-placeholder,
#section18 .content .contact-form input[type=email]::-webkit-input-placeholder {
  color: #666;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
}
/* line 1789, ../sass/main.scss */
#section18 .content .contact-form input[type=text]:-moz-placeholder,
#section18 .content .contact-form input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
}
/* line 1796, ../sass/main.scss */
#section18 .content .contact-form input[type=text]::-moz-placeholder,
#section18 .content .contact-form input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
}
/* line 1803, ../sass/main.scss */
#section18 .content .contact-form input[type=text]:-ms-input-placeholder,
#section18 .content .contact-form input[type=email]:-ms-input-placeholder {
  color: #666;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
}
/* line 1810, ../sass/main.scss */
#section18 .content .contact-form textarea {
  border: 1px solid #666;
  color: #666;
  width: 87%;
  min-height: 80px;
  padding: 21px;
}
/* line 1816, ../sass/main.scss */
#section18 .content .contact-form textarea::-webkit-input-placeholder {
  color: #666;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
}
/* line 1822, ../sass/main.scss */
#section18 .content .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
}
/* line 1829, ../sass/main.scss */
#section18 .content .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
}
/* line 1836, ../sass/main.scss */
#section18 .content .contact-form textarea:-ms-input-placeholder {
  color: #666;
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
}
/* line 1843, ../sass/main.scss */
#section18 .content .contact-form input[type=submit] {
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #666;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  float: right;
  margin-top: 3px;
}
/* line 1854, ../sass/main.scss */
#section18 .content .map {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  /* margin-left: 40px; */
  height: 282px;
}
/* line 1862, ../sass/main.scss */
#section18 .footer {
  width: 90%;
  padding: 0 5%;
  text-align: center;
  background-color: #fbf6ef;
  color: #6d6e71;
  font-size: 16px;
  font-family: "Times New Roman", Georgia, Serif;
  line-height: 20px;
}
@media (max-width: 500px) {
  /* line 1874, ../sass/main.scss */
  #section18 .content h1 {
    font-size: 2.688em;
  }
  /* line 1877, ../sass/main.scss */
  #section18 .content .contact-form {
    width: 90%;
    padding: 5%;
  }
  /* line 1881, ../sass/main.scss */
  #section18 .content .map {
    display: inline-block;
    width: 90%;
    max-width: 460px;
    margin-left: 0px;
    height: 282px;
  }
  /* line 1889, ../sass/main.scss */
  #section18 .footer {
    font-size: 12px;
  }
}

/* line 1895, ../sass/main.scss */
.icon-flechas-separadoras:before {
  content: "\e900";
}

/* line 1899, ../sass/main.scss */
#map {
  width: 100%;
  height: 100%;
}

/* line 1904, ../sass/main.scss */
#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section11,
#section12,
#section13,
#section14,
#section15,
#section17 {
  min-height: 700px;
}

@media screen and (max-width: 980px) {
  /* line 1922, ../sass/main.scss */
  #section12 .content h1 {
    background: none;
  }
}
/* line 1929, ../sass/main.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 1938, ../sass/main.scss */
.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
/* line 1943, ../sass/main.scss */
* html .clearfix {
  height: 1%;
}

/* line 1947, ../sass/main.scss */
.clearfix {
  display: block;
}

/* close commented backslash hack */
/* line 1952, ../sass/main.scss */
.parsley-errors-list {
  color: red;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  text-align: left;
  padding: 5px 0px;
}

@media all and (orientation: landscape) {
  /* line 1971, ../sass/main.scss */
  #section5 .content {
    width: 100%;
    max-width: 386px;
    position: absolute;
    left: 40%;
    top: 5%;
    background: #fbf6ef;
    padding: 40px;
  }
}
@media all and (orientation: landscape) and (max-width: 768px) {
  /* line 1983, ../sass/main.scss */
  #section12 .content {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0% 5%;
    position: relative;
  }
  /* line 1989, ../sass/main.scss */
  #section12 .content img {
    position: absolute;
    top: 0%;
    left: 80%;
  }
  /* line 1994, ../sass/main.scss */
  #section12 .content h1 {
    font-family: "Times", Georgia, Serif;
    font-size: 4.875em;
    font-style: italic;
    color: #922629;
    font-weight: normal;
    line-height: .8em;
    padding-left: 83px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
  }
  /* line 2006, ../sass/main.scss */
  #section12 .content h1 span {
    color: #d29f23;
    font-style: italic;
    font-size: .9em;
    padding-left: 140px;
  }
  /* line 2013, ../sass/main.scss */
  #section12 .content .margin-right {
    margin-right: 60px;
  }
  /* line 2016, ../sass/main.scss */
  #section12 .content .half-box {
    width: 90%;
    padding: 5%;
    float: left;
    position: relative;
  }
  /* line 2021, ../sass/main.scss */
  #section12 .content .half-box p {
    font-family: "Times", Georgia, Serif;
    font-size: 0.813em;
    color: #939598;
    line-height: 1.3em;
    margin-bottom: 12px;
    font-weight: normal;
    text-align: justify;
  }
  /* line 2029, ../sass/main.scss */
  #section12 .content .half-box p span.first-letter {
    font-size: 5em;
  }
  /* line 2032, ../sass/main.scss */
  #section12 .content .half-box p span.title {
    color: #d29f23;
    font-weight: bold;
  }
  /* line 2036, ../sass/main.scss */
  #section12 .content .half-box p span.quote {
    font-weight: bold;
    font-style: italic;
  }
  /* line 2041, ../sass/main.scss */
  #section12 .content .half-box p.initial {
    position: absolute;
    top: 0px;
    left: 60px;
    text-align: left;
    max-width: 360px;
  }
}
@media all and (orientation: landscape) {
  /* line 2054, ../sass/main.scss */
  #section16 .content {
    width: 90%;
    background: #fbf6ef;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding: 5% 5% 0% 5%;
  }
  /* line 2061, ../sass/main.scss */
  #section16 .content .half-box {
    width: 100%;
    float: left;
    position: relative;
    max-width: 1000px;
  }
  /* line 2066, ../sass/main.scss */
  #section16 .content .half-box p {
    font-family: "Times", Georgia, Serif;
    font-size: 0.813em;
    color: #939598;
    line-height: 1.3em;
    margin-bottom: 12px;
    font-weight: normal;
    text-align: justify;
  }
  /* line 2074, ../sass/main.scss */
  #section16 .content .half-box p span.first-letter {
    font-size: 5em;
  }
  /* line 2077, ../sass/main.scss */
  #section16 .content .half-box p span.title {
    color: #d29f23;
    font-weight: bold;
  }
  /* line 2081, ../sass/main.scss */
  #section16 .content .half-box p span.quote {
    font-weight: bold;
    font-style: italic;
  }
  /* line 2086, ../sass/main.scss */
  #section16 .content .half-box p.initial {
    position: absolute;
    top: 0px;
    left: 60px;
    text-align: left;
    max-width: 360px;
  }
  /* line 2093, ../sass/main.scss */
  #section16 .content .half-box ul {
    list-style: none;
  }
  /* line 2095, ../sass/main.scss */
  #section16 .content .half-box ul li {
    font-family: "Times", Georgia, Serif;
    font-size: 0.813em;
    color: #939598;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: justify;
  }
  /* line 2103, ../sass/main.scss */
  #section16 .content .half-box ul li:before {
    content: "• ";
    color: #d29f23;
    /* or whatever color you prefer */
  }
  /* line 2111, ../sass/main.scss */
  #section16 .content .margin-right {
    margin-right: 0px;
  }
  /* line 2114, ../sass/main.scss */
  #section16 .content .parrafos {
    max-width: 804px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }
  /* line 2120, ../sass/main.scss */
  #section16 .content .half-box {
    width: 100%;
    float: left;
    position: relative;
  }
  /* line 2124, ../sass/main.scss */
  #section16 .content .half-box p {
    font-family: "Times", Georgia, Serif;
    font-size: 0.813em;
    color: #939598;
    line-height: 1.3em;
    margin-bottom: 12px;
    font-weight: normal;
    text-align: justify;
  }
  /* line 2132, ../sass/main.scss */
  #section16 .content .half-box p span.first-letter {
    font-size: 5em;
  }
  /* line 2135, ../sass/main.scss */
  #section16 .content .half-box p span.title {
    color: #d29f23;
    font-weight: bold;
  }
  /* line 2139, ../sass/main.scss */
  #section16 .content .half-box p span.quote {
    font-weight: bold;
    font-style: italic;
  }
  /* line 2144, ../sass/main.scss */
  #section16 .content .half-box p.initial {
    position: absolute;
    top: 0px;
    left: 60px;
    text-align: left;
    max-width: 360px;
  }
  /* line 2151, ../sass/main.scss */
  #section16 .content .half-box ul {
    list-style: none;
  }
  /* line 2153, ../sass/main.scss */
  #section16 .content .half-box ul li {
    font-family: "Times", Georgia, Serif;
    font-size: 0.813em;
    color: #939598;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: justify;
  }
  /* line 2161, ../sass/main.scss */
  #section16 .content .half-box ul li:before {
    content: "• ";
    color: #d29f23;
    /* or whatever color you prefer */
  }
}
