@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prata/v21/6xKhdSpbNNCT-vWI.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
/* TAMAÑO BASE  */
/* FUENTES */
section.componente {
  display: block;
  width: 100%;
  position: relative;
}
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img {
  max-width: 100% !important;
  height: auto !important;
}
.texto {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.texto p {
  margin-top: 0;
  margin-bottom: 20px;
}
.texto a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.texto a:hover {
  color: #080808;
}
.texto strong {
  font-weight: 700;
  color: #111;
}
.texto ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.texto ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.texto ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .texto {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .texto {
    font-size: 16px;
    line-height: 1.3;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 17px;
  color: #222;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body h2 {
  color: #222;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* -----------------------------------------
 GENERAL LESS
 ------------------------------------------- */
/*---------------------------------------------------------
PLUGINS
-----------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*---------------------------------------------------------
GENERAL
-----------------------------------------------------------*/
/*-----------------------------------------------------------------------
FORMULARIOS
------------------------------------------------------------------------*/
.validar-formulario,
.validar-formulario2,
.form-envio-formulario {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}
.validar-formulario .form-group,
.validar-formulario2 .form-group,
.form-envio-formulario .form-group {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.validar-formulario .form-group label,
.validar-formulario2 .form-group label,
.form-envio-formulario .form-group label {
  position: relative;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 4px;
}
.validar-formulario .form-group label span.obligatorio,
.validar-formulario2 .form-group label span.obligatorio,
.form-envio-formulario .form-group label span.obligatorio {
  display: inline-block;
  vertical-align: middle;
  color: #bc0b07;
  font-size: 17px;
  font-weight: 400;
  margin-left: 4px;
}
.validar-formulario .form-group .conjunto-radio label,
.validar-formulario2 .form-group .conjunto-radio label,
.form-envio-formulario .form-group .conjunto-radio label,
.validar-formulario .form-group .conjunto-checkbox label,
.validar-formulario2 .form-group .conjunto-checkbox label,
.form-envio-formulario .form-group .conjunto-checkbox label {
  pointer-events: inherit;
}
.validar-formulario .form-group label.error,
.validar-formulario2 .form-group label.error,
.form-envio-formulario .form-group label.error {
  font-size: 13px;
  color: #bc0b07;
}
.validar-formulario .form-group input.form-control,
.validar-formulario2 .form-group input.form-control,
.form-envio-formulario .form-group input.form-control,
.validar-formulario .form-group textarea.form-control,
.validar-formulario2 .form-group textarea.form-control,
.form-envio-formulario .form-group textarea.form-control,
.validar-formulario .form-group select.form-control,
.validar-formulario2 .form-group select.form-control,
.form-envio-formulario .form-group select.form-control {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 15px;
}
.validar-formulario .form-group select.form-control,
.validar-formulario2 .form-group select.form-control,
.form-envio-formulario .form-group select.form-control {
  background-image: url('../img/arrow_desplegable_gris.svg');
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  background-size: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.validar-formulario .form-group textarea.form-control,
.validar-formulario2 .form-group textarea.form-control,
.form-envio-formulario .form-group textarea.form-control {
  height: 130px;
  line-height: 1.2;
  padding: 12px;
}
.validar-formulario .form-group.botonera:after,
.validar-formulario2 .form-group.botonera:after,
.form-envio-formulario .form-group.botonera:after {
  display: none !important;
}
.validar-formulario label.chck_terminos,
.validar-formulario2 label.chck_terminos,
.form-envio-formulario label.chck_terminos {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 14px;
  text-transform: none;
  pointer-events: inherit;
}
.validar-formulario label.chck_terminos a,
.validar-formulario2 label.chck_terminos a,
.form-envio-formulario label.chck_terminos a {
  color: #444;
  border-bottom: 1px solid #444;
}
.validar-formulario .botonera,
.validar-formulario2 .botonera,
.form-envio-formulario .botonera {
  padding: 10px 15px;
}
.validar-formulario .botonera .btn-enviar,
.validar-formulario2 .botonera .btn-enviar,
.form-envio-formulario .botonera .btn-enviar,
.validar-formulario .botonera .btn-formulario,
.validar-formulario2 .botonera .btn-formulario,
.form-envio-formulario .botonera .btn-formulario {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  border: 1px solid #385676;
  background: #385676;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
}
.validar-formulario .botonera .btn-enviar:hover,
.validar-formulario2 .botonera .btn-enviar:hover,
.form-envio-formulario .botonera .btn-enviar:hover,
.validar-formulario .botonera .btn-formulario:hover,
.validar-formulario2 .botonera .btn-formulario:hover,
.form-envio-formulario .botonera .btn-formulario:hover {
  color: #fff;
  background: #000;
}
.listado-productos-relacionados {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 65px 0;
  padding-bottom: 15px;
}
.validar-formulario.formulario-checkout {
  display: block;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 1025px) {
  .validar-formulario.formulario-checkout {
    padding-left: 0;
  }
}
.validar-formulario.formulario-checkout h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #385676;
  margin-top: 20px;
  margin-bottom: -10px;
}
.msg.respuesta_ok {
  border: 2px solid #2e710e;
  color: #2e710e;
  padding: 9px;
  font-size: 14px;
  line-height: 20px;
  background: rgba(46, 113, 14, 0.1);
}
.msg.respuesta_ko {
  border: 2px solid #cc372c;
  color: #cc372c;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  background: rgba(204, 55, 44, 0.1);
}
.texto_introductorio {
  display: block;
  margin: 20px 0;
  font-size: 15px;
  color: #888;
}
/*---------------------------------------------------------
FONTS
-----------------------------------------------------------*/
@font-face {
  font-family: 'Linearicons-Free';
  src: url('../../../general_assets/fonts/linearicons/Linearicons-Free.eot?w118d');
  src: url('../../../general_assets/fonts/linearicons/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('../../../general_assets/fonts/linearicons/Linearicons-Free.woff2?w118d') format('woff2'), url('../../../general_assets/fonts/linearicons//Linearicons-Free.woff?w118d') format('woff'), url('../../../general_assets/fonts/linearicons/Linearicons-Free.ttf?w118d') format('truetype'), url('../../../general_assets/fonts/linearicons/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}
/*---------------------------------------------------------
COMPONENTES
-----------------------------------------------------------*/
.bloque.about-1,
.bloque.about-10 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-1,
  .bloque.about-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-1,
  .bloque.about-10 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-1 .col-img,
.bloque.about-10 .col-img {
  position: relative;
}
.bloque.about-1 .col-img .img1,
.bloque.about-10 .col-img .img1 {
  position: relative;
  top: 0;
  left: 0;
  width: 55%;
  z-index: 5;
}
.bloque.about-1 .col-img .img2,
.bloque.about-10 .col-img .img2 {
  position: relative;
  float: right;
  margin-top: -25%;
  margin-right: 50px;
  z-index: 10;
}
.bloque.about-1 .col-txt .txt,
.bloque.about-10 .col-txt .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}
.bloque.about-1 .col-txt .txt p,
.bloque.about-10 .col-txt .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-1 .col-txt .txt a,
.bloque.about-10 .col-txt .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-1 .col-txt .txt a:hover,
.bloque.about-10 .col-txt .txt a:hover {
  color: #080808;
}
.bloque.about-1 .col-txt .txt strong,
.bloque.about-10 .col-txt .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-1 .col-txt .txt ul,
.bloque.about-10 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-1 .col-txt .txt ul li,
.bloque.about-10 .col-txt .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-1 .col-txt .txt ul li:before,
.bloque.about-10 .col-txt .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-1 .col-txt .txt,
  .bloque.about-10 .col-txt .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-1 .col-txt .txt,
  .bloque.about-10 .col-txt .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-1 .col-txt .txt h5,
.bloque.about-10 .col-txt .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-1 .col-txt .txt h2,
.bloque.about-10 .col-txt .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-1 .col-txt .icono,
.bloque.about-10 .col-txt .icono {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
.bloque.about-1 .col-txt .icono .ico,
.bloque.about-10 .col-txt .icono .ico {
  display: block;
  float: left;
  width: 70px;
}
.bloque.about-1 .col-txt .icono .ico span,
.bloque.about-10 .col-txt .icono .ico span {
  font-size: 47px;
}
.bloque.about-1 .col-txt .icono .contenido,
.bloque.about-10 .col-txt .icono .contenido {
  display: block;
  float: left;
  width: calc(100% - 70px);
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-1 .col-txt .icono .contenido p,
.bloque.about-10 .col-txt .icono .contenido p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-1 .col-txt .icono .contenido a,
.bloque.about-10 .col-txt .icono .contenido a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-1 .col-txt .icono .contenido a:hover,
.bloque.about-10 .col-txt .icono .contenido a:hover {
  color: #080808;
}
.bloque.about-1 .col-txt .icono .contenido strong,
.bloque.about-10 .col-txt .icono .contenido strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-1 .col-txt .icono .contenido ul,
.bloque.about-10 .col-txt .icono .contenido ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-1 .col-txt .icono .contenido ul li,
.bloque.about-10 .col-txt .icono .contenido ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-1 .col-txt .icono .contenido ul li:before,
.bloque.about-10 .col-txt .icono .contenido ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-1 .col-txt .icono .contenido,
  .bloque.about-10 .col-txt .icono .contenido {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-1 .col-txt .icono .contenido,
  .bloque.about-10 .col-txt .icono .contenido {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-1 .col-txt .icono .contenido h4,
.bloque.about-10 .col-txt .icono .contenido h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}
.bloque.about-1 .col-txt .icono .contenido p,
.bloque.about-10 .col-txt .icono .contenido p {
  margin: 0;
}
.bloque.about-10 .col-img {
  position: relative;
}
.bloque.about-10 .col-img .img1 {
  position: relative;
  float: right;
  width: 55%;
  z-index: 5;
}
.bloque.about-10 .col-img .img2 {
  position: relative;
  float: left;
  margin-top: -25%;
  margin-left: 50px;
  z-index: 10;
}
.bloque.about-10 .col-txt .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}
.bloque.about-10 .col-txt .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-10 .col-txt .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-10 .col-txt .txt a:hover {
  color: #080808;
}
.bloque.about-10 .col-txt .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-10 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-10 .col-txt .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-10 .col-txt .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-10 .col-txt .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-10 .col-txt .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-10 .col-txt .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-10 .col-txt .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-10 .col-txt .icono {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
.bloque.about-10 .col-txt .icono .ico {
  display: block;
  float: left;
  width: 70px;
}
.bloque.about-10 .col-txt .icono .ico span {
  font-size: 47px;
}
.bloque.about-10 .col-txt .icono .contenido {
  display: block;
  float: left;
  width: calc(100% - 70px);
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-10 .col-txt .icono .contenido p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-10 .col-txt .icono .contenido a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-10 .col-txt .icono .contenido a:hover {
  color: #080808;
}
.bloque.about-10 .col-txt .icono .contenido strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-10 .col-txt .icono .contenido ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-10 .col-txt .icono .contenido ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-10 .col-txt .icono .contenido ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-10 .col-txt .icono .contenido {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-10 .col-txt .icono .contenido {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-10 .col-txt .icono .contenido h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}
.bloque.about-10 .col-txt .icono .contenido p {
  margin: 0;
}
.bloque.about-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-2 .col-img {
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-2 .col-img .img2 {
    display: none;
  }
}
.bloque.about-2 .col-txt {
  padding-right: 35px;
}
.bloque.about-2 .col-txt .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}
.bloque.about-2 .col-txt .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-2 .col-txt .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-2 .col-txt .txt a:hover {
  color: #080808;
}
.bloque.about-2 .col-txt .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-2 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-2 .col-txt .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-2 .col-txt .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-2 .col-txt .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-2 .col-txt .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-2 .col-txt .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-2 .col-txt .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-2 .col-txt .txt .botonera {
  margin-top: 45px;
  display: inline-block;
  position: relative;
}
.bloque.about-2 .col-txt .txt .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.about-2 .col-txt .txt .botonera a:hover {
  color: #fff;
  background: #000;
}
.bloque.about-3,
.bloque.about-11 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-3,
  .bloque.about-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-3,
  .bloque.about-11 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-3 .col-img,
.bloque.about-11 .col-img {
  position: relative;
}
.bloque.about-3 .col-txt,
.bloque.about-11 .col-txt {
  padding-right: 45px;
}
.bloque.about-3 .col-txt .txt,
.bloque.about-11 .col-txt .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.bloque.about-3 .col-txt .txt p,
.bloque.about-11 .col-txt .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-3 .col-txt .txt a,
.bloque.about-11 .col-txt .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-3 .col-txt .txt a:hover,
.bloque.about-11 .col-txt .txt a:hover {
  color: #080808;
}
.bloque.about-3 .col-txt .txt strong,
.bloque.about-11 .col-txt .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-3 .col-txt .txt ul,
.bloque.about-11 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-3 .col-txt .txt ul li,
.bloque.about-11 .col-txt .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-3 .col-txt .txt ul li:before,
.bloque.about-11 .col-txt .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-3 .col-txt .txt,
  .bloque.about-11 .col-txt .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-3 .col-txt .txt,
  .bloque.about-11 .col-txt .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-3 .col-txt .txt h5,
.bloque.about-11 .col-txt .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-3 .col-txt .txt h2,
.bloque.about-11 .col-txt .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-3 .col-txt .txt .botonera,
.bloque.about-11 .col-txt .txt .botonera {
  margin-top: 45px;
}
.bloque.about-3 .col-txt .txt .botonera a,
.bloque.about-11 .col-txt .txt .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.about-3 .col-txt .txt .botonera a:hover,
.bloque.about-11 .col-txt .txt .botonera a:hover {
  color: #fff;
  background: #000;
}
.bloque.about-3 .col-txt .icono,
.bloque.about-11 .col-txt .icono {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bloque.about-3 .col-txt .icono .ico,
.bloque.about-11 .col-txt .icono .ico {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
}
.bloque.about-3 .col-txt .icono .ico span,
.bloque.about-11 .col-txt .icono .ico span {
  display: block;
  font-size: 40px;
}
.bloque.about-3 .col-txt .icono .contenido,
.bloque.about-11 .col-txt .icono .contenido {
  display: block;
  float: left;
  width: calc(100% - 60px);
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.bloque.about-3 .col-txt .icono .contenido p,
.bloque.about-11 .col-txt .icono .contenido p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-3 .col-txt .icono .contenido a,
.bloque.about-11 .col-txt .icono .contenido a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-3 .col-txt .icono .contenido a:hover,
.bloque.about-11 .col-txt .icono .contenido a:hover {
  color: #080808;
}
.bloque.about-3 .col-txt .icono .contenido strong,
.bloque.about-11 .col-txt .icono .contenido strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-3 .col-txt .icono .contenido ul,
.bloque.about-11 .col-txt .icono .contenido ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-3 .col-txt .icono .contenido ul li,
.bloque.about-11 .col-txt .icono .contenido ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-3 .col-txt .icono .contenido ul li:before,
.bloque.about-11 .col-txt .icono .contenido ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-3 .col-txt .icono .contenido,
  .bloque.about-11 .col-txt .icono .contenido {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-3 .col-txt .icono .contenido,
  .bloque.about-11 .col-txt .icono .contenido {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-3 .col-txt .icono .contenido h4,
.bloque.about-11 .col-txt .icono .contenido h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
.bloque.about-3 .col-txt .icono .contenido p,
.bloque.about-11 .col-txt .icono .contenido p {
  margin: 0;
}
.bloque.about-11 .col-txt {
  padding-left: 45px;
  padding-right: 0;
}
.bloque.about-4 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-4 .col-img {
  position: relative;
}
.bloque.about-4 .col-img .cuadrante1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 10;
  box-shadow: inset 0 0 0 6px white;
}
.bloque.about-4 .col-img .cuadrante1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: 10;
  box-shadow: inset 0 0 0 6px white;
}
.bloque.about-4 .col-img .cuadrante2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 50%;
  z-index: 10;
  box-shadow: inset 0 0 0 6px white;
}
.bloque.about-4 .col-img .cuadrante3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: 10;
  box-shadow: inset 0 0 0 6px white;
}
.bloque.about-4 .col-img .cuadrante4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  z-index: 10;
  box-shadow: inset 0 0 0 5px white;
}
.bloque.about-4 .col-txt .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-4 .col-txt .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-4 .col-txt .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-4 .col-txt .txt a:hover {
  color: #080808;
}
.bloque.about-4 .col-txt .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-4 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-4 .col-txt .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-4 .col-txt .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-4 .col-txt .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-4 .col-txt .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-4 .col-txt .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-4 .col-txt .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-4 .col-txt ul {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}
.bloque.about-4 .col-txt ul li {
  display: block;
  margin: 10px 0;
  padding: 5px 0;
  padding-left: 35px;
  list-style: none;
  background-image: url('../../../general_assets/img/check_black.svg');
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.bloque.about-4 .col-txt ul li strong {
  font-size: 1.1em;
}
.bloque.about-5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-5 .txt {
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-5 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-5 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-5 .txt a:hover {
  color: #080808;
}
.bloque.about-5 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-5 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-5 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-5 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-5 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-5 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-5 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-5 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-5 .col-der .txt {
  padding-top: 30px;
  line-height: 1.35;
}
.bloque.about-5 .col-der .txt a {
  display: inline-block;
  font-weight: bold;
  color: #000;
  padding-right: 34px;
  background-image: url('../../../general_assets/img/arrow_right.svg');
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: right center;
}
.bloque.about-5 .col-der .txt p:first-of-type::first-letter {
  font-size: 1.5em;
  font-weight: bold;
}
.bloque.about-6,
.bloque.about-7 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-6,
  .bloque.about-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-6,
  .bloque.about-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-6 .col-txt .txt,
.bloque.about-7 .col-txt .txt {
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-6 .col-txt .txt p,
.bloque.about-7 .col-txt .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-6 .col-txt .txt a,
.bloque.about-7 .col-txt .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-6 .col-txt .txt a:hover,
.bloque.about-7 .col-txt .txt a:hover {
  color: #080808;
}
.bloque.about-6 .col-txt .txt strong,
.bloque.about-7 .col-txt .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-6 .col-txt .txt ul,
.bloque.about-7 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-6 .col-txt .txt ul li,
.bloque.about-7 .col-txt .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-6 .col-txt .txt ul li:before,
.bloque.about-7 .col-txt .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-6 .col-txt .txt,
  .bloque.about-7 .col-txt .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-6 .col-txt .txt,
  .bloque.about-7 .col-txt .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-6 .col-txt .txt h5,
.bloque.about-7 .col-txt .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-6 .col-txt .txt h2,
.bloque.about-7 .col-txt .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-6 .col-txt .txt .botonera,
.bloque.about-7 .col-txt .txt .botonera {
  margin-top: 45px;
  display: inline-block;
  position: relative;
}
.bloque.about-6 .col-txt .txt .botonera a,
.bloque.about-7 .col-txt .txt .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.about-6 .col-txt .txt .botonera a:hover,
.bloque.about-7 .col-txt .txt .botonera a:hover {
  color: #fff;
  background: #000;
}
.bloque.about-6 .col-img .cont-img,
.bloque.about-7 .col-img .cont-img {
  display: block;
  width: 85%;
  position: relative;
}
.bloque.about-6 .col-img .cont-img .cuadrantes,
.bloque.about-7 .col-img .cont-img .cuadrantes {
  position: absolute;
  bottom: 50px;
  right: -10%;
}
.bloque.about-6 .col-img .cont-img .cuadrantes .item-cuadrante,
.bloque.about-7 .col-img .cont-img .cuadrantes .item-cuadrante {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.85);
  width: 240px;
  text-align: center;
  padding: 40px;
  color: #fff;
}
.bloque.about-6 .col-img .cont-img .cuadrantes .item-cuadrante h5,
.bloque.about-7 .col-img .cont-img .cuadrantes .item-cuadrante h5 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: 0.5px;
}
.bloque.about-6 .col-img .cont-img .cuadrantes .item-cuadrante h5 .fx-cifra,
.bloque.about-7 .col-img .cont-img .cuadrantes .item-cuadrante h5 .fx-cifra {
  display: inline-block;
}
.bloque.about-6 .col-img .cont-img .cuadrantes .item-cuadrante h4,
.bloque.about-7 .col-img .cont-img .cuadrantes .item-cuadrante h4 {
  font-weight: normal;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-7 .col-img .cont-img {
  float: right;
}
.bloque.about-7 .col-img .cont-img .cuadrantes {
  left: -10%;
  right: auto;
}
.bloque.about-8 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-8 .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-8 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-8 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-8 .txt a:hover {
  color: #080808;
}
.bloque.about-8 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-8 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-8 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-8 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-8 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-8 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-8 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-8 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-8 .txt .botonera {
  margin-top: 45px;
  display: inline-block;
  position: relative;
}
.bloque.about-8 .txt .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.about-8 .txt .botonera a:hover {
  color: #fff;
  background: #000;
}
.bloque.about-9 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-9 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.about-9 .col-md-8 {
    width: 100%;
    float: none;
  }
}
.bloque.about-9 .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-9 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-9 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-9 .txt a:hover {
  color: #080808;
}
.bloque.about-9 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-9 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-9 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-9 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-9 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-9 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-9 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-9 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2em;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.about-9 .txt h2 {
    font-size: 31px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.about-9 .txt h2 {
    font-size: 29px;
    margin: 0;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-9 .txt h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.about-9 .col-md-6 {
    display: none;
  }
}
.bloque.about-12 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-12 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-12 .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-12 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-12 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-12 .txt a:hover {
  color: #080808;
}
.bloque.about-12 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-12 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-12 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-12 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-12 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-12 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-12 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-12 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2em;
  margin-bottom: 35px;
}
.bloque.about-12 .icono {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: 1px solid #ddd;
}
.bloque.about-12 .icono .ico {
  display: block;
  float: left;
  width: 60px;
  margin-left: 15px;
}
.bloque.about-12 .icono .ico span {
  font-size: 38px;
}
.bloque.about-12 .icono .contenido {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-12 .icono .contenido p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-12 .icono .contenido a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-12 .icono .contenido a:hover {
  color: #080808;
}
.bloque.about-12 .icono .contenido strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-12 .icono .contenido ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-12 .icono .contenido ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-12 .icono .contenido ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-12 .icono .contenido {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-12 .icono .contenido {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-12 .icono .contenido h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
}
.bloque.about-12 .icono .contenido p {
  margin: 0;
}
.bloque.about-13,
.bloque.about-14,
.bloque.about-15 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  margin: 45px 0;
  background-image: url('../../../general_assets/img/bgabout13.jpg');
}
.bloque.about-13 .txt,
.bloque.about-14 .txt,
.bloque.about-15 .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.bloque.about-13 .txt p,
.bloque.about-14 .txt p,
.bloque.about-15 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-13 .txt a,
.bloque.about-14 .txt a,
.bloque.about-15 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-13 .txt a:hover,
.bloque.about-14 .txt a:hover,
.bloque.about-15 .txt a:hover {
  color: #080808;
}
.bloque.about-13 .txt strong,
.bloque.about-14 .txt strong,
.bloque.about-15 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-13 .txt ul,
.bloque.about-14 .txt ul,
.bloque.about-15 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-13 .txt ul li,
.bloque.about-14 .txt ul li,
.bloque.about-15 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-13 .txt ul li:before,
.bloque.about-14 .txt ul li:before,
.bloque.about-15 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-13 .txt,
  .bloque.about-14 .txt,
  .bloque.about-15 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-13 .txt,
  .bloque.about-14 .txt,
  .bloque.about-15 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-13 .txt h5,
.bloque.about-14 .txt h5,
.bloque.about-15 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-13 .txt h2,
.bloque.about-14 .txt h2,
.bloque.about-15 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2em;
  margin-bottom: 35px;
}
.bloque.about-13 .icono,
.bloque.about-14 .icono,
.bloque.about-15 .icono {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin: 15px 0;
}
.bloque.about-13 .icono .cont,
.bloque.about-14 .icono .cont,
.bloque.about-15 .icono .cont {
  background: #fff;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}
.bloque.about-13 .icono .ico span,
.bloque.about-14 .icono .ico span,
.bloque.about-15 .icono .ico span {
  font-size: 55px;
}
.bloque.about-13 .icono .contenido,
.bloque.about-14 .icono .contenido,
.bloque.about-15 .icono .contenido {
  display: block;
  float: none;
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 25px;
}
.bloque.about-13 .icono .contenido p,
.bloque.about-14 .icono .contenido p,
.bloque.about-15 .icono .contenido p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-13 .icono .contenido a,
.bloque.about-14 .icono .contenido a,
.bloque.about-15 .icono .contenido a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-13 .icono .contenido a:hover,
.bloque.about-14 .icono .contenido a:hover,
.bloque.about-15 .icono .contenido a:hover {
  color: #080808;
}
.bloque.about-13 .icono .contenido strong,
.bloque.about-14 .icono .contenido strong,
.bloque.about-15 .icono .contenido strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-13 .icono .contenido ul,
.bloque.about-14 .icono .contenido ul,
.bloque.about-15 .icono .contenido ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-13 .icono .contenido ul li,
.bloque.about-14 .icono .contenido ul li,
.bloque.about-15 .icono .contenido ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-13 .icono .contenido ul li:before,
.bloque.about-14 .icono .contenido ul li:before,
.bloque.about-15 .icono .contenido ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-13 .icono .contenido,
  .bloque.about-14 .icono .contenido,
  .bloque.about-15 .icono .contenido {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-13 .icono .contenido,
  .bloque.about-14 .icono .contenido,
  .bloque.about-15 .icono .contenido {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-13 .icono .contenido h4,
.bloque.about-14 .icono .contenido h4,
.bloque.about-15 .icono .contenido h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
.bloque.about-13 .icono .contenido p,
.bloque.about-14 .icono .contenido p,
.bloque.about-15 .icono .contenido p {
  margin: 0;
}
.bloque.about-14,
.bloque.about-15 {
  background-image: url('../../../general_assets/img/bgabout14.jpg');
}
.bloque.about-14 .txt,
.bloque.about-15 .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.bloque.about-14 .txt p,
.bloque.about-15 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-14 .txt a,
.bloque.about-15 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-14 .txt a:hover,
.bloque.about-15 .txt a:hover {
  color: #080808;
}
.bloque.about-14 .txt strong,
.bloque.about-15 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-14 .txt ul,
.bloque.about-15 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-14 .txt ul li,
.bloque.about-15 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-14 .txt ul li:before,
.bloque.about-15 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-14 .txt,
  .bloque.about-15 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-14 .txt,
  .bloque.about-15 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-14 .txt h5,
.bloque.about-15 .txt h5 {
  color: #999;
}
.bloque.about-14 .txt h2,
.bloque.about-15 .txt h2 {
  color: #fff;
}
.bloque.about-14 .icono,
.bloque.about-15 .icono {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin: 15px 0;
  color: #fff;
}
.bloque.about-14 .icono .cont,
.bloque.about-15 .icono .cont {
  background: transparent;
  display: block;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.bloque.about-14 .icono .ico span,
.bloque.about-15 .icono .ico span {
  font-size: 55px;
}
.bloque.about-14 .icono .contenido,
.bloque.about-15 .icono .contenido {
  color: #fff;
}
.bloque.about-15 {
  background-image: none;
}
.bloque.about-15 .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 10;
}
.bloque.about-15 .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 15;
  pointer-events: none;
}
.bloque.about-15 .container {
  position: relative;
  z-index: 20;
}
.bloque.about-16,
.bloque.about-17 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-16,
  .bloque.about-17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-16,
  .bloque.about-17 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-16 .col-txt,
.bloque.about-17 .col-txt {
  padding-left: 25px;
}
.bloque.about-16 .col-txt .txt,
.bloque.about-17 .col-txt .txt {
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-16 .col-txt .txt p,
.bloque.about-17 .col-txt .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-16 .col-txt .txt a,
.bloque.about-17 .col-txt .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-16 .col-txt .txt a:hover,
.bloque.about-17 .col-txt .txt a:hover {
  color: #080808;
}
.bloque.about-16 .col-txt .txt strong,
.bloque.about-17 .col-txt .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-16 .col-txt .txt ul,
.bloque.about-17 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-16 .col-txt .txt ul li,
.bloque.about-17 .col-txt .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-16 .col-txt .txt ul li:before,
.bloque.about-17 .col-txt .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-16 .col-txt .txt,
  .bloque.about-17 .col-txt .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-16 .col-txt .txt,
  .bloque.about-17 .col-txt .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-16 .col-txt .txt h5,
.bloque.about-17 .col-txt .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-16 .col-txt .txt h2,
.bloque.about-17 .col-txt .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
}
.bloque.about-16 .col-txt .txt ul,
.bloque.about-17 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
}
.bloque.about-16 .col-txt .txt ul li,
.bloque.about-17 .col-txt .txt ul li {
  display: block;
  list-style: none;
  padding: 8px 0;
  margin: 8px 0;
  font-weight: 500;
  border-bottom: 1px solid #202020;
  font-size: 0.9em;
}
.bloque.about-16 .col-txt .txt ul li:before,
.bloque.about-17 .col-txt .txt ul li:before {
  display: none;
}
.bloque.about-16 .col-txt .txt .botonera,
.bloque.about-17 .col-txt .txt .botonera {
  margin-top: 45px;
  display: inline-block;
  position: relative;
}
.bloque.about-16 .col-txt .txt .botonera a,
.bloque.about-17 .col-txt .txt .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.about-16 .col-txt .txt .botonera a:hover,
.bloque.about-17 .col-txt .txt .botonera a:hover {
  color: #fff;
  background: #000;
}
.bloque.about-16 .col-img .col-md-6,
.bloque.about-17 .col-img .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.bloque.about-16 .col-img .cont-img,
.bloque.about-17 .col-img .cont-img {
  display: block;
  position: relative;
}
.bloque.about-16 .col-img .cont-img.cuadrante2,
.bloque.about-17 .col-img .cont-img.cuadrante2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-16 .col-md-5.col-txt {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.about-16 .col-img .cont-img.cuadrante1 {
    display: none;
  }
}
/*------------------------------------------------------------------
BLOQUE ABOUT 18 - BLOQUE ABOUT 19
-------------------------------------------------------------------*/
.bloque.about-18,
.bloque.about-19 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18,
  .bloque.about-19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-18,
  .bloque.about-19 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-18 .col-titulo h3,
.bloque.about-19 .col-titulo h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 39px;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18 .col-titulo h3,
  .bloque.about-19 .col-titulo h3 {
    font-size: 33px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-18 .col-titulo h3,
  .bloque.about-19 .col-titulo h3 {
    font-size: 29px;
    margin-bottom: 5px;
  }
}
.bloque.about-18 .col-titulo p,
.bloque.about-19 .col-titulo p {
  font-size: 19px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18 .col-titulo p,
  .bloque.about-19 .col-titulo p {
    font-size: 17px;
  }
}
.bloque.about-18 .col-items,
.bloque.about-19 .col-items {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.about-18 .col-items .cont,
.bloque.about-19 .col-items .cont {
  display: block;
  padding: 0;
  padding-left: 55px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18 .col-items .cont,
  .bloque.about-19 .col-items .cont {
    padding-left: 0;
  }
}
.bloque.about-18 .col-items .cont .item-desplegable,
.bloque.about-19 .col-items .cont .item-desplegable {
  display: block;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18 .col-items .cont .item-desplegable,
  .bloque.about-19 .col-items .cont .item-desplegable {
    padding: 9px 0;
  }
}
.bloque.about-18 .col-items .cont .item-desplegable .titulo,
.bloque.about-19 .col-items .cont .item-desplegable .titulo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
}
.bloque.about-18 .col-items .cont .item-desplegable .titulo span,
.bloque.about-19 .col-items .cont .item-desplegable .titulo span {
  display: block;
  width: 85%;
  @fuente _encabezados;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18 .col-items .cont .item-desplegable .titulo span,
  .bloque.about-19 .col-items .cont .item-desplegable .titulo span {
    font-size: 19px;
  }
}
.bloque.about-18 .col-items .cont .item-desplegable .titulo .flecha,
.bloque.about-19 .col-items .cont .item-desplegable .titulo .flecha {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(48, 94, 82, 0.8);
  border-radius: 100%;
  background-image: url('../../../general_assets/img/arrow_down2.svg');
  background-position: center 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18 .col-items .cont .item-desplegable .titulo .flecha,
  .bloque.about-19 .col-items .cont .item-desplegable .titulo .flecha {
    right: 5px;
    width: 28px;
    height: 28px;
    top: 7px;
    background-image: url('../../../general_assets/img/arrow_down2.svg');
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 16px;
  }
}
.bloque.about-18 .col-items .cont .item-desplegable .titulo.abierto .flecha,
.bloque.about-19 .col-items .cont .item-desplegable .titulo.abierto .flecha {
  background-color: #305e52;
  background-image: url('../../../general_assets/img/arrow_up2.svg');
  background-position: center 8px;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18 .col-items .cont .item-desplegable .titulo.abierto .flecha,
  .bloque.about-19 .col-items .cont .item-desplegable .titulo.abierto .flecha {
    top: 7px;
    background-image: url('../../../general_assets/img/arrow_up2.svg');
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 16px;
  }
}
.bloque.about-18 .col-items .cont .item-desplegable .descripcion,
.bloque.about-19 .col-items .cont .item-desplegable .descripcion {
  margin-bottom: -10px;
}
.bloque.about-18 .col-items .cont .item-desplegable .descripcion .cont,
.bloque.about-19 .col-items .cont .item-desplegable .descripcion .cont {
  padding: 12px;
  font-size: 16px;
  letter-spacing: -0.1px;
  background: #f1f1f1;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-18 .col-items .cont .item-desplegable .descripcion .cont,
  .bloque.about-19 .col-items .cont .item-desplegable .descripcion .cont {
    padding: 10px;
    font-size: 15px;
  }
}
.bloque.about-18 .col-items .cont .item-desplegable .descripcion .cont p,
.bloque.about-19 .col-items .cont .item-desplegable .descripcion .cont p {
  margin: 8px 0;
}
.bloque.about-19 .col-titulo {
  text-align: right;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-19 .col-titulo {
    text-align: left;
  }
}
.bloque.about-19 .col-items {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.about-19 .col-items .cont {
  padding: 0;
  padding-right: 55px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-19 .col-items .cont {
    padding-right: 0;
  }
}
body.publico .bloque.about-18 .item-desplegable .descripcion {
  display: none;
}
body.publico .bloque.about-19 .item-desplegable .descripcion {
  display: none;
}
/*------------------------------------------------------------------
BLOQUE ABOUT 20
-------------------------------------------------------------------*/
.bloque.about-20 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-20 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-20 .col-img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 55px;
}
.bloque.about-20 .col-img .reveal {
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  .bloque.about-20 .col-img .reveal {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.bloque.about-20 ul {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.bloque.about-20 li {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 10px 0;
  display: inline-block;
  vertical-align: center;
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #385676;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.about-20 li {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.about-20 li {
    font-size: 45px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-20 li {
    font-size: 35px;
  }
}
.bloque.about-20 li span {
  display: inline-block;
}
.bloque.about-20 li:nth-child(odd) {
  opacity: 0.2;
}
.bloque.about-20 span {
  display: inline-block;
}
/*------------------------------------------------------------------
BLOQUE ABOUT 21
-------------------------------------------------------------------*/
.bloque.about-21 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-21 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-21 .intro-servicios {
  display: block;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}
.bloque.about-21 .fila-servicios {
  max-width: 800px;
  margin: 0 auto;
}
.bloque.about-21 .fila-servicios .col-md-6 .cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding: 20px;
  border: 1px solid #999;
  border-radius: 20px;
}
.bloque.about-21 .fila-servicios .col-md-6 .cont .icon {
  display: block;
  width: 100px;
  height: 100px;
  float: left;
}
.bloque.about-21 .fila-servicios .col-md-6 .cont .titulo {
  display: block;
  float: left;
  margin-left: 5px;
  width: calc(80% - 105px);
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
}
.bloque.about-21 .fila-servicios .col-md-6 .cont .titulo p {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.25;
  margin: 12px 0;
  font-weight: 700;
}
.bloque.about-21 .fila-servicios .col-md-6 .cont .flecha {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 33px;
  height: 33px;
  background-image: url('../../../general_assets/img/arrow_right.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-21 .fila-servicios .col-md-6 .cont:hover .flecha {
  rotate: -40deg;
}
/*------------------------------------------------------------------
BLOQUE ABOUT 22
-------------------------------------------------------------------*/
.bloque.about-22 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-22 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-22 .cont {
  padding: 15px 20px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-22 .cont {
    padding: 15px 0;
  }
}
.bloque.about-22 .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-22 .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-22 .cont h2 {
    font-size: 25px;
  }
}
.bloque.about-22 .cont ul {
  margin: 10px 0;
  padding: 0;
}
.bloque.about-22 .cont ul li {
  display: block;
  padding: 7px 0;
  margin: 7px 0;
  list-style: none;
  border-bottom: 1px solid #333;
  font-size: 19px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-22 .cont ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-22 .cont ul li {
    font-size: 17px;
  }
}
.bloque.about-22 .botonera {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.bloque.about-22 .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #111;
  color: #111 !important;
  padding: 13px 30px;
  font-size: 19px;
  padding-right: 50px;
  background-image: url('../../../general_assets/img/arrow_right_long.svg');
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.bloque.about-22 .botonera a:hover {
  color: #fff;
  background: #000;
}
.bloque.about-22 .botonera a:hover {
  background: #fff;
  border: 1px solid #111;
  color: #111 !important;
  background-image: url('../../../general_assets/img/arrow_right_long.svg');
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-22 .botonera a {
    padding: 11px 25px;
    padding-right: 43px;
    font-size: 17px;
    background-image: url('../../../general_assets/img/arrow_right_long.svg');
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: right 11px center;
  }
}
/*------------------------------------------------------------------
BLOQUE ABOUT 23
-------------------------------------------------------------------*/
.bloque.about-23 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-23 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-23 .fila-intro {
  margin: 0;
}
.bloque.about-23 .fila-intro h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-23 .fila-intro h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-23 .fila-intro h2 {
    font-size: 25px;
  }
}
.bloque.about-23 .fila-caracteristicas {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
}
.bloque.about-23 .fila-caracteristicas .item-caracteristica .cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 15px;
  background: #f0f0f0;
  border-radius: 15px;
  padding: 20px;
}
.bloque.about-23 .fila-caracteristicas .item-caracteristica .cont .ico {
  display: block;
  max-width: 85px;
}
.bloque.about-23 .fila-caracteristicas .item-caracteristica .cont .txt {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 38px;
}
.bloque.about-23 .fila-caracteristicas .item-caracteristica .cont .txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
}
.bloque.about-23 .fila-caracteristicas .item-caracteristica .cont .txt p {
  margin: 0;
  line-height: 1.3;
  font-size: 17px;
}
/*------------------------------------------------------------------
BLOQUE ABOUT 24 - BLOQUE ABOUT 25 - BLOQUE ABOUT 26 - BLOQUE ABOUT 27
-------------------------------------------------------------------*/
.bloque.about-24,
.bloque.about-25,
.bloque.about-26,
.bloque.about-27 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-24,
  .bloque.about-25,
  .bloque.about-26,
  .bloque.about-27 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-24,
  .bloque.about-25,
  .bloque.about-26,
  .bloque.about-27 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.about-24 .col-titulo .txt,
.bloque.about-25 .col-titulo .txt,
.bloque.about-26 .col-titulo .txt,
.bloque.about-27 .col-titulo .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.about-24 .col-titulo .txt p,
.bloque.about-25 .col-titulo .txt p,
.bloque.about-26 .col-titulo .txt p,
.bloque.about-27 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.about-24 .col-titulo .txt a,
.bloque.about-25 .col-titulo .txt a,
.bloque.about-26 .col-titulo .txt a,
.bloque.about-27 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-24 .col-titulo .txt a:hover,
.bloque.about-25 .col-titulo .txt a:hover,
.bloque.about-26 .col-titulo .txt a:hover,
.bloque.about-27 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.about-24 .col-titulo .txt strong,
.bloque.about-25 .col-titulo .txt strong,
.bloque.about-26 .col-titulo .txt strong,
.bloque.about-27 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.about-24 .col-titulo .txt ul,
.bloque.about-25 .col-titulo .txt ul,
.bloque.about-26 .col-titulo .txt ul,
.bloque.about-27 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.about-24 .col-titulo .txt ul li,
.bloque.about-25 .col-titulo .txt ul li,
.bloque.about-26 .col-titulo .txt ul li,
.bloque.about-27 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.about-24 .col-titulo .txt ul li:before,
.bloque.about-25 .col-titulo .txt ul li:before,
.bloque.about-26 .col-titulo .txt ul li:before,
.bloque.about-27 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-24 .col-titulo .txt,
  .bloque.about-25 .col-titulo .txt,
  .bloque.about-26 .col-titulo .txt,
  .bloque.about-27 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-24 .col-titulo .txt,
  .bloque.about-25 .col-titulo .txt,
  .bloque.about-26 .col-titulo .txt,
  .bloque.about-27 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.about-24 .col-titulo .txt h5,
.bloque.about-25 .col-titulo .txt h5,
.bloque.about-26 .col-titulo .txt h5,
.bloque.about-27 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.about-24 .col-titulo .txt h2,
.bloque.about-25 .col-titulo .txt h2,
.bloque.about-26 .col-titulo .txt h2,
.bloque.about-27 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-24 .col-titulo .txt h2,
  .bloque.about-25 .col-titulo .txt h2,
  .bloque.about-26 .col-titulo .txt h2,
  .bloque.about-27 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.about-24 .col-titulo .txt h2,
  .bloque.about-25 .col-titulo .txt h2,
  .bloque.about-26 .col-titulo .txt h2,
  .bloque.about-27 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.about-24 .col-titulo .txt p,
.bloque.about-25 .col-titulo .txt p,
.bloque.about-26 .col-titulo .txt p,
.bloque.about-27 .col-titulo .txt p {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 0;
}
.bloque.about-24 .listado-bloques,
.bloque.about-25 .listado-bloques,
.bloque.about-26 .listado-bloques,
.bloque.about-27 .listado-bloques {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 30px auto;
  max-width: 2100px;
}
.bloque.about-24 .listado-bloques .cuadrante,
.bloque.about-25 .listado-bloques .cuadrante,
.bloque.about-26 .listado-bloques .cuadrante,
.bloque.about-27 .listado-bloques .cuadrante {
  display: block;
  float: left;
  width: 25%;
}
.bloque.about-24 .listado-bloques .cuadrante .cont,
.bloque.about-25 .listado-bloques .cuadrante .cont,
.bloque.about-26 .listado-bloques .cuadrante .cont,
.bloque.about-27 .listado-bloques .cuadrante .cont {
  display: block;
  position: relative;
  height: 500px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.bloque.about-24 .listado-bloques .cuadrante .cont .mascara,
.bloque.about-25 .listado-bloques .cuadrante .cont .mascara,
.bloque.about-26 .listado-bloques .cuadrante .cont .mascara,
.bloque.about-27 .listado-bloques .cuadrante .cont .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.bloque.about-24 .listado-bloques .cuadrante .cont .fondo,
.bloque.about-25 .listado-bloques .cuadrante .cont .fondo,
.bloque.about-26 .listado-bloques .cuadrante .cont .fondo,
.bloque.about-27 .listado-bloques .cuadrante .cont .fondo {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.about-24 .listado-bloques .cuadrante .cont .txt,
.bloque.about-25 .listado-bloques .cuadrante .cont .txt,
.bloque.about-26 .listado-bloques .cuadrante .cont .txt,
.bloque.about-27 .listado-bloques .cuadrante .cont .txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 300px;
  color: #fff;
  z-index: 10;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-24 .listado-bloques .cuadrante .cont .txt:hover,
.bloque.about-25 .listado-bloques .cuadrante .cont .txt:hover,
.bloque.about-26 .listado-bloques .cuadrante .cont .txt:hover,
.bloque.about-27 .listado-bloques .cuadrante .cont .txt:hover {
  bottom: 40px;
}
.bloque.about-24 .listado-bloques .cuadrante .cont .txt a,
.bloque.about-25 .listado-bloques .cuadrante .cont .txt a,
.bloque.about-26 .listado-bloques .cuadrante .cont .txt a,
.bloque.about-27 .listado-bloques .cuadrante .cont .txt a {
  color: #fff;
}
.bloque.about-24 .listado-bloques .cuadrante .cont .txt h3,
.bloque.about-25 .listado-bloques .cuadrante .cont .txt h3,
.bloque.about-26 .listado-bloques .cuadrante .cont .txt h3,
.bloque.about-27 .listado-bloques .cuadrante .cont .txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.bloque.about-24 .listado-bloques .cuadrante .cont .txt h5,
.bloque.about-25 .listado-bloques .cuadrante .cont .txt h5,
.bloque.about-26 .listado-bloques .cuadrante .cont .txt h5,
.bloque.about-27 .listado-bloques .cuadrante .cont .txt h5 {
  font-size: 17px;
  font-weight: normal;
  opacity: 0.8;
}
.bloque.about-24 .listado-bloques .cuadrante .cont .txt .ico,
.bloque.about-25 .listado-bloques .cuadrante .cont .txt .ico,
.bloque.about-26 .listado-bloques .cuadrante .cont .txt .ico,
.bloque.about-27 .listado-bloques .cuadrante .cont .txt .ico {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  border: 2px solid #ddd;
  border-radius: 100%;
  margin-left: 6px;
  background-image: url('../../../general_assets/img/left_icon_white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-24 .listado-bloques .cuadrante .cont .txt:hover .ico,
.bloque.about-25 .listado-bloques .cuadrante .cont .txt:hover .ico,
.bloque.about-26 .listado-bloques .cuadrante .cont .txt:hover .ico,
.bloque.about-27 .listado-bloques .cuadrante .cont .txt:hover .ico {
  transform: rotate(-45deg);
}
.bloque.about-25 .listado-bloques .cuadrante,
.bloque.about-27 .listado-bloques .cuadrante {
  display: block;
  float: left;
  width: 33.33%;
}
@media only screen and (max-width: 1025px) {
  .bloque.about-25 .listado-bloques .cuadrante,
  .bloque.about-27 .listado-bloques .cuadrante {
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 480px;
  }
}
.bloque.about-26 .listado-bloques .cuadrante {
  display: block;
  float: left;
  width: 20%;
}
.bloque.about-27 .col-titulo .txt {
  text-align: left;
}
.bloque.about-27 .col-texto {
  text-align: right;
  padding-left: 55px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.bloque.about-27 .listado-bloques .cuadrante {
  padding: 0;
}
.bloque.about-28 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.about-28 .col-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px;
  text-align: center;
}
.bloque.about-28 .col-button .btn {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 12px 27px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #385676;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #385676;
  cursor: pointer;
  user-select: all !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.about-28 .col-button .btn.btn-border-4::after,
.bloque.about-28 .col-button .btn.btn-border-4::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.5s;
}
.bloque.about-28 .col-button .btn.btn-border-4::after {
  top: -11px;
  left: -11px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
.bloque.about-28 .col-button .btn.btn-border-4::before {
  bottom: -11px;
  right: -11px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}
.bloque.about-28 .col-button .btn.btn-border-4:hover {
  color: #222;
}
.bloque.about-28 .col-button .btn.btn-border-4:hover::after,
.bloque.about-28 .col-button .btn.btn-border-4:hover::before {
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  border-color: #222222;
}
/*------------------------------------------------------------------
BLOQUE ABOUT 24 - BLOQUE ABOUT 25 - BLOQUE ABOUT 26 - BLOQUE ABOUT 27
-------------------------------------------------------------------*/
.bloque.about-29 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 5px 0;
}
.bloque.banners-1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.banners-1 .listado-banners1 {
  display: block;
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 580px) {
  .bloque.banners-1 .listado-banners1 {
    width: 100%;
    max-width: 360px;
  }
}
.bloque.banners-1 .listado-banners1 .mySwiper .swiper-wrapper .swiper-slide .cont {
  display: block;
  width: 750px;
  height: 505px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 580px) {
  .bloque.banners-1 .listado-banners1 .mySwiper .swiper-wrapper .swiper-slide .cont {
    width: 100%;
    max-width: 360px;
    height: 260px;
    border-radius: 15px;
  }
}
/*-------------------------------------------------------------------------
SOLICITAR CITA
---------------------------------------------------------------------------*/
.contenedor-dias {
  padding: 10px 15px;
  display: block;
  margin-top: 20px;
}
.contenedor-dias .dias-citas {
  padding: 12px;
  border: 1px solid rgba(100, 100, 100, 0.3);
  background: rgba(100, 100, 100, 0.05);
}
.contenedor-dias .item-franja {
  display: block;
  margin: 2px 0;
  padding: 7px;
  border: 1px solid #555;
  background: #fff;
  color: #555;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contenedor-dias .item-franja:hover {
  background: rgba(100, 100, 100, 0.2);
}
.contenedor-dias .item-franja.no-disponible {
  border: 1px solid #cf3030;
  background: #cf3030;
  color: rgba(255, 255, 255, 0.8);
  cursor: not-allowed;
}
.contenedor-dias .item-franja.seleccionada {
  border: 1px solid #719740;
  background: #719740;
  color: #fff;
}
.contenedor-dias .dia {
  padding: 5px;
}
.contenedor-dias .titulo-dia {
  padding-bottom: 8px;
  margin-bottom: 12px;
  text-align: center;
  color: #333;
}
.contenedor-dias .titulo-dia .dia {
  font-size: 25px;
  line-height: 22px;
  font-weight: bold;
  display: block;
}
.contenedor-dias .titulo-dia .mes {
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 300;
  display: block;
}
.contenedor-dias .titulo-dia .anyo {
  display: block;
  font-size: 21px;
  line-height: 22px;
  font-weight: bold;
}
.contenedor-dias .slick-prev,
.contenedor-dias .slick-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
  border: none;
  box-shadow: none;
  text-indent: -999px;
  overflow: hidden;
}
.contenedor-dias .slick-prev:hover,
.contenedor-dias .slick-next:hover {
  opacity: 0.9;
}
.contenedor-dias .slick-prev:before,
.contenedor-dias .slick-next:before {
  display: none;
}
.contenedor-dias .slick-prev {
  left: -30px;
  background-color: transparent;
  background-image: url('../../../general_assets/img/prev_citas.svg');
  background-position: center center;
  background-size: 38px;
  background-repeat: no-repeat;
}
.contenedor-dias .slick-next {
  right: -30px;
  background-color: transparent;
  background-image: url('../../../general_assets/img/next_citas.svg');
  background-position: center center;
  background-size: 38px;
  background-repeat: no-repeat;
}
.solicitar-cita {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 810px;
  margin: 0 auto;
  padding-bottom: 55px;
}
.solicitar-cita .fila_titulo {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 650px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.solicitar-cita .fila_titulo h5 {
  text-transform: none;
  font-size: 17px;
}
.solicitar-cita .contenedor-formulario {
  padding-top: 5px;
  max-width: 730px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.solicitar-cita .contenedor-formulario .form-group {
  margin: 15px 0;
}
.solicitar-cita .contenedor-formulario .form-group label {
  margin-bottom: 1px !important;
  min-height: 22px !important;
}
.solicitar-cita .contenedor-formulario textarea.form-control {
  height: 150px !important;
}
.solicitar-cita .tipo_cita {
  margin: 15px 5px !important;
}
.solicitar-cita .tipo_cita .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.solicitar-cita .tipo_cita .cont {
  padding: 12px;
  border: 1px solid #ddd;
  padding-left: 45px;
  background-color: #fcfcfc;
  background-image: url('../../../general_assets/img/radio1.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  min-height: 130px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solicitar-cita .tipo_cita .cont:hover {
  border: 1px solid #bbb;
  background-color: #f7f7f7;
}
.solicitar-cita .tipo_cita .cont h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.3px;
  color: #bc6646;
  margin: 0;
}
.solicitar-cita .tipo_cita .cont p {
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.1px;
  color: #444;
  font-weight: 400;
}
.solicitar-cita .tipo_cita .cont.activo {
  background-image: url('../../../general_assets/img/radio2.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #999;
  background-color: #fff;
  opacity: 1;
}
.aire-clientes-home-1 {
  display: block;
  position: relative;
  overflow: hidden;
  margin: -95px 0;
  margin-bottom: -105px;
}
.aire-clientes-home-1 ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.aire-clientes-home-1 ul li {
  display: table-cell;
  list-style: none;
}
.aire-clientes-home-1 ul li img {
  display: block;
  margin: 10px auto;
  height: 150px !important;
  width: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
}
.partners-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .partners-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .partners-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.partners-1 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.partners-1 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.partners-1 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.partners-1 .txt a:hover {
  color: #080808;
}
.partners-1 .txt strong {
  font-weight: 700;
  color: #111;
}
.partners-1 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.partners-1 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.partners-1 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .partners-1 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .partners-1 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.partners-1 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.partners-1 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .partners-1 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .partners-1 .txt h2 {
    font-size: 25px;
  }
}
.partners-1 .listado-logos {
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .partners-1 .listado-logos {
    padding-top: 15px;
    text-align: center;
  }
}
.partners-1 .listado-logos .item-cliente-home {
  display: block;
  position: relative;
  float: left;
  border: 1px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  width: 16.65%;
  width: calc(16.65% - 2px);
}
@media only screen and (max-width: 1025px) {
  .partners-1 .listado-logos .item-cliente-home {
    display: inline-block;
    float: left;
    width: calc(33% - 2px);
    border: 1px solid #fff !important;
  }
}
.partners-1 .listado-logos .item-cliente-home img {
  display: block;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 90%;
  margin: 10px auto;
}
@media only screen and (max-width: 1025px) {
  .partners-1 .listado-logos .item-cliente-home img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.partners-1 .listado-logos .item-cliente-1,
.partners-1 .listado-logos .item-cliente-2,
.partners-1 .listado-logos .item-cliente-3,
.partners-1 .listado-logos .item-cliente-4,
.partners-1 .listado-logos .item-cliente-5,
.partners-1 .listado-logos .item-cliente-6,
.partners-1 .listado-logos .item-cliente-13,
.partners-1 .listado-logos .item-cliente-14,
.partners-1 .listado-logos .item-cliente-15,
.partners-1 .listado-logos .item-cliente-16,
.partners-1 .listado-logos .item-cliente-17,
.partners-1 .listado-logos .item-cliente-18,
.partners-1 .listado-logos .item-cliente-25,
.partners-1 .listado-logos .item-cliente-26,
.partners-1 .listado-logos .item-cliente-27,
.partners-1 .listado-logos .item-cliente-28,
.partners-1 .listado-logos .item-cliente-29,
.partners-1 .listado-logos .item-cliente-30,
.partners-1 .listado-logos .item-cliente-37,
.partners-1 .listado-logos .item-cliente-38,
.partners-1 .listado-logos .item-cliente-39,
.partners-1 .listado-logos .item-cliente-40,
.partners-1 .listado-logos .item-cliente-41,
.partners-1 .listado-logos .item-cliente-42 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1025px) {
  .partners-1 .listado-logos .item-cliente-1,
  .partners-1 .listado-logos .item-cliente-2,
  .partners-1 .listado-logos .item-cliente-3,
  .partners-1 .listado-logos .item-cliente-4,
  .partners-1 .listado-logos .item-cliente-5,
  .partners-1 .listado-logos .item-cliente-6,
  .partners-1 .listado-logos .item-cliente-13,
  .partners-1 .listado-logos .item-cliente-14,
  .partners-1 .listado-logos .item-cliente-15,
  .partners-1 .listado-logos .item-cliente-16,
  .partners-1 .listado-logos .item-cliente-17,
  .partners-1 .listado-logos .item-cliente-18,
  .partners-1 .listado-logos .item-cliente-25,
  .partners-1 .listado-logos .item-cliente-26,
  .partners-1 .listado-logos .item-cliente-27,
  .partners-1 .listado-logos .item-cliente-28,
  .partners-1 .listado-logos .item-cliente-29,
  .partners-1 .listado-logos .item-cliente-30,
  .partners-1 .listado-logos .item-cliente-37,
  .partners-1 .listado-logos .item-cliente-38,
  .partners-1 .listado-logos .item-cliente-39,
  .partners-1 .listado-logos .item-cliente-40,
  .partners-1 .listado-logos .item-cliente-41,
  .partners-1 .listado-logos .item-cliente-42 {
    border: 1px solid transparent !important;
  }
}
.partners-1 .listado-logos .item-cliente-6,
.partners-1 .listado-logos .item-cliente-12,
.partners-1 .listado-logos .item-cliente-18,
.partners-1 .listado-logos .item-cliente-24,
.partners-1 .listado-logos .item-cliente-30,
.partners-1 .listado-logos .item-cliente-36,
.partners-1 .listado-logos .item-cliente-42,
.partners-1 .listado-logos .item-cliente-48 {
  border-right: 1px solid transparent;
}
@media only screen and (max-width: 1025px) {
  .partners-1 .listado-logos .item-cliente-6,
  .partners-1 .listado-logos .item-cliente-12,
  .partners-1 .listado-logos .item-cliente-18,
  .partners-1 .listado-logos .item-cliente-24,
  .partners-1 .listado-logos .item-cliente-30,
  .partners-1 .listado-logos .item-cliente-36,
  .partners-1 .listado-logos .item-cliente-42,
  .partners-1 .listado-logos .item-cliente-48 {
    border: 1px solid transparent !important;
  }
}
.partners-1 .mySwiper {
  overflow: hidden;
  padding-bottom: 50px;
}
.partners-1 .swiper-button-next,
.partners-1 .swiper-button-prev {
  position: absolute;
  width: 35px;
  height: 40px;
  opacity: 0.7;
}
.partners-1 .swiper-button-next:after,
.partners-1 .swiper-button-prev:after {
  display: none;
}
.partners-1 .swiper-button-prev {
  left: -20px;
  background-image: url('../../../general_assets/img/prev_partners1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
}
@media only screen and (max-width: 1025px) {
  .partners-1 .swiper-button-prev {
    background-image: url('../../../general_assets/img/prev_partners1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
  }
}
.partners-1 .swiper-button-next {
  right: -20px;
  background-image: url('../../../general_assets/img/next_partners1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
}
@media only screen and (max-width: 1025px) {
  .partners-1 .swiper-button-next {
    right: -27px;
    background-image: url('../../../general_assets/img/next_partners1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
  }
}
.partners-1 .swiper-pagination {
  bottom: 0;
  text-align: center;
  width: 100%;
}
.partners-1 .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid rgba(0, 0, 0, 0.9);
  background: #fff;
  opacity: 0.8;
}
.partners-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
}
.partners-2,
.clientes2-2,
.partners-3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .partners-2,
  .clientes2-2,
  .partners-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .partners-2,
  .clientes2-2,
  .partners-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.partners-2 .txt,
.clientes2-2 .txt,
.partners-3 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.partners-2 .txt p,
.clientes2-2 .txt p,
.partners-3 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.partners-2 .txt a,
.clientes2-2 .txt a,
.partners-3 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.partners-2 .txt a:hover,
.clientes2-2 .txt a:hover,
.partners-3 .txt a:hover {
  color: #080808;
}
.partners-2 .txt strong,
.clientes2-2 .txt strong,
.partners-3 .txt strong {
  font-weight: 700;
  color: #111;
}
.partners-2 .txt ul,
.clientes2-2 .txt ul,
.partners-3 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.partners-2 .txt ul li,
.clientes2-2 .txt ul li,
.partners-3 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.partners-2 .txt ul li:before,
.clientes2-2 .txt ul li:before,
.partners-3 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .partners-2 .txt,
  .clientes2-2 .txt,
  .partners-3 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .partners-2 .txt,
  .clientes2-2 .txt,
  .partners-3 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.partners-2 .txt h5,
.clientes2-2 .txt h5,
.partners-3 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.partners-2 .txt h2,
.clientes2-2 .txt h2,
.partners-3 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .partners-2 .txt h2,
  .clientes2-2 .txt h2,
  .partners-3 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .partners-2 .txt h2,
  .clientes2-2 .txt h2,
  .partners-3 .txt h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1025px) {
  .partners-2 .txt,
  .clientes2-2 .txt,
  .partners-3 .txt {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .partners-2 .txt,
  .clientes2-2 .txt,
  .partners-3 .txt {
    padding-bottom: 20px;
  }
}
.partners-2 .listado-logos,
.clientes2-2 .listado-logos,
.partners-3 .listado-logos {
  display: block;
  position: relative;
  overflow: hidden;
}
.partners-2 .listado-logos .mascara1,
.clientes2-2 .listado-logos .mascara1,
.partners-3 .listado-logos .mascara1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 210px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
}
.partners-2 .listado-logos .mascara2,
.clientes2-2 .listado-logos .mascara2,
.partners-3 .listado-logos .mascara2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 210px;
  background: #ffffff;
  background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
}
@media only screen and (max-width: 580px) {
  .partners-2 .listado-logos .mascara1,
  .clientes2-2 .listado-logos .mascara1,
  .partners-3 .listado-logos .mascara1,
  .partners-2 .listado-logos .mascara2,
  .clientes2-2 .listado-logos .mascara2,
  .partners-3 .listado-logos .mascara2 {
    display: none;
  }
}
.partners-2 .listado-logos .logo-slider,
.clientes2-2 .listado-logos .logo-slider,
.partners-3 .listado-logos .logo-slider {
  overflow: hidden;
  padding: 10px 0 0 0;
  white-space: nowrap;
  position: relative;
}
.partners-2 .listado-logos .logo-slider:hover .logos-slide,
.clientes2-2 .listado-logos .logo-slider:hover .logos-slide,
.partners-3 .listado-logos .logo-slider:hover .logos-slide {
  animation-play-state: paused;
}
.partners-2 .listado-logos .logos-slide,
.clientes2-2 .listado-logos .logos-slide,
.partners-3 .listado-logos .logos-slide,
.partners-2 .listado-logos .logos-slide.reverse,
.clientes2-2 .listado-logos .logos-slide.reverse,
.partners-3 .listado-logos .logos-slide.reverse {
  display: inline-block;
  animation: 60s slide_partners2 infinite linear;
}
@media only screen and (max-width: 580px) {
  .partners-2 .listado-logos .logos-slide,
  .clientes2-2 .listado-logos .logos-slide,
  .partners-3 .listado-logos .logos-slide,
  .partners-2 .listado-logos .logos-slide.reverse,
  .clientes2-2 .listado-logos .logos-slide.reverse,
  .partners-3 .listado-logos .logos-slide.reverse {
    animation: 50s slide_partners2 infinite linear;
  }
}
.partners-2 .listado-logos .logos-slide.reverse,
.clientes2-2 .listado-logos .logos-slide.reverse,
.partners-3 .listado-logos .logos-slide.reverse {
  animation: 60s slide_partners2_reverse infinite linear;
}
@media only screen and (max-width: 580px) {
  .partners-2 .listado-logos .logos-slide.reverse,
  .clientes2-2 .listado-logos .logos-slide.reverse,
  .partners-3 .listado-logos .logos-slide.reverse {
    animation: 50s slide_partners2_reverse infinite linear;
  }
}
.partners-2 .listado-logos .logos-slide img,
.clientes2-2 .listado-logos .logos-slide img,
.partners-3 .listado-logos .logos-slide img {
  width: auto !important;
  height: 105px !important;
  margin: 0 25px;
  filter: grayscale(100%);
}
@media only screen and (max-width: 1025px) {
  .partners-2 .listado-logos .logos-slide img,
  .clientes2-2 .listado-logos .logos-slide img,
  .partners-3 .listado-logos .logos-slide img {
    margin: 0 15px;
  }
}
@keyframes slide_partners2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide_partners2_reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*--------------------------------------------------------
BLOQUE PARTNERS 4
-------------------------------------------------------------*/
.bloque.partners-4 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.partners-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.partners-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.partners-4 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
}
.bloque.partners-4 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.partners-4 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.partners-4 .txt a:hover {
  color: #080808;
}
.bloque.partners-4 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.partners-4 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.partners-4 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.partners-4 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.partners-4 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.partners-4 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.partners-4 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.partners-4 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.partners-4 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.partners-4 .txt h2 {
    font-size: 25px;
  }
}
.bloque.partners-4 .listado-logos {
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1025px) {
  .bloque.partners-4 .listado-logos {
    padding-top: 15px;
    text-align: center;
  }
}
.bloque.partners-4 .listado-logos .swiper {
  overflow: hidden;
}
.bloque.partners-4 .listado-logos .swiper .swiper-wrapper {
  position: relative;
}
.bloque.partners-4 .listado-logos .swiper .item-cliente-home {
  display: block;
  position: relative;
  float: left;
  width: 16.65%;
  width: calc(16.65% - 2px);
}
@media only screen and (max-width: 1025px) {
  .bloque.partners-4 .listado-logos .swiper .item-cliente-home {
    display: inline-block;
    float: left;
    width: calc(33% - 2px);
    border: 1px solid #fff !important;
  }
}
.bloque.partners-4 .listado-logos .swiper .item-cliente-home img {
  display: block;
  height: 75px !important;
  width: auto !important;
  max-width: 90%;
  margin: 10px auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.partners-4 .listado-logos .swiper .item-cliente-home img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.bloque.partners-4 .listado-logos .swiper-button-prev,
.bloque.partners-4 .listado-logos .swiper-button-next {
  position: absolute;
  width: 55px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.bloque.partners-4 .listado-logos .swiper-button-prev:after,
.bloque.partners-4 .listado-logos .swiper-button-next:after {
  display: none;
}
.bloque.partners-4 .listado-logos .swiper-button-prev {
  background-image: url('../../../general_assets/img/arrow_left_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  left: -40px;
}
.bloque.partners-4 .listado-logos .swiper-button-next {
  background-image: url('../../../general_assets/img/arrow_right_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  right: -40px;
}
.bloque.partners-4 .listado-logos .swiper-pagination {
  bottom: 0;
  width: 100%;
  text-align: center;
}
.bloque.partners-4 .listado-logos .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.bloque.partners-4 .listado-logos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  background: #385676;
}
.bloque.clientes2-1,
.bloque.partners5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.clientes2-1,
  .bloque.partners5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.clientes2-1,
  .bloque.partners5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.clientes2-1 .txt,
.bloque.partners5 .txt {
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.bloque.clientes2-1 .txt p,
.bloque.partners5 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.clientes2-1 .txt a,
.bloque.partners5 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.clientes2-1 .txt a:hover,
.bloque.partners5 .txt a:hover {
  color: #080808;
}
.bloque.clientes2-1 .txt strong,
.bloque.partners5 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.clientes2-1 .txt ul,
.bloque.partners5 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.clientes2-1 .txt ul li,
.bloque.partners5 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.clientes2-1 .txt ul li:before,
.bloque.partners5 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.clientes2-1 .txt,
  .bloque.partners5 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.clientes2-1 .txt,
  .bloque.partners5 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.clientes2-1 .txt h5,
.bloque.partners5 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.clientes2-1 .txt h2,
.bloque.partners5 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.clientes2-1 .txt h2,
  .bloque.partners5 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.clientes2-1 .txt h2,
  .bloque.partners5 .txt h2 {
    font-size: 25px;
  }
}
.bloque.clientes2-1 .row.filtro-categorias,
.bloque.partners5 .row.filtro-categorias {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.clientes2-1 .row.filtro-categorias ul,
.bloque.partners5 .row.filtro-categorias ul {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.bloque.clientes2-1 .row.filtro-categorias ul li,
.bloque.partners5 .row.filtro-categorias ul li {
  display: inline-block;
  list-style: none;
  margin: 5px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.clientes2-1 .row.filtro-categorias ul li:hover,
.bloque.partners5 .row.filtro-categorias ul li:hover {
  background: rgba(90, 90, 90, 0.1);
}
.bloque.clientes2-1 .row.filtro-categorias ul li.activo,
.bloque.partners5 .row.filtro-categorias ul li.activo {
  color: #fff;
  border: 1px solid #172431;
  background: #172431;
}
.bloque.clientes2-1 .row.listado-logos,
.bloque.partners5 .row.listado-logos {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.clientes2-1 .row.listado-logos .swiper,
.bloque.partners5 .row.listado-logos .swiper {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.clientes2-1 .row.listado-logos .swiper .swiper-slide,
.bloque.partners5 .row.listado-logos .swiper .swiper-slide {
  padding: 20px;
}
.bloque.clientes2-1 .row.listado-logos .swiper .swiper-button-prev,
.bloque.partners5 .row.listado-logos .swiper .swiper-button-prev,
.bloque.clientes2-1 .row.listado-logos .swiper .swiper-button-next,
.bloque.partners5 .row.listado-logos .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
}
.bloque.clientes2-1 .row.listado-logos .swiper .swiper-button-prev:after,
.bloque.partners5 .row.listado-logos .swiper .swiper-button-prev:after,
.bloque.clientes2-1 .row.listado-logos .swiper .swiper-button-next:after,
.bloque.partners5 .row.listado-logos .swiper .swiper-button-next:after {
  display: none;
}
.bloque.clientes2-1 .row.listado-logos .swiper .swiper-button-prev,
.bloque.partners5 .row.listado-logos .swiper .swiper-button-prev {
  background-image: url('../../../general_assets/img/arrow_left_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 49px;
}
.bloque.clientes2-1 .row.listado-logos .swiper .swiper-button-next,
.bloque.partners5 .row.listado-logos .swiper .swiper-button-next {
  right: 0;
  left: auto;
  background-image: url('../../../general_assets/img/arrow_right_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 49px;
}
.bloque.clientes2-1 .row.listado-logos .swiper-slide .item-cliente-home,
.bloque.partners5 .row.listado-logos .swiper-slide .item-cliente-home {
  display: block;
  position: relative;
  float: left;
  width: 20%;
}
@media only screen and (max-width: 1025px) {
  .bloque.clientes2-1 .row.listado-logos .swiper-slide .item-cliente-home,
  .bloque.partners5 .row.listado-logos .swiper-slide .item-cliente-home {
    width: 25%;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.clientes2-1 .row.listado-logos .swiper-slide .item-cliente-home,
  .bloque.partners5 .row.listado-logos .swiper-slide .item-cliente-home {
    width: 33%;
  }
}
.bloque.clientes2-1 .row.listado-logos .swiper-slide .item-cliente-home .img,
.bloque.partners5 .row.listado-logos .swiper-slide .item-cliente-home .img {
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 1025px) {
  .bloque.clientes2-1 .row.listado-logos .swiper-slide .item-cliente-home .img,
  .bloque.partners5 .row.listado-logos .swiper-slide .item-cliente-home .img {
    padding: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.clientes2-1 .row.listado-logos .swiper-slide .item-cliente-home .img,
  .bloque.partners5 .row.listado-logos .swiper-slide .item-cliente-home .img {
    padding: 10px;
  }
}
.bloque.clientes2-1 .row.listado-logos .swiper-slide .item-cliente-home .img img,
.bloque.partners5 .row.listado-logos .swiper-slide .item-cliente-home .img img {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto !important;
  max-height: 120px !important;
  filter: grayscale(25%);
}
.bloque.clientes2-1 .paginacion,
.bloque.partners5 .paginacion {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  text-align: center;
}
.bloque.clientes2-1 .paginacion .swiper-pagination,
.bloque.partners5 .paginacion .swiper-pagination {
  position: relative;
}
.bloque.clientes2-1 .paginacion .swiper-pagination .swiper-pagination-bullet,
.bloque.partners5 .paginacion .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.bloque.clientes2-1 .paginacion .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bloque.partners5 .paginacion .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  background: #53C7EB;
}
.bloque.contact-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.contact-1 .col-texto .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 15px;
}
.bloque.contact-1 .col-texto .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.contact-1 .col-texto .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.contact-1 .col-texto .txt a:hover {
  color: #080808;
}
.bloque.contact-1 .col-texto .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.contact-1 .col-texto .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.contact-1 .col-texto .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.contact-1 .col-texto .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-1 .col-texto .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-1 .col-texto .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.contact-1 .col-texto .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.contact-1 .col-texto .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-1 .col-texto .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-1 .col-texto .txt h2 {
    font-size: 25px;
  }
}
.bloque.contact-1 .col-texto .datos-contacto {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.contact-1 .col-texto .datos-contacto .dato-direccion,
.bloque.contact-1 .col-texto .datos-contacto .dato-email,
.bloque.contact-1 .col-texto .datos-contacto .dato-telefono {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-left: 55px;
  min-height: 50px;
}
.bloque.contact-1 .col-texto .datos-contacto .dato-direccion h4,
.bloque.contact-1 .col-texto .datos-contacto .dato-email h4,
.bloque.contact-1 .col-texto .datos-contacto .dato-telefono h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin: 5px 0;
}
.bloque.contact-1 .col-texto .datos-contacto .dato-direccion p,
.bloque.contact-1 .col-texto .datos-contacto .dato-email p,
.bloque.contact-1 .col-texto .datos-contacto .dato-telefono p {
  font-size: 1em;
  color: #777;
  font-weight: 400;
  line-height: 1.2;
}
.bloque.contact-1 .col-texto .datos-contacto .dato-direccion p a,
.bloque.contact-1 .col-texto .datos-contacto .dato-email p a,
.bloque.contact-1 .col-texto .datos-contacto .dato-telefono p a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #777;
}
.bloque.contact-1 .col-texto .datos-contacto .dato-direccion p a:hover,
.bloque.contact-1 .col-texto .datos-contacto .dato-email p a:hover,
.bloque.contact-1 .col-texto .datos-contacto .dato-telefono p a:hover {
  color: #222;
}
.bloque.contact-1 .col-texto .datos-contacto .dato-direccion {
  background-image: url('../../../general_assets/img/location_contact1.svg');
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 40px;
}
.bloque.contact-1 .col-texto .datos-contacto .dato-email {
  background-image: url('../../../general_assets/img/email_contact1.svg');
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 47px;
}
.bloque.contact-1 .col-texto .datos-contacto .dato-telefono {
  background-image: url('../../../general_assets/img/phone_contact1.svg');
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 45px;
}
.bloque.contact-1 .col-formulario form {
  padding-right: 15%;
}
.bloque.contact-1 .col-formulario form .texto_aviso {
  display: none;
}
.bloque.contact-1 .col-formulario form .form-group {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.bloque.contact-1 .col-formulario form .form-group label {
  position: relative;
  pointer-events: none;
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-bottom: 4px;
}
.bloque.contact-1 .col-formulario form .form-group label.radio-inline,
.bloque.contact-1 .col-formulario form .form-group label.radio {
  pointer-events: inherit;
}
.bloque.contact-1 .col-formulario form .form-group label.error {
  font-size: 13px;
  color: #bc0b07;
}
.bloque.contact-1 .col-formulario form .form-group input.form-control,
.bloque.contact-1 .col-formulario form .form-group textarea.form-control,
.bloque.contact-1 .col-formulario form .form-group select.form-control {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 15px;
}
.bloque.contact-1 .col-formulario form .form-group .conjunto-radio,
.bloque.contact-1 .col-formulario form .form-group .conjunto-checkbox {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.bloque.contact-1 .col-formulario form .form-group .conjunto-radio label,
.bloque.contact-1 .col-formulario form .form-group .conjunto-checkbox label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
}
.bloque.contact-1 .col-formulario form .form-group .conjunto-radio label input,
.bloque.contact-1 .col-formulario form .form-group .conjunto-checkbox label input {
  margin-right: 4px;
}
.bloque.contact-1 .col-formulario form .form-group select.form-control {
  background-image: url('../../../general_assets/img/arrow_down.svg');
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  background-size: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.bloque.contact-1 .col-formulario form .form-group textarea.form-control {
  height: 130px;
  line-height: 1.2;
  padding: 12px;
}
.bloque.contact-1 .col-formulario form .form-group.texto_privacidad label {
  text-transform: none;
  font-size: 14px;
  pointer-events: initial;
}
.bloque.contact-1 .col-formulario form .form-group.texto_privacidad label a {
  color: #222;
  border-bottom: 1px solid #222;
}
.bloque.contact-1 .col-formulario form .form-group.texto_privacidad label div.input_checkbox {
  display: block;
  float: left;
  width: 40px;
  pointer-events: initial;
}
.bloque.contact-1 .col-formulario form .form-group.texto_privacidad label div.texto {
  display: block;
  float: left;
  width: calc(100% - 40px);
}
.bloque.contact-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.contact-2 .col-formulario {
  padding-right: 5%;
}
.bloque.contact-2 .col-formulario .cont {
  padding: 35px;
  border: 1px solid #222;
}
.bloque.contact-2 .col-formulario .cont .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 15px;
}
.bloque.contact-2 .col-formulario .cont .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.contact-2 .col-formulario .cont .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.contact-2 .col-formulario .cont .txt a:hover {
  color: #080808;
}
.bloque.contact-2 .col-formulario .cont .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.contact-2 .col-formulario .cont .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.contact-2 .col-formulario .cont .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.contact-2 .col-formulario .cont .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-2 .col-formulario .cont .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-2 .col-formulario .cont .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.contact-2 .col-formulario .cont .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.contact-2 .col-formulario .cont .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-2 .col-formulario .cont .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-2 .col-formulario .cont .txt h2 {
    font-size: 25px;
  }
}
.bloque.contact-2 .col-formulario form .texto_aviso {
  display: none;
}
.bloque.contact-2 .col-formulario form .form-control {
  border: none;
  border-bottom: 1px solid #777;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
}
.bloque.contact-2 .col-formulario form .form-control::placeholder {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}
.bloque.contact-2 .col-formulario form .textarea.form-control {
  height: 95px;
  line-height: 1.25;
  padding: 10px;
}
.bloque.contact-2 .col-formulario form .form-group.botonera {
  display: block;
  position: relative;
  padding: 10px 0;
  margin-top: 30px;
  text-align: center;
}
.bloque.contact-2 .col-formulario form .form-group.botonera .btn-enviar {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 2px;
}
.bloque.contact-2 .col-formulario form .form-group.botonera .btn-enviar:hover {
  color: #fff;
  background: #000;
}
.bloque.contact-2 .col-label {
  padding-top: 35px;
}
.bloque.contact-2 .col-texto .datos-contacto {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-direccion,
.bloque.contact-2 .col-texto .datos-contacto .dato-email,
.bloque.contact-2 .col-texto .datos-contacto .dato-telefono,
.bloque.contact-2 .col-texto .datos-contacto .dato-horario {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-left: 55px;
  min-height: 120px;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-direccion h4,
.bloque.contact-2 .col-texto .datos-contacto .dato-email h4,
.bloque.contact-2 .col-texto .datos-contacto .dato-telefono h4,
.bloque.contact-2 .col-texto .datos-contacto .dato-horario h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin: 5px 0;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-direccion p,
.bloque.contact-2 .col-texto .datos-contacto .dato-email p,
.bloque.contact-2 .col-texto .datos-contacto .dato-telefono p,
.bloque.contact-2 .col-texto .datos-contacto .dato-horario p {
  font-size: 1em;
  color: #777;
  font-weight: 400;
  line-height: 1.2;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-direccion p a,
.bloque.contact-2 .col-texto .datos-contacto .dato-email p a,
.bloque.contact-2 .col-texto .datos-contacto .dato-telefono p a,
.bloque.contact-2 .col-texto .datos-contacto .dato-horario p a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #777;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-direccion p a:hover,
.bloque.contact-2 .col-texto .datos-contacto .dato-email p a:hover,
.bloque.contact-2 .col-texto .datos-contacto .dato-telefono p a:hover,
.bloque.contact-2 .col-texto .datos-contacto .dato-horario p a:hover {
  color: #222;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-direccion {
  background-image: url('../../../general_assets/img/location_contact1.svg');
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 40px;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-email {
  background-image: url('../../../general_assets/img/email_contact1.svg');
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 47px;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-telefono {
  background-image: url('../../../general_assets/img/phone_contact1.svg');
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 45px;
}
.bloque.contact-2 .col-texto .datos-contacto .dato-horario {
  background-image: url('../../../general_assets/img/clock_contact1.svg');
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 43px;
}
.bloque.contact-3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.contact-3 .fila-datos {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}
.bloque.contact-3 .fila-datos .dato {
  background: #334e6c;
  color: #fff;
  border-radius: 18px;
  text-align: center;
}
.bloque.contact-3 .fila-datos .dato-direccion,
.bloque.contact-3 .fila-datos .dato-email,
.bloque.contact-3 .fila-datos .dato-telefono,
.bloque.contact-3 .fila-datos .dato-horario {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-top: 85px;
  min-height: 210px;
}
.bloque.contact-3 .fila-datos .dato-direccion h4,
.bloque.contact-3 .fila-datos .dato-email h4,
.bloque.contact-3 .fila-datos .dato-telefono h4,
.bloque.contact-3 .fila-datos .dato-horario h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin: 5px 0;
}
.bloque.contact-3 .fila-datos .dato-direccion p,
.bloque.contact-3 .fila-datos .dato-email p,
.bloque.contact-3 .fila-datos .dato-telefono p,
.bloque.contact-3 .fila-datos .dato-horario p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}
.bloque.contact-3 .fila-datos .dato-direccion p a,
.bloque.contact-3 .fila-datos .dato-email p a,
.bloque.contact-3 .fila-datos .dato-telefono p a,
.bloque.contact-3 .fila-datos .dato-horario p a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.bloque.contact-3 .fila-datos .dato-direccion {
  background-image: url('../../../general_assets/img/location_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: 50px;
}
.bloque.contact-3 .fila-datos .dato-email {
  background-image: url('../../../general_assets/img/email_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center 23px;
  background-size: 58px;
}
.bloque.contact-3 .fila-datos .dato-telefono {
  background-image: url('../../../general_assets/img/phone_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center 26px;
  background-size: 55px;
}
.bloque.contact-3 .fila-datos .dato-horario {
  background-image: url('../../../general_assets/img/clock_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: 53px;
}
.bloque.contact-3 .fila-formulario {
  max-width: 660px;
  margin: 0 auto;
  padding: 55px 0;
}
.bloque.contact-3 .fila-formulario .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}
.bloque.contact-3 .fila-formulario .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.contact-3 .fila-formulario .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.contact-3 .fila-formulario .txt a:hover {
  color: #080808;
}
.bloque.contact-3 .fila-formulario .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.contact-3 .fila-formulario .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.contact-3 .fila-formulario .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.contact-3 .fila-formulario .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-3 .fila-formulario .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-3 .fila-formulario .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.contact-3 .fila-formulario .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.contact-3 .fila-formulario .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-3 .fila-formulario .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-3 .fila-formulario .txt h2 {
    font-size: 25px;
  }
}
.bloque.contact-3 .fila-formulario form {
  margin: 0 auto;
}
.bloque.contact-3 .fila-formulario form .texto_aviso {
  display: none;
}
.bloque.contact-3 .fila-formulario form .form-group {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.bloque.contact-3 .fila-formulario form .form-group label {
  position: relative;
  pointer-events: none;
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-bottom: 4px;
}
.bloque.contact-3 .fila-formulario form .form-group label.radio-inline,
.bloque.contact-3 .fila-formulario form .form-group label.radio {
  pointer-events: inherit;
}
.bloque.contact-3 .fila-formulario form .form-group label.error {
  font-size: 13px;
  color: #bc0b07;
}
.bloque.contact-3 .fila-formulario form .form-group input.form-control,
.bloque.contact-3 .fila-formulario form .form-group textarea.form-control,
.bloque.contact-3 .fila-formulario form .form-group select.form-control {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 15px;
}
.bloque.contact-3 .fila-formulario form .form-group .conjunto-radio,
.bloque.contact-3 .fila-formulario form .form-group .conjunto-checkbox {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.bloque.contact-3 .fila-formulario form .form-group .conjunto-radio label,
.bloque.contact-3 .fila-formulario form .form-group .conjunto-checkbox label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
}
.bloque.contact-3 .fila-formulario form .form-group .conjunto-radio label input,
.bloque.contact-3 .fila-formulario form .form-group .conjunto-checkbox label input {
  margin-right: 4px;
}
.bloque.contact-3 .fila-formulario form .form-group select.form-control {
  background-image: url('../../../general_assets/img/arrow_down.svg');
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  background-size: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.bloque.contact-3 .fila-formulario form .form-group textarea.form-control {
  height: 130px;
  line-height: 1.2;
  padding: 12px;
}
.bloque.contact-3 .fila-formulario form .form-group.texto_privacidad label {
  text-transform: none;
  font-size: 14px;
  pointer-events: initial;
}
.bloque.contact-3 .fila-formulario form .form-group.texto_privacidad label a {
  color: #222;
  border-bottom: 1px solid #222;
}
.bloque.contact-3 .fila-formulario form .form-group.texto_privacidad label div.input_checkbox {
  display: block;
  float: left;
  width: 40px;
  pointer-events: initial;
}
.bloque.contact-3 .fila-formulario form .form-group.texto_privacidad label div.texto {
  display: block;
  float: left;
  width: calc(100% - 40px);
}
.bloque.contact-4 .txt,
.bloque.contact-5 .txt {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 45px;
}
.bloque.contact-4 .txt p,
.bloque.contact-5 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.contact-4 .txt a,
.bloque.contact-5 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.contact-4 .txt a:hover,
.bloque.contact-5 .txt a:hover {
  color: #080808;
}
.bloque.contact-4 .txt strong,
.bloque.contact-5 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.contact-4 .txt ul,
.bloque.contact-5 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.contact-4 .txt ul li,
.bloque.contact-5 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.contact-4 .txt ul li:before,
.bloque.contact-5 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-4 .txt,
  .bloque.contact-5 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-4 .txt,
  .bloque.contact-5 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.contact-4 .txt h5,
.bloque.contact-5 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.contact-4 .txt h2,
.bloque.contact-5 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-4 .txt h2,
  .bloque.contact-5 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-4 .txt h2,
  .bloque.contact-5 .txt h2 {
    font-size: 25px;
  }
}
.bloque.contact-4 .txt p,
.bloque.contact-5 .txt p {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.bloque.contact-4 .fila-contacto,
.bloque.contact-5 .fila-contacto {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.bloque.contact-4 .col-texto,
.bloque.contact-5 .col-texto {
  background: #222;
  background-image: linear-gradient(133.84deg, #4E4E4E -16.04%, #333333 9.33%, #1A1A1A 32.02%, #1A1A1A 62.06%, #262626 87.42%, #4E4E4E 112.12%);
  border: 1px solid #ddd;
}
.bloque.contact-4 .col-texto .listado-redes,
.bloque.contact-5 .col-texto .listado-redes {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  padding-top: 55px;
  text-align: center;
}
.bloque.contact-4 .col-texto .listado-redes li,
.bloque.contact-5 .col-texto .listado-redes li {
  display: inline-block;
  margin: 0;
}
.bloque.contact-4 .col-texto .listado-redes li a,
.bloque.contact-5 .col-texto .listado-redes li a {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 1px;
}
.bloque.contact-4 .col-texto .listado-redes li a.facebook,
.bloque.contact-5 .col-texto .listado-redes li a.facebook {
  background-image: url('../../../general_assets/img/facebook_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px;
}
.bloque.contact-4 .col-texto .listado-redes li a.twitter,
.bloque.contact-5 .col-texto .listado-redes li a.twitter {
  background-image: url('../../../general_assets/img/twitter_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px;
}
.bloque.contact-4 .col-texto .listado-redes li a.linkedin,
.bloque.contact-5 .col-texto .listado-redes li a.linkedin {
  background-image: url('../../../general_assets/img/linkedin_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
.bloque.contact-4 .col-texto .listado-redes li a.instagram,
.bloque.contact-5 .col-texto .listado-redes li a.instagram {
  background-image: url('../../../general_assets/img/instagram_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
}
.bloque.contact-4 .col-texto .listado-redes li a.youtube,
.bloque.contact-5 .col-texto .listado-redes li a.youtube {
  background-image: url('../../../general_assets/img/youtube_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
}
.bloque.contact-4 .col-texto .listado-datos .dato-direccion,
.bloque.contact-5 .col-texto .listado-datos .dato-direccion,
.bloque.contact-4 .col-texto .listado-datos .dato-email,
.bloque.contact-5 .col-texto .listado-datos .dato-email,
.bloque.contact-4 .col-texto .listado-datos .dato-telefono,
.bloque.contact-5 .col-texto .listado-datos .dato-telefono,
.bloque.contact-4 .col-texto .listado-datos .dato-horario,
.bloque.contact-5 .col-texto .listado-datos .dato-horario {
  display: block;
  width: 70%;
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 55px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.85;
}
.bloque.contact-4 .col-texto .listado-datos .dato-direccion h4,
.bloque.contact-5 .col-texto .listado-datos .dato-direccion h4,
.bloque.contact-4 .col-texto .listado-datos .dato-email h4,
.bloque.contact-5 .col-texto .listado-datos .dato-email h4,
.bloque.contact-4 .col-texto .listado-datos .dato-telefono h4,
.bloque.contact-5 .col-texto .listado-datos .dato-telefono h4,
.bloque.contact-4 .col-texto .listado-datos .dato-horario h4,
.bloque.contact-5 .col-texto .listado-datos .dato-horario h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin: 5px 0;
}
.bloque.contact-4 .col-texto .listado-datos .dato-direccion p,
.bloque.contact-5 .col-texto .listado-datos .dato-direccion p,
.bloque.contact-4 .col-texto .listado-datos .dato-email p,
.bloque.contact-5 .col-texto .listado-datos .dato-email p,
.bloque.contact-4 .col-texto .listado-datos .dato-telefono p,
.bloque.contact-5 .col-texto .listado-datos .dato-telefono p,
.bloque.contact-4 .col-texto .listado-datos .dato-horario p,
.bloque.contact-5 .col-texto .listado-datos .dato-horario p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}
.bloque.contact-4 .col-texto .listado-datos .dato-direccion p a,
.bloque.contact-5 .col-texto .listado-datos .dato-direccion p a,
.bloque.contact-4 .col-texto .listado-datos .dato-email p a,
.bloque.contact-5 .col-texto .listado-datos .dato-email p a,
.bloque.contact-4 .col-texto .listado-datos .dato-telefono p a,
.bloque.contact-5 .col-texto .listado-datos .dato-telefono p a,
.bloque.contact-4 .col-texto .listado-datos .dato-horario p a,
.bloque.contact-5 .col-texto .listado-datos .dato-horario p a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.bloque.contact-4 .col-texto .listado-datos .dato-direccion,
.bloque.contact-5 .col-texto .listado-datos .dato-direccion {
  background-image: url('../../../general_assets/img/location_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 40px;
}
.bloque.contact-4 .col-texto .listado-datos .dato-email,
.bloque.contact-5 .col-texto .listado-datos .dato-email {
  background-image: url('../../../general_assets/img/email_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center 8px;
  background-size: 48px;
}
.bloque.contact-4 .col-texto .listado-datos .dato-telefono,
.bloque.contact-5 .col-texto .listado-datos .dato-telefono {
  background-image: url('../../../general_assets/img/phone_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center 11px;
  background-size: 45px;
}
.bloque.contact-4 .col-formulario,
.bloque.contact-5 .col-formulario {
  padding-left: 45px;
}
.bloque.contact-4 .col-formulario form,
.bloque.contact-5 .col-formulario form {
  border: 1px solid #ddd;
  padding: 55px 85px;
}
.bloque.contact-4 .col-formulario form .texto_aviso,
.bloque.contact-5 .col-formulario form .texto_aviso {
  display: none;
}
.bloque.contact-4 .col-formulario form .form-group,
.bloque.contact-5 .col-formulario form .form-group {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.bloque.contact-4 .col-formulario form .form-group label,
.bloque.contact-5 .col-formulario form .form-group label {
  position: relative;
  pointer-events: none;
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-bottom: 4px;
}
.bloque.contact-4 .col-formulario form .form-group label.radio-inline,
.bloque.contact-5 .col-formulario form .form-group label.radio-inline,
.bloque.contact-4 .col-formulario form .form-group label.radio,
.bloque.contact-5 .col-formulario form .form-group label.radio {
  pointer-events: inherit;
}
.bloque.contact-4 .col-formulario form .form-group label.error,
.bloque.contact-5 .col-formulario form .form-group label.error {
  font-size: 13px;
  color: #bc0b07;
}
.bloque.contact-4 .col-formulario form .form-group input.form-control,
.bloque.contact-5 .col-formulario form .form-group input.form-control,
.bloque.contact-4 .col-formulario form .form-group textarea.form-control,
.bloque.contact-5 .col-formulario form .form-group textarea.form-control,
.bloque.contact-4 .col-formulario form .form-group select.form-control,
.bloque.contact-5 .col-formulario form .form-group select.form-control {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 15px;
}
.bloque.contact-4 .col-formulario form .form-group .conjunto-radio,
.bloque.contact-5 .col-formulario form .form-group .conjunto-radio,
.bloque.contact-4 .col-formulario form .form-group .conjunto-checkbox,
.bloque.contact-5 .col-formulario form .form-group .conjunto-checkbox {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.bloque.contact-4 .col-formulario form .form-group .conjunto-radio label,
.bloque.contact-5 .col-formulario form .form-group .conjunto-radio label,
.bloque.contact-4 .col-formulario form .form-group .conjunto-checkbox label,
.bloque.contact-5 .col-formulario form .form-group .conjunto-checkbox label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
}
.bloque.contact-4 .col-formulario form .form-group .conjunto-radio label input,
.bloque.contact-5 .col-formulario form .form-group .conjunto-radio label input,
.bloque.contact-4 .col-formulario form .form-group .conjunto-checkbox label input,
.bloque.contact-5 .col-formulario form .form-group .conjunto-checkbox label input {
  margin-right: 4px;
}
.bloque.contact-4 .col-formulario form .form-group select.form-control,
.bloque.contact-5 .col-formulario form .form-group select.form-control {
  background-image: url('../../../general_assets/img/arrow_down.svg');
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  background-size: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.bloque.contact-4 .col-formulario form .form-group textarea.form-control,
.bloque.contact-5 .col-formulario form .form-group textarea.form-control {
  height: 130px;
  line-height: 1.2;
  padding: 12px;
}
.bloque.contact-4 .col-formulario form .form-group.texto_privacidad label,
.bloque.contact-5 .col-formulario form .form-group.texto_privacidad label {
  text-transform: none;
  font-size: 14px;
  pointer-events: initial;
}
.bloque.contact-4 .col-formulario form .form-group.texto_privacidad label a,
.bloque.contact-5 .col-formulario form .form-group.texto_privacidad label a {
  color: #222;
  border-bottom: 1px solid #222;
}
.bloque.contact-4 .col-formulario form .form-group.texto_privacidad label div.input_checkbox,
.bloque.contact-5 .col-formulario form .form-group.texto_privacidad label div.input_checkbox {
  display: block;
  float: left;
  width: 40px;
  pointer-events: initial;
}
.bloque.contact-4 .col-formulario form .form-group.texto_privacidad label div.texto,
.bloque.contact-5 .col-formulario form .form-group.texto_privacidad label div.texto {
  display: block;
  float: left;
  width: calc(100% - 40px);
}
.bloque.contact-5 .col-texto {
  background: #f3f3f3;
  border: 1px solid #ddd;
}
.bloque.contact-5 .col-texto .listado-redes li a.facebook {
  background-image: url('../../../general_assets/img/facebook_contact1.svg');
}
.bloque.contact-5 .col-texto .listado-redes li a.twitter {
  background-image: url('../../../general_assets/img/twitter_contact1.svg');
}
.bloque.contact-5 .col-texto .listado-redes li a.linkedin {
  background-image: url('../../../general_assets/img/linkedin_contact1.svg');
}
.bloque.contact-5 .col-texto .listado-redes li a.instagram {
  background-image: url('../../../general_assets/img/instagram_contact1.svg');
}
.bloque.contact-5 .col-texto .listado-redes li a.youtube {
  background-image: url('../../../general_assets/img/youtube_contact1.svg');
}
.bloque.contact-5 .col-texto .listado-datos .dato-direccion,
.bloque.contact-5 .col-texto .listado-datos .dato-email,
.bloque.contact-5 .col-texto .listado-datos .dato-telefono,
.bloque.contact-5 .col-texto .listado-datos .dato-horario {
  color: #111;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
  opacity: 0.85;
}
.bloque.contact-5 .col-texto .listado-datos .dato-direccion p a,
.bloque.contact-5 .col-texto .listado-datos .dato-email p a,
.bloque.contact-5 .col-texto .listado-datos .dato-telefono p a,
.bloque.contact-5 .col-texto .listado-datos .dato-horario p a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #111;
}
.bloque.contact-5 .col-texto .listado-datos .dato-direccion {
  background-image: url('../../../general_assets/img/location_contact1.svg');
}
.bloque.contact-5 .col-texto .listado-datos .dato-email {
  background-image: url('../../../general_assets/img/email_contact1.svg');
}
.bloque.contact-5 .col-texto .listado-datos .dato-telefono {
  background-image: url('../../../general_assets/img/phone_contact1.svg');
}
.bloque.contact-6 .txt,
.bloque.contact-9 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 85px;
}
.bloque.contact-6 .txt p,
.bloque.contact-9 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.contact-6 .txt a,
.bloque.contact-9 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.contact-6 .txt a:hover,
.bloque.contact-9 .txt a:hover {
  color: #080808;
}
.bloque.contact-6 .txt strong,
.bloque.contact-9 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.contact-6 .txt ul,
.bloque.contact-9 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.contact-6 .txt ul li,
.bloque.contact-9 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.contact-6 .txt ul li:before,
.bloque.contact-9 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-6 .txt,
  .bloque.contact-9 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-6 .txt,
  .bloque.contact-9 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.contact-6 .txt h5,
.bloque.contact-9 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.contact-6 .txt h2,
.bloque.contact-9 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-6 .txt h2,
  .bloque.contact-9 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-6 .txt h2,
  .bloque.contact-9 .txt h2 {
    font-size: 25px;
  }
}
.bloque.contact-6 .txt p,
.bloque.contact-9 .txt p {
  display: block;
  max-width: 700px;
}
.bloque.contact-6 .fila-datos,
.bloque.contact-9 .fila-datos {
  position: relative;
  overflow: hidden;
}
.bloque.contact-6 .fila-datos .titulo,
.bloque.contact-9 .fila-datos .titulo {
  font-size: 0.9em;
  color: #777;
  text-transform: uppercase;
  line-height: 1.1;
}
.bloque.contact-6 .fila-datos .valor,
.bloque.contact-9 .fila-datos .valor {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: -0.2px;
  color: #222;
}
.bloque.contact-6 .fila-datos .valor a,
.bloque.contact-9 .fila-datos .valor a {
  color: #222;
}
.bloque.contact-6 .fila-datos .direccion,
.bloque.contact-9 .fila-datos .direccion {
  padding-top: 40px;
  font-weight: 400;
  color: #777;
}
.bloque.contact-6 .fila-datos .redes,
.bloque.contact-9 .fila-datos .redes {
  padding-top: 40px;
}
.bloque.contact-6 .fila-datos .redes ul,
.bloque.contact-9 .fila-datos .redes ul {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
}
.bloque.contact-6 .fila-datos .redes ul li,
.bloque.contact-9 .fila-datos .redes ul li {
  display: inline-block;
  margin: 0;
}
.bloque.contact-6 .fila-datos .redes ul li a,
.bloque.contact-9 .fila-datos .redes ul li a {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 1px;
}
.bloque.contact-6 .fila-datos .redes ul li a.facebook,
.bloque.contact-9 .fila-datos .redes ul li a.facebook {
  background-image: url('../../../general_assets/img/facebook_contact1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px;
}
.bloque.contact-6 .fila-datos .redes ul li a.twitter,
.bloque.contact-9 .fila-datos .redes ul li a.twitter {
  background-image: url('../../../general_assets/img/twitter_contact1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px;
}
.bloque.contact-6 .fila-datos .redes ul li a.linkedin,
.bloque.contact-9 .fila-datos .redes ul li a.linkedin {
  background-image: url('../../../general_assets/img/linkedin_contact1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
.bloque.contact-6 .fila-datos .redes ul li a.instagram,
.bloque.contact-9 .fila-datos .redes ul li a.instagram {
  background-image: url('../../../general_assets/img/instagram_contact1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
}
.bloque.contact-6 .fila-datos .redes ul li a.youtube,
.bloque.contact-9 .fila-datos .redes ul li a.youtube {
  background-image: url('../../../general_assets/img/youtube_contact1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
}
.bloque.contact-6 .cont-mapa,
.bloque.contact-9 .cont-mapa {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 65px;
}
.bloque.contact-6 .cont-mapa #mapa-contact-9,
.bloque.contact-9 .cont-mapa #mapa-contact-9 {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-6 .cont-mapa #mapa-contact-9,
  .bloque.contact-9 .cont-mapa #mapa-contact-9 {
    height: 300px;
  }
}
/*-------------------------------------------------------------------------
CONTACT 7
----------------------------------------------------------------------------*/
.bloque.contact-7 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.contact-7 .fila-imagen {
  margin-bottom: 35px;
}
.bloque.contact-7 .fila-imagen img {
  border-radius: 12px;
}
.bloque.contact-7 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 25px;
  text-align: center;
}
.bloque.contact-7 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.contact-7 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.contact-7 .txt a:hover {
  color: #080808;
}
.bloque.contact-7 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.contact-7 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.contact-7 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.contact-7 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-7 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-7 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.contact-7 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.contact-7 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-7 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-7 .txt h2 {
    font-size: 25px;
  }
}
.bloque.contact-7 .txt p {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.bloque.contact-7 .contenido-formulario {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  max-width: 680px;
  margin: 0 auto;
}
.bloque.contact-7 .contenido-formulario form {
  padding: 25px 0;
}
.bloque.contact-7 .contenido-formulario form .texto_aviso {
  display: none;
}
.bloque.contact-7 .contenido-formulario form .form-group {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.bloque.contact-7 .contenido-formulario form .form-group label {
  position: relative;
  pointer-events: none;
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-bottom: 4px;
}
.bloque.contact-7 .contenido-formulario form .form-group label.radio-inline,
.bloque.contact-7 .contenido-formulario form .form-group label.radio {
  pointer-events: inherit;
}
.bloque.contact-7 .contenido-formulario form .form-group label.error {
  font-size: 13px;
  color: #bc0b07;
}
.bloque.contact-7 .contenido-formulario form .form-group input.form-control,
.bloque.contact-7 .contenido-formulario form .form-group textarea.form-control,
.bloque.contact-7 .contenido-formulario form .form-group select.form-control {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 15px;
}
.bloque.contact-7 .contenido-formulario form .form-group .conjunto-radio,
.bloque.contact-7 .contenido-formulario form .form-group .conjunto-checkbox {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.bloque.contact-7 .contenido-formulario form .form-group .conjunto-radio label,
.bloque.contact-7 .contenido-formulario form .form-group .conjunto-checkbox label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
}
.bloque.contact-7 .contenido-formulario form .form-group .conjunto-radio label input,
.bloque.contact-7 .contenido-formulario form .form-group .conjunto-checkbox label input {
  margin-right: 4px;
}
.bloque.contact-7 .contenido-formulario form .form-group select.form-control {
  background-image: url('../../../general_assets/img/arrow_down.svg');
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  background-size: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.bloque.contact-7 .contenido-formulario form .form-group textarea.form-control {
  height: 130px;
  line-height: 1.2;
  padding: 12px;
}
.bloque.contact-7 .contenido-formulario form .form-group.texto_privacidad label {
  text-transform: none;
  font-size: 14px;
  pointer-events: initial;
}
.bloque.contact-7 .contenido-formulario form .form-group.texto_privacidad label a {
  color: #222;
  border-bottom: 1px solid #222;
}
.bloque.contact-7 .contenido-formulario form .form-group.texto_privacidad label div.input_checkbox {
  display: block;
  float: left;
  width: 40px;
  pointer-events: initial;
}
.bloque.contact-7 .contenido-formulario form .form-group.texto_privacidad label div.texto {
  display: block;
  float: left;
  width: calc(100% - 40px);
}
.formulario1 .texto_aviso {
  display: none;
}
.formulario1 .form-group {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.formulario1 .form-group label {
  position: relative;
  pointer-events: none;
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-bottom: 4px;
}
.formulario1 .form-group label.radio-inline,
.formulario1 .form-group label.radio {
  pointer-events: inherit;
}
.formulario1 .form-group label.error {
  font-size: 13px;
  color: #bc0b07;
}
.formulario1 .form-group input.form-control,
.formulario1 .form-group textarea.form-control,
.formulario1 .form-group select.form-control {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 15px;
}
.formulario1 .form-group .conjunto-radio,
.formulario1 .form-group .conjunto-checkbox {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.formulario1 .form-group .conjunto-radio label,
.formulario1 .form-group .conjunto-checkbox label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
}
.formulario1 .form-group .conjunto-radio label input,
.formulario1 .form-group .conjunto-checkbox label input {
  margin-right: 4px;
}
.formulario1 .form-group select.form-control {
  background-image: url('../../../general_assets/img/arrow_down.svg');
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  background-size: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.formulario1 .form-group textarea.form-control {
  height: 130px;
  line-height: 1.2;
  padding: 12px;
}
.formulario1 .form-group.texto_privacidad label {
  text-transform: none;
  font-size: 14px;
  pointer-events: initial;
}
.formulario1 .form-group.texto_privacidad label a {
  color: #222;
  border-bottom: 1px solid #222;
}
.formulario1 .form-group.texto_privacidad label div.input_checkbox {
  display: block;
  float: left;
  width: 40px;
  pointer-events: initial;
}
.formulario1 .form-group.texto_privacidad label div.texto {
  display: block;
  float: left;
  width: calc(100% - 40px);
}
.formulario2 .texto_aviso {
  display: none;
}
.formulario2 .form-control {
  border: none;
  border-bottom: 1px solid #777;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
}
.formulario2 .form-control::placeholder {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}
.formulario2 .textarea.form-control {
  height: 95px;
  line-height: 1.25;
  padding: 10px;
}
.formulario2 .form-group.botonera {
  display: block;
  position: relative;
  padding: 10px 0;
  margin-top: 30px;
  text-align: center;
}
.formulario2 .form-group.botonera .btn-enviar {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 2px;
}
.formulario2 .form-group.botonera .btn-enviar:hover {
  color: #fff;
  background: #000;
}
/*-------------------------------------------------------------------------
CONTACT 8
----------------------------------------------------------------------------*/
.bloque.contact-8 {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 55px 0;
  padding: 125px 0;
  background-color: #eee;
}
.bloque.contact-8 .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.contact-8 .mascara {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  z-index: 2;
  background: #000000;
  background: linear-gradient(270deg, #000000 32%, rgba(255, 255, 255, 0) 88%);
  opacity: 0.8;
}
.bloque.contact-8 .formulario {
  display: block;
  position: relative;
  z-index: 5;
  max-width: 600px;
  float: right;
  margin-right: 15%;
  color: #fff;
}
.bloque.contact-8 .formulario .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 25px;
  text-align: left;
  color: #fff;
}
.bloque.contact-8 .formulario .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.contact-8 .formulario .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.contact-8 .formulario .txt a:hover {
  color: #080808;
}
.bloque.contact-8 .formulario .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.contact-8 .formulario .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.contact-8 .formulario .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.contact-8 .formulario .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-8 .formulario .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-8 .formulario .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.contact-8 .formulario .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.contact-8 .formulario .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.contact-8 .formulario .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.contact-8 .formulario .txt h2 {
    font-size: 25px;
  }
}
.bloque.contact-8 .formulario .txt h5 {
  color: #fff !important;
}
.bloque.contact-8 .formulario .txt p {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}
.bloque.contact-8 .formulario form {
  padding-left: 0;
  padding-right: 0;
}
.bloque.contact-8 .formulario form .texto_aviso {
  display: none;
}
.bloque.contact-8 .formulario form .form-control {
  border: none;
  border-bottom: 1px solid #777;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
}
.bloque.contact-8 .formulario form .form-control::placeholder {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}
.bloque.contact-8 .formulario form .textarea.form-control {
  height: 95px;
  line-height: 1.25;
  padding: 10px;
}
.bloque.contact-8 .formulario form .form-group.botonera {
  display: block;
  position: relative;
  padding: 10px 0;
  margin-top: 30px;
  text-align: center;
}
.bloque.contact-8 .formulario form .form-group.botonera .btn-enviar {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 2px;
}
.bloque.contact-8 .formulario form .form-group.botonera .btn-enviar:hover {
  color: #fff;
  background: #000;
}
.bloque.contact-8 .formulario form .form-group {
  position: relative;
}
.bloque.contact-8 .formulario form .form-group label {
  position: absolute;
  top: 5px;
  left: 20px;
}
.form-group.tipo_4 .iti {
  width: 100%;
}
.form-group.tipo_4 .iti__search-input {
  padding: 9px;
  font-size: 15px;
}
.bloque.counters-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.counters-1 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.counters-1 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.counters-1 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.counters-1 .txt a:hover {
  color: #080808;
}
.bloque.counters-1 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.counters-1 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.counters-1 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.counters-1 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-1 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-1 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.counters-1 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.counters-1 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-1 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-1 .txt h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-1 .txt h2 {
    margin-bottom: -20px;
  }
}
.bloque.counters-1 .listado-cifras {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.counters-1 .listado-cifras .cuadrante {
  width: 25%;
  float: left;
  border: 1px solid #222;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-1 .listado-cifras .cuadrante {
    width: 50%;
  }
}
.bloque.counters-1 .listado-cifras .cuadrante .cifra {
  display: block;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 5.9em;
  opacity: 0.15;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.counters-1 .listado-cifras .cuadrante .cifra {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-1 .listado-cifras .cuadrante .cifra {
    font-size: 65px;
    height: 140px;
    line-height: 140px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-1 .listado-cifras .cuadrante .cifra {
    font-size: 55px;
    letter-spacing: -0.3px;
    height: 100px;
    line-height: 100px;
  }
}
.bloque.counters-1 .listado-cifras .cuadrante .texto {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 200px;
  text-align: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-1 .listado-cifras .cuadrante .texto {
    top: 45px;
  }
}
.bloque.counters-1 .listado-cifras .cuadrante .texto span {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-1 .listado-cifras .cuadrante .texto span {
    font-size: 23px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-1 .listado-cifras .cuadrante .texto span {
    font-size: 18px;
    letter-spacing: -0.3px;
    font-weight: 500;
  }
}
.bloque.counters-1 .listado-cifras .cuadrante-2,
.bloque.counters-1 .listado-cifras .cuadrante-3,
.bloque.counters-1 .listado-cifras .cuadrante-4 {
  border-left: none;
}
.editor-contenido-pagina .bloque.counters-1 .listado-cifras .cuadrante .texto {
  position: relative;
  top: auto;
  bottom: 0;
  line-height: 1.4;
}
/*----------------------------------------------------------
BLOQUE COUNTERS 2
----------------------------------------------------------*/
.bloque.counters-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.counters-2 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.counters-2 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.counters-2 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.counters-2 .txt a:hover {
  color: #080808;
}
.bloque.counters-2 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.counters-2 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.counters-2 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.counters-2 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-2 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-2 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.counters-2 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.counters-2 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-2 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-2 .txt h2 {
    font-size: 25px;
  }
}
.bloque.counters-2 .listado-cifras {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.counters-2 .listado-cifras .cuadrante {
  width: 25%;
  float: left;
  border: 1px solid #222;
  position: relative;
  padding: 90px 0;
}
.bloque.counters-2 .listado-cifras .cuadrante .cifra {
  display: block;
  text-align: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 4.9em;
}
.bloque.counters-2 .listado-cifras .cuadrante .titulo {
  text-align: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
.bloque.counters-2 .listado-cifras .cuadrante .desc {
  min-height: 120px;
  text-align: center;
  padding: 10px 40px;
  font-size: 1.1em;
  font-weight: 400;
  color: #666;
}
.bloque.counters-2 .listado-cifras .cuadrante .botonera {
  display: block;
  text-align: center;
}
.bloque.counters-2 .listado-cifras .cuadrante .botonera a {
  display: inline-block;
  font-weight: 400;
  font-size: 1em;
  padding: 3px 0;
  border-bottom: 1px solid #000;
  color: #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.counters-2 .listado-cifras .cuadrante .botonera a:hover {
  border-bottom: 1px solid #fff;
}
/*----------------------------------------------------------
BLOQUE COUNTERS 3
----------------------------------------------------------*/
.bloque.counters-3 {
  display: block;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.counters-3 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 45px;
}
.bloque.counters-3 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.counters-3 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.counters-3 .txt a:hover {
  color: #080808;
}
.bloque.counters-3 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.counters-3 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.counters-3 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.counters-3 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-3 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-3 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.counters-3 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.counters-3 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-3 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-3 .txt h2 {
    font-size: 25px;
  }
}
.bloque.counters-3 .col-img {
  position: relative;
}
.bloque.counters-3 .col-img .cont {
  position: sticky;
  top: 10px;
}
.bloque.counters-3 .col-img .imagen2 {
  position: absolute;
  left: -45%;
  top: 8%;
  border: 12px solid #fff;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-3 .col-img .imagen2 {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-3 .col-cifras {
    padding-top: 25px;
  }
}
.bloque.counters-3 .col-cifras .cont {
  display: block;
  margin: 0 auto;
  max-width: 550px;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-3 .col-cifras .cont {
    max-width: inherit;
  }
}
.bloque.counters-3 .col-cifras .intro {
  display: block;
  border-left: 1px solid #333;
  padding-left: 25px;
  width: 70%;
  font-size: 18px;
}
.bloque.counters-3 .col-cifras .intro p {
  margin: 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-3 .col-cifras .intro {
    border: none;
    padding: 0;
    width: 100%;
  }
}
.bloque.counters-3 .listado-cifras {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-3 .listado-cifras {
    padding: 20px 15px;
  }
}
.bloque.counters-3 .listado-cifras h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 15px 0;
  padding-bottom: 0;
}
.bloque.counters-3 .item-cifra {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.bloque.counters-3 .item-cifra .cifra {
  font-size: 47px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  opacity: 0.95;
}
.bloque.counters-3 .item-cifra .texto {
  font-size: 19px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
/*----------------------------------------------------------
BLOQUE COUNTERS 3
----------------------------------------------------------*/
.bloque.counters-4 {
  display: block;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 30px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.counters-4 .container {
  position: relative;
  overflow: hidden;
  padding: 50px;
  border-radius: 18px;
}
.bloque.counters-4 .container .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.counters-4 .container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.bloque.counters-4 .item-cifra {
  position: relative;
  z-index: 10;
}
.bloque.counters-4 .item-cifra .cont {
  margin: 10px 20px;
  padding: 35px;
  background: #fff;
  border-radius: 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
}
.bloque.counters-4 .item-cifra .cont .cifra {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  opacity: 0.95;
  margin-bottom: 25px;
}
.bloque.counters-4 .item-cifra .cont .texto {
  display: block;
  min-height: 60px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.6);
}
/*----------------------------------------------------------
BLOQUE COUNTERS 5
----------------------------------------------------------*/
.bloque.counters-5 {
  display: block;
  position: relative;
  padding: 75px 0;
  margin: 55px 0;
  background: #222;
  color: #fff;
  background-image: url('../../../general_assets/img/bg_counters5.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.counters-5 .col-texto h2,
.bloque.counters-5 .col-texto p {
  display: block;
  max-width: 430px;
}
.bloque.counters-5 .col-texto h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 43px;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 35px;
}
.bloque.counters-5 .col-texto p {
  font-size: 22px;
  font-weight: 300;
}
.bloque.counters-5 .col-cifras {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.counters-5 .col-cifras .item-cifra {
  display: block;
  width: 50%;
  float: left;
  height: 200px;
  position: relative;
  overflow: hidden;
  padding: 22px 0;
  margin-bottom: 20px;
}
.bloque.counters-5 .col-cifras .item-cifra .cifra {
  font-size: 61px;
  line-height: 1;
  font-weight: 400;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  opacity: 0.95;
  margin-bottom: 20px;
}
.bloque.counters-5 .col-cifras .item-cifra .texto {
  font-size: 21px;
  font-weight: 300;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-right: 55px;
}
/*----------------------------------------------------------
BLOQUE COUNTERS 6
----------------------------------------------------------*/
.bloque.counters-6 {
  display: block;
  position: relative;
  padding: 75px 0;
  margin: 55px 0;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.counters-6 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  max-width: 740px;
  margin: 0 auto;
}
.bloque.counters-6 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.counters-6 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.counters-6 .txt a:hover {
  color: #080808;
}
.bloque.counters-6 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.counters-6 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.counters-6 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.counters-6 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-6 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-6 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.counters-6 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.counters-6 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-6 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-6 .txt h2 {
    font-size: 25px;
  }
}
.bloque.counters-6 .txt h2 {
  margin-bottom: 45px;
  padding-left: 15%;
  padding-right: 15%;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-6 .txt h2 {
    margin-bottom: 5px;
  }
}
.bloque.counters-6 .item-cifra .cont {
  padding: 10px 45px;
  text-align: center;
}
.bloque.counters-6 .item-cifra .cont .cifra {
  font-size: 61px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  opacity: 0.95;
  margin-bottom: 20px;
}
.bloque.counters-6 .item-cifra .cont .titulo {
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.bloque.counters-6 .item-cifra .cont .texto {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.bloque.counters-6 .item-cifra.col1,
.bloque.counters-6 .item-cifra.col2 {
  border-right: 1px solid #ddd;
}
/*----------------------------------------------------------
BLOQUE COUNTERS 7
----------------------------------------------------------*/
.bloque.counters-7 {
  display: block;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 55px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.counters-7 .wrapper_counters {
  display: block;
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  border-radius: 45px;
  overflow: hidden;
}
.bloque.counters-7 .wrapper_counters .fondo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 5;
}
.bloque.counters-7 .wrapper_counters .fondo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
  pointer-events: none;
}
.bloque.counters-7 .wrapper_counters .container {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 35px 0;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt {
  display: block;
  max-width: 520px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt a:hover {
  color: #080808;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt h2 {
  font-size: 41px;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  line-height: 1.45;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-titulo .txt p {
  font-size: 19px;
  font-weight: lighter;
  padding: 0 15%;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.bloque.counters-7 .wrapper_counters .container .row.fila-botonera .botonera a {
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  margin-top: 35px;
  font-size: 15px;
  text-transform: uppercase;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-contadores {
  margin-top: 200px;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-contadores .item-contador {
  color: #fff;
  display: block;
  float: left;
  width: 250px;
  text-align: left;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-contadores .item-contador .cifra {
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  opacity: 0.95;
  margin-bottom: 10px;
}
.bloque.counters-7 .wrapper_counters .container .row.fila-contadores .item-contador .titulo {
  display: block;
  width: 80%;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.25;
}
.bloque.cta-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 55px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.cta-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.cta-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.cta-1 .container {
  max-width: 1080px;
  margin: 0 auto;
}
.bloque.cta-1 .col-texto {
  display: flex;
  align-items: center;
}
.bloque.cta-1 .col-texto .cont {
  text-align: left;
  padding-right: 35px;
}
.bloque.cta-1 .col-texto .cont h3 {
  font-weight: 300;
  line-height: 1.5;
}
.bloque.cta-1 .col-cta {
  padding-left: 0;
  padding-right: 0;
}
.bloque.cta-1 .col-cta .cont {
  background: #1f3042;
  color: #fff;
  padding: 35px;
  text-align: center;
  border-radius: 18px;
}
.bloque.cta-1 .col-cta .cont h4 {
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 25px;
}
.bloque.cta-1 .col-cta .cont a {
  display: inline-block;
  padding: 16px 22px;
  font-size: 17px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  padding-right: 60px;
  background-color: #333;
  background-image: url('../../../general_assets/img/arrow_right_circle_icon.svg');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.cta-1 .col-cta .cont a:hover {
  background-color: #000;
  background-position: right 10px center;
}
.listado-destacados1 {
  display: block;
  position: relative;
  overflow: hidden;
  background: yellow;
}
.listado-destacados1 .item-destacado {
  margin: 15px 0;
}
.listado-destacados1 .item-destacado .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 370px;
  background-color: #ccc;
}
.listado-destacados1 .item-destacado .img .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-destacados1 .item-destacado .img .txt h3 {
  text-align: center;
  margin-top: 115px;
  color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 35px;
}
.listado-destacados1 .item-destacado .img .txt .descripcion {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.1px;
  padding: 0 10%;
  text-align: center;
  color: #fff;
}
.listado-destacados1 .item-destacado .img .txt .descripcion p {
  margin-top: 0;
  margin-bottom: 20px;
}
.listado-destacados1 .item-destacado .img .txt .descripcion a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-destacados1 .item-destacado .img .txt .descripcion a:hover {
  color: #080808;
}
.listado-destacados1 .item-destacado .img .txt .descripcion strong {
  font-weight: 700;
  color: #111;
}
.listado-destacados1 .item-destacado .img .txt .descripcion ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.listado-destacados1 .item-destacado .img .txt .descripcion ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.listado-destacados1 .item-destacado .img .txt .descripcion ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .listado-destacados1 .item-destacado .img .txt .descripcion {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .listado-destacados1 .item-destacado .img .txt .descripcion {
    font-size: 16px;
    line-height: 1.3;
  }
}
.listado-destacados1 .item-destacado .img .txt .mas-info {
  display: block;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #6089b4;
  font-size: 0.9em;
  font-weight: normal;
}
.listado-destacados1 .item-destacado .img:hover .txt {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
/*------------------------------------------------------------------
DESTACADOS 3
--------------------------------------------------------------------*/
.bloque.destacados-3 {
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.destacados-3 .col-titulo .cont {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 10px;
  min-height: 280px;
  padding-bottom: 15px;
  padding-right: 5%;
}
.bloque.destacados-3 .col-titulo .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.destacados-3 .col-titulo .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.destacados-3 .col-titulo .cont a:hover {
  color: #080808;
}
.bloque.destacados-3 .col-titulo .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.destacados-3 .col-titulo .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.destacados-3 .col-titulo .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.destacados-3 .col-titulo .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-3 .col-titulo .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-3 .col-titulo .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.destacados-3 .col-titulo .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.destacados-3 .col-titulo .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-3 .col-titulo .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-3 .col-titulo .cont h2 {
    font-size: 25px;
  }
}
.bloque.destacados-3 .col-titulo .cont h2 {
  margin-top: -10px;
  margin-bottom: 25px;
}
.bloque.destacados-3 .item-destacado {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.bloque.destacados-3 .item-destacado .cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.bloque.destacados-3 .item-destacado .cont .imagen {
  display: block;
  position: relative;
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.destacados-3 .item-destacado .cont .imagen:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.bloque.destacados-3 .item-destacado .cont .imagen:hover .txt {
  bottom: 30px;
}
.bloque.destacados-3 .item-destacado .cont .degradado {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 6;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.destacados-3 .item-destacado .cont .txt {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  min-height: 120px;
  color: #fff;
  z-index: 10;
  background-image: url('../../../general_assets/img/arrow_right_circle_icon.svg');
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.destacados-3 .item-destacado .cont .txt h3 {
  font-size: 24px;
  line-height: 1.35;
  padding-right: 55px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin-bottom: 5px;
}
.bloque.destacados-3 .item-destacado .cont .txt .desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  padding-right: 55px;
}
.bloque.destacados-3 .item-destacado.item-destacado-1 .cont .imagen {
  height: 475px;
}
.bloque.destacados-3 .item-destacado.item-destacado-2 .cont .imagen,
.bloque.destacados-3 .item-destacado.item-destacado-5 .cont .imagen {
  height: 410px;
}
.bloque.destacados-3 .item-destacado.item-destacado-3 .cont .imagen,
.bloque.destacados-3 .item-destacado.item-destacado-4 .cont .imagen,
.bloque.destacados-3 .item-destacado.item-destacado-6 .cont .imagen,
.bloque.destacados-3 .item-destacado.item-destacado-7 .cont .imagen,
.bloque.destacados-3 .item-destacado.item-destacado-8 .cont .imagen {
  height: 320px;
}
/*------------------------------------------------------------------
DESTACADOS 4
--------------------------------------------------------------------*/
.bloque.destacados-4 {
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.destacados-4 .col-titulo .cont {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  max-width: 820px;
  margin: 0 auto;
}
.bloque.destacados-4 .col-titulo .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.destacados-4 .col-titulo .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.destacados-4 .col-titulo .cont a:hover {
  color: #080808;
}
.bloque.destacados-4 .col-titulo .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.destacados-4 .col-titulo .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.destacados-4 .col-titulo .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.destacados-4 .col-titulo .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-4 .col-titulo .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-4 .col-titulo .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.destacados-4 .col-titulo .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.destacados-4 .col-titulo .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-4 .col-titulo .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-4 .col-titulo .cont h2 {
    font-size: 25px;
  }
}
.bloque.destacados-4 .col-titulo .cont h2 {
  margin-bottom: 30px;
}
.bloque.destacados-4 .container {
  width: 90%;
  max-width: 1580px;
}
.bloque.destacados-4 .listado-destacados {
  position: relative;
  overflow: hidden;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen {
  display: block;
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen .degradado {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 6;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen .cont_texto {
  position: absolute;
  bottom: -123px;
  left: 20px;
  width: 91%;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen .cont_texto h3 {
  font-size: 25px;
  line-height: 1.35;
  padding-right: 70px;
  min-height: 55px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin-bottom: 5px;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen .cont_texto .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  padding-right: 70px;
  min-height: 125px;
  background-image: url('../../../general_assets/img/arrow_right_circle_icon.svg');
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen .cont_texto .desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen:hover .cont_texto {
  bottom: 20px;
}
.bloque.destacados-4 .listado-destacados .item-destacado .cont .imagen:hover .degradado {
  opacity: 0.8;
}
/*------------------------------------------------------------------
DESTACADOS 5
--------------------------------------------------------------------*/
.bloque.destacados-5 {
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.destacados-5 .col-titulo .cont {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  max-width: 820px;
  margin: 0 auto;
}
.bloque.destacados-5 .col-titulo .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.destacados-5 .col-titulo .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.destacados-5 .col-titulo .cont a:hover {
  color: #080808;
}
.bloque.destacados-5 .col-titulo .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.destacados-5 .col-titulo .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.destacados-5 .col-titulo .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.destacados-5 .col-titulo .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-5 .col-titulo .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-5 .col-titulo .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.destacados-5 .col-titulo .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.destacados-5 .col-titulo .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.destacados-5 .col-titulo .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.destacados-5 .col-titulo .cont h2 {
    font-size: 25px;
  }
}
.bloque.destacados-5 .col-titulo .cont h2 {
  margin-bottom: 30px;
}
.bloque.destacados-5 .container {
  width: 90%;
  max-width: 1580px;
}
.bloque.destacados-5 .row.listado-destacados {
  display: block;
  position: relative;
  text-align: center;
}
.bloque.destacados-5 .row.listado-destacados .item-destacado {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  margin: 10px 15px;
}
.bloque.destacados-5 .row.listado-destacados .item-destacado .ico {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 95px;
}
.bloque.destacados-5 .row.listado-destacados .item-destacado .ico img {
  display: block;
  position: relative;
  z-index: 5;
}
.bloque.destacados-5 .row.listado-destacados .item-destacado .ico:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: #bc6646;
  opacity: 0.1;
  border-radius: 100%;
  z-index: 1;
}
.bloque.destacados-5 .row.listado-destacados .item-destacado h3 {
  margin: 0;
  padding: 2px 0;
  line-height: 1.35;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.1px;
  min-height: 55px;
}
.bloque.equipo-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.equipo-1 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.equipo-1 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.equipo-1 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-1 .txt a:hover {
  color: #080808;
}
.bloque.equipo-1 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.equipo-1 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.equipo-1 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.equipo-1 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.equipo-1 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.equipo-1 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .txt h2 {
    font-size: 25px;
  }
}
.bloque.equipo-1 .listado-miembros {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.equipo-1 .listado-miembros .item-miembro {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont {
  padding: 55px;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont {
    padding: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont {
    padding: 25px 0;
  }
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 35px;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont h3 {
    font-size: 27px;
  }
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont h5 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 19px;
  opacity: 0.75;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  opacity: 0.75;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion a:hover {
  color: #080808;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion strong {
  font-weight: 700;
  color: #111;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .descripcion {
  display: none;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont a.mas_info_equipo1 {
  display: inline-block;
  margin-top: 20px;
  color: #222;
  border-bottom: 1px solid #222;
  cursor: pointer;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img {
  display: block;
  position: relative;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales {
  position: absolute;
  top: 20%;
  left: -25px;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales ul {
  margin: 0;
  padding: 0;
  display: block;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #111;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales ul li.web a {
  background-image: url('../../../general_assets/img/url_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales ul li.email a {
  background-image: url('../../../general_assets/img/email_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales ul li.linkedin a {
  background-image: url('../../../general_assets/img/linkedin_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales ul li.twitter a {
  background-image: url('../../../general_assets/img/twitter_contact1_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px;
}
.bloque.equipo-1 .lateral_equipo {
  position: fixed;
  top: 0;
  right: -800px;
  width: 700px;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
  background-image: linear-gradient(rgba(180, 180, 180, 0.07) 0.1em, transparent 0.1em), linear-gradient(90deg, rgba(180, 180, 180, 0.07) 0.1em, transparent 0.1em);
  background-size: 20px 20px;
  border-left: 1px solid rgba(180, 180, 180, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .lateral_equipo {
    width: 100%;
    right: -105%;
  }
}
.bloque.equipo-1 .lateral_equipo .cont {
  margin: 20px;
  padding: 75px 35px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .lateral_equipo .cont {
    margin: 10px;
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .lateral_equipo .cont {
    margin: 10px;
    padding: 40px 5px;
  }
}
.bloque.equipo-1 .lateral_equipo .cont .cerrar {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 20px;
  left: 30px;
  z-index: 10;
  background-image: url('../../../general_assets/img/close.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-1 .lateral_equipo .cont .cerrar:hover {
  rotate: 360deg;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .lateral_equipo .cont .cerrar {
    width: 38px;
    height: 38px;
    top: 7px;
    left: 15px;
    background-size: 25px;
  }
}
.bloque.equipo-1 .lateral_equipo .cont .nombre {
  display: block;
  width: 65%;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 57px;
  line-height: 1.05;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-1 .lateral_equipo .cont .nombre {
    font-size: 55px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .lateral_equipo .cont .nombre {
    font-size: 37px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-1 .lateral_equipo .cont .desc p {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
}
.bloque.equipo-1 .lateral_equipo.abierto {
  right: 0;
}
/*------------------------------------------------------------------
EQUIPO 2
--------------------------------------------------------------------*/
.bloque.equipo-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.equipo-2 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.equipo-2 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.equipo-2 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-2 .txt a:hover {
  color: #080808;
}
.bloque.equipo-2 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.equipo-2 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.equipo-2 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.equipo-2 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-2 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-2 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.equipo-2 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.equipo-2 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.equipo-2 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.equipo-2 .txt h2 {
    font-size: 25px;
  }
}
.bloque.equipo-2 .listado-miembros {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member {
  margin: 15px 0;
  margin-bottom: 55px;
  padding: 0;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member h4 {
  margin: 11px 0 0;
  padding: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 23px;
  margin-top: 12px;
  margin-bottom: 8px;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member h5 {
  margin: 5px 0;
  padding: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  color: #555;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figure img {
  min-width: 100%;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption {
  padding: 25px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 8px;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption ul {
  visibility: visible;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption ul li {
  display: inline-block;
  padding: 10px 2px;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption ul li a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption ul li a:hover {
  opacity: 1;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption ul li a.email {
  background-image: url('../../../general_assets/img/ico-mail.svg');
  background-size: 25px;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption ul li a.web {
  background-image: url('../../../general_assets/img/ico-link.svg');
  background-size: 31px;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption ul li a.twitter {
  background-image: url('../../../general_assets/img/ico-twitter.svg');
  background-size: 19px;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figcaption ul li a.linkedin {
  background-image: url('../../../general_assets/img/ico-linkedin.svg');
  background-size: 22px;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: #385676;
  opacity: 0.9;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.equipo-2 .listado-miembros .item-miembro .team-member figure:hover img {
  -webkit-transform: scale(1.1) translateY(12px);
  -moz-transform: scale(1.1) translateY(12px);
  -o-transform: scale(1.1) translateY(12px);
  -ms-transform: scale(1.1) translateY(12px);
  transform: scale(1.1) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.espacio-xs,
.bloque.espacio-s,
.bloque.espacio-m,
.bloque.espacio-l,
.bloque.espacio-xl,
.bloque.espacio-xxl,
.bloque.espacio-xxxl {
  height: 25px;
}
.bloque.espacio-xs .cont-celda,
.bloque.espacio-s .cont-celda,
.bloque.espacio-m .cont-celda,
.bloque.espacio-l .cont-celda,
.bloque.espacio-xl .cont-celda,
.bloque.espacio-xxl .cont-celda,
.bloque.espacio-xxxl .cont-celda {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: none;
  vertical-align: middle;
}
.bloque.espacio-s {
  height: 45px;
}
.bloque.espacio-m {
  height: 65px;
}
.bloque.espacio-l {
  height: 85px;
}
.bloque.espacio-xl {
  height: 105px;
}
.bloque.espacio-xxl {
  height: 135px;
}
.bloque.espacio-xxxl {
  height: 165px;
}
.editor-contenido-pagina .bloque.espacio-xs,
.editor-contenido-pagina .bloque.espacio-s,
.editor-contenido-pagina .bloque.espacio-m,
.editor-contenido-pagina .bloque.espacio-l,
.editor-contenido-pagina .bloque.espacio-xl,
.editor-contenido-pagina .bloque.espacio-xxl,
.editor-contenido-pagina .bloque.espacio-xxxl {
  border: 1px solid #ccc;
  background: url('../../../general_assets/img/lines.png');
}
.editor-contenido-pagina .bloque.espacio-xs .cont-celda,
.editor-contenido-pagina .bloque.espacio-s .cont-celda,
.editor-contenido-pagina .bloque.espacio-m .cont-celda,
.editor-contenido-pagina .bloque.espacio-l .cont-celda,
.editor-contenido-pagina .bloque.espacio-xl .cont-celda,
.editor-contenido-pagina .bloque.espacio-xxl .cont-celda,
.editor-contenido-pagina .bloque.espacio-xxxl .cont-celda {
  display: table-cell;
}
.wrapper_calendario_experiencias {
  display: block;
  position: relative;
  overflow: hidden;
  background: yellow;
}
.wrapper_calendario_experiencias #calendario-disponibilidad {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker-inline {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker td {
  padding: 1px 1px;
}
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker .ui-datepicker-header {
  background: #385676 !important;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 0;
  border: none !important;
}
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: none;
  top: 9px !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  opacity: 1;
}
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 20px;
  background: url('../img/left.svg') center center no-repeat;
  background-size: 34px;
}
.wrapper_calendario_experiencias #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 20px;
  background: url('../img/right.svg') center center no-repeat;
  background-size: 34px;
}
.wrapper_calendario_experiencias #calendario-disponibilidad thead {
  border-bottom: 2px solid #ddd;
}
.wrapper_calendario_experiencias #calendario-disponibilidad thead th {
  font-size: 17px;
  text-transform: uppercase;
}
.wrapper_calendario_experiencias #calendario-disponibilidad td .ui-state-default {
  border: none;
  background: none;
  text-align: center;
  color: #333;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.wrapper_calendario_experiencias #calendario-disponibilidad td a {
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  margin: 0 auto;
  border-radius: 100%;
  background: #eee !important;
  border: 1px solid #eee;
  cursor: default;
}
@media only screen and (max-width: 1025px) {
  .wrapper_calendario_experiencias #calendario-disponibilidad td a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .wrapper_calendario_experiencias #calendario-disponibilidad td a {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}
.wrapper_calendario_experiencias #calendario-disponibilidad td.highlight a {
  color: #d13057 !important;
  background: #fff !important;
  border: 1px solid #d13057;
  cursor: pointer;
}
.wrapper_calendario_experiencias #calendario-disponibilidad td.highlight a.ui-state-active {
  color: #fff !important;
  background: #d13057 !important;
}
.ficha-experiencia {
  display: block;
  position: relative;
}
.ficha-experiencia .listado-horas {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  padding-bottom: 45px;
}
.ficha-experiencia .listado-horas .tag_hora,
.ficha-experiencia .listado-horas .tag_hora_inactivo {
  display: inline-block;
  margin: 4px 5px;
  padding: 8px 11px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #385676;
  color: #385676;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ficha-experiencia .listado-horas .tag_hora:hover,
.ficha-experiencia .listado-horas .tag_hora_inactivo:hover {
  background: #cfe2f8;
}
.ficha-experiencia .listado-horas .tag_hora .plazas,
.ficha-experiencia .listado-horas .tag_hora_inactivo .plazas {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.3px;
  color: #a71236;
}
.ficha-experiencia .listado-horas .tag_hora.activo {
  background: #385676;
  border: 1px solid #385676;
  color: #fff;
}
.ficha-experiencia .listado-horas .tag_hora.activo .plazas {
  color: #fff;
}
.ficha-experiencia .listado-horas .tag_hora_inactivo {
  background: #aaa;
  border: 1px solid #aaa;
  color: #fff;
  cursor: not-allowed;
}
.ficha-experiencia .listado-horas .tag_hora_inactivo .plazas {
  color: #fff;
}
.ficha-experiencia .listado-horas .tag_hora_inactivo:hover {
  background: #aaa !important;
  border: 1px solid #aaa !important;
  color: #fff;
}
/*------------------------------------------------------------------------
INPUT NUMBER
-------------------------------------------------------------------------*/
.numberstyle-qty {
  position: relative;
  border-radius: 6px;
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
  max-width: 160px;
  padding: 8px 0;
}
.numberstyle-qty input,
.numberstyle-qty .qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0px;
  text-align: center;
  line-height: 40px;
  outline: 0;
  box-shadow: none;
}
.numberstyle-qty input {
  font-size: 22px;
  text-align: center;
}
.numberstyle-qty .qty-btn {
  width: 40px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 250ms ease;
}
.numberstyle-qty .qty-btn.qty-add {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  background-color: #385676;
  background-image: url('../../../general_assets/img/plus.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  top: 9px;
  right: 8px;
  box-shadow: none !important;
  text-indent: -9999px;
}
.numberstyle-qty .qty-btn.qty-rem {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  background-color: #385676;
  background-image: url('../../../general_assets/img/minus.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  top: 9px;
  left: 8px;
  box-shadow: none !important;
  text-indent: -9999px;
}
.numberstyle-qty .qty-btn.disabled {
  cursor: default;
  background-color: #555;
  opacity: 0.4 !important;
}
.numberstyle-qty input {
  width: 100%;
  text-align: center;
  border-left: 0;
  border-right: 0;
  color: #111;
  font-size: 23px;
  font-weight: 700;
  z-index: 1;
}
.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0px;
}
.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}
.bloque.eventos-1 {
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.eventos-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.eventos-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.eventos-1 .col-titulo {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  max-width: 820px;
  margin: 0 auto;
}
.bloque.eventos-1 .col-titulo p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.eventos-1 .col-titulo a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.eventos-1 .col-titulo a:hover {
  color: #080808;
}
.bloque.eventos-1 .col-titulo strong {
  font-weight: 700;
  color: #111;
}
.bloque.eventos-1 .col-titulo ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.eventos-1 .col-titulo ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.eventos-1 .col-titulo ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.eventos-1 .col-titulo {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.eventos-1 .col-titulo {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.eventos-1 .col-titulo h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.eventos-1 .col-titulo h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.eventos-1 .col-titulo h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.eventos-1 .col-titulo h2 {
    font-size: 25px;
  }
}
.bloque.eventos-1 .col-titulo h2 {
  margin-bottom: 30px;
}
#calendario-eventos {
  width: 90%;
  height: auto;
}
#calendario-eventos .ui-datepicker-inline.ui-datepicker.ui-widget {
  width: 100%;
}
#calendario-eventos .ui-datepicker td {
  padding: 9px 1px;
}
#calendario-eventos table.ui-datepicker-calendar {
  width: 100%;
}
#calendario-eventos .ui-datepicker .ui-datepicker-header {
  display: block;
  position: relative;
  background: #385676 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 400;
  padding: 15px 0;
  border: none !important;
}
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  width: 50px;
  height: 35px;
  border-radius: 0;
  border: none;
  top: 16px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
  z-index: 20;
}
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  opacity: 1;
}
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 20px;
  background-image: url('../../../general_assets/img/arrow_left_white_long.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 47px !important;
}
#calendario-eventos .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 20px;
  background-image: url('../../../general_assets/img/arrow_right_white_long.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 47px !important;
}
#calendario-eventos thead {
  border-bottom: 2px solid #ddd;
}
#calendario-eventos thead th {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 17px;
  text-transform: uppercase;
  background: rgba(55, 55, 55, 0.1);
  text-align: center;
}
#calendario-eventos td .ui-state-default {
  border: none;
  background: none;
  text-align: center;
  color: #333;
  font-size: 22px;
}
@media only screen and (max-width: 1025px) {
  #calendario-eventos td .ui-state-default {
    font-size: 19px;
  }
}
@media only screen and (max-width: 580px) {
  #calendario-eventos td .ui-state-default {
    font-size: 17px;
  }
}
#calendario-eventos td a {
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  padding: 0;
  margin: 0 auto;
  border-radius: 100%;
  background: #eee !important;
}
@media only screen and (max-width: 1025px) {
  #calendario-eventos td a {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 580px) {
  #calendario-eventos td a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#calendario-eventos td.highlight a {
  color: #fff !important;
  background: #385676 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#calendario-eventos td.highlight a.ui-state-active {
  color: #fff !important;
  background: #bc6646 !important;
}
.hoja-calendario {
  display: block;
  position: relative;
  overflow: hidden;
  width: 80px;
  margin: 10px 0;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.hoja-calendario .dia {
  display: block;
  height: 50px;
  line-height: 50px;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: rgba(55, 55, 55, 0.7);
  text-align: center;
  background: rgba(100, 100, 100, 0.05);
}
.hoja-calendario .mes {
  background: #bc6646;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}
.listado-eventos-calendario {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-eventos-calendario h3 {
  display: inline-block;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 10px 18px;
  background-color: rgba(50, 50, 50, 0.1);
  font-size: 20px;
  text-transform: uppercase;
}
.item-listado-calendario {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
}
.item-listado-calendario a {
  display: block;
  position: relative;
  overflow: hidden;
}
.item-listado-calendario a h4 {
  font-size: 21px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.item-listado-calendario a .categoria,
.item-listado-calendario a .item_localizacion {
  display: block;
  margin: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding: 3px 0;
}
.item-listado-calendario a .categoria svg,
.item-listado-calendario a .item_localizacion svg {
  display: inline-block;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.5);
  height: 20px;
  stroke-width: 2px;
}
.botonera_calendario {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 0;
  text-align: right;
}
.botonera_calendario a {
  display: inline-block;
  width: auto;
  padding: 9px 21px;
  border: 1px solid #222;
  border-radius: 18px;
  color: #222;
  font-size: 15px;
  padding-right: 35px;
  background-image: url('../../../general_assets/img/a_right.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px !important;
}
/*-------------------------------------------------------------------------
SELECTOR DE VISTAS DEL CALENDARIO
---------------------------------------------------------------------------*/
.vista_calendario {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
.vista_calendario ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.vista_calendario ul li {
  display: inline-block;
  list-style: none;
  margin: 0 -3px;
}
.vista_calendario ul li a {
  border: 1px solid #ccc;
  padding: 13px 19px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.vista_calendario ul li.listado a {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.vista_calendario ul li.calendario a {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
/*-------------------------------------------------------------------------
FILTRO DE EVENTO
---------------------------------------------------------------------------*/
.formulario-busqueda-eventos {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #dddd;
  padding: 15px;
  margin: 35px 0;
  border-radius: 18px;
  background: #fcfcfc;
}
.formulario-busqueda-eventos label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding-bottom: 5px;
}
.formulario-busqueda-eventos .btn-buscar {
  display: inline-block;
  background: #385676;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  padding: 0;
  padding-left: 18px;
  padding-right: 18px;
  border: none;
}
/*-------------------------------------------------------------------------
ITEM DE LOS EVENTOS EN LA VISTA DE LISTADO
---------------------------------------------------------------------------*/
.item-listado-evento .cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 15px;
}
.item-listado-evento .cont .col-img {
  display: block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.item-listado-evento .cont .col-txt {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
.item-listado-evento .cont .col-txt h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.item-listado-evento .cont .col-txt .fecha-evento,
.item-listado-evento .cont .col-txt .categoria-evento,
.item-listado-evento .cont .col-txt .municipio-evento {
  display: block;
  margin: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding: 3px 0;
}
.item-listado-evento .cont .col-txt .fecha-evento svg,
.item-listado-evento .cont .col-txt .categoria-evento svg,
.item-listado-evento .cont .col-txt .municipio-evento svg {
  display: inline-block;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.5);
  height: 20px;
  stroke-width: 2px;
}
/*-------------------------------------------------------------------------
SELECTOR DE RANGO DE FECHAS EN EL FILTRO
---------------------------------------------------------------------------*/
.ui-widget.ui-widget-content {
  border: none !important;
  box-shadow: none !important;
  display: inline-block;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  background: none;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}
.comiseo-daterangepicker-presets {
  display: none;
}
.comiseo-daterangepicker-calendar {
  border: none;
}
.comiseo-daterangepicker-buttonpanel {
  border: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
}
.comiseo-daterangepicker-main {
  border-bottom: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none;
  background: none;
}
.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  border: none;
  background: none;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #385676;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 22px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  border: none !important;
  opacity: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background-image: url('../../../general_assets/img/arrow_left_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-image: url('../../../general_assets/img/arrow_right_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
.comiseo-daterangepicker-buttonpanel button.ui-priority-primary,
.comiseo-daterangepicker-buttonpanel button.ui-priority-secondary {
  background: #fff;
  border: 1px solid #385676;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #385676;
  border-radius: 25px;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.comiseo-daterangepicker-buttonpanel button.ui-priority-primary:hover,
.comiseo-daterangepicker-buttonpanel button.ui-priority-secondary:hover {
  background: #fff;
}
.bloque.faqs-1,
.bloque.faqs-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.faqs-1,
  .bloque.faqs-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.faqs-1,
  .bloque.faqs-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.faqs-1 .txt,
.bloque.faqs-2 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.faqs-1 .txt p,
.bloque.faqs-2 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.faqs-1 .txt a,
.bloque.faqs-2 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.faqs-1 .txt a:hover,
.bloque.faqs-2 .txt a:hover {
  color: #080808;
}
.bloque.faqs-1 .txt strong,
.bloque.faqs-2 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.faqs-1 .txt ul,
.bloque.faqs-2 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.faqs-1 .txt ul li,
.bloque.faqs-2 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.faqs-1 .txt ul li:before,
.bloque.faqs-2 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.faqs-1 .txt,
  .bloque.faqs-2 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.faqs-1 .txt,
  .bloque.faqs-2 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.faqs-1 .txt h5,
.bloque.faqs-2 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.faqs-1 .txt h2,
.bloque.faqs-2 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.faqs-1 .txt h2,
  .bloque.faqs-2 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.faqs-1 .txt h2,
  .bloque.faqs-2 .txt h2 {
    font-size: 25px;
  }
}
.bloque.faqs-1 .listadofaqs.listado-faqs1,
.bloque.faqs-2 .listadofaqs.listado-faqs1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .titulo,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .titulo {
  padding: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  padding-left: 45px;
  background-image: url('../../../general_assets/img/arrow_down.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 8px 18px;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .titulo:hover h3,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .titulo:hover h3 {
  padding-left: 10px;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .titulo h3,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .titulo h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .titulo.activo,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .titulo.activo {
  background-image: url('../../../general_assets/img/arrow_up.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 8px 18px;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta {
  display: none;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont {
  padding: 15px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #f7f7f7;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont p,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont a,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont a:hover,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont a:hover {
  color: #080808;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont strong,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont ul,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont ul li,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont ul li:before,
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont,
  .bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.faqs-1 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont,
  .bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .respuesta .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.faqs-2 .txt {
  text-align: left;
}
.bloque.faqs-2 .listadofaqs.listado-faqs1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .titulo {
  padding-left: 35px;
  background-image: url('../../../general_assets/img/faqs_plus.svg');
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 8px 18px;
}
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .titulo:hover h3 {
  padding-left: 0;
}
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .titulo h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: -0.1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.faqs-2 .listadofaqs.listado-faqs1 .item-faq .titulo.activo {
  background-image: url('../../../general_assets/img/faqs_minus.svg');
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 8px 18px;
}
/*------------------------------------------------------------------
FEATURES 1 Y 2
--------------------------------------------------------------------*/
.bloque.features-1,
.bloque.features-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-1,
  .bloque.features-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-1,
  .bloque.features-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-1 .col-img,
.bloque.features-2 .col-img {
  padding-right: 45px;
}
.bloque.features-1 .col-txt .txt,
.bloque.features-2 .col-txt .txt {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-1 .col-txt .txt p,
.bloque.features-2 .col-txt .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-1 .col-txt .txt a,
.bloque.features-2 .col-txt .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-1 .col-txt .txt a:hover,
.bloque.features-2 .col-txt .txt a:hover {
  color: #080808;
}
.bloque.features-1 .col-txt .txt strong,
.bloque.features-2 .col-txt .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-1 .col-txt .txt ul,
.bloque.features-2 .col-txt .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-1 .col-txt .txt ul li,
.bloque.features-2 .col-txt .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-1 .col-txt .txt ul li:before,
.bloque.features-2 .col-txt .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-1 .col-txt .txt,
  .bloque.features-2 .col-txt .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-1 .col-txt .txt,
  .bloque.features-2 .col-txt .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-1 .col-txt .txt h2,
.bloque.features-2 .col-txt .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  max-width: 450px;
  margin-bottom: 25px;
}
.bloque.features-1 .col-txt .txt h5,
.bloque.features-2 .col-txt .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-1 .col-txt .item-feature,
.bloque.features-2 .col-txt .item-feature {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 15px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bloque.features-1 .col-txt .item-feature p,
.bloque.features-2 .col-txt .item-feature p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-1 .col-txt .item-feature a,
.bloque.features-2 .col-txt .item-feature a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-1 .col-txt .item-feature a:hover,
.bloque.features-2 .col-txt .item-feature a:hover {
  color: #080808;
}
.bloque.features-1 .col-txt .item-feature strong,
.bloque.features-2 .col-txt .item-feature strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-1 .col-txt .item-feature ul,
.bloque.features-2 .col-txt .item-feature ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-1 .col-txt .item-feature ul li,
.bloque.features-2 .col-txt .item-feature ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-1 .col-txt .item-feature ul li:before,
.bloque.features-2 .col-txt .item-feature ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-1 .col-txt .item-feature,
  .bloque.features-2 .col-txt .item-feature {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-1 .col-txt .item-feature,
  .bloque.features-2 .col-txt .item-feature {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-1 .col-txt .item-feature h4,
.bloque.features-2 .col-txt .item-feature h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.15em;
}
.bloque.features-1 .col-txt .item-feature p,
.bloque.features-2 .col-txt .item-feature p {
  margin: 0;
}
.bloque.features-2 .col-img {
  padding-right: 0;
  padding-left: 45px;
}
/*------------------------------------------------------------------
FEATURES 3
--------------------------------------------------------------------*/
.bloque.features-3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-3 .txt.titulo {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 45px;
}
.bloque.features-3 .txt.titulo p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-3 .txt.titulo a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-3 .txt.titulo a:hover {
  color: #080808;
}
.bloque.features-3 .txt.titulo strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-3 .txt.titulo ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-3 .txt.titulo ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-3 .txt.titulo ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-3 .txt.titulo {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-3 .txt.titulo {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-3 .txt.titulo h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  margin-bottom: 25px;
}
.bloque.features-3 .txt.titulo h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-3 .col1 .icono,
.bloque.features-3 .col3 .icono {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 22px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bloque.features-3 .col1 .icono .ico,
.bloque.features-3 .col3 .icono .ico {
  display: block;
  float: left;
  width: 60px;
  margin-left: 15px;
}
.bloque.features-3 .col1 .icono .ico span,
.bloque.features-3 .col3 .icono .ico span {
  font-size: 38px;
}
.bloque.features-3 .col1 .icono .contenido,
.bloque.features-3 .col3 .icono .contenido {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-3 .col1 .icono .contenido p,
.bloque.features-3 .col3 .icono .contenido p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-3 .col1 .icono .contenido a,
.bloque.features-3 .col3 .icono .contenido a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-3 .col1 .icono .contenido a:hover,
.bloque.features-3 .col3 .icono .contenido a:hover {
  color: #080808;
}
.bloque.features-3 .col1 .icono .contenido strong,
.bloque.features-3 .col3 .icono .contenido strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-3 .col1 .icono .contenido ul,
.bloque.features-3 .col3 .icono .contenido ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-3 .col1 .icono .contenido ul li,
.bloque.features-3 .col3 .icono .contenido ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-3 .col1 .icono .contenido ul li:before,
.bloque.features-3 .col3 .icono .contenido ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-3 .col1 .icono .contenido,
  .bloque.features-3 .col3 .icono .contenido {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-3 .col1 .icono .contenido,
  .bloque.features-3 .col3 .icono .contenido {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-3 .col1 .icono .contenido h4,
.bloque.features-3 .col3 .icono .contenido h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
.bloque.features-3 .col1 .icono .contenido p,
.bloque.features-3 .col3 .icono .contenido p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1.2;
}
.bloque.features-3 .col1 .icono .contenido p p,
.bloque.features-3 .col3 .icono .contenido p p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-3 .col1 .icono .contenido p a,
.bloque.features-3 .col3 .icono .contenido p a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-3 .col1 .icono .contenido p a:hover,
.bloque.features-3 .col3 .icono .contenido p a:hover {
  color: #080808;
}
.bloque.features-3 .col1 .icono .contenido p strong,
.bloque.features-3 .col3 .icono .contenido p strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-3 .col1 .icono .contenido p ul,
.bloque.features-3 .col3 .icono .contenido p ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-3 .col1 .icono .contenido p ul li,
.bloque.features-3 .col3 .icono .contenido p ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-3 .col1 .icono .contenido p ul li:before,
.bloque.features-3 .col3 .icono .contenido p ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-3 .col1 .icono .contenido p,
  .bloque.features-3 .col3 .icono .contenido p {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-3 .col1 .icono .contenido p,
  .bloque.features-3 .col3 .icono .contenido p {
    font-size: 16px;
    line-height: 1.3;
  }
}
/*------------------------------------------------------------------
FEATURES 4 Y 5
--------------------------------------------------------------------*/
.bloque.features-4,
.bloque.features-5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-4,
  .bloque.features-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-4,
  .bloque.features-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-4 .txt.titulo,
.bloque.features-5 .txt.titulo {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.bloque.features-4 .txt.titulo p,
.bloque.features-5 .txt.titulo p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-4 .txt.titulo a,
.bloque.features-5 .txt.titulo a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-4 .txt.titulo a:hover,
.bloque.features-5 .txt.titulo a:hover {
  color: #080808;
}
.bloque.features-4 .txt.titulo strong,
.bloque.features-5 .txt.titulo strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-4 .txt.titulo ul,
.bloque.features-5 .txt.titulo ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-4 .txt.titulo ul li,
.bloque.features-5 .txt.titulo ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-4 .txt.titulo ul li:before,
.bloque.features-5 .txt.titulo ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-4 .txt.titulo,
  .bloque.features-5 .txt.titulo {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-4 .txt.titulo,
  .bloque.features-5 .txt.titulo {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-4 .txt.titulo h2,
.bloque.features-5 .txt.titulo h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-4 .txt.titulo h2,
  .bloque.features-5 .txt.titulo h2 {
    margin-bottom: 5px;
  }
}
.bloque.features-4 .txt.titulo h5,
.bloque.features-5 .txt.titulo h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-4 .col-img,
.bloque.features-5 .col-img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.bloque.features-4 .col-img img,
.bloque.features-5 .col-img img {
  border-radius: 25px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-4 .col-md-4,
  .bloque.features-5 .col-md-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-4 .col-md-4,
  .bloque.features-5 .col-md-4 {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.bloque.features-4 .col-md-4 .icono,
.bloque.features-5 .col-md-4 .icono {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 22px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 580px) {
  .bloque.features-4 .col-md-4 .icono,
  .bloque.features-5 .col-md-4 .icono {
    margin: 10px 0;
  }
}
.bloque.features-4 .col-md-4 .icono .ico,
.bloque.features-5 .col-md-4 .icono .ico {
  display: block;
  float: left;
  width: 60px;
  margin-left: 15px;
}
.bloque.features-4 .col-md-4 .icono .ico span,
.bloque.features-5 .col-md-4 .icono .ico span {
  font-size: 38px;
}
.bloque.features-4 .col-md-4 .icono .contenido,
.bloque.features-5 .col-md-4 .icono .contenido {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-4 .col-md-4 .icono .contenido p,
.bloque.features-5 .col-md-4 .icono .contenido p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-4 .col-md-4 .icono .contenido a,
.bloque.features-5 .col-md-4 .icono .contenido a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-4 .col-md-4 .icono .contenido a:hover,
.bloque.features-5 .col-md-4 .icono .contenido a:hover {
  color: #080808;
}
.bloque.features-4 .col-md-4 .icono .contenido strong,
.bloque.features-5 .col-md-4 .icono .contenido strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-4 .col-md-4 .icono .contenido ul,
.bloque.features-5 .col-md-4 .icono .contenido ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-4 .col-md-4 .icono .contenido ul li,
.bloque.features-5 .col-md-4 .icono .contenido ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-4 .col-md-4 .icono .contenido ul li:before,
.bloque.features-5 .col-md-4 .icono .contenido ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-4 .col-md-4 .icono .contenido,
  .bloque.features-5 .col-md-4 .icono .contenido {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-4 .col-md-4 .icono .contenido,
  .bloque.features-5 .col-md-4 .icono .contenido {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-4 .col-md-4 .icono .contenido h4,
.bloque.features-5 .col-md-4 .icono .contenido h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
.bloque.features-4 .col-md-4 .icono .contenido p,
.bloque.features-5 .col-md-4 .icono .contenido p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1.2;
}
.bloque.features-4 .col-md-4 .icono .contenido p p,
.bloque.features-5 .col-md-4 .icono .contenido p p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-4 .col-md-4 .icono .contenido p a,
.bloque.features-5 .col-md-4 .icono .contenido p a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-4 .col-md-4 .icono .contenido p a:hover,
.bloque.features-5 .col-md-4 .icono .contenido p a:hover {
  color: #080808;
}
.bloque.features-4 .col-md-4 .icono .contenido p strong,
.bloque.features-5 .col-md-4 .icono .contenido p strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-4 .col-md-4 .icono .contenido p ul,
.bloque.features-5 .col-md-4 .icono .contenido p ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-4 .col-md-4 .icono .contenido p ul li,
.bloque.features-5 .col-md-4 .icono .contenido p ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-4 .col-md-4 .icono .contenido p ul li:before,
.bloque.features-5 .col-md-4 .icono .contenido p ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-4 .col-md-4 .icono .contenido p,
  .bloque.features-5 .col-md-4 .icono .contenido p {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-4 .col-md-4 .icono .contenido p,
  .bloque.features-5 .col-md-4 .icono .contenido p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.features-5 .txt.titulo h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.features-5 .col-img:first-child {
    display: none;
  }
}
/*------------------------------------------------------------------
FEATURES 6
--------------------------------------------------------------------*/
.bloque.features-6 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.features-6 .fondo-izquierda {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
}
.bloque.features-6 .fondo-derecha {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-6 .container {
  display: block;
  position: relative;
  z-index: 5;
}
.bloque.features-6 .container .row .col-md-6 {
  display: table;
  min-height: 650px;
}
.bloque.features-6 .container .row .col-md-6 .cont {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-right: 45px;
}
.bloque.features-6 .container .row .col-md-6 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-6 .container .row .col-md-6 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-6 .container .row .col-md-6 .cont a:hover {
  color: #080808;
}
.bloque.features-6 .container .row .col-md-6 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-6 .container .row .col-md-6 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-6 .container .row .col-md-6 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-6 .container .row .col-md-6 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-6 .container .row .col-md-6 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-6 .container .row .col-md-6 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-6 .container .row .col-md-6 .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
}
.bloque.features-6 .container .row .col-md-6 .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-6 .container .row .col-md-6 .cont ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  list-style: none;
  counter-reset: custom-counter;
}
.bloque.features-6 .container .row .col-md-6 .cont ul li {
  display: block;
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
  counter-increment: custom-counter;
}
.bloque.features-6 .container .row .col-md-6 .cont ul li:before {
  content: '0' counter(custom-counter) '.';
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: -3px;
}
/*------------------------------------------------------------------
FEATURES 7
--------------------------------------------------------------------*/
.bloque.features-7,
.bloque.features-30 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-7,
  .bloque.features-30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-7,
  .bloque.features-30 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-7 .col-img,
.bloque.features-30 .col-img {
  padding-right: 45px;
}
.bloque.features-7 .col-txt,
.bloque.features-30 .col-txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-right: 45px;
}
.bloque.features-7 .col-txt p,
.bloque.features-30 .col-txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-7 .col-txt a,
.bloque.features-30 .col-txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-7 .col-txt a:hover,
.bloque.features-30 .col-txt a:hover {
  color: #080808;
}
.bloque.features-7 .col-txt strong,
.bloque.features-30 .col-txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-7 .col-txt ul,
.bloque.features-30 .col-txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-7 .col-txt ul li,
.bloque.features-30 .col-txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-7 .col-txt ul li:before,
.bloque.features-30 .col-txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-7 .col-txt,
  .bloque.features-30 .col-txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-7 .col-txt,
  .bloque.features-30 .col-txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-7 .col-txt h2,
.bloque.features-30 .col-txt h2 {
  margin-left: -20%;
  max-width: 400px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.1em;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-7 .col-txt h2,
  .bloque.features-30 .col-txt h2 {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 31px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-7 .col-txt h2,
  .bloque.features-30 .col-txt h2 {
    font-size: 25px;
  }
}
/*------------------------------------------------------------------
FEATURES 8
--------------------------------------------------------------------*/
.bloque.features-8 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-8 .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 45px;
}
.bloque.features-8 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-8 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-8 .txt a:hover {
  color: #080808;
}
.bloque.features-8 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-8 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-8 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-8 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-8 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-8 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-8 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.1em;
}
.bloque.features-8 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-8 .txt .botonera {
  margin-top: 15px;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}
.bloque.features-8 .txt .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.features-8 .txt .botonera a:hover {
  color: #fff;
  background: #000;
}
/*------------------------------------------------------------------
FEATURES 9
--------------------------------------------------------------------*/
.bloque.features-9 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  margin: 55px 0;
}
.bloque.features-9 .col-titulo .txt {
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.bloque.features-9 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-9 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-9 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-9 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-9 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-9 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-9 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-9 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-9 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-9 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-9 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-9 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-9 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-9 .fondo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-9 .container {
  position: relative;
  z-index: 10;
}
.bloque.features-9 .col-bloque .cont {
  display: block;
  margin: 10px;
  padding: 20px 35px;
  background: #fff;
  border-top: 3px solid #111;
}
.bloque.features-9 .col-bloque .cont h3 {
  font-size: 21px;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.35;
}
.bloque.features-9 .col-bloque .cont p {
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
/*------------------------------------------------------------------
FEATURES 10
--------------------------------------------------------------------*/
.bloque.features-10 {
  display: block;
  width: auto;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-10 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-10 .item {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 25%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-10 .item {
    width: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-10 .item {
    width: 100%;
  }
}
.bloque.features-10 .item .cont {
  display: block;
  width: 100%;
  height: 350px;
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-10 .item .cont {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 310px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-10 .item .cont {
    height: 250px;
  }
}
.bloque.features-10 .item .fondo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-10 .item .con_texto {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 330px;
  z-index: 10;
  background: #fff;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-10 .item .con_texto {
    width: 290px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-10 .item .con_texto {
    width: 250px;
  }
}
.bloque.features-10 .item .con_texto p {
  margin: 0;
}
.bloque.features-10 .item .con_texto p a {
  display: block;
  padding: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 21px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #222;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-10 .item .con_texto p a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-10 .item .con_texto p a {
    padding: 12px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.bloque.features-10 .item.hover {
  width: 27.5%;
  /* un poco menos de 28% */
}
@media only screen and (max-width: 1025px) {
  .bloque.features-10 .item.hover {
    width: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-10 .item.hover {
    width: 100%;
  }
}
.bloque.features-10 .item.nohover {
  width: 24%;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-10 .item.nohover {
    width: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-10 .item.nohover {
    width: 100%;
  }
}
/*------------------------------------------------------------------
FEATURES 11
--------------------------------------------------------------------*/
.bloque.features-11 {
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-11 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-11 .col-titulo .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  max-width: 520px;
  margin: 0 auto;
}
.bloque.features-11 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-11 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-11 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-11 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-11 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-11 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-11 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-11 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-11 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-11 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-11 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-11 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-11 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-11 .col-titulo .txt h2 {
  margin-bottom: 30px;
}
.bloque.features-11 .col-titulo .txt p {
  padding-right: 30%;
}
.bloque.features-11 .col-titulo .txt a {
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 30px;
}
.bloque.features-11 .col-titulo .txt a:hover {
  color: #fff;
  background: #000;
}
.bloque.features-11 .col-iconos .cuadrante {
  display: block;
  float: left;
  width: 45%;
  margin-right: 2.5%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.bloque.features-11 .col-iconos .cuadrante .cont {
  display: block;
  position: relative;
  padding: 30px;
  text-align: center;
  min-height: 250px;
}
.bloque.features-11 .col-iconos .cuadrante .cont span {
  font-size: 55px;
}
.bloque.features-11 .col-iconos .cuadrante .cont h3 {
  font-size: 21px;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}
.bloque.features-11 .col-iconos .cuadrante .cont svg {
  color: #111;
}
/*------------------------------------------------------------------
FEATURES 12
--------------------------------------------------------------------*/
.bloque.features-12 {
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-12 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-12 .col-titulo .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  max-width: 520px;
  margin: 0 auto;
}
.bloque.features-12 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-12 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-12 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-12 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-12 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-12 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-12 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-12 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-12 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-12 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-12 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-12 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-12 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-12 .col-titulo .txt h2 {
  margin-bottom: 30px;
}
.bloque.features-12 .col-titulo .txt p {
  padding-right: 30%;
}
.bloque.features-12 .col-titulo .txt a {
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 30px;
}
.bloque.features-12 .col-titulo .txt a:hover {
  color: #fff;
  background: #000;
}
.bloque.features-12 .col-iconos .cuadrante {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.bloque.features-12 .col-iconos .cuadrante .cont {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 20px;
  text-align: left;
}
.bloque.features-12 .col-iconos .cuadrante .cont .imagen {
  display: block;
  float: left;
  width: 75px;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto {
  display: block;
  float: left;
  width: calc(100% - 90px);
  position: relative;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  width: 80%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p a:hover {
  color: #080808;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-12 .col-iconos .cuadrante .cont .cont_texto p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-12 .col-iconos .cuadrante .cont span {
  font-size: 49px;
}
.bloque.features-12 .col-iconos .cuadrante .cont h3 {
  font-size: 23px;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 10px;
}
.bloque.features-12 .col-iconos .cuadrante .cont svg {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #111;
}
/*------------------------------------------------------------------
FEATURES 13
--------------------------------------------------------------------*/
.bloque.features-13 {
  display: block;
  width: auto;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #e9e9e9;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-13 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-13 .col-titulo .txt {
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  display: block;
  max-width: 450px;
}
.bloque.features-13 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-13 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-13 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-13 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-13 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-13 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-13 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-13 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-13 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-13 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-13 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-13 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-13 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-13 .col-titulo .txt p {
  margin: 25px 0;
}
.bloque.features-13 .col-bloques .cont .item-bloque {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  padding: 25px 20px;
  margin-bottom: 25px;
}
.bloque.features-13 .col-bloques .cont .item-bloque .ico {
  display: block;
  float: left;
  width: 65px;
  font-size: 49px;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque {
  display: block;
  float: left;
  width: calc(100% - 85px);
  margin-left: 20px;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque h3 {
  font-size: 23px;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p a:hover {
  color: #080808;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-13 .col-bloques .cont .item-bloque .txt_bloque p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-13 .col-titulo .txt a {
  color: #fff !important;
}
/*------------------------------------------------------------------
FEATURES 14
--------------------------------------------------------------------*/
.bloque.features-14 {
  display: block;
  width: auto;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-14 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-14 .col-titulo .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
}
.bloque.features-14 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-14 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-14 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-14 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-14 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-14 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-14 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-14 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-14 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-14 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-14 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-14 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-14 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-14 .col-1 .cont,
.bloque.features-14 .col-2 .cont {
  display: block;
  position: relative;
  background-color: #eee;
  height: 550px;
  border-radius: 22px;
  overflow: hidden;
}
.bloque.features-14 .col-1 .cont .fondo,
.bloque.features-14 .col-2 .cont .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-14 .col-1 .cont:after,
.bloque.features-14 .col-2 .cont:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.bloque.features-14 .col-1 .cont .bloque_texto,
.bloque.features-14 .col-2 .cont .bloque_texto {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 75%;
  z-index: 10;
  width: 330px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
}
.bloque.features-14 .col-1 .cont .bloque_texto p,
.bloque.features-14 .col-2 .cont .bloque_texto p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-14 .col-1 .cont .bloque_texto a,
.bloque.features-14 .col-2 .cont .bloque_texto a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-14 .col-1 .cont .bloque_texto a:hover,
.bloque.features-14 .col-2 .cont .bloque_texto a:hover {
  color: #080808;
}
.bloque.features-14 .col-1 .cont .bloque_texto strong,
.bloque.features-14 .col-2 .cont .bloque_texto strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-14 .col-1 .cont .bloque_texto ul,
.bloque.features-14 .col-2 .cont .bloque_texto ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-14 .col-1 .cont .bloque_texto ul li,
.bloque.features-14 .col-2 .cont .bloque_texto ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-14 .col-1 .cont .bloque_texto ul li:before,
.bloque.features-14 .col-2 .cont .bloque_texto ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-14 .col-1 .cont .bloque_texto,
  .bloque.features-14 .col-2 .cont .bloque_texto {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-14 .col-1 .cont .bloque_texto,
  .bloque.features-14 .col-2 .cont .bloque_texto {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-14 .col-1 .cont .bloque_texto h3,
.bloque.features-14 .col-2 .cont .bloque_texto h3 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
.bloque.features-14 .col-1 .cont .bloque_texto p,
.bloque.features-14 .col-2 .cont .bloque_texto p {
  opacity: 0.8;
}
.bloque.features-14 .col-1 .cont .bloque_texto p a,
.bloque.features-14 .col-2 .cont .bloque_texto p a {
  color: #fff;
  font-size: 16px;
  padding: 3px 0;
  border-bottom: 1px solid #fff !important;
}
.bloque.features-14 .col-1 .cont .bloque_texto p a:hover,
.bloque.features-14 .col-2 .cont .bloque_texto p a:hover {
  color: #fff !important;
}
.bloque.features-14 .col-2 {
  padding-left: 15px;
}
/*------------------------------------------------------------------
FEATURES 15
--------------------------------------------------------------------*/
.bloque.features-15 {
  display: block;
  width: auto;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-15 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-15 .col-img {
  padding-right: 50px;
  position: relative;
}
.bloque.features-15 .col-img .cuadrante-1 {
  display: block;
  position: relative;
  width: 85%;
}
.bloque.features-15 .col-img .cuadrante-2 {
  position: absolute;
  bottom: 10%;
  right: 50px;
}
.bloque.features-15 .col-img .cuadrante-2 img {
  width: 200px;
}
.bloque.features-15 .col-txt {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.bloque.features-15 .col-txt .cont .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
}
.bloque.features-15 .col-txt .cont .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-15 .col-txt .cont .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-15 .col-txt .cont .txt a:hover {
  color: #080808;
}
.bloque.features-15 .col-txt .cont .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-15 .col-txt .cont .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-15 .col-txt .cont .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-15 .col-txt .cont .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-15 .col-txt .cont .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-15 .col-txt .cont .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-15 .col-txt .cont .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-15 .col-txt .cont .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-15 .col-txt .cont .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-15 .col-txt .cont .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-15 .col-txt .cont .txt h2 {
  margin-bottom: 45px;
}
.bloque.features-15 .col-txt .cont ul {
  margin: 20px 0;
  display: block;
}
.bloque.features-15 .col-txt .cont ul li {
  display: block;
  float: left;
  width: 50%;
  min-height: 65px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.bloque.features-15 .col-txt .cont ul li p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-15 .col-txt .cont ul li a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-15 .col-txt .cont ul li a:hover {
  color: #080808;
}
.bloque.features-15 .col-txt .cont ul li strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-15 .col-txt .cont ul li ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-15 .col-txt .cont ul li ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-15 .col-txt .cont ul li ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-15 .col-txt .cont ul li {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-15 .col-txt .cont ul li {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-15 .col-txt .cont ul li:before {
  top: 8px !important;
}
.bloque.features-15 .col-txt .cont p a {
  margin-top: 35px;
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  color: #fff !important;
}
.bloque.features-15 .col-txt .cont p a:hover {
  color: #fff;
  background: #000;
}
/*------------------------------------------------------------------
FEATURES 16
--------------------------------------------------------------------*/
.bloque.features-16 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-16 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-16 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-16 .fila.bloque {
  display: flex;
  align-items: stretch;
  /* estira las columnas a la misma altura */
}
.bloque.features-16 .fila.bloque > .col-img,
.bloque.features-16 .fila.bloque > .col-texto {
  flex: 0 0 50%;
}
.bloque.features-16 .fila.bloque .col-texto {
  background-color: #101010;
  background-image: url('../../../general_assets/img/bg_features16.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.bloque.features-16 .fila.bloque .col-texto .cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  max-width: 650px;
  padding: 55px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.bloque.features-16 .fila.bloque .col-texto .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-16 .fila.bloque .col-texto .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-16 .fila.bloque .col-texto .cont a:hover {
  color: #080808;
}
.bloque.features-16 .fila.bloque .col-texto .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-16 .fila.bloque .col-texto .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-16 .fila.bloque .col-texto .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-16 .fila.bloque .col-texto .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-16 .fila.bloque .col-texto .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-16 .fila.bloque .col-texto .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-16 .fila.bloque .col-texto .cont h3 {
  font-size: 37px;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.35;
  color: #fff;
}
.bloque.features-16 .fila.bloque .col-texto .cont ul {
  display: block;
  margin: 20px 0;
  padding: 0;
}
.bloque.features-16 .fila.bloque .col-texto .cont ul li {
  display: block;
  float: left;
  width: 50%;
  margin: 8px 0;
  padding: 2px 0;
  padding-left: 38px;
  min-height: 40px;
  background-image: url('../../../general_assets/img/check_white.png');
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.bloque.features-16 .fila.bloque .col-texto .cont ul li:before {
  display: none;
}
.bloque.features-16 .col-img {
  width: 100%;
  margin-top: -25px;
}
.bloque.features-16 .col-img .fondo {
  display: block;
  width: 100%;
  min-height: 600px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*------------------------------------------------------------------
FEATURES 17
--------------------------------------------------------------------*/
.bloque.features-17 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-17 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-17 .row .col-fotos {
  position: relative;
}
.bloque.features-17 .row .col-fotos .cuadrante-1 {
  width: 75%;
}
.bloque.features-17 .row .col-fotos .cuadrante-2 {
  position: absolute;
  width: 75%;
  top: 24%;
  left: 25%;
}
.bloque.features-17 .row .col-texto .cont {
  padding: 0 45px;
  padding-left: 70px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-17 .row .col-texto .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-17 .row .col-texto .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-17 .row .col-texto .cont a:hover {
  color: #080808;
}
.bloque.features-17 .row .col-texto .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-17 .row .col-texto .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-17 .row .col-texto .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-17 .row .col-texto .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-17 .row .col-texto .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-17 .row .col-texto .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-17 .row .col-texto .cont h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.35;
}
/*------------------------------------------------------------------
FEATURES 18
--------------------------------------------------------------------*/
.bloque.features-18 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  background-image: url('../../../general_assets/img/decoration-2.png');
  background-position: left bottom 70px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-18 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-18 .col-titulo {
  text-align: center;
}
.bloque.features-18 .col-titulo .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}
.bloque.features-18 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-18 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-18 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-18 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-18 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-18 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-18 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-18 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-18 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-18 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-18 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-18 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-18 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-18 .col-titulo .txt h2 {
  margin-bottom: 15px;
}
.bloque.features-18 .row.fila-texto {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.features-18 .row.fila-texto .col-md-6 .cont {
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.bloque.features-18 .wrapper_fila_fotos {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.features-18 .wrapper_fila_fotos .row.fila-fotos {
  display: table;
  position: relative;
  overflow: hidden;
  padding: 55px 0;
}
.bloque.features-18 .wrapper_fila_fotos .row.fila-fotos .cuadrante {
  display: table-cell;
  width: auto !important;
  position: relative;
  padding: 10px 25px;
}
.bloque.features-18 .wrapper_fila_fotos .row.fila-fotos .cuadrante .wrap_img {
  display: block;
  position: relative;
}
.bloque.features-18 .wrapper_fila_fotos .row.fila-fotos .cuadrante .wrap_img:before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  border: 1px solid #8E2DE2;
  border-radius: 25px;
  z-index: 0;
}
.bloque.features-18 .wrapper_fila_fotos .row.fila-fotos .cuadrante img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 20;
  border-radius: 25px;
}
/*------------------------------------------------------------------
FEATURES 19
--------------------------------------------------------------------*/
.bloque.features-19 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 55px 0;
  height: 600px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-19 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-19 .fondo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-19 .degradado {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.8) 55%, rgba(255, 255, 255, 0) 100%);
}
.bloque.features-19 .fila-contenido {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 10;
}
.bloque.features-19 .fila-contenido .txt {
  display: block;
  max-width: 520px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.bloque.features-19 .fila-contenido .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-19 .fila-contenido .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-19 .fila-contenido .txt a:hover {
  color: #080808;
}
.bloque.features-19 .fila-contenido .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-19 .fila-contenido .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-19 .fila-contenido .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-19 .fila-contenido .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-19 .fila-contenido .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-19 .fila-contenido .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-19 .fila-contenido .txt h2 {
  font-size: 41px;
  font-weight: 400;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  line-height: 1.45;
}
.bloque.features-19 .fila-contenido .txt a {
  display: inline-block;
  margin: 20px 0;
  padding: 15px 25px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.bloque.features-19 .fila-contenido .txt ul {
  display: block;
  margin: 20px 0;
  padding: 0;
}
.bloque.features-19 .fila-contenido .txt ul li {
  display: block;
  float: left;
  width: 50%;
  margin: 8px 0;
  padding: 2px 0;
  padding-left: 38px;
  min-height: 40px;
  background-image: url('../../../general_assets/img/check_white.png');
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: 0 1px;
}
.bloque.features-19 .fila-contenido .txt ul li:before {
  display: none;
}
/*------------------------------------------------------------------
FEATURES 20
--------------------------------------------------------------------*/
.bloque.features-20 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 55px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-20 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-20 .wrapper_features {
  display: block;
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
  border: 1px solid #aaa;
  border-radius: 45px;
}
.bloque.features-20 .img1 {
  position: absolute;
  left: 12%;
  top: 5%;
}
.bloque.features-20 .img2 {
  position: absolute;
  right: 12%;
  bottom: 5%;
}
.bloque.features-20 .img1 img,
.bloque.features-20 .img2 img {
  height: 260px !important;
  width: auto !important;
}
.bloque.features-20 .cont_texto {
  display: flex;
  height: 400px;
  align-items: center;
}
.bloque.features-20 .cont_texto .txt {
  display: block;
  max-width: 550px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.6);
}
.bloque.features-20 .cont_texto .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-20 .cont_texto .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-20 .cont_texto .txt a:hover {
  color: #080808;
}
.bloque.features-20 .cont_texto .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-20 .cont_texto .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-20 .cont_texto .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-20 .cont_texto .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-20 .cont_texto .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-20 .cont_texto .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-20 .cont_texto .txt a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  margin-top: 40px;
}
.bloque.features-20 .cont_texto .txt a:hover {
  color: #fff;
  background: #000;
}
/*------------------------------------------------------------------
FEATURES 21
--------------------------------------------------------------------*/
.bloque.features-21 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #f4f4f4;
  margin: 55px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-21 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-21 .col-izq {
  display: block;
}
.bloque.features-21 .col-izq .fondo {
  display: block;
  width: 100%;
  height: 317px;
  background-color: #ddd;
  border-radius: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-21 .col-izq .fila-2 {
  margin-top: 25px;
}
.bloque.features-21 .col-izq .fila-2 .col-md-6 .cont {
  background: #fff;
  padding: 20px;
  display: block;
  height: 245px;
  border-radius: 18px;
}
.bloque.features-21 .col-izq .fila-2 .col-md-6 .cont img {
  display: block;
  width: 100px;
  height: auto !important;
  margin-bottom: 15px;
}
.bloque.features-21 .col-izq .fila-2 .col-md-6 .cont p {
  font-size: 20px;
  font-weight: 600;
}
.bloque.features-21 .col-der .cuadrante5 {
  background: #fff;
  border-radius: 18px;
  height: 590px;
  display: flex;
  align-items: center;
}
.bloque.features-21 .col-der .cont {
  padding: 45px;
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-21 .col-der .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-21 .col-der .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-21 .col-der .cont a:hover {
  color: #080808;
}
.bloque.features-21 .col-der .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-21 .col-der .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-21 .col-der .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-21 .col-der .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-21 .col-der .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-21 .col-der .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-21 .col-der .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-21 .col-der .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-21 .col-der .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-21 .col-der .cont h2 {
    font-size: 25px;
  }
}
.bloque.features-21 .col-der .cont h2,
.bloque.features-21 .col-der .cont h5 {
  text-align: left;
  max-width: 450px;
}
.bloque.features-21 .col-der .cont h2 {
  margin: 0;
  margin-bottom: 45px;
}
.bloque.features-21 .col-der .cont p {
  font-size: 17px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.bloque.features-21 .col-der .botonera {
  padding-top: 25px;
}
.bloque.features-21 .col-der .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  font-size: 15px;
}
.bloque.features-21 .col-der .botonera a:hover {
  color: #fff;
  background: #000;
}
/*------------------------------------------------------------------
FEATURES 22
--------------------------------------------------------------------*/
.bloque.features-22 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-22 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-22 .cuadrante {
  display: block;
  max-width: 930px;
  margin: 0 auto;
  margin-top: -200px;
}
.bloque.features-22 .cuadrante .cont {
  padding: 50px 90px;
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 1px 3px 1px;
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-22 .cuadrante .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-22 .cuadrante .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-22 .cuadrante .cont a:hover {
  color: #080808;
}
.bloque.features-22 .cuadrante .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-22 .cuadrante .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-22 .cuadrante .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-22 .cuadrante .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-22 .cuadrante .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-22 .cuadrante .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-22 .cuadrante .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-22 .cuadrante .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-22 .cuadrante .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-22 .cuadrante .cont h2 {
    font-size: 25px;
  }
}
.bloque.features-22 .cuadrante .cont h2 {
  margin-bottom: 45px;
}
.bloque.features-22 .cuadrante .cont p {
  font-size: 17px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.bloque.features-22 .cuadrante .cont p a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  margin-top: 35px;
  font-size: 15px;
}
.bloque.features-22 .cuadrante .cont p a:hover {
  color: #fff;
  background: #000;
}
/*------------------------------------------------------------------
FEATURES 23
--------------------------------------------------------------------*/
.bloque.features-23 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-23 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-23 .fondo {
  display: block;
  width: 100%;
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.bloque.features-23 .cuadrante {
  display: block;
  max-width: 930px;
  margin: 0 auto;
  margin-top: -200px;
}
.bloque.features-23 .cuadrante .cont {
  padding: 50px 90px;
  background-color: #101010;
  background-image: url('../../../general_assets/img/bg_features23.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
}
.bloque.features-23 .cuadrante .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-23 .cuadrante .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-23 .cuadrante .cont a:hover {
  color: #080808;
}
.bloque.features-23 .cuadrante .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-23 .cuadrante .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-23 .cuadrante .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-23 .cuadrante .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-23 .cuadrante .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-23 .cuadrante .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-23 .cuadrante .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-23 .cuadrante .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-23 .cuadrante .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-23 .cuadrante .cont h2 {
    font-size: 25px;
  }
}
.bloque.features-23 .cuadrante .cont h2 {
  margin-bottom: 45px;
}
.bloque.features-23 .cuadrante .cont h5 {
  color: rgba(255, 255, 255, 0.8);
}
.bloque.features-23 .cuadrante .cont p {
  font-size: 19px;
  font-weight: lighter;
  padding: 0 15%;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.bloque.features-23 .cuadrante .cont p a {
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  margin-top: 35px;
  font-size: 15px;
  text-transform: uppercase;
}
/*------------------------------------------------------------------
FEATURES 24
--------------------------------------------------------------------*/
.bloque.features-24 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #f4f4f4;
  margin: 55px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-24 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-24 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-24 .col-texto .txt {
  max-width: 500px;
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}
.bloque.features-24 .col-texto .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-24 .col-texto .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-24 .col-texto .txt a:hover {
  color: #080808;
}
.bloque.features-24 .col-texto .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-24 .col-texto .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-24 .col-texto .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-24 .col-texto .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-24 .col-texto .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-24 .col-texto .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-24 .col-texto .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-24 .col-texto .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-24 .col-texto .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-24 .col-texto .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-24 .col-texto .txt h2 {
  text-align: left;
  margin-bottom: 45px;
}
.bloque.features-24 .col-texto .txt a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  margin-top: 35px;
}
.bloque.features-24 .col-texto .txt a:hover {
  color: #fff;
  background: #000;
}
.bloque.features-24 .col-bloques .item-bloque {
  display: block;
  float: left;
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.bloque.features-24 .col-bloques .item-bloque .cont {
  display: block;
  position: relative;
  margin: 15px;
  background: #fff;
  padding: 25px;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.bloque.features-24 .col-bloques .item-bloque .cont .txt_bloque {
  height: 100%;
}
.bloque.features-24 .col-bloques .item-bloque .cont .txt_bloque h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.bloque.features-24 .col-bloques .item-bloque .cont .txt_bloque p {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bloque.features-24 .col-bloques .item-bloque .cont .txt_bloque p a {
  color: #222;
  font-size: 15px;
  border-bottom: 1px solid #222;
}
.bloque.features-24 .col-bloques .item-bloque .cont .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*------------------------------------------------------------------
FEATURES 25 - FEATURES 26
--------------------------------------------------------------------*/
.bloque.features-25,
.bloque.features-26 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-25,
  .bloque.features-26 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-25,
  .bloque.features-26 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-25 .col-titulo .txt,
.bloque.features-26 .col-titulo .txt {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.bloque.features-25 .col-titulo .txt p,
.bloque.features-26 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-25 .col-titulo .txt a,
.bloque.features-26 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-25 .col-titulo .txt a:hover,
.bloque.features-26 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-25 .col-titulo .txt strong,
.bloque.features-26 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-25 .col-titulo .txt ul,
.bloque.features-26 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-25 .col-titulo .txt ul li,
.bloque.features-26 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-25 .col-titulo .txt ul li:before,
.bloque.features-26 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-25 .col-titulo .txt,
  .bloque.features-26 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-25 .col-titulo .txt,
  .bloque.features-26 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-25 .col-titulo .txt p,
.bloque.features-26 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-25 .col-titulo .txt a,
.bloque.features-26 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-25 .col-titulo .txt a:hover,
.bloque.features-26 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-25 .col-titulo .txt strong,
.bloque.features-26 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-25 .col-titulo .txt ul,
.bloque.features-26 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-25 .col-titulo .txt ul li,
.bloque.features-26 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-25 .col-titulo .txt ul li:before,
.bloque.features-26 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-25 .col-titulo .txt,
  .bloque.features-26 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-25 .col-titulo .txt,
  .bloque.features-26 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-25 .col-titulo .txt h5,
.bloque.features-26 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-25 .col-titulo .txt h2,
.bloque.features-26 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-25 .col-titulo .txt h2,
  .bloque.features-26 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-25 .col-titulo .txt h2,
  .bloque.features-26 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-25 .col-titulo .txt h2,
.bloque.features-26 .col-titulo .txt h2 {
  text-align: center;
  margin-bottom: 15px;
}
.bloque.features-25 .col-titulo .txt p,
.bloque.features-26 .col-titulo .txt p {
  margin: 12px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.bloque.features-25 .col-titulo .txt a,
.bloque.features-26 .col-titulo .txt a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  margin-top: 35px;
}
.bloque.features-25 .col-titulo .txt a:hover,
.bloque.features-26 .col-titulo .txt a:hover {
  color: #fff;
  background: #000;
}
.bloque.features-25 .listado-contenido,
.bloque.features-26 .listado-contenido {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
.bloque.features-25 .listado-contenido .cuadrante,
.bloque.features-26 .listado-contenido .cuadrante {
  position: relative;
  margin: 15px 0;
}
.bloque.features-25 .listado-contenido .cuadrante .cont,
.bloque.features-26 .listado-contenido .cuadrante .cont {
  position: relative;
  background-color: #eee;
  padding: 30px;
  height: 300px;
}
.bloque.features-25 .listado-contenido .cuadrante .fondo,
.bloque.features-26 .listado-contenido .cuadrante .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-25 .listado-contenido .cuadrante .txt,
.bloque.features-26 .listado-contenido .cuadrante .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  padding: 14px;
  background: #fff;
}
.bloque.features-25 .listado-contenido .cuadrante .txt h3,
.bloque.features-26 .listado-contenido .cuadrante .txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.bloque.features-25 .listado-contenido .cuadrante .txt a,
.bloque.features-26 .listado-contenido .cuadrante .txt a {
  display: inline-block;
  font-weight: 400;
  padding: 4px 0;
  font-size: 15px;
  color: #222;
  border-bottom: 1px solid #222;
  padding-right: 32px;
  background-image: url('../../../general_assets/img/arrow_right_long.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 26px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-25 .listado-contenido .cuadrante .txt a:hover,
.bloque.features-26 .listado-contenido .cuadrante .txt a:hover {
  padding-right: 43px;
}
.bloque.features-25 .listado-contenido .columna-0 .cuadrante.cuadrante-1 .cont,
.bloque.features-26 .listado-contenido .columna-0 .cuadrante.cuadrante-1 .cont,
.bloque.features-25 .listado-contenido .columna-1 .cuadrante.cuadrante-0 .cont,
.bloque.features-26 .listado-contenido .columna-1 .cuadrante.cuadrante-0 .cont,
.bloque.features-25 .listado-contenido .columna-2 .cuadrante.cuadrante-1 .cont,
.bloque.features-26 .listado-contenido .columna-2 .cuadrante.cuadrante-1 .cont {
  height: 500px;
}
.bloque.features-26 .listado-contenido .cuadrante {
  position: relative;
  margin: 15px 0;
}
.bloque.features-26 .listado-contenido .cuadrante .cont {
  height: 400px;
}
.bloque.features-26 .listado-contenido .cuadrante .txt {
  width: 65%;
  padding: 25px;
}
.bloque.features-26 .listado-contenido .cuadrante .txt h3 {
  font-size: 22px;
}
.bloque.features-26 .listado-contenido .cuadrante .txt a {
  font-size: 16px;
}
.bloque.features-26 .listado-contenido .columna-0 .cuadrante.cuadrante-1 .cont,
.bloque.features-26 .listado-contenido .columna-1 .cuadrante.cuadrante-0 .cont,
.bloque.features-26 .listado-contenido .columna-2 .cuadrante.cuadrante-1 .cont {
  height: 580px;
}
/*------------------------------------------------------------------
FEATURES 27
--------------------------------------------------------------------*/
.bloque.features-27 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 55px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-27 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-27 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-27 .col-titulo .txt {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-27 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-27 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-27 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-27 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-27 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-27 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-27 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-27 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-27 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-27 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-27 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-27 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-27 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-27 .col-titulo .txt h2 {
  margin-bottom: 45px;
}
.bloque.features-27 .fila-cuadrantes {
  display: block;
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1780px;
  margin: 0 auto;
}
.bloque.features-27 .fila-cuadrantes .col-1,
.bloque.features-27 .fila-cuadrantes .col-2 {
  display: block;
  float: left;
  width: 50%;
}
.bloque.features-27 .fila-cuadrantes .col-1 .fondo,
.bloque.features-27 .fila-cuadrantes .col-2 .fondo {
  position: relative;
  margin: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-27 .fila-cuadrantes .col-1 .fondo:after,
.bloque.features-27 .fila-cuadrantes .col-2 .fondo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.bloque.features-27 .fila-cuadrantes .col-1 .cuadrante1 {
  display: block;
  width: 100%;
  height: 600px;
}
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante2,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante3,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante4,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante5 {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 300px;
}
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante2 .cont_txt,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante3 .cont_txt,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante4 .cont_txt,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante5 .cont_txt {
  position: absolute;
  bottom: 5px;
  left: 15px;
  z-index: 20;
  color: #fff;
}
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante2 .cont_txt a,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante3 .cont_txt a,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante4 .cont_txt a,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante5 .cont_txt a {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  display: block;
  max-width: 220px;
  padding-bottom: 35px;
  background-image: url('../../../general_assets/img/arrow_right_white_long.svg');
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante2 .cont_txt a:hover,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante3 .cont_txt a:hover,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante4 .cont_txt a:hover,
.bloque.features-27 .fila-cuadrantes .col-2 .cuadrante5 .cont_txt a:hover {
  background-position: 12px bottom;
}
/*------------------------------------------------------------------
FEATURES 28
--------------------------------------------------------------------*/
.bloque.features-28 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-28 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-28 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-28 .row.fila-titulo {
  margin: 0;
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: flex;
  text-align: left;
}
.bloque.features-28 .row.fila-titulo p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-28 .row.fila-titulo a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-28 .row.fila-titulo a:hover {
  color: #080808;
}
.bloque.features-28 .row.fila-titulo strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-28 .row.fila-titulo ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-28 .row.fila-titulo ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-28 .row.fila-titulo ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-28 .row.fila-titulo {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-28 .row.fila-titulo {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-28 .row.fila-titulo h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-28 .row.fila-titulo h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-28 .row.fila-titulo h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-28 .row.fila-titulo h2 {
    font-size: 25px;
  }
}
.bloque.features-28 .row.fila-titulo h2 {
  margin: 0;
  margin-bottom: 20px;
}
.bloque.features-28 .row.fila-titulo h2,
.bloque.features-28 .row.fila-titulo h5,
.bloque.features-28 .row.fila-titulo p {
  text-align: left;
  padding-right: 75px;
}
.bloque.features-28 .row.fila-titulo p {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.bloque.features-28 .row.fila-titulo .col-boton {
  display: flex;
  align-items: center;
  padding-left: 45px;
}
.bloque.features-28 .row.fila-titulo .col-boton a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.features-28 .row.fila-titulo .col-boton a:hover {
  color: #fff;
  background: #000;
}
.bloque.features-28 .row.fila-pasos .item-paso {
  position: relative;
  min-height: 200px;
}
.bloque.features-28 .row.fila-pasos .item-paso .linea1 {
  position: absolute;
  left: 2px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #999;
  z-index: 10;
}
.bloque.features-28 .row.fila-pasos .item-paso .linea2 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 4px;
  height: 40px;
  background: #444;
  z-index: 20;
}
.bloque.features-28 .row.fila-pasos .item-paso .cont {
  padding: 15px 35px;
}
.bloque.features-28 .row.fila-pasos .item-paso .cont .numero {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 10px;
}
.bloque.features-28 .row.fila-pasos .item-paso .cont h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  line-height: 1.35;
}
.bloque.features-28 .row.fila-pasos .item-paso .cont p {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  color: #222;
}
/*------------------------------------------------------------------
FEATURES 29
--------------------------------------------------------------------*/
.bloque.features-29 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-29 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-29 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-29 .col-titulo {
  margin-bottom: 20px;
}
.bloque.features-29 .col-titulo .txt {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.features-29 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-29 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-29 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.features-29 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-29 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-29 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-29 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-29 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-29 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-29 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.features-29 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-29 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-29 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.features-29 .col-titulo .txt h2 {
  margin-bottom: 20px;
}
.bloque.features-29 .col-titulo .txt p {
  font-size: 17px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.bloque.features-29 .fila-pasos {
  position: relative;
  overflow: hidden;
}
.bloque.features-29 .fila-pasos .item-paso .cont {
  display: block;
  max-width: 225px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-29 .fila-pasos .item-paso .cont {
    max-width: 255px !important;
  }
}
.bloque.features-29 .fila-pasos .item-paso .cont .cont_grafico {
  position: relative;
}
.bloque.features-29 .fila-pasos .item-paso .cont .cont_grafico .numero {
  position: absolute;
  width: 39px;
  height: 39px;
  background: #111;
  border-radius: 100%;
  text-align: center;
  line-height: 39px;
  font-size: 19px;
  color: #fff;
  top: 5px;
  left: 5px;
  z-index: 10;
}
.bloque.features-29 .fila-pasos .item-paso .cont .cont_grafico .circulo {
  display: block;
  position: relative;
  z-index: 5;
  background: #fff;
  width: 184px;
  height: 184px;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.bloque.features-29 .fila-pasos .item-paso .cont .cont_grafico .circulo .fondo {
  display: block;
  width: 150px;
  height: 150px;
  margin: 17px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.features-29 .fila-pasos .item-paso .cont .cont_texto {
  display: block;
  margin: 0 -20px;
}
.bloque.features-29 .fila-pasos .item-paso .cont .cont_texto h3 {
  margin: 12px 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-29 .fila-pasos .item-paso .cont .cont_texto h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.bloque.features-29 .fila-pasos .item-paso .cont .cont_texto p {
  font-size: 17px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1025px) {
  .bloque.features-29 .fila-pasos .item-paso .cont .cont_texto p {
    line-height: 1.25;
  }
}
.bloque.features-29 .fila-pasos .item-paso.item-paso-1,
.bloque.features-29 .fila-pasos .item-paso.item-paso-3 {
  padding-top: 55px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-29 .fila-pasos .item-paso.item-paso-1,
  .bloque.features-29 .fila-pasos .item-paso.item-paso-2,
  .bloque.features-29 .fila-pasos .item-paso.item-paso-3 {
    padding-top: 35px;
  }
}
.bloque.features-29 .linea {
  position: absolute;
  width: 250px;
  height: 2px;
  border: 2px dashed #ccc;
  top: 65%;
  right: -200px;
  transform: rotate(15deg);
}
@media only screen and (max-width: 1025px) {
  .bloque.features-29 .linea {
    display: none;
  }
}
.bloque.features-29 .linea.linea-2 {
  top: 40%;
  transform: rotate(-15deg);
}
.bloque.features-29 .linea.linea-4 {
  display: none;
}
/*------------------------------------------------------------------
FEATURES 30
--------------------------------------------------------------------*/
.bloque.features-30 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-30 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.features-30 .col-img {
  padding-right: 0;
  padding-left: 45px;
}
.bloque.features-30 .col-txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-right: 0;
  padding-left: 45px;
}
.bloque.features-30 .col-txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.features-30 .col-txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.features-30 .col-txt a:hover {
  color: #080808;
}
.bloque.features-30 .col-txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.features-30 .col-txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.features-30 .col-txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.features-30 .col-txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.features-30 .col-txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.features-30 .col-txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.features-30 .col-txt .titulo {
  text-align: right;
}
.bloque.features-30 .col-txt h2 {
  display: inline-block;
  margin-left: 0;
  margin-right: -20%;
}
.bloque.gallery-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.gallery-1 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.bloque.gallery-1 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.gallery-1 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-1 .txt a:hover {
  color: #080808;
}
.bloque.gallery-1 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.gallery-1 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.gallery-1 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.gallery-1 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-1 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-1 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.gallery-1 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.gallery-1 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-1 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-1 .txt h2 {
    font-size: 25px;
  }
}
.bloque.gallery-1 .container {
  display: block;
  width: 90%;
  max-width: 1580px;
  margin: 0 auto;
}
.bloque.gallery-1 .contenido-galeria {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
}
.bloque.gallery-1 .contenido-galeria .col-25,
.bloque.gallery-1 .contenido-galeria .col-50 {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  height: 420px;
  margin: 0;
  padding: 0;
}
.bloque.gallery-1 .contenido-galeria .col-25 .item_foto,
.bloque.gallery-1 .contenido-galeria .col-50 .item_foto {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border: 3px solid #fff;
}
.bloque.gallery-1 .contenido-galeria .col-25 .item_foto .img,
.bloque.gallery-1 .contenido-galeria .col-50 .item_foto .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-1 .contenido-galeria .col-25 .item_foto .img:hover,
.bloque.gallery-1 .contenido-galeria .col-50 .item_foto .img:hover {
  scale: 1.05;
}
.bloque.gallery-1 .contenido-galeria .col-25 .item_foto .img:after,
.bloque.gallery-1 .contenido-galeria .col-50 .item_foto .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('../../../general_assets/img/zoom.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-1 .contenido-galeria .col-25 .item_foto .img:hover:after,
.bloque.gallery-1 .contenido-galeria .col-50 .item_foto .img:hover:after {
  opacity: 0.5;
}
.bloque.gallery-1 .contenido-galeria .col-25 {
  width: 30%;
}
.bloque.gallery-1 .contenido-galeria .col-50 {
  width: 40%;
}
/*-----------------------------------------------------------
BLOQUE GALLERY 2
-------------------------------------------------------------*/
.bloque.gallery-2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.gallery-2 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.bloque.gallery-2 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.gallery-2 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-2 .txt a:hover {
  color: #080808;
}
.bloque.gallery-2 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.gallery-2 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.gallery-2 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.gallery-2 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-2 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-2 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.gallery-2 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.gallery-2 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-2 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-2 .txt h2 {
    font-size: 25px;
  }
}
.bloque.gallery-2 .marcar_borrado {
  position: relative;
}
.bloque.gallery-2 .contenido-galeria .col-md-6 .col-20,
.bloque.gallery-2 .contenido-galeria .col-md-12 .col-20 {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 20%;
  height: 300px;
  border: 2px solid #fff;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20 {
    width: 33%;
    height: 300px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20 {
    width: 50%;
    height: 250px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20 {
    height: 190px;
  }
}
.bloque.gallery-2 .contenido-galeria .col-md-6 .col-20 .img,
.bloque.gallery-2 .contenido-galeria .col-md-12 .col-20 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-2 .contenido-galeria .col-md-6 .col-20 .img:hover,
.bloque.gallery-2 .contenido-galeria .col-md-12 .col-20 .img:hover {
  scale: 1.05;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20.foto-10,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20.foto-10,
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20.foto-11,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20.foto-11,
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20.foto-12,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20.foto-12,
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20.foto-13,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20.foto-13,
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20.foto-14,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20.foto-14,
  .bloque.gallery-2 .contenido-galeria .col-md-6 .col-20.foto-15,
  .bloque.gallery-2 .contenido-galeria .col-md-12 .col-20.foto-15 {
    display: none;
  }
}
.bloque.gallery-2 .contenido-galeria .item_galeria {
  position: relative;
}
.bloque.gallery-2 .contenido-galeria .item_galeria:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('../../../general_assets/img/zoom.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-2 .contenido-galeria .item_galeria:hover:after {
  opacity: 0.5;
}
/*-----------------------------------------------------------
BLOQUE GALLERY 3
-------------------------------------------------------------*/
.bloque.gallery-3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.gallery-3 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.bloque.gallery-3 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.gallery-3 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-3 .txt a:hover {
  color: #080808;
}
.bloque.gallery-3 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.gallery-3 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.gallery-3 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.gallery-3 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-3 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-3 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.gallery-3 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.gallery-3 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-3 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-3 .txt h2 {
    font-size: 25px;
  }
}
.bloque.gallery-3 .listado-galerias .container {
  width: 90%;
  max-width: 1580px;
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-3 .listado-galerias .container {
    width: 100%;
  }
}
.bloque.gallery-3 .listado-galerias .row.item-galeria {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.bloque.gallery-3 .listado-galerias .row.item-galeria h3 {
  margin: 20px 0;
  margin-bottom: 25px;
  max-width: 55%;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-3 .listado-galerias .row.item-galeria h3 {
    font-size: 23px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-3 .listado-galerias .row.item-galeria h3 {
    font-size: 20px;
    max-width: 100%;
  }
}
.bloque.gallery-3 .listado-galerias .row.item-galeria .galeria ul.gallery {
  display: block;
  margin: 0;
  padding: 0;
}
.bloque.gallery-3 .listado-galerias .row.item-galeria .galeria ul.gallery li {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 25%;
  list-style: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.gallery-3 .listado-galerias .row.item-galeria .galeria ul.gallery li {
    width: 33%;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-3 .listado-galerias .row.item-galeria .galeria ul.gallery li {
    width: 50%;
  }
}
.bloque.gallery-3 .listado-galerias .row.item-galeria .galeria ul.gallery li .cont {
  display: block;
  width: 100%;
  height: 40vh;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.gallery-3 .listado-galerias .row.item-galeria .galeria ul.gallery li .cont {
    height: 300px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-3 .listado-galerias .row.item-galeria .galeria ul.gallery li .cont {
    height: 250px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-3 .listado-galerias .row.item-galeria .galeria ul.gallery li .cont {
    height: 200px;
  }
}
/*-----------------------------------------------------------
BLOQUE GALLERY 4
-------------------------------------------------------------*/
.bloque.gallery-4 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.gallery-4 .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.bloque.gallery-4 .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.bloque.gallery-4 .swiper-wrapper .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
  max-width: 500px !important;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-4 .swiper-wrapper .swiper-slide img {
    max-width: 200px !important;
  }
}
/*-----------------------------------------------------------
BLOQUE GALLERY 5
-------------------------------------------------------------*/
.bloque.gallery-5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.gallery-5 .slideshow {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.gallery-5 .slideshow .swiper-container {
  width: 100%;
  position: relative;
}
.bloque.gallery-5 .slideshow .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: #000;
  color: #fff;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.gallery-5 .slideshow .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.bloque.gallery-5 .slideshow .custom-pagination {
  position: absolute;
  bottom: 25px;
  right: 35px;
  left: auto;
  z-index: 99;
  color: #fff;
  text-align: right;
  width: 50%;
  z-index: 999;
}
.bloque.gallery-5 .slideshow .custom-pagination .progress-line {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: white;
  margin-right: 10px;
}
.bloque.gallery-5 .slideshow .custom-pagination .pagination-text {
  font-size: 15px;
  text-transform: uppercase;
}
/*-----------------------------------------------------------
BLOQUE GALLERY 6
-------------------------------------------------------------*/
.bloque.gallery-6 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.gallery-6 .col-titulo .cont-celda .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt a:hover {
  color: #080808;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-6 .col-titulo .cont-celda .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-6 .col-titulo .cont-celda .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.gallery-6 .col-titulo .cont-celda .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-6 .col-titulo .cont-celda .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-6 .col-titulo .cont-celda .txt h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-6 .col-titulo .cont-celda .txt {
    padding-bottom: 25px;
  }
}
.bloque.gallery-6 .col-titulo .cont-celda .txt h2 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-6 .col-titulo .cont-celda .txt h2 {
    margin-bottom: 20px;
  }
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 20px 0;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p a:hover {
  color: #080808;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p strong {
  font-weight: 700;
  color: #111;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.gallery-6 .col-titulo .cont-celda .txt p ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-6 .col-titulo .cont-celda .txt p {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-6 .col-titulo .cont-celda .txt p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.gallery-6 .col-titulo .cont-celda .botonera {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.bloque.gallery-6 .col-titulo .cont-celda .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.gallery-6 .col-titulo .cont-celda .botonera a:hover {
  color: #fff;
  background: #000;
}
.bloque.gallery-6 .galeria_fotos {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-6 .galeria_fotos {
    padding-left: 0;
  }
}
.bloque.gallery-6 .galeria_fotos .swiper-wrapper .swiper-slide {
  display: block;
  width: 100%;
  height: 450px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1025px) {
  .bloque.gallery-6 .galeria_fotos .swiper-wrapper .swiper-slide {
    height: 380px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.gallery-6 .galeria_fotos .swiper-wrapper .swiper-slide {
    height: 290px;
  }
}
.bloque.gallery-6 .galeria_fotos .swiper-button-prev,
.bloque.gallery-6 .galeria_fotos .swiper-button-next {
  position: absolute;
  width: 45px;
  height: 45px;
  opacity: 0.7;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.gallery-6 .galeria_fotos .swiper-button-prev:hover,
.bloque.gallery-6 .galeria_fotos .swiper-button-next:hover {
  opacity: 0.9;
}
.bloque.gallery-6 .galeria_fotos .swiper-button-prev:after,
.bloque.gallery-6 .galeria_fotos .swiper-button-next:after {
  display: none;
}
.bloque.gallery-6 .galeria_fotos .swiper-button-prev {
  left: 10px;
  background-image: url('../../../general_assets/img/a_left_white.svg');
}
.bloque.gallery-6 .galeria_fotos .swiper-button-next {
  right: 10px;
  background-image: url('../../../general_assets/img/a_right_white.svg');
}
/*-----------------------------------------------------------
VIDEO 1
-------------------------------------------------------------*/
.bloque.video-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 45px 0;
}
.bloque.video-1 .video-poster {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 605px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.video-1 .video-poster .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.bloque.video-1 .video-poster .cont_texto {
  flex: 1 1 auto;
  /* permitirá crecer y encogerse */
  min-width: 100%;
  display: block;
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
  padding-bottom: 125px;
}
.bloque.video-1 .video-poster .cont_texto h3,
.bloque.video-1 .video-poster .cont_texto p {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.bloque.video-1 .video-poster .cont_texto h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  font-size: 29px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .bloque.video-1 .video-poster .cont_texto h3 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.video-1 .video-poster .cont_texto h3 {
    font-size: 25px;
  }
}
.bloque.video-1 .video-poster .cont_texto p {
  font-size: 21px;
  font-weight: 300;
}
.bloque.video-1 .video-poster .cont_texto .video-play-button {
  position: absolute;
  margin-top: 45px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 30px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.video-1 .video-poster .cont_texto .video-play-button span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../../general_assets/img/play.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 44px !important;
  z-index: 20;
  opacity: 0.6;
}
.bloque.video-1 .video-poster .cont_texto .video-play-button:hover {
  opacity: 1;
}
.bloque.video-1 .video-poster .cont_texto .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.bloque.video-1 .video-poster .cont_texto .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: all 200ms;
}
.bloque.video-1 .video-poster .cont_texto .video-play-button:hover:after {
  background-color: #e6e6e6;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.6);
    opacity: 0;
  }
}
/*-----------------------------------------------------------
VIDEO 2
-------------------------------------------------------------*/
.bloque.video-2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.video-2 .wrapper_video {
  display: flex;
  max-width: 2200px;
  margin: 0 auto;
}
.bloque.video-2 .wrapper_video .item-video {
  position: relative;
  overflow: hidden;
}
.bloque.video-2 .wrapper_video .item-video .cont {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.bloque.video-2 .wrapper_video .item-video .video-poster {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 455px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .degradado {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .video-play-button {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 30px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .video-play-button span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../../general_assets/img/play.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45px !important;
  z-index: 20;
  opacity: 0.5;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .video-play-button:hover {
  opacity: 1;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: all 200ms;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .video-play-button:hover:after {
  background-color: #e6e6e6;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .cont_texto {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 480px;
  min-height: 20px;
  z-index: 5;
}
.bloque.video-2 .wrapper_video .item-video .video-poster .cont_texto h3 {
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.45;
}
.mfp-iframe-scaler iframe {
  box-shadow: none !important;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1180px !important;
}
/*------------------------------------------------------------------------------
MAGNIFIC POP UP
--------------------------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000 !important;
  opacity: 0.8 !important;
}
.mfp-image-holder .mfp-close {
  display: block;
  width: 40px !important;
  height: 40px;
  position: absolute;
  top: 20px !important;
  right: -20px !important;
  overflow: hidden;
  text-indent: 999px;
  border-radius: 100%;
  opacity: 1;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  background-image: url('../../../general_assets/img/close.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px !important;
  cursor: pointer !important;
}
/*
button.mfp-close
{
  cursor:pointer !important;
  font-weight: 300;
  color:#fff;
  font-size:36px;
}
 */
.mfp-figure::after {
  box-shadow: none !important;
}
.mfp-counter {
  color: #fff !important;
  opacity: 1 !important;
}
button.mfp-arrow.mfp-arrow-left {
  width: 70px;
  top: 50%;
  margin-top: -25px;
  height: 40px;
  background-image: url('../../../general_assets/img/arrow_left_white_long.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
}
button.mfp-arrow.mfp-arrow-right {
  width: 70px;
  top: 50%;
  margin-top: -25px;
  height: 40px;
  background-image: url('../../../general_assets/img/arrow_right_white_long.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
}
.mfp-bottom-bar {
  display: none !important;
}
button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:before,
button.mfp-arrow.mfp-arrow-left:after,
button.mfp-arrow.mfp-arrow-right:after {
  display: none !important;
}
.mfp-image-holder .mfp-content {
  background: transparent;
  padding: 0;
}
.mfp-content img.mfp-img {
  max-height: 90vh !important;
}
@media only screen and (max-width: 1025px) {
  .mfp-content img.mfp-img {
    max-height: 95vh !important;
  }
}
.bloque.reviews-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  /*
  .col-testimonios
  {
    display:block;
    position:relative;
    .swiper-wrapper
    {
      overflow:hidden;
    }
    .swiper-slide
    {
      padding:10px 25px;
      .item-review
      {
        padding:5px;
        .cont
        {
          margin:15px 10px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          padding:25px;
          border-radius:18px;
          .img
          {
            display:block;
            width:65px;
            height:auto !important;
            margin-bottom:5px;
          }
          .nombre
          {
            font-weight:bold;
            letter-spacing:1px;
            text-transform: uppercase;
            font-size:16px;
            color:#000;
          }
          .rating
          {
            display:block;
            position:relative;
            overflow:hidden;
            .estrella
            {
              display:inline-block;
              width:19px;
              height:19px;
              margin:0;
              background-image:url('../../../general_assets/img/star_icon.svg');
              background-position:center center;
              background-repeat:no-repeat;
              background-size:22px;
            }
            .estrella.gris
            {
              filter:grayscale(100%);
              opacity:0.6;
            }
          }
          .descripcion
          {
            font-size:16px;
            line-height:1.2;
            color:rgba(0,0,0,0.7);
            font-weight:400;
            letter-spacing: -0.1px;
            min-height:170px;
          }
          .tiempo
          {
            font-size:15px;
            lin-height:1.1;
            color:@color_principal;
            text-transform:uppercase;
            font-weight:300;
          }
        }
      }
      .item-review.item-review-0
      {
        margin-top:65px;
      }
      .item-review.item-review-3
      {
        margin-top:-65px;
      }
    }
  }
   */
}
@media only screen and (max-width: 1025px) {
  .bloque.reviews-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.reviews-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.reviews-2 .col-intro {
  display: flex;
  align-items: center;
}
.bloque.reviews-2 .col-intro .cont {
  display: block;
  width: 100%;
}
.bloque.reviews-2 .col-intro .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.reviews-2 .col-intro .cont h2 {
  font-size: 49px;
  font-weight: normal;
  margin-bottom: 25px;
}
.bloque.reviews-2 .col-intro .cont p {
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  width: 80%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  font-weight: 300;
}
.bloque.reviews-2 .col-intro .cont p p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.reviews-2 .col-intro .cont p a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.reviews-2 .col-intro .cont p a:hover {
  color: #080808;
}
.bloque.reviews-2 .col-intro .cont p strong {
  font-weight: 700;
  color: #111;
}
.bloque.reviews-2 .col-intro .cont p ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.reviews-2 .col-intro .cont p ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.reviews-2 .col-intro .cont p ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.reviews-2 .col-intro .cont p {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.reviews-2 .col-intro .cont p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.reviews-2 .col-intro .estrellas-google {
  display: block;
  margin-top: 25px;
  background: #fff;
  text-align: center;
  width: 220px;
  padding: 30px;
  padding-top: 65px;
  background-image: url('../../../general_assets/img/google.svg');
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 1px solid #aaa;
  border-radius: 18px;
  margin-top: 35px;
}
.bloque.reviews-2 .col-intro .estrellas-google .cont {
  text-align: center;
}
.bloque.reviews-2 .col-intro .estrellas-google .cont .numero {
  font-size: 50px;
  font-weight: 700;
}
.bloque.reviews-2 .col-intro .estrellas-google .cont .numero h3 {
  font-size: 50px;
  font-weight: 700;
}
.bloque.reviews-2 .col-intro .estrellas-google .cont P {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.bloque.reviews-2 .col-intro .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
}
@media only screen and (max-width: 1025px) {
  .bloque.reviews-2 .col-intro .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.reviews-2 .col-intro .cont h2 {
    font-size: 25px;
  }
}
.bloque.reviews-2 .reviews {
  display: flex;
  position: relative;
  margin: auto;
}
.bloque.reviews-2 .reviews .degradado_arriba {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 10;
}
.bloque.reviews-2 .reviews .degradado_abajo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 10;
}
.bloque.reviews-2 .reviews .col-md-6 {
  flex: 1;
  overflow: hidden;
  height: 750px;
  border-radius: 8px;
  background: #fff;
  /* cada reseña */
}
.bloque.reviews-2 .reviews .col-md-6 .ticker {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bloque.reviews-2 .reviews .col-md-6 .item {
  margin-bottom: 35px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.bloque.reviews-2 .reviews .col-md-6 .item .nombre {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 17px;
  color: #000;
}
.bloque.reviews-2 .reviews .col-md-6 .item .fecha {
  color: #222;
  opacity: 0.7;
  font-weight: 300;
  font-size: 14px;
}
.bloque.reviews-2 .reviews .col-md-6 .item .rating {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.reviews-2 .reviews .col-md-6 .item .rating .estrella {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  background-image: url('../img/star.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
}
.bloque.reviews-2 .reviews .col-md-6 .item .rating .estrella.gris {
  filter: grayscale(100%);
  opacity: 0.6;
}
.bloque.reviews-2 .reviews .col-md-6 .item .descripcion {
  font-size: 16px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  letter-spacing: -0.1px;
  min-height: 150px;
}
.bloque.reviews-2 .reviews .col-1 ul.ticker {
  animation: scroll-down-reviews2 80s linear infinite;
}
.bloque.reviews-2 .reviews .col-2 ul.ticker {
  animation: scroll-up-reviews2 80s linear infinite;
}
/* --- animaciones infinitas --- */
@keyframes scroll-up-reviews2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
  /* -50 % = se mueve una copia entera */
}
@keyframes scroll-down-reviews2 {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.bloque.hero-1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.hero-1 .hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-1 .hero-slider {
    height: 600px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-1 .hero-slider {
    height: 500px;
  }
}
.bloque.hero-1 .hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.bloque.hero-1 .hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.bloque.hero-1 .hero-slider .slide-inner .container .slide-title {
  max-width: 570px;
  margin-top: 30px;
}
.bloque.hero-1 .hero-slider .slide-inner .container .slide-title h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.3;
  font-size: 51px;
}
.bloque.hero-1 .hero-slider .slide-inner .container .slide-text {
  display: block;
  max-width: 440px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}
.bloque.hero-1 .hero-slider .slide-inner .container .slide-text p {
  font-size: 24px;
  font-weight: 300;
}
.bloque.hero-1 .hero-slider .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.bloque.hero-1 .hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}
.bloque.hero-1 .swiper-slide {
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.bloque.hero-1 .swiper-slide-active,
.bloque.hero-1 .swiper-slide-duplicate-active {
  z-index: 2;
}
.bloque.hero-1 .hero-slider .swiper-button-prev,
.bloque.hero-1 .hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 55px;
  transition: all 0.3s ease;
  opacity: 0.4;
  transform: translateX(0);
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.hero-1 .hero-slider .swiper-button-prev:hover,
.bloque.hero-1 .hero-slider .swiper-button-next:hover {
  opacity: 1;
}
.bloque.hero-1 .hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
  background-image: url('../../../general_assets/img/arrow_left_white_long.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center center;
}
.bloque.hero-1 .hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
  background-image: url('../../../general_assets/img/arrow_right_white_long.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center center;
}
.bloque.hero-1 .slide-btns {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 35px;
}
@media only screen and (max-width: 580px) {
  .bloque.hero-1 .slide-btns {
    padding-top: 20px;
  }
}
.bloque.hero-1 .slide-btns a {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: none;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-1 .slide-btns a {
    padding: 9px 16px;
  }
}
.bloque.hero-1 .flecha {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 80px;
  z-index: 999;
  background-image: url('../../../general_assets/img/arrow_down_long.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  animation: moverFlecha 2s ease-in-out infinite;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px), only screen and (max-width: 1025px) {
  .bloque.hero-1 .flecha {
    display: none;
  }
}
@keyframes moverFlecha {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 30px;
  }
}
/*------------------------------------------------------------------
BLOQUE HERO 2
--------------------------------------------------------------------*/
.bloque.hero-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.hero-2 .col-titulo {
  display: block;
  position: relative;
}
.bloque.hero-2 .col-titulo .cont {
  padding-right: 45px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-2 .col-titulo .cont {
    padding-right: 0;
  }
}
.bloque.hero-2 .col-titulo .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.hero-2 .col-titulo .cont h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-2 .col-titulo .cont h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-2 .col-titulo .cont h2 {
    font-size: 23px;
  }
}
.bloque.hero-2 .col-titulo.coltit {
  display: flex;
  align-items: center;
}
.bloque.hero-2 .col-titulo.coltit .cont {
  padding-right: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-2 .col-titulo.coltit .cont {
    padding-right: 0;
  }
}
.bloque.hero-2 .col-titulo.coltit .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.hero-2 .col-titulo.coltit .cont h2 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-2 .col-titulo.coltit .cont h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-2 .col-titulo.coltit .cont h2 {
    font-size: 29px;
  }
}
.bloque.hero-2 .col-titulo.coltit .cont p {
  font-size: 23px;
  font-weight: 300;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-2 .col-titulo.coltit .cont p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-2 .col-titulo.coltit .cont p {
    font-size: 18px;
  }
}
.bloque.hero-2 .slideshow {
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-2 .slideshow {
    padding-top: 45px;
  }
}
.bloque.hero-2 .slideshow .swiper-container {
  width: 100%;
  position: relative;
}
.bloque.hero-2 .slideshow .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: #ddd;
  color: #fff;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.hero-2 .slideshow .swiper-slide {
    height: 500px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-2 .slideshow .swiper-slide {
    height: 400px;
  }
}
.bloque.hero-2 .slideshow .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.bloque.hero-2 .slideshow .custom-pagination {
  position: absolute;
  bottom: 25px;
  right: 35px;
  left: auto;
  z-index: 99;
  color: #fff;
  text-align: right;
  width: 50%;
  z-index: 999;
}
.bloque.hero-2 .slideshow .custom-pagination .progress-line {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: white;
  margin-right: 10px;
}
.bloque.hero-2 .slideshow .custom-pagination .pagination-text {
  font-size: 15px;
  text-transform: uppercase;
}
/*------------------------------------------------------------------
BLOQUE HERO 3
--------------------------------------------------------------------*/
.bloque.hero-3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.hero-3 .titulo {
  display: block;
  position: relative;
  z-index: 10;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.bloque.hero-3 .titulo h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.2px;
  position: relative;
  margin-bottom: -5px;
}
.bloque.hero-3 .titulo h2 span {
  display: block;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 65px;
  letter-spacing: -0.1px;
  padding: 10px 0;
}
.bloque.hero-3 .titulo h2 span.linea2 {
  color: #fff;
}
.bloque.hero-3 .fondo {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -105px;
}
.bloque.hero-3 .fondo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
/*------------------------------------------------------------------
BLOQUE HERO 4
--------------------------------------------------------------------*/
.bloque.hero-4 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.hero-4 .introduccion {
  position: relative;
  overflow: hidden;
}
.bloque.hero-4 .introduccion .col-titulo {
  padding-right: 30px;
}
.bloque.hero-4 .introduccion .col-titulo h2 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.bloque.hero-4 .introduccion .col-texto .cont {
  padding-left: 30px;
}
.bloque.hero-4 .introduccion .col-texto .cont p {
  margin: 15px 0;
  font-size: 19px;
  font-weight: 400;
}
.bloque.hero-4 .slideshow {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 55px;
}
.bloque.hero-4 .slideshow .swiper-container {
  width: 100%;
  position: relative;
}
.bloque.hero-4 .slideshow .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: #000;
  color: #fff;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.hero-4 .slideshow .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.bloque.hero-4 .slideshow .custom-pagination {
  position: absolute;
  bottom: 25px;
  right: 35px;
  left: auto;
  z-index: 99;
  color: #fff;
  text-align: right;
  width: 50%;
  z-index: 999;
}
.bloque.hero-4 .slideshow .custom-pagination .progress-line {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: white;
  margin-right: 10px;
}
.bloque.hero-4 .slideshow .custom-pagination .pagination-text {
  font-size: 15px;
  text-transform: uppercase;
}
/*------------------------------------------------------------------
BLOQUE HERO 5
--------------------------------------------------------------------*/
.bloque.hero-5 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.hero-5 .wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 650px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-5 .wrapper {
    height: 400px;
  }
}
.bloque.hero-5 .wrapper .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.4);
  z-index: 15;
  pointer-events: none;
}
.bloque.hero-5 .wrapper .linea1,
.bloque.hero-5 .wrapper .linea2,
.bloque.hero-5 .wrapper .linea3,
.bloque.hero-5 .wrapper .linea4 {
  position: absolute;
  background: #fff;
  z-index: 20;
  opacity: 0.5;
}
.bloque.hero-5 .wrapper .linea1 {
  top: 75px;
  left: 0;
  width: 100%;
  height: 1px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .linea1 {
    top: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .linea1 {
    top: 25px;
  }
}
.bloque.hero-5 .wrapper .linea2 {
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 1px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .linea2 {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .linea2 {
    bottom: 25px;
  }
}
.bloque.hero-5 .wrapper .linea3 {
  left: 75px;
  top: 0;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .linea3 {
    left: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .linea3 {
    left: 25px;
  }
}
.bloque.hero-5 .wrapper .linea4 {
  right: 75px;
  top: 0;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .linea4 {
    right: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .linea4 {
    right: 25px;
  }
}
.bloque.hero-5 .wrapper .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 5;
}
.bloque.hero-5 .wrapper .cont-tabla {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.bloque.hero-5 .wrapper .cont-tabla .logo {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 200px;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .cont-tabla .logo {
    width: 190px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.hero-5 .wrapper .cont-tabla .logo {
    width: 180px;
  }
}
.bloque.hero-5 .wrapper .cont-tabla {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1025px) {
  .bloque.hero-5 .wrapper .cont-tabla {
    width: 100%;
  }
}
.bloque.hero-5 .wrapper .cont-tabla h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  font-size: 37px;
  letter-spacing: -0.2px;
}
.bloque.hero-5 .wrapper .cont-tabla p {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
}
/*------------------------------------------------------------------
BLOQUE HERO 6
--------------------------------------------------------------------*/
.bloque.hero-6 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.hero-6 .swiper-container {
  width: 100%;
  position: relative;
}
.bloque.hero-6 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: #000;
  color: #fff;
  height: 90vh;
  position: relative;
}
.bloque.hero-6 .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.bloque.hero-6 .swiper-slide .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.hero-6 .swiper-slide .texto {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 820px;
  margin-top: -20vh;
  text-align: center;
}
.bloque.hero-6 .swiper-slide .texto h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.3;
  font-size: 47px;
}
.bloque.hero-6 .swiper-slide .texto p {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.bloque.hero-6 .swiper-slide .botonera {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  margin-top: 45px;
}
.bloque.hero-6 .swiper-slide .botonera a {
  display: inline-block;
  padding: 15px 28px;
  color: #fff;
  background: #1d4f7b;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.3px;
  text-decoration: none;
}
.bloque.hero-6 .swiper-slide-active .fondo {
  animation-name: kenBurnsZoom;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.bloque.hero-6 .swiper-slide-active .texto {
  animation-name: fade-in;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.bloque.hero-6 .swiper-button-prev,
.bloque.hero-6 .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 55px;
  transition: all 0.3s ease;
  opacity: 0.4;
  transform: translateX(0);
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.hero-6 .swiper-button-prev:hover,
.bloque.hero-6 .swiper-button-next:hover {
  opacity: 1;
}
.bloque.hero-6 .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
  background-image: url('../../../general_assets/img/arrow_left_white_long.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center center;
}
.bloque.hero-6 .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
  background-image: url('../../../general_assets/img/arrow_right_white_long.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center center;
}
.bloque.hero-6 .swiper-slide-prev .fondo {
  transform: scale(1.1);
}
@keyframes kenBurnsZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------------------------------------------------
BLOQUE HERO 6
--------------------------------------------------------------------*/
.bloque.hero-7 {
  display: block;
  position: relative;
  margin-bottom: 55px;
}
.bloque.hero-7 .swiper-container {
  width: 100%;
  position: relative;
  overflow: visible;
}
.bloque.hero-7 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: #000;
  color: #fff;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.hero-7 .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.bloque.hero-7 .swiper-slide .texto {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 820px;
  margin-top: -20vh;
  text-align: center;
}
.bloque.hero-7 .swiper-slide .texto h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.3;
  font-size: 47px;
}
.bloque.hero-7 .swiper-slide .texto p {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.bloque.hero-7 .swiper-slide .botonera {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  margin-top: 45px;
}
.bloque.hero-7 .swiper-slide .botonera a {
  display: inline-block;
  padding: 15px 28px;
  color: #fff;
  background: #1d4f7b;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.3px;
  text-decoration: none;
}
.bloque.hero-7 .swiper-slide .circulo {
  position: absolute;
  display: flex;
  width: 380px;
  height: 380px;
  background: #304965;
  bottom: -80px;
  right: 15%;
  border-radius: 100%;
  z-index: 10;
  align-items: center;
  text-align: center;
  color: #fff;
}
.bloque.hero-7 .swiper-slide .circulo .cont_circulo {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.bloque.hero-7 .swiper-slide .circulo .cont_circulo .subtitulo,
.bloque.hero-7 .swiper-slide .circulo .cont_circulo .descripcion {
  padding-left: 45px;
  padding-right: 45px;
  opacity: 0.9;
}
.bloque.hero-7 .swiper-slide .circulo .cont_circulo .subtitulo {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.3;
  font-size: 30px;
  letter-spacing: 0.5px;
  padding-left: 55px;
  padding-right: 55px;
}
.bloque.hero-7 .swiper-slide .circulo .cont_circulo .descripcion {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 300;
}
.bloque.hero-7 .swiper-slide .circulo .cont_circulo .botonera {
  margin: 10px 0;
  padding: 8px 0;
  padding-bottom: 35px;
}
.bloque.hero-7 .swiper-slide .circulo .cont_circulo .botonera a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  padding: 6px 14px;
  font-size: 14px;
  text-transform: uppercase;
}
.bloque.hero-7 .swiper-pagination {
  position: absolute;
  display: block;
  width: 380px;
  height: 30px;
  bottom: -48px;
  text-align: center;
  z-index: 20;
  right: 15%;
}
.bloque.hero-7 .swiper-pagination:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.bloque.hero-7 .swiper-pagination span.swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.hero-7 .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}
.bloque.municipios-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.municipios-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.municipios-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.municipios-1 .item-municipio {
  display: block;
  margin-bottom: 25px;
}
.bloque.municipios-1 .item-municipio .cont {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 12px;
}
.bloque.municipios-1 .item-municipio .cont .img {
  display: block;
  width: 100%;
  height: 235px;
  overflow: hidden;
}
.bloque.municipios-1 .item-municipio .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.municipios-1 .item-municipio .cont .img:hover img {
  transform: scale(1.02) rotate(2deg);
}
.bloque.municipios-1 .item-municipio .cont .txt {
  display: block;
  margin: 12px 0;
  margin-top: 8px;
}
.bloque.municipios-1 .item-municipio .cont .txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 23px;
  letter-spacing: 0.1px;
  font-weight: 700;
  color: #222;
}
.wrapper_ficha_municipio1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont {
  display: block;
  position: relative;
  overflow: hidden;
  padding-right: 45px;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #222;
  margin: 0;
  margin-bottom: 10px;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .info-adicional {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.3px;
  opacity: 0.8;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .info-adicional a {
  color: #222;
  text-transform: lowercase;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .info-adicional a span {
  font-weight: bold;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .redes li a {
  border: 1px solid #111;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .redes li a.facebook {
  background-image: url('../../../general_assets/img/ico-facebook.svg');
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .redes li a.twitter {
  background-image: url('../../../general_assets/img/ico-twitter.svg');
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .redes li a.instagram {
  background-image: url('../../../general_assets/img/ico-instagram.svg');
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .redes li a.youtube {
  background-image: url('../../../general_assets/img/ico-youtube.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrapper_ficha_municipio1 .col-datos-contacto .cont .redes li a.tiktok {
  background-image: url('../../../general_assets/img/ico-tiktok.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrapper_ficha_municipio1 .col-contenido {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 55px;
}
.wrapper_ficha_municipio1 .col-contenido .introduccion {
  font-size: 23px;
  margin-bottom: 45px;
  font-weight: 500;
  color: #385676;
}
@media only screen and (max-width: 1025px) {
  .wrapper_ficha_municipio1 .col-contenido .introduccion {
    padding-top: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #283d53;
  }
}
@media only screen and (max-width: 580px) {
  .wrapper_ficha_municipio1 .col-contenido .introduccion {
    font-size: 19px;
  }
}
.wrapper_ficha_municipio1 .col-contenido .descripcion {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.wrapper_ficha_municipio1 .col-contenido .descripcion p {
  margin-top: 0;
  margin-bottom: 20px;
}
.wrapper_ficha_municipio1 .col-contenido .descripcion a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wrapper_ficha_municipio1 .col-contenido .descripcion a:hover {
  color: #080808;
}
.wrapper_ficha_municipio1 .col-contenido .descripcion strong {
  font-weight: 700;
  color: #111;
}
.wrapper_ficha_municipio1 .col-contenido .descripcion ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.wrapper_ficha_municipio1 .col-contenido .descripcion ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.wrapper_ficha_municipio1 .col-contenido .descripcion ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .wrapper_ficha_municipio1 .col-contenido .descripcion {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .wrapper_ficha_municipio1 .col-contenido .descripcion {
    font-size: 16px;
    line-height: 1.3;
  }
}
.wrapper_ficha_municipio1 .galeria_municipio {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 55px;
}
.wrapper_ficha_municipio1 .galeria_municipio .swiper-container,
.wrapper_ficha_municipio1 .galeria_municipio .mySwiper {
  width: 100%;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .wrapper_ficha_municipio1 .galeria_municipio .swiper-container,
  .wrapper_ficha_municipio1 .galeria_municipio .mySwiper {
    height: 400px;
  }
}
@media only screen and (max-width: 580px) {
  .wrapper_ficha_municipio1 .galeria_municipio .swiper-container,
  .wrapper_ficha_municipio1 .galeria_municipio .mySwiper {
    height: 300px;
  }
}
.wrapper_ficha_municipio1 .galeria_municipio .swiper-slide {
  width: 950px;
  height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1025px) {
  .wrapper_ficha_municipio1 .galeria_municipio .swiper-slide {
    width: 700px;
    height: 400px;
  }
}
@media only screen and (max-width: 580px) {
  .wrapper_ficha_municipio1 .galeria_municipio .swiper-slide {
    width: 85%;
    height: 290px;
  }
}
.wrapper_ficha_municipio1 .galeria_municipio .swiper-button-prev,
.wrapper_ficha_municipio1 .galeria_municipio .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 64px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wrapper_ficha_municipio1 .galeria_municipio .swiper-button-prev:hover,
.wrapper_ficha_municipio1 .galeria_municipio .swiper-button-next:hover {
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  .wrapper_ficha_municipio1 .galeria_municipio .swiper-button-prev,
  .wrapper_ficha_municipio1 .galeria_municipio .swiper-button-next {
    display: block !important;
  }
}
.wrapper_ficha_municipio1 .galeria_municipio .swiper-button-prev {
  left: calc(50% - 475px - 20px);
  background-image: url('../../../general_assets/img/arrow_left_white_long.svg');
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 580px) {
  .wrapper_ficha_municipio1 .galeria_municipio .swiper-button-prev {
    left: 0;
    background-size: 38px;
  }
}
.wrapper_ficha_municipio1 .galeria_municipio .swiper-button-next {
  left: calc(50% + 475px - 20px);
  background-image: url('../../../general_assets/img/arrow_right_white_long.svg');
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 580px) {
  .wrapper_ficha_municipio1 .galeria_municipio .swiper-button-next {
    left: 0;
    background-size: 38px;
  }
}
.wrapper_ficha_municipio1 .mapa-ficha {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  padding-top: 55px;
}
.wrapper_ficha_municipio1 .mapa-ficha #mapid {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 430px;
  background-color: #eee;
}
.wrapper_ficha_municipio1 .mapa-ficha .como-llegar {
  position: absolute;
  top: 5px;
  right: 10px;
}
.wrapper_ficha_municipio1 .mapa-ficha .como-llegar a {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  background: #385676;
}
.bloque.portafolio-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 65px 0;
  padding-bottom: 95px;
  margin: 55px 0;
  background: #202020;
}
.bloque.portafolio-1 .listado-trabajos {
  /* Estado visible */
  /* Estado final visible */
}
.bloque.portafolio-1 .listado-trabajos .container {
  position: relative;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-img {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont {
  padding: 65px 15px;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  max-width: 450px;
  margin: 0 auto;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont a {
  color: rgba(255, 255, 255, 0.9);
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 37px;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 1.3;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc a:hover {
  color: #080808;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc strong {
  font-weight: 700;
  color: #111;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt .cont .desc {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.portafolio-1 .listado-trabajos .numerador {
  position: absolute;
  bottom: 0;
  right: 15%;
  font-size: 90px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.9);
}
.bloque.portafolio-1 .listado-trabajos .siguiente-item {
  position: absolute;
  top: 50%;
  right: -65px;
  width: 70px;
  height: 40px;
  background-image: url('../../../general_assets/img/arrow_right_white_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.portafolio-1 .listado-trabajos .siguiente-item:hover {
  opacity: 0.8;
}
.bloque.portafolio-1 .listado-trabajos .anterior-item {
  position: absolute;
  top: 50%;
  left: -65px;
  width: 70px;
  height: 40px;
  background-image: url('../../../general_assets/img/arrow_left_white_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.portafolio-1 .listado-trabajos .anterior-item:hover {
  opacity: 0.8;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio {
  visibility: hidden;
  /* Ocultar inicialmente */
  opacity: 0;
  /* Iniciar opacidad en 0 */
  position: absolute;
  /* Asegura que solo el elemento visible ocupe espacio */
  transition: all 1s ease;
  /* Aplicar transición */
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio.visible {
  visibility: visible;
  /* Hacer visible */
  opacity: 1;
  /* Opacidad completa */
  position: relative;
  /* Restaurar posición normal */
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-img,
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt {
  opacity: 0;
  transform: rotate(-10deg);
  /* Para col-img */
  transition: all 1s ease;
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio .col-txt {
  transform: rotate(10deg);
  /* Para col-txt */
}
.bloque.portafolio-1 .listado-trabajos .item-portafolio.visible .col-img,
.bloque.portafolio-1 .listado-trabajos .item-portafolio.visible .col-txt {
  opacity: 1;
  transform: rotate(0deg);
  /* Sin rotación */
}
.bloque.portafolio-1 .marquee {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  margin-top: -35px;
  margin-bottom: 25px;
}
.bloque.portafolio-1 p {
  animation: marquee 50s linear infinite;
  font-size: 110px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
/*---------------------------------------------------------
LISTADO INDEX 1
LISTADO HOME 1
------------------------------------------------------------*/
.listado-index-1,
.listado-posts-3,
.listado-posts-4 {
  display: block;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .listado-index-1,
  .listado-posts-3,
  .listado-posts-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-index-1,
  .listado-posts-3,
  .listado-posts-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.listado-index-1 .txt,
.listado-posts-3 .txt,
.listado-posts-4 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}
.listado-index-1 .txt p,
.listado-posts-3 .txt p,
.listado-posts-4 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.listado-index-1 .txt a,
.listado-posts-3 .txt a,
.listado-posts-4 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-index-1 .txt a:hover,
.listado-posts-3 .txt a:hover,
.listado-posts-4 .txt a:hover {
  color: #080808;
}
.listado-index-1 .txt strong,
.listado-posts-3 .txt strong,
.listado-posts-4 .txt strong {
  font-weight: 700;
  color: #111;
}
.listado-index-1 .txt ul,
.listado-posts-3 .txt ul,
.listado-posts-4 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.listado-index-1 .txt ul li,
.listado-posts-3 .txt ul li,
.listado-posts-4 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.listado-index-1 .txt ul li:before,
.listado-posts-3 .txt ul li:before,
.listado-posts-4 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .listado-index-1 .txt,
  .listado-posts-3 .txt,
  .listado-posts-4 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .listado-index-1 .txt,
  .listado-posts-3 .txt,
  .listado-posts-4 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.listado-index-1 .txt h5,
.listado-posts-3 .txt h5,
.listado-posts-4 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.listado-index-1 .txt h2,
.listado-posts-3 .txt h2,
.listado-posts-4 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .listado-index-1 .txt h2,
  .listado-posts-3 .txt h2,
  .listado-posts-4 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-index-1 .txt h2,
  .listado-posts-3 .txt h2,
  .listado-posts-4 .txt h2 {
    font-size: 25px;
  }
}
.listado-index-1 .listado-posts-3-columns .fila-registros,
.listado-posts-3 .listado-posts-3-columns .fila-registros,
.listado-posts-4 .listado-posts-3-columns .fila-registros {
  position: relative;
  overflow: hidden;
}
.listado-index-1 .listado-posts-3-columns .fila-registros .item-post .cont,
.listado-posts-3 .listado-posts-3-columns .fila-registros .item-post .cont,
.listado-posts-4 .listado-posts-3-columns .fila-registros .item-post .cont {
  display: block;
  position: relative;
  padding: 0 5px;
}
.listado-index-1 .listado-posts-3-columns .fila-registros .item-post .cont .img.reveal,
.listado-posts-3 .listado-posts-3-columns .fila-registros .item-post .cont .img.reveal,
.listado-posts-4 .listado-posts-3-columns .fila-registros .item-post .cont .img.reveal {
  overflow: hidden;
}
.listado-index-1 .listado-posts-3-columns .fila-registros .item-post .cont .txt,
.listado-posts-3 .listado-posts-3-columns .fila-registros .item-post .cont .txt,
.listado-posts-4 .listado-posts-3-columns .fila-registros .item-post .cont .txt {
  text-align: left;
  padding-top: 20px;
}
.listado-index-1 .listado-posts-3-columns .fila-registros .item-post .cont .txt .fecha,
.listado-posts-3 .listado-posts-3-columns .fila-registros .item-post .cont .txt .fecha,
.listado-posts-4 .listado-posts-3-columns .fila-registros .item-post .cont .txt .fecha {
  font-size: 15px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.listado-index-1 .listado-posts-3-columns .fila-registros .item-post .cont .txt h2,
.listado-posts-3 .listado-posts-3-columns .fila-registros .item-post .cont .txt h2,
.listado-posts-4 .listado-posts-3-columns .fila-registros .item-post .cont .txt h2 {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: left;
}
.listado-index-1 .botonera,
.listado-posts-3 .botonera,
.listado-posts-4 .botonera {
  margin: 25px 0;
  display: inline-block;
  position: relative;
  text-align: center;
}
.listado-index-1 .botonera a,
.listado-posts-3 .botonera a,
.listado-posts-4 .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.listado-index-1 .botonera a:hover,
.listado-posts-3 .botonera a:hover,
.listado-posts-4 .botonera a:hover {
  color: #fff;
  background: #000;
}
/*---------------------------------------------------------
LISTADO INDEX 2
------------------------------------------------------------*/
.listado-index-2,
.listado-posts-2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-index-2 .item-post,
.listado-posts-2 .item-post {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.listado-index-2 .item-post .img,
.listado-posts-2 .item-post .img {
  display: block;
  margin-bottom: 17px;
}
.listado-index-2 .item-post .txt .fecha,
.listado-posts-2 .item-post .txt .fecha {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}
.listado-index-2 .item-post .txt h2,
.listado-posts-2 .item-post .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.35;
  color: #222;
}
/*---------------------------------------------------------
LISTADO INDEX 3
------------------------------------------------------------*/
.listado-index-3 {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-index-3 .item-post {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.listado-index-3 .item-post .img {
  display: block;
  margin-bottom: 17px;
}
.listado-index-3 .item-post .txt .fecha {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}
.listado-index-3 .item-post .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.35;
  color: #222;
}
.listado-index-3 .bloque-tags,
.listado-index-3 .tags {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-bottom: 20px;
  margin-top: -5px;
}
.listado-index-3 .bloque-tags ul,
.listado-index-3 .tags ul {
  margin: 0;
  padding: 0;
}
.listado-index-3 .bloque-tags ul li,
.listado-index-3 .tags ul li {
  display: inline-block;
  margin: 5px 2px;
  padding: 0;
}
.listado-index-3 .bloque-tags ul li a,
.listado-index-3 .tags ul li a,
.listado-index-3 .bloque-tags ul li span,
.listado-index-3 .tags ul li span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 18px;
}
.listado-index-3 .col-lateral {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-index-3 .col-lateral .cont {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}
.listado-index-3 .col-lateral .cont h4 {
  color: #283d53;
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 2px solid #283d53;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.listado-index-3 .col-lateral .cont .bloque-tags {
  margin-top: 25px;
}
.listado-index-3 .col-lateral .cont .form-group {
  margin: 20px 0;
  padding: 0;
  display: block;
  position: relative;
}
.listado-index-3 .col-lateral .cont .form-group input.q {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  border: 1px solid #ddd;
}
.listado-index-3 .col-lateral .cont .form-group .btn-enviar {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 36px;
  height: 36px;
  background-color: transparent;
  background-image: url('../../../general_assets/img/search.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px;
  border: none;
}
/*---------------------------------------------------------
LISTADO INDEX 4
------------------------------------------------------------*/
.listado-index-4 {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-index-4 .row.fila-tags {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1025px) {
  .listado-index-4 .row.fila-tags {
    padding: 5px 0;
    margin-top: 5px;
  }
}
.listado-index-4 .row.fila-tags ul {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.listado-index-4 .row.fila-tags ul li {
  display: inline-block;
  list-style: none;
  margin: 0 7px;
}
@media only screen and (max-width: 1025px) {
  .listado-index-4 .row.fila-tags ul li {
    margin: 0 4px;
  }
}
.listado-index-4 .row.fila-tags ul li a {
  display: block;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 16px;
  color: #222;
}
@media only screen and (max-width: 1025px) {
  .listado-index-4 .row.fila-tags ul li a {
    padding: 3px 5px;
    font-size: 15px;
  }
}
.listado-index-4 .row.fila-tags ul li a.activo {
  color: #385676;
}
.listado-index-4 .item-post {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
.listado-index-4 .item-post .cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.listado-index-4 .item-post .img {
  display: block;
  margin-bottom: 17px;
}
.listado-index-4 .item-post .txt {
  font-size: 17px;
  color: #222;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
.listado-index-4 .item-post .txt .fecha {
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
  opacity: 0.5;
  margin-top: 5px;
  margin-bottom: 10px;
}
.listado-index-4 .item-post .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.35;
  color: #222;
}
.listado-index-4 .item-post .txt .enlace {
  display: block;
  margin-top: 8px;
  padding: 5px 0;
}
.listado-index-4 .item-post .txt .enlace span {
  color: #385676;
}
.listado-index-4 .item-post .txt .enlace span svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  stroke-width: 1.5px;
}
/*---------------------------------------------------------
LISTADO HOME 2
----------------------------------------------------------*/
.listado-home-2,
.bloque.posts-3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1025px) {
  .listado-home-2,
  .bloque.posts-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-2,
  .bloque.posts-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.listado-home-2 p,
.bloque.posts-3 p {
  margin-top: 0;
  margin-bottom: 20px;
}
.listado-home-2 a,
.bloque.posts-3 a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-2 a:hover,
.bloque.posts-3 a:hover {
  color: #080808;
}
.listado-home-2 strong,
.bloque.posts-3 strong {
  font-weight: 700;
  color: #111;
}
.listado-home-2 ul,
.bloque.posts-3 ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.listado-home-2 ul li,
.bloque.posts-3 ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.listado-home-2 ul li:before,
.bloque.posts-3 ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .listado-home-2,
  .bloque.posts-3 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-2,
  .bloque.posts-3 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.listado-home-2 .txt,
.bloque.posts-3 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.listado-home-2 .txt p,
.bloque.posts-3 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.listado-home-2 .txt a,
.bloque.posts-3 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-2 .txt a:hover,
.bloque.posts-3 .txt a:hover {
  color: #080808;
}
.listado-home-2 .txt strong,
.bloque.posts-3 .txt strong {
  font-weight: 700;
  color: #111;
}
.listado-home-2 .txt ul,
.bloque.posts-3 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.listado-home-2 .txt ul li,
.bloque.posts-3 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.listado-home-2 .txt ul li:before,
.bloque.posts-3 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .listado-home-2 .txt,
  .bloque.posts-3 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-2 .txt,
  .bloque.posts-3 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.listado-home-2 .txt h5,
.bloque.posts-3 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.listado-home-2 .txt h2,
.bloque.posts-3 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .listado-home-2 .txt h2,
  .bloque.posts-3 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-2 .txt h2,
  .bloque.posts-3 .txt h2 {
    font-size: 25px;
  }
}
.listado-home-2 .txt h2,
.bloque.posts-3 .txt h2 {
  margin-bottom: 25px;
}
.listado-home-2 .contenedor-fluido,
.bloque.posts-3 .contenedor-fluido {
  display: block;
  position: relative;
  max-width: 1800px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.listado-home-2 .row.listado-posts .item-post,
.bloque.posts-3 .row.listado-posts .item-post {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-2 .row.listado-posts .item-post,
  .bloque.posts-3 .row.listado-posts .item-post {
    margin-bottom: 45px;
  }
}
.listado-home-2 .row.listado-posts .item-post .cont,
.bloque.posts-3 .row.listado-posts .item-post .cont {
  display: block;
  margin: 0 13px;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-2 .row.listado-posts .item-post .cont .img,
.bloque.posts-3 .row.listado-posts .item-post .cont .img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.listado-home-2 .row.listado-posts .item-post .cont .img img,
.bloque.posts-3 .row.listado-posts .item-post .cont .img img {
  border-radius: 12px;
}
.listado-home-2 .row.listado-posts .item-post .cont .img .mascara,
.bloque.posts-3 .row.listado-posts .item-post .cont .img .mascara {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  z-index: 10;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.8) 52%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.55;
  border-radius: 12px;
}
.listado-home-2 .row.listado-posts .item-post .cont .img .fecha,
.bloque.posts-3 .row.listado-posts .item-post .cont .img .fecha {
  position: absolute;
  top: 25px;
  left: 25px;
  background: rgba(255, 255, 255, 0.7);
  color: #222;
  padding: 6px 13px;
  border-radius: 5px;
  font-size: 14px;
}
.listado-home-2 .row.listado-posts .item-post .cont .img .cont-txt,
.bloque.posts-3 .row.listado-posts .item-post .cont .img .cont-txt {
  position: absolute;
  bottom: -50px;
  left: 25px;
  width: 90%;
  color: #fff;
  z-index: 20;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-2 .row.listado-posts .item-post .cont .img .cont-txt h3,
.bloque.posts-3 .row.listado-posts .item-post .cont .img .cont-txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.listado-home-2 .row.listado-posts .item-post .cont .img .cont-txt .circulo,
.bloque.posts-3 .row.listado-posts .item-post .cont .img .cont-txt .circulo {
  display: block;
  margin-top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #385676;
  background-image: url('../../../general_assets/img/diagonal_arrow_white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px;
}
.listado-home-2 .row.listado-posts .item-post .cont:hover,
.bloque.posts-3 .row.listado-posts .item-post .cont:hover {
  transform: scale(1.1);
}
.listado-home-2 .row.listado-posts .item-post .cont:hover .img .cont-txt,
.bloque.posts-3 .row.listado-posts .item-post .cont:hover .img .cont-txt {
  bottom: 20px;
}
.listado-home-2 .botonera,
.bloque.posts-3 .botonera {
  display: block;
  margin-top: 55px;
  position: relative;
  text-align: center;
}
.listado-home-2 .botonera a,
.bloque.posts-3 .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.listado-home-2 .botonera a:hover,
.bloque.posts-3 .botonera a:hover {
  color: #fff;
  background: #000;
}
/*---------------------------------------------------------
LISTADO HOME 3
----------------------------------------------------------*/
.listado-home-3,
.bloque.posts-7 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3,
  .bloque.posts-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-3,
  .bloque.posts-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.listado-home-3 .txt,
.bloque.posts-7 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.listado-home-3 .txt p,
.bloque.posts-7 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.listado-home-3 .txt a,
.bloque.posts-7 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-3 .txt a:hover,
.bloque.posts-7 .txt a:hover {
  color: #080808;
}
.listado-home-3 .txt strong,
.bloque.posts-7 .txt strong {
  font-weight: 700;
  color: #111;
}
.listado-home-3 .txt ul,
.bloque.posts-7 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.listado-home-3 .txt ul li,
.bloque.posts-7 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.listado-home-3 .txt ul li:before,
.bloque.posts-7 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .txt,
  .bloque.posts-7 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-3 .txt,
  .bloque.posts-7 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.listado-home-3 .txt h5,
.bloque.posts-7 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.listado-home-3 .txt h2,
.bloque.posts-7 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .txt h2,
  .bloque.posts-7 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-3 .txt h2,
  .bloque.posts-7 .txt h2 {
    font-size: 25px;
  }
}
.listado-home-3 .carrusel-posts,
.bloque.posts-7 .carrusel-posts {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-home-3 .carrusel-posts .container,
.bloque.posts-7 .carrusel-posts .container {
  display: block;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
.listado-home-3 .carrusel-posts .mySwiper,
.bloque.posts-7 .carrusel-posts .mySwiper {
  padding-bottom: 30px;
}
.listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide,
.bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide {
  padding: 10px 35px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide {
    opacity: 1;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide {
    padding: 10px 0;
  }
}
.listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post,
.bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgba(120, 120, 120, 0.05);
  border: 1px solid rgba(120, 120, 120, 0.1);
  border-radius: 12px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post {
    background: #fff;
    border: none;
  }
}
.listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-img,
.bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-img {
  display: block;
  width: 50%;
  float: left;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-img,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-img {
    height: 390px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-img,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-img {
    height: 330px;
  }
}
.listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt,
.bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt {
  display: block;
  float: left;
  margin-left: 5%;
  height: 450px;
  width: 45%;
  color: #222;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt {
    height: auto;
    margin-left: 0;
  }
}
.listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda,
.bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda {
  padding: 10px 35px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    padding: 35px;
  }
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda {
    padding: 20px;
  }
}
.listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda h2,
.bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin: 10px 0;
  text-align: left;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda h2,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda h2,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda .introduccion,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt .cont-celda .introduccion {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-img,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-img,
  .listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt,
  .bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide .item-post .col-txt {
    display: block;
    float: none;
    width: 100%;
  }
}
.listado-home-3 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active,
.bloque.posts-7 .carrusel-posts .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.listado-home-3 .carrusel-posts .swiper-button-next,
.bloque.posts-7 .carrusel-posts .swiper-button-next,
.listado-home-3 .carrusel-posts .swiper-button-prev,
.bloque.posts-7 .carrusel-posts .swiper-button-prev {
  position: absolute;
  width: 55px;
  height: 40px;
  opacity: 0.7;
}
.listado-home-3 .carrusel-posts .swiper-button-next:after,
.bloque.posts-7 .carrusel-posts .swiper-button-next:after,
.listado-home-3 .carrusel-posts .swiper-button-prev:after,
.bloque.posts-7 .carrusel-posts .swiper-button-prev:after {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .swiper-button-next,
  .bloque.posts-7 .carrusel-posts .swiper-button-next,
  .listado-home-3 .carrusel-posts .swiper-button-prev,
  .bloque.posts-7 .carrusel-posts .swiper-button-prev {
    display: none;
  }
}
.listado-home-3 .carrusel-posts .swiper-button-prev,
.bloque.posts-7 .carrusel-posts .swiper-button-prev {
  left: -20px;
  background-image: url('../../../general_assets/img/arrow_left_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .swiper-button-prev,
  .bloque.posts-7 .carrusel-posts .swiper-button-prev {
    background-image: url('../../../general_assets/img/arrow_left_long.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
  }
}
.listado-home-3 .carrusel-posts .swiper-button-next,
.bloque.posts-7 .carrusel-posts .swiper-button-next {
  right: -20px;
  background-image: url('../../../general_assets/img/arrow_right_long.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-3 .carrusel-posts .swiper-button-next,
  .bloque.posts-7 .carrusel-posts .swiper-button-next {
    right: -27px;
    background-image: url('../../../general_assets/img/arrow_right_long.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
  }
}
.listado-home-3 .carrusel-posts .swiper-pagination,
.bloque.posts-7 .carrusel-posts .swiper-pagination {
  bottom: 0;
  text-align: center;
  width: 100%;
}
.listado-home-3 .carrusel-posts .swiper-pagination .swiper-pagination-bullet,
.bloque.posts-7 .carrusel-posts .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid rgba(0, 0, 0, 0.9);
  background: #fff;
  opacity: 0.8;
}
.listado-home-3 .carrusel-posts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bloque.posts-7 .carrusel-posts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
}
/*---------------------------------------------------------
LISTADO HOME 4
----------------------------------------------------------*/
.listado-home-4 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.listado-home-4 .fila-intro {
  margin-bottom: -35px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.listado-home-4 .fila-intro h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-4 .fila-intro h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-4 .fila-intro h2 {
    font-size: 25px;
  }
}
.listado-home-4 .fila-intro p {
  margin-top: 0;
  margin-bottom: 20px;
}
.listado-home-4 .fila-intro a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-4 .fila-intro a:hover {
  color: #080808;
}
.listado-home-4 .fila-intro strong {
  font-weight: 700;
  color: #111;
}
.listado-home-4 .fila-intro ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.listado-home-4 .fila-intro ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.listado-home-4 .fila-intro ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .listado-home-4 .fila-intro {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-4 .fila-intro {
    font-size: 16px;
    line-height: 1.3;
  }
}
.listado-home-4 .fila-intro a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
  margin-top: 25px;
}
.listado-home-4 .fila-intro a:hover {
  color: #fff;
  background: #000;
}
.listado-home-4 .item-post a.cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.listado-home-4 .item-post a.cont .img {
  display: block;
  margin-bottom: 17px;
}
.listado-home-4 .item-post a.cont .cont_txt .fecha {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}
.listado-home-4 .item-post a.cont .cont_txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.35;
  color: #222;
}
/*---------------------------------------------------------
LISTADO HOME 5
----------------------------------------------------------*/
.listado-home-5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.listado-home-5 .fila-intro {
  display: block;
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.listado-home-5 .fila-intro h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.listado-home-5 .fila-intro h2 {
  font-size: 80px;
  font-weight: normal;
}
.listado-home-5 .fila-intro a {
  display: inline-block;
  color: #222;
  font-size: 14px;
  padding: 11px 29px;
  border-radius: 25px;
  border: 1px solid #222;
  text-transform: uppercase;
  margin-top: 20px;
}
.listado-home-5 .fila-intro .prev-posts-home5 {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 80px;
}
.listado-home-5 .fila-intro .next-posts-home5 {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 0;
}
.listado-home-5 .fila-intro .prev-posts-home5,
.listado-home-5 .fila-intro .next-posts-home5 {
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 99;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-5 .fila-intro .prev-posts-home5:hover,
.listado-home-5 .fila-intro .next-posts-home5:hover {
  opacity: 1;
}
.listado-home-5 .fila-intro .prev-posts-home5 svg,
.listado-home-5 .fila-intro .next-posts-home5 svg {
  display: inline-block;
  width: 70px;
  height: 75px;
}
.listado-home-5 .fila-intro .swiper-button-disabled {
  opacity: 0.2 !important;
}
.listado-home-5 .fila-intro .swiper-button-disabled:hover {
  opacity: 0.2 !important;
}
.listado-home-5 .row.fila-posts {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-home-5 .row.fila-posts .item-post a.cont {
  display: block;
  position: relative;
  padding-right: 35px;
  color: #222;
}
.listado-home-5 .row.fila-posts .item-post a.cont .fecha {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.listado-home-5 .row.fila-posts .item-post a.cont h3 {
  font-size: 31px;
  letter-spacing: -0.2px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.listado-home-5 .row.fila-posts .item-post a.cont p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}
.listado-home-5 .row.fila-posts .item-post a.cont span.read_more {
  display: block;
  margin-top: 15px;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.listado-home-5 .row.fila-posts .item-post a.cont span.read_more .ico {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border: 2px solid #ddd;
  border-radius: 100%;
  margin-left: 6px;
  background-image: url('../../../general_assets/img/left_icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-5 .row.fila-posts .item-post a.cont:hover span.read_more .ico {
  rotate: -45deg;
}
/*---------------------------------------------------------
LISTADO HOME 6
----------------------------------------------------------*/
.listado-home-6 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.listado-home-6 .col-texto .cont {
  padding-right: 20%;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1025px) {
  .listado-home-6 .col-texto .cont {
    padding-right: 0;
  }
}
.listado-home-6 .col-texto .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.listado-home-6 .col-texto .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-6 .col-texto .cont a:hover {
  color: #080808;
}
.listado-home-6 .col-texto .cont strong {
  font-weight: 700;
  color: #111;
}
.listado-home-6 .col-texto .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.listado-home-6 .col-texto .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.listado-home-6 .col-texto .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .listado-home-6 .col-texto .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-6 .col-texto .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.listado-home-6 .col-texto .cont h2 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-6 .col-texto .cont h2 {
    text-align: center;
  }
}
.listado-home-6 .col-texto .cont p {
  font-size: 23px;
  font-weight: lighter;
}
@media only screen and (max-width: 1025px) {
  .listado-home-6 .col-texto .cont p {
    text-align: center;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.listado-home-6 .col-texto .cont a {
  margin-top: 25px;
  display: inline-block;
  position: relative;
  padding: 11px 30px;
  padding-left: 55px;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #222;
  border-radius: 25px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-6 .col-texto .cont a {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.listado-home-6 .col-texto .cont a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 12px;
  width: 32px;
  height: 32px;
  background-color: #385676;
  border-radius: 100%;
  background-image: url('../../../general_assets/img/link.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.listado-home-6 .fila-posts .item-post .cont {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-6 .fila-posts .item-post .cont:hover {
  padding-top: 0;
}
.listado-home-6 .fila-posts .item-post .cont .img {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #eee;
  border-radius: 18px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.listado-home-6 .fila-posts .item-post .cont .txt {
  color: #222;
}
.listado-home-6 .fila-posts .item-post .cont .txt h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-6 .fila-posts .item-post .cont .txt h4 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.listado-home-6 .fila-posts .item-post .cont .txt .intro {
  font-size: 18px;
  line-height: 1.35;
}
@media only screen and (max-width: 1025px) {
  .listado-home-6 .fila-posts .item-post .cont .txt .intro {
    font-size: 16px;
    line-height: 1.25;
  }
}
.listado-home-6 .fila-posts .item-post .cont .txt .info_adicional {
  margin-top: 10px;
  padding: 5px 0;
}
.listado-home-6 .fila-posts .item-post .cont .txt .info_adicional .fecha {
  display: inline-block;
  color: #222;
  padding: 6px 13px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #222;
  border-radius: 25px;
}
/*---------------------------------------------------------
LISTADO HOME 7
----------------------------------------------------------*/
.listado-home-7 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .listado-home-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.listado-home-7 .row.fila-titulo .col-titulo .cont {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.listado-home-7 .row.fila-titulo .col-titulo .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.listado-home-7 .row.fila-titulo .col-titulo .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-7 .row.fila-titulo .col-titulo .cont a:hover {
  color: #080808;
}
.listado-home-7 .row.fila-titulo .col-titulo .cont strong {
  font-weight: 700;
  color: #111;
}
.listado-home-7 .row.fila-titulo .col-titulo .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.listado-home-7 .row.fila-titulo .col-titulo .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.listado-home-7 .row.fila-titulo .col-titulo .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .listado-home-7 .row.fila-titulo .col-titulo .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-7 .row.fila-titulo .col-titulo .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.listado-home-7 .row.fila-titulo .col-titulo .cont h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.listado-home-7 .row.fila-titulo .col-titulo .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .listado-home-7 .row.fila-titulo .col-titulo .cont h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .listado-home-7 .row.fila-titulo .col-titulo .cont h2 {
    font-size: 25px;
  }
}
.listado-home-7 .row.fila-titulo .col-titulo .cont h2,
.listado-home-7 .row.fila-titulo .col-titulo .cont h5 {
  margin: 5px 0;
  text-align: left;
}
.listado-home-7 .row.fila-titulo .col-intro p {
  font-size: 18px;
}
.listado-home-7 .row.fila-titulo .col-boton {
  text-align: right;
}
.listado-home-7 .row.fila-titulo .col-boton a {
  margin-top: 25px;
  display: inline-block;
  position: relative;
  padding: 11px 30px;
  padding-left: 55px;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #222;
  border-radius: 25px;
}
.listado-home-7 .row.fila-titulo .col-boton a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 12px;
  width: 32px;
  height: 32px;
  background-color: #385676;
  border-radius: 100%;
  background-image: url('../../../general_assets/img/link.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.listado-home-7 .fila-posts {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.listado-home-7 .fila-posts .item-post {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-home-7 .fila-posts .item-post .cont {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
}
.listado-home-7 .fila-posts .item-post .cont .img {
  display: block;
  width: 100%;
  height: 280px;
  background-color: #eee;
  border-radius: 18px;
  margin-bottom: 20px;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listado-home-7 .fila-posts .item-post .cont:hover .img {
  background-size: 102% 102%;
}
.listado-home-7 .fila-posts .item-post .cont .txt {
  display: block;
  width: 85%;
  margin: 0 auto;
  margin-top: -75px;
  color: #222;
  padding: 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.listado-home-7 .fila-posts .item-post .cont .txt h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 25px;
  min-height: 100px;
}
.listado-home-7 .fila-posts .item-post .cont .txt .info_adicional {
  margin-top: 10px;
  padding: 5px 0;
}
.listado-home-7 .fila-posts .item-post .cont .txt .info_adicional .fecha {
  display: inline-block;
  color: #222;
  padding: 6px 13px;
  font-size: 14px;
  border: 1px solid #222;
  border-radius: 25px;
}
/*-------------------------------------------------------------------------
PAGINACIÓN
-------------------------------------------------------------------------*/
.fila-paginacion {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 25px 0;
}
.fila-paginacion ul.pagination {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
}
.fila-paginacion ul.pagination li {
  display: inline-block;
  position: relative;
  list-style: none;
}
.fila-paginacion ul.pagination li a,
.fila-paginacion ul.pagination li span.act {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  color: #404040;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 2px 3px;
}
.fila-paginacion ul.pagination li span.act {
  background: #385676;
  color: #fff;
  border: 1px solid #385676;
}
.fila-paginacion ul.pagination li span.next,
.fila-paginacion ul.pagination li span.prev {
  display: block;
  width: 100%;
  height: 100%;
}
.fila-paginacion ul.pagination li span.next {
  background-image: url('../../../general_assets/img/next_pagination.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.fila-paginacion ul.pagination li span.prev {
  background-image: url('../../../general_assets/img/prev_pagination.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.bloque.prensa-1,
.bloque.prensa-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.prensa-1,
  .bloque.prensa-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-1,
  .bloque.prensa-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.prensa-1 .listado-prensa .row.item-prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa {
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
  margin-bottom: 45px;
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-1 .listado-prensa .row.item-prensa,
  .bloque.prensa-2 .listado-prensa .row.item-prensa {
    display: block;
    float: none;
    margin: 30px auto;
    max-width: 360px;
  }
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-img,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-img {
  padding-right: 55px;
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-1 .listado-prensa .row.item-prensa .col-img,
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-img {
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt h3,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1025px) {
  .bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt h3,
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt h3 {
    font-size: 23px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt h3,
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt h3 {
    font-size: 21px;
    line-height: 1.25;
  }
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .fecha,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .fecha {
  display: block;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 15px;
  opacity: 0.7;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .subtitulo,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .subtitulo {
  display: inline-block;
  margin: 5px 0;
  padding: 6px 16px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  background-color: #bc6646;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc p,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc a,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc a:hover,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc a:hover {
  color: #080808;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc strong,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc strong {
  font-weight: 700;
  color: #111;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc ul,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc ul li,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc ul li:before,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc,
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt .desc,
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt a.web_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.web_prensa,
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt a.video_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.video_prensa,
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt a.documento_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.documento_prensa {
  display: inline-block;
  margin: 5px 0;
  padding: 8px 20px;
  color: #222;
  border: 1px solid #222;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-left: 40px;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt a.web_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.web_prensa,
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt a.documento_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.documento_prensa {
  background-image: url('../../../general_assets/img/ico-web.svg');
  background-repeat: no-repeat;
  background-position: 6px 7px;
  background-size: 30px;
}
.bloque.prensa-1 .listado-prensa .row.item-prensa .col-txt a.video_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.video_prensa {
  background-image: url('../../../general_assets/img/ico-video.svg');
  background-repeat: no-repeat;
  background-position: 5px 9px;
  background-size: 30px;
}
/*--------------------------------------------------------------------
PRENSA 2
---------------------------------------------------------------------*/
.bloque.prensa-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.prensa-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.prensa-2 .listado-prensa .row.item-prensa {
  position: relative;
  margin: 10px 0;
  padding: 10px 0;
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-2 .listado-prensa .row.item-prensa {
    display: block;
    float: none;
    margin: 30px auto;
    max-width: 360px;
  }
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-img {
  padding-right: 25px;
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-img {
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt {
  height: 305px;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt {
    height: auto;
  }
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 5px;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .fecha {
  display: block;
  margin: 1px 0;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.7;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc a:hover {
  color: #080808;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc strong {
  font-weight: 700;
  color: #111;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt .desc {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.web_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.video_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.documento_prensa {
  display: inline-block;
  margin: 5px 0;
  margin-top: 0;
  padding: 6px 20px;
  color: #222;
  border: 1px solid #222;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-left: 40px;
  font-size: 16px;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.web_prensa,
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.documento_prensa {
  background-image: url('../../../general_assets/img/ico-web.svg');
  background-repeat: no-repeat;
  background-position: 6px 7px;
  background-size: 27px;
}
.bloque.prensa-2 .listado-prensa .row.item-prensa .col-txt a.video_prensa {
  background-image: url('../../../general_assets/img/ico-video.svg');
  background-repeat: no-repeat;
  background-position: 5px 9px;
  background-size: 27px;
}
.products-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .products-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .products-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.products-1 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.products-1 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.products-1 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.products-1 .txt a:hover {
  color: #080808;
}
.products-1 .txt strong {
  font-weight: 700;
  color: #111;
}
.products-1 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.products-1 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.products-1 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .products-1 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .products-1 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.products-1 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.products-1 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .products-1 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .products-1 .txt h2 {
    font-size: 25px;
  }
}
.products-1 .col-1 {
  padding-top: 150px;
}
.products-1 .col-2,
.products-1 .col-4 {
  padding-top: 90px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px), only screen and (max-width: 1025px) {
  .products-1 .listado-productos {
    display: block;
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1025px) {
  .products-1 .listado-productos {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 580px) {
  .products-1 .listado-productos {
    margin-top: -45px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px), only screen and (max-width: 1025px) {
  .products-1 .col-1,
  .products-1 .col-4 {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px), only screen and (max-width: 1025px) {
  .products-1 .col-2,
  .products-1 .col-3,
  .products-1 .col-5,
  .products-1 .col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .products-1 .col-2,
  .products-1 .col-3,
  .products-1 .col-5,
  .products-1 .col-6 {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px), only screen and (max-width: 1025px) {
  .products-1 .col-1,
  .products-1 .col-2,
  .products-1 .col-3,
  .products-1 .col-4 {
    padding-top: 0;
  }
}
.products-1 .item-producto {
  display: block;
  position: relative;
  width: 100%;
  margin: 20px 0;
  border-radius: 25px;
}
.products-1 .item-producto .cont {
  display: block;
  position: relative;
  width: 100%;
  height: 370px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1025px) {
  .products-1 .item-producto .cont {
    height: 300px;
  }
}
@media only screen and (max-width: 580px) {
  .products-1 .item-producto .cont {
    height: 250px;
  }
}
.products-1 .item-producto .cont:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1025px) {
  .products-1 .item-producto .cont:after {
    background: rgba(0, 0, 0, 0.4);
  }
}
.products-1 .item-producto .cont h3 {
  position: absolute;
  bottom: 3%;
  left: 3%;
  width: 93%;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.1px;
  color: #fff;
  z-index: 100;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .products-1 .item-producto .cont h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .products-1 .item-producto .cont h3 {
    font-size: 19px;
  }
}
.products-1 .item-producto .cont h3 .info_adicional {
  display: inline-block;
  margin-top: 9px;
  margin-left: -15px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222;
  background: #fff;
  text-transform: uppercase;
  padding: 6px 10px;
  padding-left: 15px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1025px) {
  .products-1 .item-producto .cont h3 .info_adicional {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.products-1 .item-producto .cont h3 .info_adicional .duracion {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.products-1 .item-producto .cont h3 .info_adicional .duracion:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 1px;
  background: #222;
}
.products-1 .item-producto .cont h3 .info_adicional .duracion.soloduracion {
  padding: 6px 10px;
  padding-left: 0;
}
.products-1 .item-producto .cont h3 .info_adicional .duracion.soloduracion:before {
  display: none;
}
.products-1 .botonera {
  margin-top: 45px;
  display: block;
  position: relative;
  text-align: center;
}
.products-1 .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.products-1 .botonera a:hover {
  color: #fff;
  background: #000;
}
.products-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .products-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .products-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.products-2 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}
.products-2 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.products-2 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.products-2 .txt a:hover {
  color: #080808;
}
.products-2 .txt strong {
  font-weight: 700;
  color: #111;
}
.products-2 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.products-2 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.products-2 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .products-2 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .products-2 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.products-2 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.products-2 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .products-2 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .products-2 .txt h2 {
    font-size: 25px;
  }
}
.products-2 .txt h2 {
  margin: 0;
  margin-bottom: -15px;
}
.products-2 .listado-productos {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 45px;
}
@media only screen and (max-width: 580px) {
  .products-2 .listado-productos {
    padding: 10px 15px;
  }
}
.products-2 .listado-productos .swiper-slide .cont-producto {
  padding: 5px 10px;
}
.products-2 .listado-productos .swiper-slide .cont-producto .img {
  display: block;
  width: 100%;
  height: 355px;
  border-radius: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.products-2 .listado-productos .swiper-slide .cont-producto .txt {
  display: block;
  padding-top: 15px;
}
.products-2 .listado-productos .swiper-slide .cont-producto .txt h3 {
  font-size: 21px;
  letter-spacing: -0.3px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #222;
}
.products-2 .listado-productos .swiper-slide .cont-producto .txt .subt {
  margin-top: 25px;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #7b7b7b;
}
.products-2 .listado-productos .swiper-button-next,
.products-2 .listado-productos .swiper-button-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  opacity: 0.7;
  background: #fff;
  border-radius: 100%;
  top: 40%;
  margin-top: -24px;
}
.products-2 .listado-productos .swiper-button-next:after,
.products-2 .listado-productos .swiper-button-prev:after {
  display: none;
}
@media only screen and (max-width: 580px) {
  .products-2 .listado-productos .swiper-button-next,
  .products-2 .listado-productos .swiper-button-prev {
    display: none !important;
  }
}
.products-2 .listado-productos .swiper-button-prev {
  left: 20px;
  background-image: url('../../../general_assets/img/prev_partners1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px;
}
@media only screen and (max-width: 1025px) {
  .products-2 .listado-productos .swiper-button-prev {
    background-image: url('../../../general_assets/img/prev_partners1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
  }
}
.products-2 .listado-productos .swiper-button-next {
  right: 20px;
  background-image: url('../../../general_assets/img/next_partners1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px;
}
@media only screen and (max-width: 1025px) {
  .products-2 .listado-productos .swiper-button-next {
    right: -27px;
    background-image: url('../../../general_assets/img/next_partners1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
  }
}
.products-3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .products-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .products-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.products-3 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 15px;
}
.products-3 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.products-3 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.products-3 .txt a:hover {
  color: #080808;
}
.products-3 .txt strong {
  font-weight: 700;
  color: #111;
}
.products-3 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.products-3 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.products-3 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .products-3 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .products-3 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.products-3 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.products-3 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .products-3 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .products-3 .txt h2 {
    font-size: 25px;
  }
}
.products-3 .txt h2 {
  margin-bottom: 35px;
}
.products-3 .listado-productos {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-3 .listado-productos .item-producto .cont-producto .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-3 .listado-productos .item-producto .cont-producto .txt {
  padding-top: 10px;
}
.products-3 .listado-productos .item-producto .cont-producto .txt h3 {
  font-size: 23px;
  letter-spacing: -0.3px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #222;
}
@media only screen and (max-width: 1025px) {
  .products-3 .listado-productos .item-producto .cont-producto .txt h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 580px) {
  .products-3 .listado-productos .item-producto .cont-producto .txt h3 {
    font-size: 20px;
    letter-spacing: -0.1px;
  }
}
.products-3 .listado-productos .item-producto .cont-producto .txt .subt {
  margin-top: 15px;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  color: #7b7b7b;
}
/*----------------------------------------------------------------------------------
PRODUCTOS 4 y PRODUCTOS 5
------------------------------------------------------------------------------------ */
.bloque.products-4,
.bloque.products-5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-4,
  .bloque.products-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-4,
  .bloque.products-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.products-4 .row.fila-titulo .txt,
.bloque.products-5 .row.fila-titulo .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.products-4 .row.fila-titulo .txt p,
.bloque.products-5 .row.fila-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.products-4 .row.fila-titulo .txt a,
.bloque.products-5 .row.fila-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.products-4 .row.fila-titulo .txt a:hover,
.bloque.products-5 .row.fila-titulo .txt a:hover {
  color: #080808;
}
.bloque.products-4 .row.fila-titulo .txt strong,
.bloque.products-5 .row.fila-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.products-4 .row.fila-titulo .txt ul,
.bloque.products-5 .row.fila-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.products-4 .row.fila-titulo .txt ul li,
.bloque.products-5 .row.fila-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.products-4 .row.fila-titulo .txt ul li:before,
.bloque.products-5 .row.fila-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-4 .row.fila-titulo .txt,
  .bloque.products-5 .row.fila-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-4 .row.fila-titulo .txt,
  .bloque.products-5 .row.fila-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.products-4 .row.fila-titulo .txt h5,
.bloque.products-5 .row.fila-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.products-4 .row.fila-titulo .txt h2,
.bloque.products-5 .row.fila-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-4 .row.fila-titulo .txt h2,
  .bloque.products-5 .row.fila-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-4 .row.fila-titulo .txt h2,
  .bloque.products-5 .row.fila-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.products-4 .row.listado-productos,
.bloque.products-5 .row.listado-productos {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.products-4 .row.listado-productos .item-producto,
.bloque.products-5 .row.listado-productos .item-producto {
  margin-bottom: 30px;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .img,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .img {
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt {
  color: #222;
  margin-top: 15px;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt h3,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt h3 {
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 15px;
  opacity: 0.7;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt p,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt a,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt a:hover,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt a:hover {
  color: #080808;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt strong,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt strong {
  font-weight: 700;
  color: #111;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt ul,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt ul li,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt ul li:before,
.bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt,
  .bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-4 .row.listado-productos .item-producto a.cont-producto .txt .subt,
  .bloque.products-5 .row.listado-productos .item-producto a.cont-producto .txt .subt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.products-4 .row.botonera,
.bloque.products-5 .row.botonera {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
}
.bloque.products-4 .row.botonera a,
.bloque.products-5 .row.botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.products-4 .row.botonera a:hover,
.bloque.products-5 .row.botonera a:hover {
  color: #fff;
  background: #000;
}
/*----------------------------------------------------------------------------------
PRODUCTOS 6 y PRODUCTOS 7
------------------------------------------------------------------------------------ */
.bloque.products-6,
.bloque.products-7 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: 25px;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-6,
  .bloque.products-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-6,
  .bloque.products-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.products-6 .row.fila-titulo .txt,
.bloque.products-7 .row.fila-titulo .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.products-6 .row.fila-titulo .txt p,
.bloque.products-7 .row.fila-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.products-6 .row.fila-titulo .txt a,
.bloque.products-7 .row.fila-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.products-6 .row.fila-titulo .txt a:hover,
.bloque.products-7 .row.fila-titulo .txt a:hover {
  color: #080808;
}
.bloque.products-6 .row.fila-titulo .txt strong,
.bloque.products-7 .row.fila-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.products-6 .row.fila-titulo .txt ul,
.bloque.products-7 .row.fila-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.products-6 .row.fila-titulo .txt ul li,
.bloque.products-7 .row.fila-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.products-6 .row.fila-titulo .txt ul li:before,
.bloque.products-7 .row.fila-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-6 .row.fila-titulo .txt,
  .bloque.products-7 .row.fila-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-6 .row.fila-titulo .txt,
  .bloque.products-7 .row.fila-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.products-6 .row.fila-titulo .txt h5,
.bloque.products-7 .row.fila-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.products-6 .row.fila-titulo .txt h2,
.bloque.products-7 .row.fila-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-6 .row.fila-titulo .txt h2,
  .bloque.products-7 .row.fila-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-6 .row.fila-titulo .txt h2,
  .bloque.products-7 .row.fila-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.products-6 .row.listado-productos,
.bloque.products-7 .row.listado-productos {
  display: block;
  position: relative;
  padding-bottom: 65px;
}
.bloque.products-6 .row.listado-productos .item-producto,
.bloque.products-7 .row.listado-productos .item-producto {
  margin-bottom: 80px;
}
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto {
  display: block;
  position: relative;
  padding: 0 15px;
  text-align: left;
}
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto .precio,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto .precio {
  position: absolute;
  top: 15px;
  left: 25px;
  display: inline-block;
  background: #385676;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 20px;
  z-index: 10;
}
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto .img,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 510px;
  border-radius: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-6 .row.listado-productos .item-producto a.cont-producto .img,
  .bloque.products-7 .row.listado-productos .item-producto a.cont-producto .img {
    height: 480px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-6 .row.listado-productos .item-producto a.cont-producto .img,
  .bloque.products-7 .row.listado-productos .item-producto a.cont-producto .img {
    height: 400px;
  }
}
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt {
  position: absolute;
  left: 0;
  width: 70%;
  padding: 25px 35px;
  background: #fff;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  height: 170px;
  bottom: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt,
  .bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt {
    width: 75%;
    padding: 20px 25px;
    height: auto;
    min-height: 110px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt,
  .bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt {
    width: 85%;
    padding: 19px 20px;
    height: auto;
    min-height: 60px;
  }
}
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt h3,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: -0.3px;
  font-weight: 700;
  color: #222;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt h3,
  .bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt h3 {
    font-size: 21px;
    margin: 0;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt h3,
  .bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt h3 {
    font-size: 20px;
  }
}
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt .disponibilidad,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt .disponibilidad,
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt .subtitulo,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt .subtitulo {
  position: relative;
  margin: 2px 0;
  margin-bottom: 7px;
  padding-left: 31px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.15;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px), only screen and (max-width: 1025px) {
  .bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt .disponibilidad,
  .bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt .disponibilidad,
  .bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt .subtitulo,
  .bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt .subtitulo {
    display: none;
  }
}
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt .disponibilidad svg,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt .disponibilidad svg,
.bloque.products-6 .row.listado-productos .item-producto a.cont-producto .txt .subtitulo svg,
.bloque.products-7 .row.listado-productos .item-producto a.cont-producto .txt .subtitulo svg {
  position: absolute;
  top: 0;
  left: 0;
  stroke: #385676;
  width: 23px;
}
.bloque.products-6 .row.botonera,
.bloque.products-7 .row.botonera {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
}
.bloque.products-6 .row.botonera a,
.bloque.products-7 .row.botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.products-6 .row.botonera a:hover,
.bloque.products-7 .row.botonera a:hover {
  color: #fff;
  background: #000;
}
/*----------------------------------------------------------------------------------
PRODUCTOS 6 y PRODUCTOS 7
------------------------------------------------------------------------------------ */
.bloque.products-10 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #f3f3f3;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-10 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.products-10 .container {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  max-width: 1580px;
}
.bloque.products-10 .col-titulo .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.products-10 .col-titulo .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.products-10 .col-titulo .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.products-10 .col-titulo .txt a:hover {
  color: #080808;
}
.bloque.products-10 .col-titulo .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.products-10 .col-titulo .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.products-10 .col-titulo .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.products-10 .col-titulo .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-10 .col-titulo .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-10 .col-titulo .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.products-10 .col-titulo .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.products-10 .col-titulo .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.products-10 .col-titulo .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.products-10 .col-titulo .txt h2 {
    font-size: 25px;
  }
}
.bloque.products-10 .listado-productos {
  display: block;
  position: relative;
}
.bloque.products-10 .listado-productos .swiper {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 45px;
}
.bloque.products-10 .listado-productos .item_producto {
  display: block;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 10px;
  padding: 9px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 8px -1px, rgba(0, 0, 0, 0.03) 0px 2px 3px -1px;
  border-radius: 12px;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto .img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto .txt {
  display: block;
  padding: 15px;
  min-height: 150px;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto .txt h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #222;
  padding-right: 30px;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto .txt .disponibilidad {
  display: inline-block;
  background: #e9e9e9;
  padding: 4px 6px;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto .txt .subt {
  display: block;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.4;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto .precio {
  display: block;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto .precio span.texto {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 300;
  text-transform: none;
  color: #fff;
  background: #385676;
  padding: 7px 16px;
  border-radius: 30px;
}
.bloque.products-10 .listado-productos .item_producto .cont-producto .precio span.texto strong {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.bloque.products-10 .listado-productos .swiper-button-prev,
.bloque.products-10 .listado-productos .swiper-button-next {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: 1px solid #333;
  top: auto;
  bottom: 0;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.bloque.products-10 .listado-productos .swiper-button-prev:after,
.bloque.products-10 .listado-productos .swiper-button-next:after {
  display: none;
}
.bloque.products-10 .listado-productos .swiper-button-prev:hover,
.bloque.products-10 .listado-productos .swiper-button-next:hover {
  opacity: 1;
}
.bloque.products-10 .listado-productos .swiper-button-prev {
  left: auto;
  right: 60px;
  background-image: url('../../../general_assets/img/arrow_left_long.svg');
}
.bloque.products-10 .listado-productos .swiper-button-next {
  left: auto;
  background-image: url('../../../general_assets/img/arrow_right_long.svg');
}
.bloque.products-10 .paginacion {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  text-align: center;
}
.bloque.products-10 .paginacion .swiper-pagination {
  position: relative;
}
.bloque.products-10 .paginacion .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.bloque.products-10 .paginacion .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  background: #385676;
}
/*----------------------------------------------------------------------------------
FILTRADO DE PRODUCTOS
------------------------------------------------------------------------------------ */
.bloque.filtro-productos,
.bloque.products-11,
.bloque.products-12 {
  display: block;
  position: relative;
}
.bloque.filtro-productos .contenido-filtro-productos,
.bloque.products-11 .contenido-filtro-productos,
.bloque.products-12 .contenido-filtro-productos {
  display: block;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  text-align: center;
  z-index: 100;
}
.bloque.filtro-productos .contenido-filtro-productos .form-group,
.bloque.products-11 .contenido-filtro-productos .form-group,
.bloque.products-12 .contenido-filtro-productos .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.bloque.filtro-productos .contenido-filtro-productos .form-group input.btn-enviar,
.bloque.products-11 .contenido-filtro-productos .form-group input.btn-enviar,
.bloque.products-12 .contenido-filtro-productos .form-group input.btn-enviar {
  display: inline-block;
  padding: 10px 20px;
  background: #385676;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}
.bloque.filtro-productos .selectMultiple,
.bloque.products-11 .selectMultiple,
.bloque.products-12 .selectMultiple {
  width: 230px;
  text-align: left;
  position: relative;
}
.bloque.filtro-productos .selectMultiple select,
.bloque.products-11 .selectMultiple select,
.bloque.products-12 .selectMultiple select {
  display: none;
}
.bloque.filtro-productos .selectMultiple > div,
.bloque.products-11 .selectMultiple > div,
.bloque.products-12 .selectMultiple > div {
  position: relative;
  z-index: 2;
  padding: 8px 12px 2px 12px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  min-height: 44px;
  box-shadow: 0 4px 16px 0 rgba(22, 42, 90, 0.12);
  transition: box-shadow 0.3s ease;
}
.bloque.filtro-productos .selectMultiple > div:hover,
.bloque.products-11 .selectMultiple > div:hover,
.bloque.products-12 .selectMultiple > div:hover {
  box-shadow: 0 4px 24px -1px rgba(22, 42, 90, 0.16);
}
.bloque.filtro-productos .selectMultiple > div .arrow,
.bloque.products-11 .selectMultiple > div .arrow,
.bloque.products-12 .selectMultiple > div .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute;
}
.bloque.filtro-productos .selectMultiple > div .arrow:before,
.bloque.products-11 .selectMultiple > div .arrow:before,
.bloque.products-12 .selectMultiple > div .arrow:before,
.bloque.filtro-productos .selectMultiple > div .arrow:after,
.bloque.products-11 .selectMultiple > div .arrow:after,
.bloque.products-12 .selectMultiple > div .arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #99a3ba;
  top: 43%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.filtro-productos .selectMultiple > div .arrow:before,
.bloque.products-11 .selectMultiple > div .arrow:before,
.bloque.products-12 .selectMultiple > div .arrow:before {
  right: 12px;
  transform: rotate(-130deg);
}
.bloque.filtro-productos .selectMultiple > div .arrow:after,
.bloque.products-11 .selectMultiple > div .arrow:after,
.bloque.products-12 .selectMultiple > div .arrow:after {
  left: 9px;
  transform: rotate(130deg);
}
.bloque.filtro-productos .selectMultiple > div span,
.bloque.products-11 .selectMultiple > div span,
.bloque.products-12 .selectMultiple > div span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  display: block;
  position: absolute;
  left: 12px;
  cursor: pointer;
  top: 8px;
  line-height: 28px;
  transition: all 0.3s ease;
  width: 95%;
}
.bloque.filtro-productos .selectMultiple > div span.hide,
.bloque.products-11 .selectMultiple > div span.hide,
.bloque.products-12 .selectMultiple > div span.hide {
  opacity: 0;
  visibility: hidden;
  transform: translate(-4px, 0);
}
.bloque.filtro-productos .selectMultiple > div a,
.bloque.products-11 .selectMultiple > div a,
.bloque.products-12 .selectMultiple > div a {
  position: relative;
  padding: 0 24px 6px 8px;
  line-height: 28px;
  color: #1e2330;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}
.bloque.filtro-productos .selectMultiple > div a:before,
.bloque.products-11 .selectMultiple > div a:before,
.bloque.products-12 .selectMultiple > div a:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 6px;
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(228, 236, 250, 0.7);
  z-index: -1;
  border-radius: 4px;
}
.bloque.filtro-productos .selectMultiple > div a em,
.bloque.products-11 .selectMultiple > div a em,
.bloque.products-12 .selectMultiple > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.bloque.filtro-productos .selectMultiple > div a i,
.bloque.products-11 .selectMultiple > div a i,
.bloque.products-12 .selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  display: block;
}
.bloque.filtro-productos .selectMultiple > div a i:before,
.bloque.products-11 .selectMultiple > div a i:before,
.bloque.products-12 .selectMultiple > div a i:before,
.bloque.filtro-productos .selectMultiple > div a i:after,
.bloque.products-11 .selectMultiple > div a i:after,
.bloque.products-12 .selectMultiple > div a i:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #385676;
  border-radius: 1px;
}
.bloque.filtro-productos .selectMultiple > div a i:before,
.bloque.products-11 .selectMultiple > div a i:before,
.bloque.products-12 .selectMultiple > div a i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bloque.filtro-productos .selectMultiple > div a i:after,
.bloque.products-11 .selectMultiple > div a i:after,
.bloque.products-12 .selectMultiple > div a i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bloque.filtro-productos .selectMultiple > div a.notShown,
.bloque.products-11 .selectMultiple > div a.notShown,
.bloque.products-12 .selectMultiple > div a.notShown {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bloque.filtro-productos .selectMultiple > div a.notShown:before,
.bloque.products-11 .selectMultiple > div a.notShown:before,
.bloque.products-12 .selectMultiple > div a.notShown:before {
  width: 28px;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.bloque.filtro-productos .selectMultiple > div a.notShown i,
.bloque.products-11 .selectMultiple > div a.notShown i,
.bloque.products-12 .selectMultiple > div a.notShown i {
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}
.bloque.filtro-productos .selectMultiple > div a.notShown em,
.bloque.products-11 .selectMultiple > div a.notShown em,
.bloque.products-12 .selectMultiple > div a.notShown em {
  opacity: 0;
  transform: translate(-6px, 0);
  transition: all 0.4s ease 0.3s;
}
.bloque.filtro-productos .selectMultiple > div a.notShown.shown,
.bloque.products-11 .selectMultiple > div a.notShown.shown,
.bloque.products-12 .selectMultiple > div a.notShown.shown {
  opacity: 1;
}
.bloque.filtro-productos .selectMultiple > div a.notShown.shown:before,
.bloque.products-11 .selectMultiple > div a.notShown.shown:before,
.bloque.products-12 .selectMultiple > div a.notShown.shown:before {
  width: 100%;
}
.bloque.filtro-productos .selectMultiple > div a.notShown.shown i,
.bloque.products-11 .selectMultiple > div a.notShown.shown i,
.bloque.products-12 .selectMultiple > div a.notShown.shown i {
  opacity: 1;
}
.bloque.filtro-productos .selectMultiple > div a.notShown.shown em,
.bloque.products-11 .selectMultiple > div a.notShown.shown em,
.bloque.products-12 .selectMultiple > div a.notShown.shown em {
  opacity: 1;
  transform: translate(0, 0);
}
.bloque.filtro-productos .selectMultiple > div a.remove:before,
.bloque.products-11 .selectMultiple > div a.remove:before,
.bloque.products-12 .selectMultiple > div a.remove:before {
  width: 28px;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.bloque.filtro-productos .selectMultiple > div a.remove i,
.bloque.products-11 .selectMultiple > div a.remove i,
.bloque.products-12 .selectMultiple > div a.remove i {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.bloque.filtro-productos .selectMultiple > div a.remove em,
.bloque.products-11 .selectMultiple > div a.remove em,
.bloque.products-12 .selectMultiple > div a.remove em {
  opacity: 0;
  transform: translate(-12px, 0);
  transition: all 0.4s ease 0s;
}
.bloque.filtro-productos .selectMultiple > div a.remove.disappear,
.bloque.products-11 .selectMultiple > div a.remove.disappear,
.bloque.products-12 .selectMultiple > div a.remove.disappear {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
.bloque.filtro-productos .selectMultiple > ul,
.bloque.products-11 .selectMultiple > ul,
.bloque.products-12 .selectMultiple > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  transform: translate(0, 20px) scale(0.8);
  transform-origin: 0 0;
  filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}
.bloque.filtro-productos .selectMultiple > ul li,
.bloque.products-11 .selectMultiple > ul li,
.bloque.products-12 .selectMultiple > ul li {
  color: #1e2330;
  background: #fff;
  padding: 10px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  letter-spacing: -0.1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.filtro-productos .selectMultiple > ul li:first-child,
.bloque.products-11 .selectMultiple > ul li:first-child,
.bloque.products-12 .selectMultiple > ul li:first-child {
  border-radius: 8px 8px 0 0;
}
.bloque.filtro-productos .selectMultiple > ul li:first-child:last-child,
.bloque.products-11 .selectMultiple > ul li:first-child:last-child,
.bloque.products-12 .selectMultiple > ul li:first-child:last-child {
  border-radius: 8px;
}
.bloque.filtro-productos .selectMultiple > ul li:last-child,
.bloque.products-11 .selectMultiple > ul li:last-child,
.bloque.products-12 .selectMultiple > ul li:last-child {
  border-radius: 0 0 8px 8px;
}
.bloque.filtro-productos .selectMultiple > ul li:last-child:first-child,
.bloque.products-11 .selectMultiple > ul li:last-child:first-child,
.bloque.products-12 .selectMultiple > ul li:last-child:first-child {
  border-radius: 8px;
}
.bloque.filtro-productos .selectMultiple > ul li:hover,
.bloque.products-11 .selectMultiple > ul li:hover,
.bloque.products-12 .selectMultiple > ul li:hover {
  background: #385676;
  color: #fff;
}
.bloque.filtro-productos .selectMultiple > ul li:after,
.bloque.products-11 .selectMultiple > ul li:after,
.bloque.products-12 .selectMultiple > ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
}
.bloque.filtro-productos .selectMultiple > ul li.beforeRemove,
.bloque.products-11 .selectMultiple > ul li.beforeRemove,
.bloque.products-12 .selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px;
}
.bloque.filtro-productos .selectMultiple > ul li.beforeRemove:first-child,
.bloque.products-11 .selectMultiple > ul li.beforeRemove:first-child,
.bloque.products-12 .selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px;
}
.bloque.filtro-productos .selectMultiple > ul li.afterRemove,
.bloque.products-11 .selectMultiple > ul li.afterRemove,
.bloque.products-12 .selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0;
}
.bloque.filtro-productos .selectMultiple > ul li.afterRemove:last-child,
.bloque.products-11 .selectMultiple > ul li.afterRemove:last-child,
.bloque.products-12 .selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px;
}
.bloque.filtro-productos .selectMultiple > ul li.remove,
.bloque.products-11 .selectMultiple > ul li.remove,
.bloque.products-12 .selectMultiple > ul li.remove {
  transform: scale(0);
  opacity: 0;
}
.bloque.filtro-productos .selectMultiple > ul li.remove:after,
.bloque.products-11 .selectMultiple > ul li.remove:after,
.bloque.products-12 .selectMultiple > ul li.remove:after {
  -webkit-animation: ripple 0.4s ease-out;
  animation: ripple 0.4s ease-out;
}
.bloque.filtro-productos .selectMultiple > ul li.notShown,
.bloque.products-11 .selectMultiple > ul li.notShown,
.bloque.products-12 .selectMultiple > ul li.notShown {
  display: none;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.4s ease;
}
.bloque.filtro-productos .selectMultiple > ul li.notShown.show,
.bloque.products-11 .selectMultiple > ul li.notShown.show,
.bloque.products-12 .selectMultiple > ul li.notShown.show {
  transform: scale(1);
  opacity: 1;
}
.bloque.filtro-productos .selectMultiple.open > div,
.bloque.products-11 .selectMultiple.open > div,
.bloque.products-12 .selectMultiple.open > div {
  box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}
.bloque.filtro-productos .selectMultiple.open > div .arrow:before,
.bloque.products-11 .selectMultiple.open > div .arrow:before,
.bloque.products-12 .selectMultiple.open > div .arrow:before {
  transform: rotate(-50deg);
}
.bloque.filtro-productos .selectMultiple.open > div .arrow:after,
.bloque.products-11 .selectMultiple.open > div .arrow:after,
.bloque.products-12 .selectMultiple.open > div .arrow:after {
  transform: rotate(50deg);
}
.bloque.filtro-productos .selectMultiple.open > ul,
.bloque.products-11 .selectMultiple.open > ul,
.bloque.products-12 .selectMultiple.open > ul {
  transform: translate(0, 12px) scale(1);
  opacity: 1;
  visibility: visible;
  filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
  z-index: 10;
}
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(50, 50);
  }
}
.bloque.products-11 .listado-productos .item_producto {
  margin-bottom: 55px;
}
.bloque.products-11 .listado-productos .item_producto .cont-producto {
  margin: 0;
  padding: 0;
}
.bloque.products-11 .listado-productos .item_producto .cont-producto .txt h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.2px;
}
.bloque.products-11 .listado-productos .item_producto .cont-producto .img {
  height: 260px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bloque.products-11 .filtro_productos .container.contenido-filtro-productos,
.bloque.products-12 .filtro_productos .container.contenido-filtro-productos {
  display: block;
  position: relative;
  min-height: 115px;
  margin-bottom: 25px;
}
.bloque.products-11 .filtro_productos .container.contenido-filtro-productos form,
.bloque.products-12 .filtro_productos .container.contenido-filtro-productos form {
  display: block;
  padding: 13px 20px;
  border-radius: 18px;
  border: 1px solid rgba(186, 174, 149, 0.25);
  background: rgba(186, 174, 149, 0.08);
}
.bloque.products-11 .filtro_productos .container.contenido-filtro-productos a.btn_mostrar_mapa,
.bloque.products-12 .filtro_productos .container.contenido-filtro-productos a.btn_mostrar_mapa,
.bloque.products-11 .filtro_productos .container.contenido-filtro-productos a.btn_mostrar_listado,
.bloque.products-12 .filtro_productos .container.contenido-filtro-productos a.btn_mostrar_listado {
  display: inline-block;
  background: #bc6646;
  padding: 10px 16px;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}
.bloque.products-11 .filtro_productos .container.contenido-filtro-productos a.btn_mostrar_mapa svg,
.bloque.products-12 .filtro_productos .container.contenido-filtro-productos a.btn_mostrar_mapa svg,
.bloque.products-11 .filtro_productos .container.contenido-filtro-productos a.btn_mostrar_listado svg,
.bloque.products-12 .filtro_productos .container.contenido-filtro-productos a.btn_mostrar_listado svg {
  display: inline-block;
  vertical-align: middle;
  stroke-width: 1px;
}
/*----------------------------------------------------------------------------------
FICHA
------------------------------------------------------------------------------------ */
.bloque.products-12 {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.products-12 .mapa-listados-full {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.products-12 .mapa-listados-full .col-lateral-mapafull {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9999;
  width: 330px;
}
.bloque.products-12 .mapa-listados-full .col-lateral-mapafull .form-group.botonera {
  display: none !important;
}
.bloque.products-12 .mapa-listados-full .col-mapa-mapafull {
  display: block;
}
/*----------------------------------------------------------------------------------
FICHA
------------------------------------------------------------------------------------ */
.seleccion-fecha-viajeros-paquetes,
.proceso_reserva_productos {
  display: block;
  position: relative;
  overflow: hidden;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont,
.proceso_reserva_productos .col-md-5 .cont,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont,
.proceso_reserva_productos .col-md-6 .cont {
  padding-right: 25px;
}
@media only screen and (max-width: 1025px) {
  .seleccion-fecha-viajeros-paquetes .col-md-5 .cont,
  .proceso_reserva_productos .col-md-5 .cont,
  .seleccion-fecha-viajeros-paquetes .col-md-6 .cont,
  .proceso_reserva_productos .col-md-6 .cont {
    padding-right: 0;
  }
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker-inline,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker-inline,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker-inline,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker-inline,
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker-calendar,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker-calendar,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker-calendar,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker-calendar {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker th,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker th,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker th,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker th {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker td,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker td,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker td,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker td {
  padding: 9px 1px;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header {
  background: #385676 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 400;
  padding: 13px 0;
  text-align: center;
  border: none !important;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 0;
  border: none;
  top: 13px !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  opacity: 1;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 15px;
  background-image: url('../../../general_assets/img/prev_arrow_calendar.svg');
  background-size: 33px;
  background-position: center center;
  background-size: 34px;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 20px;
  background-image: url('../../../general_assets/img/next_arrow_calendar.svg');
  background-size: 33px;
  background-position: center center;
  background-size: 34px;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad thead,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad thead,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad thead,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad thead {
  border-bottom: 2px solid #ddd;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad thead th,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad thead th,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad thead th,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad thead th {
  font-size: 17px;
  text-transform: uppercase;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad td .ui-state-default,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad td .ui-state-default,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad td .ui-state-default,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad td .ui-state-default {
  border: none;
  background: none;
  text-align: center;
  color: #333;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad td a,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad td a,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad td a,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad td a {
  display: block;
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  padding: 0;
  margin: 0 auto;
  border-radius: 100%;
  background: #eee !important;
}
@media only screen and (max-width: 1025px) {
  .seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad td a,
  .proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad td a,
  .seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad td a,
  .proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad td a {
    width: 39px;
    height: 39px;
    line-height: 39px;
  }
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad td.highlight a,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad td.highlight a,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad td.highlight a,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad td.highlight a {
  color: #fff !important;
  background: #8bb023 !important;
}
.seleccion-fecha-viajeros-paquetes .col-md-5 .cont #calendario-disponibilidad td.highlight a.ui-state-active,
.proceso_reserva_productos .col-md-5 .cont #calendario-disponibilidad td.highlight a.ui-state-active,
.seleccion-fecha-viajeros-paquetes .col-md-6 .cont #calendario-disponibilidad td.highlight a.ui-state-active,
.proceso_reserva_productos .col-md-6 .cont #calendario-disponibilidad td.highlight a.ui-state-active {
  color: #fff !important;
  background: #385676 !important;
}
.seleccion-fecha-viajeros-paquetes .col-md-7 .cont,
.proceso_reserva_productos .col-md-7 .cont {
  padding-left: 25px;
}
.extras {
  display: block;
  position: relative;
  overflow: hidden;
  background: pink;
}
.extras p {
  font-size: 15px;
  line-height: 20px;
  color: #111;
  margin-bottom: 15px;
}
.extras .form-group {
  display: block;
  position: relative;
  overflow: hidden;
  clear: left;
  font-size: 17px;
  border-bottom: 1px dotted #444;
  padding: 4px 0;
  padding-top: 15px;
  margin-bottom: 5px;
}
.extras .form-group:first-child {
  border-top: 1px dotted #444;
}
.extras .form-group .texto {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.1px;
  line-height: 16px;
  color: #333;
  width: calc(100% - 120px);
}
.extras .form-group .texto p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 16px;
}
.extras .form-group .precio {
  display: block;
  float: left;
  width: 65px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.extras .form-group .quantity-button {
  background: none !important;
}
.extras .form-group .selector {
  display: block;
  float: left;
  width: 50px;
  text-align: center;
}
.extras .form-group .selector input.number {
  width: 50px;
}
.extras .form-group .body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
}
.extras .form-group .body p {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #444;
}
/*--------------------------------------------------------
FICHA DE LOS PRODUCTOS
---------------------------------------------------------*/
.cabecera-ficha {
  max-width: 800px;
  margin: 0 auto;
}
.grafico-ficha .img_cabecera {
  width: 100% !important;
  height: auto !important;
}
.grafico-ficha-desktop {
  display: block;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 1025px) {
  .grafico-ficha-desktop {
    display: none;
  }
}
.grafico-ficha-mobile {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .grafico-ficha-mobile {
    display: block;
  }
}
@media only screen and (max-width: 580px) {
  .grafico-ficha-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.grafico-ficha-mobile .wrapper-slideshow {
  height: 410px;
}
@media only screen and (max-width: 580px) {
  .grafico-ficha-mobile .wrapper-slideshow {
    height: 310px;
  }
}
.grafico-ficha-mobile .wrapper-slideshow .slide-productos,
.grafico-ficha-mobile .wrapper-slideshow .item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.grafico-ficha-mobile .wrapper-slideshow .cycle-prev,
.grafico-ficha-mobile .wrapper-slideshow .cycle-next {
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  top: 50%;
  margin-top: -17px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.grafico-ficha-mobile .wrapper-slideshow .cycle-prev {
  right: auto;
  background-image: url('../../../general_assets/img/arrow_left_white_long.svg');
  left: 9px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
}
.grafico-ficha-mobile .wrapper-slideshow .cycle-next {
  right: 9px;
  background-image: url('../../../general_assets/img/arrow_right_white_long.svg');
  left: auto;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
}
/*----------------------------------------------------------------
FORMULARIO DE CONTACTO
------------------------------------------------------------------*/
.wrapper-formulario-contacto {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}
.wrapper-formulario-contacto p {
  font-size: 17px;
  color: #222;
  font-weight: lighter;
  text-align: center;
  opacity: 0.7;
}
@media only screen and (max-width: 580px) {
  .wrapper-formulario-contacto p {
    font-size: 16px;
  }
}
/*----------------------------------------------------------------
FORMULARIO DE RESERVA Y PAGO POR TPV
------------------------------------------------------------------*/
.wrapper-reserva-tpv {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 55px 0;
}
.wrapper-reserva-tpv h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  font-size: 40px;
  text-align: center;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .wrapper-reserva-tpv h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .wrapper-reserva-tpv h2 {
    font-size: 25px;
  }
}
.wrapper-reserva-tpv .proceso_reserva_productos {
  display: block;
  position: relative;
  overflow: hidden;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .info-reserva {
  text-align: left;
  border: 1px solid #c9c9c9;
  padding: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .info-reserva svg {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
  margin-right: 5px;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 18px;
  padding: 30px;
  margin-left: 35px;
}
@media only screen and (max-width: 1025px) {
  .wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets {
    margin-left: 0;
    padding: 15px;
  }
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .fecha_seleccionada {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-left: 50px;
  background-image: url('../../../general_assets/img/booking.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 37px;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .fecha_seleccionada p {
  text-align: left;
  line-height: 1.25;
  font-size: 16px;
  margin: 1px 0;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets p.info {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .item-ticket {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .item-ticket .col-md-6 span {
  font-size: 15px;
  text-transform: uppercase;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .item-ticket .col-md-6,
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .item-ticket .col-md-2 {
  padding-top: 15px;
}
@media only screen and (max-width: 1025px) {
  .wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .item-ticket .col-md-6,
  .wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .item-ticket .col-md-2 {
    padding-top: 4px;
  }
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .item-ticket .col-md-2 {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1025px) {
  .wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .item-ticket .col-md-2 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .row.item-total-tickets {
  text-align: right;
  margin: 15px 0;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .listado-tickets .row.item-total-tickets .resultado-total {
  display: inline;
  font-size: 36px;
  font-weight: bold;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .botonera {
  text-align: right;
  margin-top: 20px;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .botonera a.siguiente_tickets_productos {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.wrapper-reserva-tpv .cont_ajax_reserva_producto .selector_tickets .botonera a.siguiente_tickets_productos:hover {
  color: #fff;
  background: #000;
}
.proceso_reserva_productos {
  display: block;
  position: relative;
  overflow: hidden;
}
.proceso_reserva_productos .col-datos-cliente {
  padding-right: 55px;
}
.proceso_reserva_productos .col-datos-cliente form .texto_aviso {
  display: none;
}
.proceso_reserva_productos .col-datos-cliente form .form-group {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.proceso_reserva_productos .col-datos-cliente form .form-group label {
  position: relative;
  pointer-events: none;
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-bottom: 4px;
}
.proceso_reserva_productos .col-datos-cliente form .form-group label.radio-inline,
.proceso_reserva_productos .col-datos-cliente form .form-group label.radio {
  pointer-events: inherit;
}
.proceso_reserva_productos .col-datos-cliente form .form-group label.error {
  font-size: 13px;
  color: #bc0b07;
}
.proceso_reserva_productos .col-datos-cliente form .form-group input.form-control,
.proceso_reserva_productos .col-datos-cliente form .form-group textarea.form-control,
.proceso_reserva_productos .col-datos-cliente form .form-group select.form-control {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 15px;
}
.proceso_reserva_productos .col-datos-cliente form .form-group .conjunto-radio,
.proceso_reserva_productos .col-datos-cliente form .form-group .conjunto-checkbox {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.proceso_reserva_productos .col-datos-cliente form .form-group .conjunto-radio label,
.proceso_reserva_productos .col-datos-cliente form .form-group .conjunto-checkbox label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
}
.proceso_reserva_productos .col-datos-cliente form .form-group .conjunto-radio label input,
.proceso_reserva_productos .col-datos-cliente form .form-group .conjunto-checkbox label input {
  margin-right: 4px;
}
.proceso_reserva_productos .col-datos-cliente form .form-group select.form-control {
  background-image: url('../../../general_assets/img/arrow_down.svg');
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  background-size: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.proceso_reserva_productos .col-datos-cliente form .form-group textarea.form-control {
  height: 130px;
  line-height: 1.2;
  padding: 12px;
}
.proceso_reserva_productos .col-datos-cliente form .form-group.texto_privacidad label {
  text-transform: none;
  font-size: 14px;
  pointer-events: initial;
}
.proceso_reserva_productos .col-datos-cliente form .form-group.texto_privacidad label a {
  color: #222;
  border-bottom: 1px solid #222;
}
.proceso_reserva_productos .col-datos-cliente form .form-group.texto_privacidad label div.input_checkbox {
  display: block;
  float: left;
  width: 40px;
  pointer-events: initial;
}
.proceso_reserva_productos .col-datos-cliente form .form-group.texto_privacidad label div.texto {
  display: block;
  float: left;
  width: calc(100% - 40px);
}
.proceso_reserva_productos .col-datos-cliente form label {
  text-transform: uppercase;
}
.proceso_reserva_productos .col-datos-cliente form label span.obligatorio {
  font-size: 18px;
  padding-left: 4px;
  color: #e02525;
  font-weight: bold;
}
.proceso_reserva_productos .col-resumen-compra {
  display: block;
  position: relative;
  overflow: hidden;
}
.proceso_reserva_productos .col-resumen-compra .fecha {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 25px;
  padding-left: 50px;
  background-image: url('../../../general_assets/img/booking.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 37px;
}
.proceso_reserva_productos .col-resumen-compra .fecha p {
  text-align: left;
  line-height: 1.25;
  font-size: 16px;
  margin: 1px 0;
}
.proceso_reserva_productos .col-resumen-compra .listado-tickets h5 {
  font-size: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: -0.2px;
  font-weight: 700;
  margin-bottom: 10px;
}
.proceso_reserva_productos .col-resumen-compra .listado-tickets .item-ticket {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: -0.2px;
}
.proceso_reserva_productos .col-resumen-compra .listado-tickets .item-ticket .col-titulo {
  display: block;
  width: 50%;
  float: left;
}
.proceso_reserva_productos .col-resumen-compra .listado-tickets .item-ticket .col-cantidad {
  display: block;
  width: 25%;
  float: left;
}
.proceso_reserva_productos .col-resumen-compra .listado-tickets .item-ticket .subtotal {
  display: block;
  width: 25%;
  float: left;
}
.proceso_reserva_productos .precio-total,
.proceso_reserva_productos .info-pago {
  display: block;
  margin-top: 20px;
}
.proceso_reserva_productos .precio-total span,
.proceso_reserva_productos .info-pago span {
  display: block;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.proceso_reserva_productos .precio-total .texto,
.proceso_reserva_productos .info-pago .texto {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.proceso_reserva_productos .info-pago span {
  font-size: 45px;
}
.proceso_reserva_productos .item-metodo.item-metodo-redsys {
  background-image: url('../../../general_assets/img/pago_seguro.png');
  background-size: 335px;
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: -10px 30px;
}
.proceso_reserva_productos a.btn-realizar-reserva {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.proceso_reserva_productos a.btn-realizar-reserva:hover {
  color: #fff;
  background: #000;
}
.proceso_reserva_productos h4 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1px;
  border-radius: 5px;
  padding: 7px 9px;
  margin-top: 20px;
  margin-bottom: 15px;
  background: #385676;
  color: #fff;
}
@media only screen and (max-width: 1025px) {
  .proceso_reserva_productos h4 {
    font-size: 15px;
    border-radius: 4px;
    padding: 5px 7px;
  }
}
.proceso_reserva_productos .informacion-pago {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 25px 0;
  border: 1px solid #ddd;
  padding: 12px;
  background: #f9f9f9;
  text-align: left;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
}
.proceso_reserva_productos .informacion-pago p {
  text-align: left;
  margin: 0;
}
.bloque.revistas-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.revistas-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.revistas-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.revistas-1 .listado-revistas {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.revistas-1 .listado-revistas .item-revista {
  margin-bottom: 45px;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont {
  display: block;
  margin: 10px;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img {
  display: block;
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img:hover .fondo {
  filter: blur(5px);
  scale: 1.1;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img:hover .texto {
  bottom: 14%;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img .degradado {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 6;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img .cuadrado {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 84%;
  height: 84%;
  border: 1px solid #fff;
  opacity: 0.5;
  z-index: 10;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img .texto {
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: 12%;
  color: #fff;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img .texto h4 {
  font-family: "Playfair Display", sans-serif;
  font-size: 26px;
  letter-spacing: -0.2px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img .texto p {
  margin: 0;
}
.bloque.revistas-1 .listado-revistas .item-revista .cont .img .texto p span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.7);
}
.bloque.texto-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-1 p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-1 a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-1 a:hover {
  color: #080808;
}
.bloque.texto-1 strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-1 ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-1 ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-1 ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-1 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-1 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-1 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}
.bloque.texto-1 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-1 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-1 .txt a:hover {
  color: #080808;
}
.bloque.texto-1 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-1 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-1 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-1 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-1 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-1 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-1 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.texto-1 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-1 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-1 .txt h2 {
    font-size: 25px;
  }
}
.bloque.texto-1 .txt h2 {
  margin-bottom: 25px;
}
.bloque.texto-2 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-2 .cont {
  text-align: center;
}
.bloque.texto-2 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-2 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-2 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-2 .txt a:hover {
  color: #080808;
}
.bloque.texto-2 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-2 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-2 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-2 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-2 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-2 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-2 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.texto-2 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-2 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-2 .txt h2 {
    font-size: 25px;
  }
}
.bloque.texto-2 .cont-icono {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.bloque.texto-2 .cont-icono span.lnr {
  padding: 30px;
  background-color: #f7f7f7;
  border: 2px solid #eee;
  border-radius: 100%;
  font-size: 45px;
  display: inline-block;
  margin: 0 auto;
  color: #555;
  font-weight: lighter;
}
.bloque.texto-2 .cont {
  padding: 0 40px;
}
.bloque.texto-2 .cont-txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.bloque.texto-2 .cont-txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-2 .cont-txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-2 .cont-txt a:hover {
  color: #080808;
}
.bloque.texto-2 .cont-txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-2 .cont-txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-2 .cont-txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-2 .cont-txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-2 .cont-txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-2 .cont-txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-2 .cont-txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.25;
  text-align: center;
  padding: 5px 0;
}
.bloque.texto-3 {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-3 .cont {
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-3 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-3 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-3 .cont a:hover {
  color: #080808;
}
.bloque.texto-3 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-3 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-3 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-3 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-3 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-3 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-3 .cont h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.25;
  text-align: left;
  padding: 5px 0;
}
.bloque.texto-3-9 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-3-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-3-9 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-3-9 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}
.bloque.texto-3-9 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-3-9 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-3-9 .txt a:hover {
  color: #080808;
}
.bloque.texto-3-9 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-3-9 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-3-9 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-3-9 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-3-9 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-3-9 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-3-9 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.texto-3-9 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-3-9 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-3-9 .txt h2 {
    font-size: 25px;
  }
}
.bloque.texto-3-9 .txt h2 {
  margin-bottom: 0;
}
.bloque.texto-3-9 .cont {
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-3-9 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-3-9 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-3-9 .cont a:hover {
  color: #080808;
}
.bloque.texto-3-9 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-3-9 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-3-9 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-3-9 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-3-9 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-3-9 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-4 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-4 p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-4 a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-4 a:hover {
  color: #080808;
}
.bloque.texto-4 strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-4 ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-4 ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-4 ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-4 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-4 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-4 .col-izq {
  padding-right: 20px;
}
.bloque.texto-4 .col-der {
  padding-left: 20px;
}
.bloque.texto-4 .cont {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-4 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-4 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-4 .cont a:hover {
  color: #080808;
}
.bloque.texto-4 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-4 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-4 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-4 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-4 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-4 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-4 .cont h2 {
  display: block;
  width: 70%;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 35px;
}
.bloque.texto-5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-5 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 55px;
}
.bloque.texto-5 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-5 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-5 .txt a:hover {
  color: #080808;
}
.bloque.texto-5 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-5 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-5 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-5 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-5 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-5 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-5 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.texto-5 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-5 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-5 .txt h2 {
    font-size: 25px;
  }
}
.bloque.texto-5 .col-md-3 .cont {
  padding: 0 10px;
}
.bloque.texto-5 .col-md-3 .cont .cont-img {
  display: block;
}
.bloque.texto-5 .col-md-3 .cont .cont-img img {
  width: 80%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.bloque.texto-5 .col-md-3 .cont .cont-txt {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 13px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-5 .col-md-3 .cont .cont-txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-5 .col-md-3 .cont .cont-txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-5 .col-md-3 .cont .cont-txt a:hover {
  color: #080808;
}
.bloque.texto-5 .col-md-3 .cont .cont-txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-5 .col-md-3 .cont .cont-txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-5 .col-md-3 .cont .cont-txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-5 .col-md-3 .cont .cont-txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-5 .col-md-3 .cont .cont-txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-5 .col-md-3 .cont .cont-txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-5 .col-md-3 .cont .cont-txt h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.25;
  text-align: center;
  padding: 0 10%;
}
.bloque.texto-5 .botonera {
  margin-top: 45px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.bloque.texto-5 .botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.texto-5 .botonera a:hover {
  color: #fff;
  background: #000;
}
.bloque.texto-6,
.bloque.texto-7 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-6,
  .bloque.texto-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-6,
  .bloque.texto-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-6 .col-img,
.bloque.texto-7 .col-img {
  padding-left: 55px;
}
.bloque.texto-6 .col-txt .cont,
.bloque.texto-7 .col-txt .cont {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-6 .col-txt .cont p,
.bloque.texto-7 .col-txt .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-6 .col-txt .cont a,
.bloque.texto-7 .col-txt .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-6 .col-txt .cont a:hover,
.bloque.texto-7 .col-txt .cont a:hover {
  color: #080808;
}
.bloque.texto-6 .col-txt .cont strong,
.bloque.texto-7 .col-txt .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-6 .col-txt .cont ul,
.bloque.texto-7 .col-txt .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-6 .col-txt .cont ul li,
.bloque.texto-7 .col-txt .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-6 .col-txt .cont ul li:before,
.bloque.texto-7 .col-txt .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-6 .col-txt .cont,
  .bloque.texto-7 .col-txt .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-6 .col-txt .cont,
  .bloque.texto-7 .col-txt .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-6 .col-txt .cont h2,
.bloque.texto-7 .col-txt .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  margin-bottom: 35px;
}
.bloque.texto-7 .col-img {
  padding-left: 0;
  padding-right: 55px;
}
.bloque.texto-tres-columnas-imagen {
  display: block;
  position: relative;
  overflow: hidden;
  background: yellow;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont {
  padding: 0 15px;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .img {
  display: block;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .img img {
  display: block;
  margin: 0 auto;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 15px;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt a:hover {
  color: #080808;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-tres-columnas-imagen .col-md-4 .cont .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.25;
  text-align: left;
  padding: 5px 0;
}
.bloque.dos-columnas-imagen-izquierda {
  display: block;
  position: relative;
  overflow: hidden;
  background: pink;
}
.bloque.dos-columnas-imagen-izquierda .col-img {
  padding-right: 55px;
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont a:hover {
  color: #080808;
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-imagen-izquierda .col-txt .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.dos-columnas-imagen-izquierda .col-txt .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.dos-columnas-imagen-izquierda .col-txt .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.7em;
}
.bloque.dos-columnas-full-imagen-izquierda {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.dos-columnas-full-imagen-izquierda .fondo-izquierda {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-izquierda .fondo-izquierda {
    display: block;
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.dos-columnas-full-imagen-izquierda .fondo-izquierda {
    height: 360px;
  }
}
.bloque.dos-columnas-full-imagen-izquierda .fondo-derecha {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-izquierda .fondo-derecha {
    display: block;
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.bloque.dos-columnas-full-imagen-izquierda .container {
  display: block;
  position: relative;
  z-index: 5;
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 {
  display: table;
  min-height: 580px;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 {
    min-height: inherit;
  }
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 8%;
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont a:hover {
  color: #080808;
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont {
    padding: 25px 0;
  }
}
.bloque.dos-columnas-full-imagen-izquierda .container .row .col-md-6 .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
}
.bloque.dos-columnas-full-imagen-derecha {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.dos-columnas-full-imagen-derecha .fondo-derecha {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-derecha .fondo-derecha {
    display: block;
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.dos-columnas-full-imagen-derecha .fondo-derecha {
    height: 360px;
  }
}
.bloque.dos-columnas-full-imagen-derecha .fondo-izquierda {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-derecha .fondo-izquierda {
    display: block;
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.bloque.dos-columnas-full-imagen-derecha .container {
  display: block;
  position: relative;
  z-index: 5;
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 {
  display: table;
  min-height: 580px;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 {
    min-height: inherit;
  }
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 8%;
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont a:hover {
  color: #080808;
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont {
    padding: 25px 0;
  }
}
.bloque.dos-columnas-full-imagen-derecha .container .row .col-md-6 .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
}
.bloque.dos-columnas-full-texto {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.dos-columnas-full-texto .fondo-derecha {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #111;
}
.bloque.dos-columnas-full-texto .fondo-izquierda {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
}
.bloque.dos-columnas-full-texto .container {
  display: block;
  position: relative;
  padding: 120px 0;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 8%;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont a:hover {
  color: #080808;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-izq .cont h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der {
  color: #fff;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 8%;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont a:hover {
  color: #080808;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont ul {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont ul li {
  display: block;
  margin: 10px 0;
  padding: 5px 0;
  padding-left: 35px;
  list-style: none;
  background-image: url('../../../general_assets/img/check_white.svg');
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 0 7px;
}
.bloque.dos-columnas-full-texto .container .row .col-md-6.col-der .cont ul li strong {
  color: #fff;
  font-size: 1.1em;
}
.bloque.cita-centrada {
  display: block;
  position: relative;
  overflow: hidden;
}
.bloque.cita-centrada .cita {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  padding: 45px;
  padding-left: 95px;
  border: 2px solid #eee;
  background-color: #f8f8f8;
  background-image: url('../../../general_assets/img/quote.svg');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 20px 45px;
}
.bloque.cita-centrada .cita .cont {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  opacity: 0.8;
}
.bloque.texto-tres-columnas-iconos-fondo {
  display: block;
  position: relative;
  overflow: hidden;
}
/*-------------------------------------------------
BLOQUE TEXTO 8
--------------------------------------------------*/
.bloque.texto-8 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-8 h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.bloque.texto-8 .cont {
  padding: 9px 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-8 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-8 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-8 .cont a:hover {
  color: #080808;
}
.bloque.texto-8 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-8 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-8 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-8 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-8 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-8 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
/*-------------------------------------------------
BLOQUE TEXTO 10
--------------------------------------------------*/
.bloque.texto-9 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-9 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-9 p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-9 a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-9 a:hover {
  color: #080808;
}
.bloque.texto-9 strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-9 ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-9 ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-9 ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-9 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-9 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-9 .txt {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 45px;
}
.bloque.texto-9 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-9 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-9 .txt a:hover {
  color: #080808;
}
.bloque.texto-9 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-9 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-9 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-9 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-9 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-9 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-9 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.texto-9 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-9 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-9 .txt h2 {
    font-size: 25px;
  }
}
.bloque.texto-9 .txt h2 {
  text-align: left;
  margin: 0;
}
.bloque.texto-9 .row.fila-titulo .col-md-3 {
  display: flex;
  align-items: center;
}
.bloque.texto-9 .row.fila-titulo .col-md-3 a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.texto-9 .row.fila-titulo .col-md-3 a:hover {
  color: #fff;
  background: #000;
}
.bloque.texto-9 .row.fila-caracteristicas {
  border-top: 1px solid #eee;
  padding-top: 45px;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont {
  padding-right: 45px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont a:hover {
  color: #080808;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  text-align: left;
  padding: 5px 0;
}
.bloque.texto-9 .row.fila-caracteristicas .col-md-4 .cont p {
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
}
/*-------------------------------------------------
BLOQUE TEXTO 10
--------------------------------------------------*/
.bloque.texto-10 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-10 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.texto-10 p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-10 a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-10 a:hover {
  color: #080808;
}
.bloque.texto-10 strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-10 ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-10 ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-10 ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-10 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-10 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-10 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}
.bloque.texto-10 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-10 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-10 .txt a:hover {
  color: #080808;
}
.bloque.texto-10 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-10 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-10 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-10 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-10 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-10 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-10 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.texto-10 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-10 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-10 .txt h2 {
    font-size: 25px;
  }
}
.bloque.texto-10 .fila-textos .col-md-6 .cont {
  padding: 0;
  width: 90%;
  min-height: 180px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bloque.texto-10 .fila-textos .col-md-6 .cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.texto-10 .fila-textos .col-md-6 .cont a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.texto-10 .fila-textos .col-md-6 .cont a:hover {
  color: #080808;
}
.bloque.texto-10 .fila-textos .col-md-6 .cont strong {
  font-weight: 700;
  color: #111;
}
.bloque.texto-10 .fila-textos .col-md-6 .cont ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.texto-10 .fila-textos .col-md-6 .cont ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.texto-10 .fila-textos .col-md-6 .cont ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.texto-10 .fila-textos .col-md-6 .cont {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.texto-10 .fila-textos .col-md-6 .cont {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.texto-10 .fila-textos .col-md-6 .cont h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  text-align: left;
  padding: 5px 0;
}
.bloque.texto-10 .fila-textos .col-md-6 .cont p {
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
}
/*-------------------------------------------------
FX FADE
--------------------------------------------------*/
.trans-fx {
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
}
.animable.fx-fade {
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
  opacity: 0;
}
.editor-contenido-pagina .animable.fx-fade {
  opacity: 1;
}
.animable.fx-fade.iniciada {
  opacity: 1;
}
/*-------------------------------------------------
FX DOWN
--------------------------------------------------*/
.animable.fx-down {
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
  opacity: 0;
  transform: translateY(-5vh);
}
.editor-contenido-pagina .animable.fx-down {
  opacity: 1;
  transform: none;
}
.animable.fx-down.iniciada {
  opacity: 1;
  transform: none;
}
/*-------------------------------------------------
FX UP
--------------------------------------------------*/
.animable.fx-up {
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
  opacity: 0;
  transform: translateY(5vh);
}
.editor-contenido-pagina .animable.fx-up {
  opacity: 1;
  transform: none;
}
.animable.fx-up.iniciada {
  opacity: 1;
  transform: none;
}
/*-------------------------------------------------
FX RIGHT
--------------------------------------------------*/
.animable.fx-right {
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
  opacity: 0;
  transform: translateX(-5vh);
}
.editor-contenido-pagina .animable.fx-right {
  opacity: 1;
  transform: none;
}
.animable.fx-right.iniciada {
  opacity: 1;
  transform: none;
}
/*-------------------------------------------------
FX LEFT
--------------------------------------------------*/
.animable.fx-left {
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
  opacity: 0;
  transform: translateX(5vh);
}
.editor-contenido-pagina .animable.fx-left {
  opacity: 1;
  transform: none;
}
.animable.fx-left.iniciada {
  opacity: 1;
  transform: none;
}
.bloque.testimonios-1 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #e9e9e9;
  margin: 45px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.testimonios-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.testimonios-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.testimonios-1 .txt {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.bloque.testimonios-1 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.testimonios-1 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.testimonios-1 .txt a:hover {
  color: #080808;
}
.bloque.testimonios-1 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.testimonios-1 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.testimonios-1 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.testimonios-1 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.testimonios-1 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.testimonios-1 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.testimonios-1 .txt h5 {
  color: #999;
}
.bloque.testimonios-1 .txt h2 {
  color: #fff;
}
.bloque.testimonios-1 .swiper-pagination {
  bottom: 0;
  left: 12%;
}
.bloque.testimonios-1 .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.bloque.testimonios-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  background: #385676;
}
.bloque.testimonios-1 .swiper-slide .comillas {
  position: absolute;
  top: -80px;
  left: -80px;
  font-size: 200px;
  font-family: 'Georgia', serif;
  font-weight: bold;
  font-style: italic;
  color: rgba(30, 30, 30, 0.2);
}
.bloque.testimonios-1 .swiper-slide .cont {
  display: block;
  position: relative;
  float: right;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.9);
  padding: 45px;
  border-radius: 15px;
  margin-right: -120px;
}
.bloque.testimonios-1 .swiper-slide .cont .logo {
  margin: 7px 0;
}
.bloque.testimonios-1 .swiper-slide .cont .logo img {
  width: auto !important;
  height: 95px !important;
  filter: grayscale(1);
  opacity: 0.9;
}
.bloque.testimonios-1 .swiper-slide .cont .titulo {
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}
.bloque.testimonios-1 .swiper-slide .cont .subtitulo {
  margin-top: 45px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.bloque.testimonios-1 .swiper-slide .col-img img {
  border-radius: 15px;
}
/*-------------------------------------------------------------------------
TESTIMONIOS 2
-------------------------------------------------------------------------*/
.bloque.testimonios-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 45px 0;
}
@media only screen and (max-width: 1025px) {
  .bloque.testimonios-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.testimonios-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bloque.testimonios-2 .txt {
  display: block;
  position: relative;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.bloque.testimonios-2 .txt p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bloque.testimonios-2 .txt a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.testimonios-2 .txt a:hover {
  color: #080808;
}
.bloque.testimonios-2 .txt strong {
  font-weight: 700;
  color: #111;
}
.bloque.testimonios-2 .txt ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.bloque.testimonios-2 .txt ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.bloque.testimonios-2 .txt ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .bloque.testimonios-2 .txt {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.testimonios-2 .txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.bloque.testimonios-2 .txt h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bloque.testimonios-2 .txt h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .bloque.testimonios-2 .txt h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.testimonios-2 .txt h2 {
    font-size: 25px;
  }
}
.bloque.testimonios-2 .swiper-wrapper {
  position: relative;
  padding-top: 45px;
}
.bloque.testimonios-2 .swiper-wrapper .swiper-slide {
  display: block;
  overflow: hidden;
  background-color: #e9e9e9;
  border-radius: 24px;
}
.bloque.testimonios-2 .swiper-wrapper .texto {
  display: block;
  position: relative;
  z-index: 10;
  padding: 35px 30px;
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
}
.bloque.testimonios-2 .swiper-wrapper .texto .tit {
  font-size: 19px;
  font-weight: 600;
}
.bloque.testimonios-2 .swiper-wrapper .texto .subt {
  font-size: 17px;
}
.bloque.testimonios-2 .swiper-wrapper .texto .avatar {
  position: absolute;
  width: 110px;
  height: 110px;
  bottom: -55px;
  left: 50%;
  margin-left: -55px;
  border-radius: 100%;
  overflow: hidden;
}
.bloque.testimonios-2 .swiper-wrapper .texto2 {
  display: block;
  position: relative;
  z-index: 5;
  padding: 30px;
  padding-top: 50px;
  background: #f7f8fa;
}
.bloque.testimonios-2 .swiper-wrapper .texto2 .logo {
  margin: 7px 0;
  mix-blend-mode: multiply;
}
.bloque.testimonios-2 .swiper-wrapper .texto2 .logo img {
  width: auto !important;
  height: 75px !important;
  filter: grayscale(1);
  opacity: 0.7;
}
.bloque.testimonios-2 .swiper-wrapper .texto2 .desc {
  font-size: 15px;
}
.bloque.testimonios-2 .swiper-button-prev,
.bloque.testimonios-2 .swiper-button-next {
  position: absolute;
  width: 45px;
  height: 45px;
  opacity: 0.25;
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque.testimonios-2 .swiper-button-prev:hover,
.bloque.testimonios-2 .swiper-button-next:hover {
  opacity: 0.8;
}
.bloque.testimonios-2 .swiper-button-prev:after,
.bloque.testimonios-2 .swiper-button-next:after {
  display: none;
}
.bloque.testimonios-2 .swiper-button-prev {
  left: -60px;
  background-image: url('../../../general_assets/img/a_left.svg');
}
.bloque.testimonios-2 .swiper-button-next {
  right: -60px;
  background-image: url('../../../general_assets/img/a_right.svg');
}
.bloque.testimonios-2 .paginacion {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  text-align: center;
}
.bloque.testimonios-2 .paginacion .swiper-pagination {
  position: relative;
}
.bloque.testimonios-2 .paginacion .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.bloque.testimonios-2 .paginacion .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  background: #53C7EB;
}
.cont-tabla {
  display: table;
  width: 100%;
  height: 100%;
}
.cont-tabla .cont-celda {
  vertical-align: middle;
}
.contenido-pagina .bloque:first-child {
  padding-top: 0 !important;
}
.boton {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #111;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.boton:hover {
  color: #fff;
  background: #000;
}
.fila_titulo {
  display: block;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.fila_titulo p {
  margin-top: 0;
  margin-bottom: 20px;
}
.fila_titulo a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fila_titulo a:hover {
  color: #080808;
}
.fila_titulo strong {
  font-weight: 700;
  color: #111;
}
.fila_titulo ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.fila_titulo ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.fila_titulo ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .fila_titulo {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .fila_titulo {
    font-size: 16px;
    line-height: 1.3;
  }
}
.fila_titulo h5 {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.fila_titulo h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 33px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .fila_titulo h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 580px) {
  .fila_titulo h2 {
    font-size: 25px;
  }
}
/* -----------------------------------------
 PLUGINS
 ------------------------------------------- */
.bootstrap-dialog {
  /* dialog types */
  /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
  /** End of icon animation **/
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #ffffff;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #337ab7;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 4px;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* -----------------------------------------
SECCIONES
------------------------------------------- */
.cont-tabla {
  display: table;
  width: 100%;
  height: 100%;
}
.cont-tabla .cont-celda {
  display: table-cell;
  vertical-align: middle;
}
.bloque.about-21 .fila-servicios {
  margin: 0 auto;
  max-width: 1100px;
}
.bloque.about-21 .fila-servicios .titulo {
  padding-left: 10px;
  padding-top: 10px;
}
/*---------------------------------------------------------------------
MENU RESPONSIVE
-----------------------------------------------------------------------*/
.icon {
  background: transparent;
  cursor: pointer;
  height: 55px;
  padding: 16px;
  width: 28px;
  z-index: 99999;
  display: none;
}
@media only screen and (min-width: 1281px) and (max-width: 1440px), only screen and (min-width: 1025px) and (max-width: 1280px), only screen and (max-width: 1025px) {
  .icon {
    display: block;
  }
}
label.icon {
  position: absolute;
  z-index: 998;
  left: 10px;
  top: 40px;
}
.icon .menu,
.icon .menu::before,
.icon .menu::after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
  width: 36px;
  pointer-events: none;
  border-radius: 2px;
}
body.home .icon .menu,
body.home .icon .menu::before,
body.home .icon .menu::after {
  background: #111;
}
.icon:hover .menu,
.icon:hover .menu::before,
.icon:hover .menu::after {
  background: #111;
}
.icon .menu {
  left: 5px;
  top: 35px;
}
.icon .menu:before {
  top: -10px;
}
.icon .menu:after {
  top: 10px;
}
#menu:checked + .icon .menu {
  background: transparent;
}
#menu:checked + .icon .menu::before {
  transform: rotate(45deg);
}
#menu:checked + .icon .menu::after {
  transform: rotate(-45deg);
}
#menu:checked + .icon .menu::before,
#menu:checked + .icon .menu::after {
  top: 0;
  transition: top ease 0.3s, transform ease 0.3s 0.3s;
}
input#menu {
  display: none;
}
.menu-responsive {
  display: block;
  position: fixed;
  left: -100%;
  width: 100%;
  top: 0;
  height: 100vh;
  z-index: 99998;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-responsive .cerrar-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid #111;
  border-radius: 100%;
  background-color: #fff;
  z-index: 9999;
  cursor: pointer;
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-responsive .cerrar-menu:hover {
  opacity: 0.8;
}
.menu-responsive .cont {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 95px 30px;
}
.menu-responsive .cont ul {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0;
}
.menu-responsive .cont ul li {
  display: block;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-responsive .cont ul li a {
  display: block;
  font-size: 18px;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 10px 0;
  text-transform: none;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-responsive .cont ul li a:hover {
  color: #111;
}
.menu-responsive .cont ul li ul {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  position: relative;
  background-color: #f8f8f8;
}
.menu-responsive .cont ul li ul li {
  display: block;
  position: relative;
  float: none;
  padding: 9px 0;
  border: none;
}
.menu-responsive .cont ul li ul li a {
  display: block;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 1.2;
  color: #bc6646;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 7px 0;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-responsive .cont ul li ul li a:hover {
  color: #46072b;
}
.menu-responsive .cont ul li.item_padre {
  background-image: url('../img/faq_down.svg');
  background-position: right 21px;
  background-size: 21px;
  background-repeat: no-repeat;
}
.menu-responsive .cont ul li.item_padre.abierto {
  background-image: url('../img/faq_up.svg');
  background-position: right 21px;
  background-size: 21px;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
.menu-responsive.abierto {
  left: 0;
}
/*---------------------------------------------------------------------
GRAFICO PRINCIPAL HOME
-----------------------------------------------------------------------*/
.bloque.hero-5 {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 65px;
  margin-top: -36px;
}
/*---------------------------------------------------------------------
MOSAICO HOME
-----------------------------------------------------------------------*/
.bloque.servicios-know .intro {
  display: block;
  width: 830px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  font-size: 57px;
  line-height: 1.1;
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: -1px;
  padding: 50px 0;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1025px) {
  .bloque.servicios-know .intro {
    width: 600px;
    font-size: 40px;
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 580px) {
  .bloque.servicios-know .intro {
    width: 100%;
    font-size: 29px;
    padding: 20px 15px;
  }
}
.mosaico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 35px;
}
.mosaico .col-1,
.mosaico .col-2 {
  height: 600px;
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(50% - 2px);
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-1,
  .mosaico .col-2 {
    height: 400px;
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .mosaico .col-1,
  .mosaico .col-2 {
    height: 320px;
    display: block;
    float: none;
    width: 100%;
  }
}
.mosaico .col-1 {
  border-right: 2px solid #fff;
  background-image: url('../img/cua1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-1 {
    border: none;
  }
}
.mosaico .col-2 {
  border-left: 2px solid #fff;
}
.mosaico .col-2 .cuadrante1,
.mosaico .col-2 .cuadrante2,
.mosaico .col-2 .cuadrante3,
.mosaico .col-2 .cuadrante4 {
  display: block;
  float: left;
  position: relative;
  width: calc(50% - 2px);
  height: 300px;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-2 .cuadrante1,
  .mosaico .col-2 .cuadrante2,
  .mosaico .col-2 .cuadrante3,
  .mosaico .col-2 .cuadrante4 {
    height: 200px;
  }
}
@media only screen and (max-width: 580px) {
  .mosaico .col-2 .cuadrante1,
  .mosaico .col-2 .cuadrante2,
  .mosaico .col-2 .cuadrante3,
  .mosaico .col-2 .cuadrante4 {
    height: 160px;
  }
}
.mosaico .col-2 .cuadrante1,
.mosaico .col-2 .cuadrante3 {
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-2 .cuadrante1,
  .mosaico .col-2 .cuadrante3 {
    border: none;
  }
}
.mosaico .col-2 .cuadrante2,
.mosaico .col-2 .cuadrante4 {
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-2 .cuadrante2,
  .mosaico .col-2 .cuadrante4 {
    border: none;
  }
}
.mosaico .col-2 .cuadrante1,
.mosaico .col-2 .cuadrante2 {
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-2 .cuadrante1,
  .mosaico .col-2 .cuadrante2 {
    border: none;
  }
}
.mosaico .col-2 .cuadrante3,
.mosaico .col-2 .cuadrante4 {
  border-top: 2px solid #fff;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-2 .cuadrante3,
  .mosaico .col-2 .cuadrante4 {
    border: none;
  }
}
.mosaico .col-2 .cuadrante1 {
  background-image: url('../img/cua2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mosaico .col-2 .cuadrante2 {
  color: #fff;
  background: #bc6646;
}
.mosaico .col-2 .cuadrante2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/lines1.png');
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mosaico .col-2 .cuadrante3 {
  color: #fff;
  background: #385676;
}
.mosaico .col-2 .cuadrante3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/lines2.png');
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mosaico .col-2 .cuadrante4 {
  background-image: url('../img/cua3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mosaico .col-2 .cont {
  position: absolute !important;
  bottom: 25px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 20;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-2 .cont {
    bottom: 28px;
    left: 15px;
    width: calc(100% - 5px);
  }
}
.mosaico .col-2 .cont:after {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  top: 11px;
  right: 5px;
  border-left: 1px solid #fff;
  background-image: url('../img/arrow_right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px;
  pointer-events: none;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-2 .cont:after {
    width: 36px;
    height: 36px;
    top: 11px;
    right: 10px;
    background-size: 27px;
    pointer-events: none;
  }
}
.mosaico .col-2 .cont p {
  margin: 0;
}
.mosaico .col-2 .cont br {
  display: none;
}
.mosaico .col-2 .cont a {
  display: block;
  padding-right: 40%;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mosaico .col-2 .cont a:hover {
  padding-left: 11px;
}
@media only screen and (max-width: 1025px) {
  .mosaico .col-2 .cont a {
    fond-size: 20px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .mosaico .col-2 .cont a {
    font-size: 19px;
    padding-right: 35px;
  }
}
/*---------------------------------------------------------------------
BLOG HOME
-----------------------------------------------------------------------*/
.boton {
  background: #fff;
  border: 1px solid #385676;
  border-radius: 6px;
  color: #385676;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 1px;
}
.bloque.listado-posts-3 .img {
  position: relative;
  /*
    &:after
    {
      content:'';
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:rgba(40,70,123,0.2);
      z-index:10;
    }
    img
    {
      filter: grayscale(100%);
      opacity:0.95;
    }
     */
}
.bloque.listado-posts-3 .txt h2 {
  font-size: 41px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
/*-----------------------------------------------------------------------
MODAL BOOTSTRAP DIALOG
------------------------------------------------------------------------*/
.modal.bootstrap-dialog.in {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.modal-backdrop.in {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.92) !important;
}
.modal-dialog {
  border-radius: 0;
  margin-top: 30vh;
  border: none;
  z-index: 9999;
}
.modal-dialog .modal-content {
  border-radius: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none;
}
.modal-dialog .modal-content .bootstrap-dialog-close-button {
  display: none !important;
}
.modal-header,
.modal-footer {
  border: none;
  background: none;
}
.modal-header .bootstrap-dialog-title,
.modal-footer .bootstrap-dialog-title {
  display: none !important;
}
.modal-header .bootstrap-dialog-footer,
.modal-footer .bootstrap-dialog-footer {
  display: block;
  width: 100%;
}
.modal-header .bootstrap-dialog-footer-buttons,
.modal-footer .bootstrap-dialog-footer-buttons {
  padding: 10px 0;
  text-align: center;
}
.modal-header .bootstrap-dialog-footer-buttons button,
.modal-footer .bootstrap-dialog-footer-buttons button {
  display: inline-block;
  padding: 12px 35px;
  border: none;
  border-radius: 0;
  color: #fff;
  background: #101010;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal-header .bootstrap-dialog-footer-buttons button:hover,
.modal-footer .bootstrap-dialog-footer-buttons button:hover {
  background: #202020;
}
.modal-header {
  padding-top: 50px;
  background: transparent url('../img/info.svg') center 10px no-repeat !important;
  background-size: 45px !important;
  opacity: 0.8;
}
.bootstrap-dialog .bootstrap-dialog-message {
  margin-top: -10px;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
/*-------------------------------------------------
COOKIE CONSENT
-------------------------------------------------- */
a#open_preferences_center {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a#open_preferences_center:hover {
  color: #fff;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline,
.freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline,
.cc-pc-head-lang-select {
  display: none !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline {
  width: 1px !important;
  height: 0 !important;
  color: transparent !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save,
.freeprivacypolicy-com---palette-light .cc-nb-changep {
  display: inline-block !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #fff !important;
  font-weight: 400 !important;
  background-color: #385676 !important;
  border: 1px solid #385676 !important;
}
.freeprivacypolicy-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked + label::before {
  background: #385676 !important;
}
.freeprivacypolicy-com---nb-headline {
  bottom: 0 !important;
  position: fixed !important;
  width: 100% !important;
}
.galleta {
  position: fixed;
  bottom: 13px;
  left: 13px;
  height: 46px;
  z-index: 9990;
}
@media only screen and (max-width: 580px) {
  .galleta {
    left: 5px;
    bottom: 5px;
    height: 40px;
  }
}
.galleta .icono {
  position: absolute;
  z-index: 5;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background-color: #000;
  background-image: url('../img/cookie.svg');
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center center;
  cursor: pointer;
}
@media only screen and (max-width: 580px) {
  .galleta .icono {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-size: 35px;
  }
}
.galleta .texto {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 1px;
  padding: 0;
  overflow: hidden;
  height: 36px;
  line-height: 33px;
  margin-top: -18px;
  color: #fff;
  background: #222;
  border-radius: 24px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: -0.2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 580px) {
  .galleta .texto {
    display: none;
  }
}
.galleta:hover .texto {
  left: 0;
  width: 125px;
  padding-left: 55px;
  padding-right: 20px;
}
/*---------------------------------------------------------------------
CABECERA
-----------------------------------------------------------------------*/
.cabecera {
  display: block;
  position: relative;
  padding: 0;
  line-height: 1.4;
  text-align: center;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 55px;
}
.cabecera .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 86, 118, 0.5);
  z-index: 1;
}
.cabecera .container {
  padding: 0 3%;
  max-width: inherit;
  position: relative;
  z-index: 10;
}
.cabecera .precabecera {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0;
}
.cabecera .precabecera ul {
  display: block;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
}
.cabecera .precabecera ul li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
}
.cabecera .precabecera ul li a {
  display: block;
  padding: 12px 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cabecera .precabecera ul li a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 580px) {
  .cabecera .precabecera ul li a {
    font-size: 14px;
    padding: 9px 11px;
  }
}
.cabecera .precabecera ul li div.idiomas {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 580px) {
  .cabecera .precabecera ul li div.idiomas {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cabecera .precabecera ul li div.idiomas ul {
  margin: 0;
  padding: 0;
}
.cabecera .precabecera ul li div.idiomas ul li {
  border: none;
}
.cabecera .precabecera ul li div.idiomas ul li a {
  padding: 12px 5px;
  text-transform: uppercase;
}
.cabecera .fila.menu {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1025px) {
  .cabecera .fila.menu {
    padding-left: 75px;
  }
}
.cabecera .fila.menu img {
  display: block;
  width: auto !important;
  height: 38px !important;
}
.cabecera .fila.menu ul.menu-princ {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 1025px) {
  .cabecera .fila.menu ul.menu-princ {
    display: none;
  }
}
.cabecera .fila.menu ul.menu-princ li {
  display: inline-block;
  list-style: none;
  margin: 5px 10px;
}
.cabecera .fila.menu ul.menu-princ li a {
  display: block;
  font-size: 16px;
  padding: 4px 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cabecera .fila.menu ul.menu-princ li a:hover {
  color: #ffffff;
}
.cabecera .fila.titulo {
  display: block;
  height: 250px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .cabecera .fila.titulo {
    height: 200px;
  }
}
@media only screen and (max-width: 1025px) {
  .cabecera .fila.titulo {
    height: 180px;
  }
}
@media only screen and (max-width: 580px) {
  .cabecera .fila.titulo {
    height: 140px;
  }
}
.cabecera h1 {
  text-align: left;
  font-size: 55px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .cabecera h1 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 1025px) {
  .cabecera h1 {
    font-size: 37px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 580px) {
  .cabecera h1 {
    font-size: 29px;
    letter-spacing: -0.1px;
  }
}
@media only screen and (max-width: 1025px) {
  .cabecera {
    margin-bottom: 45px;
  }
}
.fila.bloque.contact-7 {
  padding-top: 0;
}
.cabecera.cabecera_home {
  background: #fff;
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
  margin-bottom: 35px;
}
.cabecera.cabecera_home .mascara {
  display: none;
}
.cabecera.cabecera_home .precabecera {
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}
.cabecera.cabecera_home .precabecera ul li {
  border-left: none;
}
.cabecera.cabecera_home .precabecera ul li a {
  color: rgba(30, 30, 30, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cabecera.cabecera_home .precabecera ul li a:hover {
  color: #1e1e1e;
}
.cabecera.cabecera_home .precabecera ul li a.tel {
  background: #bc6646;
  color: #fff;
}
.cabecera.cabecera_home .fila.menu {
  border-left: 1px solid rgba(100, 100, 100, 0.5);
}
.cabecera.cabecera_home .fila.menu ul.menu-princ li a {
  color: rgba(20, 20, 20, 0.8);
}
.cabecera.cabecera_home .fila.menu ul.menu-princ li a:hover {
  color: #141414;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img .redes_sociales {
  z-index: 30;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img {
  position: relative;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 56, 79, 0.2);
  z-index: 20;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-img .img img {
  filter: grayscale(100%);
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont {
  padding-left: 5px;
}
/*---------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------*/
.pie {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  padding-bottom: 30px;
  background: #385676;
  margin-top: 65px;
}
@media only screen and (max-width: 1025px) {
  .pie {
    text-align: center;
    margin-top: 55px;
  }
}
.pie .col-knw .logo img {
  display: block;
  width: auto !important;
  height: 40px !important;
  opacity: 0.85;
}
@media only screen and (max-width: 1025px) {
  .pie .col-knw .logo img {
    margin: 0 auto;
    height: 35px !important;
  }
}
.pie .col-knw .logo .lema {
  display: block;
  margin: 5px 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1025px) {
  .pie .col-knw .logo .lema {
    font-size: 16px;
  }
}
.pie .col-knw .redes {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-top: 15px;
  text-align: left;
}
@media only screen and (max-width: 1025px) {
  .pie .col-knw .redes {
    text-align: center;
  }
}
.pie .col-knw .redes ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1025px) {
  .pie .col-knw .redes ul {
    scale: 0.8;
  }
}
.pie .col-knw .redes li {
  list-style: none;
  display: inline-block;
  margin: 0 1px;
}
.pie .col-knw .redes li a {
  display: block;
  width: 49px;
  height: 49px;
  opacity: 0.8;
  border-radius: 100%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pie .col-knw .redes li a:hover {
  opacity: 1;
}
.pie .col-knw .redes li.twitter a {
  background-image: url('../img/ico-twitter.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pie .col-knw .redes li.facebook a {
  background-image: url('../img/ico-facebook.svg');
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pie .col-knw .redes li.instagram a {
  background-image: url('../img/ico-instagram.svg');
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pie .col-knw .redes li.tiktok a {
  background-image: url('../img/ico-tiktok.svg');
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pie .col-knw .redes li.linkedin a {
  background-image: url('../img/ico-linkedin.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pie .col-knw .redes li.whatsapp a {
  background-image: url('../img/ico-whatsapp.svg');
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pie .col-knw .redes li.correo a {
  background-image: url('../img/ico-correo.svg');
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1025px) {
  .pie .col-menu {
    padding-top: 35px;
  }
}
.pie .col-menu ul {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 300px;
}
@media only screen and (max-width: 1025px) {
  .pie .col-menu ul {
    margin: 0 auto;
  }
}
.pie .col-menu ul li {
  display: block;
  list-style: none;
  margin: 2px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pie .col-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pie .col-menu ul li a:hover {
  color: #ffffff;
}
.pie .col-menu ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 1025px) {
  .pie .col-logos {
    padding-top: 35px;
  }
}
.pie .col-logos ul {
  margin: 0;
  padding: 0;
}
.pie .col-logos ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 15px;
}
.pie .col-logos ul li img {
  display: block;
  width: 110px !important;
  height: auto !important;
  filter: grayscale(100%);
  opacity: 0.85;
}
@media only screen and (max-width: 1025px) {
  .pie .col-logos ul li img {
    width: 70px !important;
    opacity: 0.7;
  }
}
.pie .copyright {
  display: block;
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
@media only screen and (max-width: 580px) {
  .pie .copyright {
    font-size: 13px;
    letter-spacing: -0.1px;
  }
}
/*---------------------------------------------------------------------
PRELOADER
-----------------------------------------------------------------------*/
body.publico {
  overflow: hidden;
}
body.loaded {
  overflow: inherit;
  overflow-x: hidden;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}
.preloader .spin {
  display: block;
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  margin-left: -40px;
  width: 80px;
}
/*---------------------------------------------------------------------
PÁGINAS
-----------------------------------------------------------------------*/
.contenido-pagina {
  padding-bottom: 75px;
}
.fila.bloque.listado-posts-4 {
  padding-top: 0;
}
.fila.bloque.counters-3 .listado-cifras h3 {
  color: #bc6646;
}
.fila.bloque.about-18 .descripcion .cont strong,
.fila.bloque.about-19 .descripcion .cont strong {
  color: #bc6646;
  font-size: 17px;
}
.fila.bloque.about-18 .titulo.abierto .flecha,
.fila.bloque.about-19 .titulo.abierto .flecha {
  background-color: #305676 !important;
  border: 1px solid #305676 !important;
}
@media only screen and (max-width: 1025px) {
  .fila.bloque.about-22 {
    padding-top: 0;
  }
}
.fila.intro-know-servicios,
.fila.intro-know-contacto {
  margin-bottom: 55px;
}
.fila.bloque.about-20 {
  padding: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}
.fila.bloque.about-20 .col-img {
  padding-left: 0;
  padding-right: 0;
}
/*---------------------------------------------------------------------
PÁGINAS LEGALES
-----------------------------------------------------------------------*/
.fila.bloque.texto-1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.fila.bloque.texto-1 h2,
.fila.bloque.texto-1 h3,
.fila.bloque.texto-1 h4 {
  font-weight: 700;
  color: #bc6646;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1025px) {
  .fila.bloque.texto-1 h2,
  .fila.bloque.texto-1 h3,
  .fila.bloque.texto-1 h4 {
    font-size: 18px;
  }
}
/*---------------------------------------------------------------------
INTRO KNOWSULTING
-----------------------------------------------------------------------*/
.intro-know {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
  /*
  max-width:900px;

  margin:0 auto;
   */
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
@media only screen and (max-width: 1025px) {
  .intro-know {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.intro-know p {
  text-align: justify;
  font-size: 23px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .intro-know p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1025px) {
  .intro-know p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .intro-know p {
    font-size: 17px;
  }
}
.intro-know p a {
  color: #222;
  padding: 2px 0;
  /*
      padding-top:3px;
      padding-bottom:4px;
      background-image:url('../img/underline.svg');
      background-position:left 20px;
      background-repeat:no-repeat;
      background-size:100% auto;
      .trans();
       */
  border-bottom: 3px solid #e67b60;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.intro-know p a:hover {
  color: #000;
  border-bottom: 3px solid #e3694a;
}
body.home .intro-know {
  max-width: 900px;
  margin: 0 auto;
}
.bloque.equipo-1 .listado-miembros .item-miembro .col-texto .cont .introduccion {
  text-align: justify;
}
.ficha-post {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 65px 0;
  padding-top: 0;
}
.ficha-post .info-intro {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: -15px;
}
.ficha-post .info-intro .fecha,
.ficha-post .info-intro .tiempo {
  display: inline-block;
  background: #bc6646;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 14px;
  border-radius: 20px;
  font-size: 14px;
}
.ficha-post .info-intro .introduccion {
  font-size: 22px;
  color: #444;
  text-align: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1025px) {
  .ficha-post .info-intro .introduccion {
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .ficha-post .info-intro .introduccion {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.ficha-post .img-ficha {
  display: block;
  margin: 45px 0;
  margin-top: 0;
}
.ficha-post .img-ficha img {
  border-radius: 15px;
}
.ficha-post .col-contenido {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #444;
}
.ficha-post .col-contenido p {
  margin-top: 0;
  margin-bottom: 20px;
}
.ficha-post .col-contenido a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ficha-post .col-contenido a:hover {
  color: #080808;
}
.ficha-post .col-contenido strong {
  font-weight: 700;
  color: #111;
}
.ficha-post .col-contenido ul {
  margin: 15px 0;
  padding: 0;
  padding-left: 20px;
}
.ficha-post .col-contenido ul li {
  display: block;
  position: relative;
  margin: 2px 0;
  padding: 2px 0;
  list-style-type: none;
  padding-left: 20px;
}
.ficha-post .col-contenido ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #385676;
}
@media only screen and (max-width: 1025px) {
  .ficha-post .col-contenido {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 580px) {
  .ficha-post .col-contenido {
    font-size: 16px;
    line-height: 1.3;
  }
}
.ficha-post .col-contenido h2,
.ficha-post .col-contenido h3,
.ficha-post .col-contenido h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #111;
  margin: 20px 0;
}
