@charset "UTF-8";

@font-face {
    font-family: 'Isidora-Site';
    font-weight: bold !important;
    src: local('../fuentes/IsidoraRegular.otf'), url('../fuentes/IsidoraRegular.otf') format('opentype');
}

@font-face {
    font-family: 'IsidoraLight';
    font-weight: bold !important;
    font-style: normal;
    src: local('../fuentes/Isidora-Light.woff'), url('../fuentes/Isidora-Light.woff') format('woff');
}
@font-face {
  font-family: 'IsidoraBold';
    font-weight: bold !important;
    font-style: normal;
    font-weight: normal;
    src: local('../fuentes/Isidora-Bold.woff'), url('../fuentes/Isidora-Bold.woff') format('woff'); 
}
html, body {
  font-family: IsidoraSite,Isidora-Site !important;
}


.verdeLIN{
  color: #6abf4a !important;
}

.img-dir{
  border-radius: 50% 20% / 10% 40% !important;
  height: 200px !important;
  /*width: 100% !important;*/
}



.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* =Fonts
------------------- */
/* Chart Colors */
.f-color1 {
  color: red; }

.f-color2 {
  color: blue; }

/* Base */
/* ===========================
   Base
   =========================== */
* {
  margin: 0; }

body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-align: center;
  text-rendering: optimizelegibility; }

a:active, a:hover, a:visited {
  outline: none;
  outline-width: 0;
  text-decoration: none; }

pre {
  font-size: 1.5rem; }

/* especificamos tama├▒os del sitio */
.wrappercon {
  float: left;
  position: relative;
  width: 100%;
  min-width: 320px;
  margin-top: 60px; }

.main-container {
  display: inline-block;
  position: relative;
  max-width: 1280px;
  width: 100%; }

.main-container2 {
  display: inline-block;
  position: relative;
  max-width: 1024px;
  width: 100%; }

.seccion {
  float: left;
  position: relative;
  width: 100%; }

/* limpiamos y acomodamos objetos */
.autopos {
  display: block;
  margin: 0 auto; }

.no-padding {
  padding: 0px; }

/* pantalla completa */
.fullwidth, .fullScreen, .fullScreen2 {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
  /* min-height: 250px; */ }

/* animaciones */
.wow {
  opacity: 0;
  khtml-opacity: 0;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0); }

.visible {
  opacity: 1;
  khtml-opacity: 1;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100); }

.coverBg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.animations *, .animated {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }

/* pagina 404*/
.no-found {
  padding-top: 20px;
  text-align: center; }

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* ==|=====================
   Module/forms
   ======================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 60px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
   }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #FFF;
  padding-top: 20px;
  z-index: 9; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Plugins */
/* ==|====================
   Plugins/General
   ======================= */
/* ==|====================
   Plugins/slick-slider
   ======================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus, .slick-list .slick-slide:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: inline-block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* theme slick-slider*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 100;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #510d3c;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #510d3c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "\f053"; }
    [dir="rtl"] .slick-prev:before {
      content: "\f053"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "\f054"; }
    [dir="rtl"] .slick-next:before {
      content: "\f054"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: ".";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
.header {
  padding: 0px;
  width: 100%;
  float: left;
  height: 60px;
  position: relative;
  z-index: 20;
  top: 0px;
  left: 0px;
  min-width: 320px;
  display: inline-block;
  background: #ffffff;
  	/* background-image: url("../img/layout/space.jpg");
    background-repeat: no-repeat; */
  background-position: 50% 85%;
  background-size: 100%; }

.fixed {
  position: fixed; }

.menu_index {
  position: fixed;
  background-image: url("../img/layout/space.jpg");
  background-repeat: no-repeat;
  background-position: 50% 85%;
  background-size: 100%;
  min-width: 320px; }
  .menu_index .section-header .logo {
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 2px;
    position: absolute;
    left: 0px;
    width: 105px;
    z-index: 1; }
    .menu_index .section-header .logo .logo-res {
      background-image: url("../img/Logo_Reto.png");
      height: 75px;
      width: 150px;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      background-repeat: no-repeat; }
    @media screen and (max-width: 599px) {
      .menu_index .section-header .logo {
        position: relative; } }

.section-header {
  display: inline-block;
  position: relative;
  width: 100%; }
  .section-header .logo {
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: 2px;
    position: absolute;
    left: 0px;
    width: 105px;
    z-index: 1; }
    .section-header .logo .logo-res {
      background-image: url("../img/Logo_Reto.png");
      height: 75px;
      width: 150px;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      background-repeat: no-repeat; }
    @media screen and (max-width: 599px) {
      .section-header .logo {
        position: relative; } }
  .section-header .navbar {
    display: inline-block;
    padding: 0px;
    margin-bottom: 0px;
    min-height: inherit;
    width: 100%;
    border: 0px solid transparent;
    margin: 0px; }

.navbar-nav > li {
  float: left; }

.navbar-nav > li > a {
  padding: 20px 15px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent !important;
  outline: none; }

.navbar-nav > li > a::hover {
  color: #ffffff; }

.navbar-nav .active a {
  color: #ffffff; }

.nav > li > a:focus, .nav > li > a:hover {
  color: #ffffff; }

.blind_hover {
  float: left;
  height: 100%;
  position: absolute;
  width: 100%;
  display: none;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.blind_active, .nav > li:hover .blind_hover {
  display: inline-block; }

.navbar-right {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  max-width: 100%;
  border: 0;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 5px; }

.redesofi {
  margin-bottom: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(125, 133, 137, 0.6);
  border-radius: 50px;
  padding: 5px; }
  .redesofi .link_red2 {
    moz-border-radius: 50%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: solid 2px #ffffff;
    color: #ffffff !important;
    padding: 0px;
    font-size: 12px;
    margin: 0 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    float: left; }

.phone {
  margin-bottom: 0;
  position: absolute;
  right: 108px;
  top: 15px;
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(125, 133, 137, 0.6);
  border-radius: 50px;
  padding: 5px; }
  .phone .slogan {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500; }
  .phone .icon-phone {
    background-image: url("../img/layout/iconotel.png");
    height: 15px;
    width: 15px;
    margin-top: 5px;
    margin-right: 5px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat; }

.section-header .info-block .block .info .active a {
  color: #78ae40; }
.section-header .info-block .block .info .active .img-pumita {
  display: flex;
  justify-content: center;
  align-items: center; }
  .section-header .info-block .block .info .active .img-pumita .pum {
    display: inline-block !important; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 7px 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle .fa {
    color: #ffffff; }

.navbar-nav .active {
  color: #5f4980; }

@media screen and (max-width: 1240px) {
  .phone {
    width: 50px;
    height: 30px; }
    .phone .slogan {
      visibility: hidden; }
    .phone .icon-phone {
      margin-right: 4px; } }
@media screen and (max-width: 1080px) {
  .navbar-nav > li > a {
    font-size: 12px;
    padding: 15px 10px; } }
@media screen and (max-width: 950px) {
  .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 10px; } }
@media screen and (max-width: 800px) {
  .section-header .logo {
    width: 85px;
    margin-left: 10px; }
  .section-header .navbar-collapse.collapse {
    margin-right: 0px;
    width: 100%;
    position: relative; }

  .navbar-collapse {
    padding: 0px; }

  .menu_index .section-header {
    padding: 0px; }
    .menu_index .section-header .logo {
      display: inline-block;
      float: left;
      margin-left: 10px;
      margin-top: 2px;
      position: absolute;
      left: 0px;
      width: 85px;
      z-index: 1; }
      .menu_index .section-header .logo .logo-res {
        background-image: url("../img/Logo_Reto.png");
        height: 75px;
        width: 150px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100%;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 767px) and (max-width: 599px) {
      .menu_index .section-header .logo {
        position: relative; } }

@media screen and (max-width: 767px) {
  .section-header .navbar {
    display: block; }

  .redesofi {
    margin-top: 0px;
    right: 30%;
    z-index: 1; }

  .phone {
    right: 45%;
    width: 140px; }
    .phone .slogan {
      visibility: visible; }

  .navbar-nav {
    margin: 0%; }

  .navbar-nav > li {
    float: left;
    width: 100%; }
    .navbar-nav > li.active a, .navbar-nav > li:hover a {
      color: #ffffff; }

  .navbar-right {
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    background: #ffffff;
    margin-top: 0px;
    border: 1px solid #dd1a53; }

  .navbar-nav > li > a {
    color: #5f6264; } }
@media screen and (max-width: 480px) {
  .phone {
    right: 45%;
    width: 50px; }
    .phone .slogan {
      visibility: hidden; }

  .redesofi {
    right: 25%; } }
@media screen and (max-width: 360px) {
  .dep-right .dep-lis {
    padding: 0px; }

  .phone {
    right: 50%; } }
/* ==|====================
   Layout/Nav
   ======================= */
/* ==|======================
   Layout/Home
   ========================= */
.galeria-principal {
  margin-top: 0px;
  margin-bottom: 0px; }
  .galeria-principal .slick-dots {
    display: inline-block; }
  .galeria-principal .slide-text {
    position: absolute;
    float: left;
    display: inline-block;
    top: 60px;
    max-width: 450px;
    left: 15%; }
    .galeria-principal .slide-text .tit-claims {
      color: #3e2b21;
      display: inline-block;
      float: left;
      font-size: 38px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: left;
      letter-spacing: .0em;
      position: relative;
      z-index: 3;
      line-height: 1.2; }
  .galeria-principal .slick-prev {
    left: 20px; }
  .galeria-principal .slick-next {
    right: 20px; }

.seccion-bienvenida {
  background: #ffffff; }
  .seccion-bienvenida .reto-bienvenida {
    padding: 30px 10px 0px; }
    .seccion-bienvenida .reto-bienvenida .titulo-bienvenida h2 {
      color: #000000;
      font-weight: 600; }
    .seccion-bienvenida .reto-bienvenida .texto-bienvenida {
      display: inline-block;
      position: relative;
      width: 100%;
      padding-bottom: 30px; }
      .seccion-bienvenida .reto-bienvenida .texto-bienvenida .info {
        display: inline-block;
        max-width: 600px;
        font-weight: 500;
        color: #5f6264;
        text-align: center;
        padding-top: 10px; }

.claims-fondo {
  background: #ffffff;
  margin: 20px 0px 200px; }

.contenedor-ccr {
  display: inline-block;
  position: relative;
  width: 100%; }
  .contenedor-ccr .ccr {
    display: inline-block;
    position: relative;
    padding: 0px; }
    .contenedor-ccr .ccr img {
      display: inline-block; }
    .contenedor-ccr .ccr .titulo-claims {
      color: #5ead9f;
      text-align: center;
      font-weight: bold;
      width: 100%;
      display: inline-block;
      font-size: 34px;
      font-size: 2.125rem; }

.btn-inventario {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px; 
}
.btn-inventario .btn {
    padding-top: 0px;
    border-radius: 68px;
    height: 40px;
    width: 150px;
    font-size: -fontsize;
    text-transform: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d62675+0,b522a1+99,b523a2+100 */
    /*background: #d62675;*/
    /* Old browsers */
    background: -webkit-linear-gradient(right, #254550 0%, #000 99%, #ccc 100%);
    background: -o-linear-gradient(right, #254550 0%, #000 99%, #ccc 100%);
    background: linear-gradient(to right, #254550 0%, #000 99%, #ccc 100%)
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62675', endColorstr='#b523a2',GradientType=1 );
    /* IE6-9 */
    font-size: 16px;
    padding: 8px;
    color: #ffffff; }

.seccion-beneficios {
  background: #747372; }
  .seccion-beneficios .reto-bienvenida {
    padding: 35px 0px; }
    .seccion-beneficios .reto-bienvenida .titulo-bienvenida h1 {
      color: #ffffff;
      font-weight: 600;
      margin: 0 auto; }
    .seccion-beneficios .reto-bienvenida .titulo-bienvenida .line {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005fa8+0,89ecb4+99,89ecb4+100 */
      background: #005fa8;
      /* Old browsers */
      background: -webkit-linear-gradient(left, #005fa8 0%, #89ecb4 99%, #89ecb4 100%);
      background: -o-linear-gradient(left, #005fa8 0%, #89ecb4 99%, #89ecb4 100%);
      background: linear-gradient(to right, #005fa8 0%, #89ecb4 99%, #89ecb4 100%);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fa8', endColorstr='#89ecb4',GradientType=1 );
      /* IE6-9 */
      width: 100px;
      display: inline-block;
      position: relative;
      height: 5px; }

.indexTestimonial {
  background: #fff;
  float: left;
  margin-bottom: -200px;
  padding: 0;
  position: relative;
  width: 100%; }
  .indexTestimonial .slideButtons {
    height: 800px;
    position: absolute;
    top: -220px;
    width: 100%;
    z-index: 2; }
  .indexTestimonial .slideButtons a {
    cursor: pointer;
    border-radius: 50%;
    display: block;
    height: 80px;
    left: 60%;
    margin: 20px 0;
    position: relative;
    width: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5; }
  .indexTestimonial .one, .indexTestimonial .two, .indexTestimonial .three, .indexTestimonial .four, .indexTestimonial .button_slide {
    background-size: 160px 320px;
    top: 25%; }
  .indexTestimonial .flip-container, .indexTestimonial .front, .indexTestimonial .back {
    width: 80px;
    height: 80px; }
  .indexTestimonial .button_slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .indexTestimonial .item_slide .left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .indexTestimonial .button_slide.current .flipper {
    transform: rotateY(180deg); }
  .indexTestimonial .one {
    background-position: 0 -160px; }
  .indexTestimonial .one.current {
    background-position: -80px -160px; }
  .indexTestimonial .two {
    background-position: 0 -80px; }
  .indexTestimonial .two.current {
    background-position: -80px -80px; }
  .indexTestimonial .three {
    background-position: 0 0; }
  .indexTestimonial .three.current {
    background-position: -80px 0; }
  .indexTestimonial .four {
    background-position: 0 -240px; }
  .indexTestimonial .four.current {
    background-position: -80px -240px; }
  .indexTestimonial .testimonialSlider {
    background: #fff;
    height: 800px;
    overflow: hidden;
    position: relative;
    top: -200px;
    width: 100%; }
  .indexTestimonial article {
    height: 800px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .indexTestimonial article:nth-child(1) .right {
    background: #35a6cc;
    background: -moz-linear-gradient(left, #35a6cc 0%, #56d4c1 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #35a6cc), color-stop(100%, #56d4c1));
    background: -webkit-linear-gradient(left, #35a6cc 0%, #56d4c1 100%);
    background: -o-linear-gradient(left, #35a6cc 0%, #56d4c1 100%);
    background: -ms-linear-gradient(left, #35a6cc 0%, #56d4c1 100%);
    background: linear-gradient(to right, #35a6cc 0%, #56d4c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a6cc', endColorstr='#56d4c1', GradientType=1 ); }
  .indexTestimonial article:nth-child(2) .right {
    background: #ae3bdb;
    background: -moz-linear-gradient(-45deg, #ae3bdb 0%, #4d63d1 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ae3bdb), color-stop(100%, #4d63d1));
    background: -webkit-linear-gradient(-45deg, #ae3bdb 0%, #4d63d1 100%);
    background: -o-linear-gradient(-45deg, #ae3bdb 0%, #4d63d1 100%);
    background: -ms-linear-gradient(-45deg, #ae3bdb 0%, #4d63d1 100%);
    background: linear-gradient(135deg, #ae3bdb 0%, #4d63d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae3bdb', endColorstr='#4d63d1', GradientType=1 ); }
  .indexTestimonial article:nth-child(3) .right {
    background: #e045af;
    background: -moz-linear-gradient(-45deg, #e045af 0%, #e6662b 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #e045af), color-stop(100%, #e6662b));
    background: -webkit-linear-gradient(-45deg, #e045af 0%, #e6662b 100%);
    background: -o-linear-gradient(-45deg, #e045af 0%, #e6662b 100%);
    background: -ms-linear-gradient(-45deg, #e045af 0%, #e6662b 100%);
    background: linear-gradient(135deg, #e045af 0%, #e6662b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e045af', endColorstr='#e6662b', GradientType=1 ); }
  .indexTestimonial article:nth-child(4) .right {
    background: #84e070;
    background: -moz-linear-gradient(-45deg, #84e070 0%, #3bafd9 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #84e070), color-stop(100%, #3bafd9));
    background: -webkit-linear-gradient(-45deg, #84e070 0%, #3bafd9 100%);
    background: -o-linear-gradient(-45deg, #84e070 0%, #3bafd9 100%);
    background: -ms-linear-gradient(-45deg, #84e070 0%, #3bafd9 100%);
    background: linear-gradient(135deg, #84e070 0%, #3bafd9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84e070', endColorstr='#3bafd9', GradientType=1 ); }
  .indexTestimonial article:nth-child(5) .right {
    background: #e045af;
    background: -moz-linear-gradient(-45deg, #e045af 0%, #e6662b 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #e045af), color-stop(100%, #e6662b));
    background: -webkit-linear-gradient(-45deg, #e045af 0%, #e6662b 100%);
    background: -o-linear-gradient(-45deg, #e045af 0%, #e6662b 100%);
    background: -ms-linear-gradient(-45deg, #e045af 0%, #e6662b 100%);
    background: linear-gradient(135deg, #e045af 0%, #e6662b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e045af', endColorstr='#e6662b', GradientType=1 ); }
  .indexTestimonial .left {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    width: 60%;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .5s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .indexTestimonial #one .left {
    background: url(../img/index/slider-1.jpg) no-repeat center;
    background-size: cover; }
  .indexTestimonial #two .left {
    background: url(../img/index/slider-2.jpg) no-repeat center;
    background-size: cover; }
  .indexTestimonial #three .left {
    background: url(../img/index/slider-3.jpg) no-repeat center;
    background-size: cover; }
  .indexTestimonial #four .left {
    background: url(../img/index/slider-4.jpg) no-repeat center;
    background-size: cover; }
  .indexTestimonial .right {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    width: 40%;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .5s;
    transition: transform .8s;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .indexTestimonial .right p {
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-style: normal;
    padding-top: 5%;
    max-width: 300px; }
  .indexTestimonial .right p cite {
    display: block;
    letter-spacing: 0;
    margin-bottom: 50px;
    font-size: 14px;
    font-style: normal; }
  .indexTestimonial .right p img {
    display: block;
    margin: 0 auto 32px auto;
    width: 150px; }
  .indexTestimonial .right p span {
    display: block;
    
    line-height: 1.2;
    letter-spacing: 0;
    padding-top: 20px;
    text-transform: lowercase; }
  .indexTestimonial .right > div {
    color: #fff;
    display: table-cell;
    padding: 0 20%;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
    .indexTestimonial .right > div h2 {
      text-transform: capitalize;
      font-size: 24px; }
  .indexTestimonial .visible .left, .indexTestimonial .visible .right {
    z-index: 5; }
  .indexTestimonial .visible .left, .indexTestimonial .visible .right {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.seccion-objetivo {
  background-image: url("../img/layout/objetivo.jpg");
  background-attachment: initial;
  background-position: center center;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  .seccion-objetivo .reto-bienvenida {
    padding: 20px 10px 0px; }
    .seccion-objetivo .reto-bienvenida .titulo-bienvenida {
      float: left; }
      .seccion-objetivo .reto-bienvenida .titulo-bienvenida h1 {
        color: #000000;
        
        font-weight: 600;
        margin: 0; }
      .seccion-objetivo .reto-bienvenida .titulo-bienvenida .line {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1663cc+0,5f1ba2+100 */
        background: #1663cc;
        /* Old browsers */
        background: -moz-linear-gradient(left, #1663cc 0%, #5f1ba2 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1663cc 0%, #5f1ba2 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1663cc 0%, #5f1ba2 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1663cc', endColorstr='#5f1ba2',GradientType=1 );
        /* IE6-9 */
        width: 100px;
        display: inline-block;
        position: relative;
        height: 5px;
        float: left;
        margin-top: 5px; }
    .seccion-objetivo .reto-bienvenida .texto-bienvenida {
      display: inline-block;
      position: relative;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 30px; }
      .seccion-objetivo .reto-bienvenida .texto-bienvenida .info {
        float: left;
        display: inline-block;
        font-weight: 500;
        color: #5f6264;
        text-align: justify;
        
        padding-top: 10px; }
  .seccion-objetivo .contenido-objetivos {
    background: rgba(105, 105, 105, 0.8);
    height: 300px;
    display: inline-block;
    position: relative;
    width: 100%; }
  .seccion-objetivo .objetivo {
    margin-bottom: 0px;
    padding: 0px; }
  .seccion-objetivo .blue-block {
    overflow: hidden;
    position: relative;
    min-height: 300px; }
    .seccion-objetivo .blue-block .conttext-hover {
      width: 100%;
      position: absolute;
      top: 10%; }
      .seccion-objetivo .blue-block .conttext-hover .gasper {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        opacity: 0;
        color: transparent;
        max-width: 100%;
        font-weight: 100;
        margin: 0 auto;
        line-height: 1.5;
        font-size: 16px; }
        .seccion-objetivo .blue-block .conttext-hover .gasper .titulo {
          height: 50px;
          color: #ffffff; }
          .seccion-objetivo .blue-block .conttext-hover .gasper .titulo h3 {
            
            font-weight: 600;
            font-size: 24px;
            padding: 0px;
            margin: 0px; }
        .seccion-objetivo .blue-block .conttext-hover .gasper .dsc-gasper {
          font-weight: 400;
          padding-right: 25px;
          padding-left: 25px;
          text-align: center;
          font-size: 14px; }
          .seccion-objetivo .blue-block .conttext-hover .gasper .dsc-gasper li {
            text-align: left;
            font-size: 12px; }
    .seccion-objetivo .blue-block:hover {
      background-color: #73d1ae; }
    .seccion-objetivo .blue-block:hover > .hvr-float {
      -webkit-transform: translateY(-300px);
      transform: translateY(-300px);
      background-color: transparent; }
    .seccion-objetivo .blue-block:hover > .conttext-hover .gasper {
      opacity: 1;
      color: #ffffff; }
  .seccion-objetivo .hvr-float {
    background-color: transparent;
    width: 100%;
    min-height: 300px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
    .seccion-objetivo .hvr-float .postimg-serv {
      display: inline-block;
      position: relative;
      min-height: 300px;
      width: 100%;
      padding-top: 50px;
      padding-bottom: 35px; }
      .seccion-objetivo .hvr-float .postimg-serv .titulo {
        height: 50px;
        color: #ffffff; }
        .seccion-objetivo .hvr-float .postimg-serv .titulo h3 {
          padding: 0px;
          margin: 0px;
          
          font-weight: 600;
          font-size: 24px; }
      .seccion-objetivo .hvr-float .postimg-serv img {
        max-width: 120px; }
  .seccion-objetivo .slick-prev {
    left: 10px; }
  .seccion-objetivo .slick-next {
    right: 10px; }

.seccion-padecimientos {
  background-color: #EDEDEF; }
  .seccion-padecimientos .titulo-padecimientos {
    
    padding-top: 30px;
    width: 100%;
    display: inline-block; }
    .seccion-padecimientos .titulo-padecimientos h2 {
      font-weight: 600;
      padding: 0px;
      margin: 0px; }
    .seccion-padecimientos .titulo-padecimientos .line {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff505d+0,ffb715+100 */
      background: #ff505d;
      /* Old browsers */
      background: -webkit-linear-gradient(left, #ff505d 0%, #ffb715 100%);
      background: -o-linear-gradient(left, #ff505d 0%, #ffb715 100%);
      background: linear-gradient(to right, #ff505d 0%, #ffb715 100%);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff505d', endColorstr='#ffb715',GradientType=1 );
      /* IE6-9 */
      width: 100px;
      display: inline-block;
      position: relative;
      height: 3px;
      margin-top: 5px; }
  .seccion-padecimientos .testimonios {
    min-height: 200px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px; }
    .seccion-padecimientos .testimonios .slick-list {
      overflow: visible; }
    .seccion-padecimientos .testimonios .contenido-testimonio {
      width: 100%;
      display: inline-block;
      position: relative; }
      .seccion-padecimientos .testimonios .contenido-testimonio .contenedo-test {
        display: inline-block;
        width: 100%; }
        .seccion-padecimientos .testimonios .contenido-testimonio .contenedo-test .testimonio-descripcion {
          max-width: 650px;
          font-size: 16px;
          text-align: center;
          display: inline-block;
          position: relative; }
          .seccion-padecimientos .testimonios .contenido-testimonio .contenedo-test .testimonio-descripcion .titulo-testimonio {
            width: 100%;
            display: inline-block;
            position: relative; }
            .seccion-padecimientos .testimonios .contenido-testimonio .contenedo-test .testimonio-descripcion .titulo-testimonio h2 {
              font-weight: 600;
              
              font-size: 24px;
              color: #5f6264;
              margin-top: 0px; }
          .seccion-padecimientos .testimonios .contenido-testimonio .contenedo-test .testimonio-descripcion .descrip-testimonio {
            width: 100%;
            display: inline-block;
            position: relative;
            font-size: 12px;
            max-width: 500px;
            color: #5f6264;
            font-weight: 400;
            padding: 0px 30px; }
    .seccion-padecimientos .testimonios .slick-prev, .seccion-padecimientos .testimonios .slick-next {
      background-color: transparent;
      top: 40%;
      height: 40px;
      width: 40px; }
    .seccion-padecimientos .testimonios .slick-prev::before, .seccion-padecimientos .testimonios .slick-next::before {
      color: #5f6264;
      font-size: 40px; }
    .seccion-padecimientos .testimonios .slick-prev::before {
      content: "\f053"; }
    .seccion-padecimientos .testimonios .slick-next::before {
      content: "\f054"; }
    .seccion-padecimientos .testimonios .cont-img-testimonio {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 250px;
      max-width: 250px;
      width: 100%;
      overflow: hidden;
      display: flex;
      margin: 0 auto;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 0px; }
    .seccion-padecimientos .testimonios .comillas {
      font-size: 18px; }

.seccion-alidos {
  background-color: #ffffff; }
  .seccion-alidos .titulo-padecimientos {
    
    padding-top: 30px;
    width: 100%;
    display: inline-block; }
    .seccion-alidos .titulo-padecimientos h2 {
      font-weight: 600;
      padding: 0px;
      margin: 0px;
      font-size: 36px; }
    .seccion-alidos .titulo-padecimientos .line {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b623a0+0,d42677+100 */
      background: #b623a0;
      /* Old browsers */
      background: -webkit-linear-gradient(left, #b623a0 0%, #d42677 100%);
      background: -o-linear-gradient(left, #b623a0 0%, #d42677 100%);
      background: linear-gradient(to right, #b623a0 0%, #d42677 100%);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b623a0', endColorstr='#d42677',GradientType=1 );
      /* IE6-9 */
      width: 100px;
      display: inline-block;
      position: relative;
      height: 3px;
      margin-top: 5px; }
  .seccion-alidos .list-clientes {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px; }
    .seccion-alidos .list-clientes .marca-style {
      display: inline-block;
      margin: 10px; }
      .seccion-alidos .list-clientes .marca-style .img-client {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        width: 200px;
        height: 150px; }
        .seccion-alidos .list-clientes .marca-style .img-client img {
          margin: 0 auto;
          max-width: 100%;
          max-height: 100%;
          width: 100%;
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
          filter: url("../img/gray.svg#grayscale");
          filter: gray;
          opacity: 0.5;
          -moz-opacity: 0.5;
          -webkit-opacity: 0.5; }
          .seccion-alidos .list-clientes .marca-style .img-client img:hover, .seccion-alidos .list-clientes .marca-style .img-client img:focus {
            -webkit-filter: none;
            -moz-filter: none;
            -ms-filter: grayscale(100%);
            -o-filter: none;
            filter: none;
            opacity: 1;
            -moz-opacity: 1;
            -webkit-opacity: 1; }
          .seccion-alidos .list-clientes .marca-style .img-client img:hover .rollover {
            opacity: 1; }

@media screen and (max-width: 980px) {
  .indexTestimonial .right {
    width: 50%; }
  .indexTestimonial .left {
    width: 50%; }
  .indexTestimonial .slideButtons a {
    left: 50%; } }
@media screen and (max-width: 767px) {
  .seccion-alidos .list-clientes .marca-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
@media screen and (max-width: 700px) {
  .seccion-objetivo {
    background-position: left center; }
    .seccion-objetivo .reto-bienvenida {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .seccion-objetivo .reto-bienvenida .texto-bienvenida .info {
        float: none;
        text-align: center; }
      .seccion-objetivo .reto-bienvenida .titulo-bienvenida .line {
        float: none; } }
@media screen and (max-width: 600px) {
  .seccion-objetivo .contenido-objetivos {
    min-height: 320px; }
  .seccion-objetivo .blue-block {
    min-height: 320px; }
    .seccion-objetivo .blue-block .conttext-hover .gasper .titulo {
      height: 35px; }
      .seccion-objetivo .blue-block .conttext-hover .gasper .titulo h3 {
        font-size: 18px; }
  .seccion-objetivo .hvr-float {
    min-height: 320px; }
    .seccion-objetivo .hvr-float .postimg-serv .titulo h3 {
      font-size: 18px; }

  .indexTestimonial article {
    height: 500px; }
  .indexTestimonial .testimonialSlider {
    height: 500px; }
  .indexTestimonial .left {
    display: none;
    visibility: hidden; }
  .indexTestimonial .right {
    width: 100%; }
  .indexTestimonial .slideButtons {
    height: 500px;
    top: -340px; }
    .indexTestimonial .slideButtons a {
      left: 10%; } }
@media screen and (max-width: 500px) {
  .seccion-objetivo .contenido-objetivos {
    min-height: 200px; }
  .seccion-objetivo .blue-block {
    min-height: 200px; }
    .seccion-objetivo .blue-block .conttext-hover .gasper .titulo {
      height: 70px; }
      .seccion-objetivo .blue-block .conttext-hover .gasper .titulo h3 {
        padding-top: 16px; }
    .seccion-objetivo .blue-block .conttext-hover .gasper .dsc-gasper {
      padding-right: 30px;
      padding-left: 30px;
      text-align: center;
      font-size: 16px; }
  .seccion-objetivo .hvr-float {
    min-height: 200px; } }
@media screen and (max-width: 480px) {
  .seccion-objetivo .slick-prev {
    width: 50px;
    height: 50px;
    left: 10px; }
  .seccion-objetivo .slick-next {
    width: 50px;
    height: 50px;
    right: 10px; }

  .contenedor-ccr .slick-prev {
    width: 50px;
    height: 50px;
    left: 10px; }
  .contenedor-ccr .slick-next {
    width: 50px;
    height: 50px;
    right: 10px; }

  .seccion-padecimientos .slick-prev {
    width: 50px;
    height: 50px;
    left: 10px; }
  .seccion-padecimientos .slick-next {
    width: 50px;
    height: 50px;
    right: 10px; }

  .seccion-alidos .list-clientes {
    margin-bottom: 0px; }

  .btn-inventario .btn {
    width: 110px;
    font-size: 14px; }

  .contenedor-ccr .ccr img {
    width: 140px; }

  .seccion-bienvenida .reto-bienvenida .texto-bienvenida .info {
    font-size: 14px; }
  .seccion-bienvenida .reto-bienvenida .titulo-bienvenida h2 {
    font-size: 18px; }

  .seccion-beneficios .reto-bienvenida .titulo-bienvenida h1 {
    font-size: 18px; }

  .seccion-objetivo .reto-bienvenida .titulo-bienvenida h1 {
    font-size: 18px; }
  .seccion-objetivo .reto-bienvenida .texto-bienvenida {
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 16px; }

  .seccion-padecimientos .titulo-padecimientos h2 {
    font-size: 18px; }
  .seccion-padecimientos .testimonios .contenido-testimonio .contenedo-test .testimonio-descripcion .titulo-testimonio h2 {
    font-size: 18px; }
  .seccion-padecimientos .testimonios .cont-img-testimonio {
    height: 200px;
    max-width: 200px; }
  .seccion-padecimientos .testimonios .slick-prev::before {
    font-size: 26px; }
  .seccion-padecimientos .testimonios .slick-next::before {
    font-size: 26px; }

  .seccion-alidos .titulo-padecimientos h2 {
    font-size: 18px; } }
@media screen and (max-width: 400px) {
  .indexTestimonial .slideButtons a {
    display: inline-block;
    width: 88px;
    margin: 0px;
    left: 14%; }

  .indexTestimonial .slideButtons {
    top: -200px;
    height: 100px; }

  .indexTestimonial .testimonialSlider {
    height: 450px; }

  .indexTestimonial .right p {
    max-width: 100%;
    font-size: 14px; }

  .indexTestimonial .right > div {
    padding: 0px 10px;
    display: inline-block;
    margin-top: 180px;
    padding: 0 5%; }

  .indexTestimonial .right > div h2 {
    margin-top: 0px;
    font-size: 16px; } }
@media screen and (max-width: 360px) {
  .seccion-objetivo .blue-block .conttext-hover .gasper .titulo {
    height: 50px; }
    .seccion-objetivo .blue-block .conttext-hover .gasper .titulo h3 {
      padding-top: 16px; }
  .seccion-objetivo .blue-block .conttext-hover .gasper .dsc-gasper {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px; }

  .seccion-bienvenida .reto-bienvenida .texto-bienvenida {
    padding-bottom: 10px; }
    .seccion-bienvenida .reto-bienvenida .texto-bienvenida .info {
      font-size: 12px; }

  .btn-inventario .btn {
    width: 110px;
    height: 30px;
    font-size: 14px;
    padding: 5px; }

  .contenedor-ccr .ccr img {
    width: 130px; } }
@media screen and (max-width: 320px) {
  .indexTestimonial .slideButtons a {
    width: 80px;
    margin: 0px; } }
.seccion-younoodle {
  min-height: 600px;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 20px;
  max-height: 720px; }
  .seccion-younoodle .younoodle {
    position: relative;
    display: inline-block;
    max-width: 720px;
    width: 100%; }
  .seccion-younoodle iframe {
    max-height: 700px;
    width: 100%;
    max-width: 100%; }
  .seccion-younoodle .reto-bienvenida {
    padding: 0px; }
    .seccion-younoodle .reto-bienvenida .titulo-bienvenida {
      max-width: 500px;
      display: inline-block;
      position: relative; }
      .seccion-younoodle .reto-bienvenida .titulo-bienvenida h2 {
        color: #000000;
        
        font-weight: 600;
        margin: 0 auto; }
      .seccion-younoodle .reto-bienvenida .titulo-bienvenida .line {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff505d+0,ffb715+100 */
        background: #ff505d;
        /* Old browsers */
        background: -webkit-linear-gradient(left, #ff505d 0%, #ffb715 100%);
        background: -o-linear-gradient(left, #ff505d 0%, #ffb715 100%);
        background: linear-gradient(to right, #ff505d 0%, #ffb715 100%);
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff505d', endColorstr='#ffb715',GradientType=1 );
        /* IE6-9 */
        width: 100px;
        display: inline-block;
        position: relative;
        height: 5px; }
      .seccion-younoodle .reto-bienvenida .titulo-bienvenida .registro {
        display: inline-block;
        width: 100%;
        font-weight: 500;
        color: #5f6264;
        text-align: center;
        
        padding-top: 10px; }

.fondo-videos {
  background-color: #ffffff; }
  .fondo-videos .contenedor-videos {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px; }
    .fondo-videos .contenedor-videos .img-youtubehomeo {
      display: inline-block; }
      .fondo-videos .contenedor-videos .img-youtubehomeo .video {
        width: 1180px;
        height: 600px;
        border-radius: 1%; }
  .fondo-videos .participar {
    background-size: contain;
    width: 100%;
    background-position: center center;
    height: 300px;
    background-repeat: no-repeat;
    /* background-color: #599ad8; */
    cursor: pointer;
    /* background-size: cover; */
    background-attachment: fixed; }

.bg-interno {
  background: #ffffff; }
  .bg-interno .reto-bienvenida {
    padding: 35px 0px; }
    .bg-interno .reto-bienvenida .titulo-bienvenida {
      max-width: 500px;
      display: inline-block;
      position: relative; }
      .bg-interno .reto-bienvenida .titulo-bienvenida h1 {
        color: #000000;
        
        font-weight: 600;
        margin: 0 auto;
        padding: 0px;
        margin: 0px; }
      .bg-interno .reto-bienvenida .titulo-bienvenida .line {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5bc7+0,1663cb+0,5f1ba1+100 */
        background: #1e5bc7;
        /* Old browsers */
        background: -moz-linear-gradient(left, #1e5bc7 0%, #1663cb 0%, #5f1ba1 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1e5bc7 0%, #1663cb 0%, #5f1ba1 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1e5bc7 0%, #1663cb 0%, #5f1ba1 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5bc7', endColorstr='#5f1ba1',GradientType=1 );
        /* IE6-9 */
        width: 100px;
        display: inline-block;
        position: relative;
        height: 5px; }
    .bg-interno .reto-bienvenida .mas-noticias-tit {
      
      display: inline-block;
      width: 100%;
      padding-top: 15px;
      padding-bottom: 15px;
      color: #5f6264;
      font-size: 14px;
      font-weight: 500; }
      .bg-interno .reto-bienvenida .mas-noticias-tit table {
        margin: 0 auto;
        display: inline-block;
        position: relative;
        float: none;
         }
        .bg-interno .reto-bienvenida .mas-noticias-tit table td {
          text-align: left;
          padding-left: 10px;
          font-weight: 500;
          font-size: 12px; }
  .bg-interno .ediciones {
    width: 100%;
    position: relative;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .bg-interno .ediciones .container-proyecto .proyecto {
      background-size: contain;
      width: 100%;
      background-position: center center;
      height: 400px;
      background-repeat: no-repeat; }

.descarga {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 90px; }
  .descarga .text-conoce {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 50px 0px 20px; }
  .descarga .btn-inventario .btn a {
    color: #fff;
    outline: none;
    text-decoration: none;
    font-size: 14px; }

.seccion-proyectos {
  background: #ffffff; }
  .seccion-proyectos .reto-bienvenida {
    padding: 35px 0px; }
    .seccion-proyectos .reto-bienvenida .titulo-bienvenida {
      max-width: 500px;
      display: inline-block;
      position: relative; }
      .seccion-proyectos .reto-bienvenida .titulo-bienvenida h2 {
        color: #000000;
        
        font-weight: 600;
        margin: 0 auto; }
      .seccion-proyectos .reto-bienvenida .titulo-bienvenida .line {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff505d+0,ffb715+100 */
        background: #ff505d;
        /* Old browsers */
        background: -webkit-linear-gradient(left, #ff505d 0%, #ffb715 100%);
        background: -o-linear-gradient(left, #ff505d 0%, #ffb715 100%);
        background: linear-gradient(to right, #ff505d 0%, #ffb715 100%);
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff505d', endColorstr='#ffb715',GradientType=1 );
        /* IE6-9 */
        width: 100px;
        display: inline-block;
        position: relative;
        height: 5px; }
  .seccion-proyectos .ediciones {
    width: 100%;
    position: relative;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .seccion-proyectos .ediciones .container-proyecto .proyecto {
      background-size: contain;
      width: 100%;
      background-position: center center;
      height: 240px;
      background-repeat: no-repeat; }

@media screen and (max-width: 1180px) {
  .fondo-videos .contenedor-videos .img-youtubehomeo .video {
    width: 800px;
    height: 500px; } }
@media screen and (max-width: 980px) {
  .fondo-videos .contenedor-videos .img-youtubehomeo .video {
    width: 700px;
    height: 400px; }

  .seccion-proyectos .ediciones .container-proyecto .proyecto {
    height: 300px; } }
@media screen and (max-width: 767px) {
  .fondo-videos .contenedor-videos .img-youtubehomeo .video {
    width: 500px;
    height: 300px; }

  .seccion-proyectos .ediciones {
    padding-bottom: 50px; }
    .seccion-proyectos .ediciones .container-proyecto .proyecto {
      height: 250px; } }
@media screen and (max-width: 600px) {
  .fondo-videos .contenedor-videos .img-youtubehomeo .video {
    width: 450px;
    height: 200px; }

  .fondo-videos .participar {
    height: 290px; }

  .seccion-proyectos .ediciones .container-proyecto {
    width: 100%;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px; } }
@media screen and (max-width: 500px) {
  .seccion-younoodle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .seccion-younoodle .younoodle {
      display: inline-block;
      width: 100%;
      position: relative; }
      .seccion-younoodle .younoodle iframe {
        width: 100%; }

  .fondo-videos .contenedor-videos {
    margin-top: 20px;
    margin-bottom: 0px; }
    .fondo-videos .contenedor-videos .img-youtubehomeo .video {
      width: 350px;
      height: 200px; }

  .bg-interno .reto-bienvenida .titulo-bienvenida h1 {
    font-size: 18px; }
  .bg-interno .reto-bienvenida .mas-noticias-tit {
    font-size: 12px;
    padding: 0px 20px; }
    .bg-interno .reto-bienvenida .mas-noticias-tit p span strong {
      font-size: 12px;
      text-align: center;
      max-width: 300px;
      display: inline-block;
      position: relative; }
    .bg-interno .reto-bienvenida .mas-noticias-tit table tbody {
      display: inline-block; }
    .bg-interno .reto-bienvenida .mas-noticias-tit table td {
      font-size: 12px;
      width: 100%;
      display: inline-block;
      position: relative;
      text-align: center;
      padding-bottom: 15px;
      padding-left: 0px; }

  .seccion-proyectos .reto-bienvenida .titulo-bienvenida h2 {
    font-size: 18px;
    padding: 0px 50px; } }
@media screen and (max-width: 480px) {
  .fondo-videos .participar {
    height: 250px; }

  .seccion-proyectos .reto-bienvenida .titulo-bienvenida h2 {
    font-size: 18px;
    padding: 0px 40px; } }
@media screen and (max-width: 360px) {
  .fondo-videos .contenedor-videos .img-youtubehomeo .video {
    width: 300px;
    height: 200px; }

  .fondo-videos .participar {
    height: 200px; }

  .seccion-proyectos .reto-bienvenida .titulo-bienvenida h2 {
    font-size: 18px;
    padding: 0px 20px; }

  .bg-interno .reto-bienvenida .mas-noticias-tit table td {
    padding-bottom: 0px; } }
@media screen and (max-width: 320px) {
  .fondo-videos .participar {
    height: 160px; }

  .seccion-proyectos .reto-bienvenida .titulo-bienvenida h2 {
    font-size: 18px;
    padding: 0px 10px; } }
/* -------------------------------- 

Navigation trigger - visible on small devices only

-------------------------------- */
.moda-pro #mfp-build-tool {
  position: relative;
  background: #FFF;
  padding: 2em 3em;
  width: auto;
  margin: 20px auto;
  max-width: 800px;
  height: auto;
  overflow-y: auto; }
  .moda-pro #mfp-build-tool .mfp-close {
    display: none; }

.cd-nav-trigger {
  display: block;
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(221, 26, 83, 0.9);
  /* reset button style */
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none; }
  .cd-nav-trigger span {
    /* central dot */
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #5f6264;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .cd-nav-trigger span::before, .cd-nav-trigger span::after {
      /* bottom and top dots */
      content: '';
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #5f6264;
      border-radius: inherit; }
    .cd-nav-trigger span::before {
      top: -9px; }
    .cd-nav-trigger span::after {
      bottom: -9px; }
  @media only screen and (min-width: 800px) {
    .cd-nav-trigger {
      display: none; } }

/* -------------------------------- 

Vertical navigation

-------------------------------- */
.cd-vertical-nav {
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9); }
  .cd-vertical-nav.fixed {
    position: fixed;
    top: 120px; }
  .cd-vertical-nav a {
    display: block;
    /* padding: 1em; */
    color: #5f6264;
    font-weight: bold;
    border-bottom: 1px solid rgba(95, 98, 100, 0.1); }
    .cd-vertical-nav a.active {
      color: #000000; }
  .cd-vertical-nav.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-overflow-scrolling: touch; }
  .cd-vertical-nav.open + .cd-nav-trigger {
    background-color: transparent; }
    .cd-vertical-nav.open + .cd-nav-trigger span {
      background-color: rgba(95, 98, 100, 0); }
    .cd-vertical-nav.open + .cd-nav-trigger span::before, .cd-vertical-nav.open + .cd-nav-trigger span::after {
      /* transform dots in 'X' icon */
      height: 3px;
      width: 20px;
      border-radius: 0;
      left: -8px; }
    .cd-vertical-nav.open + .cd-nav-trigger span::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 1px; }
    .cd-vertical-nav.open + .cd-nav-trigger span::after {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      bottom: 0; }
  @media only screen and (min-width: 800px) {
    .cd-vertical-nav {
      /* reset style */
      left: 5px;
      bottom: auto;
      height: auto;
      width: 70px;
      max-width: none;
      max-height: none;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      background-color: transparent;
      /* vertically align its content*/
      display: table;
      border-radius: 45px;
      background-color: #ffffff; }
      .cd-vertical-nav::before {
        /* this is the navigation background */
        /* content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba($color-3, .8);
        @include transform(translateX(100%));
        @include transition(transform .4s); */ }
      .no-touch .cd-vertical-nav:hover::before, .touch .cd-vertical-nav::before {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .cd-vertical-nav ul {
        /* vertically align <ul> inside <nav>*/
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        list-style: none;
        padding: 0px;
        margin: 0px; }
      .cd-vertical-nav a {
        position: relative;
        /* padding: 3em 0 0; */
        margin: 10px auto;
        border-bottom: none;
        font-size: 1.2rem;
        color: #dd1a53; }
        .cd-vertical-nav a img {
          margin: 0 auto;
          width: 50px;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0); }
      .cd-vertical-nav li:first-of-type a::after {
        /* change icon using image sprites */
        background-position: 0px -48px;
        /* fix bug with transitions - set scale(0.01) rather than scale(0) */
        -webkit-transform: translateX(-50%) translateY(4.5em) scale(0.01);
        -moz-transform: translateX(-50%) translateY(4.5em) scale(0.01);
        -ms-transform: translateX(-50%) translateY(4.5em) scale(0.01);
        -o-transform: translateX(-50%) translateY(4.5em) scale(0.01);
        transform: translateX(-50%) translateY(4.5em) scale(0.01); }
      .cd-vertical-nav li:first-of-type a::before {
        -webkit-transform: translateX(-50%) translateY(4.5em) scale(0.25);
        -moz-transform: translateX(-50%) translateY(4.5em) scale(0.25);
        -ms-transform: translateX(-50%) translateY(4.5em) scale(0.25);
        -o-transform: translateX(-50%) translateY(4.5em) scale(0.25);
        transform: translateX(-50%) translateY(4.5em) scale(0.25); }
      .cd-vertical-nav li:nth-of-type(2) a::after {
        background-position: 0px -32px;
        -webkit-transform: translateX(-50%) translateY(1.5em) scale(0.01);
        -moz-transform: translateX(-50%) translateY(1.5em) scale(0.01);
        -ms-transform: translateX(-50%) translateY(1.5em) scale(0.01);
        -o-transform: translateX(-50%) translateY(1.5em) scale(0.01);
        transform: translateX(-50%) translateY(1.5em) scale(0.01); }
      .cd-vertical-nav li:nth-of-type(2) a::before {
        -webkit-transform: translateX(-50%) translateY(1.5em) scale(0.25);
        -moz-transform: translateX(-50%) translateY(1.5em) scale(0.25);
        -ms-transform: translateX(-50%) translateY(1.5em) scale(0.25);
        -o-transform: translateX(-50%) translateY(1.5em) scale(0.25);
        transform: translateX(-50%) translateY(1.5em) scale(0.25); }
      .cd-vertical-nav li:nth-of-type(3) a::after {
        background-position: 0px -16px;
        -webkit-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
        -moz-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
        -ms-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
        -o-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
        transform: translateX(-50%) translateY(-1.5em) scale(0.01); }
      .cd-vertical-nav li:nth-of-type(3) a::before {
        -webkit-transform: translateX(-50%) translateY(-1.5em) scale(0.25);
        -moz-transform: translateX(-50%) translateY(-1.5em) scale(0.25);
        -ms-transform: translateX(-50%) translateY(-1.5em) scale(0.25);
        -o-transform: translateX(-50%) translateY(-1.5em) scale(0.25);
        transform: translateX(-50%) translateY(-1.5em) scale(0.25); }
      .cd-vertical-nav li:nth-of-type(4) a::after {
        background-position: 0px 0px;
        -webkit-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
        -moz-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
        -ms-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
        -o-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
        transform: translateX(-50%) translateY(-4.5em) scale(0.01); }
      .cd-vertical-nav li:nth-of-type(4) a::before {
        -webkit-transform: translateX(-50%) translateY(-4.5em) scale(0.25);
        -moz-transform: translateX(-50%) translateY(-4.5em) scale(0.25);
        -ms-transform: translateX(-50%) translateY(-4.5em) scale(0.25);
        -o-transform: translateX(-50%) translateY(-4.5em) scale(0.25);
        transform: translateX(-50%) translateY(-4.5em) scale(0.25); }
      .cd-vertical-nav .label {
        display: block;
        /* Force Hardware Acceleration */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s; }
      .no-touch .cd-vertical-nav:hover a::before, .no-touch .cd-vertical-nav:hover a::after, .touch .cd-vertical-nav li:nth-of-type(n) a::before, .touch .cd-vertical-nav li:nth-of-type(n) a::after {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        /* set a rotation to fix bug on Firefox - http://gielberkers.com/how-to-fix-shaking-css-transitions-in-firefox/ */
        -moz-transform: translateX(-50%) scale(1) rotate(0.02deg); }
      .no-touch .cd-vertical-nav:hover a::after, .touch .cd-vertical-nav a::after {
        opacity: 1;
        -webkit-transition: -webkit-transform 0.4s, opacity 0s;
        -moz-transition: -moz-transform 0.4s, opacity 0s;
        transition: transform 0.4s, opacity 0s; }
      .no-touch .cd-vertical-nav:hover .label, .touch .cd-vertical-nav .label {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); } }

/* -------------------------------- 

Content Sections - basic style

-------------------------------- */
.cd-section {
  /* vertically align its content*/
  display: inline-block;
  width: 100%; }

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 44px;
  height: 44px;
  background: url(../img/cd-arrow-bottom.svg) no-repeat center center; }

/* -------------------------------- 

no-js

-------------------------------- */
.no-js .cd-nav-trigger {
  display: none; }

.no-js .cd-vertical-nav {
  position: static;
  height: auto;
  width: 100%;
  max-width: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .no-js .cd-vertical-nav::before {
    display: none; }
  .no-js .cd-vertical-nav ul::after {
    clear: both;
    content: "";
    display: table; }
  .no-js .cd-vertical-nav li {
    display: inline-block;
    float: left; }
  .no-js .cd-vertical-nav a {
    padding: 0 1em;
    margin: 1.5em 1em;
    color: #dd1a53; }
    .no-js .cd-vertical-nav a.active {
      color: #000000; }
  .no-js .cd-vertical-nav a::after, .no-js .cd-vertical-nav a::before {
    display: none; }
  .no-js .cd-vertical-nav .label {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

/* gtk-cod */
.espacio-logros {
  margin-top: 20px;
  margin-bottom: 20px; }

.espacio-graduado {
  margin-top: 40px; }

.proyec-espacio {
  margin-top: 2%;
  margin-bottom: 5%;
  width: 100%;
  position: relative;
  display: inline-block; }

.tit-logros {
  font-size: 30px;
  color: #263238;
  font-weight: 500; }

.line-blue {
  display: block;
  width: 200px;
  height: 3px;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#599ad7+0,00fe6c+100 */
  background: #599ad7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #599ad7 0%, #00fe6c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #599ad7 0%, #00fe6c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #599ad7 0%, #00fe6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599ad7', endColorstr='#00fe6c',GradientType=1 );
  /* IE6-9 */ }

.white-block {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 20px; }

.blk-tipo-1 {
  transition: all 3s easy;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left; }
  .blk-tipo-1 img {
    margin: 0 auto;
    width: 200px;
    height: 110px; }
  .blk-tipo-1 span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #1c3ed1;
    color: #ffffff !important;
    transition: all .5s ease-in-out;
    text-transform: inherit; }
  .blk-tipo-1:hover span {
    height: 100%;
    padding: 15px;
    color: #ffffff; }

.tits-sections {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  color: #263238; }

.logito {
  float: left;
  background-color: #2c3fcc;
  border-radius: 0px 50px 50px 0px;
  margin-bottom: 20px;
  padding: 8px;
  display: inline-block;
  position: relative;
  max-width: 100px;
  width: 100%; }
  .logito .img-logro {
    max-width: 50px;
    display: inline-block;
    position: relative; }
  .logito .img-emp {
    max-width: 70px;
    display: inline-block;
    position: relative; }

.box {
  -webkit-box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45); }

.blok-multi {
  -webkit-box-shadow: 0px 0px 30px 16px #ebebeb;
  -moz-box-shadow: 0px 0px 30px 16px #ebebeb;
  box-shadow: 0px 0px 30px 16px #ebebeb; }
  .blok-multi .flex-logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 12%; }
    .blok-multi .flex-logos .tits-sections {
      text-align: right;
      font-size: 26px;
      font-weight: 500;
      color: #263238;
      margin-bottom: 20px; }
    .blok-multi .flex-logos .logito {
      float: right;
      background-color: #2c3fcc;
      border-radius: 50px 0px 0px 50px;
      margin-bottom: 20px; }
    .blok-multi .flex-logos .flex-logos-internos {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .blok-multi .flex-logos .flex-logos-internos .log-pro {
        float: left; }
  .blok-multi:nth-child(odd) .flex-logos {
    flex-direction: row-reverse; }
    .blok-multi:nth-child(odd) .flex-logos .tits-sections {
      text-align: left; }
    .blok-multi:nth-child(odd) .flex-logos .logito {
      float: left;
      background-color: #2c3fcc;
      border-radius: 0px 50px 50px 0px; }

.flex-alfabeto {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }
  .flex-alfabeto .alfabeto {
    color: #FFFFFF;
    background: #599ad7;
    /* Old browsers */
    border-radius: 25px;
    padding: 6px 11px;
    min-width: 100px;
    text-align: center;
    font-weight: 600;
    background-color: #c7c7c7;
    outline: none;
    outline-width: 0;
    text-decoration: none; }
    .flex-alfabeto .alfabeto.active {
      background: -moz-linear-gradient(left, #599ad7 0%, #00fe6c 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #599ad7 0%, #00fe6c 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #599ad7 0%, #00fe6c 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599ad7', endColorstr='#00fe6c',GradientType=1 );
      /* IE6-9 */ }
    .flex-alfabeto .alfabeto:active, .flex-alfabeto .alfabeto:hover, .flex-alfabeto .alfabeto:focus {
      background: -moz-linear-gradient(left, #599ad7 0%, #00fe6c 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #599ad7 0%, #00fe6c 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #599ad7 0%, #00fe6c 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599ad7', endColorstr='#00fe6c',GradientType=1 );
      /* IE6-9 */ }

.graduados {
  margin-bottom: 30px;
  margin-top: 10px; }
  .graduados .link-graduado {
    text-align: left;
    display: inline-block;
    position: relative; }
    .graduados .link-graduado .graduado {
      font-weight: 600;
      
      color: #000000;
      font-size: 12px;
      text-transform: initial;
      outline: none;
      outline-width: 0;
      text-decoration: none; }
    .graduados .link-graduado .graduado:hover {
      color: #599ad8; }

/* hay que buscar este codigo */
@media only screen and (max-width: 767px) {
  .graduados .link-graduado {
    height: 30px; }

  .cd-nav-trigger {
    display: none; }

  .proyecto {
    width: 100%;
    display: inline-block;
    position: relative; }

  .tits-sections {
    font-size: 20px;
    padding-left: 12px; }

  .blok-multi .flex-logos .tits-sections {
    padding-right: 12px; }

  .blk-tipo-1 {
    width: 30%; }

  .blok-multi .flex-logos {
    flex-direction: column-reverse; }
  .blok-multi:nth-child(odd) .flex-logos {
    flex-direction: column-reverse; }

  .blok-multi .flex-logos .flex-logos-internos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .blok-multi .flex-logos .flex-logos-internos .log-pro {
      height: 150px;
      width: 200px; } }
.logros-guaduados {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0px; }
  .logros-guaduados .contenedor-producto {
    display: flex;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45);
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; }
    .logros-guaduados .contenedor-producto .producto {
      margin-top: 10%;
      width: 100%;
      display: inline-block;
      position: relative;
      max-width: 400px; }
  .logros-guaduados .contenedor-info {
    display: inline-block;
    position: relative;
    padding: 0px;
    color: #5f6264;
    font-weight: 500;
    
    -webkit-box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 21px 18px -22px rgba(0, 0, 0, 0.45); }
    .logros-guaduados .contenedor-info .contenedor-logo {
      width: 100%;
      position: relative;
      max-width: 150px;
      display: inline-block;
      padding-top: 15px; }
    .logros-guaduados .contenedor-info .descripcion {
      width: 100%;
      position: relative;
      display: inline-block;
      
      font-size: 14px;
      padding: 5px 0px;
      color: #5f6264; }
      .logros-guaduados .contenedor-info .descripcion h3 {
        margin: 0px;
        font-size: 16px; }
    .logros-guaduados .contenedor-info .link {
      
      font-size: 16px;
      color: #5fa8fc;
      font-weight: 700; }
  .logros-guaduados .contenedor-direccion {
    width: 100%;
    position: relative;
    display: inline-block;
    
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px; }
    .logros-guaduados .contenedor-direccion .texto {
      width: 100%;
      position: relative;
      display: inline-block;
      
      font-size: 16px;
      padding-top: 10px; }
      .logros-guaduados .contenedor-direccion .texto .text1 {
        font-bold: 700;
        
        width: 100%;
        display: inline-block;
        position: relative; }
      .logros-guaduados .contenedor-direccion .texto .text2 {
        width: 50%;
        display: inline-block;
        position: relative;
        font-bold: 700;
         }
    .logros-guaduados .contenedor-direccion .map {
      width: 100%; }
      .logros-guaduados .contenedor-direccion .map a {
        font-bold: 700;
        
        color: #5f6264;
        width: 50%;
        display: inline-block;
        position: relative; }

@media only screen and (max-width: 600px) {
  .blk-tipo-1 {
    width: 50%;
    padding: 5px; }

  .tit-logros {
    font-size: 20px; } }
@media only screen and (max-width: 480px) {
  .flex-alfabeto .alfabeto {
    width: 200px;
    margin: 20px 0px; }

  .graduados .link-graduado {
    height: 50px; } }
@media only screen and (max-width: 360px) {
  .flex-alfabeto .alfabeto {
    width: 200px;
    margin: 5px 0px; } }
.seccion_preguntas {
  background-color: #ffffff; }
  .seccion_preguntas .reto-bienvenida .titulo-bienvenida {
    max-width: 500px;
    display: inline-block;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px; }
    .seccion_preguntas .reto-bienvenida .titulo-bienvenida h2 {
      color: #000000;
      
      font-weight: 600;
      margin: 0 auto; }
    .seccion_preguntas .reto-bienvenida .titulo-bienvenida .line {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5bc7+0,1663cb+0,5f1ba1+100 */
      background: #1e5bc7;
      /* Old browsers */
      background: -moz-linear-gradient(left, #1e5bc7 0%, #1663cb 0%, #5f1ba1 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #1e5bc7 0%, #1663cb 0%, #5f1ba1 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #1e5bc7 0%, #1663cb 0%, #5f1ba1 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5bc7', endColorstr='#5f1ba1',GradientType=1 );
      /* IE6-9 */
      width: 100px;
      display: inline-block;
      position: relative;
      height: 5px; }
  .seccion_preguntas .contenedor_preguntas {
    background-color: #ffffff; }
    .seccion_preguntas .contenedor_preguntas .panel-group .panel + .panel {
      margin-top: 40px; }
    .seccion_preguntas .contenedor_preguntas .panel-title > .small, .seccion_preguntas .contenedor_preguntas .panel-title > .small > a, .seccion_preguntas .contenedor_preguntas .panel-title > a, .seccion_preguntas .contenedor_preguntas .panel-title > small, .seccion_preguntas .contenedor_preguntas .panel-title > small > a {
      color: inherit;
      padding-right: 30px;
      position: relative;
      width: 100%;
      display: inline-block;
      padding-top: 5px;
      padding-bottom: 5px; }
    .seccion_preguntas .contenedor_preguntas .panel-heading {
      text-align: left; }
      .seccion_preguntas .contenedor_preguntas .panel-heading h4 a strong {
        padding-left: 10px; }
      .seccion_preguntas .contenedor_preguntas .panel-heading h4 a::before {
        content: "\f107";
        color: #6dbbf7;
        font-family: FontAwesome;
        position: absolute;
        right: 5px;
        top: 0px;
        font-weight: bold;
        font-size: 24px; }
      .seccion_preguntas .contenedor_preguntas .panel-heading h4 a.collapsed::before {
        content: "\f106";
        color: #6dbbf7;
        font-family: FontAwesome;
        position: absolute;
        right: 5px;
        top: 0px;
        font-weight: bold;
        font-size: 24px; }

@media screen and (max-width: 500px) {
  .seccion_preguntas .reto-bienvenida .titulo-bienvenida h2 {
    font-size: 18px; }

  .seccion_preguntas .contenedor_preguntas .panel-heading h4 a strong {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  .seccion_preguntas .contenedor_preguntas .panel-heading h4 a strong {
    font-size: 12px; } }
.fond-contacto {
  background: #7d858b;
  /* background-image: url("../img/layout/space.jpg");
  background-repeat: no-repeat;
  background-position: bottom center; */ }
  .fond-contacto .pos-formulario .form-info {
    width: 100%;
    display: inline-block;
    position: relative; }
    .fond-contacto .pos-formulario .form-info .texto {
      float: left;
      width: 100%;
      display: inline-block;
      position: relative; }
      .fond-contacto .pos-formulario .form-info .texto .titulo {
        text-align: left; }
        .fond-contacto .pos-formulario .form-info .texto .titulo h2 {
          color: #ffffff;
          font-weight: 500;
          font-size: 24px;
          padding: 0px;
          margin-top: 10px;
          margin-bottom: 5px; }
      .fond-contacto .pos-formulario .form-info .texto .direccion {
        text-align: left;
        color: #ffffff;
        font-weight: 500;
        font-size: 14px; }
      .fond-contacto .pos-formulario .form-info .texto .telefono {
        text-align: left;
        color: #ffffff;
        font-weight: 500;
        font-size: 14px; }
      .fond-contacto .pos-formulario .form-info .texto .correo {
        text-align: left;
        color: #ffffff;
        font-weight: 500;
        font-size: 12px;
        padding-bottom: 15px; }
  .fond-contacto .pos-formulario .formulario-contacto .form-group {
    margin-bottom: 0px; }
    .fond-contacto .pos-formulario .formulario-contacto .form-group .form-control {
      border-radius: 0px;
      height: 30px;
      font-size: 12px;
      padding: 0px 5px; }
    .fond-contacto .pos-formulario .formulario-contacto .form-group textarea.form-control {
      height: 50px;
      resize: none; }
  .fond-contacto .pos-formulario .formulario-contacto .btn {
    border-radius: 50px;
    width: 150px;
    float: right;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #ffffff; }

.gobierno {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-top: 15%;
  text-align: right; }
  .gobierno img {
    max-width: 350px; }

.contacto-home {
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
  display: inline-block;
  width: 100%; }
  .contacto-home .left {
    float: right; }
  .contacto-home .right {
    float: left; }

@media screen and (max-width: 767px) {
  .gobierno {
    padding-top: 2%;
    text-align: center; }
    .gobierno img {
      max-width: 300px; }

  .fond-contacto {
    background-position: left center; }
    .fond-contacto .pos-formulario .form-info .texto .titulo {
      text-align: center; }
    .fond-contacto .pos-formulario .form-info .texto .direccion {
      text-align: center; }
    .fond-contacto .pos-formulario .form-info .texto .telefono {
      text-align: center; }
    .fond-contacto .pos-formulario .form-info .texto .correo {
      text-align: center; }
    .fond-contacto .pos-formulario .formulario-contacto .btn {
      float: none; }

  .contacto-home {
    padding-bottom: 10px; } }
/* ==|====================
   Layout/Footer
   ======================= */
.footer {
  min-height: 10px;
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  background: #7d858b;
  background-repeat: no-repeat;
  min-width: 320px;
  /* background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%; */ }
  .footer .logo-ferall {
    float: right; }
    .footer .logo-ferall img {
      display: inline-block; }
  .footer .copyright {
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    width: 100%; }
    .footer .copyright .aviso {
      color: #ffffff; }

@media screen and (max-width: 500px) {
  footer .copyright .aviso {
    color: #ffffff;
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 5px; }
  footer .logo-ferall {
    float: none;
    padding-top: 5px; }
    footer .logo-ferall a {
      color: #ffffff; } }
@media screen and (max-width: 500px) {
  footer .copyright {
    padding-bottom: 0px; } }
#younoodle{
  padding:25px 0px;
}
/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */



/*# sourceMappingURL=style.css.map */


.btn-display{
  background-color:#8FCDC0;
  color:#FFF;
  padding: 5px;
  margin:10px;
  cursor: pointer;
  border-radius: 5px;
}
.btn-display:hover{
  color:#FFF;
  background-color:  #014D89;
  padding: 8px;
}
#viewInversion{
  display: none;
}

/* cosnume local*/
.seccion_consume_local{

}
.submenu{

}
.submenu ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.submenu ul li{
  list-style: none;
  margin: 5px;
  padding: 10px;
  cursor: pointer;
}
.submenu ul li.active::after{
  display:block;
  content: '';
  border-bottom: solid 3px #92a8d1;  
  transform: scaleX(1);  
  
}

.submenu ul li::after{
  display:block;
  content: '';
  border-bottom: solid 3px #92a8d1;  
  transform: scaleX(0);  
  transition: transform 300ms ease-in-out;
}
.submenu ul li:hover:after {
  transform: scaleX(1);
 }
 @media screen and (min-width: 600px){ 
 .sticky {
  position: fixed;
  top: 60px;
  width: 100%;
  background-color: #FFF;
  z-index: 99;
}
}


.sticky + .container {
  padding-top: 60px;
}


.items-negocios{
    margin-bottom: 100px;
    display: flex;
    flex-flow: wrap;
    position: relative;
}
.items-negocios .col-md-6{
  height: fit-content !important;
}
 
.panel{
  margin: 10px auto;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.panel-title{
  margin: 5px;
  color:#3F3F3F;
  font-size: 1.8em;
  font-weight: bold;
}
.panel-img{
  width: 100%;
  transform: scaleY(1);
    height: 300px;
}
.panel-footer{
  display: flex;
}
.panel-footer div{
  width:50%;
}
.panel-footer .big{
  font-size: 30px;
  margin: 5px 15px;
}
.panel-text{
  text-align: justify;
}

.nav_up {
  display: none;
  padding: 5px;
    background-color: white;
    border: 1px solid #CCC;
    position: fixed;
    width: auto;
    height: auto;
    bottom: 60px;
    opacity: 0.7;
    right: 64px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 45px;
    color: #CCC;
}

.navbar-toggle .fa {
    color: #ccc !important;
}

@media screen and (max-width: 600px){
  .submenu ul{
    display: block !important;
    padding: 0px;
    z-index:1;
   width:95% ;
  }
  .submenu ul li{
    margin:1px;
    padding: 3px;
  }
  .panel-img{
    height:250px;
  }
  .panel-footer{
    display: block;
  }
  .panel-footer div{
    width: 100% !important;
  }
  .panel-footer .big{
    font-size: 20px;
  }
  .nav_up{
    bottom: 20px;
    right: 25px;
    font-size: 20px;
  }

}


/*page challengers*/
.banner-page{
  height: 355px;
  overflow: hidden;
}
.banner-page img{
  transform: translateY(-145px);
}