@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: "Poppins", 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: 7px 10px;
  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; }

.btn-form-footer {
  float: right;
  color: #000000;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 1px; }

/* 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-slide:focus {
    outline: none; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* 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;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900; }
  .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: "Font Awesome 5 Free";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -15px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -15px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -15px; }
  [dir="rtl"] .slick-next {
    left: -15px;
    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: "Font Awesome 5 Free";
        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; }

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '>';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

div.cs-active {
  z-index: 200; }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

div.cs-skin-underline {
  background: transparent;
  font-size: 1.8em;
  max-width: 400px; }

@media screen and (max-width: 30em) {
  div.cs-skin-underline {
    font-size: 1.2em; } }

.cs-skin-underline > span {
  padding: 0px 100px 5px 5px;
  border-bottom: 1px solid #000;
  border-color: inherit;
  font-weight: bold;
  font-size: 36px; }

.cs-skin-underline > span::after {
  content: '>';
  right: 0.25em;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.cs-skin-underline.cs-active > span::after {
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg); }

.cs-skin-underline .cs-options {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
  transition: opacity 0.3s 0.4s, visibility 0s 0.7s; }

.cs-skin-underline.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.cs-skin-underline ul span {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.2em 0.8em;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.cs-select ul span::after {
  content: '';
  opacity: 0; }

.cs-select .cs-selected span::after {
  content: '>';
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.7s;
  transition: opacity 0.3s 0.7s; }

.cs-skin-underline ul span::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.cs-skin-underline.cs-active ul span,
.cs-skin-underline.cs-active ul span::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.cs-skin-underline li:nth-child(5) span,
.cs-skin-underline li:nth-child(5) span::before,
.cs-skin-underline.cs-active li:first-child span,
.cs-skin-underline.cs-active li:first-child span::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.cs-skin-underline li:nth-child(4) span,
.cs-skin-underline li:nth-child(4) span::before,
.cs-skin-underline.cs-active li:nth-child(2) span,
.cs-skin-underline.cs-active li:nth-child(2) span::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.cs-skin-underline li:nth-child(3) span,
.cs-skin-underline li:nth-child(3) span::before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.cs-skin-underline li:nth-child(2) span,
.cs-skin-underline li:nth-child(2) span::before,
.cs-skin-underline.cs-active li:nth-child(4) span,
.cs-skin-underline.cs-active li:nth-child(4) span::before {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.cs-skin-underline li:first-child span,
.cs-skin-underline li:first-child span::before,
.cs-skin-underline.cs-active li:nth-child(5) span,
.cs-skin-underline.cs-active li:nth-child(5) span::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* more items require more delay declarations */
.cs-skin-underline .cs-options li span:hover,
.cs-skin-underline .cs-options li.cs-focus span,
.cs-skin-underline li.cs-selected span {
  color: #566473;
  background: transparent; }

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

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: 990px) {
  #cd-cart-trigger {
    display: inline-block;
    margin: 0px 15px; }
  .menu-principal .navbar {
    display: none; } }

@media only screen and (max-width: 990px) {
  #cd-cart-trigger {
    display: inline-block;
    margin: 0px 5px; } }

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  /* header height */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center; }

#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 {
  top: -100%;
  background: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

#cd-cart.speed-in {
  height: 100%;
  top: 0px; }

#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;
      text-align: center; }

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

.navbar-collapse {
  padding: 0px; }

.flex-contact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: row-reverse;
  padding-top: 10px; }

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

.contact-bar {
  background-color: transparent;
  display: inline-block;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 990px) {
    .contact-bar {
      display: none; } }
  .contact-bar .contacto-bar-left {
    display: inline-block;
    float: left;
    padding-left: 15px; }
    @media screen and (max-width: 1100px) {
      .contact-bar .contacto-bar-left {
        font-size: 12px; } }
  .contact-bar .contacto-bar-right {
    display: inline-block;
    float: right;
    padding-right: 15px; }
    @media screen and (max-width: 1100px) {
      .contact-bar .contacto-bar-right {
        font-size: 12px; } }
  .contact-bar .span-point {
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
    color: #ffffff; }
  .contact-bar .contacto-bar-link {
    color: #ffffff; }
    .contact-bar .contacto-bar-link:hover {
      color: #ffffff;
      cursor: pointer; }
  .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: #000000;
    color: #ffffff;
    display: inline-block;
    position: relative; }
    .contact-bar .button-consult i {
      margin-right: 5px; }
      @media screen and (max-width: 1100px) {
        .contact-bar .button-consult i {
          font-size: 10px; } }
    @media screen and (max-width: 1100px) {
      .contact-bar .button-consult {
        font-size: 10px;
        padding: 12px 14px 12px 14px; } }
  .contact-bar .redes-oficiales-header {
    display: inline-block;
    position: relative;
    float: left; }
    .contact-bar .redes-oficiales-header .item-redes {
      color: #ffffff;
      margin: 5px 5px;
      font-size: 12px;
      text-transform: uppercase;
      position: relative;
      font-weight: 600; }
      .contact-bar .redes-oficiales-header .item-redes.active:before, .contact-bar .redes-oficiales-header .item-redes:hover:before {
        content: "";
        position: absolute;
        background: #ffffff;
        width: 100%;
        height: 2px;
        top: 100%;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        transition: all .3s ease;
        z-index: -1; }
      .contact-bar .redes-oficiales-header .item-redes:before {
        content: "";
        position: absolute;
        background: #ffffff;
        width: 0px;
        height: 1px;
        top: 100%;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        transition: all .3s ease;
        z-index: -1; }
    .contact-bar .redes-oficiales-header .span-point:last-child {
      display: none; }
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
}

.menu-principal {
  display: inline-block;
  position: relative;
  width: 100%;
  -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 img {
    max-width: 400px; }
    @media screen and (max-width: 1250px) {
      .menu-principal .logo img {
        max-width: 300px; } }
    @media screen and (max-width: 600px) {
      .menu-principal .logo img {
        max-width: 250px; } }
  @media screen and (max-width: 990px) {
    .menu-principal .logo {
      margin: 10px 15px; } }
  @media screen and (max-width: 500px) {
    .menu-principal .logo {
      margin: 5px 0px; } }
  .menu-principal .navbar {
    margin-bottom: 0px; }
    .menu-principal .navbar a.menu_links {
      color: #ffffff;
      font-size: 15px; }
      @media screen and (max-width: 1250px) {
        .menu-principal .navbar a.menu_links {
          padding: 14px 5px; } }
      .menu-principal .navbar a.menu_links:hover {
        background-color: transparent;
        color: #f7c51e; }
  .menu-principal .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6); }

.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: #04177f; }
  .header_index.menu_index .menu-principal .logo {
    padding: 0px 10px; }

.logo {
  padding: 0px 10px; }

.contacto-bar-left .span-point:last-child {
  display: none; }

.box {
  width: 150px;
  margin-left: 15px; }

.container-1 {
  width: 150px;
  display: inline-block;
  position: relative; }

.container-1 input#search {
  width: 150px;
  height: 29px;
  background: #ffffff;
  border: none;
  font-size: 10pt;
  float: left;
  color: #000000;
  padding-right: 45px;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 45px;
  -webkit-transition: background .55s ease;
  -moz-transition: background .55s ease;
  -ms-transition: background .55s ease;
  -o-transition: background .55s ease;
  transition: background .55s ease; }

.container-1 input#search::-webkit-input-placeholder {
  color: #65737e; }

.container-1 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e; }

.container-1 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e; }

.container-1 input#search:-ms-input-placeholder {
  color: #65737e; }

.container-1 .icon {
  position: absolute;
  display: flex;
  top: 2px;
  right: 3px;
  /* margin-top: 4px; */
  height: 85%;
  /* margin-left: 17px; */
  /* margin-top: 17px; */
  z-index: 1;
  color: #ffffff;
  background-color: #626aaf;
  align-items: center;
  padding: 11px;
  border-radius: 0px 45px 45px 0px;
  font-size: 11px; }

.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active {
  outline: none;
  background: #ffffff; }

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

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

.slide-obras-recientes .item span {
  color: #888888;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  max-width: 178px; }
  .slide-obras-recientes .item span.txt-productos {
    color: #8cba37; }

.extracto-1 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left; }
  .extracto-1 .title {
    color: #888888;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
    margin-top: 0px;
    font-weight: 800;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px; }
    .extracto-1 .title:before {
      content: "";
      width: 30px;
      position: absolute;
      border: 2px solid #8cba37;
      bottom: -2px;
      border-radius: 5px; }
  .extracto-1 .explicacion {
    color: #6d6d6d;
    text-align: left;
    font-size: 15-px; }

.banner-1 {
  padding: 110px 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-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0); }
  .banner-1 h2 {
    float: left;
    text-align: left; }
  .banner-1 .txt-banner {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: #f7c51e;
    text-align: right;
    font-size: 43px;
    float: right;
    text-shadow: 2px 2px #000000; }
  .banner-1 .btn-banner {
    float: right;
    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 .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background-color: #000000; }
    .banner-1 .btn-banner:hover {
      cursor: pointer;
      background-color: #f7c51e;
      color: #000000; }

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

.banner-4 {
  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-4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3); }
  .banner-4 .titulo {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: left;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold; }
  .banner-4 small {
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: normal;
    float: left;
    width: 100%;
    text-align: left; }
  .banner-4 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: transparent;
    background-image: none;
    width: 20px;
    text-transform: uppercase; }
  .banner-4 .select {
    display: inline-block;
    position: relative;
    float: none; }

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

.sep-adicional {
  padding: 0px;
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: -7px; }

.sep-acreditaciones {
  padding: 20px 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #a0a0a0; }

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

.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: #000000 !important;
    color: #ffffff;
    cursor: pointer; }

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

.nav-sidebar li.active a {
  background-color: #000000 !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 #000000;
  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 {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-position: center center;
    background-size: container; }

.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: #000000;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: "Open Sans"; }
  .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); }

.titulo-patrocinadores {
  color: #000000;
  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; }

.listado-archivos {
  list-style: none; }
  .listado-archivos li {
    padding: 15px 0px; }
    .listado-archivos li a {
      color: #938c8c;
      padding-left: 34px;
      position: relative; }
      .listado-archivos li a:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background-image: url("../img/file.png");
        left: 0px;
        top: -5px; }

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

.cont-paquetes {
  display: inline-block;
  width: 100%;
  padding: 50px 0px 0px 0px; }

.cont-paquetes .item-paquete {
  margin-bottom: 40px; }
  .cont-paquetes .item-paquete .contenedor-descripcion {
    border: 1px solid #ccc;
    padding: 10px 5px;
    position: relative;
    padding-bottom: 25px; }
    .cont-paquetes .item-paquete .contenedor-descripcion .nombre-paquete {
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #000000;
      text-align: left; }
    .cont-paquetes .item-paquete .contenedor-descripcion .descripcion-paquete {
      font-size: 13px;
      color: #444;
      text-align: left; }
    .cont-paquetes .item-paquete .contenedor-descripcion .stancia {
      font-size: 12px;
      position: absolute;
      bottom: 5px;
      right: 3px;
      font-weight: 600; }
  .cont-paquetes .item-paquete .contenedor-imagen {
    position: relative;
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: cover; }
    .cont-paquetes .item-paquete .contenedor-imagen .precio-aprox {
      position: absolute;
      background-color: #f61a24;
      color: #ffffff;
      bottom: 10px;
      left: 0px;
      padding: 5px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif; }

.cont-center {
  margin: 0 auto; }

.infomer .title {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin: 10px 0px;
  display: inline-block;
  font-size: 18px; }

.infomer .descrip {
  font-size: 14px;
  color: #444;
  font-weight: 100; }

.tipocambio {
  position: fixed;
  right: 0px;
  top: 40%;
  z-index: 4;
  background-color: #ffffff;
  padding: 10px 5px 10px 25px;
  border-radius: 45px 0px 0px 45px;
  -webkit-box-shadow: -11px 10px 35px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -11px 10px 35px -16px rgba(0, 0, 0, 0.75);
  box-shadow: -11px 10px 35px -16px rgba(0, 0, 0, 0.75);
  font-weight: bold;
  text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    .tipocambio {
      display: none; } }

.info-squmatc-ubicacion {
  display: inline-block;
  position: relative;
  width: 100%; }
  .info-squmatc-ubicacion .contenidos-line {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    border-left: 1px solid #ddd;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .info-squmatc-ubicacion .contenidos-line:first-child {
      border-left: 0px; }
    @media screen and (max-width: 768px) {
      .info-squmatc-ubicacion .contenidos-line:last-child {
        border-left: 0px;
        border-top: 1px solid #ddd; } }

.info {
  display: inline-block;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  font-family: 'Poppins', sans-serif; }
  .info .tit-info {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
    color: #454545;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 5px solid #14b9d5; }
  .info .det-info {
    display: inline-block;
    width: 100%;
    text-align: justify;
    color: #9a9a9a;
    font-family: 'Poppins', sans-serif; }

.cotiza-btn {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 30px;
  color: #000000;
  padding: 5px 20px;
  letter-spacing: 1px; }
  .cotiza-btn:hover {
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000; }

.text-def-1 {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-weight: bold;
  color: #454545;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase; }

.banner-cotiza {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #14b9d5;
  color: #ffffff;
  padding: 20px 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px; }

.cotizar {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  display: inline-block;
  position: relative; }
  .cotizar .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: 6px 20px;
    width: 100%;
    color: #ffffff;
    border-color: #14b9d5;
    margin-top: 0px;
    -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: #14b9d5; }
  .cotizar .txt-label {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px; }

.gm-style-iw-d {
  overflow: inherit !important; }

#infoWindow {
  background-color: #0a1d85;
  display: flex;
  align-items: center; }
  #infoWindow img {
    width: 100%;
    padding: 15px; }
  #infoWindow .infomap {
    background-color: #ffffff;
    text-align: left;
    padding: 5px; }

.gm-style-iw {
  padding: 0px !important; }

.maps-tit {
  margin-top: 0px; }

.maps-dir {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  position: relative;
  min-height: 15px; }
  .maps-dir span {
    position: absolute;
    left: 0px; }

.item-paquete-resp {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 15px;
  padding: 0px; }
  .item-paquete-resp a {
    display: inline-block;
    position: relative; }

.button-pdf {
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #14b9d5;
  margin-bottom: 10px;
  padding: 20px 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff; }
  .button-pdf:hover {
    cursor: pointer; }

a.a-link-paquete {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%; }
  a.a-link-paquete .bk-groun {
    background-size: cover;
    background-position: center center; }

.cont-paquetes-2 {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 0px 0px; }

ul.list-2 {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%; }
  ul.list-2 a {
    padding: 10px 15px 10px 0px;
    text-align: left;
    width: 100%;
    color: #000000;
    display: inline-block;
    position: relative; }
    ul.list-2 a span {
      float: right;
      color: #333;
      font-size: 12px;
      margin-top: 2px; }
  ul.list-2 li {
    border-bottom: 1px solid #ccc; }
    ul.list-2 li:last-child {
      border: 0px; }

.sep-gray {
  background-color: #edf0ec; }

.lin-sep-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
  padding: 15px;
  margin-top: 15px; }
  .lin-sep-btn a {
    background-color: #8cba37;
    color: #ffffff;
    padding: 10px 15px; }

.blog-index .info-tit {
  color: #8cba37;
  text-align: left;
  font-weight: 600; }

.blog-index .info-blog {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-items: center; }
  .blog-index .info-blog a {
    color: #969696;
    margin: 5px 5px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600; }
  .blog-index .info-blog span {
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
    color: #5c5b5b; }

.blog-index .info-intro {
  margin-top: 20px;
  text-align: left;
  color: #5c5b5b; }

@media screen and (max-width: 767px) {
  .blog-index .info-tit {
    text-align: center; }
  .blog-index .info-blog {
    justify-content: center; } }

.tit-serv {
  display: flex;
  position: relative;
  color: #8cba37;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 18px;
  align-items: center; }
  .tit-serv img {
    display: inline-block;
    margin-right: 5px;
    max-width: 45px; }

.ser-desc {
  display: inline-block;
  text-align: left;
  margin-top: 10px; }

.box-encuesta {
  display: inline-block; }
  .box-encuesta .bl-1 {
    padding: 15px;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .box-encuesta .bl-1:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #9ec557;
      top: 0px;
      left: 0px; }
    @media screen and (max-width: 768px) {
      .box-encuesta .bl-1 {
        height: 250px; } }
  .box-encuesta .bl-2 {
    padding: 15px;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .box-encuesta .bl-2:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #5360a9;
      top: 0px;
      left: 0px; }
    @media screen and (max-width: 768px) {
      .box-encuesta .bl-2 {
        height: 250px; } }
  @media screen and (max-width: 768px) {
    .box-encuesta {
      padding: 0px; } }

.info-den {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 15px 45px; }
  .info-den .ti-info-den {
    display: inline-block;
    margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .info-den {
      padding: 0px; } }

.logos img {
  display: inline-block;
  margin: 0 auto;
  max-height: 80px;
  padding: 5px; }

.tit-acre {
  text-align: left;
  float: left;
  color: #a0a0a0;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  font-size: 16px; }

.firs-block {
  border-right: 2px solid #ffffff; }
  @media screen and (max-width: 767px) {
    .firs-block {
      padding: 15px 0px;
      border-right: 0px;
      border-bottom: 2px solid #ffffff; } }
  @media screen and (max-width: 500px) {
    .firs-block {
      border-bottom: 0px solid #ffffff; } }

.slide-ver-1 {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left; }
  .slide-ver-1 .alt-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff; }

.tit-centados {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 38px;
  font-family: "Myriad Pro";
  color: #888888; }
  .tit-centados:before {
    content: "";
    width: 30px;
    position: absolute;
    border: 2px solid #8cba37;
    bottom: -4px;
    border-radius: 5px; }

.item-nosotros {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 100%; }
  .item-nosotros:last-child {
    margin-bottom: 0px; }
  .item-nosotros .tit-nosotros {
    font-size: 28px;
    font-family: "Myriad Pro";
    color: #888888;
    text-align: left;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px; }
  .item-nosotros .des-nosotros {
    font-size: 18px;
    font-family: "Myriad Pro";
    color: #5c5b5b;
    line-height: 1.222;
    text-align: justify;
    width: 100%;
    display: inline-block; }
  .item-nosotros .img-center {
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      .item-nosotros .img-center {
        margin-bottom: 20px; } }

.img-center {
  margin: 0 auto; }

.fondo-change {
  padding: 50px 0px;
  float: left;
  margin-bottom: -7px; }
  .fondo-change .flex-ventajas {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    .fondo-change .flex-ventajas h2 {
      display: flex;
      align-items: center;
      color: #8cba37;
      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: 100%;
      float: right;
      color: #585857;
      font-size: 16px; }
  .fondo-change:nth-child(odd) {
    background-color: #ffffff; }
    .fondo-change:nth-child(odd) .flex-ventajas {
      flex-direction: row; }
  .fondo-change:nth-child(even) {
    background-color: #eeeeee; }
    .fondo-change:nth-child(even) .flex-ventajas {
      flex-direction: row-reverse; }
  .fondo-change .btn {
    margin-top: 20px;
    background-color: #8cba37;
    font-size: 18px;
    color: white;
    font-weight: 500;
    float: right;
    letter-spacing: 1px; }

.fondo-change-2 {
  padding: 0px 0px; }
  .fondo-change-2 .flex-ventajas {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    .fondo-change-2 .flex-ventajas h2 {
      display: flex;
      align-items: center;
      color: #8cba37;
      font-weight: 600; }
      .fondo-change-2 .flex-ventajas h2 img {
        margin-right: 30px; }
    .fondo-change-2 .flex-ventajas .sec-text {
      display: inline-block;
      text-align: left;
      width: 100%;
      padding-left: 32px;
      float: right;
      color: #585857; }
  .fondo-change-2:nth-child(odd) {
    background-color: #ffffff; }
    .fondo-change-2:nth-child(odd) .flex-ventajas {
      flex-direction: row; }
  .fondo-change-2:nth-child(even) {
    background-color: #eeeeee; }
    .fondo-change-2:nth-child(even) .flex-ventajas {
      flex-direction: row-reverse; }

.back-splash {
  background: url(../img/fondo-splash-leche-1.png) center no-repeat fixed;
  background-color: #eeeeee; }

.tit-green {
  color: #8cba37;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 25px; }

.desc-green {
  width: 100%;
  text-align: left;
  color: #6e6e6e; }
  .desc-green ul li {
    list-style: url(../img/vineta.png);
    width: 50%;
    float: left; }

.btn-solicita {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  width: auto;
  min-height: 10px;
  background: url(../img/boton_solicita.png) no-repeat left -1px #ff9c00;
  font-size: 14px;
  border-radius: 21px;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.125); }
  .btn-solicita:hover, .btn-solicita:focus {
    color: #FFFFFF; }

.frasecontacta {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 20px;
  font-style: italic;
  font-size: 15px;
  color: #ff9c01;
  margin-top: 10px; }

.masinfocont {
  margin-top: 20px; }

.slide-videos {
  display: inline-block;
  width: 100%; }
  .slide-videos .item {
    margin: 15px 0px;
    overflow: hidden; }
    .slide-videos .item .cont-item {
      display: inline-block;
      position: relative; }
    .slide-videos .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: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
      .slide-videos .item .fondo-gris img {
        max-width: 50px; }
    .slide-videos .item:hover .fondo-gris {
      top: 0px; }

.cont-videos {
  display: inline-block;
  width: 100%; }
  .cont-videos .item {
    margin: 15px 0px;
    overflow: hidden; }
    .cont-videos .item .cont-item {
      display: inline-block;
      position: relative; }
    .cont-videos .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: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
      .cont-videos .item .fondo-gris img {
        max-width: 50px; }
    .cont-videos .item:hover .fondo-gris {
      top: 0px; }

.content-slider {
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 50px 0px;
  flex-wrap: wrap; }

.item-sec {
  width: 28%; }

.panels-material {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 1rem;
  position: relative;
  width: 100%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  margin-bottom: 50px;
  width: 100%; }
  .panels-material .titulo_servicioindx {
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #888888; }
  .panels-material .img-circle {
    border-radius: 50%;
    padding: 11px;
    margin: 0 auto;
    background-color: #0a1d85;
    max-width: 90px;
    margin-bottom: -40px; }

.menulat {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px; }
  .menulat a {
    float: left;
    color: #888888;
    box-shadow: none;
    border: 0px !important;
    border-radius: 0px;
    font-weight: 600; }
    .menulat a.active, .menulat a:hover {
      color: #04177f;
      box-shadow: none; }

.btn-lacta {
  margin-top: 20px;
  background-color: #8cba37;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 45px; }

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

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

.hending-extra-1 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
  text-align: left;
  color: #ffffff; }

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

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

.description-extra-1 .contacto-bar-link {
  padding-left: 20px;
  color: #000000;
  display: inline-block;
  position: relative; }
  .description-extra-1 .contacto-bar-link .fa {
    position: absolute;
    left: 5px;
    top: 5px; }
  .description-extra-1 .contacto-bar-link:hover {
    color: #000000;
    cursor: pointer; }

.form-control {
  border-radius: 0px; }

.btn-general-1 {
  width: 100%;
  border-radius: 0px;
  background-color: #333;
  color: #ffffff; }
  .btn-general-1:hover {
    color: #ffffff;
    background-color: #000000; }

.link-reverse {
  display: inline-block;
  position: relative;
  float: right;
  margin-top: 20px;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0px; }
  .link-reverse:hover {
    color: #ffffff;
    cursor: pointer; }

.content-contact {
  background-color: #0a1d85;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex-wrap: wrap; }

.formulario {
  display: flex;
  align-items: center;
  justify-content: center; }
  .formulario .formField {
    margin-bottom: 20px; }
  .formulario .form-error {
    position: absolute;
    color: red;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: -10px; }
  .formulario .txt-label {
    color: #ffffff; }
  .formulario .btn-form {
    margin-top: 0px; }

.contform {
  max-width: 500px;
  width: 100%; }

/* ==|====================
   Layout/Footer
   ======================= */
.footer {
  background-color: #0a1d85;
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  color: #6d6d6d;
  text-align: center; }
  .footer .logo {
    display: inline-block; }
  .footer .menu-fotter {
    padding: 40px 0px; }
  .footer .copy-section {
    background-color: #ffffff;
    color: #000000;
    font-weight: 600; }
  .footer .flex-foote {
    font-family: "Open Sans";
    font-weight: 600;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 15px 15px;
    font-size: 12px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .footer .flex-foote {
        justify-content: space-around; } }
  .footer .nosotros-fotter {
    text-align: justify;
    margin-top: 20px; }
  .footer .titulos-fotter {
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 3rem;
    text-align: center;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 9px; }
    @media screen and (max-width: 768px) {
      .footer .titulos-fotter {
        font-size: 2rem; } }
  .footer .info-contacto-fotter {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #ffffff;
    text-align: left; }
    .footer .info-contacto-fotter a {
      display: inline-block;
      position: relative;
      width: 100%;
      text-align: left;
      color: #ffffff;
      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; }

.flex-fotter {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
  font-size: 12px;
  margin-top: 20px; }
  .flex-fotter img {
    float: right; }

.main-flex {
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap; }

.form-fotter {
  text-align: left;
  color: #ffffff; }
  .form-fotter p {
    letter-spacing: 2px;
    padding: 0px 15px;
    font-size: 12px; }

.primera-imagen {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center; }

.blok-face:first-child .primera-imagen {
  height: 400px; }

.con-desc {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left; }

.blok-face-tit a h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin: 10px 0px;
  display: inline-block;
  font-size: 14px; }

.emision .date {
  color: #cccccc;
  font-size: 12px; }

.blok-face-desc-min {
  font-size: 13px;
  text-align: justify; }

.contenido-noticias {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; }

.blok-face {
  margin-bottom: 20px; }

.con-desc {
  padding-bottom: 30px;
  min-height: 210px; }

.link-new {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px; }

.paginator {
  float: right; }

.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: #b1976b;
  cursor: default;
  background-color: transparent;
  border: 0px; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border: 0px solid #ddd; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border: 0px solid #ddd; }

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

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