/* 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 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* 8. Visually hide an element */
/* Tools */
/* ===========================
   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: #ff1122;
}

.f-color2 {
  color: #000000;
}

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

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #7b7d85;
  text-align: center;
  background-color: #FFFFFF;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-align: center;
  text-rendering: optimizelegibility;
}

/* ::-moz-selection{background:#33c5ff;color:#fff;text-shadow:none;}
::selection{background:#33c5ff;color:#fff;text-shadow:none;} */
a {
  color: #ff1122;
  text-decoration: none;
}
a:hover {
  color: #dd0010;
}

a {
  outline: 0;
}

a:hover {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:visited {
  outline: none;
  text-decoration: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}

.btn {
  font-size: 18px;
  font-weight: 600;
  color: #f74722;
  padding: 10px 15px;
  border-radius: 0;
}

.btn:hover,
.btn:focus {
  color: #f74722;
}

input,
textarea {
  font-size: 14px;
  font-weight: 600;
  color: #9ba0aa;
  resize: none;
}

pre {
  font-size: 11px;
}

.no-found {
  padding-top: 20px;
  text-align: center;
}

.wrappercon {
  float: left;
  position: relative;
  width: 100%;
  min-width: 320px;
}

.principal-container {
  display: inline-block;
  max-width: 1024px;
  min-height: 100px;
  position: relative;
  width: 100%;
}

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

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

.autopos {
  display: block;
  margin: 0 auto;
}

.nopadding {
  padding: 0px;
}

.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);
}

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

.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;
}

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* ==|=====================
   Module/forms
   ======================== */
/* 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 {
  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: "\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-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;
}

/* -----------------------------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;
  transform: translate(0, -50%);
}

.timeline-me-leftarrow:after,
.timeline-me-rightarrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  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;
  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;
  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;
  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 {
  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;
  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
   ======================= */
.white-block.translucid {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 157;
  position: relative;
}

/* logo */
.logo {
  display: inline-block;
  float: left;
  position: relative;
  max-width: 180px;
  width: auto;
  margin-top: 14px;
  margin-bottom: 14px;
}

.blue-block {
  display: inline-block;
  width: 100%;
  background-color: #03198c;
  position: relative;
  min-height: 20px;
}

.idioma {
  margin-top: 3px;
  margin-bottom: 3px;
  width: auto;
  float: left;
}
.idioma a {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.idioma a:hover {
  color: #f74722;
}

.redesofi {
  margin-top: 3px;
  margin-bottom: 3px;
  width: auto;
  float: right;
  margin-right: 20px;
}
.redesofi a {
  margin-right: 5px;
  margin-left: 5px;
}
.redesofi a i {
  background-color: #f74722;
  color: #03198c;
  font-size: 15px;
  padding-top: 7px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

.navbar.menu {
  /* width:80%; */
  float: right;
  margin-bottom: 0px;
}
.navbar.menu .navbar-nav li {
  text-transform: uppercase;
}
.navbar.menu .navbar-nav li a {
  /* padding-top: 30px; */
  /*  padding-bottom: 25px; */
  padding: 30px 8px;
}
@media screen and (max-width: 1024px) {
  .navbar.menu .navbar-nav li a {
    padding: 30px 5px;
  }
}
.navbar.menu .navbar-nav li:hover {
  /* border-top:5px solid $naranja;
  background-color: none; */
}
.navbar.menu .navbar-nav li .menu_links {
  background-color: transparent;
  color: #03198c;
  font-weight: 400;
}
@media screen and (max-width: 1124px) {
  .navbar.menu .navbar-nav li .menu_links {
    font-size: 15px;
  }
}
@media screen and (max-width: 950px) {
  .navbar.menu .navbar-nav li .menu_links {
    font-size: 12px;
  }
}
.navbar.menu .navbar-nav li .menu_links.active, .navbar.menu .navbar-nav li .menu_links:hover, .navbar.menu .navbar-nav li .menu_links:focus {
  border-top: 5px solid #f74722;
  background-color: transparent;
  padding-top: 25px;
  color: #f74722;
}

@media screen and (max-width: 820px) {
  .logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    width: 100%;
    margin-top: -43px;
  }
  .menu .navbar-header {
    border: 0px;
    margin: 0px;
  }
  .menu .navbar-header .btn-menu {
    margin-bottom: 0px;
    color: #f74722;
    top: -17px;
  }
  .menu .container-fluid {
    padding: 0px;
    margin: 0px;
  }
  .menu .navbar-collapse {
    margin: 0px;
    border: 0px;
    padding: 0px;
    box-shadow: 0px 0px 0px transparent;
  }
  .menu .navbar-nav {
    border: 0px;
    margin: 0px;
    background: #f74722;
  }
  .menu .navbar-nav li {
    float: left;
    width: 50%;
    position: relative;
    background-color: #FFFFFF;
  }
  .menu .navbar-nav .menu_links {
    color: #656666;
    height: 60px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 15px 10px 15px;
  }
  .menu .navbar-nav .active {
    color: #f74722 !important;
  }

  .logo {
    position: relative;
    z-index: 99999;
    top: 8px;
    left: 8px;
    width: 150px;
  }
}
/* ==|====================
   Layout/Nav
   ======================= */
/* ==|======================
   Layout/Home
   ========================= */
.redes-muestra {
  width: 40px;
  position: fixed;
  top: 40px;
  right: 20px;
  background-color: #ff1122;
  z-index: 200;
}
.redes-muestra .flecha_izquierda {
  position: absolute;
  top: 45%;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ff1122;
}
.redes-muestra a {
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
}

.galeria-principal {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: -7px;
}
@media screen and (max-width: 768px) {
  .galeria-principal {
    margin-top: 0px;
  }
}

.rslides {
  display: block;
  position: relative;
  padding: 0px;
  list-style: none;
  width: 100%;
  margin-bottom: 0px;
}
.rslides li {
  width: 100%;
  height: 610px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* height:500px;
  overflow: hidden; */
}
@media screen and (max-width: 768px) {
  .rslides li {
    height: auto;
  }
}
.rslides li .slide-fantasma {
  display: none;
}
@media screen and (max-width: 768px) {
  .rslides li .slide-fantasma {
    display: inline-block;
    width: 100%;
  }
}
.rslides li a {
  display: inline-block;
  margin: 0 auto;
}

.rslides_tabs {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 10;
  padding: 0px;
}
.rslides_tabs li {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 0px;
  margin-right: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.rslides_tabs li.rslides_here a {
  background: #f74722;
}
.rslides_tabs li a {
  width: 10px;
  height: 10px;
  font-size: 15px;
  background: #FFFFFF;
  display: inline-block;
  position: relative;
  font-size: 0px;
  border-radius: 50%;
  text-align: center;
}

.cursive-tetx {
  font-style: italic;
}

.gray-block {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #f6f6f6;
}

.sgm {
  display: block;
  margin: 0 auto;
}

.text-somos-index {
  display: inline-block;
  position: relative;
  width: 70%;
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.text-somos-index p {
  font-size: 16px;
}

.tex-or-bold {
  font-weight: bold;
  color: #f74722;
}

/* marcas*/
.clientes .imagenes img {
  /* max-width: 150px; */
  /*   max-height: 100px; */
}

.pic {
 /* -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;
background-repeat:no-repeat; 
background-position:center; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover; */
  /*   width: 100%;height: 100%;padding: 0px;display: inline-block;height: 200px;float: left;position: relative;top: 0px;bottom: 0px;/* border: solid 1px red;  */
  margin: 0px;
  right: 0px;
  padding: 0px 20px;
}
.pic img {
  /* max-width: 100px; */
}

/* .pic:hover, .pic:focus {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: grayscale(100%);
    -o-filter: none;
    filter: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.pic:hover .rollover{
  opacity: 1;
} */
.extra-sep-marcas {
  padding-top: 70px;
  padding-bottom: 70px;
}

.tit-marcas-index {
  font-weight: bold;
  color: #ff1122;
}

.subcaption {
  width: 100%;
  margin-bottom: 60px;
}

.white-color-back {
  background-color: #FFFFFF;
  margin-bottom: -7px;
}

.cuadro-news {
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
}

.article-block {
  width: 100%;
  display: inline-block;
  position: relative;
}
.article-block .text-titles {
  color: #03198c;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.article-block time {
  color: #ff1122;
  font-weight: bold;
  display: block;
}
.article-block .red-line {
  display: inline-block;
  position: relative;
  width: 50px;
  background-color: #ff1122;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.article-block .min-new {
  font-weight: bold;
  font-size: 18px;
}
.article-block .min-new p {
  font-size: 17px;
}
.article-block .btn-post {
  width: 100%;
  margin: 0 auto;
}
.article-block .btn-post .btn {
  margin-top: 30px;
  background-color: #ff1122;
  text-transform: uppercase;
  padding: 5px 25px;
  color: #ffffff;
}

.blue-block.ag-panoramica {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.colum-70 {
  display: inline-block;
  float: left;
  position: relative;
  width: 70%;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .colum-70 {
    width: 100%;
  }
}
.colum-70.white-rell {
  background-color: #FFFFFF;
}
.colum-70.inf-l {
  float: left;
}
.colum-70.inf-l .article-block {
  padding-top: 63px;
  padding-left: 50px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .colum-70.inf-l .article-block {
    padding-left: 10px;
  }
}
.colum-70.inf-r {
  float: right;
}
.colum-70.inf-r .article-block {
  padding-top: 63px;
  padding-left: 50px;
  text-align: right;
}
.colum-70.inf-r .article-block.art-blk-nosotros {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .colum-70.inf-r .article-block {
    padding-right: 10px;
  }
}

.colum-30 {
  display: inline-block;
  float: left;
  position: relative;
  width: 30%;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .colum-30 {
    width: 100%;
  }
}
.colum-30.white-rell {
  background-color: #FFFFFF;
}
.colum-30 img {
  padding: 5px;
  margin: 0 auto;
}

.tit-par-block {
  padding-top: 70px;
  padding-left: 10%;
  width: 100%;
}
.tit-par-block h3 {
  width: 100%;
  font-size: 50px;
  color: #FFFFFF;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.tit-par-block .int-photo-sub {
  width: 100%;
  color: #ff1122;
  text-align: left;
  font-weight: 600;
}

.article-par-block {
  width: 100%;
  padding: 10px 10px;
  margin-top: 44px;
}
.article-par-block p {
  font-weight: 600;
}
.article-par-block p strong {
  color: #ff1122;
}
.article-par-block .btn-post {
  width: 100%;
  margin: 0 auto;
}
.article-par-block .btn-post .btn {
  margin-top: 30px;
  background-color: #ff1122;
  text-transform: uppercase;
  padding: 5px 25px;
  color: #FFFFFF;
}

.tit-impar-block {
  padding-top: 20px;
  padding-right: 10%;
  width: 100%;
}
.tit-impar-block h3 {
  width: 100%;
  font-size: 50px;
  color: #03198c;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}
.tit-impar-block .int-photo-sub {
  width: 100%;
  color: #ff1122;
  text-align: right;
  font-weight: 600;
}
.tit-impar-block .red-line {
  width: 50px;
  background-color: #ff1122;
  float: right;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.article-inpar-block {
  width: 100%;
  padding: 10px 5px;
  padding-right: 10%;
  float: right;
  text-align: right;
}
.article-inpar-block p {
  font-weight: 600;
}
.article-inpar-block p strong {
  color: #ff1122;
}
.article-inpar-block .btn-post {
  margin-top: 10px;
  display: inline-block;
  float: left;
}
.article-inpar-block .btn-post .btn {
  margin-top: 10px;
  background-color: #ff1122;
  text-transform: uppercase;
  padding: 5px 25px;
  float: left;
  color: #FFFFFF;
}

/* zoe */
/*---------------*/
/***** Zoe *****/
/*---------------*/
.esconde-exedente {
  overflow: hidden;
  float: left;
}

.ramas-div {
  overflow: hidden;
  width: 14.2857%;
  display: inline-block;
  position: relative;
  float: left;
  height: 280px;
  background-color: #03198c;
}
.ramas-div:hover {
  background-color: transparent;
}

figure {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}
figure img {
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 30% auto;
  width: 100%;
}
figure:hover .desvanece {
  opacity: 0;
}

figure.effect-zoe figcaption {
  opacity: .0;
  top: auto;
  bottom: 0;
  padding: 10px auto;
  height: 3.75em;
  /* background: #fff; */
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
figure.effect-zoe figcaption:hover {
  transform: all 6s ease-in-out;
  opacity: 1;
  transform: scale(1);
  background-position: center;
}
figure.effect-zoe figcaption:hover figure img {
  display: none;
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.description {
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: absolute;
  bottom: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  height: 431px;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  figure.effect-zoe p.description {
    height: 327px;
  }

  .img-portal {
    background-position: right center;
    background-size: cover;
  }

  .article-inpar-block .btn-post {
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .article-inpar-block .btn-post .btn {
    display: inlin-block;
    float: none;
    text-align: center;
  }
}
.portada-text h1 {
  line-height: 35px;
}

.portada-logo {
  max-width: 75px;
}

.marca {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: #FFFFFF;
  padding: 15px 0px;
}

@media screen and (max-width: 360px) {
  .portada-text h1 {
    line-height: normal;
  }

  .portada-logo {
    max-width: 100%;
    margin-right: 0px;
  }
  .portada-logo img {
    margin: 0 auto;
  }

  .portada-text {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .ramas-div {
    width: 50%;
  }
}
/* animated row */
.posicion-icon-scroll {
  margin-top: 20px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  z-index: 3;
}

.icon-scroll {
  width: 30px;
  height: 60px;
  margin-left: -20px;
  bottom: 0px;
  /* box-shadow: inset 0 0 0 0px #001d6f; */
  border-radius: 25px;
}

.icon-scroll:before {
  content: '\f078 ';
  font-family: 'FontAwesome',sans-serif;
  font-size: 20px;
  height: 25px;
  margin-left: -15px;
  line-height: 19px;
  top: 3;
  width: 25px;
  /*background: #001d6f;*/
  color: #8f8f8f;
  margin-left: -12px;
  top: 0px;
  border-radius: 50%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
.post-text {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.cover-fondo {
  position: relative;
  z-index: 3;
}

.slide-farm {
  display: inline-block;
  position: relative;
  width: 100%;
  background-image: url(../img/template/panoramico.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
.slide-farm img {
  width: 500px;
  margin: 0 auto;
}

/*servicios*/
.white-block {
  background-color: #ffffff;
}

.img-servicios {
  /*  max-height: 400px; max-width: 100%;  */
}

.post-paq {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
}
.post-paq .Servicios {
  display: inline-block;
  position: relative;
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .post-paq .Servicios {
    width: 100%;
  }
}
.post-paq .Servicios.Slogan1 {
  float: left;
  background-color: #03198c;
}
.post-paq .Servicios.Slogan1 .Servicios-Slogan {
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  min-height: 200px;
  padding-top: 10%;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 43px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .post-paq .Servicios.Slogan1 .Servicios-Slogan {
    text-align: center;
    font-size: 20px;
  }
}
.post-paq .Servicios.Descripcion2 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  position: absolute;
  left: 0px;
  align-items: center;
  float: right;
}
@media screen and (max-width: 768px) {
  .post-paq .Servicios.Descripcion2 {
    position: relative;
    text-align: center;
  }
}
.post-paq .Servicios.Slogan2 {
  float: right;
  background-color: #f74722;
}
.post-paq .Servicios.Slogan2 .Servicios-Slogan {
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  min-height: 200px;
  padding-top: 10%;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 43px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .post-paq .Servicios.Slogan2 .Servicios-Slogan {
    text-align: center;
    font-size: 20px;
  }
}
.post-paq .Servicios.Descripcion1 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* width: 100%; */
  display: flex;
  position: absolute;
  right: 0px;
  align-items: center;
  float: right;
}
@media screen and (max-width: 768px) {
  .post-paq .Servicios.Descripcion1 {
    position: relative;
    text-align: center;
  }
}

.Select_Distribucion {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Servicios-Nombre {
  color: #363d93;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0% 6%;
  text-align: left;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 30px;
  line-height: 37px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.Servicios-Descripcion {
  padding: 0% 6%;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 25px;
  text-align: justify;
}
.Servicios-Descripcion p {
  font-size: 17px;
  color: #787878;
  font-weight: 600;
}

.ServiciosContenido {
  line-height: 25px;
  padding: 0% 6%;
  text-align: justify;
}

.text-decript {
  position: relative;
  color: #ffffff;
  text-align: left;
  padding:150px 0px;
  display: inline-block;
}
@media screen and (max-width: 1789px) {
  .text-decript {
    
  }
}
@media screen and (max-width: 768px) {
  .text-decript {
    position: relative;
    display: inline-block;
   
  }
}

.margin-info {
  color: #FFFFFF;
  text-align: left;
  margin: 200px auto;
}
@media screen and (max-width: 767px) {
  .margin-info {
    text-align: center;
    margin-top: 20px;
  }
}

.blok-emp-marca {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}

.text-inter-nomdf {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left;
  font-weight: 700;
}
.text-inter-nomdf h2 {
  font-size: 48px;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #03198c;
  text-transform: uppercase;
}
.text-inter-nomdf .min-txt {
  color: #ff1122;
}
.text-inter-nomdf .txt-r-format, .text-inter-nomdf .txt-r-format p {
  font-weight: 600;
}

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

.p-img, .puntos {
  display: inline-block;
  position: relative;
  float: left;
  padding: 15px;
}

.p-img {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-img {
    display: none;
    width: 100%;
  }
}

.puntos {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .puntos {
    width: 100%;
  }
}

.puntos ul {
  list-style-image: url("../img/vineta.png");
}
.puntos ul li {
  padding: 10px 0px;
}

.text-tit-h {
  padding: 15px;
  text-align: left;
  font-size: 48px;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #03198c;
  text-transform: uppercase;
}
.text-tit-h img {
  display: inline-block;
}

.back-farm {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
}
.back-farm img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .text-inter-nomdf {
    text-align: center;
    font-weight: 700;
  }
  .text-inter-nomdf h2 {
    text-align: center;
  }
  .text-inter-nomdf .min-txt {
    color: #ff1122;
  }
  .text-inter-nomdf .txt-r-format, .text-inter-nomdf .txt-r-format p {
    font-weight: 600;
  }
}
.mod-marg-time {
  display: inline-block;
  text-align: center;
}
.mod-marg-time img {
  display: inline-block;
}

.container-alianzas .blk-alianza {
  width: 24%;
  margin: 0.5%;
  height: 100%;
  background-color: #ececec;
  display: inline-block;
  position: relative;
  float: none;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .container-alianzas .blk-alianza {
    width: 48%;
  }
}
.container-alianzas .blk-alianza img.img-cent {
  margin: 0 auto;
}
.container-alianzas .blk-alianza .hov-blu-efect {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  position: absolute;
  height: 0px;
  opacity: .0;
  vertical-align: middle;
  padding: 7px 2px;
  z-index: 200;
  display: inline-block;
  bottom: 0px;
  width: 100%;
  background-color: #03198c;
  text-align: center;
  color: #FFFFFF;
  left: 0px;
  right: 0px;
}
.container-alianzas .blk-alianza:hover .hov-blu-efect {
  height: 53px;
  opacity: 1;
}

.crm {
  width: 100%;
  padding: 0px 0px;
  background-size: contain;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.crm.alianzas {
  background-image: url(../img/template/crm-alianzas-min.jpg);
}
.crm.industria {
  background-image: url(../img/template/crm-industria-min.jpg);
}
.crm.marcas {
  background-image: url(../img/template/crm-marcas-min.jpg);
}
@media screen and (max-width: 768px) {
  .crm.branding .ocl-crm-first img {
    display: none;
  }
  .crm.branding .text-decript img {
    margin: 0 auto;
  }
  .crm.branding .text-decript #descriptivo-empresa {
    text-align: center;
    padding: 20px;
  }
}

.ocl-crm-first {
  visibility: hidden;
}

.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.og-grid li {
  width: 32%;
  display: inline-block;
  margin: 0.57%;
  vertical-align: top;
  /* height: 250px; */
  min-height: 100px;
}

.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  line-height: 100px;
  vertical-align: middle;
}

.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}

.og-expander {
  position: absolute;
  background: #ddd;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  /* height: 0; */
  overflow: hidden;
}

.og-expander-inner {
  padding: 50px 30px;
  height: 100%;
  background-color: #e1dfdd;
}

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
  background: #333;
}

.og-fullimg,
.og-details {
  width: 50%;
  float: right;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.og-details {
  padding: 0 40px 0 20px;
}

.og-fullimg {
  text-align: center;
}

.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 40px 0 10px;
  margin-bottom: 10px;
}

.og-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #999;
}

.og-details a {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: 3px solid #333;
  display: inline-block;
  margin: 30px 0 0;
  outline: none;
}

.og-details a::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px;
}

.og-details a:hover {
  border-color: #999;
  color: #999;
}

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@-moz-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@media screen and (max-width: 830px) {
  .og-expander h3 {
    font-size: 32px;
  }

  .og-expander p {
    font-size: 13px;
  }

  .og-expander a {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .og-fullimg {
    display: none;
  }

  .og-details {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1360px) {
  .crm {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .crm {
    background-image: none;
  }

  .ocl-crm-first {
    display: none;
  }
}
.clientes .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 100px;
}
.clientes .gallery_clientes {
  max-width: 150px;
  padding: 20px;
}

.blok-face {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 25px;
  border-bottom: 4px double #f74722;
  margin: 10px 0px;
  text-align: center;
}
.blok-face:last-child {
  border-bottom: none;
}
.blok-face .blok-face-tit {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
.blok-face .blok-face-tit .txt-tit {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #03198c;
}
.blok-face .blok-face-tit .txt-tit:hover {
  color: #03198c;
  text-decoration: none;
}
.blok-face .blok-tag {
  font-size: 11px;
  width: auto;
  display: inline-block;
  color: #f74722;
  position: relative;
  padding-right: 10px;
  float: left;
  border-right: 4px double #03198c;
  text-transform: uppercase;
}
.blok-face .date {
  width: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  color: #f74722;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 4px double #03198c;
}
.blok-face .link-post {
  float: right;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  text-align: center;
  border: 1px solid #ff1122;
  text-transform: uppercase;
  background-color: #ff1122;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.blok-face .link-post:hover {
  text-decoration: none;
}
.blok-face .blok-face-desc-min {
  color: #9a9a9a;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 29px;
  margin: 20px 0px;
  text-transform: none;
  text-align: justify;
}

#sidebar {
  display: inline-block;
  position: relative;
  margin: 20px 0px;
}
#sidebar .widget {
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 45px;
  left: 18px;
  top: 25px;
  bottom: 18px;
  padding: 25px;
}
#sidebar .widget h2 {
  border-bottom: 2px solid #f74722;
  padding-bottom: 7px;
  margin-top: -36px;
  background: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
  clear: both;
  color: #03198c;
}
#sidebar .widget h2::first-letter {
  color: #f74722;
  font-weight: bold;
}
#sidebar .widget ul {
  list-style: none;
  padding: 0px;
}
#sidebar .widget ul li {
  margin-bottom: 7px;
  padding-bottom: 7px;
  text-transform: capitalize;
  border-bottom: 1px dotted #ECECEC;
  text-align: left;
}
#sidebar .widget ul li a {
  text-transform: capitalize;
  color: #03198c;
  font-size: 16px;
  text-align: left;
}
#sidebar .widget ul li a:hover {
  text-decoration: none;
}
#sidebar .widget ul li .side-item {
  overflow: hidden;
}
#sidebar .widget ul li .side-item .side-image {
  float: left;
  margin-right: 14px;
}

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

.mapsection {
  float: left;
  position: relative;
  width: 100%;
  min-height: 50px;
  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: 410px;
  clear: both;
  margin: 0 1px;
  width: 100%;
  font-family: "", sans-serif;
  overflow: hidden;
}
.mapsection #mapa #infoWindow {
  min-height: 20px;
  position: relative;
  width: 480px;
  display: inline-block;
  text-align: center;
}
.mapsection #mapa #infoWindow .infoImg {
  padding: 7px;
}
.mapsection #mapa #infoWindow .infomap {
  width: 100%;
  min-height: 20px;
  text-align: center;
  color: #03198c;
  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: #03198c;
}
.mapsection #mapa #infoWindow .infomap .txtvergmap {
  color: #03198c;
}

.contac-pag {
  background-image: url("../img/img-contacto.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.formulario-contacto {
  margin-bottom: 30px;
  margin-top: 30px;
  /* max-width:  780px; */
  width: 100%;
  display: inline-block;
}
.formulario-contacto .form-control {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 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: red;
  padding: 5px;
  margin-bottom: 20px;
  list-style: none;
  -webkit-appearance: textfield;
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #656666;
  border-radius: 0px;
  box-shadow: none;
}

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

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

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

.formulario-contacto .labelform {
  font-family: "Open Sans", sans-serif;
  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 {
  display: inline-block;
  position: relative;
  background-color: #03198c;
  border: 0px;
  color: #FFFFFF;
  font-weight: normal;
  padding: 2px 5px;
  margin-bottom: 0px;
  float: left;
}

.formulario-contacto form input[type="submit"] {
  color: #FFFFFF;
  background-color: #ff1122;
  height: 20px;
  font-size: 13px;
  padding-top: 1px;
  margin-right: 15px;
  position: relative;
  margin-top: 10px;
}

.formulario-contacto .enviar {
  float: left;
  margin: 10px auto;
}

.form-group .error {
  color: #ff1122;
}

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

.nopadding {
  padding: 0px !important;
}

.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 {
  color: #ff1122;
  font-family: "", sans-serif;
  margin-bottom: 10px;
}
.info-contacto .info-detalle {
  color: #ff1122;
  font-family: "", sans-serif;
  line-height: 18px;
}
.info-contacto .info-detalle.domicilio {
  max-width: 60%;
}
.info-contacto .info-detalle.email {
  color: #ff1122;
  margin-top: 20px;
  margin-bottom: 25px;
}

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

.modal-footer button {
  background-color: #ff1122;
  padding: 0px 10px;
}

.modal-body .alert-success {
  color: #ff1122;
  background-color: #f6f4f4;
  margin-top: 15px;
  border-color: #FFFFFF;
}

.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: 14px;
}

.telefonos {
  margin-top: 40px;
}

.num {
  color: #FFFFFF;
  text-align: left;
  float: left;
}
.num:hover, .num:focus {
  color: #FFFFFF;
}

.cont-direccion {
  width: 50%;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1200px) {
  .cont-direccion {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cont-direccion {
    width: 50%;
  }
}
@media screen and (max-width: 469px) {
  .cont-direccion {
    width: 100%;
    float: none;
  }
}

.white-block-marcas {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: -5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.empresas {
  margin: 0 auto;
}
.empresas.slick-slider {
  margin-bottom: 0px;
  margin-top: 0px;
}
.empresas .slick-slide {
  border-left: 2px solid #c5c4c4;
}
.empresas .slick-slide:first-child {
  border-left: none;
}
.empresas .logo-empresa img {
  max-width: 150px;
  margin: 0 auto;
}

.text-contact {
  text-align: left;
  font-family: "", sans-serif;
  font-size: 15px;
  color: #03198c;
  font-weight: 700;
}
.text-contact .red-span {
  color: #ff1122;
}

@media screen and (max-width: 1200px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    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;
  }

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

  .num {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  /* .contenedor-contacto .datos-contacto{
   float: right;
   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 {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (max-width: 420px) {
  /* .contenedor-contacto  .datos-contacto{
  padding: 0px;
  width: 100%;
  } */
}
/* ==|====================
   Layout/Footer
   ======================= */
footer {
  background-color: #03198c;
  min-height: 25px;
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
footer .alter-padings {
  display: inline-block;
  margin: 5px auto;
}
footer .alter-padings .menu-terms {
  color: #FFFFFF;
  text-align: right;
  width: auto;
  display: inline-block;
}
footer .alter-padings .menu-terms.active, footer .alter-padings .menu-terms:hover {
  color: #ff1122;
}
footer .banda {
  width: 100%;
  display: inline-block;
  background-color: #ff1122;
  float: left;
}
footer .banda .redesofi .tel {
  color: #FFFFFF;
  font-weight: bold;
}
footer .banda .redesofi i {
  background-color: #FFFFFF;
  color: #ff1122;
}
footer .banda .politics {
  color: #FFFFFF;
  float: left;
  text-align: left;
}
footer .logo-fotter {
  width: 50%;
  float: left;
  padding: 0px 5px;
}
footer .tel-footer {
  width: 50%;
  float: right;
  text-align: right;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  footer .banda .redesofi {
    padding: 0px;
    margin: 0 auto;
    float: none;
  }
  footer .banda .politics {
    padding: 0px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */

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