@import 'https://fonts.googleapis.com/css?family=Merriweather:400,400i,700|Raleway:400,600,800';
.heading-font {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
}
.body-font {
  font-family: "Merriweather", "Times New Roman", Times, serif;
}
.alt-font {
  font-family: "Merriweather", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar-default {
  left: 0;
  right: 0;
  border-radius: 0;
  background-color: #285943;
  border-color: rgba(50, 51, 51, 0.05);
  margin-bottom: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
}
.navbar-default .navbar-collapse {
  background-color: #285943;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.28);
  transform: translate(5px, 0px);
}
.navbar-default .navbar-brand {
  height: 75px;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 18px;
  color: white;
  padding: 8px 10px;
  margin-top: 20px;
  border: none;
  font-weight: 700;
}
.navbar-default .navbar-header .navbar-toggle:hover,
.navbar-default .navbar-header .navbar-toggle:focus {
  color: #E3D26F;
  background-color: transparent;
}
.navbar-default .nav > li {
  text-align: center;
}
.navbar-default .nav > li > a {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
  font-weight: 700;
  font-size: 16px;
  color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: white;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #E3D26F;
}
.navbar-default .nav > li .active > a,
.navbar-default .nav > li .active > a:focus {
  color: white !important;
  background-color: transparent;
}
.navbar-default .nav > li .active > a:hover,
.navbar-default .nav > li .active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: #285943;
    border-color: #285943;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav {
    margin-top: 25px;
  }
  .navbar-default .nav li {
    margin: 0 15px;
  }
  .navbar-default .nav > li > a {
    padding: 5px 0 5px 0;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: white;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #E3D26F;
    border-bottom: 3px solid #E3D26F;
  }
  .navbar-default .active > a,
  .navbar-default .active > a:focus {
    background-color: transparent !important;
    color: #E3D26F !important;
    border-bottom: 3px solid #E3D26F;
  }
  .navbar-default .active > a:hover,
  .navbar-default .active > a:focus:hover {
    background-color: transparent;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(50, 51, 51, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #323333;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #285943;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #323333;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #285943;
  }
}
footer {
  text-align: center;
  border-top: 4px solid #285943;
  padding: 25px 0;
  background-color: #E7DFD9;
  margin-top: 50px;
}
@media (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer .nav {
  margin-top: 5px;
}
footer .nav > li {
  text-align: center;
}
footer .nav > li > a {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
  font-size: 16px;
}
footer .nav > li > a,
footer .nav > li > a:focus {
  color: #323333;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus:hover {
  background-color: transparent !important;
  color: #285943;
  border-bottom: 3px solid #285943;
}
footer .nav > li .active > a,
footer .nav > li .active > a:focus {
  color: #E3D26F !important;
  background-color: transparent !important;
}
footer .nav > li .active > a:hover,
footer .nav > li .active > a:focus:hover {
  background-color: transparent;
}
.nav-soluciones {
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 100px;
  border: none;
}
@media (min-width: 768px) {
  .nav-soluciones {
    float: right;
  }
  .nav-soluciones li {
    color: red;
    width: 100%;
  }
  .nav-soluciones li a {
    text-align: right !important;
  }
}
.nav-soluciones li {
  width: 100%;
}
.nav-soluciones li a {
  text-align: center;
  border-radius: 0 !important;
  padding: 15px 35px !important;
}
.nav-soluciones li a:hover {
  background-color: #285943;
  color: #E3D26F;
}
.nav-soluciones li .active {
  color: #E3D26F !important;
  background-color: #285943;
  margin-right: 25px;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-weight: 800;
  line-height: 1.30;
  opacity: 1.00;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: -0.72px;
  word-spacing: 0.00px;
  text-transform: none;
}
h2 {
  font-weight: 700;
  line-height: 1.60;
  opacity: 1.00;
  margin-top: 30px;
  margin-bottom: 5px;
  letter-spacing: 1.72px;
  word-spacing: 0.00px;
  text-transform: none;
}
h3 {
  font-weight: 400;
  line-height: 1.70;
  opacity: 1.00;
  margin-top: 30px;
  margin-bottom: 5px;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
  text-transform: none;
}
p {
  font-weight: 400;
  line-height: 1.60;
  opacity: 1.00;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: -0.3px;
  word-spacing: 0.30px;
  text-transform: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #838885;
  background-color: rgba(45, 96, 75, 0.04);
  background-image: none;
  border: 1px solid rgba(70, 70, 70, 0.33);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea.form-control {
  height: auto;
}
html,
body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Merriweather", "Times New Roman", Times, serif;
  background: #F7EDE7;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #285943;
}
a:hover,
a:focus {
  color: #183629;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(50, 51, 51, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
  color: #285943;
}
p {
  font-size: 20px;
  margin-bottom: 20px;
}
p.lead {
  font-size: 21px;
}
.btn {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #285943;
}
.btn-primary {
  background-color: #285943;
  border: none;
  color: white;
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background-position: center center;
  background-size: cover;
  color: white;
}
header.home {
  background-image: url("../img/back-rideamg.jpg"), #2D604B;
  /* fallback for old browsers */
  background-image: url("../img/back-rideamg.jpg"), -webkit-linear-gradient(to left, #2D604B, #44AA7C);
  /* Chrome 10-25, Safari 5.1-6 */
  background-image: url("../img/back-rideamg.jpg"), linear-gradient(to left, #2D604B, #44AA7C);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
header.quienes-somos {
  background-image: url("../img/header-quienes-somos.jpg"), #2D604B;
  /* fallback for old browsers */
  background-image: url("../img/header-quienes-somos.jpg"), -webkit-linear-gradient(to left, #2D604B, #44AA7C);
  /* Chrome 10-25, Safari 5.1-6 */
  background-image: url("../img/header-quienes-somos.jpg"), linear-gradient(to left, #2D604B, #44AA7C);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 200px;
}
header.soluciones {
  background-image: url("../img/header-soluciones.jpg"), #2D604B;
  /* fallback for old browsers */
  background-image: url("../img/header-soluciones.jpg"), -webkit-linear-gradient(to left, #2D604B, #44AA7C);
  /* Chrome 10-25, Safari 5.1-6 */
  background-image: url("../img/header-soluciones.jpg"), linear-gradient(to left, #2D604B, #44AA7C);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-position: center top;
  height: 200px;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  display: inline-block;
  font-size: 41px;
  color: white;
  padding: 8px;
  margin-bottom: 25px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  header.home {
    min-height: 100%;
  }
  header.quienes-somos {
    position: relative;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    display: inline-block;
    font-size: 42px;
    padding: 8px 30px 8px 5px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}
section {
  margin-top: 40px;
}
@media (min-width: 992px) {
  section {
    margin-top: 50px;
  }
}
.banner {
  position: relative;
  padding: 0px 0;
  background: #285943;
  text-align: center;
}
.banner h2 {
  color: white;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
}
.banner .gradient {
  height: 100%;
  width: 100%;
  padding: 35px 0;
  background-attachment: fixed;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/rgba(0,0,0,0)+0,ffffff+49,2989d8+50,1e5799+100 */
  background: linear-gradient(-135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #2D604B 50%, #2D604B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='@theme-secondary', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.line-center {
  display: block;
  height: 3px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 25px 0;
}
.lineas-estrategicas .icon {
  margin-bottom: 15px;
}
.lineas-estrategicas-items {
  text-align: center;
  margin: 30px 0;
}
.noticia {
  position: relative;
}
.noticia .p-over {
  position: absolute;
  background: white;
  padding: 15px;
}
.noticia-xl {
  height: 250px;
}
.noticia-xl .img-noticia {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.jasgrid {
  padding: 0;
}
.box-item {
  float: left;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.box-item img {
  width: 100%;
}
.box-item a,
span {
  color: #FFF;
}
.box-item .box-post span.meta {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  display: block;
}
.box-item .box-post span.meta span {
  margin-right: 15px;
}
.box-item .box-post {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-item .box-post h1 .post-title {
  font-size: 10pt;
}
.img-titulo {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-titulo.idea {
  height: 250px;
}
.img-titulo.mision {
  height: 315px;
}
.img-titulo.vision {
  height: 260px;
}
.img-titulo h2,
.img-titulo .btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 10px;
  margin-bottom: 0;
}
.img-titulo h2 {
  border-right: 4px solid #E3D26F;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
}
.alt {
  color: #2D604B;
  font-style: italic;
}
.equipo {
  margin-bottom: 75px;
}
.card-equipo {
  margin-bottom: 60px;
  position: relative;
  padding-top: 10px;
}
.card-equipo .img {
  text-align: center;
}
.card-equipo p {
  margin-bottom: 5px;
}
.card-equipo .pais {
  color: #323333;
}
.alianzas {
  position: relative;
}
.alianzas .texto {
  text-align: center;
}
@media (min-width: 768px) {
  .alianzas .texto {
    text-align: right;
  }
}
.alianzas h1 {
  margin-bottom: 50px;
}
.alianzas .logos {
  padding-top: 150px;
}
.alianzas .logos li {
  list-style: none;
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
.alianzas .logos li img {
  width: 80%;
}
.tab-content {
  min-height: 70vh;
}
.soluciones {
  margin-bottom: 150px;
}
.soluciones .item h3 {
  color: #545655;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}
.back-alt {
  width: 40%;
  background-color: #E7DFD9;
  position: absolute;
  z-index: -99999;
  margin-top: -50px;
}
@media (max-width: 768px) {
  .back-alt {
    width: 100%;
  }
}
.line-alt {
  width: 40%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 150;
}
@media (max-width: 768px) {
  .line-alt {
    display: none;
    color: white;
  }
}
