@charset "UTF-8";
@font-face {
  font-family: 'Amarillo';
    src:  url('../fonts/Amarillo.ttf.woff') format('woff'),
    url('../fonts/Amarillo.ttf.svg#Amarillo') format('svg'),
    url('../fonts/Amarillo.ttf.eot'),
    url('../fonts/Amarillo.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Raleway', sans-serif;
  color: #18726f;
}
.amarillo {
 /* font-family: 'Amarillo'; */
 font-family: 'Dancing Script', cursive
}
.orange {
  color: #fb8a25;
}
.yellow {
  color: #fbba38;
}
.light-green {
  color: #25a499;
}
.dark-green {
  color: #18726f;
}
h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
}
h3 {
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 600;
}
.all {
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
       -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.cell-middle {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/*--------------------------------*/
/*--------    NAV    -------------*/
/*--------------------------------*/
.navbar .container {
  /*width: 100%;
  max-width: 1170px;*/
}
.navbar-default {
  background-color: #25a499;
  border: none;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fff;
}
.navbar .btn-default {
  position: relative;
  min-height: 35px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  background-color: #fb8a24;
  border: none;
  text-transform: none;
  padding-right: 28px;
}
.navbar .btn-default:after {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}
.cta-text {
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}
.navbar-default .navbar-form {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  height: 35px;
  border: none;
  text-transform: none;

}
.form-group {
  padding-left: 10px;
  padding-right: 10px;
}
label {
  display: block;
  text-align: left;
  text-transform: none;
  font-weight: 200;
}
header {
  background-image: url(../images/bg-intro_1.jpg);
  background-size: cover;
  background-position: -100px top;
  background-repeat: no-repeat;
  height: auto;
  padding: 15px 0;
}
/*--------------------------------*/
/*--------   INTRO   -------------*/
/*--------------------------------*/
.intro-content .amarillo {
  color: #18726f;
}
.intro-content p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2em;
  text-align: center
}
.intro-content p:first-child{
  font-size: 20px;
  line-height: 24px;
}
.intro-logo {
  text-align: center;
}
.intro-logo img {
  max-width: 65px;
}
/*--------------------------------*/
/*-------- SECTION 2 -------------*/
/*--------------------------------*/
#section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#section-2 p {
  color: #18726f;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
#section-2 h2.amarillo {
  font-size: 35px;
  line-height: 1.7em;
  text-align: center;
}
/*--------------------------------*/
/*-------- SECTION 3 -------------*/
/*--------------------------------*/
#section-3 {
  background-color: #fff5e8;
  padding-top: 40px;
  padding-bottom: 10px;
  color: #000;
}
#section-3 p {
  font-size: 15px;
  font-weight: 500;
  color: #18726f;
  margin-bottom: 25px;
}
#section-3 ul {
  list-style: none;
  margin-bottom: 30px
}
#section-3 li {
  color: #18726f;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  position: relative;
}
#section-3 li:before {
  content: "\f00c";
  font-family: "fontawesome";
  margin-right: 10px;
  position: absolute;
  left: -35px;
  top: 0;
}
#section-3 .img-wrapper {
  padding: 30px 0;
}
#section-3 .img-wrapper img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
#section-3 .cta {
  padding: 15px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  background-color: #fb8a24;
  border: none;
  text-transform: none;
  width: 100%;
}
#section-3 .cta:hover {
  background-color: #e63357;
}
/*--------------------------------*/
/*-------- SECTION 4 -------------*/
/*--------------------------------*/
#section-4 {
  padding: 60px 0;
}
#section-4 p {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
}
#section-4 h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
#section-4 .cta {
  padding: 15px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  background-color: #fb8a24;
  border: none;
  text-transform: none;
  width: 100%;
  max-width: 300px;
}
#section-4 .cta:hover {
  background-color: #e63357;
}
/*--------------------------------*/
/*-------- SECTION 5 -------------*/
/*--------------------------------*/
#section-5 {
  background-color: #fff5e8;
  padding-top: 60px;
  padding: 30px 0;
}
#section-5 img {
  max-height: 67px;
  width: auto;
  margin: 0 auto;
  display: block;
}
#section-5 h3 {
  text-align: center;
  font-size: 18px;
  color: #25a499;
  margin-bottom: 50px;
}
/*--------------------------------*/
/*-------- SECTION 6 -------------*/
/*--------------------------------*/
#section-6 {
  background-color: #fff5e8;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #000;
}
.tip-box {
  max-width: 280px;
  margin: 0 auto;
}
.tip-content {
  background-color: #fff;
  padding: 15px;
  color: #25a499;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.tip-content:before {
  content: "";
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  background: url(../images/icn-tab_1.png) center/contain no-repeat;
  z-index: -1;
}
.tip-content h3 {
  font-size: 18px;
  font-weight: 700;
}
/*--------------------------------*/
/*-------- SECTION 7 -------------*/
/*--------------------------------*/
#section-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bio-img {
  position: relative;
  margin-bottom: 30px;
}
.bio-caption {
  background-color: rgba(255,255,255,0.7);
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 10px;
}
.bio-caption h2 {
  text-transform: none;
  font-size: 26px;
  line-height: 26px;
  color: #25a499;
  margin: 0;
}
.bio-caption h3{
  text-transform: none;
  font-size: 17px;
  line-height: 20px;
  color: #25a499;
  margin: 0;
}
#section-7 p {
  font-size: 1.3em
}
#section-7 p.light-green, #section-7 p.dark-green {
  font-size: 1.4em;
  line-height: 2em;
  font-weight: 500;
}
/*--------------------------------*/
/*-------- SECTION 8 -------------*/
/*--------------------------------*/
#section-8 {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}
#section-8 h2.light-green{
  max-width: 800px;
  margin: auto auto
}
.social-icons {
  margin-top: 15px;
}
.social-icons a {
  margin: 0 20px;
  display: inline-block;
}
.social-icons i:hover {
  color: #ccc;
}
.contact-form {
  max-width: 400px;
  margin: 40px auto 0;
}
.contact-form .form-control {
  border: 1px solid #ccc;
}
.contact-form .mc-field-group {
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  header {
    background-position: left top;
    background-repeat: no-repeat;
    padding: 60px 0;
  }
}
/*-------------------------------------------------*/
/*-------- TABLET  --------------------------------*/
/*-------------------------------------------------*/
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 2em;
  }
  h3 {
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 600;
  }
  /*--------------------------------*/
  /*--------    NAV    -------------*/
  /*--------------------------------*/
  .navbar-default {
    background-color: #25a499;
    border: none;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
  }
  .navbar {
    border-radius: 0;
}
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-default .navbar-brand {
    color: #fff;
  }
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus {
      color: #000;
      background-color: #fff;
  }
  .navbar .btn-default {
    position: relative;
    min-height: 50px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 1em;
    color: #fff;
    background-color: #fb8a24;
    border: none;
    text-transform: none;
  }
  .navbar .btn-default:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
  }
  .cta-text {
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
  }
  .navbar-form .form-control {
    height: 50px;
    border: none;
    text-transform: none;
    width: 100%;

  }
  .navbar-form .form-group {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.333%;
    margin: 0px -2px;
  }
  header {
    background-image: url(../images/bg-intro_1.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: initial;
    padding: 60px 0 40px;
  }
  /*--------------------------------*/
  /*--------   INTRO   -------------*/
  /*--------------------------------*/
  .intro-content .amarillo {
    color: #18726f;
  }
  .intro-content p {
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 2em;
    text-align: center
  }
  .intro-content p:first-child{
    font-size: 24px;
  }
  .intro-logo {
    text-align: right;
  }
  .intro-logo img {
    max-width: 100px;
  }
  /*--------------------------------*/
  /*-------- SECTION 2 -------------*/
  /*--------------------------------*/
  #section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #section-2 p {
    color: #18726f;
    font-size: 22px;
    line-height: 37px;
    font-weight: 500;
  }
  #section-2 h2.amarillo {
    font-size: 34px;
    line-height: 1.7em;
    text-align: center;
  }
  /*--------------------------------*/
  /*-------- SECTION 3 -------------*/
  /*--------------------------------*/
  #section-3 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding-bottom: 10px;
    color: #000;
  }
  #section-3 p {
    font-size: 22px;
    font-weight: 500;
    color: #18726f;
    margin-bottom: 25px;
  }
  #section-3 ul {
    list-style: none;
    margin-bottom: 30px
  }
  #section-3 li {
    color: #18726f;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
  }
  #section-3 li:before {
    content: "\f00c";
    font-family: "fontawesome";
    margin-right: 10px;
    position: absolute;
    left: -35px;
    top: 0;
  }
  #section-3 .img-wrapper img {
    width: 100%;
    max-width: 550px;
  }
  #section-3 .cta {
    padding: 15px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    line-height: 1em;
    color: #fff;
    background-color: #fb8a24;
    border: none;
    text-transform: none;
    width: auto;
  }

  /*--------------------------------*/
  /*-------- SECTION 4 -------------*/
  /*--------------------------------*/
  #section-4 {
    padding: 60px 0;
  }
  #section-4 p {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  #section-4 h3 {
    text-align: center;
  }
  /*--------------------------------*/
  /*-------- SECTION 5 -------------*/
  /*--------------------------------*/
  #section-5 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding: 30px 0;
  }
  #section-5 img {
    max-height: 67px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #section-5 h3 {
    text-align: center;
    font-size: 16px;
    color: #25a499;
    margin-bottom: 0

;
  }
  /*--------------------------------*/
  /*-------- SECTION 6 -------------*/
  /*--------------------------------*/
  #section-6 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;
  }
  .tip-box {
    max-width: 280px;
    margin: 0 auto;
  }
  .tip-content {
    background-color: #fff;
    padding: 15px;
    color: #25a499;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .tip-content:before {
    content: "";
    position: absolute;
    top: -45px;
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
    background: url(../images/icn-tab_1.png) center/contain no-repeat;
    z-index: -1;
  }
  .tip-content h3 {
    font-size: 18px;
    font-weight: 700;
  }
  /*--------------------------------*/
  /*-------- SECTION 7 -------------*/
  /*--------------------------------*/
  #section-7 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .bio-img {
    position: relative;
  }
  .bio-caption {
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 10px;
  }
  .bio-caption h2 {
    text-transform: none;
    font-size: 40px;
    line-height: 40px;
    color: #25a499;
    margin: 0;
  }
  .bio-caption h3{
    text-transform: none;
    font-size: 28px;
    line-height: 28px;
    color: #25a499;
    margin: 0;
  }
  #section-7 p {
    font-size: 1.3em
  }
  #section-7 p.light-green, #section-7 p.dark-green {
    font-size: 1.4em;
    line-height: 2em;
  }
  /*--------------------------------*/
  /*-------- SECTION 8 -------------*/
  /*--------------------------------*/
  #section-8 {
    background-color: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  /*--------------------------------*/
  /*--------    NAV    -------------*/
  /*--------------------------------*/
  .navbar-default {
    background-color: #25a499;
    border: none;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-default .navbar-brand {
    color: #fff;
  }
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus {
      color: #000;
      background-color: #fff;
  }
  .navbar .btn-default {
    position: relative;
    min-height: 55px;
    min-width: 170px;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    background-color: #fb8a24;
    border: none;
    text-transform: none;
  }
  .navbar .btn-default:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
  }
  .cta-text {
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    margin: 8px 0;
  }
  .navbar-form .form-control {
    height: 55px;
    border: none;
    text-transform: none;

  }
  .navbar-form .form-group {
    padding-left: 10px;
    padding-right: 10px;
  }

  header {
    background-image: url(../images/bg-intro_1.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: initial;
    padding: 60px 0 40px;
  }
  /*--------------------------------*/
  /*--------   INTRO   -------------*/
  /*--------------------------------*/
  .intro-content .amarillo {
    color: #18726f;
  }
  .intro-content p {
    margin-bottom: 1em;
    font-size: 26px;
    line-height: 2em;
    text-align: center
  }
  .intro-content p:first-child{
    font-size: 50px;
    line-height: 56px;
  }
  .intro-logo {
    text-align: right;
  }
  .intro-logo img {
    max-width: 130px;
  }
  /*--------------------------------*/
  /*-------- SECTION 2 -------------*/
  /*--------------------------------*/
  #section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #section-2 p {
    color: #18726f;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
  }
  #section-2 h2.amarillo {
    font-size: 45px;
    line-height: 1.7em;
    text-align: center;
  }
  /*--------------------------------*/
  /*-------- SECTION 3 -------------*/
  /*--------------------------------*/
  #section-3 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;
  }
  #section-3 p {
    font-size: 25px;
    font-weight: 500;
    color: #18726f;
    margin-bottom: 25px;
  }
  #section-3 ul {
    list-style: none;
    margin-bottom: 30px
  }
  #section-3 li {
    color: #18726f;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
    position: relative;
  }
  #section-3 li:before {
    content: "\f00c";
    font-family: "fontawesome";
    margin-right: 10px;
    position: absolute;
    left: -35px;
    top: 0;
  }
  #section-3 .img-wrapper img {
    width: 100%;
    max-width: 550px;
  }
  #section-3 .cta {
    padding: 15px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    line-height: 1em;
    color: #fff;
    background-color: #fb8a24;
    border: none;
    text-transform: none;
  }

  /*--------------------------------*/
  /*-------- SECTION 4 -------------*/
  /*--------------------------------*/
  #section-4 {
    padding: 60px 0;
  }
  #section-4 p {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  #section-4 h3 {
    text-align: center;
  }
  /*--------------------------------*/
  /*-------- SECTION 5 -------------*/
  /*--------------------------------*/
  #section-5 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding: 30px 0;
  }
  #section-5 img {
    max-height: 67px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #section-5 h3 {
    text-align: center;
    font-size: 24px;
    color: #25a499;
  }
  /*--------------------------------*/
  /*-------- SECTION 6 -------------*/
  /*--------------------------------*/
  #section-6 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;
  }
  .tip-box {
    max-width: 280px;
    margin: 0 auto;
  }
  .tip-content {
    background-color: #fff;
    padding: 15px;
    color: #25a499;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .tip-content:before {
    content: "";
    position: absolute;
    top: -45px;
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
    background: url(../images/icn-tab_1.png) center/contain no-repeat;
    z-index: -1;
  }
  .tip-content h3 {
    font-size: 18px;
    font-weight: 700;
  }
  /*--------------------------------*/
  /*-------- SECTION 7 -------------*/
  /*--------------------------------*/
  #section-7 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .bio-img {
    position: relative;
  }
  .bio-caption {
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 10px;
  }
  .bio-caption h2 {
    text-transform: none;
    font-size: 40px;
    line-height: 40px;
    color: #25a499;
    margin: 0;
  }
  .bio-caption h3{
    text-transform: none;
    font-size: 28px;
    line-height: 28px;
    color: #25a499;
    margin: 0;
  }
  #section-7 p {
    font-size: 1.3em
  }
  #section-7 p.light-green, #section-7 p.dark-green {
    font-size: 1.3em;
  }
  /*--------------------------------*/
  /*-------- SECTION 8 -------------*/
  /*--------------------------------*/
  #section-8 {
    background-color: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  /*--------------------------------*/
  /*--------    NAV    -------------*/
  /*--------------------------------*/
  .navbar-default {
    background-color: #25a499;
    border: none;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-default .navbar-brand {
    color: #fff;
  }
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus {
      color: #000;
      background-color: #fff;
  }
  .navbar .btn-default {
    position: relative;
    min-height: 55px;
    min-width: 170px;
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    line-height: 1em;
    color: #fff;
    background-color: #fb8a24;
    border: none;
    text-transform: none;
  }
  .navbar .btn-default:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
  }
  .cta-text {
    text-transform: none;
    font-weight: 600;
    font-size: 22px;
    margin: 8px 0;
  }
  .navbar-form .form-control {
    height: 55px;
    border: none;
    text-transform: none;

  }
  .navbar-form .form-group {
    padding-left: 10px;
    padding-right: 10px;
  }
  header {
    background-image: url(../images/bg-intro_1.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
    padding: 85px 0;
  }
  /*--------------------------------*/
  /*--------   INTRO   -------------*/
  /*--------------------------------*/
  .intro-content .amarillo {
    color: #18726f;
  }
  .intro-content p {
    margin-bottom: 1em;
    font-size: 50px;
    line-height: 52px;
    text-align: center
  }
  .intro-content p:first-child{
    font-size: 70px;
    line-height: 74px;
  }
  .intro-logo {
    text-align: right;
  }
  .intro-logo img {
    max-width: 162px;
  }
  /*--------------------------------*/
  /*-------- SECTION 2 -------------*/
  /*--------------------------------*/
  #section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #section-2 p {
    color: #18726f;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
  }
  #section-2 h2.amarillo {
    font-size: 45px;
    line-height: 1.7em;
    text-align: center;
  }
  /*--------------------------------*/
  /*-------- SECTION 3 -------------*/
  /*--------------------------------*/
  #section-3 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;
  }
  #section-3 p {
    font-size: 25px;
    font-weight: 500;
    color: #18726f;
    margin-bottom: 25px;
  }
  #section-3 ul {
    list-style: none;
    margin-bottom: 30px
  }
  #section-3 li {
    color: #18726f;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 10px;
    position: relative;
  }
  #section-3 li:before {
    content: "\f00c";
    font-family: "fontawesome";
    margin-right: 10px;
    position: absolute;
    left: -35px;
    top: 0;
  }
  #section-3 .img-wrapper img {
    width: 100%;
    max-width: 550px;
  }
  #section-3 .cta {
    padding: 15px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    line-height: 1em;
    color: #fff;
    background-color: #fb8a24;
    border: none;
    text-transform: none;
  }

  /*--------------------------------*/
  /*-------- SECTION 4 -------------*/
  /*--------------------------------*/
  #section-4 {
    padding: 60px 0;
  }
  #section-4 p {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  #section-4 h3 {
    text-align: center;
  }
  /*--------------------------------*/
  /*-------- SECTION 5 -------------*/
  /*--------------------------------*/
  #section-5 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding: 30px 0;
  }
  #section-5 img {
    max-height: 67px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #section-5 h3 {
    text-align: center;
    font-size: 24px;
    color: #25a499;
  }
  /*--------------------------------*/
  /*-------- SECTION 6 -------------*/
  /*--------------------------------*/
  #section-6 {
    background-color: #fff5e8;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;
  }
  .tip-box {
    max-width: 280px;
    margin: 0 auto;
  }
  .tip-content {
    background-color: #fff;
    padding: 15px;
    color: #25a499;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .tip-content:before {
    content: "";
    position: absolute;
    top: -45px;
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
    background: url(../images/icn-tab_1.png) center/contain no-repeat;
    z-index: -1;
  }
  .tip-content h3 {
    font-size: 18px;
    font-weight: 700;
  }
  /*--------------------------------*/
  /*-------- SECTION 7 -------------*/
  /*--------------------------------*/
  #section-7 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .bio-img {
    position: relative;
  }
  .bio-caption {
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 10px;
  }
  .bio-caption h2 {
    text-transform: none;
    font-size: 40px;
    line-height: 40px;
    color: #25a499;
    margin: 0;
  }
  .bio-caption h3{
    text-transform: none;
    font-size: 28px;
    line-height: 28px;
    color: #25a499;
    margin: 0;
  }
  #section-7 p {
    font-size: 1.3em
  }
  #section-7 p.light-green, #section-7 p.dark-green {
    font-size: 1.3em;
  }
  /*--------------------------------*/
  /*-------- SECTION 8 -------------*/
  /*--------------------------------*/
  #section-8 {
    background-color: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
  /*--------------------------------*/
  /*--------   Custom  -------------*/
  /*--------------------------------*/
@media (min-width: 768px){
.col-sm-2 {
    width: 19.66666667%;
}
}
@media (min-width: 811px){
.col-sm-6 .margin ul{
    margin-top: 65px;
}
}

.slider {
	width: 70%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: cambio 20s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

#section-3 .slider li:before {
    content: "";
}



@media (max-width: 811px){
.cel {
    text-align: center;
}
}




