.btn {
  display: inline-block;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: 1px solid #e1e1e1;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
  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 20%;
}
.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: 500px;
    height: 300px;    
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 3px 3px 3px rgba(0,15,62,0.3);  
}

.slideshow .slide .title span {
  font-weight: 800;
}
.slideshow .slide .text {
    width: 1024px;
    height: 200px;
    margin: auto;
    font-size: 14px;
    line-height: 26px;
    padding-right: 685px;
}


/*.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: #ff8a00;
}

/*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
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************

/*1366 */
@media screen and (max-width:1600px) {

.slideshow,
.slideshow .slideshow-inner,
.slideshow .slides,
.slideshow .slide,
.slideshow .slide .image-container,
.slideshow .slide .image-container::before,
.slideshow .slide .image   {
  height: 600px;
}
  
}


/*768 */
@media screen and (max-width:800px) {

.slideshow .slide .title {
  width: 300px;
  height: 220px;    
  font-size: 25px;
  line-height: 35px;
}

}



/*celular */
@media screen and (max-width:700px) {

.slideshow .slide-content {
  padding-top: 0px;  
  }

.slideshow .slide .caption {
    padding: 40% 15%;
  }

.slideshow .slide .title {
    width: 100%;
    height: auto;    
    font-size: 18px;
    line-height: 28px;
    text-align: center; 
    background-color: rgba(0,0,0,0.6);
    padding: 40px 20px;
  }

.slideshow .slide .text {
    padding-right: 0px;
}

.slideshow .arrows .prev {
  left: 4px;
}

.slideshow .arrows .prev:hover {
  left: 0px;
}

.slideshow .arrows .next {
  right: 4px;
}

.slideshow .arrows .next:hover {
  right: 0px;
}


}


