@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: "Oswald", 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: 90%;
  width: 100%; }
  @media (max-width: 800px) {
    .main-container {
      max-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: 8px 5px;
  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 0px;
  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: #ffffff;
    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: #ffffff;
      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: #ffffff;
      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: #ffffff;
    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: #ffffff;
      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: #ffffff;
      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: #ffffff;
    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: #ffffff;
      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: #ffffff;
      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: #ffffff;
    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: #ffffff;
      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: #ffffff;
      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: right;
  position: absolute;
  top: 7px; }
  #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;
    padding-top: 89px; }
  #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: fixed;
  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: #ffffff; }

.redes {
  float: right;
  padding: 7px 0px; }
  .redes a {
    color: #ffffff;
    padding: 5px;
    font-size: 19px; }
    .redes a:hover {
      color: #9560a4; }

.navbar-collapse {
  padding: 0px; }

.contact-bar {
  display: none; }

.content-menu {
  width: 100%;
  padding-left: 105px; }

.logo {
  background-color: #ffffff;
  /* margin-bottom: -40px; */
  width: 105px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 105px;
  border-radius: 0px 0px 100px 100px; }
  .logo img {
    margin: 0 auto;
    height: 93px;
    margin-top: 15px;
    position: relative;
    margin-bottom: 26px;
    z-index: 2; }

.menu-principal {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #4d0e50;
  padding: 0px 0px 0px 0px;
  float: left; }
  .menu-principal .navbar {
    margin-bottom: 0px;
    min-height: inherit;
    border-radius: 0px;
    border: none; }
    .menu-principal .navbar li:first-child {
      margin-left: 0px; }
    .menu-principal .navbar li a {
      padding: 11px;
      font-size: 16px;
      font-weight: 400;
      color: #ffffff;
      text-transform: uppercase; }
      .menu-principal .navbar li a:hover, .menu-principal .navbar li a.active, .menu-principal .navbar li a:focus {
        background-color: #9560a4; }

.menu-principal .navbar li .dropdown-menu a.menu_links {
  color: #000000; }
  .menu-principal .navbar li .dropdown-menu a.menu_links:hover {
    color: #ffffff; }

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

.contacto-bar-left {
  display: inline-block;
  position: relative;
  float: left; }

.idiomas {
  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;
  position: relative;
  float: left;
  padding: 7px 0px;
  padding-left: 25px; }
  .idiomas .item-idioma {
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500; }
    .idiomas .item-idioma.active, .idiomas .item-idioma:hover {
      color: #9560a4; }
      .idiomas .item-idioma.active:before, .idiomas .item-idioma:hover:before {
        content: "";
        position: absolute;
        background: #ffffff;
        width: 100%;
        height: 2px;
        top: 100%;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: -1; }
    .idiomas .item-idioma:before {
      content: "";
      position: absolute;
      background: #ffffff;
      width: 0px;
      height: 1px;
      top: 100%;
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1; }
  .idiomas .span-point {
    color: #ffffff;
    margin: 0px 2px; }
    .idiomas .span-point:last-child {
      display: none; }

a.contacto-bar-link {
  color: #888888; }
  a.contacto-bar-link i {
    font-size: 15px;
    color: #703282;
    margin-right: 5px;
    margin-left: 5px; }

@media (max-width: 800px) {
  .flex-serf {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }

  .logo {
    padding: 4px;
    max-width: 74px;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 0px; }

  .redes {
    display: none; }

  .idiomas {
    padding-left: 15px; }

  .content-menu {
    padding-left: 70px; } }
@media (max-width: 680px) {
  .contacto-bar-left {
    display: none; }

  .content-menu {
    width: auto; } }
@media (max-width: 600px) {
  .logo {
    max-width: 45px; }

  .content-menu {
    padding-left: 50px; } }
/* ==|====================
   Layout/Nav
   ======================= */
p {
  color: #000000;
  text-align: justify;
}

.semi-circulo {
  width: 250px;
  height: 80px;
  border: 2px solid #2870C9;
  background: #2870C9;
  border-radius: 0 0 50% 50%;
  border-radius: 50%; }

.contenido-interno {
  padding: 15px; }

.banner-principal {
  margin-bottom: 0px !important; }
  .banner-principal .slick-dots {
    bottom: 0px !important; }
    .banner-principal .slick-dots li {
      background-color: #4d0e50;
      border-radius: 50%;
      margin: 5px; }
      .banner-principal .slick-dots li.slick-active {
        background-color: #ffffff !important; }

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

.gray-fond {
  background-color: #d9d9d9; }

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

.extracto-1 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left; }
  .extracto-1 .title {
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Oswald',serif;
    text-transform: uppercase; }
  .extracto-1 .explicacion {
    color: #ffffff;
    text-align: left;
    font-size: 20px;
     }

.extracto-3 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left; }
  .extracto-3 .title {
    color: #4d0e50;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Oswald',serif;
    text-transform: uppercase; }
    .extracto-3 .title:before {
      content: "";
      width: 30px;
      position: absolute;
      border: 2px solid #9560a4;
      bottom: -2px;
      border-radius: 5px; }
  .extracto-3 .explicacion {
    color: #888;
    text-align: right;
    font-size: 20px;
     }

.extracto-4 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right; }
  .extracto-4 .title {
    color: #4d0e50;
    text-align: right;
    font-weight: bold;
    margin-top: 0px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Oswald',serif;
    text-transform: uppercase; }
    .extracto-4 .title:before {
      content: "";
      width: 30px;
      position: absolute;
      border: 2px solid #9560a4;
      bottom: -2px;
      border-radius: 5px;
      right: 0px; }
  .extracto-4 .explicacion {
    color: #888;
    text-align: left;
    font-size: 20px;
     }
.con-info-people{
  text-align: center;
}
a.popup-youtube {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  a.popup-youtube img {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    /* Animation */ }
  a.popup-youtube:hover img {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }

.slick-galeri {
  margin-top: 20px; }
  .slick-galeri img {
    margin: 0 auto; }

.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: "Oswald", 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: "Oswald", 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 {
  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: "Oswald", sans-serif;
  background-image: url("../img/slide.png");
  overflow: hidden; }
  .banner-1 .pic-extra {
    width: 100%;
    position: relative;
    left: 0px;
    right: 0px; }
  .banner-1 h2 {
    float: left;
    text-align: left;
    position: absolute;
    z-index: 10;
    top: 4%;
    background-color: rgba(255,255,255,0.5);
}
 
  .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; }

.banner-3 {
  padding: 30px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #4d0e50;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.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: #9560a4;
  float: right;
  border-radius: 2px;
  letter-spacing: 1px; }

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

.sep-section {
  padding: 80px 0px;
  display: inline-block;
  position: relative;
  width: 100%; }

@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; } }
.widget-2 {
  width: 100%;
  border: solid 0px #dedede;
  margin: 0px;
  border-radius: 2px;
  background-color: #ffffff !important;
  box-shadow: 0px 2px 3px #dedede;
  -moz-box-shadow: 0px 2px 3px #dedede;
  -webkit-box-shadow: 0px 2px 3px #dedede;
  color: #666666;
  display: inline-block;
  position: relative;
  height: 160px;
  background: url(http://fundacionepa.org/img/donativos.jpg);
  background-size: 43%;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 10px; }
  .widget-2 h3 {
    font-family: 'Oswald','Open Sans',Helvetica,Arial,sans-serif !important;
    font-size: 18px;
    margin: 20px 5px 3px 5px;
    text-align: left; }
  .widget-2 p {
    text-align: left;
    margin: 13px 33px 0px 5px !important;
    /* min-width: 245px; */
    /* margin-right: 200px !important; */
    /* text-align: left; */
    max-width: 192px; }

.widget {
  width: 100%;
  border: solid 0px #dedede;
  margin: 0px;
  border-radius: 2px;
  background-color: #ffffff !important;
  box-shadow: 0px 2px 3px #dedede;
  -moz-box-shadow: 0px 2px 3px #dedede;
  -webkit-box-shadow: 0px 2px 3px #dedede;
  color: #666666;
  display: inline-block;
  position: relative;
  padding-bottom: 28px; }
  .widget h3 {
    color: #4d0e50;
    font-family: 'Oswald', serif;
    margin: 20px 33px 3px 33px;
    text-align: left;
    font-size: 24px;
    font-weight: 400; }
  .widget.donativos {
    background: url(http://fundacionepa.org/img/donativos.jpg);
    background-size: 43%;
    background-position: right bottom;
    background-repeat: no-repeat; }

.donativos p {
  margin: 13px 33px;
  text-align: left;
   }
  @media screen and (max-width: 767px) {
    .donativos p {
      margin-bottom: 40px; } }

.btn.donativo {
  bottom: 0px;
  right: 0px;
  font-family: 'Oswald',sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 200px;
  font-weight: bold;
  padding: 7px 0px;
  border: 2px solid #4d0e50;
  background-color: #4d0e50;
  border-radius: 0px;
  position: absolute;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .btn.donativo:before {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #4d0e50;
    z-index: -2; }
  .btn.donativo:hover {
    background-color: #ffffff;
    color: #4d0e50; }
    .btn.donativo:hover:before {
      -webkit-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      transition: 0.5s all ease;
      left: 0;
      right: 0;
      opacity: 1; }
  .btn.donativo:focus:before {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1; }

.testimonios p {
  padding: 13px 33px !important;
  min-width: 245px;
  width: 100%;
  text-align: left; }

.logos img {
  max-height: 60px;
  margin: 0 auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter     id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /*     Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%); }
  .logos img:hover {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(0%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%); }

.sec-collapese-videos {
  color: #4d0e50;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  font-weight: 800;
  font-size: 32px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.galeria-voluntariado {
  display: inline-block;
  width: 100%; }
  .galeria-voluntariado .item {
    margin: 15px 0px;
    overflow: hidden; }
    .galeria-voluntariado .item .cont-item {
      display: inline-block;
      position: relative; }
    .galeria-voluntariado .item .fondo-gris {
      position: absolute;
      top: -100%;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
      .galeria-voluntariado .item .fondo-gris img {
        max-width: 50px; }
    .galeria-voluntariado .item:hover .fondo-gris {
      top: 0px; }

.cf tr th {
  background-color: #4D0E50;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 20px; }

.table {
  margin-top: -5px; }

#no-more-tables {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px; }
  #no-more-tables table {
    border: 0px; }
    #no-more-tables table tr:nth-child(even) {
      background: #C6C6C6; }
    #no-more-tables table tr:nth-child(odd) {
      background: #FFFFFF; }
    #no-more-tables table tr th, #no-more-tables table tr td {
      border: none !important;
      padding: 20px 15px;
      font-weight: 400; }
    #no-more-tables table tbody tr {
      color: #575757; }

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  #no-more-tables tr {
    border: 1px solid #ccc; }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }

  /*
  Label the data
  */
  #no-more-tables td:before {
    content: attr(data-title); }

  .widget-2 {
    margin-bottom: 20px; }

  .widget {
    margin-bottom: 20px; } }
.wrap {
  position: relative;
  min-width: 500px;
  min-height: 500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: inherit;
  -webkit-transform: scale(0.7) translatez(0px);
  -ms-transform: scale(0.7) translatez(0px);
  transform: scale(0.7) translatez(0px);
  /*opacity:0;*/
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s; }
  @media only screen and (max-width: 500px) {
    .wrap {
      min-width: 320px;
      min-height: 320px; } }

.wrap a {
  position: absolute;
  width: 50%;
  height: 50%;
  overflow: hidden;
  /*transform:scale(.5) translateZ(0px);*/
  background: #585247; }
  .wrap a.active div {
    background-color: #4d0e50 !important; }

.wrap a div {
  height: 100%;
  background-size: 100%;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  border-radius: inherit; }

.wrap a:nth-child(1) {
  border-radius: 40vmin 0 0 0;
  -webkit-transform-origin: 110% 110%;
  -ms-transform-origin: 110% 110%;
  transform-origin: 110% 110%;
  -webkit-transition: -webkit-transform .4s .15s;
  transition: -webkit-transform .4s .15s;
  -o-transition: transform .4s .15s;
  transition: transform .4s .15s;
  transition: transform .4s .15s, -webkit-transform .4s .15s;
  left: -10px;
  top: -10px; }
  .wrap a:nth-child(1) img {
    position: absolute;
    z-index: 999999;
    width: 29%;
    top: 30%;
    left: 23%; }

.wrap a:nth-child(1) div {
  background-color: #bc90c1; }
  .wrap a:nth-child(1) div:hover {
    background-color: #4d0e50; }

.wrap a:nth-child(2) {
  border-radius: 0 40vmin 0 0;
  right: -10px;
  top: -10px;
  -webkit-transform-origin: -10% 110%;
  -ms-transform-origin: -10% 110%;
  transform-origin: -10% 110%;
  -webkit-transition: -webkit-transform .4s .2s;
  transition: -webkit-transform .4s .2s;
  -o-transition: transform .4s .2s;
  transition: transform .4s .2s;
  transition: transform .4s .2s, -webkit-transform .4s .2s; }
  .wrap a:nth-child(2) img {
    position: absolute;
    z-index: 999999;
    width: 29%;
    top: 30%;
    right: 27%; }

.wrap a:nth-child(2) div {
  background-color: #bc90c1; }
  .wrap a:nth-child(2) div:hover {
    background-color: #4d0e50; }

.wrap a:nth-child(3) {
  border-radius: 0 0 40vmin 40vmin;
  bottom: -10px;
  left: -10px;
  right: -10px;
  -webkit-transform-origin: 110% -10%;
  -ms-transform-origin: 110% -10%;
  transform-origin: 110% -10%;
  -webkit-transition: -webkit-transform .4s .25s;
  transition: -webkit-transform .4s .25s;
  -o-transition: transform .4s .25s;
  transition: transform .4s .25s;
  transition: transform .4s .25s, -webkit-transform .4s .25s;
  width: 104%;
  height: 50%; }
  .wrap a:nth-child(3) img {
    position: absolute;
    z-index: 999999;
    width: 20%;
    bottom: 0%;
    left: 40%; }

.wrap a:nth-child(3) div {
  background-color: #bc90c1; }
  .wrap a:nth-child(3) div:hover {
    background-color: #4d0e50; }

.wrap a:nth-child(4) {
  width: 55%;
  height: 55%;
  left: 22.5%;
  top: 22.5%;
  border-radius: 50vmin;
  -webkit-box-shadow: 0 0 0 23px #d9d9d9;
  box-shadow: 0 0 0 23px #d9d9d9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.wrap a:nth-child(4) div {
  background-image: url("../img/menu/libro.png");
  background-color: #ffffff;
  background-size: center;
  background-repeat: no-repeat;
  background-position: center center; }

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .flex-content .tit-fresc {
    color: #4d0e50;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: #4d0e50;
    font-family: 'Oswald',serif; }
  .flex-content .descropcion-fresc {
    text-align: left;
    display: inline-block;
    width: 100%; }

.grid-marcas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0px;
  margin: 0px; }
  .grid-marcas li {
    width: 17%;
    list-style: none;
    margin: 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .grid-marcas li img {
      max-height: 80px;
      margin: 0 auto; }
      .grid-marcas li img:hover {
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(0%);
        /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%); }

.cont-video-slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center; }
  .cont-video-slide img {
    width: 50px; }

.heart {
  margin-top: 150px;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d0e50), to(#350e37));
  background: -webkit-linear-gradient(top, #4d0e50, #350e37);
  background: -o-linear-gradient(top, #4d0e50, #350e37);
  background: linear-gradient(to bottom, #4d0e50, #350e37);
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite; }
  @media only screen and (max-width: 500px) {
    .heart {
      margin-top: 0px; } }
  .heart span {
    font-size: 22pt;
    color: white;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
  .heart:before, .heart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4d0e50;
    opacity: 0.4;
    border-radius: inherit; }
  .heart:before {
    z-index: -2;
    -webkit-animation: beat-before 1.5s ease 100ms infinite;
    animation: beat-before 1.5s ease 100ms infinite; }
  .heart:after {
    z-index: -1;
    -webkit-animation: beat-after 1.5s ease 200ms infinite;
    animation: beat-after 1.5s ease 200ms infinite; }

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@-webkit-keyframes beat-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }
@keyframes beat-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }
@-webkit-keyframes beat-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
@keyframes beat-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
.cir-test {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  float: left;
  margin: 0 auto; }

.des-test {
  color: #000000;
  font-size: 2rem;
   }
  .des-test h3 {
    font-size: 24px;
    color: #4d0e50;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    width: 74%; }
    @media screen and (max-width: 767px) {
      .des-test h3 {
        text-align: center;
        width: 100%; } }

.con-test {
  padding: 5px 15px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .con-test {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.des-test {
  text-align: left;
  padding: 0px 0px 0px 15px;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .des-test {
      text-align: center;
      width: 100%; } }

.container-800 {
  width: 100%;
  text-align: left;
  max-width: 800px;
  font-size: 20px;
  margin: 0 auto;
  color: #454545;
  
  padding: 18px; }
  .container-800 span.morado {
    color: #77097c;
    font-size: 2.1rem;
    font-family: 'Oswald', sans-serif; }

.tramites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px; }
  .tramites li {
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
     }
    .tramites li .img-circle {
      width: 150px;
      height: 150px;
      background-color: #7f3184;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto; }
      .tramites li .img-circle img {
        margin: 0 auto; }
    .tramites li .tit-tramites {
      width: 100%;
      text-align: center;
      margin-top: 25px;
      color: #4d0e50;
      font-family: 'Oswald', serif;
      font-size: 24px; }
    .tramites li .btn-position {
      position: absolute;
      bottom: -40px;
      width: 100%;
      display: inline-block;
      text-align: center;
      left: 0px; }
      .tramites li .btn-position .btn {
        font-family: 'Oswald',sans-serif;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        width: 80%;
        font-weight: bold;
        padding: 7px 0px;
        border: 2px solid #4d0e50;
        border-radius: 2px;
        position: relative;
        position: relative;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
        color: #4d0e50; }
        .tramites li .btn-position .btn:before {
          -webkit-transition: 0.5s all ease;
          -o-transition: 0.5s all ease;
          transition: 0.5s all ease;
          position: absolute;
          top: 0;
          left: 50%;
          right: 50%;
          bottom: 0;
          opacity: 0;
          content: '';
          background-color: #4d0e50;
          z-index: -2; }
        .tramites li .btn-position .btn:hover {
          color: #ffffff; }
          .tramites li .btn-position .btn:hover:before {
            -webkit-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            transition: 0.5s all ease;
            left: 0;
            right: 0;
            opacity: 1; }
        .tramites li .btn-position .btn:focus:before {
          -webkit-transition: 0.5s all ease;
          -o-transition: 0.5s all ease;
          transition: 0.5s all ease;
          left: 0;
          right: 0;
          opacity: 1; }
    @media screen and (max-width: 767px) {
      .tramites li {
        margin-bottom: 80px;
        text-align: center; } }

.banner-2 {
  padding: 100px 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: "Oswald", sans-serif; }

.tit-blanco-slide {
  width: 100%;
  text-align: center !important;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  margin-top: 5%;
  text-shadow: 0px 0px 7px black; }

.subre {
  max-width: 323px;
  position: absolute;
  bottom: 0px;
  right: 0px; }

@media (max-width: 900px) {
  .banner-1 {
    margin-top: 47px; }

  .banner-1 h2 {
    top: 1%;
    font-size: 14px;
    margin-top: 10px; }

  .subre {
    max-width: 120px; } }
.logos-marcas {
  width: 100%;
  display: inline-block; }

.sep-line-gray {
  display: inline-block;
  width: 100%;
  height: 20px;
  background-color: #c6c6c6; }

.coint-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .coint-img .img-car-select {
    max-height: 103px;
    max-width: 171px; }

.con-info-people .show-name {
  color: #4d124e;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px; }
.con-info-people .show-title {
  color: #928888;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px; }

.text-g {
  color: #77097c;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif; }
  .text-g p {
    color: #77097c; 
    font-size: 2rem;
    }
  .text-g h3 {
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 20px; }

.btn-descarga {
  background-color: #4d0e50;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 20px; }
  .btn-descarga:hover {
    background-color: #ffffff;
    color: #4d0e50;
    border: 1px solid #4d0e50; }

.deg-espace {
  padding: 5px 0px;
  color: #454545;
  letter-spacing: .5px;
  text-align: left; }
  .deg-espace:first-child {
    background: #4d0e50 !important;
    color: #ffffff; }
  .deg-espace:nth-child(even) {
    background: #C6C6C6; }
  .deg-espace:nth-child(odd) {
    background: #FFFFFF; }

.def-espace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      font-size: 1.5rem; }

.table-reset {
  display: inline-block;
  position: relative;
  margin-top: -7px;
  width: 100%; }

.titulo-patrocinadores {
  font-size: 24px;
  color: #4d0e50;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px; }

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

.info-contenido {
  position: absolute;
  text-align: left;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.24);
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAuNDgxMDAwMDAwMDAwMDAwMDQiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, black), color-stop(0, black), color-stop(0.481, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0)));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0) 48.1%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background-image: -o-repeating-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0) 48.1%, rgba(0, 0, 0, 0) 100%);
  background-image: repeating-linear-gradient(to right, black 0%, black 0%, rgba(0, 0, 0, 0) 48.1%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-repeating-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0) 48.1%, rgba(0, 0, 0, 0) 100%);
  /* IE8- CSS hack */ }
  @media \0screen\,screen\9 {
    .info-contenido {
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff000000",endColorstr="#00000000",GradientType=1); } }
  .info-contenido h2 {
    background-color: #4d0e50;
    padding: 15px;
    color: #ffffff; }

┬¿
.anotherAmmount {
  border: solid 2px #703282;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  text-transform: uppercase; }

.anotherAmmount .btn {
  float: none; }

.donateitem:last-child {
  margin: 0 auto;
  float: none;
  display: inline-block;
  position: relative; }

.donateitem {
  text-align: center;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px; }
  .donateitem input {
    position: absolute;
    top: 0px;
    left: 0px; }

.donationContainer {
  display: inline-block;
  text-align: center;
  width: 100%; }

/* .donateitem:nth-child(even) .linkdonateitem{
  background: rgba(63,174,41,0.5);
} */
.input-amount {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  display: none; }

.linkdonateitem {
  border: none;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 10px 10px 10px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffffff;
  font-family: "Oswald", sans-serif; }

.donateitem input[type="radio"] {
  visibility: hidden; }

.donateitem input[type="radio"]:checked + .linkdonateitem {
  background: rgba(188, 144, 193, 0.65); }

.infodonate {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  display: inline-block;
  color: #703282;
  font-weight: 500;
  text-transform: uppercase; }

.txt-paso {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left; }

.btn-donate {
  text-align: center;
  padding-right: 0px;
  padding-left: 0px; }

.btn-donate .btn-success {
  width: 200px;
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: #bb91c0;
  border: none;
  letter-spacing: 1px; }

.symbol, .currency {
  font-size: 18px; }

.price {
  font-size: 20px; }

.linkdonateitem .btn {
  display: inline-block;
  float: none;
  background: #18a72c; }

.hd-f {
  display: none; }

.hd-g {
  display: inline-block; }

@media (max-width: 800px) {
  .info-contenido {
    display: inline-block;
    position: relative;
    background-image: none;
    background-color: #ffffff;
    color: #000000; }

  .info-contenido h2 {
    margin: 0px; }

  .hd-f {
    display: inline-block; }

  .hd-g {
    display: none; } }
@media screen and (max-width: 380px) {
  .anotherAmmount .infodonate {
    width: 100%;
    text-align: center;
    font-size: 20px; } }
.img-testimonio .info-contenido {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none; }
  .img-testimonio .info-contenido .testimonio-des {
    font-style: italic; }
  .img-testimonio .info-contenido .testimonio-scrip {
    font-size: 12px;
    font-weight: 500; }

.slider-testimonios {
  margin-bottom: 0px !important; }
  .slider-testimonios .slick-dots {
    bottom: 0px !important; }
    .slider-testimonios .slick-dots li {
      background-color: #4d0e50;
      border-radius: 50%;
      margin: 5px; }
      .slider-testimonios .slick-dots li.slick-active {
        background-color: #ffffff !important; }

.info-contenido-2 {
  position: absolute;
  text-align: left;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none; }
  .info-contenido-2 .testimonio-des {
    font-style: italic;
    color: #703282;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 40px; }
    .info-contenido-2 .testimonio-des p {
      color: #4d0e50;
      font-size: 20px; }
  .info-contenido-2 .testimonio-scrip {
    font-size: 18px;
    font-weight: 400;
    color: #585858; }

@media (max-width: 800px) {
  .info-contenido-2 {
    display: inline-block;
    position: relative;
    background-image: none;
    background-color: #ffffff;
    color: #000000; }

  .info-contenido-2 h2 {
    margin: 0px; }

  .slider-testimonios .slick-dots {
    display: none; }

  .slider-testimonios .hd-g {
    margin: 0 auto; } }
.slider-testimonios .slick-prev, .slider-testimonios .slick-next {
  color: #000000;
  z-index: 9; }
.slider-testimonios .slick-prev:before, .slider-testimonios .slick-next:before {
  color: #000000; }
.slider-testimonios .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-weight: bold;
  font-size: 25px; }
.slider-testimonios .slick-prev {
  left: 34%; }
.slider-testimonios .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  font-weight: bold;
  font-size: 25px; }

/* ==|====================
   Layout/Footer
   ======================= */
.footer-contacto {
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #4d0e50; }

.footer-contacto {
  background-image: url(../img/patron.png);
  background-repeat: repeat-x;
  background-position: -7px 130%;
  background-size: 50%; }

.sep-acreditaciones {
  padding: 20px 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #d9d9d9; }
  .sep-acreditaciones .tit-acre {
    text-align: left;
    float: left;
    color: #948f8f;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-size: 16px; }

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

.logo-f {
  display: inline-block;
  text-align: left;
  float: left; }

.redes-footer {
  display: none; }
  .redes-footer a {
    color: #ffffff;
    padding: 5px;
    font-size: 19px; }
    .redes-footer a:hover {
      color: #9560a4; }

@media (max-width: 800px) {
  .redes-footer {
    display: inline-block; } }
@media (max-width: 600px) {
  .logo-f {
    float: none;
    text-align: center; }

  .text-fotter {
    text-align: center;
    margin-bottom: 30px; } }
/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */



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