a {
  text-decoration: none;
}
.mobile {
  display: none;
}
.left {
  max-width: 50%;
  float: left;
  padding: 0px 30px;
  *behavior: url("/css/htc.boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#logo {
  margin: 0 auto;
  display: block;
}
h2 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #e3b03b;
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  margin-bottom: 15px;
}
h3 {
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  color: #e3b03b;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h4 {
  color: #e3b03b;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
}
h5 {
  font-size: 1.2rem;
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  color: #e3b03b;
  border-bottom: 2px solid #e3b03b;
  margin-bottom: 10px;
}
.fake-title {
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
ul {
  margin-left: 15px;
  margin-bottom: 10px;
}
ul.list-col-3 {
  display: flex;
  flex-wrap: wrap;
}
ul.list-col-3 > li {
  flex: 0 0 33%;
  margin-top: 20px;
}
ul.list-col-3 > li:nth-child(1),
ul.list-col-3 > li:nth-child(2),
ul.list-col-3 > li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  ul.list-col-3 {
    flex-direction: column;
  }
  ul.list-col-3 > li {
    flex: 0 0 100%;
    margin-bottom: 5px;
    margin-top: 0;
  }
  ul.list-col-3 > li:last-child {
    margin-bottom: 0;
  }
}
ul li {
  position: relative;
  margin-bottom: 15px;
}
ul li.with-icon {
  padding-left: 15px;
  box-sizing: border-box;
}
ul li.with-icon span {
  left: 0;
}
ul li span {
  width: 10px;
  height: 10px;
  background: url('../images/dot-list.png') no-repeat;
  top: 2px;
  left: -15px;
  position: absolute;
}
ul li ul {
  margin-left: 10px;
}
ul li ul li {
  margin-bottom: 0;
}
.description-section {
  margin-bottom: 30px;
}
.menu {
  max-width: 960px;
  margin: 0 auto 30px;
}
.menu ul {
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #e3b03b;
}
.menu ul:first-child {
  border-top: 1px solid #e3b03b;
}
.menu ul li {
  width: 33%;
  display: inline-block;
  margin-bottom: 0;
}
.menu ul li a {
  color: #000000;
  line-height: 14px;
  padding: 12px 0px;
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  font-size: 1.417rem;
  text-transform: uppercase;
  display: block;
}
.menu ul li a:hover {
  background: #e3b03b;
  color: #ffffff;
}
.menu ul li a.current {
  background: #e3b03b;
  color: #ffffff;
}
.services-offers {
  border-top: 1px solid #e3b03b;
  font-size: 1rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 75px 30px;
}
.services-offers ul {
  margin-left: 0;
}
.services-offers ul:last-child {
  margin-bottom: 0;
}
.services-offers > ul > li {
  margin-bottom: 30px;
}
.services-offers > ul > li:last-child {
  margin-bottom: 0;
}
.content {
  max-width: 960px;
  text-align: center;
  margin: 0 auto 100px;
}
.content .row {
  *zoom: 1;
  margin-bottom: 30px;
}
.content .row:before,
.content .row:after {
  display: table;
  content: " ";
  line-height: 0;
}
.content .row:after {
  clear: both;
}
.content .ctn-3-col {
  *zoom: 1;
  margin-bottom: 30px;
}
.content .ctn-3-col:before,
.content .ctn-3-col:after {
  display: table;
  content: " ";
  line-height: 0;
}
.content .ctn-3-col:after {
  clear: both;
}
.content .no-col {
  *zoom: 1;
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
}
.content .no-col:before,
.content .no-col:after {
  display: table;
  content: " ";
  line-height: 0;
}
.content .no-col:after {
  clear: both;
}
.content .no-col p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: justify;
}
.content .col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.content .col img {
  width: 110px;
  height: 110px;
  margin-bottom: 30px;
}
.content .col img.module {
  height: 125px;
}
.content .col .information {
  text-align: justify;
  *behavior: url("/css/htc.boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px;
}
.content .col .information .text {
  margin-bottom: 30px;
}
.content .col .information .btn-more {
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #e3b03b;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #e3b03b;
  padding: 10px 0px;
}
.content .col .information .btn-more:hover {
  background: #e3b03b;
  color: white;
}
.content .col .information h4 {
  text-transform: uppercase;
  color: orange;
  text-align: center;
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.content .col .module-number {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  font-size: 1.5em;
  background: #e3b03b;
  border-radius: 100%;
  width: 135px;
  height: 135px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.content .col .module-number .module-number-number {
  font-size: 100px;
  line-height: 1;
  height: 74px;
}
.footer {
  border-top: 2px solid #e3b03b;
  max-width: 960px;
  margin: 0 auto;
}
.footer .ctn-content {
  *behavior: url("/css/htc.boxsizing.htc");
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.footer .ctn-content h2 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #e3b03b;
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  margin-bottom: 15px;
}
.footer .ctn-content p {
  font-family: 'Nexa-Bold', serif;
  font-weight: normal;
  color: #e3b03b;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.footer .ctn-content p a {
  text-transform: lowercase;
  color: #e3b03b;
}
.footer .ctn-content .legal {
  display: flex;
  justify-content: space-between;
}
.footer .ctn-content .legal p {
  text-transform: none;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  #logo {
    width: 300px;
  }
  body {
    font-size: 1rem;
  }
  .left {
    max-width: 100%;
  }
  .menu ul li {
    display: block;
    width: 100%;
  }
  .menu ul li a {
    display: block;
    width: 100%;
  }
  .content .row {
    margin-bottom: 0;
  }
  .content .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=module.home.css.map */