/*botón ver más */

/*.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: 1px solid #e1e1e1;
  text-align: center;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}*/

/*contenedor slider*/

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 750px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 750px;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: 2;
  color: white;
    padding-top: 120px;
}
.slideshow .slide .title {
    width: 1024px;
    height: 60px;
    margin: auto;
    font-size: 38px;
    line-height: 60px;
    /*border: 1px solid red;*/
    font-weight: 700;
    text-shadow: 8px 8px 8px rgba(0,15,62,0.3);
    margin-top: -0.7%;
}
.slideshow .slide .text {
    width: 1024px;
    text-align: left;
    height: 200px;
    margin: auto;
    margin-top: 1%;
    font-size: 18px;
    line-height: 26px;
    padding-right: 720px;
    text-shadow: 3px 3px 3px rgba(0,15,62,0.3);
}


/*.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}*/



.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background:#CCCCCC;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #43C805;
}

/*arrows*/

.slideshow .arrows .arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 3;
    width: 50px;
    height: 100px;
    
}
.slideshow .arrows .prev {
  left: 70px;
  background-image: url("../imagenes/arrow_prev.png");
  background-position: center center;
  background-repeat: no-repeat; 
  
  transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}

.slideshow .arrows .prev:hover {
  left: 60px;
}

.slideshow .arrows .next {
  right: 70px;
    background-image: url("../imagenes/arrow_next.png");
    background-position: center center;
    background-repeat: no-repeat;
    
    	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}

.slideshow .arrows .next:hover {
  right: 60px;
}

/* M E D I A _ Q U E R Y
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************

/*1024 */

@media (min-width: 945px) and (max-width:1100px) {

  .slideshow .slide .text {
    width: 100%;
    height: 200px;
    font-size: 19px;
    line-height: 26px;
    padding-right: 50%;
  }
}
@media screen and (max-width:944px) {

  .slideshow .slide .text {
    width: 100%;
    height: 200px;
    margin-top: 14%;
    font-size: 19px;
    line-height: 26px;
    padding-right: 50%;
  }
}
@media screen and (max-width:1100px) {

  .slideshow .slide .title {
    width: 100%;
    font-size: 50px;
}


}

/*768 */
@media screen and (max-width:800px) {

.slideshow .slide .title {
    width: 100%;
    font-size: 50px;
    margin-left: -10%;
}

.slideshow .slide .text {
  width: 500px;
  height: 300px;
  font-size: 17px;
  margin-top: 70px;
  line-height: 26px;
  margin-left: -35px;
}

.slideshow .arrows .prev {
  left: 20px;
}

.slideshow .arrows .prev:hover {
  left: 15px;
}

.slideshow .arrows .next {
  right: 20px;
}

.slideshow .arrows .next:hover {
  right: 15px;
}

}


/*360 */
@media screen and (max-width:480px) {

  .slideshow,
  .slideshow .slideshow-inner,
  .slideshow .slides,
  .slideshow .slide,
  .slideshow .slide .image-container,
  .slideshow .slide .image-container::before,
  .slideshow .slide .image  {
    height: 600px;
  }
  .slideshow .slide .title {
    width: 80%;
    font-size: 37px;
    text-align: center;
    margin-left: 10%;
  }
  .slideshow .slide .caption {
    padding: 0;
  }
  
  .slideshow .slide .text {
    width: 250px;
    height: 250px;
    font-size: 18px;
    line-height: 22px;
    margin-left: 70px;
    padding: 40px 20px;
    text-align: center;
  }
  
  .slideshow .arrows .prev {
    left: 5px;
  }
  
  .slideshow .arrows .prev:hover {
    left: 0px;
  }
  
  .slideshow .arrows .next {
    right: 5px;
  }
  
  .slideshow .arrows .next:hover {
    right: 0px;
  }
  
  }


@media screen and (max-width:320px) {
  .slideshow .slide .title {
    width: 80%;
    font-size: 32px;
    text-align: center;
    margin-left: 10%;
  }

  .slideshow .slide .text {
    width: 250px;
    height: 250px;
    font-size: 16px;
    line-height: 22px;
    margin-left: 40px;
    padding: 40px 20px;
    text-align: center;
  }
}

  /*jssor slider loading skin double-tail-spin css*/
        .jssorl-004-double-tail-spin img {
            animation-name: jssorl-004-double-tail-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-004-double-tail-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 031 css*/
        .jssorb031 {position:absolute;}
        .jssorb031 .i {position:absolute;cursor:pointer;}
        .jssorb031 .i .b {fill:#000;fill-opacity:0.6;stroke:#fff;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.8;}
        .jssorb031 .i:hover .b {fill:#fff;fill-opacity:1;stroke:#000;stroke-opacity:1;}
        .jssorb031 .iav .b {fill:#fff;stroke:#000;stroke-width:1600;fill-opacity:.6;}
        .jssorb031 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
