@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#banner-contacto {
  background: url(../images/header-contacto.jpg) no-repeat center 0;
}
#contacto-intro {
  text-align: center;
  padding: 50px 0;
}
@media all and (max-width: 766px) {
  #contacto-intro {
    padding: 20px 0;
  }
}
#contacto-intro p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: none;
  color: #484848;
  line-height: 1.23;
}
@media all and (min-width: 767px) {
  #contacto-intro p {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: none;
  }
}
#contacto-intro p + p {
  padding-top: 15px;
}
#contacto-tel {
  width: 100%;
  padding: 50px 0;
  color: #ffffff;
  text-align: center;
  background-color: #6cb2bd;
}
@media all and (max-width: 766px) {
  #contacto-tel {
    padding: 20px 0;
  }
}
#contacto-tel p {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.23;
  padding: 0 30px;
}
#contacto-tel .light {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: none;
}
#contacto-tel span {
  display: inline-block;
}
#contacto-formulario {
  padding: 65px 0;
  background-color: #f4f4f4;
}
@media all and (max-width: 766px) {
  #contacto-formulario .form-group > div + div {
    padding-top: 10px;
  }
}
@media all and (min-width: 767px) {
  #contacto-formulario .form-group > div + div {
    padding-top: 10px;
  }
}
@media all and (min-width: 992px) {
  #contacto-formulario .form-group > div + div {
    padding-top: 0;
  }
}
#contacto-formulario .form-group + .form-group {
  padding-top: 10px;
}
#contacto-formulario .form-control {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#contacto-formulario .form-control + .form-control {
  padding-top: 10px;
}
#contacto-formulario #comentarios {
  height: 150px;
  padding-top: 20px;
}
#contacto-formulario .button {
  border: none;
  color: #ffffff;
  background: #34dca2;
  padding: 1em 0.7em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-decoration: none;
}
@media all and (min-width: 767px) {
  #contacto-formulario .button {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
  }
  #contacto-formulario .button:hover {
    -webkit-box-shadow: 0 7px 14px #8e8c8c;
    -moz-box-shadow: 0 7px 14px #8e8c8c;
    box-shadow: 0 7px 14px #8e8c8c;
    background-color: #23946d;
  }
}
#enviar.loading {
  text-indent: -999em;
  background: url('../images/loading.gif') #23946d center no-repeat;
  background-size: cover;
  transition: none;
}
#enviar.loading:hover {
  text-indent: -999em;
  box-shadow: none;
  background: url('../images/loading.gif') #23946d center no-repeat;
  background-size: cover;
  transition: none;
}
.msg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
#legal,
#legal-text {
  display: inline-block;
  padding-top: 20px;
}
#enviado,
#error {
  position: relative;
  display: none;
}
#enviado p,
#error p {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 23px;
}
#error {
  color: red;
}
#map {
  width: 100%;
  height: 420px;
}
#map h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: none;
}
#captcha-container {
  height: 150px;
}
#captcha-container .g-recaptcha {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#privacidad {
  margin-top: 0;
  padding-top: 0;
}
#privacidad h1 {
  margin-bottom: 40px;
}
#privacidad h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}
#privacidad p {
  line-height: 1.5;
  margin-bottom: 20px;
}
#privacidad dt + dd {
  margin-top: 5px;
}
#privacidad dd + dt {
  margin-top: 20px;
}
#privacidad table {
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
#privacidad table td {
  padding: 10px 20px;
}
#privacidad table td + td {
  border-left: 1px solid #000000;
}
html {
  font-size: 16px;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #484848;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.15;
  padding-top: 93px;
  padding-top: 60px;
  counter-reset: section;
}
@media all and (min-width: 767px) {
  body {
    padding-top: 93px;
  }
}
body > div {
  font-size: 16px;
  font-size: 1rem;
  font-weight: initial;
  text-transform: none;
  margin: 0;
}
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  color: #5b7798;
}
@media all and (min-width: 767px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
  }
}
h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #5b7798;
  line-height: 1.2;
  text-transform: uppercase;
}
@media all and (min-width: 767px) {
  #block-hacemos {
    margin-top: 50px;
  }
}
@media all and (min-width: 992px) {
  #block-hacemos {
    margin-top: 0px;
  }
}
#block-hacemos h3 {
  text-align: left;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
#block-hacemos h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #000000;
}
#block-hacemos h3:before {
  left: 0;
}
#block-hacemos .button {
  color: #ffffff;
  background: #5b7798;
  padding: 0.8em 2em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-decoration: none;
}
@media all and (min-width: 767px) {
  #block-hacemos .button {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
  }
  #block-hacemos .button:hover {
    -webkit-box-shadow: 0 7px 14px #8e8c8c;
    -moz-box-shadow: 0 7px 14px #8e8c8c;
    box-shadow: 0 7px 14px #8e8c8c;
    background-color: #4c617b;
  }
}
#block-hacemos .col-sm-6 {
  padding: 15px 20px;
}
@media all and (min-width: 992px) {
  #block-hacemos .col-sm-6 {
    padding: 115px 80px;
  }
}
#block-hacemos .background {
  background: url(../images/block-hacemos.jpg) no-repeat center center;
  right: 0;
  background-size: cover!important;
  text-indent: -9999em;
  padding: 75px 60px 30px;
}
@media all and (min-width: 767px) {
  #block-hacemos .background {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
#block-hacemos.row {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
#block-hacemos .container {
  padding-right: 0;
  padding-left: 0;
}
#hacemos #como-funciona,
#como-funciona.promo {
  margin: 20px 0;
}
@media all and (min-width: 767px) {
  #hacemos #como-funciona,
  #como-funciona.promo {
    margin: 50px 0;
  }
}
@media all and (min-width: 992px) {
  #hacemos #como-funciona,
  #como-funciona.promo {
    text-align: left;
  }
}
#hacemos #como-funciona .container,
#como-funciona.promo .container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 5px #dddddd;
  -moz-box-shadow: 0 1px 5px #dddddd;
  box-shadow: 0 1px 5px #dddddd;
  padding: 20px 0;
}
#hacemos #como-funciona .info,
#como-funciona.promo .info {
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (min-width: 992px) {
  #hacemos #como-funciona .info,
  #como-funciona.promo .info {
    padding-right: 115px;
    padding-left: 65px;
  }
}
#hacemos #como-funciona .bloc,
#como-funciona.promo .bloc {
  display: table;
  min-height: auto;
  margin: 0 auto;
}
@media all and (min-width: 767px) {
  #hacemos #como-funciona .bloc,
  #como-funciona.promo .bloc {
    min-height: 149px;
  }
}
@media all and (min-width: 992px) {
  #hacemos #como-funciona .bloc,
  #como-funciona.promo .bloc {
    min-height: 189px;
  }
}
#hacemos #como-funciona .content,
#como-funciona.promo .content {
  display: table-cell;
  vertical-align: middle;
}
#hacemos #como-funciona h3,
#como-funciona.promo h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: initial;
  text-transform: none;
  color: #484848;
  line-height: 1;
  padding-bottom: 0;
}
#hacemos #como-funciona p,
#como-funciona.promo p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: initial;
  text-transform: none;
  color: #484848;
  line-height: 1.3;
  padding-top: 5px;
}
#hacemos #como-funciona .button,
#como-funciona.promo .button {
  color: #ffffff;
  background: #34dca2;
  padding: 1em 2em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-decoration: none;
}
@media all and (min-width: 767px) {
  #hacemos #como-funciona .button,
  #como-funciona.promo .button {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
  }
  #hacemos #como-funciona .button:hover,
  #como-funciona.promo .button:hover {
    -webkit-box-shadow: 0 7px 14px #8e8c8c;
    -moz-box-shadow: 0 7px 14px #8e8c8c;
    box-shadow: 0 7px 14px #8e8c8c;
    background-color: #23946d;
  }
}
@media all and (max-width: 766px) {
  #hacemos #como-funciona .button,
  #como-funciona.promo .button {
    margin-top: 15px;
  }
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.page-header {
  position: absolute;
  text-indent: -999999em;
  height: 0;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 10px 0 0px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f4f4f4;
}
@media all and (max-width: 766px) {
  .navbar-default {
    height: 60px;
  }
}
@media all and (min-width: 767px) {
  .navbar-default {
    padding: 27px 0 25px 0;
  }
}
@media all and (max-width: 766px) {
  .navbar-collapse {
    margin-top: 10px;
  }
}
@media all and (min-width: 767px) {
  .navbar-collapse {
    float: right;
  }
}
#header .navbar-brand {
  height: auto;
  padding: 0 0 0 10px;
  color: #484848;
  line-height: 20px;
  margin-left: 15px;
}
@media all and (min-width: 992px) {
  #header .navbar-brand {
    width: 350px;
  }
}
@media all and (min-width: 1200px) {
  #header .navbar-brand {
    width: 450px;
  }
}
#header .navbar-brand img {
  float: left;
}
@media all and (min-width: 992px) {
  #header .navbar-brand img {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d8d8d8;
  }
}
@media all and (min-width: 1200px) {
  #header .navbar-brand img {
    padding-right: 35px;
    margin-right: 26px;
    border-right: 1px solid #d8d8d8;
  }
}
#header .navbar-brand span {
  position: absolute;
  text-indent: -9999em;
  width: 0;
  font-family: 'Open Sans', sans-serif;
}
@media all and (min-width: 992px) {
  #header .navbar-brand span {
    position: inherit;
    text-indent: 0;
    width: auto;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media all and (min-width: 1200px) {
  #header .navbar-brand span {
    position: inherit;
    text-indent: 0;
    width: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media all and (max-width: 766px) {
  .navbar-default .navbar-nav {
    background-color: #ffffff;
    margin: 0;
  }
  .navbar-default .navbar-nav li {
    border-bottom: 1px solid #f4f4f4;
  }
}
.navbar-default .navbar-nav > li > a {
  padding: 10px 13px;
  color: #5b7798;
  border-right: 1px solid #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: initial;
  text-transform: none;
  border-bottom: 3px solid #ffffff;
}
@media all and (max-width: 766px) {
  .navbar-default .navbar-nav > li > a {
    border-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 25px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: initial;
    text-transform: none;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  color: #5b7798;
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 3px solid #5b7798;
}
@media all and (max-width: 766px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #5b7798;
    border-bottom: 0;
  }
}
.navbar-default .navbar-toggle {
  float: right;
  border: 0;
  margin-top: 0px;
  right: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #484848;
}
.navbar-default .navbar-toggle .sr-only {
  width: initial;
  height: initial;
  clip: inherit;
  border: 0;
  bottom: -10px;
  left: 6px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-default .navbar-toggle:hover {
  background-color: #ffffff;
}
/**** BANNER HERO ***/
#banner-hero {
  width: 100%;
  text-align: center;
  padding: 20px 0 40px 0;
  background: url('../images/herramientas-bg.jpg') center no-repeat;
  background-size: cover;
}
@media all and (min-width: 767px) {
  #banner-hero {
    position: relative;
    height: 515px;
  }
}
@media all and (min-width: 767px) {
  #banner-hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#banner-hero ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
#banner-hero h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.15;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#banner-hero h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
#banner-hero h2:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 766px) {
  #banner-hero h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
  }
}
#banner-hero .button {
  color: #ffffff;
  background: #34dca2;
  padding: 1em 2em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 43px;
}
@media all and (min-width: 767px) {
  #banner-hero .button {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
  }
  #banner-hero .button:hover {
    background-color: #23946d;
  }
}
#banner-hero p {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  line-height: 1.36;
}
#banner-hero li p {
  padding: 138px 15px 0 15px;
}
#banner-hero li p:before {
  margin-left: -55px;
}
/**** BANNER FUNCIONALIDADES ***/
#banner-funcionalidades {
  background: url(../images/header-funcionalidades.jpg) no-repeat center 0;
}
/**** BANNER GARANTIAS ***/
#banner-garantias {
  background: url(../images/header-garantias.jpg) no-repeat center 0;
}
/**** BANNER HACEMOS ***/
#banner-hacemos {
  background: url(../images/header-hacemos.jpg) no-repeat center 0;
}
/**** BANNER GENERAL ***/
.banner {
  width: 100%;
  height: 155px;
  background-size: cover!important;
}
@media all and (min-width: 767px) {
  .banner {
    height: 255px;
  }
}
.banner h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 140%;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
@media all and (min-width: 767px) {
  .banner h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }
}
.banner .center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.banner .overlay {
  background: rgba(91, 119, 152, 0.8);
  width: 100%;
  height: 100%;
  position: relative;
}
/**** FOOTER***/
footer {
  background: #484848;
  color: #ffffff;
  padding: 20px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}
footer .top {
  opacity: 1;
  display: block;
  position: fixed;
  right: 20px;
  z-index: 999;
  width: 56px!important;
  height: 56px;
}
footer .top a {
  width: 44px;
  height: 44px;
  display: block;
  width: 56px;
  height: 56px;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
}
footer .top a:before {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  background: transparent url(../images/sprite.png) no-repeat -351px -47px;
  top: 0;
  left: 0;
}
footer .top.oculto {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  bottom: -60px;
}
footer .top.muestra {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  bottom: 50px;
}
#logo-footer span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-left: 15px;
  line-height: 20px;
  float: left;
}
#logo-footer img {
  float: left;
}
#menu-footer h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 20px;
}
#menu-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (max-width: 766px) {
  #menu-footer ul {
    margin-top: 60px;
  }
}
#menu-footer li {
  margin-left: 50px;
  margin-bottom: 15px;
}
#menu-footer li:last-child {
  margin-right: 0;
}
@media all and (min-width: 767px) {
  #menu-footer li {
    margin-left: 20px;
  }
}
#menu-footer a {
  color: #ffffff;
}
@media all and (max-width: 766px) {
  #menu-footer a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: initial;
    text-transform: none;
  }
}
#menu-footer a:hover {
  color: #34dca2;
  text-decoration: none;
}
#copy {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: initial;
  text-transform: none;
  border-top: 1px solid #ffffff;
  padding-top: 15px;
  margin-top: 10px;
}
@media all and (min-width: 767px) {
  #copy {
    margin-top: 20px;
  }
}
/** FUNCIONALIDADES **/
#funcionalidades h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: none;
  color: #484848;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 30px auto;
}
#funcionalidades h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #000000;
}
#funcionalidades h3:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (min-width: 767px) {
  #funcionalidades h3 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: none;
    margin: 70px auto;
  }
}
#funcionalidades h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
  margin-bottom: 25px;
}
#funcionalidades h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #999999;
}
#funcionalidades h2:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#funcionalidades h2:after {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  position: absolute;
  top: -50px;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: none;
}
#funcionalidades h2:before {
  left: 20px;
}
#funcionalidades ol,
#funcionalidades ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#funcionalidades ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
#funcionalidades ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
#funcionalidades .row {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
#funcionalidades .container {
  padding-right: 0;
  padding-left: 0;
}
#funcionalidades .empresas .background {
  background: url(../images/funcionalidades-empresa.jpg) no-repeat center 0;
  left: 0;
}
#funcionalidades .estudiantes .background {
  background: url(../images/funcionalidades-estudiantes.jpg) no-repeat center 0;
  right: 0;
}
#funcionalidades .convenios .background {
  background: url(../images/funcionalidades-convenios.jpg) no-repeat center 0;
  left: 0;
}
#funcionalidades .asignacion .background {
  background: url(../images/funcionalidades-asignacion.jpg) no-repeat center 0;
  left: 0;
}
#funcionalidades .background {
  background-size: cover!important;
  text-indent: -9999em;
}
@media all and (max-width: 766px) {
  #funcionalidades .background {
    height: 300px;
  }
}
@media all and (min-width: 767px) {
  #funcionalidades .background {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
#funcionalidades .bolsa.background {
  background: url(../images/funcionalidades-bolsa.jpg) no-repeat center 0;
  left: 0;
  background-size: cover!important;
  text-indent: 0;
  position: relative;
}
#funcionalidades .col-sm-6 {
  padding: 90px 50px 50px 50px;
}
@media all and (min-width: 992px) {
  #funcionalidades .col-sm-6 {
    padding: 115px 80px;
  }
}
#funcionalidades .practicas,
#funcionalidades .bolsa {
  background-color: #5b7798;
  color: #ffffff;
}
#funcionalidades .practicas .container,
#funcionalidades .bolsa .container {
  padding: 90px 50px 50px 50px;
}
@media all and (min-width: 767px) {
  #funcionalidades .practicas .container,
  #funcionalidades .bolsa .container {
    padding: 40px 60px 60px 120px;
    position: relative;
  }
  #funcionalidades .practicas .container:before,
  #funcionalidades .bolsa .container:before {
    display: block;
    content: "";
    position: absolute;
    width: 96px;
    height: 96px;
    background: transparent url(../images/sprite.png) no-repeat -836px -2px;
    top: 60px;
    left: 0px;
  }
}
@media all and (min-width: 992px) {
  #funcionalidades .practicas .container,
  #funcionalidades .bolsa .container {
    padding: 40px 60px 60px 250px;
    position: relative;
  }
  #funcionalidades .practicas .container:before,
  #funcionalidades .bolsa .container:before {
    display: block;
    content: "";
    position: absolute;
    width: 182px;
    height: 182px;
    background: transparent url(../images/sprite.png) no-repeat -615px -2px;
    top: 60px;
    left: 0px;
  }
}
#funcionalidades .practicas h2,
#funcionalidades .bolsa h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #ffffff;
  text-align: left;
}
#funcionalidades .practicas h2:before,
#funcionalidades .bolsa h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
#funcionalidades .practicas h2:before,
#funcionalidades .bolsa h2:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (min-width: 767px) {
  #funcionalidades .practicas h2,
  #funcionalidades .bolsa h2 {
    padding-left: 100px;
    padding-bottom: 10px;
  }
}
@media all and (min-width: 1200px) {
  #funcionalidades .practicas h2,
  #funcionalidades .bolsa h2 {
    width: 70%;
  }
}
#funcionalidades .practicas h2:before,
#funcionalidades .bolsa h2:before {
  left: 20px;
  bottom: 0;
}
@media all and (min-width: 767px) {
  #funcionalidades .practicas h2:after,
  #funcionalidades .bolsa h2:after {
    top: 13px;
  }
}
#funcionalidades .practicas.background,
#funcionalidades .bolsa.background {
  height: auto;
}
#funcionalidades .practicas ul li {
  padding-left: 0;
}
#funcionalidades .practicas ul li:before {
  display: none;
}
#funcionalidades .bolsa {
  background-color: inherit;
}
#funcionalidades .bolsa .container:before {
  display: none;
}
#funcionalidades .bolsa h2 {
  min-height: 70px;
}
#funcionalidades .bolsa ul ul {
  margin: 10px 20px;
}
/**** GARANTIAS ****/
#garantias ol,
#garantias ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#garantias ol > li {
  border-bottom: 1px solid #dbdbdb;
}
#garantias ol > li:last-child {
  border-bottom: 0px;
}
#garantias ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
#garantias ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
#garantias h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
  margin-bottom: 25px;
}
#garantias h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #999999;
}
#garantias h2:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#garantias h2:after {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  position: absolute;
  top: -50px;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: none;
}
#garantias h2:before {
  left: 20px;
}
#garantias .seguridad .container > div {
  position: relative;
}
#garantias .seguridad .container > div:before {
  display: block;
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  background: transparent url(../images/sprite.png) no-repeat -19px -568px;
  top: 90px;
  left: 0px;
}
@media all and (min-width: 1200px) {
  #garantias .seguridad .container > div {
    position: relative;
  }
  #garantias .seguridad .container > div:before {
    display: block;
    content: "";
    position: absolute;
    width: 235px;
    height: 235px;
    background: transparent url(../images/sprite.png) no-repeat 15px -361px;
    top: 90px;
    left: 0px;
  }
}
@media all and (max-width: 766px) {
  #garantias .seguridad .container > div:before {
    left: 50%;
    margin-left: -62px;
    top: 40px;
  }
}
@media all and (min-width: 767px) {
  #garantias .seguridad .container > div:before {
    left: 30px;
  }
}
@media all and (min-width: 1200px) {
  #garantias .seguridad .container > div:before {
    left: 0px;
  }
}
#garantias .herramientas .container > div {
  position: relative;
}
#garantias .herramientas .container > div:before {
  display: block;
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  background: transparent url(../images/sprite.png) no-repeat -177px -569px;
  top: 90px;
  left: 0px;
}
@media all and (min-width: 1200px) {
  #garantias .herramientas .container > div {
    position: relative;
  }
  #garantias .herramientas .container > div:before {
    display: block;
    content: "";
    position: absolute;
    width: 235px;
    height: 235px;
    background: transparent url(../images/sprite.png) no-repeat -227px -362px;
    top: 90px;
    left: 0px;
  }
}
@media all and (max-width: 766px) {
  #garantias .herramientas .container > div:before {
    left: 50%;
    margin-left: -62px;
    top: 40px;
  }
}
@media all and (min-width: 767px) {
  #garantias .herramientas .container > div:before {
    left: 30px;
  }
}
@media all and (min-width: 1200px) {
  #garantias .herramientas .container > div:before {
    left: 0px;
  }
}
#garantias .eficiencia .container > div {
  position: relative;
}
#garantias .eficiencia .container > div:before {
  display: block;
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  background: transparent url(../images/sprite.png) no-repeat -329px -569px;
  top: 90px;
  left: 0px;
}
@media all and (min-width: 1200px) {
  #garantias .eficiencia .container > div {
    position: relative;
  }
  #garantias .eficiencia .container > div:before {
    display: block;
    content: "";
    position: absolute;
    width: 235px;
    height: 235px;
    background: transparent url(../images/sprite.png) no-repeat -458px -370px;
    top: 90px;
    left: 0px;
  }
}
@media all and (max-width: 766px) {
  #garantias .eficiencia .container > div:before {
    left: 50%;
    margin-left: -62px;
    top: 40px;
  }
}
@media all and (min-width: 767px) {
  #garantias .eficiencia .container > div:before {
    left: 30px;
  }
}
@media all and (min-width: 1200px) {
  #garantias .eficiencia .container > div:before {
    left: 0px;
  }
}
#garantias .medicion .container > div {
  position: relative;
}
#garantias .medicion .container > div:before {
  display: block;
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  background: transparent url(../images/sprite.png) no-repeat -473px -571px;
  top: 90px;
  left: 0px;
}
@media all and (min-width: 1200px) {
  #garantias .medicion .container > div {
    position: relative;
  }
  #garantias .medicion .container > div:before {
    display: block;
    content: "";
    position: absolute;
    width: 235px;
    height: 235px;
    background: transparent url(../images/sprite.png) no-repeat -680px -368px;
    top: 90px;
    left: 0px;
  }
}
@media all and (max-width: 766px) {
  #garantias .medicion .container > div:before {
    left: 50%;
    margin-left: -62px;
    top: 40px;
  }
}
@media all and (min-width: 767px) {
  #garantias .medicion .container > div:before {
    left: 30px;
  }
}
@media all and (min-width: 1200px) {
  #garantias .medicion .container > div:before {
    left: 0px;
  }
}
#garantias .orientacion .container > div {
  position: relative;
}
#garantias .orientacion .container > div:before {
  display: block;
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  background: transparent url(../images/sprite.png) no-repeat -631px -571px;
  top: 90px;
  left: 0px;
}
@media all and (min-width: 1200px) {
  #garantias .orientacion .container > div {
    position: relative;
  }
  #garantias .orientacion .container > div:before {
    display: block;
    content: "";
    position: absolute;
    width: 235px;
    height: 235px;
    background: transparent url(../images/sprite.png) no-repeat -927px -364px;
    top: 90px;
    left: 0px;
  }
}
@media all and (max-width: 766px) {
  #garantias .orientacion .container > div:before {
    left: 50%;
    margin-left: -62px;
    top: 40px;
  }
}
@media all and (min-width: 767px) {
  #garantias .orientacion .container > div:before {
    left: 30px;
  }
}
@media all and (min-width: 1200px) {
  #garantias .orientacion .container > div:before {
    left: 0px;
  }
}
#garantias .container > div {
  padding: 215px 50px 70px 50px;
  position: relative;
}
@media all and (min-width: 767px) {
  #garantias .container > div {
    padding: 125px 0 90px 200px;
  }
}
@media all and (min-width: 1200px) {
  #garantias .container > div {
    padding: 125px 0 90px 300px;
  }
}
#garantias .container > div:before {
  background-color: #5b7798 !important;
  border-radius: 120px;
  top: 20px;
}
/*** COLO LO HACEMOS ***/
#hacemos {
  text-align: center;
}
#hacemos h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: none;
  color: #484848;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-bottom: 25px;
}
#hacemos h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #979797;
}
#hacemos h2:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (min-width: 767px) {
  #hacemos h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: none;
  }
}
#hacemos h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  color: #484848;
  padding-bottom: 25px;
}
@media all and (min-width: 767px) {
  #hacemos h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: none;
  }
}
#hacemos p {
  color: #999999;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: initial;
  text-transform: none;
  line-height: 1.5;
}
#hacemos .intro {
  padding: 40px 0;
  border-bottom: 1px solid #dbdbdb;
}
@media all and (min-width: 767px) {
  #hacemos .intro {
    padding: 80px 0;
  }
}
#hacemos .pasos {
  padding: 40px 0;
  background-color: #f4f4f4;
}
#hacemos .pasos ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hacemos .pasos li {
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
#hacemos .pasos li:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
}
@media all and (min-width: 992px) {
  #hacemos .pasos li:last-child {
    padding-bottom: 130px;
  }
}
#hacemos .pasos p {
  color: #484848;
  margin-bottom: 25px;
}
#hacemos .pasos p:last-child {
  margin-bottom: 0;
}
#hacemos .container {
  padding-left: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
.col-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
#cboxOverlay {
  background-image: none !important;
  background-color: #000000 !important;
}
#gestiona {
  padding: 25px 25px 65px;
  background-color: #f4f4f4;
}
#gestiona h3 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
#gestiona h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #000000;
}
#gestiona h3:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#gestiona ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media all and (max-width: 766px) {
  #gestiona ul {
    margin-bottom: 10px;
  }
}
#gestiona ul li {
  position: relative;
  margin-bottom: 25px;
}
#gestiona ul li:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 766px) {
  #gestiona ul li {
    margin-bottom: 40px;
  }
}
#gestiona ul p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: initial;
  text-transform: none;
  text-align: center;
  padding-top: 132px;
  padding-right: 10px;
  padding-left: 10px;
  /*@media @mobile{
                padding-bottom: 15px;
            }
            @media @desktop{
                padding-top: 237px;
            }*/
}
#gestiona .button {
  color: #ffffff;
  background: #5b7798;
  padding: 1em 2em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-decoration: none;
}
@media all and (min-width: 767px) {
  #gestiona .button {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
  }
  #gestiona .button:hover {
    -webkit-box-shadow: 0 7px 14px #8e8c8c;
    -moz-box-shadow: 0 7px 14px #8e8c8c;
    box-shadow: 0 7px 14px #8e8c8c;
    background-color: #4c617b;
  }
}
#gestiona-practicas {
  position: relative;
}
#gestiona-practicas:before {
  display: block;
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  background: transparent url(../images/sprite.png) no-repeat -520px -257px;
  top: 0;
  left: 50%;
}
#gestiona-trabajos {
  position: relative;
}
#gestiona-trabajos:before {
  display: block;
  content: "";
  position: absolute;
  width: 111px;
  height: 111px;
  background: transparent url(../images/sprite.png) no-repeat -644px -257px;
  top: 0;
  left: 50%;
}
#gestiona-empleo {
  position: relative;
}
#gestiona-empleo:before {
  display: block;
  content: "";
  position: absolute;
  width: 111px;
  height: 112px;
  background: transparent url(../images/sprite.png) no-repeat -764px -257px;
  top: 0;
  left: 50%;
}
#funciona {
  height: 100%;
}
@media all and (min-width: 767px) {
  #funciona {
    height: 500px;
  }
}
#funciona .row {
  margin-right: 0px;
  margin-left: 0px;
}
#funciona .bloc {
  height: 100%;
}
#funciona .bloc.left {
  position: relative;
  background: url('../images/home-video.jpg') center no-repeat;
  background-size: cover;
}
@media all and (max-width: 766px) {
  #funciona .bloc.left {
    height: 300px;
  }
}
#funciona .bloc.right {
  padding: 5px 20px 30px 20px;
}
@media all and (min-width: 767px) {
  #funciona .bloc.right {
    padding: 45px 20px 81px 30px;
  }
}
@media all and (min-width: 1200px) {
  #funciona .bloc.right {
    padding: 65px 146px 81px 100px;
  }
}
#funciona #video {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#funciona #video span {
  position: absolute !important;
  width: 80px;
  height: 80px;
  text-indent: -999em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}
#funciona #video span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#funciona #video span:before {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 29px;
  background: transparent url(../images/sprite.png) no-repeat -349px -1px;
  top: 50%;
  left: 53%;
}
#funciona h3 {
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}
#funciona h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #000000;
}
#funciona h3:before {
  left: 0;
}
#funciona ul {
  padding: 20px 0 20px 20px;
}
#funciona ul li + li {
  padding-top: 20px;
}
#funciona .button {
  color: #ffffff;
  background: #5b7798;
  padding: 0.8em 2em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-decoration: none;
}
@media all and (min-width: 767px) {
  #funciona .button {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
  }
  #funciona .button:hover {
    -webkit-box-shadow: 0 7px 14px #8e8c8c;
    -moz-box-shadow: 0 7px 14px #8e8c8c;
    box-shadow: 0 7px 14px #8e8c8c;
    background-color: #4c617b;
  }
}
#caracteristicas {
  padding: 45px 0;
  background-color: #f4f4f4;
}
@media all and (min-width: 767px) {
  #caracteristicas {
    padding: 85px 0;
  }
}
#caracteristicas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 766px) {
  #caracteristicas ul {
    padding: 0 40px;
  }
}
#caracteristicas li {
  position: relative;
  height: 220px;
  margin-bottom: 25px;
}
#caracteristicas .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px #dddddd;
  -moz-box-shadow: 0 1px 5px #dddddd;
  box-shadow: 0 1px 5px #dddddd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (min-width: 767px) {
  #caracteristicas .content {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
  }
  #caracteristicas .content:hover {
    -webkit-box-shadow: 0 5px 25px #dddddd;
    -moz-box-shadow: 0 5px 25px #dddddd;
    box-shadow: 0 5px 25px #dddddd;
  }
}
#caracteristicas .content h4 {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
#caracteristicas .content .overlay {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#caracteristicas .content:hover,
#caracteristicas .content:focus,
#caracteristicas .content .hover {
  background-color: #5b7798;
}
#caracteristicas .content:hover h4,
#caracteristicas .content:focus h4,
#caracteristicas .content .hover h4 {
  opacity: 0;
}
#caracteristicas .content:hover .overlay,
#caracteristicas .content:focus .overlay,
#caracteristicas .content .hover .overlay {
  bottom: 0;
}
#caracteristicas .content:hover:before,
#caracteristicas .content:focus:before,
#caracteristicas .content .hover:before {
  opacity: 0;
}
#caracteristicas .content:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#caracteristicas h4,
#caracteristicas .caracteristica {
  font-size: 16px;
  font-size: 1rem;
  font-weight: initial;
  text-transform: none;
  color: #6cb2bd;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding-top: 155px;
}
#caracteristicas .caracteristica {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-top: 55px;
}
#caracteristicas .caracteristica:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
#caracteristicas .caracteristica:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#caracteristicas .overlay {
  position: absolute;
  left: 0;
  bottom: -220px;
  z-index: 2;
  width: 100%;
  height: 220px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#caracteristicas .overlay .descripcion {
  font-size: 16px;
  font-size: 1rem;
  font-weight: initial;
  text-transform: none;
  color: #ffffff;
  text-align: center;
  line-height: 1.44;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#caracteristicas #modular .content {
  position: relative;
}
#caracteristicas #modular .content:before {
  display: block;
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: transparent url(../images/sprite.png) no-repeat 0 -257px;
  top: 55px;
  left: 50%;
}
#caracteristicas #flexible .content {
  position: relative;
}
#caracteristicas #flexible .content:before {
  display: block;
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: transparent url(../images/sprite.png) no-repeat -102px -257px;
  top: 55px;
  left: 50%;
}
#caracteristicas #seguro .content {
  position: relative;
}
#caracteristicas #seguro .content:before {
  display: block;
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: transparent url(../images/sprite.png) no-repeat -204px -257px;
  top: 55px;
  left: 50%;
}
#caracteristicas #comodo .content {
  position: relative;
}
#caracteristicas #comodo .content:before {
  display: block;
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: transparent url(../images/sprite.png) no-repeat -304px -257px;
  top: 55px;
  left: 50%;
}
#caracteristicas #actualizado .content {
  position: relative;
}
#caracteristicas #actualizado .content:before {
  display: block;
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: transparent url(../images/sprite.png) no-repeat -403px -257px;
  top: 55px;
  left: 50%;
}

#avisolegal {
  padding: 45px 0;
  background-color: #f4f4f4;
}
@media all and (min-width: 767px) {
  #avisolegal {
    padding: 85px 0;
  }
}

#avisolegal h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: initial;
  text-transform: none;
  color: #6cb2bd;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding-top: 155px;
}
