@charset "UTF-8";
/* Compass */
/* Mixins */
/*  http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* 1. Set a rem font size with pixel fallback */
/* 2. Breakpoints */
/* 3. SVG background images with PNG and retina fallback */
/* 4. Animations and keyframes  */
/* 5. Transitions */
/* 6. Cross browser opacity */
/* 7. Clearfix */
/* 8. Visually hide an element */
/**
 * the sticky footer mixin
 **/
/* Tools */
/* COLDIDER */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
.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 {
  position: relative;
  font-family: "Asap", sans-serif;
  font-weight: 300;
  font-size: 18px;
  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; }

.main-container {
  display: inline-block;
  position: relative;
  max-width: 1180px;
  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: 1;
  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
   ======================== */
.form-control {
  border-radius: 8px; }

.form-group {
  margin-bottom: 0px; }

textarea.form-control {
  height: 100px;
  resize: none; }

/* Plugins */
/* ==|====================
   Plugins/General
   ======================= */
/* ==|====================
   Plugins/slick-slider
   ======================= */
/* theme slick-slider*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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 {
    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: 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-slide:focus {
    outline: none; }

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

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

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  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: 30px;
  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: "\f104"; }
    [dir="rtl"] .slick-prev:before {
      content: "\f104"; }

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: FontAwesome;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #000000;
        opacity: .25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000000;
      opacity: 1; }

/* -----------------------------time line -------------------------------------------*/
/* ---------------- *\
   GLOBAL VARIABLES
\* ---------------- */
/* 1 / sqrt(3) */
/* ------ *\
   MIXINS
\* ------ */
/* -------------- *\
   MAIN CONTAINER
\* -------------- */
.timeline-me-container {
  position: relative; }

.timeline-me-container.no-scroll .timeline-me-wrapper {
  overflow: hidden; }

.timeline-me-container.no-x-scroll .timeline-me-wrapper {
  overflow-x: hidden; }

.timeline-me-container.no-y-scroll .timeline-me-wrapper {
  overflow-y: hidden; }

.timeline-me-track {
  position: relative;
  overflow: hidden; }

.timeline-me-track:before {
  content: '';
  position: absolute;
  background: #bebebe;
  border-radius: 45px; }

.timeline-me-vertical .timeline-me-track:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 8px;
  margin-left: -4px; }

.timeline-me-horizontal .timeline-me-track {
  display: table; }

.timeline-me-horizontal .timeline-me-track:before {
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  margin-top: -2px; }

.timeline-me-leftscroll,
.timeline-me-rightscroll {
  width: 50px;
  position: absolute;
  z-index: 1001;
  top: 0;
  bottom: 0; }

.timeline-me-leftscroll {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#8dd8dd), to(rgba(141, 216, 221, 0)));
  background-image: -webkit-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -moz-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -ms-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -o-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: linear-gradient(to right, #8dd8dd, rgba(141, 216, 221, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#8dd8dd', end-colourStr='rgba(141, 216, 221, 0)', gradientType='1'); }

.timeline-me-rightscroll {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(141, 216, 221, 0)), to(#8dd8dd));
  background-image: -webkit-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -moz-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -ms-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -o-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: linear-gradient(to right, rgba(141, 216, 221, 0), #8dd8dd);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='rgba(141, 216, 221, 0)', end-colourStr='#8dd8dd', gradientType='1'); }

.timeline-me-leftarrow,
.timeline-me-rightarrow {
  position: absolute;
  top: 50%;
  z-index: 1002;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.timeline-me-leftarrow:after,
.timeline-me-rightarrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-style: solid; }

.timeline-me-leftarrow {
  left: 0; }

.timeline-me-leftarrow:after {
  left: 0;
  border-width: 11.54px 20px 11.54px 0;
  border-color: transparent #ffffff transparent transparent; }

.timeline-me-rightarrow {
  right: 0; }

.timeline-me-rightarrow:after {
  right: 0;
  border-width: 11.54px 0 11.54px 20px;
  border-color: transparent transparent transparent #ffffff; }

/* -------------------- *\
   GENERIC ITEM'S STYLE
\* -------------------- */
.timeline-me-horizontal {
  /*.timeline-me-label { bottom: - ($label-picto-total-size - $timeline-thickness) / 2; }*/ }

.timeline-me-horizontal .timeline-me-wrapper {
  overflow-x: scroll; }

.timeline-me-horizontal .timeline-me-item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px; }

.timeline-me-horizontal .timeline-me-fix-height .timeline-me-label {
  height: 150px; }

.timeline-me-horizontal .timeline-me-fix-height .timeline-me-content {
  height: 300px; }

.timeline-me-horizontal .timeline-me-fix-width .timeline-me-label {
  width: 200px; }

.timeline-me-horizontal .timeline-me-fix-width .timeline-me-content {
  width: 400px; }

.timeline-me-vertical .timeline-me-item {
  padding-top: 5px;
  padding-bottom: 5px; }

.timeline-me-item,
.timeline-me-item:first-child {
  position: relative;
  margin: 20px 0px; }

.timeline-me-content {
  position: relative;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.timeline-me-shortcontent,
.timeline-me-fullcontent {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  line-height: 20px;
  border-radius: 2px; }

.timeline-me-showmore {
  display: block; }

.timeline-me-showless {
  display: none; }

.timeline-me-hidden {
  position: relative;
  z-index: -1000; }

/* ----------------- *\
   MILESTONE ELEMENT
\* ----------------- */
.timeline-me-milestone {
  /* Specific for 'right' position item - default one */
  /* Specific for 'top' position item */
  /* Specific for 'left' position item */
  /* Specific for 'bottom' position item */ }

.timeline-me-milestone .timeline-me-label {
  position: relative;
  line-height: 36px; }

.timeline-me-milestone .timeline-me-label .timeline-me-picto {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #555555;
  z-index: 100;
  text-align: center;
  overflow: hidden; }

.timeline-me-milestone.timeline-me-right, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) {
  width: 50%;
  margin-left: 50%; }

.timeline-me-milestone.timeline-me-right .timeline-me-label, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) .timeline-me-label {
  height: 36px;
  padding-left: 39px;
  margin-left: -18px; }

.timeline-me-milestone.timeline-me-right .timeline-me-label .timeline-me-picto, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0; }

.timeline-me-milestone.timeline-me-top {
  margin: auto;
  text-align: center; }

.timeline-me-milestone.timeline-me-top .timeline-me-label {
  padding-bottom: 39px; }

.timeline-me-milestone.timeline-me-top .timeline-me-label .timeline-me-picto {
  bottom: 0px;
  left: 50%;
  margin-left: -18px; }

.timeline-me-milestone.timeline-me-left {
  width: 50%;
  margin-right: 50%;
  text-align: right; }

.timeline-me-milestone.timeline-me-left .timeline-me-label {
  height: 36px;
  padding-right: 39px;
  margin-right: -18px; }

.timeline-me-milestone.timeline-me-left .timeline-me-label .timeline-me-picto {
  top: 0;
  right: 0px; }

.timeline-me-milestone.timeline-me-bottom {
  margin: auto;
  text-align: center; }

.timeline-me-milestone.timeline-me-bottom .timeline-me-label {
  padding-top: 39px; }

.timeline-me-milestone.timeline-me-bottom .timeline-me-label .timeline-me-picto {
  top: 0px;
  left: 50%;
  margin-left: -18px; }

.timeline-me-milestone .timeline-me-shortcontent {
  display: none; }

.timeline-me-horizontal .timeline-me-milestone.timeline-me-top .timeline-me-label-wrapper {
  padding-bottom: 36px; }

.timeline-me-horizontal .timeline-me-milestone.timeline-me-bottom .timeline-me-label-wrapper {
  padding-top: 36px; }

/* ----------------- *\
   SMALLITEM ELEMENT
\* ----------------- */
.timeline-me-smallitem {
  /* Specific for 'left' position item - default one */
  /* Specific for 'top' position item */
  /* Specific for 'right' position item */
  /* Specific for 'bottom' position item */ }

.timeline-me-smallitem .timeline-me-item-wrapper {
  position: relative; }

.timeline-me-smallitem .timeline-me-label {
  position: absolute;
  line-height: 36px; }

.timeline-me-smallitem .timeline-me-label .timeline-me-picto {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 4px;
  width: 30px;
  margin-top: 13px;
  background-color: #ffffff;
  border-radius: 45px;
  border: 3px solid #bebebe;
  z-index: 100;
  text-align: center;
  overflow: hidden;
  background-color: #bebebe; }

.timeline-me-smallitem.timeline-me-left .timeline-me-label, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label {
  left: 50%;
  top: 0;
  margin-left: -18px;
  text-align: left;
  padding-left: 39px;
  color: #283673;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px; }

.timeline-me-smallitem.timeline-me-left .timeline-me-label .timeline-me-picto, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0px; }

.timeline-me-smallitem.timeline-me-left .timeline-me-content-container, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-content-container {
  width: 40%;
  margin-left: 10%;
  padding-right: 25px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-label {
  top: 50%;
  left: 0;
  margin-top: -18px;
  text-align: left;
  padding-top: 39px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-label .timeline-me-picto {
  top: 0px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-content-wrapper:not(.timeline-me-hidden) {
  margin-bottom: 50px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-fullcontent:before,
.timeline-me-smallitem.timeline-me-top .timeline-me-shortcontent:before {
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  bottom: -5px;
  left: 18px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-label {
  right: 50%;
  top: 0;
  margin-right: -18px;
  text-align: right;
  padding-right: 39px;
  color: #283673;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-label .timeline-me-picto {
  top: 0;
  right: 0px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-content-container {
  width: 40%;
  margin-left: 50%;
  padding-left: 25px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-label {
  bottom: 50%;
  left: 0;
  margin-bottom: -18px;
  text-align: left;
  padding-bottom: 39px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-label .timeline-me-picto {
  bottom: 0px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-content-wrapper:not(.timeline-me-hidden) {
  margin-top: 50px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-fullcontent:before,
.timeline-me-smallitem.timeline-me-bottom .timeline-me-shortcontent:before {
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  top: -5px;
  left: 18px; }

.timeline-me-smallitem .timeline-me-content-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.timeline-me-smallitem .timeline-me-fullcontent,
.timeline-me-smallitem .timeline-me-shortcontent {
  padding: 10px;
  min-height: 18px;
  min-width: 18px; }

.timeline-me-smallitem .timeline-me-fullcontent:before,
.timeline-me-smallitem .timeline-me-shortcontent:before {
  content: '';
  position: absolute; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-shortcontent, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-shortcontent {
  display: none; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-fullcontent, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-fullcontent {
  display: block; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-showmore, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-showmore {
  display: none; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-showless, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-showless {
  display: block; }

.timeline-me-smallitem .timeline-me-shortcontent {
  display: inline-block; }

.timeline-me-smallitem .timeline-me-fullcontent {
  display: none; }

/* --------------- *\
   BIGITEM ELEMENT
\* --------------- */
.timeline-me-bigitem {
  /* to avoid "not clickable" effect on flipped element */ }

.timeline-me-bigitem .timeline-me-label {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 39px;
  line-height: 36px; }

.timeline-me-bigitem .timeline-me-label .timeline-me-picto {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #555555;
  z-index: 100;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  text-align: center;
  overflow: hidden; }

.timeline-me-bigitem .timeline-me-content-wrapper {
  position: relative;
  z-index: 1000; }

.timeline-me-bigitem .timeline-me-content-container {
  width: 80%;
  margin: auto; }

.timeline-me-bigitem .timeline-me-fullcontent,
.timeline-me-bigitem .timeline-me-shortcontent {
  padding: 20px; }

.timeline-me-bigitem .timeline-me-flipped .timeline-me-showmore, .timeline-me-bigitem.timeline-me-flipped .timeline-me-showmore {
  display: none; }

.timeline-me-bigitem .timeline-me-flipped .timeline-me-showless, .timeline-me-bigitem.timeline-me-flipped .timeline-me-showless {
  display: block; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper {
  display: table; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper .timeline-me-label-wrapper,
.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper .timeline-me-content-wrapper {
  display: table-cell;
  vertical-align: middle; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-label {
  margin-bottom: 0;
  bottom: 18px; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-content-container {
  width: 100%;
  margin: 0; }

/* --------------- *\
   BIGITEM 3D-FLIP
\* --------------- */
/* entire container, keeps perspective */
.timeline-me-bigitem {
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* flip the pane when hovered */
  /* Configure flip speed */
  /* Hide back of pane during flip */
  /* Front pane, placed above back */
  /* Back pane, initially hidden pane */ }

.timeline-me-bigitem.timeline-me-flipped .timeline-me-content-container {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.timeline-me-bigitem .timeline-me-content-container {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.timeline-me-bigitem .timeline-me-shortcontent, .timeline-me-bigitem .timeline-me-fullcontent {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

.timeline-me-bigitem .timeline-me-shortcontent {
  z-index: 2;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.timeline-me-bigitem .timeline-me-fullcontent {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* -------------- *\
   COLLAPSED MODE
\* -------------- */
.timeline-me-collapsed .timeline-me-smallitem .timeline-me-content-wrapper,
.timeline-me-collapsed .timeline-me-bigitem .timeline-me-content-wrapper, .timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-content-wrapper, .timeline-me-collapsed.timeline-me-horizontal .timeline-me-bigitem .timeline-me-content-wrapper {
  display: none; }

.timeline-me-collapsed .timeline-me-smallitem .timeline-me-label,
.timeline-me-collapsed .timeline-me-bigitem .timeline-me-label {
  position: relative;
  margin: 0; }

.timeline-me-collapsed.timeline-me-vertical .timeline-me-bigitem .timeline-me-label {
  padding-bottom: 0;
  left: 50%;
  top: 0;
  margin-left: -18px;
  text-align: left;
  padding-left: 39px; }

.timeline-me-collapsed.timeline-me-vertical .timeline-me-bigitem .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0px;
  margin-left: 0; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-label {
  text-align: center; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-label .timeline-me-picto {
  left: 50%;
  margin-left: -18px; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem.timeline-me-top .timeline-me-label-wrapper {
  padding-top: 36px; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem.timeline-me-bottom .timeline-me-label-wrapper {
  padding-bottom: 36px; }

/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
.header {
  background: #000000;
  padding: 0px;
  width: 100%;
  float: left;
  height: 80px;
  position: fixed;
  z-index: 20;
  top: 0px;
  left: 0px;
  min-width: 320px; }

.menu_index {
  background: rgba(0, 0, 0, 0.8); }
  .menu_index .section-header .logo {
    display: inline-block;
    float: left;
    position: relative;
    width: 180px;
    z-index: 1;
    left: 50px;
    margin-top: 12px; }
  .menu_index .section-header .navbar-collapse .navbar-nav .active a {
    color: #ffffff;
    outline: none; }

.wrapper-language-change {
  width: 100%;
  height: 20px;
  z-index: 300;
  position: relative;
  text-align: right;
  color: #ffffff;
  padding-right: 5%;
  padding-top: 5px;
  font-size: 16px; }
  .wrapper-language-change .language-change {
    float: right;
    padding-right: 15px; }
    .wrapper-language-change .language-change li a {
      padding: 5px 8px !important;
      height: auto !important;
      line-height: 0 !important;
      background: transparent;
      width: 55px; }
    .wrapper-language-change .language-change .fa {
      margin-right: 7px;
      font-size: 18px;
      color: #FFF !important; }
    .wrapper-language-change .language-change .dropdown-toggle {
      background: transparent !important; }
    .wrapper-language-change .language-change .navbar-nav li {
      width: 100%;
      position: relative;
      float: left; }
    .wrapper-language-change .language-change .open .dropdown-menu {
      background: #FFF;
      width: 55px;
      position: absolute;
      min-width: 46px; }

.section-header {
  display: inline-block;
  position: relative;
  width: 100%; }
  .section-header .logo {
    display: inline-block;
    left: 50px;
    float: left;
    position: relative;
    width: 180px;
    z-index: 1;
    bottom: 0px;
    margin-top: 12px; }
    .section-header .logo .logo-res {
      background-image: url("../img/logo.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-collapse.collapse {
    margin-right: 15px;
    margin-top: 10px; }

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

.navbar-nav > li > a {
  color: #ffffff;
  outline: none;
  letter-spacing: 1.7px;
  margin: 0px 25px;
  padding: 5px 0px; }

.navbar-nav .active {
  color: #3A9ED3; }

.menu_index .section-header .navbar-collapse .navbar-nav .active a {
  color: #3A9ED3; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  color: #3A9ED3;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: 2px solid #3A9ED3;
  margin: 0px 25px;
  padding: 5px 0px; }

.navbar-right {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1%;
  text-transform: uppercase;
  position: relative;
  max-width: 900px;
  border: 0;
  /* background: rgba(#000000,0.2); */
  font-size: 14px;
  margin-top: 20px; }

.redesofi {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100px; }
  .redesofi .link_red2 {
    border-radius: 0%;
    color: #ffffff !important;
    padding: 0 2px;
    font-size: 20px;
    margin: 0px 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left; }

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

.navbar-nav .active a {
  color: #3A9ED3;
  font-family: "Asap", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: 2px solid #3A9ED3;
  margin: 0px 25px;
  padding: 5px 0px; }

@media screen and (max-width: 1080px) {
  .menu_index .section-header .logo {
    left: 10px; }

  .header .section-header .logo {
    left: 10px; }

  .navbar-right {
    max-width: 850px; } }
@media screen and (max-width: 980px) {
  .navbar-right {
    font-size: 12px;
    max-width: 680px; }

  .redesofi {
    width: 80px; }
    .redesofi .link_red2 {
      font-size: 16px;
      width: 20px;
      height: 20px; }

  .navbar-nav > li > a {
    padding: 10px 5px;
    margin: 0px 20px; } }
@media screen and (max-width: 880px) {
  .redesofi {
    width: 70px; }
    .redesofi .link_red2 {
      font-size: 16px;
      width: 15px; }

  .navbar-right {
    width: 535px; }

  .navbar-nav > li > a {
    padding: 5px 0px;
    margin: 0px 5px;
    font-size: 11px; }

  .navbar-nav .active a {
    margin: 0px 10px; } }
@media screen and (max-width: 840px) {
  .navbar-right {
    width: 500px; } }
@media screen and (max-width: 790px) {
  .navbar-right {
    width: 470px; } }
@media screen and (max-width: 767px) {
  .wrappercon {
    margin-top: 50px; }

  .header {
    background: rgba(0, 0, 0, 0.4); }

  .section-header .navbar-collapse.collapse {
    margin-right: 0px;
    margin-top: -1px;
    width: 100%;
    position: absolute; }
  .section-header .navbar-header {
    height: 80px;
    background: #000; }

  .navbar-collapse {
    padding: 0px; }

  .menu_index .section-header {
    padding: 0px; }
    .menu_index .section-header .logo {
      display: inline-block;
      left: 10px;
      float: left;
      position: relative;
      width: 180px;
      z-index: 1;
      bottom: 0px;
      margin-top: 5px; }
  .menu_index .redesofi {
    width: 100px; }
    .menu_index .redesofi .link_red2 {
      font-size: 20px;
      width: 20px;
      height: 20px; }

  .redesofi {
    width: 100px;
    position: absolute;
    display: inline-block;
    float: right;
    padding-left: 20px;
    padding-top: 5px; }
    .redesofi .link_red2 {
      font-size: 20px;
      width: 20px;
      height: 20px; }

  .navbar-nav {
    margin: 0%; }

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

  .navbar-right {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    margin-top: -7px; }

  .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 0px; } }
@media screen and (max-width: 360px) {
  .dep-right .dep-lis {
    padding: 0px; } }
/* ==|====================
   Layout/Nav
   ======================= */
/* ==|======================
   Layout/Home
   ========================= */
.espacio {
  margin-top: 25px; }

.espacio2 {
  margin-top: 50px;
  margin-bottom: 50px; }

.galeria-principal {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 50px; }
  .galeria-principal .items-slide .txtSlider {
    position: absolute;
    display: inline-block;
    top: 20%;
    right: 0%;
    width: 50%; }
    .galeria-principal .items-slide .txtSlider p {
      color: #ffffff;
      font-family: "Asap", sans-serif;
      font-size: 38px;
      letter-spacing: 4px;
      padding: 10px;
      line-height: 1.2;
      max-width: 600px;
      text-align: justify;
      width: 100%;
      display: inline-block;
      position: relative; }
    .galeria-principal .items-slide .txtSlider .container-certificacion {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .galeria-principal .items-slide .txtSlider .container-certificacion .text {
        display: inline-block;
        position: relative;
        max-width: 250px;
        padding: 50px 0px 0px;
        color: #ffffff; }
      .galeria-principal .items-slide .txtSlider .container-certificacion .logcestificado {
        display: inline-block;
        position: relative;
        max-width: 250px; }

.slick-dots {
  display: none !important; }

.slick-slide img {
  display: inline-block;
  width: 100%; }

.contenedor-img {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 50px; }

/**/
.premiosSlider {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0px; }
  .premiosSlider .premiosContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .premiosSlider .premiosContainer .proximityElement {
      max-width: 160px; }

/*QUI├ëNES SOMOS*/
.fondo-marca {
  background-image: url(../img/fondo-marca.png);
  background-attachment: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  position: relative;
  width: 100%; }

.titulop {
  width: 100%;
  margin: auto;
  float: none;
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 34px;
  font-weight: bold;
  margin-top: 3%;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-bottom: 40px; }

.quienes-somos {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .quienes-somos .cont {
    width: 100%;
    margin: auto;
    float: none;
    padding-top: 0%;
    padding-bottom: 1%;
    display: inline-block;
    position: relative; }
    .quienes-somos .cont .tituloQS {
      color: #5b5d5c;
      font-weight: bold;
      margin-top: 5%;
      height: 35px;
      margin-bottom: 0px;
      font-size: 24px; }
    .quienes-somos .cont .descripcion {
      padding: 0px;
      font-size: 18px;
      line-height: 22px;
      color: #696969;
      width: 100%;
      max-width: 410px;
      display: inline-block;
      position: relative;
      margin-top: 15px;
      text-align: justify;
      height: 180px;
      font-family: "Asap", sans-serif; }
      .quienes-somos .cont .descripcion p {
        font-family: "Asap", sans-serif; }
      .quienes-somos .cont .descripcion strong {
        font-family: "Asap", sans-serif;
        color: #3A9ED3; }
    .quienes-somos .cont .descripcionr {
      padding: 0px 25px;
      font-size: 18px;
      line-height: 2;
      color: #696969;
      width: 100%;
      max-width: 600px;
      display: inline-block;
      position: relative;
      text-align: justify;
      margin-top: 30px; }
    .quienes-somos .cont .text {
      padding: 0px;
      width: 100%;
      display: inline-block;
      position: relative;
      margin-top: 30px; }
      .quienes-somos .cont .text .palabras {
        font-size: 20px;
        line-height: 2;
        color: #ff7900;
        max-width: 650px;
        display: inline-block;
        position: relative; }

/* CLAIMS */
.seccion-claims .titulo-seccion {
  display: inline-block;
  position: relative;
  width: 100%; }
  .seccion-claims .titulo-seccion h2 {
    color: #5b5d5c; }
.seccion-claims .claims {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding: 0% 12%; }
  .seccion-claims .claims .container-claim {
    position: relative;
    display: inline-block;
    float: none;
    min-height: 200px; }
    .seccion-claims .claims .container-claim .claim {
      width: 100%;
      position: relative;
      display: inline-block;
      max-width: 100px; }
    .seccion-claims .claims .container-claim .titulo-about {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      width: 100%;
      text-transform: capitalize;
      color: #5b5d5c;
      height: 100px; }
      .seccion-claims .claims .container-claim .titulo-about h3 {
        text-align: center;
        font-weight: 600;
        max-width: 150px;
        font-size: 18px;
        text-transform: uppercase; }
  .seccion-claims .claims .slick-track {
    width: 100% !important; }
.seccion-claims .claims-two {
  display: none; }

/*CAPACITACI├ôN Y CERTIFICADO*/
.capacitacion {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .capacitacion .cont {
    width: 100%;
    margin: auto;
    float: none;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
    position: relative; }
    .capacitacion .cont .tituloQS {
      color: #5b5d5c;
      font-weight: bold;
      margin-top: 5%;
      height: 35px;
      margin-bottom: 0px;
      font-size: 24px; }
    .capacitacion .cont .descripcion {
      padding: 0px;
      font-size: 18px;
      line-height: 22px;
      color: #696969;
      width: 100%;
      max-width: 410px;
      display: inline-block;
      position: relative;
      margin-top: 15px;
      text-align: justify;
      height: 180px; }
      .capacitacion .cont .descripcion strong {
        color: #3A9ED3; }
      .capacitacion .cont .descripcion .certificado {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .capacitacion .cont .descripcion .certificado .img-cestificado {
          width: 100%;
          max-width: 200px;
          display: inline-block;
          position: relative; }
          .capacitacion .cont .descripcion .certificado .img-cestificado img {
            display: inline-block; }
    .capacitacion .cont .descripcionr {
      padding: 0px 25px;
      font-size: 18px;
      line-height: 2;
      color: #696969;
      width: 100%;
      max-width: 600px;
      display: inline-block;
      position: relative;
      text-align: justify;
      margin-top: 30px; }
    .capacitacion .cont .text {
      padding: 0px;
      width: 100%;
      display: inline-block;
      position: relative;
      margin-top: 30px; }
      .capacitacion .cont .text .palabras {
        font-size: 20px;
        line-height: 2;
        color: #ff7900;
        max-width: 650px;
        display: inline-block;
        position: relative; }

.car {
  position: absolute;
  top: -10%;
  left: 0px;
  float: left;
  z-index: 0;
  width: 1500px; }

.fondo-servicios {
  background: #000000;
  display: inline-block;
  position: relative;
  width: 100%; }
  .fondo-servicios .textequi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 00px; }
    .fondo-servicios .textequi strong {
      max-width: 450px;
      display: inline-block;
      position: relative;
      width: 100%;
      padding-bottom: 0px; }
    .fondo-servicios .textequi ul {
      max-width: 450px;
      display: inline-block;
      position: relative;
      width: 100%; }
      .fondo-servicios .textequi ul li {
        text-align: left; }
  .fondo-servicios .contain-equipamiento {
    max-width: 1024px;
    float: right; }
  .fondo-servicios .textn {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 0px;
    line-height: 26px;
    float: right;
    text-align: left; }
  .fondo-servicios .text {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: left;
    float: right; }
  .fondo-servicios .textcap {
    display: inline-block;
    position: relative;
    text-align: left;
    float: right;
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px; }
    .fondo-servicios .textcap strong {
      max-width: 450px;
      display: inline-block;
      position: relative;
      width: 100%;
      padding-bottom: 15px; }
    .fondo-servicios .textcap ul {
      max-width: 500px;
      display: inline-block;
      position: relative;
      width: 100%; }
      .fondo-servicios .textcap ul li {
        text-align: left; }
  .fondo-servicios .titulos {
    width: 100%;
    margin: auto;
    float: none;
    display: inline-block;
    position: relative;
    color: #3A9ED3;
    font-size: 34px;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 50px; }
  .fondo-servicios .tituloe {
    width: 100%;
    margin: auto;
    float: none;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px; }
  .fondo-servicios .listserv {
    float: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline; }
    .fondo-servicios .listserv .contain-list .descripcion {
      margin-top: 50px;
      color: #ffffff;
      width: 100%;
      display: inline-block;
      position: relative;
      text-align: left;
      font-size: 18px;
      /*ul>li{
      	display: flex;
      }*/ }
      .fondo-servicios .listserv .contain-list .descripcion li strong {
        font-weight: 700;
        color: #ffffff;
        margin-top: 50px; }
      .fondo-servicios .listserv .contain-list .descripcion ol, .fondo-servicios .listserv .contain-list .descripcion ul {
        color: #5b5d5c; }
      .fondo-servicios .listserv .contain-list .descripcion ul > li {
        color: #ffffff; }
  .fondo-servicios .lineas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .fondo-servicios .lineas .icons {
      display: inline-block;
      position: relative;
      padding-left: 30px;
      padding-right: 30px; }
      .fondo-servicios .lineas .icons img {
        display: inline-block;
        width: 200px;
        height: 135px; }
  .fondo-servicios .contenedor-ccr {
    padding-bottom: 100px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    height: 600px; }
    .fondo-servicios .contenedor-ccr .slick-arrow {
      position: absolute;
      top: auto;
      bottom: 80px; }
    .fondo-servicios .contenedor-ccr .slick-prev {
      left: 45%;
      height: 40px;
      width: 40px; }
    .fondo-servicios .contenedor-ccr .slick-next {
      right: 45%;
      height: 40px;
      width: 40px; }
    .fondo-servicios .contenedor-ccr .slick-prev::before {
      font-size: 80px;
      color: #fff; }
    .fondo-servicios .contenedor-ccr .slick-next::before {
      font-size: 80px;
      color: #fff; }
  .fondo-servicios .item-producto {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0px 20px; }
    .fondo-servicios .item-producto .contenedor-info {
      height: 355px;
      max-width: 500px;
      display: inline-block;
      text-align: center;
      background: #fff; }
      .fondo-servicios .item-producto .contenedor-info .titulo {
        width: 100%;
        display: inline-block;
        position: relative;
        color: #5b5d5c;
        font-size: 18px;
        margin-top: 10px; }
      .fondo-servicios .item-producto .contenedor-info .descripcion {
        height: auto;
        font-family: "Asap", sans-serif;
        width: 100%;
        display: inline-block;
        position: relative;
        text-align: justify;
        color: #5b5d5c; }
      .fondo-servicios .item-producto .contenedor-info .icono {
        width: 100%;
        display: inline-block;
        position: relative; }
        .fondo-servicios .item-producto .contenedor-info .icono img {
          max-width: 30px;
          display: inline-block; }

.clientes {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px; }
  .clientes .contain-clientes h1 {
    margin-bottom: 50px;
    letter-spacing: 10px; }
  .clientes .marca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .clientes .marca .icons {
      display: inline-block;
      position: relative; }
      .clientes .marca .icons img {
        display: inline-block;
        max-width: 200px; }

.clientesp {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
  .clientesp .contain-clientes h1 {
    margin-bottom: 50px;
    letter-spacing: 10px; }
  .clientesp .marcas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .clientesp .marcas .icons {
      display: inline-block;
      position: relative; }
      .clientesp .marcas .icons img {
        display: inline-block; }

.green-space {
  padding: 20px 0px;
  position: relative;
  z-index: 1;
  background-image: url(../img/fondo-contacto.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  position: relative; }
  .green-space .titulo {
    color: #ffffff;
    text-align: left;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 8px;
    font-family: "Asap", sans-serif; }
  .green-space .texto {
    color: #ffffff;
    text-align: left;
    padding: 10px 0px 5px;
    font-weight: 600;
    font-size: 20px; }
  .green-space .rfc {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: "Asap", sans-serif; }
  .green-space .direccion {
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    font-family: "Asap", sans-serif; }
  .green-space .telefono {
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    padding: 6px 0px;
    font-weight: 300; }
    .green-space .telefono .info {
      color: #ffffff;
      font-size: 24px;
      text-align: left;
      font-weight: 300;
      padding-top: 15px; }
  .green-space .pos-formulario {
    max-width: 550px;
    padding: 10px 50px;
    float: right; }

#infoWindow {
  max-width: 400px;
  display: inline-block;
  position: relative; }

.infomap .maps-tit {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #747474; }
.infomap .maps-dir {
  color: #747474;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400; }
  .infomap .maps-dir a {
    color: #747474; }
  .infomap .maps-dir .glyphicon {
    color: #3A9ED3;
    font-size: 16px; }
.infomap .vergmaps_container a {
  color: #1d248b;
  font-size: 11px; }
  .infomap .vergmaps_container a .glyphicon-map-marker {
    color: #1d248b; }

@media screen and (max-width: 1700px) {
  .car {
    width: 1140px;
    top: -7%; } }
@media screen and (max-width: 1400px) {
  .car {
    width: 1000px;
    top: -6%; }

  .fondo-servicios .textn {
    padding-left: 30px; }
  .fondo-servicios .text {
    padding-left: 30px; }
  .fondo-servicios .textcap {
    padding-left: 40px; } }
@media screen and (max-width: 1360px) {
  .car {
    width: 1000px;
    top: -8%; } }
@media screen and (max-width: 1280px) {
  .fondo-servicios {
    padding: 0px 10px; }
    .fondo-servicios .contain-equipamiento {
      max-width: 100%; }
    .fondo-servicios .listserv {
      width: 100%; }
      .fondo-servicios .listserv .contain-list .descripcion {
        max-width: 400px;
        float: left; }
    .fondo-servicios .textn {
      float: left;
      width: 100%; }
    .fondo-servicios .text {
      float: left;
      width: 100%; }
    .fondo-servicios .textcap {
      width: 100%; }
    .fondo-servicios .textequi {
      float: left;
      display: inline-block; } }
@media screen and (max-width: 1180px) {
  .galeria-principal .items-slide .txtSlider p {
    font-size: 34px; }

  .mapsection {
    height: 870px; }

  .green-space .pos-formulario {
    max-width: 100%;
    padding: 10px 50px;
    width: 100%; }
  .green-space .direccion {
    padding-bottom: 33px; }

  .green-space {
    padding: 4px 0px; } }
@media screen and (max-width: 1100px) {
  .galeria-principal .items-slide .txtSlider p {
    font-size: 29px; }
  .galeria-principal .items-slide .txtSlider .container-certificacion .text {
    padding: 45px 0px 0px; }

  .car {
    display: none; } }
@media screen and (max-width: 1024px) {
  .fondo-servicios .listserv {
    width: 100%;
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px; }
    .fondo-servicios .listserv .contain-list {
      width: 100%;
      max-width: 500px; }
      .fondo-servicios .listserv .contain-list .descripcion {
        margin-top: 10px;
        max-width: 100% !important; }
  .fondo-servicios .text {
    max-width: 600px; }
  .fondo-servicios .textn {
    float: none;
    max-width: 500px; }
  .fondo-servicios .text {
    max-width: 500px;
    float: none; }
  .fondo-servicios .textcap {
    max-width: 500px;
    display: inline-block;
    padding-left: 0px;
    float: none; }

  .mapsection {
    height: 870px; }

  .green-space .pos-formulario {
    width: 100%;
    padding: 10px 20px; }
  .green-space .direccion {
    padding-bottom: 0px; } }
@media screen and (max-width: 980px) {
  .galeria-principal .items-slide .txtSlider p {
    font-size: 20px;
    letter-spacing: 6px; }

  .mapsection {
    height: auto; }

  .green-space .texto {
    padding: 20px 0px 50px; }
  .green-space .telefono {
    font-size: 20px;
    padding: 20px 0px; } }
@media screen and (max-width: 880px) {
  .galeria-principal .items-slide .txtSlider {
    top: 10%;
    width: 60%; }
    .galeria-principal .items-slide .txtSlider p {
      font-size: 18px;
      letter-spacing: 4px; }
    .galeria-principal .items-slide .txtSlider .container-certificacion .text {
      padding: 35px 0px 0px; }

  .fondo-servicios .contenedor-ccr {
    padding-top: 0px;
    height: 500px; }
    .fondo-servicios .contenedor-ccr .slick-prev {
      left: 40%; }
    .fondo-servicios .contenedor-ccr .slick-next {
      right: 40%; }
  .fondo-servicios .item-producto .contenedor-info {
    height: 360px;
    max-width: 400px; }

  .clientes .contain-clientes h1 {
    margin-bottom: 30px;
    letter-spacing: 5px;
    font-size: 22px; }

  .marcas .icons img {
    max-width: 150px; }

  .clientesp .contain-clientes h1 {
    margin-bottom: 30px;
    letter-spacing: 5px;
    font-size: 22px; } }
@media screen and (max-width: 767px) {
  .galeria-principal {
    margin-top: 0px; }

  .titulop {
    margin-top: 4%;
    letter-spacing: 4px;
    font-size: 21px;
    margin-bottom: 10px; }

  .quienes-somos {
    display: inline-block; }
    .quienes-somos .cont .descripcion {
      height: 150px; }

  .capacitacion .cont .descripcion {
    height: 130px; }

  .fondo-servicios .titulos {
    margin-bottom: 5px;
    margin-top: 30px;
    font-size: 30px; }
  .fondo-servicios .textequi {
    float: none;
    display: inline-block;
    max-width: 500px; }
  .fondo-servicios .textcap strong {
    padding-left: 25px; }

  .fondo-marca {
    background-attachment: initial;
    background-size: contain;
    margin-bottom: 30px; }

  .seccion-claims .claims-two {
    width: 100%;
    position: relative;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .seccion-claims .claims-two .container-claim {
      position: relative;
      display: inline-block;
      min-height: 200px; }
      .seccion-claims .claims-two .container-claim .claim {
        width: 100%;
        position: relative;
        display: inline-block;
        max-width: 100px; }
      .seccion-claims .claims-two .container-claim .titulo-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: 100%;
        text-transform: capitalize;
        color: #5b5d5c;
        height: 100px; }
        .seccion-claims .claims-two .container-claim .titulo-about h3 {
          text-align: center;
          font-weight: 600;
          max-width: 150px;
          font-size: 16px; }

  .capacitacion {
    display: inline-block;
    padding-bottom: 20px; }

  .green-space .pos-formulario {
    max-width: 100%; }
    .green-space .pos-formulario .titulo {
      text-align: center; }
    .green-space .pos-formulario .texto {
      text-align: center; }
    .green-space .pos-formulario .direccion {
      text-align: center; }
      .green-space .pos-formulario .direccion .rfc {
        text-align: center; }
    .green-space .pos-formulario .telefono {
      text-align: center; }
    .green-space .pos-formulario .info {
      text-align: center;
      padding: 10px 50px; }

  .formulario-contacto .enviar {
    float: none !important; }

  .mapsection {
    min-height: 500px !important; }

  .clientes {
    margin-top: 0px; }
    .clientes .marca .icons {
      display: inline-block;
      position: relative;
      max-width: 250px;
      margin: 0px 80px; }

  .clientesp {
    margin-top: 10px;
    margin-bottom: 20px; } }
@media screen and (max-width: 660px) {
  .galeria-principal .items-slide .txtSlider {
    top: 0%;
    width: 50%; }
    .galeria-principal .items-slide .txtSlider p {
      display: none; }
    .galeria-principal .items-slide .txtSlider .container-certificacion {
      display: inline-block;
      padding: 0px; }
      .galeria-principal .items-slide .txtSlider .container-certificacion .text {
        width: 100%;
        max-width: 100%;
        padding: 15px 0px 0px; }
      .galeria-principal .items-slide .txtSlider .container-certificacion .logcestificado {
        width: 100%;
        float: none; }

  .green-space .titulo {
    text-align: center; }
  .green-space .texto {
    padding: 10px 0px 10px;
    text-align: center; }
  .green-space .direccion {
    text-align: center; }
  .green-space .telefono {
    text-align: center; } }
@media screen and (max-width: 600px) {
  .fondo-servicios .contenedor-ccr {
    padding-top: 0px;
    height: 400px; }
    .fondo-servicios .contenedor-ccr .slick-arrow {
      bottom: 30px; }
    .fondo-servicios .contenedor-ccr .slick-prev::before {
      font-size: 40px; }
    .fondo-servicios .contenedor-ccr .slick-next::before {
      font-size: 40px; }
  .fondo-servicios .item-producto .contenedor-info {
    height: 300px;
    max-width: 330px; }

  .clientes .marca .icons {
    max-width: 200px;
    margin: 0px 25px; } }
@media screen and (max-width: 480px) {
  .galeria-principal .items-slide .txtSlider .container-certificacion .text {
    font-size: 14px; }
  .galeria-principal .items-slide .txtSlider .container-certificacion .logcestificado {
    max-width: 180px; }

  .titulop {
    margin-top: 3%;
    letter-spacing: 3px;
    margin-bottom: 5px;
    font-size: 24px; }

  .fondo-servicios .text {
    line-height: 24px;
    padding: 0pc 10px; }

  .fondo-servicios .item-producto .contenedor-info {
    height: auto;
    max-width: 322px; }
    .fondo-servicios .item-producto .contenedor-info .titulo {
      font-size: 16px; }

  .fondo-servicios .contenedor-ccr .slick-next {
    right: 35%; }
  .fondo-servicios .contenedor-ccr .slick-prev {
    left: 35%; }

  .clientes .marcas .icons img {
    max-width: 150px; }

  .green-space .pos-formulario .info {
    text-align: center;
    padding: 10px 0px;
    font-size: 18px; } }
@media screen and (max-width: 360px) {
  .galeria-principal .items-slide .txtSlider .container-certificacion .text {
    font-size: 12px;
    padding: 10px 0px 0px; }
  .galeria-principal .items-slide .txtSlider .container-certificacion .logcestificado {
    max-width: 150px; }

  .fondo-marca {
    background-image: none; } }
@media screen and (max-width: 320px) {
  .fondo-servicios .contenedor-ccr {
    padding-left: 10px;
    padding-right: 10px; } }
.depa {
  width: 100%;
  display: inline-block;
  position: relative; }
  .depa .text-depa {
    color: #a3a3a3;
    font-size: 24px;
    font-weight: 200;
    margin: 40px 20px;
    letter-spacing: .3em; }

.tipo-depa {
  margin-top: 50px; }

.mapsection {
  float: left;
  position: relative;
  width: 100%;
  min-height: 930px;
  overflow: hidden;
  display: inline-block; }
  .mapsection .contmapimg {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 20px;
    border: 2px solid red;
    max-width: 10px; }
  .mapsection .mapmobile {
    float: left;
    position: relative;
    width: 100%;
    min-height: 30px; }
  .mapsection #mapa {
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 718px;
    height: 420px;
    clear: both;
    margin: 0 1px;
    width: 100%;
    overflow: hidden; }
    .mapsection #mapa #infoWindow {
      min-height: 20px;
      position: relative;
      width: 225px;
      display: inline-block;
      text-align: center; }
      .mapsection #mapa #infoWindow .infoImg {
        width: 35%;
        padding: 7px; }
      .mapsection #mapa #infoWindow .infomap {
        width: 100%;
        min-height: 20px;
        text-align: center;
        padding: 5px; }
        .mapsection #mapa #infoWindow .infomap .maps-tit {
          font-size: 17px;
          margin-top: 0px;
          min-height: 2px;
          text-transform: uppercase;
          width: 100%; }
        .mapsection #mapa #infoWindow .infomap .maps-dir, .mapsection #mapa #infoWindow .infomap .maps-mail, .mapsection #mapa #infoWindow .infomap .maps-phone {
          font-size: 13px;
          margin-top: 5px;
          min-height: 20px;
          width: 100%; }
          .mapsection #mapa #infoWindow .infomap .maps-dir span, .mapsection #mapa #infoWindow .infomap .maps-mail span, .mapsection #mapa #infoWindow .infomap .maps-phone span {
            color: #f58620; }
        .mapsection #mapa #infoWindow .infomap .vergmaps_container a {
          color: #f58620; }

.block-orange {
  width: 100%;
  float: left;
  background-color: #f58620;
  display: inline-block;
  position: relative; }

.formulario-contacto {
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .formulario-contacto {
      margin-top: 0px; } }

.formulario-contacto form input[type="text"], .formulario-contacto form input[type="email"], .formulario-contacto form input[type="email"], .formulario-contacto form textarea {
  width: 100%;
  outline: 0;
  background-color: #f6f4f4;
  padding: 5px;
  margin-bottom: 20px;
  list-style: none;
  -webkit-appearance: textfield;
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #000;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.formulario-contacto form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.formulario-contacto .mensaje-text {
  height: 100px;
  position: relative;
  width: 100%; }

.formulario-contacto .camp-men {
  height: 100px; }

.formulario-contacto .labelform {
  font-weight: normal;
  color: #ffffff;
  font-size: 17px;
  text-align: left;
  /* padding:0px; */ }

.formulario-contacto {
  /* padding:0px; */ }
  .formulario-contacto .sp-form-line {
    display: inline-block;
    position: relative;
    margin: 15px 0px; }
  .formulario-contacto .submit {
    background-color: #ffffff;
    border: #2578de;
    color: #f58620;
    font-weight: normal;
    min-width: 193px;
    margin-bottom: 0px; }

.btn-conoce-mas {
  background: #badb27;
  color: #007fc9;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 80px;
  padding: 10px;
  text-transform: uppercase; }

.btn-conoce-mas:hover, .btn-conoce-mas:focus {
  background: #fff;
  color: #f58620; }

.formulario-contacto .enviar {
  float: right;
  padding: 5px 22px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 8px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  letter-spacing: 2px; }

.formulario-contacto .enviar:hover {
  background: #3A9ED3; }

.form-error {
  color: #ffffff; }

.seccion .fond-contac {
  background-color: #f8f8f8; }

.datos-contacto {
  border-bottom: none;
  font-size: 15px;
  text-align: center;
  min-height: 380px;
  max-width: 1024px;
  float: left; }

.info-contacto {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative; }
  .info-contacto h4 {
    margin-bottom: 10px; }
  .info-contacto .info-detalle {
    line-height: 18px; }
    .info-contacto .info-detalle.domicilio {
      max-width: 60%; }
    .info-contacto .info-detalle.email {
      margin-top: 20px;
      margin-bottom: 25px; }

.datos-contacto .mapa {
  float: left; }

.modal-footer button {
  padding: 0px 10px; }

.modal-body .alert-success {
  background-color: #f6f4f4;
  margin-top: 15px;
  border-color: #ffffff;
  font-size: 18px; }

.contenedor-contacto {
  display: inline-block;
  margin-bottom: 40px;
  max-width: 780px;
  position: relative;
  width: 100%; }

.mapa {
  display: inline-block;
  max-width: 293px;
  position: relative;
  width: 100%; }

.paginador {
  padding: 0px 15px; }

.title-direccion {
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold; }

.direccion {
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  font-size: 16px; }
  @media screen and (max-width: 800px) {
    .direccion {
      font-size: 14px; } }

.telefonos {
  margin-top: 0px;
  font-size: 18px; }

.num {
  color: #ffffff;
  text-align: left;
  float: left;
  font-size: 16px; }
  .num:hover, .num:focus {
    color: #ffffff; }

.seccion-mayorista {
  display: inline-block;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .seccion-mayorista .mayor-palabras {
      width: 100%; } }
  .seccion-mayorista .autopos {
    margin-bottom: -45px; }

/* .espacio-mayor{
    margin: 5% 0%;
} */
.color-orange {
  height: 70px;
  width: 100%;
  position: relative;
  display: inline-block;
  background: #df6518;
  margin-top: -39px; }
  @media screen and (max-width: 600px) {
    .color-orange {
      margin-bottom: -7px; } }

.text-mayoristas {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  text-align: center; }
  .text-mayoristas .text1 {
    color: #acacad;
    font-size: 30px;
    font-weight: 100;
    font-family: "Asap", sans-serif; }
  .text-mayoristas .text2 {
    color: #df6518;
    font-family: "Asap", sans-serif;
    font-size: 34px;
    font-weight: 700; }

.campo-img {
  width: 73%;
  display: inline-block;
  margin: 5%; }
  @media screen and (max-width: 600px) {
    .campo-img {
      width: 80%;
      text-align: center;
      display: inline-block;
      position: relative; } }

@media screen and (max-width: 1200px) {
  .text-mayoristas .text1 {
    font-size: 26px; }
  .text-mayoristas .text2 {
    font-size: 29px; } }
@media screen and (max-width: 980px) {
  .color-orange {
    height: 50px; }

  .text-mayoristas .text1 {
    font-size: 20px; }
  .text-mayoristas .text2 {
    font-size: 24px; }

  .campo-img {
    width: 70%; }

  .formulario-contacto {
    margin-top: 30px; } }
@media screen and (max-width: 800px) {
  .text-mayoristas .text1 {
    font-size: 18px; }
  .text-mayoristas .text2 {
    font-size: 20px; }

  .color-orange {
    margin-bottom: -7px; } }
@media screen and (max-width: 767px) {
  .color-orange {
    margin-bottom: -7px; }

  .text-mayoristas .text1 {
    font-size: 16px; }
  .text-mayoristas .text2 {
    font-size: 17px; }

  .campo-img {
    width: 65%; } }
@media screen and (max-width: 600px) {
  .text-mayoristas .text1 {
    font-size: 30px;
    font-weight: 100;
    font-family: "Asap", sans-serif; }
  .text-mayoristas .text2 {
    font-family: "Asap", sans-serif;
    font-size: 34px;
    font-weight: 700; }

  .seccion-mayorista .mayor-image {
    width: 100%;
    display: inline-block;
    position: relative; } }
@media screen and (max-width: 360px) {
  .direccion {
    font-size: 16px; }

  .text-mayoristas .text1 {
    font-size: 24px; }
  .text-mayoristas .text2 {
    font-size: 34px; } }
@media screen and (max-width: 320px) {
  .direccion {
    font-size: 12px; } }
.cont-direccion {
  width: 100%;
  display: inline-block;
  float: left; }
  @media screen and (max-width: 1200px) {
    .cont-direccion {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .cont-direccion {
      width: 100%; } }
  @media screen and (max-width: 469px) {
    .cont-direccion {
      width: 100%;
      float: none; } }

@media screen and (max-width: 767px) {
  .cont_telefonos {
    width: 100%; } }
@media screen and (max-width: 469px) {
  .cont_telefonos {
    width: 100%;
    float: none; } }

@media screen and (max-width: 469px) {
  .telefonos {
    width: 100%;
    float: none; } }
@media screen and (max-width: 469px) {
  .telefonos .num {
    width: 100%;
    float: none; } }

@media screen and (max-width: 1200px) {
  #rc-imageselect, .g-recaptcha {
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
@media screen and (max-width: 998px) {
  .formulario-contacto form input[type="submit"] {
    float: right; } }
@media screen and (max-width: 767px) {
  .formulario-contacto .campo {
    padding: 0px; }

  .formulario-contacto .sp-form-line {
    padding: 0px; }

  .datos-contacto {
    width: 100%; }

  .formulario-contacto .labelform {
    text-align: left;
    padding: 0px; }

  .direccion {
    text-align: left; }

  .cont_address {
    margin-top: 10px; }

  .cont_telefonos {
    width: 100%;
    text-align: left; }

  .telefonos {
    margin-top: 10px;
    text-align: center;
    display: inline-block; }

  .num {
    text-align: center;
    margin: 0 auto; }

  .captha {
    width: 100%; }
    .captha .g-recaptcha {
      display: inline-block;
      width: 230px; }

  .direccion {
    font-size: 18px; }

  .boton-general {
    width: 100%; }
    .boton-general .enviar {
      display: inline-block;
      float: none;
      padding: 0px; } }
@media screen and (max-width: 469px) {
  .direccion {
    text-align: center; }

  .title-direccion {
    text-align: center; } }
@media screen and (max-width: 347px) {
  #rc-imageselect, .g-recaptcha {
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
.form-control {
  color: #555 !important; }

/* ==|====================
   Layout/Footer
   =======================*/
.footer {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #000000;
  min-height: 25px;
  float: left; }
  .footer .text {
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 0px;
    font-size: 14px; }
  .footer .tarjetas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer .tarjetas .tarjimg {
      padding: 20px 10px; }
  .footer .copy {
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 14px; }
    .footer .copy .aviso {
      color: #ffffff; }
    .footer .copy .logo-ferall {
      max-width: 20px;
      display: inline-block;
      position: relative;
      margin-left: 10px; }

@media screen and (max-width: 1180px) {
  .footer .text {
    padding: 20px 0px; } }
@media screen and (max-width: 660px) {
  .footer .copy .aviso {
    width: 100%;
    display: inline-block;
    padding: 15px 0px; }
  .footer .text {
    padding: 40px 0px 20px; } }
/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */
/* modal magnific popup*/
/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-figure figcaption {
  /* border:solid 1px red; */
  display: inline-block;
  /* height: 50px; */
  width: 100%;
  position: absolute;
  float: left;
  bottom: 0px; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  margin-top: 4px;
  margin-right: 0px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  float: right;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 42px;
  /* font-family: Arial, Baskerville, monospace; */ }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

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

.mfp-close-btn-in .mfp-close {
  color: #c19f5e; }

.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;
  bottom: 0px;
  right: 10px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  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, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

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

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

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

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

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 40px;
  margin: 0 auto;
  /* max-height: 70% !important; */ }

/* 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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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: relative;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 28px;
  color: #09262d;
  word-wrap: break-word;
  padding-right: 36px;
  background-color: #fff;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold; }

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



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