
@charset "UTF-8";
@import url(animate.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800);
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(linecons.css);

/*========================================================
						Main Styles
=========================================================*/
body {
  color: #767676;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 480px) {
  h1 {
    font-size: 35px;
    letter-spacing: -0.025em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    letter-spacing: -0.025em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 52px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
@media (min-width: 480px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 36px;
  color: #2f2f2f;
  letter-spacing: -0.025em;
}
@media (min-width: 480px) {
  h3 {
    font-size: 48px;
  }
}

h4 {
  font-size: 30px;
  font-weight: 700;
  color: #00a4ef;
}
@media (min-width: 480px) {
  h4 {
    font-size: 36px;
  }
}

h5, .heading-5 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 300;
}
h5.big, .heading-5.big {
  font-size: 26px;
}

h6 {
  font-size: 16px;
}
h6.small {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
h6.big {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

time {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #00a4ef;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #f25022;
}
a:focus {
  outline: none;
}

.primary {
  color: #00a4ef;
}

.secondary {
  color: #f25022;
}

strong {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.small {
  font-size: 14px;
  line-height: 18px;
}

.big {
  font-size: 20px;
  line-height: 21px;
}

.uppercase {
  text-transform: uppercase;
}

.circle {
  border-radius: 50%;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.link {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #f25022;
}
.link:hover {
  color: #00a4ef;
}
.link.small {
  font-size: 16px;
}

q {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
}

cite {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #f25022;
}
@media (min-width: 768px) {
  cite {
    font-size: 26px;
  }
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a[href*="mailto"] {
  color: #f25022;
}
a[href*="mailto"]:hover {
  text-decoration: underline;
}

.border_b {
  border-bottom: 1px solid #f2f2f2;
}

/*=======================================================
						 Main Layout
=========================================================*/
* + p {
  margin-top: 14px;
}

h3 + * {
  margin-top: 26px;
}
@media (min-width: 768px) {
  h3 + * {
    margin-top: 55px;
  }
}

h4 + p {
  margin-top: 18px;
}

img + * {
  margin-top: 24px;
}

h5 + p {
  margin-top: 22px;
}

img + p {
  margin-top: 22px;
}

h6 + * {
  margin-top: 8px;
}

.row + .btn {
  margin-top: 59px;
}

article + article {
  margin-top: 46px;
}

.quote-xs + .quote-xs {
  margin-top: 48px;
}

[class*="col-sm"] + [class*="col-sm"] {
  margin-top: 30px;
}
@media (min-width: 768px) {
  [class*="col-sm"] + [class*="col-sm"] {
    margin-top: 0px;
  }
}

[class*="col-md"] + [class*="col-md"] {
  margin-top: 30px;
}
@media (min-width: 992px) {
  [class*="col-md"] + [class*="col-md"] {
    margin-top: 0px;
  }
}

* + .marked-list {
  margin-top: 30px;
}

* + .link {
  margin-top: 10px;
}

* + .btn {
  margin-top: 15px;
}

p + p {
  margin-top: 19px;
}

.box + .box {
  margin-top: 40px;
}

.parallax_cnt * + .btn {
  margin-top: 39px;
}

h3 + .terms-list {
  margin-top: 47px;
}

.terms-list + * {
  display: inline-block;
  margin-top: 23px;
}

.box-md * + p {
  margin-top: 10px;
}
.box-md h5 + * {
  margin-top: 18px;
}

.offset-1 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .offset-1 {
    margin-top: 55px;
  }
}
@media (min-width: 1100px) {
  .offset-1 {
    margin-top: 55px;
    margin-left: 26px;
  }
}

* + .offset-2 {
  margin-top: 25px;
}

html > body .page * + .offset-3 {
  margin-top: 62px;
}

.flow-offset-3 > * + * {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 40px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

/*=======================================================
						Components
=========================================================*/
.event-post__meta-date {
  display: inline-block;
  margin-top: 20px;
}
.event-post__meta-date + * {
  margin-top: 10px;
}
.event-post__meta-title {
  font-size: 16px;
  color: #00a4ef;
  line-height: 1.125;
}
.event-post__descr {
  font-size: 14px;
  line-height: 18px;
  margin-top: 23px;
}

.contenido-blog{
	margin-bottom: 30px;
}

.contenido-blog h3{
	text-align: left;
}

.contenido-blog p{
	margin-bottom: 30px;
}

.contenido-blog h6{
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
	color: #F25022;
	font-style: oblique;
}

.contenido-blog .link{
	font-size: 15px;
	display: block;
	text-align: right;
}

.blog-post__meta {
  display: inline-block;
}
.blog-post__meta + * {
  margin-top: 10px;
}
.blog-post__title {
  font-size: 16px;
  color: #00a4ef;
  line-height: 1.125;
}
.blog-post__title + * {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .blog-post__title + * {
    margin-top: 22px;
  }
}

.baner {
  display: inline-block;
  width: 370px;
  padding: 27px 3px 38px 33px;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  color: #f25022;
  border: 3px solid #f25022;
  position: relative;
}
.baner:before {
  font-size: 90px;
  position: relative;
  left: -1px;
  top: 43px;
}
.baner span {
  display: inline-block;
  line-height: 49px;
  padding-left: 15px;
}
.baner:hover {
  color: #00a4ef;
  border-color: #00a4ef;
  background: transparent;
}

.baner + .baner {
  margin-top: 20px;
}

@media (min-width: 614px) {
  .baner + .baner {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .baner + .baner {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .baner {
    width: 290px;
    font-size: 40px;
    padding-left: 10px;
  }
  .baner:before {
    font-size: 79px;
  }
}
.baner-primary {
  color: #ffffff;
  background: #f44236;
  border-color: #f44236;
}
.baner-primary span {
  padding-left: 16px;
}
.baner-primary:before {
  font-size: 90px;
  position: relative;
  left: 5px;
  top: 34px;
}

/*==================     Brand     ======================*/
.rd-navbar-brand {
  font-size: 41px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.025em;
}
.rd-navbar-brand .brand__logo {
  color: #f25022;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #00a4ef;
}
.bg-primary * {
  color: white;
}
.bg-primary * .marked-list li::before {
  color: white;
}

.bg-secondary {
  background: #f25022;
}

.bg-secondary-1 {
  background-color: #f2f2f2;
}

/*==================     blockquote     ======================*/
.quote-xs {
  position: relative;
  padding-left: 50px;
}
.quote-xs::after {
  content: "";
  position: absolute;
  background: url("../images/quote2.png");
  width: 27px;
  height: 27px;
  left: -9px;
  top: 4px;
}

.quote-lg {
  position: relative;
  padding-left: 48px;
  font-style: normal;
}
@media (min-width: 480px) {
  .quote-lg::after {
    content: "";
    position: absolute;
    background: url("../images/quote2.png");
    width: 27px;
    height: 27px;
    left: -9px;
    top: 9px;
  }
}
@media (min-width: 768px) {
  .quote-lg::after {
    background: url("../images/quote.png");
    left: -9px;
    top: 9px;
    width: 102px;
    height: 98px;
  }
}
.quote-lg[class*="box-"] {
  padding-top: 61px;
  padding-left: 97px;
}
.quote-lg[class*="box-"]:before {
  display: none;
}
@media (max-width: 991px) {
  .quote-lg[class*="box-"] {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .quote-lg[class*="box-"] {
    padding-left: 0;
    padding-top: 0;
  }
}
.quote-lg[class*="box-"] .box_left {
  position: relative;
  padding-right: 23px;
}
.quote-lg[class*="box-"] .box_cnt {
  padding-top: 22px;
}
.quote-lg[class*="box-"] .box_cnt p {
  padding-top: 8px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .quote-lg[class*="box-"] .box_cnt p {
    padding-right: 0;
  }
}
.quote-lg[class*="box-"] .box_cnt * + cite {
  margin-top: 13px;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
}
.icon-primary {
  background-color: #fff;
  color: #00a4ef;
}
.icon-secondary {
  background-color: #fff;
  color: #f25022;
}
.icon-lg {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
}
.icon-md {
  width: 69px;
  height: 69px;
  line-height: 69px;
  font-size: 30px;
}
.icon-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (max-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*==================    Buttons    ======================*/
.btn {
  text-align: center;
  display: inline-block;
  min-width: 150px;
  line-height: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-default {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.btn-default:hover {
  background-color: #fff;
  color: #00a4ef;
}

.btn-secondary {
  border: 2px solid #f25022;
  background: #f25022;
  color: white;
}
.btn-secondary:hover {
  color: #f25022;
  background-color: transparent;
}

.btn-primary {
  border: 2px solid #00a4ef;
  background: #00a4ef;
  color: white;
}
.btn-primary:hover {
  color: #00a4ef;
  background-color: transparent;
}

.btn-md {
  font-size: 18px;
  padding: 10px 30px;
}
@media (min-width: 480px) {
  .btn-md {
    font-size: 24px;
    padding: 16px 30px;
    min-width: 245px;
  }
}

.btn-sm {
  font-size: 18px;
  padding: 10px 30px;
}
@media (min-width: 480px) {
  .btn-sm {
    font-size: 24px;
    padding: 16px 30px;
  }
}

/*==================      Box      ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}

.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

.box .box_left {
  padding-right: 13px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }

  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-xs .box_left {
    padding-right: 13px;
  }

  .box-xs .box_right {
    padding-left: 20px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }

  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }

  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-sm .box_left {
    padding-right: 13px;
    margin-bottom: 0px;
  }

  .box-sm .box_right {
    padding-left: 20px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }

  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-sm .box_left {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }

  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-md .box_left {
    padding-right: 13px;
    margin-bottom: 0px;
  }

  .box-md .box_right {
    padding-left: 20px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }

  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-md .box_left {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }

  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-lg .box_left {
    padding-right: 13px;
  }

  .box-lg .box_right {
    padding-left: 20px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }

  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.flex-list li {
  display: table-cell;
}
.flex-list li img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flex-list li a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: inline-block;
  }
  .flex-list li {
    width: 24%;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .flex-list li {
    width: 49%;
  }
}

/*==================  Marked List  ======================*/
.marked-list {
  display: inline-block;
}
.marked-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 18px;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #f25022;
}
.marked-list li + li {
  margin-top: 17px;
}
.marked-list a:hover {
  color: #f25022;
}
.marked-list_mod li {
  font-size: 14px;
}
.marked-list_mod li:before {
  font-size: 12px;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  text-align: left;
}
.index-list li {
  position: relative;
  text-align: center;
}
@media (min-width: 480px) {
  .index-list li {
    padding-left: 82px;
    text-align: left;
  }
}
.index-list li h6 {
  font-size: 14px;
  line-height: 18px;
  color: #00a4ef;
}
.index-list li * + p {
  margin-top: 9px;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 26px;
  width: 69px;
  height: 69px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #00a4ef;
}
@media (min-width: 480px) {
  .index-list li:before {
    position: absolute;
    top: -2px;
    left: 0;
  }
}
.index-list li + li {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .index-list li + li {
    margin-top: 46px;
  }
}

/*=================   List List   =====================*/
.list li {
  font-size: 14px;
  font-family: "Lato";
  line-height: 1.5;
}
.list li.active a {
  color: white;
  text-decoration: underline;
}
.list li a {
  color: #d2d2d2;
}
.list li a:hover {
  color: white;
  text-decoration: underline;
}
.list li a[class*="fa-"] {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.list li a[class*="fa-"]::before {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 4px;
  top: 0;
  color: white;
}

/*=================   Contact Info   =====================*/
.contact-info:before, .contact-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info:after {
  clear: both;
}
.contact-info + .contact-info {
  margin-top: 20px;
}
.contact-info dt[class*="heading-"] + * {
  margin-top: 20px;
}
.contact-info dt::after {
  content: ":";
  padding-right: 4px;
}

/*=================   Terms list   =====================*/
.terms-list dt {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #00a4ef;
}
.terms-list dt + dd {
  margin-top: 22px;
}
.terms-list dd {
  letter-spacing: 0.01em;
}
.terms-list dd + dt {
  margin-top: 28px;
}

.copyright {
  font-family: "Open Sans";
  color: #efefef;
  font-size: 13px;

}
.copyright #copyright-year, .copyright a {
  
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li:last-child {
  
}
@media (min-width: 830px) {
  .sf-menu > li:last-child {
    
  }
}
.sf-menu a {
  display: block;
}

.sform {
  text-align: right;
}

.sf-menu > li > a {
  display: block;
  color: #767676;
  padding: 15px 24px 15px;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-weight: 400;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #a2d78c;
}
.sf-menu > li.active > a {
  color: #a2d78c;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  color: #767676;
  background: #ffffff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  position: relative;
  z-index: 999999;
  padding-left: 36px;
  color: #fff;
  background: #a2d78c;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.sf-menu ul li {
  position: relative;
}
.sf-menu ul li ul {
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  position: absolute;
  left: 235px;
  top: 0px;
}
.sf-menu ul li ul li {
  min-width: 160px;
}

.sf-menu ul ul {
  background-color: #404040;
}
.sf-menu ul ul > li > a {
  color: #fff;
  background-color: #404040;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ffb900;
  background: #404040;
  box-shadow: none;
}

.sf-menu .dropdown-right:before {
  position: absolute;
  right: 16px;
  top: 17px;
  content: "\f054";
  font: 400 12px/12px "FontAwesome";
  color: #fff;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -26px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #00a4ef;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  box-shadow: 0px -15px 30px 2px #521605;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul ul {
  top: 0;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background: #1b5a7d;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2f2f2f;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

.search-form {
  display: block;
  position: relative;
  width: 300px;
  z-index: 99999;
}
.search-form_label {
  display: block;
  padding: 10px 40px 11px 10px;
  background: #FaFaFa;
  border: 1px solid rgba(224, 224, 224, 0.37);
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #333;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 22px;
}
.search-form_submit {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 25px;
  height: 22px;
  color: #f25022;
  font: 400 18px/22px 'FontAwesome', sans-serif;
}
.search-form_submit:before {
  content: "";
}
.search-form_submit:hover {
  color: #00a4ef;
}
@media (max-width: 767px) {
  .search-form {
    width: 100%;
  }
}

.search-form_toggle {
  float: right;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-top: 34px;
  color: white;
  background-color: #ffb900;
  font: 400 20px/43px "FontAwesome";
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.search-form_toggle:before {
  content: "";
}
.search-form_toggle.active, .search-form_toggle:hover {
  color: #00a4ef;
}
.search-form_toggle.active:before {
  content: "";
}

.search-form {
  float: right;
  position: absolute;
  top: 56px;
  right: 0px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .search-form {
    right: 20px;
    top: -100px;
  }
}

.search-form.on {
  top: 110px;
}

.search-form_liveout {
  text-align: left;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}
.lt-ie9 .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-form_liveout .search_list {
  padding: 10px;
  list-style-type: none;
  font-size: 14px;
  line-height: 24px;
  background: white;
  font-weight: 500;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.search-form_liveout .search_list li + li {
  margin-top: 2px;
}
.search-form_liveout .search_list a {
  padding-left: 5px;
}
.search-form_liveout .search_list p {
  margin: 0;
}
.search-form_liveout .search_link {
  font-family: "Roboto";
  display: block;
  padding: 5px 10px;
  background: white;
  color: green;
}
.search-form_liveout .search_link .search_title {
  color: #f25022;
  font: 700 13px/18px "Roboto";
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #00a4ef;
  color: white;
}
.search-form_liveout .search_link:hover .search_title {
  color: white;
}
.search-form_liveout .search_error {
  display: block;
  color: #00a4ef;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
  font-size: 14px;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #003b56;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #00a4ef;
  color: white;
}
input:focus + .search-form_liveout {
  opacity: 1;
}
.lt-ie9 input:focus + .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.search-form_liveout .tablet, .mobile .search-form_liveout {
  display: none !important;
}

.search-frame, .search-frame body {
  width: 100%;
  height: auto;
  background: transparent;
}
.search-frame, .search-frame body, .search-frame h1, .search-frame h2, .search-frame h3, .search-frame h4, .search-frame h5, .search-frame h6, .search-frame p, .search-frame em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
.search-frame img {
  max-width: 100%;
  height: auto;
}
.search-frame a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-frame a:active {
  background: transparent;
}
.search-frame a:focus {
  outline: none;
}
.search-frame h4 {
  color: #f25022;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 979px) {
  .search-frame h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.search-frame h4 a:hover {
  color: #00a4ef;
}
.search-frame .search_list {
  color: #767676;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  counter-reset: num1;
}
.search-frame .search_list p {
  font: 300 15px/22px "Roboto";
}
.search-frame .search_list .match {
  color: #00a4ef;
  font-size: 12px;
  display: block;
}
.search-frame .search_list li {
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-frame .search_list li:before {
  content: counter(num1) ".";
  counter-increment: num1;
  position: absolute;
  left: 5px;
  top: 20px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #f25022;
}
.search-frame .search_list li + li {
  border-top: 5px solid #00a4ef;
}
.search-frame .search {
  color: #00a4ef;
  font-weight: 700;
}
.search-frame .match {
  color: #f25022;
  font-size: 12px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}

body.search_body {
  background: #1b1b1d;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search_head {
  padding-bottom: 25px;
}

/*=================       Tabs     ======================*/
.resp-tabs-list:before, .resp-tabs-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list li {
  cursor: pointer;
  float: left;
  padding: 24px 0px 14px;
  width: 27.8%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #2f2f2f;
  background: #dbdbdb;
  border: 1px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-tabs-list li + li {
  border-left: 1px solid white;
}
.resp-tabs-list li.resp-tab-active {
  background: #f2f2f2;
  border: 1px solid #c6c6c6;
  border-bottom-color: transparent;
  position: relative;
}
.resp-tabs-list li.resp-tab-active:after {
  position: absolute;
  content: '';
  height: 4px;
  background: #f2f2f2;
  width: 100%;
  bottom: -3px;
  left: 0;
}
.resp-tabs-list li.resp-tab-active:hover {
  background: #f2f2f2;
}
.resp-tabs-list li:hover {
  background: #c2c2c2;
}
@media (max-width: 767px) {
  .resp-tabs-list {
    display: none;
  }
}

.resp-tabs-container div.box-sm {
  border: 1px solid #c6c6c6;
  padding: 30px 10px 40px 10px;
}
@media (min-width: 768px) {
  .resp-tabs-container div.box-sm {
    padding: 48px 20px 71px 29px;
  }
}
.resp-tabs-container div.box-sm .box_left {
  padding-top: 11px;
  padding-right: 29px;
}
@media (max-width: 767px) {
  .resp-tabs-container div.box-sm .box_left {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .resp-tabs-container div.box-sm .box_left {
    padding-right: 0;
  }
}
.resp-tabs-container div.box-sm .box_cnt {
  padding-top: 13px;
}
.resp-tabs-container div.box-sm .box_cnt .small {
  font-size: 14px;
  line-height: 22px;
}
.resp-tabs-container div.box-sm .box_cnt * + .link {
  margin-top: 24px;
}
.resp-tabs-container div.box-sm .box_cnt * + .marked-list {
  display: block;
  margin-top: 22px;
}
.resp-tabs-container div.box-sm .box_cnt * + p {
  margin-top: 17px;
}
.resp-tabs-container div.box-sm .box_cnt h5 {
  font-size: 20px;
  line-height: 21px;
}
.resp-tabs-container .btn-link {
  text-transform: uppercase;
  font-size: 16px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
  background: #f2f2f2;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    padding: 21px 0 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: white;
    background: #f25022;
    border: 1px solid #d5390d;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    background: #a42c0a;
    border: 1px solid #a42c0a;
    border-bottom-color: transparent;
    position: relative;
    color: #fff;
  }
  .resp-accordion:hover:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #a42c0a;
    width: 100%;
    bottom: -3px;
    left: 0;
  }

  .resp-tab-active {
    background: #912709;
    border: 1px solid #912709;
    border-bottom-color: transparent;
    position: relative;
    color: #fff;
  }
  .resp-tab-active:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #912709;
    width: 100%;
    bottom: -3px;
    left: 0;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 48px;
  top: 46%;
  left: 50%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.parallax * {
  color: white;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding-top: 66px;
  padding-bottom: 87px;
}
@media (min-width: 998px) {
  .parallax_cnt {
    padding-top: 136px;
    padding-bottom: 158px;
  }
}

/*========================================================
					 HEADER  Section
=========================================================*/
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header .navbar {
  background-color: #FFF;
  padding-left: 25px;
  padding-right: 29px;
  text-align: center;
}
header .navbar:before, header .navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
header .navbar:after {
  clear: both;
}
@media (min-width: 1100px) {
  header .navbar {
    text-align: left;
  }
}
header .rd-navbar-brand {
  margin-top: 6px;
  display: none;
}

header .rd-navbar-brand .nombre_empresa {
  margin-top: 14px;
  display: inline-block;
}

@media (min-width: 1100px) {
  header .rd-navbar-brand {
    float: left;
    display: block;
  }
}
header .rd-navbar-brand a:hover {
  color: inherit;
}
@media (min-width: 1100px) {
  header .rd-navbar {
    float: right;
  }
}
@media (max-width: 768px) {
  header {
    text-align: center;
  }
  header .rd-navbar, header .rd-navbar-brand {
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well-md {
  padding-top: 45px;
  padding-bottom: 45px;
}

.well-sm {
  padding-top: 44px;
  padding-bottom: 48px;
}

.well-sm-inset-1 {
  padding-bottom: 38px;
}

.well-lg {
  padding-top: 56px;
  padding-bottom: 56px;
}

.well-xl {
  padding-top: 20px;
  padding-bottom: 60px;
}

.well-xs {
  padding-top: 38px;
  padding-bottom: 36px;
}

footer .well-md {
  padding-top: 50px;
  padding-bottom: 60px;
}
footer .well-sm {
  padding-top: 40px;
  padding-bottom: 36px;
}

@media (min-width: 480px) {
  .well-md {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .well-sm {
    padding-top: 70px;
    padding-bottom: 72px;
  }

  .well-sm-inset-1 {
    padding-bottom: 66px;
  }

  .well-lg {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .well-xl {
    padding-top: 26px;
    padding-bottom: 100px;
  }

  .well-xs {
    padding-top: 50px;
    padding-bottom: 46px;
  }
}
@media (min-width: 998px) {
  .well-md {
    padding-top: 92px;
    padding-bottom: 109px;
  }

  .well-sm {
    padding-top: 104px;
    padding-bottom: 102px;
  }

  .well-sm-inset-1 {
    padding-bottom: 86px;
  }

  .well-lg {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .well-xl {
    padding-top: 39px;
    padding-bottom: 174px;
  }

  .well-xs {
    padding-top: 91px;
    padding-bottom: 84px;
  }

  footer .well-md {
    padding-top: 106px;
    padding-bottom: 130px;
  }
  footer .well-sm {
    padding-top: 70px;
    padding-bottom: 63px;
  }
}
/*========================================================
					 FOOTER  Styles
=========================================================*/
footer * {
  color: #bbbbbb;;
}
footer .bg-secondary-1 {
  background-color: #767676;
}
footer .bg-secondary-2 {
  background-color: #f9f9f9;
  border-top: 2px solid #f2f2f2;
}
footer h6 + * {
  margin-top: 12px;
}
footer .contact-info + h6 {
  margin-top: 42px;
}
footer .list + * {
  margin-top: 44px;
}
footer address {
  font-weight: 300;
  font-family: "Lato";
  font-size: 14px;
  color: #d2d2d2;
}
footer a[href*="mailto"] {
  color: inherit;
}
footer a[href*="mailto"]:hover {
  color: #f25022;
  text-decoration: none;
}
footer .contact-info a, footer .contact-info dl, footer .contact-info dt {
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.5;
  color: #d2d2d2;
}
footer .contact-info a:hover {
  color: white;
  text-decoration: underline;
}
footer .contact-info + .contact-info {
  margin-top: 0;
}
footer .contact-info dt, footer .contact-info dd {
  display: inline-block;
}


.texto-productos{
	font-size: 16px;
}

.titulo_desarrollador
{
	margin-top: 25px;
	display: block;
}

/* ESTILOS ADICIONALES */
.contenedor-contacto{
	padding-left: 25px;
	padding-right: 29px;
	border-bottom: 2px solid #ececec;
}

.contenedor-contacto .contenido{
	float: right;
	margin-left: 30px;
	padding: 10px;
}

.contenedor-contacto .contenido .icono{
	margin-right: 10px;
	font-size: 20px;
}

.contenedor-contacto .contenido .texto{
	color: #767676;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-weight: 400;
}

/* ESTILOS DE LA CAMARA */
.camera_pag{
	display: inline-block;
	position: absolute;
	top: 46%;
	left: 15px;
}

/* ESTILOS DEL SLIDER */
.caption-texto{
	padding: 30px;
	background: white;
	border: 2px solid #efefef;
	height: 350px;
}
	
	.caption-texto h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.caption-texto p{
		text-align: justify;
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 40px;
	}
		
	.caption-texto .boton{
		text-align: center;
	}
		
		.caption-texto .boton a{
			color: white;
			background: black;
			padding: 12px 15px;			
		}
		
		.caption-texto .boton a:hover{
			color: white;
			background: #00a19c;
		}

/* ESTILOS DEL INDEX */
.titulo-index{
	text-align: center;
	color: #707070;
	font-weight: 100;
	font-size: 26px;
}

.titulo-index-sub{
	text-align: center;
	color: #8f8f8f;
	font-size: 21px;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 50px;
}


.bloque-index{
	background: #eae9e9;
	padding: 30px 20px;
}

.bloque-index:hover{
	background: #00a19c;
	cursor: pointer;
}

	.bloque-index .imagen{
		text-align: center;
		position: relative;
		top: -60px;
		margin-bottom: -40px;
	}
		
		.bloque-index .imagen img{
			width: 40%;
			height: auto;
			margin: 0px;
		}
		
		
		.bloque-index .imagen .imagen-normal{
			display: inline-block;
		}
		.bloque-index .imagen .imagen-sobre{
			display: none;
		}
		
		.bloque-index:hover .imagen .imagen-normal{
			display: none;
		}
		.bloque-index:hover .imagen .imagen-sobre{
			display: inline-block;
		}
	
	.bloque-index .titulo{
		color: #666666;
		text-align: center;
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	.bloque-index .descripcion{
		text-align: center;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 30px;
	}
	
	
	.enlace-bloque{
		-moz-transition: 0s;
		-o-transition: 0s;
		-webkit-transition: 0s;
		transition: 0s;
	}
	.enlace-bloque:hover .bloque-index .descripcion{
		color: white;		
	}
	
	.bloque-index:hover .titulo,
	.bloque-index:hover .descripcion
	{
		color: white;
	}
	
	.bloque-index .boton{
		text-align: center;
	}
	
		.bloque-index .boton span{
			background: #1b5a7d;
			padding: 10px 20px;
			color: white;
			font-size: 12px;
		}
		
		.bloque-index:hover .boton span{
			background: white;
			color: #00a19c;
		}
		

/* ESTILOS CONTENIDO */
.contenido{
	padding-left: 0px;
	padding-right: 0px;
}

	.contenido .titulo{
		background: #1b5a7d;
		color: white;
		text-align: right;
		height: 50px;
		padding: 15px 30px;
		text-transform: uppercase;
	}
	
	.contenido .imagen-fondo{
		width: 100%;
	}
	
	.contenido .barra-verde{
		height: 50px;
		background: #00a19c;
	}
	
	.contenido .contenido-texto{
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 30px;
		text-align: justify;
	}
		
		.contenido .contenido-texto #page-content-scroll{
			padding-right: 40px;
		}
		
		.contenido .contenido-texto p{
			font-size: 14px;
		}
		
		.contenido .contenido-texto h5{
			margin-top: 40px;
		}
		.contenido .contenido-texto h5:first-child{
			margin-top: 0px;
		}
		
		.contenido .contenido-texto .separacion-contenido{
			height: 30px;
			width: 30px;
			background: transparent;
			content: ' ';
		}
		
		.contenido .lista-productos{
		}
		
			.contenido .lista-productos .producto{
				padding-top: 20px;
				padding-bottom: 20px;
				border-bottom: 1px solid #e7e7e7;
			}
			
			.contenido .lista-productos .producto:last-child{				
				border-bottom: none;
			}
			
			.contenido .lista-productos .producto .producto-titulo{
				color: #1b5a7d;
				font-weight: bold;
				margin-bottom: 15px;
			}
			
			.contenido .lista-productos .producto .producto-descripcion{
				color: #8f8f8f;
				font-size: 12px;
				text-align: justify;
			}
			
			.contenido .lista-productos .producto .producto-imagen{
				text-align: center;
			}