@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 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy") format("svg");
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold.svg#Gilroy") format("svg");
}
/* COLDIDER */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

.f-color2 {
  color: blue;
}

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

body {
  font-family: "Gilroy", 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;
  text-align: left;
}

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

.main-container {
  display: inline-block;
  position: relative;
  max-width: 1360px;
  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 {
  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;
}

.img-exp {
  margin: 10px auto;
}

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* ==|=====================
   Module/forms
   ======================== */
/* Plugins */
/* ==|====================
   Plugins/General
   ======================= */
/* ==|====================
   Plugins/slick-slider
   ======================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -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);
  -ms-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: "";
}
.slick-prev:before[dir=rtl] {
  content: "";
}

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

/* 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: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
}

/* .container {
	display: none;
} */
.container.show {
  display: block;
}

.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.pageload-overlay.show {
  visibility: visible;
}

.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pageload-overlay svg path {
  fill: #14AEDF;
}

.pageload-overlay::after,
.pageload-overlay::before {
  content: "";
  position: fixed;
  width: 20px;
  height: 20px;
  top: 55%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.15s, visibility 0s 0.15s;
  -o-transition: opacity 0.15s, visibility 0s 0.15s;
  transition: opacity 0.15s, visibility 0s 0.15s;
}

.logo-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-loader-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  border: 1px solid #ffffff;
  margin-top: -224px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 20px;
}

.logo-loader-contain .img-responsive {
  position: relative;
  display: inline-block;
}

.pageload-overlay::after {
  background: #363640;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  -webkit-animation: moveRight 0.6s linear infinite alternate;
  animation: moveRight 0.6s linear infinite alternate;
}

.pageload-overlay::before {
  background: #FFFFFF;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
      transform: translateX(20px);
  -webkit-animation: moveLeft 0.6s linear infinite alternate;
  animation: moveLeft 0.6s linear infinite alternate;
}

@-webkit-keyframes moveRight {
  to {
    -webkit-transform: translateX(20px);
  }
}
@keyframes moveRight {
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes moveLeft {
  to {
    -webkit-transform: translateX(-20px);
  }
}
@keyframes moveLeft {
  to {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.overflow-hidden {
  /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
  overflow: hidden;
}

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

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

#cd-cart-trigger {
  display: none;
  /* background-color: red; */
  position: relative;
  float: left;
}
#cd-cart-trigger a {
  display: inline-block;
  position: relative;
  color: #000000;
  margin: 0px 5px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  #cd-cart-trigger a {
    display: none;
    /* position: relative;
    border-left: none;
    background-color: darken($header-bg, 5%); */
  }
}

#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 80px;
  }
}

#cd-cart {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
#cd-cart.speed-in {
  left: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
}

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

xgallery 

-------------------------------- */
main {
  position: relative;
  min-height: 100%;
  background: #eeeff7;
  padding-top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 120px;
  }
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 2;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

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

xkeyframes 

-------------------------------- */
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
a:focus {
  outline: none;
}

.header {
  position: fixed;
  background-color: transparent;
  padding: 0px;
  width: 100%;
  float: left;
  z-index: 20;
  top: 0px;
  left: 0px;
  min-width: 320px;
  -webkit-transition-duration: 1200s;
  -o-transition-duration: 1200s;
  transition-duration: 1200s;
}
.header.menu_index {
  position: fixed;
}

.navbar {
  display: inline-block;
  width: 100%;
  padding-left: 280px;
}

.banner-1 {
  color: #ffffff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.banner-1 span {
  font-weight: bold;
  color: #FF000E;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont-logo {
  position: relative;
  display: inline-block;
  /* padding: 15px; */
  border-radius: 0px 0px 0px 0px;
  float: left;
}
.cont-logo .img-log-resp {
  display: none;
}

.links {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: auto;
  float: left;
  top: 30px;
}
.links li {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0px 0px;
  padding: 0px 15px;
  border-left: 1px solid #ffffff;
}
.links li:hover {
  background-color: none;
}
.links li a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 9px 4px 9px #000000;
}
.links li a:hover, .links li a.active {
  background-color: transparent;
}
.links li a:hover:before, .links li a.active:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -2px;
  height: 1px;
  background-color: #ffffff;
  left: 0px;
}

.social-media {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: auto;
  float: right;
  list-style: none;
}
.social-media li {
  display: inline-block;
  float: left;
  padding: 6px 3px;
}

.idioma-header {
  position: absolute;
  top: 37px;
  right: 10px;
}
.idioma-header .lang a {
  color: #4d4d4d;
  font-weight: bold;
  position: relative;
  margin: 0px 3px;
}
.idioma-header .lang a:before {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  content: "";
  position: absolute;
  bottom: -5px;
  height: 0px;
  background-color: #1a3c75;
  width: 100%;
  border-radius: 15px;
}
.idioma-header .lang a.active, .idioma-header .lang a:hover {
  color: #1a3c75;
}
.idioma-header .lang a.active:before, .idioma-header .lang a:hover:before {
  height: 3px;
}

.fondo-negro {
  background-color: rgba(254, 247, 247, 0);
}

.section-header-static {
  display: inline-block;
  position: relative;
  width: 100%;
}

.logo {
  position: absolute;
  left: 0px;
  width: 250px;
  z-index: 1;
}
.logo img {
  width: 100%;
}

.section-header {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0px 5px;
  max-width: 1280px;
  margin: 0 auto;
}
.section-header .logo {
  display: inline-block;
  float: left;
  position: relative;
  width: 180px;
}
.section-header .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .section-header .info-block {
    display: none;
  }
}
.section-header .info-block .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: red;
}
.section-header .info-block .block .info {
  text-align: left;
  padding: 0px 15px;
}
.section-header .info-block .block .info .data-1 {
  color: #7b7b7b;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 20px;
}
.section-header .info-block .block .info .data-1 a {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 500;
}
.section-header .info-block .block .info .data-1 a:hover {
  color: #14AEDF;
}
.section-header .info-block .block .info .data-2 {
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 12px;
}

.section-header .info-block .block .info .active a {
  color: #14AEDF;
}
.section-header .info-block .block .info .active .img-pumita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header .info-block .block .info .active .img-pumita .pum {
  display: inline-block !important;
}

.social-media {
  display: inline-block;
  position: relative;
  float: right;
}
.social-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  color: #FFFFFF;
  background-color: #b99a4e;
  border-radius: 15%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}
.menu {
  display: inline-block;
  position: relative;
  float: left;
}
.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: #ffffff;
  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: red;
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

#cd-cart {
  background-color: #ffffff;
  z-index: 20;
}
#cd-cart img {
  margin: 0 auto;
}
#cd-cart ul {
  margin-top: 47px;
  list-style: none;
  width: 100%;
  padding: 0px;
}
#cd-cart ul .active a {
  background-color: #ddd;
  color: #b99a4e;
}
#cd-cart ul li {
  background-color: #ffffff;
}
#cd-cart ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  color: #1a3c75;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
}
#cd-cart ul li:hover {
  background-color: #ddd;
  color: #b99a4e;
}
#cd-cart .phones {
  display: inline-block;
  width: 100%;
  position: relative;
}
#cd-cart .phones .contenedor-phone {
  display: inline-block;
  position: relative;
  color: #14AEDF;
  text-align: left;
}
#cd-cart .phones .contenedor-phone .tel {
  color: #14AEDF;
}
#cd-cart .phones .contenedor-phone .fa-phone {
  font-size: 16px;
  padding-right: 5px;
  color: #000000;
}
#cd-cart .phones .social-media {
  display: inline-block;
  position: relative;
  float: right;
  width: 15%;
}
#cd-cart .phones .social-media a {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  margin: 0px 5px;
  background-color: #14AEDF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.social-nav {
  width: 100%;
  position: relative;
}
.social-nav .chang-post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  padding: 3.5px 5px;
}
.social-nav .chang-post .idioma-header .phones {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: right;
  padding: 5px 20px 5px 0px;
}
.social-nav .chang-post .idioma-header .phones .contenedor-phone {
  margin: 0px 40px 0px 40px;
  display: inline-block;
  position: relative;
  color: #828282;
  font-weight: 500;
}
.social-nav .chang-post .idioma-header .phones .contenedor-phone .tel {
  color: #14AEDF;
}
.social-nav .chang-post .idioma-header .phones .contenedor-phone .fa-phone {
  font-size: 16px;
  padding-right: 5px;
}
.social-nav .chang-post .idioma-header .menu-left-idm {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 106px;
  height: 100%;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang {
  position: relative;
  float: right;
  height: 100%;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang {
  color: #828282;
  margin: 0px 5px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  padding: 0px 0px;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang a:hover, .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang_active {
  color: #14AEDF;
  background-color: #FFFFFF;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang .separator-lang {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  color: #828282;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang .separator-lang:after {
  content: "/";
  padding-left: 3px;
}

@media screen and (max-width: 980px) {
  .social-nav .chang-post .idioma-header .menu-left-idm {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .nav-principal {
    display: none;
  }

  .idioma-header {
    top: 5px;
  }
  .idioma-header .lang a {
    color: #ffffff;
  }
  .idioma-header .lang a:hover, .idioma-header .lang a.active {
    color: #b99a4e;
  }

  .cont-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 0px;
    background-color: transparent;
  }
  .cont-logo .logo {
    float: none;
  }
  .cont-logo .logo img {
    margin-top: -5px;
    margin-bottom: -13px;
  }
  .cont-logo .img-log-resp {
    display: inline-block;
    width: 100px;
  }

  .banner-1 {
    display: none;
  }

  .header {
    position: relative;
    background-color: #000000;
  }

  .header.menu_index {
    position: fixed;
  }

  .section-header {
    padding: 5px 0px;
  }

  .social-nav .chang-post .idioma-header .phones .contenedor-phone {
    margin: 0px 10px 0px 10px;
    display: inline-block;
    position: relative;
    color: #828282;
    float: left;
  }

  .social-nav .chang-post .idioma-header .phones .right {
    padding-right: 0px;
  }
  .social-nav .chang-post .idioma-header .phones .left {
    padding-left: 0px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm {
    right: 0px;
  }

  .section-header-static {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    height: 50px;
  }

  #cd-cart-trigger {
    top: 5px;
    left: 0px;
    z-index: 1;
    float: left;
    display: none;
  }

  .social-nav .chang-post {
    display: inline-block;
    position: relative;
    float: none;
    padding-top: 10px;
  }
  .social-nav .chang-post .phone-header {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 10px 0px;
  }
  .social-nav .chang-post .correo-header {
    width: 100%;
  }
  .social-nav .chang-post .idioma-header {
    width: 100%;
  }
  .social-nav .chang-post .idioma-header .phones {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm {
    top: 50px;
    right: 15px;
    z-index: 1;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang {
    color: #000;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang:hover, .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang.item_lang_active {
    background-color: #14AEDF;
    color: #ffffff;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .separator-lang {
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  .social-nav .chang-post .idioma-header .phones {
    text-align: center;
    padding-top: 15px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm {
    top: 70px;
    right: 5px;
    width: 50%;
  }

  .social-nav .chang-post .idioma-header .menu-left-idm {
    right: 15px;
  }
}
@media screen and (max-width: 345px) {
  .section-header-static {
    height: 65px;
  }

  .social-nav .chang-post .idioma-header .phones {
    padding-top: 0px;
  }
  .social-nav .chang-post .idioma-header .phones .contenedor-phone {
    margin-top: 5px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm {
    top: 65px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang {
    height: 36px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .separator-lang {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .section-header .logo .logo-res {
    margin-left: 20px;
  }

  .section-header .logo {
    padding-bottom: 0px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 320px) {
  .section-header .logo .logo-res {
    margin-left: 50px;
  }
}
.parent {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

.heart {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: -o-linear-gradient(top, #03e27b, #0dbf6d);
  background: -webkit-gradient(linear, left top, left bottom, from(#03e27b), to(#0dbf6d));
  background: linear-gradient(to bottom, #03e27b, #0dbf6d);
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.heart span {
  font-size: 22pt;
  color: white;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.heart:before, .heart:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #03e27b;
  opacity: 0.4;
  border-radius: inherit;
}

.heart:before {
  z-index: -2;
  -webkit-animation: beat-before 1.5s ease 100ms infinite;
  animation: beat-before 1.5s ease 100ms infinite;
}

.heart:after {
  z-index: -1;
  -webkit-animation: beat-after 1.5s ease 200ms infinite;
  animation: beat-after 1.5s ease 200ms infinite;
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes beat-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes beat-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@-webkit-keyframes beat-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes beat-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.web {
  display: inline-block;
}

.movil {
  display: none;
}

.mobile .movil {
  display: inline-block;
}

.mobile .web {
  display: none;
}

/*!
 * WickedCSS v1.0 (https://github.com/kristofferandreasen/wickedCSS)
 * Copyright 2015 Kristoffer Andreasen
 * MIT License
 */
.barrelRoll, .fadeIn, .floater, .heartbeat, .pulse, .rollerLeft, .rollerRight, .rotateIn, .rotateInLeft, .rotateInRight, .rotation, .shake, .sideToSide, .slideDown, .slideLeft, .slideRight, .slideUp, .spinner, .wiggle, .zoomer, .zoomerOut {
  visibility: visible !important;
}

.rotation {
  animation-name: rotation;
  -webkit-animation-name: rotation;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.rotation, .sideToSide {
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0) translateX(50%) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(50%) rotate(-360deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0) translateX(50%) rotate(0);
            transform: rotate(0) translateX(50%) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(50%) rotate(-360deg);
            transform: rotate(360deg) translateX(50%) rotate(-360deg);
  }
}
.sideToSide {
  animation-name: sideToSide;
  -webkit-animation-name: sideToSide;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes sideToSide {
  0%, 100% {
    -webkit-transform: translate(100%, 0);
  }
  50% {
    -webkit-transform: translate(-100%, 0);
  }
}
@keyframes sideToSide {
  0%, 100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  50% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.zoomer {
  animation-name: zoomer;
  -webkit-animation-name: zoomer;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.zoomer, .zoomerOut {
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
          animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes zoomer {
  0% {
    -webkit-transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomer {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomerOut {
  animation-name: zoomerOut;
  -webkit-animation-name: zoomerOut;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.rollerRight, .zoomerOut {
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes zoomerOut {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@keyframes zoomerOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.spinner {
  animation-name: spinner;
  -webkit-animation-name: spinner;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pulse, .spinner {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.95);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.shake {
  animation-name: shake;
  -webkit-animation-name: shake;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
}

.barrelRoll, .shake {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  16%, 50%, 83% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  33%, 66% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  16%, 50%, 83% {
    -webkit-transform: translateX(-10px);
  }
  33%, 66% {
    -webkit-transform: translateX(10px);
  }
}
.barrelRoll {
  animation-name: barrelRoll;
  -webkit-animation-name: barrelRoll;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
}

@keyframes barrelRoll {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes barrelRoll {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.floater {
  animation-name: floater;
  -webkit-animation-name: floater;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
}

.floater, .wiggle {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes floater {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}
@-webkit-keyframes floater {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
}
.wiggle {
  animation-name: wiggle;
  -webkit-animation-name: wiggle;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
}

@keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
}
.pound {
  animation-name: pound;
  -webkit-animation-name: pound;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important;
}

.heartbeat, .pound {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@keyframes pound {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes pound {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.heartbeat {
  animation-name: heartbeat;
  -webkit-animation-name: heartbeat;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
}

@keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@-webkit-keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1.4);
  }
}
.rollerRight {
  animation-name: rollerRight;
  -webkit-animation-name: rollerRight;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.rollerLeft, .rollerRight {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@keyframes rollerRight {
  0% {
    -webkit-transform: translateX(-200px) rotate(0);
            transform: translateX(-200px) rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(2turn);
            transform: translateX(0) rotate(2turn);
    opacity: 1;
  }
}
@-webkit-keyframes rollerRight {
  0% {
    -webkit-transform: translateX(-200px) rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(2turn);
    opacity: 1;
  }
}
.rollerLeft {
  animation-name: rollerLeft;
  -webkit-animation-name: rollerLeft;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeOut, .rollerLeft {
  -webkit-animation-fill-mode: forwards;
}

@keyframes rollerLeft {
  0% {
    -webkit-transform: translateX(200px) rotate(0);
            transform: translateX(200px) rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-2turn);
            transform: translateX(0) rotate(-2turn);
    opacity: 1;
  }
}
@-webkit-keyframes rollerLeft {
  0% {
    -webkit-transform: translateX(200px) rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-2turn);
    opacity: 1;
  }
}
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

.slideDown, .slideUp {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

.slideLeft, .slideRight {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
}

.fadeIn, .fadeOut {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rotateInRight {
  animation-name: rotateInRight;
  -webkit-animation-name: rotateInRight;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.rotateInLeft, .rotateInRight {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes rotateInRight {
  from {
    -webkit-transform: rotate(0) translateX(100%) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(0) rotate(-360deg);
  }
}
@keyframes rotateInRight {
  from {
    -webkit-transform: rotate(0) translateX(100%) rotate(0);
            transform: rotate(0) translateX(100%) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(0) rotate(-360deg);
            transform: rotate(360deg) translateX(0) rotate(-360deg);
  }
}
.rotateInLeft {
  animation-name: rotateInLeft;
  -webkit-animation-name: rotateInLeft;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.rotateIn, .rotateInLeft {
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes rotateInLeft {
  from {
    -webkit-transform: rotate(0) translateX(-100%) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(0) rotate(-360deg);
  }
}
@keyframes rotateInLeft {
  from {
    -webkit-transform: rotate(0) translateX(-100%) rotate(0);
            transform: rotate(0) translateX(-100%) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(0) rotate(-360deg);
            transform: rotate(360deg) translateX(0) rotate(-360deg);
  }
}
.rotateIn {
  animation-name: rotateIn;
  -webkit-animation-name: rotateIn;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -720deg);
    transform: rotate3d(0, 0, 1, -720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -720deg);
    transform: rotate3d(0, 0, 1, -720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.item {
  height: 90vh;
  min-height: 872px;
  width: 100%;
  display: inline-block;
  background-position: top center;
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.waves {
  bottom: -50px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 6;
}

#item {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}

.fruit-general {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.fruit-1 img {
  position: absolute;
  top: -130px;
  right: 15.8%;
}

.fruit-1-sombra img {
  position: absolute;
  top: -130px;
  right: 15.8%;
}

.fruit-2 img {
  position: absolute;
  bottom: 6%;
  left: 5%;
}

.fruit-2-sombra img {
  position: absolute;
  bottom: 6%;
  left: 5%;
}

.fruit-3 img {
  position: absolute;
  top: 18%;
  left: 11.5%;
}

.fruit-4 img {
  position: absolute;
  top: 48%;
  left: 36%;
}

.fruit-5 img {
  position: absolute;
  top: 37%;
  left: 0px;
}

.fruit-6 img {
  position: absolute;
  top: 36%;
  right: -4%;
}

.fruit-7 img {
  position: absolute;
  bottom: -127px;
  right: 12%;
}

.fruit-7-sombra img {
  position: absolute;
  bottom: -127px;
  right: 12%;
}

.fruit-8 img {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
.fruit-8 img.floater {
  animation-duration: 7.5s;
  -webkit-animation-duration: 7.5s;
}

#item2 {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}

.fruit-9 img {
  top: 38%;
  right: -152px;
  position: absolute;
  z-index: 2;
}

.fruit-10 img {
  top: 2%;
  right: 7%;
  position: absolute;
}

.fruit-11 img {
  top: 48%;
  left: 30%;
  position: absolute;
}

.fruit-12 img {
  bottom: -50px;
  left: -40px;
  position: absolute;
}

.fruit-13 img {
  bottom: 53%;
  left: 20%;
  position: absolute;
}

.fruit-14 img {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
.fruit-14 img.floater {
  animation-duration: 7.5s;
  -webkit-animation-duration: 7.5s;
}

.sec-cualidades-mod {
  background-image: url(../img/layout/Background_blanco.jpg);
  background-position: center center;
  background-size: contain;
  background-attachment: fixed;
  padding: 100px;
  display: inline-block;
}
.sec-cualidades-mod:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -150px;
  left: 0px;
  z-index: 2;
  background-repeat: repeat-x;
  background-image: url(../img/layout/patron.png);
}

.titulo-sec-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.titulo-sec-slogan .img-slogan {
  max-width: 250px;
}
.titulo-sec-slogan h2 {
  float: right;
  color: #cccccc;
  letter-spacing: 1.5px;
}

.sec-cualidades {
  padding: 50px 0px 120px 0px;
}

.cualidad {
  color: #ffffff;
  border-radius: 50%;
  height: 231px;
  width: 231px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cualidad.cualidad-1 {
  background-color: #EF9902;
  background: -o-linear-gradient(0deg, #f18623 0%, #f09011 31.11%, #ef9706 64.41%, #ef9902 100%);
  background: -ms-linear-gradient(0deg, #f18623 0%, #f09011 31.11%, #ef9706 64.41%, #ef9902 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F18623', endColorstr='#EF9902' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#f18623), color-stop(31.11%, #f09011), color-stop(64.41%, #ef9706), to(#ef9902));
  background: -o-linear-gradient(left, #f18623 0%, #f09011 31.11%, #ef9706 64.41%, #ef9902 100%);
  background: linear-gradient(90deg, #f18623 0%, #f09011 31.11%, #ef9706 64.41%, #ef9902 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F18623",endColorstr="#EF9902" , GradientType=1);
}
.cualidad.cualidad-2 {
  background-color: #41C0F0;
  background: -o-linear-gradient(0deg, #289bcd 0%, #32a9db 12.09%, #3ab6e7 29.7%, #40beee 52.63%, #41c0f0 100%);
  background: -ms-linear-gradient(0deg, #289bcd 0%, #32a9db 12.09%, #3ab6e7 29.7%, #40beee 52.63%, #41c0f0 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#289BCD', endColorstr='#41C0F0' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#289bcd), color-stop(12.09%, #32a9db), color-stop(29.7%, #3ab6e7), color-stop(52.63%, #40beee), to(#41c0f0));
  background: -o-linear-gradient(left, #289bcd 0%, #32a9db 12.09%, #3ab6e7 29.7%, #40beee 52.63%, #41c0f0 100%);
  background: linear-gradient(90deg, #289bcd 0%, #32a9db 12.09%, #3ab6e7 29.7%, #40beee 52.63%, #41c0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#289BCD",endColorstr="#41C0F0" , GradientType=1);
}
.cualidad.cualidad-3 {
  background-color: #76BC1D;
  background: -o-linear-gradient(0deg, #4c8b2b 0%, #569628 5.33%, #65a724 16.42%, #6fb321 30.13%, #75ba1f 49.19%, #77bc1f 99.87%, #77bc1f 100%);
  background: -ms-linear-gradient(0deg, #4c8b2b 0%, #569628 5.33%, #65a724 16.42%, #6fb321 30.13%, #75ba1f 49.19%, #77bc1f 99.87%, #77bc1f 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C8B2B', endColorstr='#77BC1F' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#4c8b2b), color-stop(5.33%, #569628), color-stop(16.42%, #65a724), color-stop(30.13%, #6fb321), color-stop(49.19%, #75ba1f), color-stop(99.87%, #77bc1f), to(#77bc1f));
  background: -o-linear-gradient(left, #4c8b2b 0%, #569628 5.33%, #65a724 16.42%, #6fb321 30.13%, #75ba1f 49.19%, #77bc1f 99.87%, #77bc1f 100%);
  background: linear-gradient(90deg, #4c8b2b 0%, #569628 5.33%, #65a724 16.42%, #6fb321 30.13%, #75ba1f 49.19%, #77bc1f 99.87%, #77bc1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4C8B2B",endColorstr="#77BC1F" , GradientType=1);
}

.text-green-p {
  text-align: left;
  color: #4b8b2a;
  font-size: 19px;
}

.fruto-1 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: 95px;
  left: -162px;
}

.fruto-2 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: -31px;
  left: -47px;
}

.fruto-3 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  bottom: -22px;
  right: -21px;
}

.fruto-4 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: -67px;
  right: -72px;
}

.fruto-5 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  bottom: -20px;
  right: -200px;
}

.sec-productos-mod {
  background-image: url(../img/productos/fondo-verde.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 200px 0px 100px 0px;
}

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

.efect {
  position: absolute;
}
.efect.efect-1 {
  top: 0px;
  right: 0px;
  width: 450px;
}
.efect.efect-2 {
  bottom: 15px;
  right: 20%;
  width: 200px;
}
.tit-productos {
  color: #ffffff;
  font-size: 29px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.info-productos-b {
  color: #ffffff;
  text-align: left;
  margin-top: 50px;
  letter-spacing: 1px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}

.estadisticas {
  padding: 50px 0px 0px 0px;
  background-image: url(../img/layout/fondo-patron-azul-2.png);
  background-size: contain;
  background-position: bottom right;
}
.estadisticas:before {
  content: "";
  background-image: url(../img/layout/fondo-productos.png);
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center bottom;
}

.fondoazul {
  background-image: url(../img/layout/fondo-patron-azul-1.png);
  height: 250px;
}

.titulo-sec {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
.titulo-sec h2 {
  float: right;
  color: #08598C;
  letter-spacing: 1.5px;
}

.suminel {
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
}
.suminel .items-suminel {
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
}
.suminel .items-suminel img {
  margin: 0 auto;
}
.suminel .items-suminel span.counter {
  font-size: 42px;
}
.suminel .items-suminel span.counter-descrip {
  font-size: 31px;
}

.info-text {
  padding: 50px 0px;
  color: #ffffff;
  float: right;
  text-align: left;
  font-size: 19px;
}

.img-center {
  margin: 0 auto;
}

.cont-img-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
  z-index: 3;
}

.img-d-1 {
  max-width: 600px;
  width: 100%;
}

.img-d-2 {
  position: relative;
  z-index: 2;
}

.img-d-3 {
  max-width: 250px;
  width: 100%;
}
.img-d-3.img-center {
  float: right;
}

.patron {
  width: 100%;
  position: absolute;
  top: -245px;
  left: 0px;
}

.sec-block {
  padding: 15px;
}
.sec-block img {
  border-radius: 15px;
}

.sec-galeria {
  background-image: url(../img/layout/Background_blanco_2.jpg);
  background-position: center center;
  background-size: contain;
  background-attachment: fixed;
  padding: 100px 0px;
  display: inline-block;
}

/* ==|====================
   Layout/Footer
   ======================= */
.patron-footer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.logo-footer {
  width: 80%;
  margin: 0 auto;
}

.contacto {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

.info-contacto {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
}
.info-contacto .direccion {
  padding-left: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.info-contacto .direccion:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "";
}
.info-contacto .phone {
  padding-left: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.info-contacto .phone:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "";
}

footer {
  padding: 150px 0px 50px 0px;
  background-color: #77bc1f;
  background-image: url(../img/layout/frutas-back.png);
  background-position: center center;
  background-attachment: fixed;
  background-size: contain;
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  background-attachment: fixed;
}
footer .logo-ferall {
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
footer .logo-ferall img {
  float: right;
  width: 25px;
  margin-right: 30px;
}
footer form {
  background-color: #91CA4A;
  display: inline-block;
  position: relative;
  max-width: 320px;
  padding: 30px 15px;
  border-radius: 15px;
}
footer form label {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: 1.5px;
  font-size: 19px;
}
footer form input {
  width: 100%;
  border-radius: 6px;
  background-color: #A7D56E;
  padding: 5px 15px;
  border: none;
}
footer form textarea {
  width: 100%;
  border-radius: 6px;
  background-color: #A7D56E;
  padding: 5px 15px;
  border: none;
}
footer form .btn-form-footer {
  background-color: #498B2A;
  color: #ffffff;
  padding: 2px 12px;
  float: right;
  border-radius: 5px;
  letter-spacing: 1px;
}

.cont-redes {
  text-align: center;
  color: #ffffff;
}

.center-content {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  float: none;
  font-size: 19px;
}

.redes-position .redes {
  color: #ffffff;
  font-size: 60px;
  margin: 5px;
}

.ir-arriba {
  display: none;
  padding: 10px 20px;
  background: #024959;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}

.cont-info-fotter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cent-info-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-fotter-coco {
  float: left;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */
/*# sourceMappingURL=style.css.map */