/*HISTORIA*/
.historia-page .slider {
  border: none; }

.volver-historia {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 28px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  line-height: 22px; }

.volver-historia:hover {
  color: #a16f20;
  text-decoration: none; }

.volver-historia:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: #a16f20 url("../images/slide-left.png") no-repeat center center;
  background-size: 30%; }

.titulo_blanco_wrap .entry-title {
  color: #fff; }

.historia-page {
  background-color: #000;
  background-image: url(../images/historia_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 50px 0; }

.intro_historia * {
  color: #fff; }

.historia-page .slick-list {
  /*overflow-y: visible;*/
  /*padding-top:25px !important;*/ }

body .slick-prev:before,
body .slick-next:before {
  color: #a16f20;
  font-size: 30px;
  opacity: 1; }

.texto-historia {
  color: #fff;
  text-align: center; }

.historia-outer {
  padding: 0 30px 0 30px;
  position: relative; }

.historia-wrapper {
  width: 100%;
  overflow: hidden; }

.historia-wrapper .historia-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  -webkit-transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  -ms-transition: opacity 1.5s ease;
  -o-transition: opacity 1.5s ease; }

.historia-wrapper .historia-inner.oculta {
  opacity: 0; }

.historia-wrapper a.nav-slide {
  width: 35px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease; }

.historia-wrapper a.nav-slide.arrow-left {
  left: -10px;
  background-image: url("../images/slide-left.png");
  background-repeat: no-repeat;
  background-position: center center; }

.historia-wrapper a.nav-slide.arrow-right {
  right: -10px;
  background-image: url("../images/slide-right.png");
  background-repeat: no-repeat;
  background-position: center center; }

.historia-wrapper a.nav-slide:hover {
  background-color: rgba(255, 255, 255, 0.05); }

.historia-item {
  flex: 1;
  display: flex;
  height: auto;
  justify-content: flex-start; }

@media (min-width: 769px) {
  .slick-historia .historia-item .data-decada {
    font-size: 77px;
    line-height: 80px; } }

.historia-previa .historia-item {
  /*padding: 20px;*/
  /*position:relative;*/
  background: rgba(0, 0, 0, 0.5);
  /*margin:0 7px;*/
  padding: 20px;
  transition: all .5s ease; }

.historia-inner .historia-item {
  min-width: 20%; }

.historia-item .historia-content {
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  font-size: 14px; }

.historia-item.decada .historia-content {
  background: rgba(255, 255, 255, 0.25);
  justify-content: center; }

.historia-previa .historia-item {
  margin: 0 -10px 10px -10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center; }

.historia-previa .historia-item:hover {
  background: rgba(255, 255, 255, 0.25); }

.slick-historia .historia-item.decada {
  /*justify-content:center;*/ }

.historia-item .foto-historia {
  width: 100%;
  /*height:350px;*/
  display: flex;
  align-items: flex-end;
  text-align: center;
  background: url("../images/historia-foto-bg.png") no-repeat center bottom;
  background-size: contain;
  height: 230px; }

.historia-previa .historia-item .foto-historia {
  height: 230px; }

.historia-item .data-decada {
  color: #fff;
  font-size: 53px;
  font-family: 'Cardo', serif;
  /*font-family: 'BorgiaPro-Bold';*/
  align-self: center;
  margin-bottom: 0;
  line-height: 70px; }

.historia-item .data-decada .anho {
  width: 100%;
  text-align: center; }

.historia-item .data-decada .separador {
  background: #fff;
  height: 3px; }

.historia-previa .historia-item .data-decada .separador {
  height: 2px; }

.historia-item .info-adicional {
  width: 100%;
  max-height: 240px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 5px 20px 30px;
  overflow: hidden;
  background: #2f2f2f;
  color: #fff;
  opacity: 0;
  text-align: left;
  transition: all .5s ease; }

.historia-item .info-adicional.mCS_no_scrollbar {
  padding: 20px 25px 20px 25px; }

.historia-item .info-adicional.video {
  min-height: 300px;
  padding: 5px; }

.historia-item .info-adicional.video .video-wrapper {
  width: 100%;
  height: 100%; }

.historia-item .info-adicional.visible {
  opacity: 1; }

.historia-item .info-adicional p:last-child {
  margin-bottom: 0; }

.historia-item .more-info-data {
  width: 50px;
  height: 50px;
  background: #8d7248;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: calc( 50% - 25px);
  right: calc( 50% - 25px);
  /*top:0;
  right:0;*/
  z-index: 3;
  opacity: 0.75;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  transition: all .3s ease; }

.historia-item .more-info-data.cerrar {
  top: -25px;
  /*right:-25px;*/
  right: -18px;
  font-size: 35px;
  line-height: 40px;
  opacity: 1; }

.historia-item .more-info-video {
  width: 50px;
  height: 50px;
  background: #8d7248;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: calc( 50% - 25px);
  right: calc( 50% - 25px);
  /*top:0;
  right:0;*/
  z-index: 3;
  opacity: 0.75;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 45px;
  transition: all .3s ease;
  font-family: FontAwesome; }

.historia-item .more-info-video:before {
  content: '\f04b';
  position: absolute;
  left: 18px;
  top: 2px; }

.historia-item .more-info-video.cerrar {
  top: -25px;
  right: -25px;
  font-size: 35px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  opacity: 1; }

.historia-item .more-info-video.cerrar:before {
  content: ''; }

body .slick-prev, body .slick-next {
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 1000; }

/*.slick-historia.slick-slider {
	background: url('images/compania-bg.png') no-repeat center center;
	background-size: contain;
}*/
.slick-historia .slick-next {
  right: -15px; }

.slick-historia .slick-prev {
  left: -15px; }

.foto-historia img {
  max-height: 100%;
  width: auto;
  align-self: flex-end;
  margin: 0 auto;
  max-width: 65%;
  /*-webkit-filter: grayscale(100%) blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: grayscale(100%) blur(2px);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;*/
  transition: all .5s ease-in-out; }

.historia-item.decada-item .foto-historia img {
  max-width: 100%; }

.slick-center .foto-historia img {
  /*-webkit-filter: grayscale(0%);
  -webkit-filter: grayscale(0%) blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: grayscale(0%)  blur(0px);*/ }

.texto-historia {
  min-height: 100px;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  display: block; }

.historia-item .year {
  color: white;
  text-align: center;
  transition: all .5s ease-in-out;
  /*font-family: 'BorgiaPro-Bold';
  line-height: 30px;
  font-size:35px;	*/
  margin-bottom: 20px;
  font-size: 45px;
  font-family: 'Cardo', serif;
  line-height: 45px; }

.historia-previa .year {
  font-size: 25px; }

.slick-center.historia-item .year {
  /*color:#a16f20;*/ }

.circulo-year {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  position: relative;
  bottom: 0px;
  margin: 0 auto; }

.linea-fake {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.4);
  margin-top: -5px; }

.decada-timeline-wrapper {
  padding: 0 40px;
  margin-top: 20px; }

.decada-timeline {
  position: relative;
  top: -18px;
  z-index: 1; }

.decada-timeline .decada-line {
  float: left;
  position: relative;
  overflow: visible;
  cursor: pointer; }

.decada-timeline .decada-line:before {
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 7px;
  content: ' ';
  background: #000;
  z-index: 2; }

.decada-timeline .decada-line .line {
  height: 7px;
  background: #a16f20;
  transition: all .5s ease-in-out; }

.decada-timeline .decada-line.active .line {
  background: #be2522; }

.decada-timeline .decada-line .anho-inicio {
  position: absolute;
  left: -18px;
  bottom: -30px;
  color: #fff; }

.decada-timeline .decada-line .anho-fin {
  position: absolute;
  right: -20px;
  bottom: -30px;
  color: #fff; }

.decada-timeline-mobile {
  display: none;
  margin-top: 30px; }

.decada-timeline-mobile .decada-button {
  float: left;
  margin: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  padding: 5px 6px;
  background: #a16f20;
  color: #fff;
  cursor: pointer; }

.decada-timeline-mobile .decada-button .separador {
  height: 1px;
  background: #fff;
  margin: 3px 0; }

.decada-timeline-mobile .decada-button.active,
.decada-timeline-mobile .decada-button:hover {
  background: #be2522; }

.historia-item .info-adicional.video .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.historia-item .info-adicional.video {
  padding: 20px; }

.slider {
  width: 100%;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 2;
  cursor: pointer;
  /*pointer-events: auto;*/ }

.slider .ui-slider-handle {
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-left: -10px;
  z-index: 3;
  width: 20px;
  height: 20px;
  display: block;
  background: #a16f20;
  border-radius: 50%;
  border: 4px solid #fff;
  pointer-events: none !important; }

@media (max-width: 2200px) {
  .foto-historia img {
    max-width: 70%; } }

@media (max-width: 1700px) {
  .foto-historia img {
    max-width: 90%;
    max-height: 100%;
    width: auto;
    height: auto; } }

@media (max-width: 1500px) {
  .foto-historia {
    max-width: 100%;
    height: 230px; }
  .historia-item .info-adicional {
    max-height: 230px; } }

@media (max-width: 1400px) {
  .historia-inner .historia-item {
    min-width: 25%; } }

@media (max-width: 1200px) {
  .est-valor strong {
    min-height: 44px; }
  body .historia-inner .historia-item {
    min-width: 33%; }
  body .historia-page {
    padding: 20px 0; }
  body .historia-page .historia-item .foto-historia {
    height: 230px; } }

@media (max-width: 992px) {
  .historia-inner .historia-item {
    min-width: 50%; } }

@media (min-width: 769px) {
  .page-template-template-historia .main-content {
    padding-top: 0; }
  .page-template-template-historia header.site-header {
    position: relative; } }

@media (width: 768px) {
  .historia-item-wrap {
    width: 50%;
    float: left; } }

@media (max-width: 767px) {
  .historia-previa .historia-item .foto-historia {
    height: 120px; }
  .historia-item .data-decada {
    font-size: 30px;
    line-height: 45px; }
  .historia-inner .historia-item {
    min-width: 100%; }
  .historia-previa .historia-item {
    margin: 0 0 10px 0;
    min-width: 100%; }
  .decada-timeline-mobile {
    display: block; }
  .historia-item .year {
    margin-bottom: 10px; }
  .texto-historia {
    min-height: 100px; }
  .foto-historia {
    height: 200px;
    align-self: flex-end; }
  .foto-historia img {
    max-height: 200px; }
  .historia-item .info-adicional {
    max-height: 200px; }
  .historia-inner .historia-item {
    min-width: 100%; }
  .historia-previa .historia-item {
    margin: 0 0 10px 0;
    min-width: 100%; }
  .decada-timeline-mobile {
    display: block; }
  .historia-item .year {
    margin-bottom: 10px; }
  .texto-historia {
    min-height: 100px; }
  .foto-historia {
    height: 200px;
    align-self: flex-end; }
  .foto-historia img {
    max-height: 200px; }
  .historia-item .info-adicional {
    max-height: 200px; }
  body .historia-inner .historia-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%; } }

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