@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-stretch: condensed;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #85919d;
  height: 100%;
  position: relative;
}
body.fh5co-overflow {
  overflow-x: auto;
}

a {
  color: #0082cb;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #0082cb;
  outline: none;
  text-decoration: none;
}

p, figure {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #484c50;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.btn {
  font-family: "Arial Narrow", Arial, sans-serif;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn.btn-sm {
    font-size:12px;
    padding: 2px 6px;
    margin-top:-6px;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #0082cb;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #a1a0a2 !important;
  border-color: #a1a0a2 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #0082cb;
  border: 2px solid #0082cb;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #0082cb;
  color: #fff;
}

.btn-success {
  background: #00ae8d;
  color: #fff;
  border: 2px solid #00ae8d;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #00ae8d;
  border: 2px solid #00ae8d;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #00ae8d;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-controlxxx {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-controlxxx:active, .form-controlxxx:focus {
  outline: none;
  box-shadow: none;
  border-color: #0082cb;
}

body {
  background-color: #efefef;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body {
    background-color: #efefef;
  }
}

.boxed #fh5co-header,
.boxed #fh5co-idiomas {
    background-color:#efefef;
    box-shadow:none;
    overflow:hidden;
}
.boxed #fh5co-header .container {
    padding-top:15px;
}

.boxed #fh5co-page {
  max-width: 1340px;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .boxed #fh5co-page {
    max-width: 960px;
    max-width: 1060px;
  }
}
.boxed #fh5co-page .container {
  max-width: 960px;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .boxed #fh5co-page .container {
    max-width: 780px;
    max-width: 960px;
  }
}

#fh5co-idiomas {
  width: 100%;
  padding-top: 15px;
  z-index: 12;
}

#fh5co-idiomas a img {
    margin-left:5px;
}
#fh5co-idiomas a.active img {
    position:relative;
    top:16px;
}

#fh5co-top {
  width: 100%;
  padding-top: 15px;
  z-index: 12;
  box-shadow:0px 0px 8px 0px rgba(0,0,0,0.16);
  -webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.16);
  -moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.16);
}

#fh5co-top #fh5co-logo {
    display:block;
    width:100%;
  margin:0;
}
#fh5co-top #fh5co-logo a {
  font-size: 30px;
  font-weight: 500;
}
#fh5co-top #fh5co-logo a span {
  color: #8dc63f;
}
#fh5co-top #fh5co-sublogo {
  display: block;
  width: 100%;
  z-index: 1;
  margin:0;
}

#fh5co-top #Encabezado {
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px; 
    position:relative;
/*
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.36); 
    background-color: rgb(255, 255, 255);
*/
}
#fh5co-top #Encabezado img {
    display:inline-block;
}
#fh5co-top #email-telefono {
    text-align:right;
}
#fh5co-top #fh5co-logos {
    position:absolute;
    bottom:20px;
    display:inline-block;
    margin-left:20px;
}
#fh5co-top #email-telefono div {
    text-align:right;
    color: #00ae8d;
}

#fh5co-top #email-telefono #lnkFacebook,
#fh5co-top #email-telefono #lnkTwitter {
    position: absolute;
    right: -43px;
}
#fh5co-top #email-telefono #lnkFacebook:hover,
#fh5co-top #email-telefono #lnkTwitter:hover {
    opacity: 0.3;
    filter: alpha(opacity=30); 
}
    @media only screen and (max-width: 1024px) {
        #fh5co-top #email-telefono #lnkFacebook,
        #fh5co-top #email-telefono #lnkTwitter  {
            right:-33px;
        }
    }

#fh5co-top #email-telefono #lnkTwitter {
    margin-top: 5px;
    padding-top: 5px;
}

#fh5co-header {
  width: 100%;
  padding-top: 5px;
  z-index: 12;
  box-shadow:0px 0px 8px 0px rgba(0,0,0,0.16);
  -webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.16);
  -moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.16);
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    padding-top: 30px;
  }
}
#fh5co-header #fh5co-logo {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
  z-index: 1;
}
#fh5co-header #fh5co-logo a {
  font-size: 30px;
  font-weight: 500;
  color: white;
}
#fh5co-header #fh5co-logo a span {
  color: #0082cb;
}
#fh5co-header nav {
  position: relative;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
    #fh5co-top,
  #fh5co-header nav ul {
    display: none;
  }
}
#fh5co-header nav ul li {
  display: inline-block;
  background:#0082cb;
  width:100px;
  text-align:center;
}
@media only screen and (max-width: 1200px) {
    #fh5co-header nav ul li {
        width: 80px;
    }
}
@media only screen and (max-width: 1000px) {
    #fh5co-header nav ul li {
        width: 60px;
    }
}
#fh5co-header nav ul li.home {
  width:auto;
  padding: 0 10px;
}
#fh5co-header nav ul li.colabora {
  background:#00ae8d;
}

#fh5co-header nav ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    #fh5co-header nav ul li a {
        font-size: 11px;
    }
}
@media only screen and (max-width: 1000px) {
    #fh5co-header nav ul li a {
        font-size: 9px;
    }
}
#fh5co-header nav ul li a:hover {
  color: white;
}
#fh5co-header nav ul li.active {
    position:relative;
    top:10px;
}
#fh5co-header nav ul li.fh5co-cta-btn a {
  position: relative;
  border-bottom: none;
  padding: 7px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header nav ul li.fh5co-cta-btn a:hover {
  border: 2px solid white;
}
#fh5co-header nav ul li.active a {
  color: white;
}
#fh5co-header nav ul.left-menu li {
  margin-right: 2px;
}
#fh5co-header nav ul.right-menu li {
  margin-left: 5px;
}

#fh5co-header nav #liAgasfra { position:relative; }
#fh5co-header nav ul li ul { position:absolute; }
#fh5co-header nav ul li ul li {display:block;width:auto;margin-right:0!important;}

#fh5co-hero {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #fh5co-hero {
    height: 450px;
  }
}
#fh5co-hero .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d36;
  opacity: .54;
  z-index: 9;
}
#fh5co-hero .fh5co-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fh5co-hero .fh5co-intro {
    height: 450px;
  }
}
#fh5co-hero .fh5co-intro > div {
  vertical-align: middle;
  display: table-cell;
}
#fh5co-hero .fh5co-intro > div .fh5co-left-position {
  width: 65%;
  float: left;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div .fh5co-left-position {
    width: 100%;
  }
}
#fh5co-hero .fh5co-intro > div .fh5co-center-position {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div .fh5co-center-position {
    width: 100%;
    text-align: center;
  }
}
#fh5co-hero .fh5co-intro > div .fh5co-right-position {
  width: 65%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div .fh5co-right-position {
    width: 100%;
    text-align: left;
  }
}
#fh5co-hero .fh5co-intro > div h2 {
  font-size: 70px;
  line-height: 87px;
  font-weight: 100;
  color: white;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div h2 {
    font-size: 40px;
    line-height: 57px;
    text-align: center;
  }
}
#fh5co-hero .fh5co-intro > div h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}
#fh5co-hero .fh5co-intro > div .btn-outline, #fh5co-hero .fh5co-intro > div .btn-primary {
  padding: 20px 30px !important;
  min-width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #fh5co-hero .fh5co-intro > div .btn-outline, #fh5co-hero .fh5co-intro > div .btn-primary {
    padding: 10px 30px !important;
    width: 100%;
  }
}
#fh5co-hero .fh5co-intro > div .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
#fh5co-hero .fh5co-intro > div .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
#fh5co-hero .fh5co-learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
#fh5co-hero .fh5co-learn-more a {
  display: block;
}
#fh5co-hero .fh5co-learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
#fh5co-hero .fh5co-learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #0082cb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-hero .fh5co-learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}

.no-js-fullheight {
  height: 620px;
}
@media screen and (max-width: 768px) {
  .no-js-fullheight {
    height: inherit;
    padding: 3em 0;
  }
}

.fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-lead {
    font-size: 35px;
  }
}

.fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

#fh5co-features,
#fh5co-features-2,
#fh5co-features-3,
#fh5co-features-4,
#fh5co-projects,
#fh5co-carrousel,
#fh5co-boletin,
#fh5co-about,
#fh5co-subscribe,
#fh5co-info,
#fh5co-pricing,
#fh5co-faqs {
  background-color: #fff;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-features,
  #fh5co-features-2,
  #fh5co-features-3,
  #fh5co-features-4,
  #fh5co-projects,
  #fh5co-carrousel,
  #fh5co-about,
  #fh5co-subscribe,
  #fh5co-info,
  #fh5co-pricing,
  #fh5co-faqs {
    padding: 0.2em 0;
  }
}

#fh5co-projects {
  background: #f9f9f9;
}
#fh5co-projects .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-projects .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-projects .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-projects .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item .fh5co-text {
  padding: 30px 10px 10px 20px;
  text-align: center;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2, #fh5co-projects .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #484c50;
}
#fh5co-projects .fh5co-project-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-projects .fh5co-project-item .fh5co-text p {
  color: #85919d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-projects .fh5co-project-item:hover, #fh5co-projects .fh5co-project-item:focus {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#fh5co-projects .fh5co-project-item:hover img, #fh5co-projects .fh5co-project-item:focus img {
  opacity: .7;
}
#fh5co-projects .fh5co-project-item:hover h2, #fh5co-projects .fh5co-project-item:hover span, #fh5co-projects .fh5co-project-item:focus h2, #fh5co-projects .fh5co-project-item:focus span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item:hover p, #fh5co-projects .fh5co-project-item:focus p {
  color: #484c50;
}

#fh5co-features .fh5co-devices {
  margin-bottom: 40px;
}
#fh5co-features .fh5co-devices img {
  margin: 0 auto;
}
#fh5co-features .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-features .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-features .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-features .fh5co-feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-features .fh5co-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#fh5co-features .fh5co-feature .fh5co-icon {
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #f0f5fd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-features .fh5co-feature .fh5co-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #0082cb;
}
#fh5co-features .fh5co-feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#fh5co-features-2, #fh5co-features-3, #fh5co-features-4 {
  background: #f9f9f9;
  overflow: hidden;
}
#fh5co-features-2 .fh5co-label, #fh5co-features-3 .fh5co-label, #fh5co-features-4 .fh5co-label {
  display: block;
}
#fh5co-features-2 .fh5co-lead, #fh5co-features-3 .fh5co-lead, #fh5co-features-4 .fh5co-lead,
#fh5co-features-2 .fh5co-lead2, #fh5co-features-3 .fh5co-lead2, #fh5co-features-4 .fh5co-lead2 {
  font-size: 12px;
  font-weight: bold;
  background-color: #a1a0a2;
  color: #fff;
  margin-bottom: 10px;
  padding: 8px 10px;
}
#fh5co-features-2 .fh5co-lead2 {
    clear:both;
    padding-right: 0;
}
#fh5co-features-2 .fh5co-lead-0 {
    margin-top:0;
}
#fh5co-features-3 .fh5co-lead-naranja {
    background-color:#ff8237;
    color:#fff;
}


@media screen and (max-width: 768px) {
  #fh5co-features-2 .fh5co-lead, #fh5co-features-3 .fh5co-lead, #fh5co-features-4 .fh5co-lead,
  #fh5co-features-2 .fh5co-lead2, #fh5co-features-3 .fh5co-lead2, #fh5co-features-4 .fh5co-lead2 {
    font-size: 10px;
  }
}
#fh5co-features-2 .fh5co-feature, #fh5co-features-3 .fh5co-feature, #fh5co-features-4 .fh5co-feature {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon, #fh5co-features-3 .fh5co-feature .fh5co-icon, #fh5co-features-4 .fh5co-feature .fh5co-icon {
  float: right;
  width: 10%;
  text-align:center;
  font-size:14px;
}
#fh5co-features-2 .fh5co-lead2 .fh5co-icon {
    float:right;
    width:10%;
    text-align:center;
    margin-top:-8px;
    font-size: 14px;
}
#fh5co-features-2 .fh5co-lead2 #imgMasNoticias {
    background:url('../images/icono_siguiente33x33BLANCO.png') no-repeat;
    background-size: 33px 33px;
}

#fh5co-features-2 .fh5co-feature .fh5co-icon i, #fh5co-features-3 .fh5co-feature .fh5co-icon i, #fh5co-features-4 .fh5co-feature .fh5co-icon i {
  color: #0082cb;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon i.fa-inverse,
#fh5co-features-2 .fh5co-feature .fh5co-icon:hover i.fa-inverse,
#fh5co-features-3 .fh5co-feature .fh5co-icon i.fa-inverse,
#fh5co-features-3 .fh5co-feature .fh5co-icon:hover i.fa-inverse {
    color:#fff;
}
#fh5co-features-2 .fh5co-feature a.fh5co-icon:hover i,
#fh5co-features-3 .fh5co-feature a.fh5co-icon:hover i {
    color:#a1a0a2;
}
#fh5co-features-2 .fh5co-lead2 a.fh5co-icon i {
    color:#fff;
}
#fh5co-features-2 .fh5co-lead2 a.fh5co-icon i.fa-inverse {
    color:#a1a0a2;
}
#fh5co-features-2 .fh5co-lead2 a.fh5co-icon:hover i {
    color:#0082cb;
}
#fh5co-features-2 .fh5co-lead2 a.fh5co-icon:hover i.fa-inverse {
    color:#fff;
}

#fh5co-features-2 .fh5co-feature .fh5co-text, #fh5co-features-3 .fh5co-feature .fh5co-text, #fh5co-features-4 .fh5co-feature .fh5co-text {
  float: left;
  width: 90%;
  padding-left:5px;
  padding-right:0;
}
#fh5co-features-2 .fh5co-feature h3, #fh5co-features-3 .fh5co-feature h3, #fh5co-features-4 .fh5co-feature h3 {
  font-size: 20px;
  color: #484c50;
  margin-bottom: 5px;
  font-weight: 300;
}
#fh5co-features-2 p {
    font-size:14px;
    margin:0;
    line-height:18px;
    margin-bottom:10px;
}
#fh5co-features-2 #nuestros-centros p {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

#fh5co-features-2 #nuestros-servicios p {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

#fh5co-features-2 #centros,
#fh5co-features-2 #servicios {
    list-style:none;
    font-size:14px;
    line-height:16px;
    margin-left:0;    
    padding-left:0;
}
#fh5co-features-2 #talleres {
    padding-left:15px;
}

#fh5co-features-2 #centros li a.active,
#fh5co-features-2 #servicios li a.active {
    opacity: 0.5;
}
#fh5co-features-2 #galeria div {
    margin-bottom:10px;
}

#fh5co-features-2 #documentos h2 {
    font-size:18px;
    margin-top:10px;
    margin-bottom: 10px;
}
#fh5co-features-2 #documentos ul {
    padding-left:0;
    margin-left:0;
    list-style: none;
    margin-bottom:20px;
}

#fh5co-features-2 #enlaces span {
    font-weight:bold;
}
#fh5co-features-2 #enlaces div {
    margin-bottom:10px;
}

#fh5co-contenido #fh5co-boletin p {
    font-size:14px;
    margin:0;
    line-height:18px;
    margin-bottom: 10px;
}

#fh5co-features-2 .noticia h1 {
    margin: 10px 0 10px 0;
}
#fh5co-features-2 .noticia .fecha,
#fh5co-features-3 .noticia .fecha {
    color:#0082cb;
    margin-bottom:10px;
}
#fh5co-features-2 .noticia p.resumen,
#fh5co-features-3 .noticia p.resumen {
    margin-bottom:0!important;
}

#fh5co-features-2 .noticia .comentarios {
    padding: 5px 15px;
    background-color: #9a9a9a;
    color: #fff;
    margin-top:20px;
    margin-bottom: 20px;
    font-size:12px;
}


#fh5co-features-2 .fh5co-btn-action, #fh5co-features-3 .fh5co-btn-action, #fh5co-features-4 .fh5co-btn-action {
  width: 100%;
  float: left;
}
#fh5co-features-2 .fh5co-btn-action > a, #fh5co-features-3 .fh5co-btn-action > a, #fh5co-features-4 .fh5co-btn-action > a {
  margin-left: 15%;
}
@media screen and (max-width: 480px) {
  #fh5co-features-2 .fh5co-btn-action > a, #fh5co-features-3 .fh5co-btn-action > a, #fh5co-features-4 .fh5co-btn-action > a {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-features-2 .fh5co-feature-image img, #fh5co-features-3 .fh5co-feature-image img, #fh5co-features-4 .fh5co-feature-image img {
    max-width: 100%;
  }
}

#fh5co-features-2 li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

#fh5co-features-2 .centros h2,
#fh5co-features-2 .servicios h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}


#fh5co-features-2 .fh5co-centro {
    padding-bottom:5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #a1a0a2;
}
#fh5co-features-2 .fh5co-centro .nombre {
    font-size:14px;
    line-height:16px;
    font-weight:bold;
    margin-bottom:10px;
}
#fh5co-features-2 .fh5co-centro .nombre a:hover {
    color:#a1a0a2;
}

#fh5co-features-2 .fh5co-centro .fh5co-icon {
    position:absolute;top:0;right:15px;
}

#fh5co-features-2 .fh5co-centro ul.fh5co-links {
    padding:0;
    list-style:none;
    margin-top:5px;
}
#fh5co-features-2 .fh5co-centro .mapa {
    height:150px;
    width:100%;
    margin-bottom:10px;
}

#fh5co-features-2 #fh5co-centro-galeria .imagen,
#fh5co-features-2 #fh5co-servicios-galeria .imagen {
    margin-bottom:15px;
}
#fh5co-features-2 #fh5co-centro-galeria,
#fh5co-features-2 #fh5co-servicios-galeria {
    margin-bottom:15px;
}

#fh5co-features2 #fh5co-admin-login {
    padding:50px;
}

#fh5co-features2 #fh5co-admin-documentos,
#fh5co-features2 #fh5co-admin-noticias {
    padding: 20px 10px;
}

#fh5co-features-3 {
  background: #fff;
}

#fh5co-features-3 ul.historico {
    list-style:none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#fh5co-features-3 ul.historico li {
    padding: 10px 0;
    border-bottom: solid 1px #a1a0a2;
}
#fh5co-features-3 ul.historico li {
    padding: 10px 0;
    border-bottom: solid 1px #a1a0a2;
}

#fh5co-carrousel.boredr-top {
  border-top: 1px solid #f0f2f3;
}
#fh5co-carrousel ul li .row divsss {
    background-color:#a1a0a2;color:#fff;
}

#fh5co-carrousel > .container {
    margin-top:10px!important;
}

#fh5co-carrousel .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-carrousel .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-carrousel .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom:30px;
}
#fh5co-carrousel .slides {
  z-index: 99;
  overflow:hidden;
}
#fh5co-carrousel .slides li blockquote {
  float:left;
  border-left: none;
  padding-left: 15px;
  padding-top:15px;
  padding-right:15px;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: -999px;
  padding-bottom: 999px;
  width:33.33%;
  background-color:#a1a0a2;
  color:white;
  display:inline-block;
}

#fh5co-carrousel .slides li blockquote.azul {
    background-color:#0082cb;
}
#fh5co-carrousel .slides li blockquote.verde {
    background-color:#00ae8d;
}
#fh5co-carrousel .slides li blockquote.naranja {
    background-color:#ff8237;
}

#fh5co-carrousel .slides li blockquote.contacto {
    font-size:24px;
    text-align:center;
    padding-top: 40px;
    font-weight:bold;
}
@media only screen and (max-width: 1024px) {
    #fh5co-carrousel .slides li blockquote.contacto {
        font-size: 20px;
    }
}
@media only screen and (max-width: 800px) {
    #fh5co-carrousel .slides li blockquote.contacto {
        font-size: 16px;
    }
}

#fh5co-carrousel .slides li img {
  width: 66.66%;
  float:left;
  display:inline-block;
}

#fh5co-carrousel .slides li > div {
  width: 66.66%;
  float:left;
  display:inline-block;
  padding:20px;
  font-size: 14px;
}
#fh5co-carrousel .slides li > div p {
    margin: 0 0 0 0;
}


#fh5co-carrousel .slides li p cite {
  font-size: 20px;
}
#fh5co-carrousel .flexslider-controls {
  margin-left: -15px;
  z-index: 100;
  position: relative;
}
#fh5co-carrousel .flexslider-controls .flex-control-nav {
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px){
    #fh5co-carrousel .slides li blockquote {
        font-size:20pt;
        line-height: 30pt;
    }
}
@media screen and (max-width: 992px){
    #fh5co-carrousel .slides li blockquote {
        font-size:18pt;
        line-height: 25pt;
    }
}
@media screen and (max-width: 768px) {
  #fh5co-carrousel .flexslider-controls .flex-control-nav {
    padding-bottom: 30px;
  }
    #fh5co-carrousel .slides li blockquote {
        font-size:16pt;
        line-height: 26pt;
    }
}
@media screen and (max-width: 480px){
  #fh5co-carrousel .flexslider-controls .flex-control-nav {
    padding-bottom: 10px;
  }
    #fh5co-carrousel .slides li blockquote {
        font-size:12pt;
        line-height: 18pt;
        padding:5px;
    }
}

#fh5co-carrousel .flexslider-controls .flex-control-nav li {
  cursor: pointer;
}
#fh5co-carrousel .flexslider-controls .flex-control-nav li img {
  cursor: pointer;
  width: 50px;
  opacity: .3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-carrousel .flexslider-controls .flex-control-nav li.flex-active img {
  opacity: 1;
}
#fh5co-carrousel .flexslider-controls .flex-control-nav li:hover img {
  opacity: 1;
}

#fh5co-about .fh5co-social a {
  font-size: 35px !important;
  color: #b3b3b3 !important;
}
#fh5co-about .fh5co-social a:hover {
  color: #333333 !important;
}
#fh5co-about .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-about .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-about .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#fh5co-subscribe {
  background: #f9f9f9;
  padding: 3em 0;
}
#fh5co-subscribe h3 {
  float: left;
  width: 30%;
  top: 10px;
  font-size: 26px;
  margin-bottom: 0;
  position: relative;
}
#fh5co-subscribe h3 label {
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  #fh5co-subscribe h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#fh5co-subscribe form {
  width: 60%;
  float: right;
  position: relative;
}
@media screen and (max-width: 992px) {
  #fh5co-subscribe form {
    width: 100%;
  }
}
#fh5co-subscribe form .fh5co-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  #fh5co-subscribe form .fh5co-icon {
    position: absolute;
    top: 26px;
  }
}
#fh5co-subscribe form input[type="email"] {
  width: 100%;
  background: #ededed;
  border: none;
  padding-left: 50px;
  padding-right: 170px;
}
@media screen and (max-width: 480px) {
  #fh5co-subscribe form input[type="email"] {
    margin-bottom: 10px;
    padding-right: 50px;
  }
}
#fh5co-subscribe form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -4px;
  height: 54px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 300;
  width: 160px;
}
@media screen and (max-width: 480px) {
  #fh5co-subscribe form input[type="submit"] {
    position: relative;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

#fh5co-info {
  background: #0082cb;
}
#fh5co-info .fh5co-label {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-info .fh5co-lead {
  color: white;
}
#fh5co-info p {
  color: white;
}

#fh5co-pricing {
  background: #f9f9f9;
}
#fh5co-pricing .price-box {
  background: #fff;
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #0082cb;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #0082cb;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #0082cb;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .pricing-plan {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#fh5co-faqs .fh5co-faq-list {
  margin: 0;
  padding: 0;
}
#fh5co-faqs .fh5co-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 24px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #fh5co-faqs .fh5co-faq-list li {
    margin: 0 0 20px 0;
  }
}
#fh5co-faqs .fh5co-faq-list li h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #fh5co-faqs .fh5co-faq-list li h2 {
    font-size: 26px;
  }
}

#fh5co-footer {
    background-color:#efefef;
    box-shadow:none;
}
#fh5co-footer .container {
    padding-top:0;
    padding-bottom: 10px;
}

#fh5co-footer .group {
  overflow:hidden;
  padding-bottom:10px;
}

#fh5co-footer2 {
    background-color:#fff;
}
#fh5co-footer,
#fh5co-footer2 {
  padding-bottom: 0;
}
#fh5co-footer a {
  color: #fff;
}
#fh5co-footer a:hover {
  text-decoration: underline;
}
#fh5co-footer2 a {
  color: #0082cb;
}
#fh5co-footer a:hover {
  text-decoration: underline;
}

#fh5co-footer .fh5co-footer-col {
    width:20%;
    float:left;
    position:relative;
    min-height:1px;
    padding-left:5px;
    padding-right:5px;
}

@media screen and (max-width: 992px) {
  #fh5co-footer .fh5co-footer-widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
#fh5co-footer .fh5co-footer-number {
    background-position: right 10px bottom 10px;
    background-repeat:no-repeat;
    background-size:auto;
}
#fh5co-footer .fh5co-footer-number.uno {
    background-image: url('../images/numeros/uno.png');
}
#fh5co-footer .fh5co-footer-number.dos {
    background-image: url('../images/numeros/dos.png');
}
#fh5co-footer .fh5co-footer-number.tres {
    background-image: url('../images/numeros/tres.png');
}
#fh5co-footer .fh5co-footer-number.cuatro {
    background-image: url('../images/numeros/cuatro.png');
}
#fh5co-footer .fh5co-footer-number.cinco {
    background-image: url('../images/numeros/cinco.png');
}
#fh5co-footer .fh5co-footer-widget h3 {
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  margin: 0 0 10px 0;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links {
  padding: 0;
  margin: 0;
  font-size:12px;
}
@media only screen and (max-width: 1024px) {
    #fh5co-footer .fh5co-footer-widget .fh5co-links {
      font-size:10px;
    }
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 2px;
  line-height: 24px;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li a {
  color: #fff;
  font-weight:bold;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li span {
    font-size: 80%;
}
#fh5co-footer .fa-inverse {
    color:#000;
}
#fh5co-footer .fh5co-footer-widget {
    padding:5px;
    color:#fff;
    font-size: 14px;
}
#fh5co-footer .widget-blue {
    background-color:#0082cb;
}
#fh5co-footer .widget-blue .fa-inverse {
    color:#0082cb;
    font-size:140%;
}
#fh5co-footer .widget-green {
    background-color:#00ae8d;
}
#fh5co-footer .widget-green .fa-inverse {
    color:#00ae8d;
    font-size:140%;
}
#fh5co-footer .widget-orange {
    background-color:#ff8237;
}
#fh5co-footer .widget-orange .fa-inverse {
    color:#ff8237;
    font-size:140%;
}
#fh5co-footer .fh5co-footer-widget .fa-envelope {
    font-size:120%
}

#fh5co-footer2 .bottom-text {
    font-size:12px;
}

#fh5co-footer .fh5co-copyright {
  border-top: 1px solid #f0f2f3;
  padding: 40px 0;
}
#fh5co-footer .fh5co-copyright a {
  font-weight: 700;
}
#fh5co-footer .fh5co-copyright p {
  margin-bottom: 0;
}
#fh5co-footer .fh5co-copyright p small {
  font-size: 15px;
}
#fh5co-footer .fh5co-copyright .fh5co-left {
  float: left;
}
#fh5co-footer .fh5co-copyright .fh5co-right {
  float: right;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-copyright .fh5co-right {
    float: left;
  }
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  display: inline;
}
.fh5co-social li a {
  padding: 4px 7px;
  font-size: 22px;
}
.fh5co-social li a:hover {
  text-decoration: none !important;
  color: #0082cb !important;
}

.fh5co-person {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .fh5co-person {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
.fh5co-person figure {
  margin: 0 auto 30px auto;
}
.fh5co-person figure img {
  margin: 0 auto;
  display: block;
}
.fh5co-person .fh5co-name {
  margin-bottom: 0;
  color: #484c50;
}
.fh5co-person .fh5co-designation {
  color: #85919d;
}
.fh5co-person .fh5co-bio {
  text-align: left;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
    position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: #a1a0a2;
  padding: 45px 30px 30px 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-offcanvas ul li.active a {
  color: #0082cb;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9000;
  display: block;
  margin: 0 auto;
  background-color:#a1a0a2;
  height:40px;
  width:100%;
  text-align:right;
  display: none;
  cursor: pointer;
  padding-right:25px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.row-bottom-padded-xs {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-xs {
    padding-bottom: 0.5em;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=blue.css.map */

.modal-backdrop{z-index: 9050;}
.modal{z-index: 9060;}

.TablaGridCabecera {
    background-color:#0082cb;
    color:#fff;
}

.alert-small {
    padding: 5px 10px;
}
.alert-boletin{
    margin-top:5px;
    margin-bottom:5px;
}

/*
    Personalizacion
*/  
.ML20   {margin-left: 20px;}
.MB20   {margin-bottom: 20px;}
.BB0    {border-bottom: none !important; }

.azul       {color:#0082cb;}
.verde      {color:#00ae8d;}
.naranja    {color:#ff8237;}

.tabla td {padding: 4px; font-size: 14px; line-height: 16px; border: solid 1px #ccc;}

#fh5co-features-2, #fh5co-features-3, #fh5co-features-4 {
    background: #fff;
    overflow: hidden;
}

#fh5co-features-2 .noticia .comentarios {
    padding: 0px 15px;
}

#fh5co-features-3 .fh5co-lead2 {
    clear: both;
    padding-right: 0;
}

#fh5co-features-3 .fh5co-lead2 .fh5co-icon {
    float: right;
    width: 10%;
    text-align: center;
    margin-top: -8px;
    font-size: 14px;
}

#fh5co-features-3 .fh5co-lead2 a.fh5co-icon i {
    color: #fff;
}

#fh5co-features-3 .fh5co-lead2 a.fh5co-icon i.fa-inverse {
    color: #a1a0a2;
}

#fh5co-features-3 .fh5co-lead2 a.fh5co-icon:hover i {
    color:#0082cb;
}

#fh5co-features-3 .fh5co-lead2 a.fh5co-icon:hover i.fa-inverse {
    color:#fff;
}

@media screen and (max-width: 768px) {
    #footer-fademga,
    #footer-plenainclusion,
    #footer-calidadplena {text-align: left;}

    #footer-fademga img,
    #footer-plenainclusion img,
    #footer-calidadplena img {margin-left: 0px;}

}