@charset "UTF-8";
/* Compass */
/* Mixins */
/*  http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* 1. Set a rem font size with pixel fallback */
/* 2. Breakpoints */
/* 3. SVG background images with PNG and retina fallback */
/* 4. Animations and keyframes  */
/* 5. Transitions */
/* 6. Cross browser opacity */
/* 7. Clearfix */
/* 8. Visually hide an element */
/* Tools */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

.f-color2 {
  color: blue; }

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

body {
  position: relative;
  font-family: "Roboto", 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;
  min-height: 90vh; }

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

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

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

.no-padding {
  padding: 0px; }

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

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

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

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

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

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

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

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

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

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

.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: #3d506d;
  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: #3d506d; }
  .btn-form:hover {
    background-color: transparent;
    color: #3d506d; }

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  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: 1023px) {
  #cd-cart-trigger {
    display: inline-block;
    margin: 0px 15px; }
  .menu-principal .navbar {
    display: none; } }

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 83px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  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;
  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 {
  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;
    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 {
    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;
  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;
  transition-duration: 0.5s; }
  .btn1 .icon-left {
    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 {
      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 {
      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 {
    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 {
      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 {
      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 {
    transition-duration: 0.5s;
    background: transparent; }
    .btn1.open .icon-left:before {
      transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px); }
    .btn1.open .icon-left:after {
      transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px); }
  .btn1.open .icon-right {
    transition-duration: 0.5s;
    background: transparent; }
    .btn1.open .icon-right:before {
      transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px); }
    .btn1.open .icon-right:after {
      transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px); }
  .btn1:hover {
    cursor: pointer; }

.btn11 {
  position: relative;
  width: 32px;
  height: 32px;
  transition-duration: 0.5s; }
  .btn11 .icon-left {
    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 {
      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 {
      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 {
    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 {
      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 {
      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 {
    transition-duration: 0.5s;
    background: transparent; }
    .btn11.open .icon-left:before {
      transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px); }
    .btn11.open .icon-left:after {
      transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px); }
  .btn11.open .icon-right {
    transition-duration: 0.5s;
    background: transparent; }
    .btn11.open .icon-right:before {
      transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px); }
    .btn11.open .icon-right:after {
      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; }

/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
.fixed-menu {
  position: fixed;
  display: inline-block;
  width: 100%;
  z-index: 10;
  left: 0px;
  top: 0px; }
  @media screen and (max-width: 767px) {
    .fixed-menu {
      position: relative;
      background-color: #333333; } }
  .fixed-menu.rest {
    position: relative;
    background-color: #333333; }

.navbar-collapse {
  padding: 0px; }

.flex-contact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto; }

.flex-redes {
  display: flex !important;
  align-items: center; }

.contact-bar {
  background-color: #2a2a2a;
  display: none;
  position: relative;
  width: 100%; }
  .contact-bar .contacto-bar-left {
    display: inline-block;
    float: left; }
    .contact-bar .contacto-bar-left .span-point:last-child {
      display: none; }
  .contact-bar .contacto-bar-right {
    display: inline-block;
    float: right; }
  .contact-bar .span-point {
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
    color: #ffffff; }
  .contact-bar .contacto-bar-link {
    color: #ffffff; }
    .contact-bar .contacto-bar-link:hover {
      color: #ffffff;
      cursor: pointer; }
    @media screen and (max-width: 900px) {
      .contact-bar .contacto-bar-link {
        font-size: 12px; } }
  .contact-bar .button-consult {
    padding: 18px 24px 20px 25px;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #b1976b;
    color: #ffffff;
    display: inline-block;
    position: relative; }
    .contact-bar .button-consult i {
      margin-right: 5px; }
    @media screen and (max-width: 900px) {
      .contact-bar .button-consult {
        font-size: 12px;
        padding: 12px 20px 12px 20px; } }
  .contact-bar .redes-oficiales-header {
    display: inline-block;
    position: relative;
    float: left; }
    .contact-bar .redes-oficiales-header .item-redes {
      color: #b1976b;
      margin: 5px 5px;
      font-size: 19px; }
  @media screen and (max-width: 1023px) {
    .contact-bar {
      display: none; } }

.menu-principal {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear; }
  .menu-principal .flex-serf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center; }
  .menu-principal .logo {
    margin: 20px 5px; }
  .menu-principal .navbar {
    margin-bottom: 0px; }
    .menu-principal .navbar a.menu_links {
      color: #ffffff; }
      .menu-principal .navbar a.menu_links:hover {
        background-color: transparent;
        color: #f7c51e; }
      @media screen and (max-width: 1290px) {
        .menu-principal .navbar a.menu_links {
          font-size: 12px;
          padding: 5px 10px; } }
  .menu-principal .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 1023px) {
  .menu {
    display: none; } }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent; }

.header_index.menu_index .fixed-menu.rest {
  position: fixed; }

.header_index.menu_index .contact-bar {
  display: none; }

.header_index.menu_index .menu-principal {
  background-color: #2a2a2a; }

.banner-principal .item {
  max-height: 70vh; }
  .banner-principal .item img {
    width: 100%; }
  .banner-principal .item .caption {
    position: absolute;
    top: 30%;
    right: 10%;
    line-height: normal;
    color: #000000;
    max-width: 800px;
    width: 100%;
    font-family: "Open Sans"; }
    .banner-principal .item .caption .title {
      font-weight: 800;
      color: #f7c51e;
      text-align: right;
      font-size: 43px; }
    .banner-principal .item .caption .description {
      color: #ffffff;
      text-align: right;
      font-size: 18px;
      font-weight: 400;
      line-height: 2; }

.btn-slide {
  float: right;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-width: 2px;
  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; }
  .btn-slide.btn-stile-1 {
    color: #333333;
    background-color: #f7c51e;
    border: 2px solid #333333;
    border-radius: 5px; }
  .btn-slide:hover {
    cursor: pointer;
    background-color: #f7c51e;
    color: #ffffff; }

.slide-obras-recientes .item img {
  margin: 0 auto; }

.extracto-1 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left; }
  .extracto-1 .title {
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
    margin-top: 0px;
    color: #454545;
    font-weight: 800;
    font-size: 22px;
    font-family: "Open Sans";
    position: relative;
    padding-bottom: 10px; }
    .extracto-1 .title:before {
      content: "";
      width: 30px;
      position: absolute;
      border: 2px solid #3d506d;
      bottom: -2px;
      border-radius: 5px; }
  .extracto-1 .explicacion {
    color: #6d6d6d;
    text-align: left;
    font-size: 18px; }

.banner-1 {
  padding: 110px 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: "Open Sans"; }
  .banner-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5); }
  .banner-1 h2 {
    float: left;
    text-align: left; }
  .banner-1 .txt-banner {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .banner-1 .txt-banner {
        text-align: center; } }
    .banner-1 .txt-banner:before {
      content: "";
      width: 30px;
      position: absolute;
      border: 1px solid #ffffff;
      bottom: -25px;
      border-radius: 5px; }
      @media screen and (max-width: 767px) {
        .banner-1 .txt-banner:before {
          display: none; } }
  .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; }
    @media screen and (max-width: 767px) {
      .banner-1 .btn-banner {
        float: none; } }
    .banner-1 .btn-banner:hover {
      cursor: pointer;
      background-color: #f7c51e;
      color: #ffffff; }

.banner-2 {
  padding: 60px 0px;
  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: "Open Sans"; }
  .banner-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.7); }
  .banner-2 h2 {
    float: left;
    text-align: left;
    color: #f7c51e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    z-index: 3; }

.banner-3 {
  padding: 60px 0px;
  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: "Open Sans"; }
  .banner-3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.7); }
  .banner-3 .titulo {
    color: #f7c51e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    z-index: 2; }

.sep-section {
  padding: 80px 15px;
  display: inline-block;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .sep-section {
      padding: 15px 15px; } }

.cont-carrousel {
  margin-top: 40px; }

.nav-sidebar {
  width: 100%; }

.nav-sidebar a {
  font-family: "Open Sans";
  color: #333;
  font-weight: 600;
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;
  text-align: right; }
  .nav-sidebar a:hover {
    background-color: #3d506d !important;
    color: #ffffff;
    cursor: pointer; }

.nav-sidebar li a {
  background-color: #f4f4f4; }

.nav-sidebar li.active a {
  background-color: #3d506d !important;
  color: #ffffff; }

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.tab-content {
  text-align: left;
  height: 250px;
  border-left: 2px solid #3d506d;
  padding: 5px 15px; }

.text-style {
  font-family: "Open Sans"; }
  .text-style h2 {
    margin-top: 0px;
    color: #454545;
    font-weight: 800;
    font-size: 22px; }
  .text-style p {
    color: #6d6d6d;
    text-align: left;
    font-size: 16px; }
  .text-style img {
    border-radius: 50%; }

.slide-nuestras-obras .cont-image-descrip {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .slide-nuestras-obras .cont-image-descrip .description {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    align-items: center;
    padding: 15px;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out; }
  .slide-nuestras-obras .cont-image-descrip:hover .description {
    left: 0px; }

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

.content-testimonios {
  text-align: left; }
  .content-testimonios h3 {
    color: #3d506d;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: "Open Sans"; }
    @media screen and (max-width: 767px) {
      .content-testimonios h3 {
        text-align: center; } }
  .content-testimonios .item-testimonio {
    text-align: center;
    padding: 25px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
    .content-testimonios .item-testimonio .autor {
      text-align: right;
      margin-top: 20px;
      color: #3d506d;
      font-weight: 600;
      font-style: italic; }

.titulo-patrocinadores {
  color: #3d506d;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "Open Sans"; }

.descripcion-patrocinadores {
  color: #6d6d6d;
  text-align: center;
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 0px 15px; }

.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: "Open Sans";
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 15px 15px;
    font-size: 12px; }
  .footer .nosotros-fotter {
    text-align: justify;
    margin-top: 20px; }
  .footer .titulos-fotter {
    font-family: "Open Sans";
    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: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap; }
    .footer .proyectos-recientes-fotter .item {
      margin-bottom: 10px;
      width: 25%; }
      .footer .proyectos-recientes-fotter .item img {
        padding: 2px 5px; }

.listado-archivos {
  list-style: none; }
  .listado-archivos li {
    padding: 5px 0px;
    display: flex;
    align-items: baseline; }
    .listado-archivos li a {
      color: #938c8c;
      padding-left: 15px;
      position: relative;
      display: inline-block; }

.banner-transparencia {
  background-color: #cccccc;
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  color: #454545;
  font-weight: 800;
  font-size: 18px;
  font-family: "Open Sans"; }
  .banner-transparencia .trapecio {
    position: absolute;
    top: 0px;
    left: -145px;
    width: 300px;
    height: 0px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 250px solid #428bca; }
  .banner-transparencia .img-trnspa {
    max-width: 80px; }

.subtitle-proyectos {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  font-family: "Open Sans";
  color: #3d506d;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 2px solid #3d506d;
  margin-bottom: 10px; }

.tynminice {
  text-align: left; }
  .tynminice h2 {
    margin-top: 2px;
    text-align: left;
    font-weight: 800;
    font-size: 25px;
    font-family: "Open Sans";
    color: #3d506d;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 2px solid #3d506d;
    margin-bottom: 10px; }
  .tynminice iframe {
    width: 100%;
    height: 500px;
    padding: 20px 0px;
    border: 0px; }

.listado-proyectos {
  text-align: left;
  font-weight: bold; }

.item-patrocinador {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-exeption {
  background-color: #f5f5f5;
  padding: 0px; }
  .flex-exeption .row-exepction {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
  .flex-exeption:nth-child(2n+1) {
    background-color: #ffffff; }
    .flex-exeption:nth-child(2n+1) .row-exepction {
      flex-direction: row-reverse; }
  .flex-exeption img {
    width: 100%; }
  .flex-exeption .tit-sec-noc {
    display: inline-block;
    position: relative; }
    .flex-exeption .tit-sec-noc:before {
      content: "";
      width: 30px;
      position: absolute;
      border: 2px solid #3d506d;
      bottom: -10px;
      border-radius: 5px; }

.content-info-noc {
  text-align: left;
  padding: 20px 50px; }
  .content-info-noc h3 {
    color: #3d506d;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: "Open Sans"; }
    @media screen and (max-width: 767px) {
      .content-info-noc h3 {
        text-align: center; } }

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

.tab-content.tab-content-2 {
  display: flex;
  margin: 0 auto;
  align-items: center;
  border: none !important;
  width: 100%;
  max-width: 1024px;
  height: auto; }

.tab-content-2 .tab-pane {
  width: 100%; }
  .tab-content-2 .tab-pane .sec-resp {
    border-right: 1px solid #3d506d;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center; }

.gerat-tabs li a {
  background-color: #ffffff;
  color: #3d506d;
  border-radius: 0px; }

.gerat-tabs li.active a {
  background-color: #3d506d !important;
  color: #ffffff !important; }

.gerat-tabs li:hover a {
  color: #ffffff;
  cursor: pointer;
  background-color: #3d506d !important; }

.gerat-tabs li a:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #3d506d !important; }

.sec-flex-space {
  display: flex;
  position: relative;
  flex-wrap: wrap; }

.tit-adqs-sec {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 600;
  color: #454545;
  font-weight: 800;
  font-size: 22px;
  font-family: "Open Sans";
  position: relative;
  padding-bottom: 10px; }

.coint-img {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .coint-img .show-black {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    color: #f7c51e;
    padding: 15px;
    font-weight: 600;
    font-family: Open Sans;
    margin-bottom: -54px; }
  .coint-img:hover .show-black {
    margin-bottom: 0px; }

.slick-dots {
  width: auto;
  float: right;
  right: 0px;
  bottom: 25px; }

.slick-dots li button:before {
  background-color: #f7c51e;
  border-radius: 50%;
  color: transparent;
  content: ""; }

.listado-proyectos-galeria {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px; }
  .listado-proyectos-galeria a {
    width: 33.33%;
    padding: 5px;
    display: inline-block;
    float: left; }

.listado-proyectos {
  display: inline-block;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0px; }
  .listado-proyectos li {
    padding: 5px 5px; }
    .listado-proyectos li a {
      color: #454545; }

.contain-map {
  display: inline-block;
  width: 100%;
  position: relative; }

.mapsection {
  width: 100%;
  height: 50vh; }

.hending-extra-1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 23px;
  letter-spacing: 1px;
  text-align: left;
  color: #3d506d;
  font-family: "Open Sans"; }

.description-extra-1 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 23px;
  letter-spacing: 1px;
  text-align: left; }

.contacto-page-link {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #000000;
  margin-bottom: 20px; }
  .contacto-page-link:hover {
    color: #000000;
    cursor: pointer; }

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

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