@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 */
/* 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: "Montserrat", 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: 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 */
.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; }

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

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* ==|=====================
   Module/forms
   ======================== */
.contform {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "Open Sans"; }

.txt-label {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans"; }

.formBlock {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 5px; }

.formField {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  padding: 16px 19px;
  width: 100%;
  font-size: 13px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  color: #3c3c3c; }

.btn-form {
  float: left;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-width: 1px;
  border-style: solid;
  padding: 10px 20px;
  color: #ffffff;
  border-color: blue;
  margin-top: 40px;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  float: right;
  border-radius: 0px;
  background-color: blue; }
  .btn-form:hover {
    background-color: transparent;
    color: blue; }

.contact-us {
  padding: 50px 25px;
  color: #ffffff; }
  .contact-us .test-line1 {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center; }
  .contact-us .test-line2 {
    font-weight: bold;
    font-size: 28px;
    text-align: center; }
  .contact-us .test-line3 {
    color: #c3a366;
    margin: 20px; }
  .contact-us .test-line4 {
    margin-bottom: 20px; }
  .contact-us .test-line5 {
    max-width: 450px;
    margin: 20px auto; }
  .contact-us .autor {
    font-weight: 500;
    font-size: 18px; }
  .contact-us .empresa {
    font-weight: 500;
    font-size: 18px;
    color: #c3a366; }

/* Plugins */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./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 {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: 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; }
  .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: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    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: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      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: "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; }

.fc-calendar-container {
  position: relative;
  height: 400px;
  width: 400px; }

.fc-calendar {
  width: 100%;
  height: 100%; }

.fc-calendar .fc-head {
  height: 30px;
  line-height: 30px;
  background: #ccc;
  color: #fff; }

.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #ddd; }

.fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #ddd; }

.fc-four-rows .fc-row {
  height: 25%; }

.fc-five-rows .fc-row {
  height: 20%; }

.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6); }

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  position: relative; }

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%; }

.fc-calendar .fc-row > div {
  border-right: 1px solid #ddd;
  padding: 4px;
  overflow: hidden;
  position: relative; }

.fc-calendar .fc-head > div {
  text-align: center; }

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 30px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #ddd;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
  bottom: 5px;
  right: 5px;
  text-align: right; }

.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none; }

.fc-calendar .fc-row > div.fc-today {
  background: #fff4c3; }

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6; }

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
  border-right: none; }

.fc-calendar .fc-row:last-child {
  border-bottom: none; }

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

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-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

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

xheader 

-------------------------------- */
#logo {
  padding-top: 5px;
  /* delete this property if you don't want your logo to scale down on mobile devices */
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

@media only screen and (min-width: 1200px) {
  #logo {
    padding-top: 20px;
    position: absolute;
    /* logo left margin on Dekstop */
    left: 2.4em;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 100%; }

#cd-hamburger-menu {
  left: 0; }

#cd-hamburger-menu a {
  background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center; }

@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none; } }
#cd-cart-trigger {
  right: 0;
  display: none; }

#cd-cart-trigger a {
  background: #26292f url("../img/cd-cart.svg") no-repeat center center; }

@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0; }

  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f; } }
@media only screen and (max-width: 800px) {
  #cd-cart-trigger {
    display: inline-block;
    margin: 0px 15px; }

  .menu-principal .navbar {
    display: none; } }
@media (max-width: 800px) {
  #cd-cart-trigger {
    display: inline-block !important; } }
#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 83px;
  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) {
  #main-nav, #cd-cart {
    width: 350px; } }
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 80px; } }
#main-nav {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s; }

#main-nav.speed-in {
  left: 0; }

#main-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  border-bottom: 1px solid #e0e6ef; }

#main-nav ul .current {
  -webkit-box-shadow: inset 3px 0 #435779;
  box-shadow: inset 3px 0 #435779; }

@media only screen and (min-width: 1200px) {
  #main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4; }

  #main-nav li {
    display: inline-block;
    margin-left: 1em; }

  #main-nav ul a {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1em 1.4em;
    border-bottom: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.25em; }

  #main-nav ul a.current {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #435779;
    color: #FFF; }

  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF; } }
.no-js #main-nav {
  position: fixed; }

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s; }

#cd-cart.speed-in {
  right: 0; }

#cd-cart > * {
  padding: 0 1em; }

#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0; }

#cd-cart .cd-cart-items {
  padding: 0; }

#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef; }

#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef; }

#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc; }

#cd-cart .cd-price {
  margin-top: .4em; }

#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center; }

.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef; }

#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em; }

#cd-cart .cd-cart-total span {
  float: right; }

#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #7dcf85;
  color: #FFF;
  text-align: center; }

.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8; }

#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0; }

#cd-cart .cd-go-to-cart a {
  text-decoration: underline; }

@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em; }

  #cd-cart .cd-cart-items li {
    padding: 1em 2em; }

  #cd-cart .cd-item-remove {
    right: 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-gallery-items li {
  margin-bottom: 1.5em; }

#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em; }

@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%; }

  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%; }

  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%; }

  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0; } }
#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;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s; }

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

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.btn1 {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .btn1 .icon-left {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 3px;
    width: 20px;
    top: 15px;
    background-color: #2870C9;
    left: 0px;
    border-radius: 45px 0px 0px 45px; }
    .btn1 .icon-left:before {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #2870C9;
      content: "";
      top: -10px;
      left: 0px;
      border-radius: 45px 0px 0px 45px; }
    .btn1 .icon-left:after {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #2870C9;
      content: "";
      top: 10px;
      right: 0px;
      border-radius: 45px 0px 0px 45px; }
    .btn1 .icon-left:hover {
      cursor: pointer; }
  .btn1 .icon-right {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 3px;
    width: 20px;
    top: 15px;
    background-color: #2870C9;
    left: 20px;
    border-radius: 0px 45px 45px 0px; }
    .btn1 .icon-right:before {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #2870C9;
      content: "";
      top: -10px;
      left: 0px;
      border-radius: 0px 45px 45px 0px; }
    .btn1 .icon-right:after {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #2870C9;
      content: "";
      top: 10px;
      right: 0px;
      border-radius: 0px 45px 45px 0px; }
  .btn1.open .icon-left {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent; }
    .btn1.open .icon-left:before {
      -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
      -ms-transform: rotate(45deg) scaleX(1.4) translate(4px, 4px);
      transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px); }
    .btn1.open .icon-left:after {
      -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
      -ms-transform: rotate(-45deg) scaleX(1.4) translate(4px, -4px);
      transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px); }
  .btn1.open .icon-right {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent; }
    .btn1.open .icon-right:before {
      -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
      -ms-transform: rotate(-45deg) scaleX(1.4) translate(-4px, 4px);
      transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px); }
    .btn1.open .icon-right:after {
      -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
      -ms-transform: rotate(45deg) scaleX(1.4) translate(-4px, -4px);
      transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px); }
  .btn1:hover {
    cursor: pointer; }

.btn11 {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .btn11 .icon-left {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 15px;
    background-color: #2870C9;
    border-radius: 45px 0px 0px 45px; }
    .btn11 .icon-left:before {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 15px;
      height: 4px;
      background-color: #2870C9;
      content: "";
      top: -10px;
      left: 0px;
      border-radius: 45px 0px 0px 45px; }
    .btn11 .icon-left:after {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 15px;
      height: 4px;
      background-color: #2870C9;
      content: "";
      top: 10px;
      right: 0px;
      border-radius: 45px 0px 0px 45px; }
    .btn11 .icon-left:hover {
      cursor: pointer; }
  .btn11 .icon-right {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 15px;
    background-color: #2870C9;
    left: 15px;
    border-radius: 0px 45px 45px 0px; }
    .btn11 .icon-right:before {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 15px;
      height: 4px;
      background-color: #2870C9;
      content: "";
      top: -10px;
      left: 0px;
      border-radius: 0px 45px 45px 0px; }
    .btn11 .icon-right:after {
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      position: absolute;
      width: 15px;
      height: 4px;
      background-color: #2870C9;
      content: "";
      top: 10px;
      right: 0px;
      border-radius: 0px 45px 45px 0px; }
  .btn11.open .icon-left {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent; }
    .btn11.open .icon-left:before {
      -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
      -ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 2px);
      transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px); }
    .btn11.open .icon-left:after {
      -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
      -ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -2px);
      transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px); }
  .btn11.open .icon-right {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent; }
    .btn11.open .icon-right:before {
      -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
      -ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 2px);
      transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px); }
    .btn11.open .icon-right:after {
      -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
      -ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -2px);
      transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px); }
  .btn11:hover {
    cursor: pointer; }

body.overflow-hidden {
  overflow: hidden; }

.nav-resp {
  display: inline-block;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0px !important;
  margin: 0px; }
  .nav-resp li {
    text-align: left;
    width: 100%; }
    .nav-resp li a {
      display: inline-block;
      position: relative;
      width: 100%;
      padding: 15px;
      color: #000000;
      border-bottom: 1px solid #cccccc; }

/* .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;
  -moz-transition: left 0.5s;
  -ms-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;
    -moz-animation: cd-fade-in 0.3s;
    -ms-animation: cd-fade-in 0.3s;
    -o-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s; }

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

xkeyframes 

-------------------------------- */
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-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: relative;
  background-color: #FFFFFF;
  padding: 0px;
  width: 100%;
  float: left;
  z-index: 20;
  top: 0px;
  left: 0px;
  min-width: 320px;
  -webkit-transition-duration: 1200s;
  -moz-transition-duration: 1200s;
  -o-transition-duration: 1200s;
  transition-duration: 1200s; }
  .header.menu_index {
    position: fixed;
    background-color: #000000; }

.contact-bar {
  display: none; }

.menu-principal {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px 0px; }
  .menu-principal .navbar {
    margin-bottom: 0px;
    min-height: inherit; }
    .menu-principal .navbar li {
      padding: 15px; }
      .menu-principal .navbar li:first-child {
        margin-left: 0px; }
      .menu-principal .navbar li a {
        padding: 0px 0px;
        padding-bottom: 5px;
        font-weight: 700;
        font-size: 20px;
        font-size: 2.2rem;
        color: #212120; }
        .menu-principal .navbar li a:before {
          content: "";
          height: 2px;
          width: 0px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          background-color: #2F5E98;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .menu-principal .navbar li a:hover, .menu-principal .navbar li a:active, .menu-principal .navbar li a:focus {
          background-color: transparent; }
          .menu-principal .navbar li a:hover:before, .menu-principal .navbar li a:active:before, .menu-principal .navbar li a:focus:before {
            width: 30px; }

.flex-serf {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 1366px) {
  .logo {
    max-width: 200px; }

  .menu-principal {
    padding: 10px 10px; }

  .menu-principal .navbar li a {
    font-size: 1.5rem; } }
@media (max-width: 500px) {
  .menu-principal {
    padding: 10px 10px; }

  .logo {
    max-width: 150px; } }
/* ==|====================
   Layout/Nav
   ======================= */
.semi-circulo {
  width: 250px;
  height: 80px;
  border: 2px solid #2870C9;
  background: #2870C9;
  border-radius: 0 0 50% 50%;
  border-radius: 50%; }

.sec-general {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 200px; }

.back-parallax {
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

.cont-curva {
  margin-top: -3px; }

.sec-nosotros {
  color: #ffffff;
  text-align: center;
  padding: 120px 0px;
  display: inline-block;
  font-size: 26px; }
  .sec-nosotros h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative; }
    .sec-nosotros h2:before {
      content: "";
      height: 4px;
      background-color: #2870C9;
      width: 90%;
      position: absolute;
      bottom: 0px;
      left: 5%;
      right: 5%; }

.fondo-change {
  padding: 50px 0px; }
  .fondo-change .flex-ventajas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fondo-change .flex-ventajas h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #0071ce;
      font-weight: 600; }
      .fondo-change .flex-ventajas h2 img {
        margin-right: 30px; }
    .fondo-change .flex-ventajas .sec-text {
      display: inline-block;
      text-align: left;
      width: 90%;
      border-left: 2px solid #0071ce;
      padding-left: 20px;
      float: right;
      color: #585857; }
  .fondo-change:nth-child(odd) {
    background-color: #eeeeee; }
    .fondo-change:nth-child(odd) .flex-ventajas {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
  .fondo-change:nth-child(even) {
    background-color: #ffffff; }
    .fondo-change:nth-child(even) .flex-ventajas {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.footer {
  background-color: #1d1d1d;
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  color: #6d6d6d;
  text-align: center; }
  .footer .menu-fotter {
    padding: 40px 0px; }
  .footer .copy-section {
    background-color: #111111;
    color: #6d6d6d; }
  .footer .flex-foote {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
    font-size: 12px;
    color: #ffffff; }
  .footer .nosotros-fotter {
    text-align: justify;
    margin-top: 20px; }
  .footer .titulos-fotter {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 17px;
    text-align: left;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff; }
  .footer .info-contacto-fotter {
    display: inline-block;
    position: relative;
    width: 100%; }
    .footer .info-contacto-fotter a {
      display: inline-block;
      position: relative;
      width: 100%;
      text-align: left;
      color: #6d6d6d;
      margin-bottom: 10px; }
  .footer .proyectos-recientes-fotter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer .proyectos-recientes-fotter .item {
      margin-bottom: 10px;
      width: 25%; }
      .footer .proyectos-recientes-fotter .item img {
        padding: 2px 5px; }
  .footer a {
    color: #ffffff; }

.banner-1 {
  padding: 50px 15px;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #ffffff;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: "Montserrat", sans-serif; }
  .banner-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5); }
  .banner-1 h2 {
    float: left;
    text-align: left; }
  .banner-1 .txt-banner {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    display: inline-block; }
    .banner-1 .txt-banner:before {
      content: "";
      width: 30px;
      position: absolute;
      border: 1px solid #ffffff;
      bottom: -25px;
      border-radius: 5px; }
  .banner-1 .btn-banner {
    float: left;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-width: 1px;
    border-style: solid;
    padding: 10px 20px;
    color: #f7c51e;
    border-color: #f7c51e;
    margin-top: 40px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear; }
    .banner-1 .btn-banner:hover {
      cursor: pointer;
      background-color: blue;
      color: #ffffff; }

.form-contacto {
  max-width: 800px;
  display: inline-block;
  text-align: left;
  color: #ffffff;
  margin-top: 40px; }
  .form-contacto .txt-label {
    color: #ffffff; }
  .form-contacto .btn-form {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #ffffff; }
    .form-contacto .btn-form:hover {
      color: #ffffff;
      background-color: transparent; }
  .form-contacto .btn-submite {
    display: inline-block;
    text-align: center;
    width: 100%; }
    .form-contacto .btn-submite .btn-form {
      margin-top: 10px;
      float: inherit; }

.cont-curva-inv {
  display: inline-block;
  position: relative;
  /* margin-bottom: -4px; */
  /* margin-top: -20px; */
  /* top: -22px; */
  background-color: #eeeeee;
  width: 100%; }
  .cont-curva-inv img {
    bottom: -2px;
    display: inline-block;
    position: relative; }

.btn-slide {
  background-color: #2870c9; }

.text-fotter {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

@media (max-width: 500px) {
  .sec-nosotros {
    padding: 20px; }

  .img-resp-ventajas {
    max-width: 300px;
    padding: 30px;
    margin: 0px auto; }

  .fondo-change .flex-ventajas h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .fondo-change .flex-ventajas .sec-text {
    border-top: 1px solid #0071ce;
    border-left: none;
    width: 100%;
    text-align: justify;
    padding: 10px 0px 0px 0px; }

  .fondo-change .flex-ventajas h2 img {
    margin: 5px auto; }

  .sec-nosotros h2 {
    font-size: 18px; }

  .sec-nosotros p {
    font-size: 15px; }

  .contact-us {
    padding: 0px; }

  .footer .flex-foote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.espacio-eligenos {
  margin: 30px 0px; }

.atardecer {
  -webkit-animation: atardecer_anim 30s infinite;
  animation: atardecer_anim 30s infinite; }

@-webkit-keyframes atardecer_anim {
  0%, 100% {
    background-position: 0 -50px; }
  50% {
    background-position: 40% -50px; } }
@keyframes atardecer_anim {
  0%, 100% {
    background-position: 0 -50px; }
  50% {
    background-position: 40% -50px; } }
.line-nosotros {
  background-image: url("../img/layout/tangamanga-line.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-x;
  display: inline-block;
  position: relative;
  min-width: 300px;
  padding: 2px 0px;
  margin-bottom: 10px; }

.line-exp {
  background-image: url("../img/layout/tangamanga-line.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-x;
  display: inline-block;
  position: relative;
  min-width: 270px;
  padding: 5px 0px;
  margin-bottom: 10px; }

.banner-nosotros {
  background-image: url("../img/layout/nosotros/nostros_color.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 55px 0px;
  overflow: hidden;
  float: left;
  width: 100%; }

.fondo-nosotros {
  background-color: #f9f9f9;
  background-repeat: no-repeat; }
  .fondo-nosotros .fondo2 {
    position: relative;
    display: inline-block;
    top: 0px;
    float: left; }
    .fondo-nosotros .fondo2 .titulo {
      color: #fff;
      display: inline-block;
      float: left;
      left: 50px;
      position: relative;
      font-weight: bold;
      text-align: left;
      padding: 30px 0px;
      width: 100%; }
    .fondo-nosotros .fondo2 .informa {
      color: #fff;
      width: 100%;
      max-width: 500px;
      text-align: left;
      position: relative;
      display: inline-block;
      font-size: 16px;
      float: left;
      left: 50px; }

.titulo-eligenos {
  color: #14AEDF; }

.titulo-expe {
  color: #14AEDF;
  width: 50%;
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 50px;
  text-align: left; }
  .titulo-expe h3 {
    font-size: 36px;
    letter-spacing: .1em;
    text-transform: uppercase; }

.porque-elegirnos .contenedor-info .info {
  display: inline-block;
  padding: 20px 30px;
  color: #14AEDF;
  font-size: 16px;
  text-align: left;
  width: 100%;
  position: relative; }
.porque-elegirnos .contenedor-list .lista {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 30px 0px;
  color: #14AEDF;
  font-size: 16px; }
  .porque-elegirnos .contenedor-list .lista ul li {
    list-style: none;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: left;
    background-image: url(../img/layout/nosotros/tangamanga-logolist.png);
    background-repeat: no-repeat;
    padding-left: 30px; }
.porque-elegirnos .img-expe {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0px;
  color: #14AEDF;
  font-size: 16px; }

.galeria-nosotros {
  display: inline-block;
  position: relative;
  padding: 0px 0px 0px; }
  .galeria-nosotros .img-vien {
    display: block;
    width: 100%; }

@media screen and (max-width: 980px) {
  .titulo-expe {
    width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    padding-left: 30px;
    text-align: left; }
    .titulo-expe h3 {
      font-size: 24px; }

  .porque-elegirnos .contenedor-info .info {
    display: inline-block;
    padding: 10px 30px;
    color: #14AEDF;
    font-size: 14px;
    text-align: left;
    width: 100%;
    position: relative; } }
@media screen and (max-width: 800px) {
  .banner-nosotros {
    padding: 87px 0px; }

  .fondo-nosotros .fondo2 .informa {
    max-width: 370px; }

  .titulo-expe {
    width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    padding-left: 10px;
    text-align: left; }
    .titulo-expe h3 {
      font-size: 20px; }

  .porque-elegirnos .contenedor-info .info {
    display: inline-block;
    padding: 0px 10px;
    color: #14AEDF;
    font-size: 14px;
    text-align: left;
    width: 100%;
    position: relative; }

  .porque-elegirnos .contenedor-list .lista {
    padding: 0px;
    font-size: 14px; } }
@media screen and (max-width: 700px) {
  .banner-nosotros {
    padding: 22px 0px; }

  .fondo-nosotros {
    height: 200px; }
    .fondo-nosotros .fondo2 .titulo {
      color: #fff;
      display: inline-block;
      float: none;
      left: 0px;
      position: relative;
      font-weight: bold;
      text-align: center;
      padding: 0px;
      width: 100%;
      font-size: 20px; }
    .fondo-nosotros .fondo2 .informa {
      color: #fff;
      width: 100%;
      text-align: center;
      position: relative;
      display: inline-block;
      font-size: 13px;
      float: none;
      left: 0px;
      max-width: 100%;
      padding: 10px 30px; } }
@media screen and (max-width: 600px) {
  .fondo-nosotros {
    height: auto; }
    .fondo-nosotros .fondo2 .informa {
      padding: 15px 30px; }

  .porque-elegirnos .contenedor-info {
    width: 100%; }
    .porque-elegirnos .contenedor-info .info {
      display: inline-block;
      padding: 10px 10px;
      color: #14AEDF;
      font-size: 16px;
      text-align: left;
      width: 100%;
      position: relative; }
  .porque-elegirnos .contenedor-list {
    width: 100%; }
    .porque-elegirnos .contenedor-list .lista {
      display: inline-block;
      width: 100%;
      position: relative;
      padding: 30px 0px;
      color: #14AEDF; }
      .porque-elegirnos .contenedor-list .lista ul {
        padding-left: 0px; }

  .titulo-expe {
    width: 100%;
    display: inline-block;
    position: relative;
    float: none;
    padding-left: 0px;
    text-align: center; } }
@media screen and (max-width: 480px) {
  .fondo-nosotros .fondo2 .informa {
    padding: 0px 10px;
    font-size: 12px; } }
@media screen and (max-width: 360px) {
  .porque-elegirnos .contenedor-info {
    width: 100%; }
    .porque-elegirnos .contenedor-info .info {
      display: inline-block;
      padding: 10px 10px;
      color: #14AEDF;
      font-size: 16px;
      text-align: justify;
      width: 100%;
      position: relative; }
  .porque-elegirnos .contenedor-list {
    width: 100%; }
    .porque-elegirnos .contenedor-list .lista {
      display: inline-block;
      width: 100%;
      position: relative;
      padding: 10px 0px;
      color: #14AEDF; }
      .porque-elegirnos .contenedor-list .lista ul {
        padding-left: 0px; } }
.espacio-abajo {
  margin-bottom: 30px; }

.baner-top {
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-x;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 110px 0px; }

.secciones {
  width: 100%;
  position: relative;
  float: left;
  display: inline-block;
  min-height: 20px; }
  .secciones .mas-noticias-tit {
    color: #78ae40;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 26px; }

.content-sub-men {
  width: 100%;
  height: 40px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0px;
  text-align: right;
  background: #ebebeb; }
  .content-sub-men .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    position: relative;
    width: 100%; }
    .content-sub-men .sub-menu .link-subcat {
      color: #9e9e9e;
      font-weight: 500;
      diplay: inline-block;
      position: relative;
      margin: 10px 10px 10px 10px; }
  .content-sub-men .sel_caracteristicas {
    visibility: hidden; }

.contenido-noticia {
  margin-bottom: 100px;
  margin-top: 30px; }

.paginator {
  display: inline-block;
  position: relative;
  float: right; }

.pagination > li > a, .pagination > li > span {
  margin: 2px 2px;
  border: none;
  color: #818182;
  padding: 0px;
  width: 25px;
  height: 25px;
  color: #1CD3C0;
  border: 1px solid #1CD3C0;
  line-height: 20px;
  vertical-align: middle; }

.pagination > li > a:hover, .pagination > li > span:hover {
  background-color: #28F5A3;
  color: white; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #28F5A3;
  border-color: #28F5A3;
  border-radius: 0px; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0px; }

.masonry {
  margin: 1.5em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: .85em; }

.contenido-video {
  height: 400px;
  Display: inline-block;
  position: relative; }
  .contenido-video .embed-responsive-item {
    height: 400px;
    max-width: 700px;
    display: inline-block;
    position: relative; }

.blok-face {
  display: inline-block;
  background: #fff;
  /* padding: 1em; */
  margin: 0 0 1.5em;
  width: 33.3333%;
  min-height: 50px;
  padding: 30px; }
  .blok-face .contenido-img {
    height: 250px;
    width: 100%;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .blok-face .contenido-img img {
      display: inline-block;
      width: 100%; }
  .blok-face .noticias-slick .contenido-video {
    height: 200px;
    width: 100%;
    display: inline-block;
    position: relative; }
    .blok-face .noticias-slick .contenido-video .embed-responsive-item {
      height: 200px; }
  .blok-face .int-titulo {
    color: #14AEDF;
    font-size: 18px;
    text-align: left;
    height: 50px;
    margin-bottom: 10px; }
  .blok-face .int-descrip {
    color: #828282;
    font-size: 16px;
    text-align: justify;
    padding: 0px;
    letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .blok-face {
      width: 50%; } }
  @media screen and (max-width: 420px) {
    .blok-face {
      width: 100%; } }

.int-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px; }
  .int-videos .contenido-video {
    max-width: 600px;
    float: none;
    width: 100%; }

.galery-grande {
  width: 100%;
  position: relative;
  display: inline-block;
  min-height: 300px;
  border: solid 2px red; }

.galeria-nav {
  max-height: 150px;
  overflow: hidden;
  padding: 10px 0px;
  max-width: 840px;
  width: 100%;
  display: inline-block; }
  .galeria-nav .clr-galeria {
    height: 80px;
    margin: 10px 5px;
    display: inline-block;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 4px #ffffff;
    float: left;
    max-width: 97px;
    overflow: hidden; }
  .galeria-nav .slick-center {
    border: solid 4px #000; }
  .galeria-nav .slick-slide img {
    display: block;
    height: 50px;
    margin: 0 auto; }
  .galeria-nav .slick-dots li button {
    display: none;
    visible: visibility; }
  .galeria-nav .slick-list {
    padding: 0px; }

.link-new {
  background-color: #1CD3C0;
  display: inline-block;
  position: relative;
  padding: 3px 15px;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 30px;
  margin-top: 30px; }

.link-new:hover {
  border: 1px solid #1CD3C0;
  background-color: #ffffff;
  color: #1CD3C0; }

.bl-fecha {
  color: #7b7b7b;
  font-size: 15px; }
  .bl-fecha .cl-verde {
    color: #78ae40; }

.lateral-title {
  color: #7b7b7b;
  text-align: left;
  border-bottom: 5px solid #78ae40;
  font-size: 25px;
  padding-bottom: 10px;
  margin-top: 0px; }

.blok-face-2 .bl-fecha {
  font-size: 16px;
  margin: 10px 0px; }
.blok-face-2 .titulo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  color: #14AEDF;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 600; }
.blok-face-2 .int-descrip {
  display: inline-block;
  position: relative;
  width: 100%; }
  .blok-face-2 .int-descrip .blok-face-desc-min {
    margin: 0 auto;
    text-align: justify;
    color: #7b7b7b;
    padding: 0px 50px;
    width: 70%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 50px; }
  .blok-face-2 .int-descrip .blok-face-desc-video {
    margin: 0 auto;
    text-align: center;
    color: #7b7b7b;
    padding: 0px 50px;
    width: 70%;
    font-weight: 400;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 50px; }
.blok-face-2 .fichas-descarga {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center; }
  .blok-face-2 .fichas-descarga .arch-down {
    background-color: #6dad3a;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 50px; }
    .blok-face-2 .fichas-descarga .arch-down img {
      display: inline-block;
      position: relative;
      margin-right: 20px; }
    .blok-face-2 .fichas-descarga .arch-down:hover, .blok-face-2 .fichas-descarga .arch-down:focus {
      text-decoration: none; }

@media screen and (max-width: 980px) {
  .blok-face .contenido-img {
    height: 200px; }

  .blok-face .int-titulo h3 {
    font-size: 18px; } }
@media screen and (max-width: 880px) {
  .blok-face-2 .int-descrip .blok-face-desc-min {
    width: 90%; }

  .blok-face-2 .int-descrip .blok-face-desc-video {
    width: 90%; }

  .blok-face .contenido-img {
    height: 150px; } }
@media screen and (max-width: 800px) {
  .galeria-for .slick-next {
    right: 50px; }
  .galeria-for .slick-next {
    right: 50px; }
  .galeria-for .slick-prev {
    left: 50px; }

  .blok-face .contenido-img {
    height: 150px; } }
@media screen and (max-width: 768px) {
  .blok-face .contenido-img {
    height: 220px; } }
@media screen and (max-width: 767px) {
  .lateral-title {
    margin-top: 10px; }

  .blok-face-2 .int-descrip .blok-face-desc-min {
    width: 100%; }

  .blok-face-2 .int-descrip .blok-face-desc-video {
    width: 100%; }

  .contenido-noticia {
    margin-bottom: 50px; }

  .content-sub-men .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .paginator {
    float: none; } }
@media screen and (max-width: 600px) {
  .blok-face .contenido-img {
    height: 180px; } }
@media screen and (max-width: 600px) {
  .contenido-video {
    height: 350px; }

  .contenido-noticia .slick-prev::before, .contenido-noticia .slick-next::before {
    color: #1CD3C0; } }
@media screen and (max-width: 480px) {
  .galeria-for .slick-next {
    right: 10px; }
  .galeria-for .slick-next {
    right: 10px; }
  .galeria-for .slick-prev {
    left: 10px; }

  .contenido-video {
    height: 420px; }

  .blok-face-2 .int-descrip .blok-face-desc-video {
    padding: 0px 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: justify; }

  .contenido-noticia {
    margin-bottom: 10px; }

  .blok-face-2 .int-descrip .blok-face-desc-min {
    text-align: justify;
    margin-bottom: 40px;
    padding: 0px 20px; }

  .sub-menu {
    visibility: hidden;
    display: block; }

  .content-sub-men .sel_caracteristicas {
    visibility: visible;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #ebebeb;
    background: #ebebeb;
    color: #1CD3C0;
    font-weight: 600;
    height: 50px; }

  .embed-responsive {
    height: auto; }

  .blok-face {
    width: 100%; }
    .blok-face .contenido-img {
      height: 280px; }
    .blok-face .int-titulo h3 {
      font-size: 16px; } }
@media screen and (max-width: 400px) {
  .blok-face .contenido-img {
    height: 230px; } }
@media screen and (max-width: 360px) {
  .blok-face .contenido-img {
    height: 200px; }

  .blok-face-2 .titulo {
    padding-top: 0px; } }
.int-descrip-guia {
  text-align: left;
  margin: 20px 0px;
  display: inline-block;
  position: relative;
  color: #828282;
  display: inline-block;
  position: relative;
  text-align: left;
  float: none; }
  .int-descrip-guia .titulo-viaje {
    text-transform: uppercase; }
    .int-descrip-guia .titulo-viaje p {
      display: inline-block;
      position: relative; }

.absolute-drop {
  position: absolute;
  right: 0px;
  z-index: 50;
  border-radius: 0px;
  display: inline-block;
  top: 0px; }
  .absolute-drop button {
    background-color: #1CD3C0;
    color: #ffffff;
    border: 1px solid #1CD3C0;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 20px;
    display: inline-block;
    position: relative; }
  .absolute-drop .dropdown-menu {
    text-transform: uppercase;
    padding: 0px 0px; }
    .absolute-drop .dropdown-menu li {
      padding: 5px 0px; }

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0; }

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5); }

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform,width;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: transform,width;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fotorama__caption__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url(../img/fotorama.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama@2x.png) 0 0/96px 160px no-repeat; } }
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2); }

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important; } }
.fotorama {
  min-width: 1px;
  overflow: hidden;
  margin-bottom: 50px; }

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
  display: inline-block; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important; }

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px; }

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none; }

.fotorama__nav--thumbs {
  display: block; }

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f; }

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5); }

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none; }

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer; }

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  /* border: 1px solid red; */ }

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0; }

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0; }

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1; }

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20; }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none; }

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block; }

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px; }

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-close {
  display: none; }

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0; }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1; }

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform,opacity;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%,5px 100%; }

.fotorama__nav:before, .fotorama__stage:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0; }

.fotorama__nav:after, .fotorama__stage:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px; }

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0; }

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none; }

@media screen and (max-width: 360px) {
  .fotorama {
    margin-bottom: 20px; }

  .fotorama__nav__shaft {
    width: 100%;
    float: left; } }
.contenedor-info {
  margin: 20px 0px; }
  .contenedor-info .contenedor-titulo .titulo-contacto {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #828282;
    text-transform: uppercase;
    padding-top: 15px; }
    .contenedor-info .contenedor-titulo .titulo-contacto h3 {
      padding: 0px;
      margin: 0; }
    .contenedor-info .contenedor-titulo .titulo-contacto .line {
      background-size: cover;
      background-position: top center;
      background-repeat: repeat-x;
      display: inline-block;
      position: relative;
      width: 70%;
      padding: 3px 0px;
      margin-bottom: 0px; }
  .contenedor-info .contenedor-datos .datos .contenedor-phone {
    color: #14AEDF;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 15px; }
    .contenedor-info .contenedor-datos .datos .contenedor-phone span {
      color: #828282;
      font-weight: 100; }
  .contenedor-info .contenedor-datos .datos .contenedor-correo {
    color: #14AEDF;
    font-size: 16px;
    font-weight: 700;
    text-align: left; }
    .contenedor-info .contenedor-datos .datos .contenedor-correo span {
      color: #828282;
      font-weight: 100; }
  .contenedor-info .conten-datos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contenedor-info .contenedor-redes .redes .red-twitter {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #828282;
    padding-bottom: 10px; }
    .contenedor-info .contenedor-redes .redes .red-twitter .item-redes {
      display: inline-block;
      position: relative;
      color: #FFFFFF;
      margin: 0px 5px;
      padding: 3px 0px;
      background-color: #14AEDF;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 28px;
      vertical-align: middle; }
      .contenedor-info .contenedor-redes .redes .red-twitter .item-redes .fa-twitter::before {
        padding-right: 0px;
        font-size: 20px; }
  .contenedor-info .contenedor-redes .redes .red-facebock {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #828282; }
    .contenedor-info .contenedor-redes .redes .red-facebock .item-redes {
      display: inline-block;
      position: relative;
      color: #FFFFFF;
      margin: 0px 5px;
      padding: 3px 0px;
      background-color: #14AEDF;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 36px;
      vertical-align: middle; }
      .contenedor-info .contenedor-redes .redes .red-facebock .item-redes .fa-facebook::before {
        padding-right: 0px;
        font-size: 26px; }

.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: 420px;
    clear: both;
    margin: 0 1px;
    width: 100%;
    overflow: hidden; }
    .mapsection #mapa #infoWindow {
      min-height: 20px;
      position: relative;
      width: 225px;
      display: inline-block;
      text-align: center; }
      .mapsection #mapa #infoWindow .infoImg {
        width: 35%;
        padding: 7px; }
      .mapsection #mapa #infoWindow .infomap {
        width: 100%;
        min-height: 20px;
        text-align: center;
        padding: 5px; }
        .mapsection #mapa #infoWindow .infomap .maps-tit {
          font-size: 17px;
          margin-top: 0px;
          min-height: 2px;
          text-transform: uppercase;
          width: 100%; }
        .mapsection #mapa #infoWindow .infomap .maps-dir, .mapsection #mapa #infoWindow .infomap .maps-mail, .mapsection #mapa #infoWindow .infomap .maps-phone {
          font-size: 13px;
          margin-top: 5px;
          min-height: 20px;
          width: 100%; }
          .mapsection #mapa #infoWindow .infomap .maps-dir span, .mapsection #mapa #infoWindow .infomap .maps-mail span, .mapsection #mapa #infoWindow .infomap .maps-phone span {
            color: #14AEDF; }
        .mapsection #mapa #infoWindow .infomap .vergmaps_container a {
          color: #14AEDF; }

.form-error.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: left;
  padding-left: 15px; }

.seccion-formulario {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ea7e2+0,55d5c2+50,8df7ab+100 */
  background: #5ea7e2;
  background: -moz-linear-gradient(left, #5ea7e2 0%, #55d5c2 50%, #8df7ab 100%);
  background: -webkit-linear-gradient(left, #5ea7e2 0%, #55d5c2 50%, #8df7ab 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5ea7e2), color-stop(50%, #55d5c2), to(#8df7ab));
  background: -o-linear-gradient(left, #5ea7e2 0%, #55d5c2 50%, #8df7ab 100%);
  background: linear-gradient(to right, #5ea7e2 0%, #55d5c2 50%, #8df7ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea7e2', endColorstr='#8df7ab',GradientType=1 );
  padding: 50px 0px 0px; }
  .seccion-formulario .titulo-promociones {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .seccion-formulario .titulo .text1 {
    color: #ffffff;
    padding: 30px 0px; }
    .seccion-formulario .titulo .text1 h3 {
      font-size: 46px; }
  .seccion-formulario .rows-forms {
    max-width: 800px;
    display: inline-block;
    position: relative;
    float: none; }
    .seccion-formulario .rows-forms .sep-form-b {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      position: relative; }
      .seccion-formulario .rows-forms .sep-form-b .text-label .labelform {
        text-align: left;
        color: #ffffff;
        padding: 0px; }
      .seccion-formulario .rows-forms .sep-form-b .labelform {
        text-align: left;
        color: #ffffff;
        padding: 0px; }
  .seccion-formulario .captha .g-recaptcha {
    display: inline-block; }
  .seccion-formulario .contacto_form .btn-contacto {
    display: inline-block;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0px;
    width: 200px;
    font-weight: 700;
    background-color: #ffffff; }
    .seccion-formulario .contacto_form .btn-contacto .btn {
      color: #14AEDF;
      background-color: transparent; }
  .seccion-formulario .btn-contacto:hover {
    background-color: #14AEDF; }
    .seccion-formulario .btn-contacto:hover .btn {
      color: #ffffff; }
  .seccion-formulario .line {
    border: 1px solid #ffffff;
    width: 75%;
    float: none;
    display: inline-block;
    position: relative;
    margin-top: 30px; }

@media screen and (max-width: 980px) {
  .contenedor-info .contenedor-titulo .titulo-contacto {
    font-size: 24px; }
    .contenedor-info .contenedor-titulo .titulo-contacto .line {
      width: 70%;
      margin-bottom: 10px; }
  .contenedor-info .contenedor-datos .datos .contenedor-phone {
    font-size: 14px; }
  .contenedor-info .contenedor-datos .datos .contenedor-correo {
    font-size: 14px; }
  .contenedor-info .contenedor-redes .redes .red-twitter {
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  .contenedor-info .contenedor-datos .datos .contenedor-phone {
    font-size: 13px; }
  .contenedor-info .contenedor-datos .datos .contenedor-correo {
    font-size: 13px; }
  .contenedor-info .contenedor-redes .redes .red-twitter {
    font-size: 13px; }
  .contenedor-info .contenedor-redes .redes .red-facebock {
    font-size: 13px; } }
@media screen and (max-width: 600px) {
  .contenedor-info .contenedor-titulo {
    width: 100%; }
  .contenedor-info .conten-datos {
    width: 100%; }
    .contenedor-info .conten-datos .contenedor-datos {
      width: 100%; }
      .contenedor-info .conten-datos .contenedor-datos .datos .contenedor-phone {
        text-align: center;
        padding-bottom: 5px;
        font-size: 16px; }
      .contenedor-info .conten-datos .contenedor-datos .datos .contenedor-correo {
        text-align: center;
        padding-bottom: 10px;
        font-size: 16px; }
    .contenedor-info .conten-datos .contenedor-redes {
      width: 100%; }
      .contenedor-info .conten-datos .contenedor-redes .redes .red-twitter {
        font-size: 16px; }
      .contenedor-info .conten-datos .contenedor-redes .redes .red-facebock {
        font-size: 16px; } }
@media screen and (max-width: 480px) {
  .seccion-formulario .rows-forms .sep-form-b {
    display: inline-block; }
    .seccion-formulario .rows-forms .sep-form-b .input-info {
      width: 100%; }
    .seccion-formulario .rows-forms .sep-form-b .text-label {
      width: 100%; } }
.contenedor-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#formID {
  display: inline-block;
  position: relative; }

/* ==|====================
   Layout/Footer
   ======================= */
.cont-curva-inv {
  display: inline-block;
  position: relative;
  /* margin-bottom: -4px; */
  /* margin-top: -20px; */
  /* top: -22px; */
  background-color: #eeeeee;
  width: 100%; }

footer {
  background-color: #333333;
  background-position: left bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 25px;
  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 .labelform {
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px; }
  footer form .input-info {
    width: 100%;
    display: inline-block;
    float: left; }
  footer form .labelform2 {
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative; }
  footer form .input-info2 {
    width: 100%;
    display: inline-block;
    position: relative; }
  footer form .form-control {
    border-radius: 0px;
    border: none;
    resize: none;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    background-color: #959595; }
    footer form .form-control::-webkit-input-placeholder {
      color: #ffffff; }
    footer form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff; }
    footer form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    footer form .form-control:-ms-input-placeholder {
      color: #ffffff; }
    footer form .form-control:focus::-webkit-input-placeholder {
      color: transparent; }
  footer form .ext-label {
    width: 20%;
    display: inline-block;
    float: left;
    font-weight: bold; }
  footer form .flex-fot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  footer form .captha {
    width: 50%;
    display: inline-block;
    float: left; }
    footer form .captha .g-recaptcha {
      display: inline-block; }
  footer form .contacto_form {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 30px; }
    footer form .contacto_form .btn-contacto {
      float: right;
      background-color: #b99a4e;
      border-radius: 5px;
      color: #000000;
      font-weight: 600;
      text-transform: uppercase;
      padding: 10px 30px;
      font-size: 28px;
      font-size: 1.75rem; }
      footer form .contacto_form .btn-contacto:focus, footer form .contacto_form .btn-contacto:hover {
        outline: none; }

.change-chanel {
  width: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8); }

.redes-sociales {
  padding: 50px 15px;
  max-width: 800px;
  margin: 0 auto; }

footer .item_redes {
  margin: 0px 10px;
  display: inline-block; }

footer .item_redes i {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 60px;
  height: 60px;
  /* padding: 30px 30px; */
  font-size: 30px; }

footer .item_redes .like {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 20px;
  color: #FFFFFF; }

@media screen and (max-width: 980px) {
  .indices .direccion {
    padding-right: 40px; } }
@media screen and (max-width: 900px) {
  .indices .direccion {
    padding-right: 10px; } }
@media screen and (max-width: 767px) {
  footer .f-left {
    width: 100%;
    float: none; }
  footer .f-right {
    width: 100%;
    float: none; }

  .indices .direccion {
    padding-right: 30px; }

  /* #rc-imageselect, .g-recaptcha {
      -ms-transform: scale(0.77);
      transform: scale(0.77);
      -webkit-transform: scale(0.77);
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
  } */ }
@media screen and (max-width: 600px) {
  footer .contenedor-footer .logo-footer {
    float: none; }

  footer .contenedor-one {
    width: 100%; }
    footer .contenedor-one .contenedor-footer .logo-footer {
      float: none; }
  footer .contenedor-two {
    width: 100%; }
  footer .contenedor-three {
    width: 100%; }
    footer .contenedor-three .contenedor-datos {
      padding-top: 20px; }
      footer .contenedor-three .contenedor-datos .cont-redes {
        width: 100%;
        position: relative; }
        footer .contenedor-three .contenedor-datos .cont-redes .redes-sociales {
          display: inline-block;
          position: relative;
          float: none;
          padding-top: 5px; }
      footer .contenedor-three .contenedor-datos .phone {
        color: #ffffff;
        width: 100%;
        float: right; }
        footer .contenedor-three .contenedor-datos .phone a {
          color: #ffffff; }
        footer .contenedor-three .contenedor-datos .phone .contenedor-phone {
          width: 100%;
          text-align: right;
          float: none; }
      footer .contenedor-three .contenedor-datos .log-ferall {
        width: 100%;
        display: inline-block;
        position: relative; }
        footer .contenedor-three .contenedor-datos .log-ferall .ferall {
          width: 7%;
          display: inline-block;
          float: none; }
  footer .logo-ferall img {
    float: none;
    margin-right: 0px;
    margin-top: 50px; } }
@media screen and (max-width: 480px) {
  footer form .input-info {
    width: 100%;
    display: inline-block;
    float: none; }

  footer form .ext-label {
    font-size: 16px; }

  .indices .direccion {
    padding-right: 0px; }

  footer form .contacto_form {
    width: 100%; }
    footer form .contacto_form .btn-contacto {
      float: none; }

  footer form .captha {
    width: 100%; } }
@media screen and (max-width: 360px) {
  .tit-fotter {
    font-size: 50px;
    font-size: 3.125rem; } }
.enlaces {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-align: left;
  float: left;
  margin-top: 20px; }
  .enlaces a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-top: 10px; }

.copy {
  padding: 5px 15px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  float: left;
  text-align: center;
  font-size: 12px; }

.blk-contant-marca {
  width: 100%;
  background-color: #ffffff;
  display: inline-block;
  padding: 15px; }

.marca .item img {
  max-width: 90%;
  max-height: 50px; }

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

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



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