@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 */
/* 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: red;
}

.f-color2 {
  color: blue;
}

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

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

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

pre {
  font-size: 1.5rem;
}

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

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

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

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

.no-padding {
  padding: 0px;
}

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

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

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

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

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

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

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* ==|=====================
   Module/forms
   ======================== */
.mapsection {
  position: absolute;
  width: 100%;
  min-height: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.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: 200px;
  clear: both;
  margin: 0 1px;
  width: 100%;
}
.mapsection #mapa #infoWindow {
  min-height: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.mapsection #mapa #infoWindow .infoImg {
  width: 100px;
  padding: 7px;
}
.mapsection #mapa #infoWindow .infomap {
  width: 100%;
  min-height: 20px;
  text-align: center;
  color: #001000;
  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: red;
}
.mapsection #mapa #infoWindow .infomap .txtvergmap {
  color: red;
}
.mapsection .contmapimg {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 20px;
  border: 2px solid red;
  max-width: 10px;
}

/* Plugins */
/* ==|====================
   Plugins/General
   ======================= */
/* ==|====================
   Plugins/slick-slider
   ======================= */
.slick-slider {
  position: relative;
  display: block;
  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;
  margin: 0 auto;
}
.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 {
  position: absolute;
  display: block;
  height: 100%;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.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-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* 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;
}

/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
.header {
  position: fixed;
  /* background-color: #FFFFFF; */
  z-index: 3;
  left: 0px;
  right: 0px;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 10px 0px;
  background-color: #ffffff;
  padding: 20px 173px 20px 20px;
  background-image: url(../img/layout/menu/rayos.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.section-header-static {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #868587;
}

.section-header {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0px;
}
.section-header .logo {
  display: inline-block;
  left: 15px;
  position: absolute;
  max-width: 150px;
  width: auto;
}
@media screen and (max-width: 599px) {
  .section-header .logo {
    position: relative;
  }
}
.section-header .info-block {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  float: right;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .section-header .info-block {
    display: none;
  }
}
.section-header .info-block .block {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  /* border:2px solid red; */
  margin-left: 20px;
}
.section-header .info-block .block .font-img {
  padding: 10px;
}
.section-header .info-block .block .font-img .link-block {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  margin: 0px 5px;
  background-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  vertical-align: middle;
  border: 1px solid #ffffff;
}
.section-header .info-block .block .font-img .link-block:hover {
  color: #df1313;
}
.section-header .info-block .block .info {
  text-align: left;
  padding: 0px 5px;
}
.section-header .info-block .block .info .data-1 {
  color: #df1313;
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.section-header .info-block .block .info .data-2 {
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 12px;
}

/* .idioma{
	margin-top: 3px;
	margin-bottom: 3px;
	width:auto;
	float:left;
	& a{ margin-right:5px;
		 margin-left: 5px; 
		 font-size: 15px;
		 text-transform: uppercase;
		 &:hover{
		 }
	}
} */
.social-media {
  display: inline-block;
  cleat: left;
  position: relative;
  float: right;
}
.social-media a {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  margin: 0px 5px;
  background-color: #868587;
  border-radius: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.social-media a:hover {
  color: #ffffff;
}

.menu {
  display: inline-block;
  position: relative;
  float: right;
}
.menu ul {
  list-style: none;
  padding: 0px;
  float: left;
  margin-bottom: 0px;
}
.menu ul li {
  display: inline-block;
  position: relative;
  float: left;
  text-transform: uppercase;
}
.menu ul li a {
  color: #868587;
  padding: 0px 15px;
  font-weight: 500;
  font-size: 12px;
}
.menu ul li a:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 1024px) {
  .menu ul li a {
    padding: 30px 5px;
  }
}
.menu ul li:hover a {
  color: #df1313;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}

#cd-cart {
  background-color: #000000;
}
#cd-cart img {
  margin: 0 auto;
}
#cd-cart ul {
  border-top: 1px solid #868587;
  margin-top: 10px;
  list-style: none;
  width: 100%;
  padding: 0px;
}
#cd-cart ul li {
  background-color: #000000;
}
#cd-cart ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: Center;
  color: #ffffff;
  padding: 10px 0px;
  text-transform: uppercase;
}
#cd-cart ul li:hover {
  background-color: #df1313;
}

/* ==|====================
   Layout/Nav
   ======================= */
/* ==|======================
   Layout/Home
   ========================= */
/*!
* fullPage 2.8.8
* https://github.com/alvarotrigo/fullPage.js
* MIT licensed
*
* Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
*/
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.back-rest {
  background-size: cover;
  background-position: center;
  position: relative;
}

.intro {
  width: 50%;
  float: right;
  height: 100%;
  /* opacity: .8; */
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 10%;
  position: relative;
}
.intro h1 {
  width: 100%;
  text-align: left;
  padding: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: -1px 0px 12px black;
}
.intro .decripcion {
  color: #ffffff;
  text-align: left;
  padding: 15px;
  max-width: 800px;
  text-shadow: -1px 0px 12px black;
}

.btn-1 {
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #FFFFFF;
}

.div-shadown {
  position: absolute;
  display: inline-block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: .4;
  z-index: 1;
}

.flex-generic {
  position: relative;
  z-index: 2;
  display: flex;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.p-c-imagen {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 50px;
}
.p-c-imagen img {
  margin: 0 auto;
}

.p-c-descripcion {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding-bottom: 30px;
  text-shadow: -1px 0px 12px black;
  font-weight: 400;
}

.p-c-boton {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.c-white-line {
  width: 100%;
  background-color: #ffffff;
  min-height: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 0px;
  color: red;
  text-transform: uppercase;
  z-index: 999;
}

.post-ext {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.c-banner-parallax {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px;
  width: 100%;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
}
.c-banner-parallax .c-bp-left {
  float: right;
  text-align: left;
}

.c-tit-galeria {
  color: #767676;
  text-transform: uppercase;
  font-weight: bold;
}

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

.blue-block {
  background-color: #5da49b;
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0px;
  min-height: 20px;
}

.grid-vehiculos {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}
.grid-vehiculos .contenedor {
  width: 31.33%;
  margin: 10px 1%;
  height: 200px;
}

.contenedor {
  width: 100%;
  height: 400px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  float: left;
}
.contenedor img {
  height: auto;
  width: 100%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.contenedor img:hover {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.marg-ext {
  margin: 10px 0px;
}

.text-inver-city {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 2px 0px;
  margin: 0px;
  color: #767676;
}

.subtit-1 {
  display: block;
  position: relative;
  margin: 20px auto;
  max-width: 400px;
  color: #767676;
}

.subtit-2 {
  display: block;
  position: relative;
  margin: 20px auto;
  margin-bottom: 30px;
  max-width: 400px;
  color: #767676;
}

.conocenos-block {
  display: inline-block;
  position: relative;
  width: 100%;
}
.conocenos-block h1 {
  font-weight: bold;
  font-size: 30px;
  color: #767676;
}
.conocenos-block .sep-1 {
  padding: 60px 0px;
}
.conocenos-block .descripcion {
  font-size: 18px;
  color: #767676;
}

.alianza-block {
  display: inline-block;
  position: relative;
  width: 100%;
}
.alianza-block .title {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  padding: 100px 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.alianza-block .title .back-dark {
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}
.alianza-block .title h1 {
  z-index: 20;
  position: relative;
  letter-spacing: 5px;
  font-weight: bold;
}
.alianza-block .descripcion {
  display: inline-block;
  position: relative;
  padding: 50px 10px;
  color: #767676;
  text-align: left;
  font-size: 18px;
}

.gray-block {
  background-color: #ebebeb;
  display: inline-block;
  position: relative;
  color: #10aba1;
  padding: 20px 0px;
  width: 100%;
}
.gray-block img {
  max-width: 130px;
  margin: 0 auto;
}

.tit-beneficios {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 0px;
}

.ventajas-block {
  display: inline-block;
  position: relative;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ventajas-block .overflof-black {
  background-color: rgba(0, 0, 0, 0.8);
  width: 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
}
.ventajas-block .cont-block {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 50%;
  float: left;
  padding: 250px 0px;
}
.ventajas-block .cont-block h1 {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
}
.ventajas-block .cont-block ul {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
}
.ventajas-block .cont-block ul li {
  /*display: inline-block; */
  /*position: relative; */
  margin-bottom: 20px;
  font-size: 18px;
}

.overflow-color {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: .5;
}

.c-bp-left {
  z-index: 200;
}

.plataforma-exp {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 700px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
}
.plataforma-exp .cont-expan h1 {
  color: #FFFFFF;
  text-align: left;
}
.plataforma-exp .cont-expan .descrip {
  color: #ffffff;
  text-align: left;
  font-weight: 600;
}

.flex-expan {
  display: flex;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  align-content: center;
}

/* ==|====================
   Layout/Contacto
   ======================= */
#footer-form {
  margin: 10px 0px;
  width: 80%;
}
#footer-form .form-group {
  margin: 10px 0px;
}
#footer-form .form-error {
  width: 100%;
  padding: 1px;
  color: red;
  display: none;
}
#footer-form .form-control {
  border-radius: 0px;
}
#footer-form .btn-footer {
  float: left;
  color: #868587;
  border-radius: 0px;
}

.sep-ext {
  padding: 0px 10%;
}

.data-contacto {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
}
.data-contacto .data-space {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 400;
  margin: 10px 0px;
}
.data-contacto .data-space i {
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  color: #000000;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  display-flex: flex;
  align-items: center;
  justify-content: center;
}

.intro .tit-1 {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}

.intro .tit-2 {
  color: #ffffff;
}

/* ==|====================
   Layout/Footer
   ======================= */
footer {
  background-color: #ffffff;
  min-height: 25px;
  width: 100%;
  display: inline-block;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}

.p-fotter {
  width: 100%;
  background-image: url(../img/layout/patron.jpg);
  background-repeat: repeat;
  height: 20px;
  background-size: center;
  background-position: center left;
}

/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */

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