/**
@Author: Edinson Tique
@Name: QCSlider Pluggin
@Version: 1.4.3
@Year: 2018
@Contact: www.fb.com/QueCodigoPG
@Libraries: jQuery
**/

.slider-container {
  width: 100%;
  height: 88vh;
  float: left;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #ddd;
}

.slider-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 90;
  height: 88vh;
  position: relative;
}

.slider-wrapper li {
  display: none;
}

.slider-wrapper li.slide-current {
  display: block;
}

.video {
  width: 100%;
  height: 88vh;
  position: relative;
  background: #ddd;
}

.include {
  top: 0;
  left: 0;
  width: 100%;
  height: 88vh;
  margin: 0 auto;
  position: absolute;
}

.include video {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 88vh;
  position: absolute;
  object-fit: fill;
}

.slider-controls {
  z-index: 90;
  width: 100%;
  bottom: 0px;
  padding: 5px;
  text-align: center;
  margin-bottom: 0px;
  position: absolute;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.slider-controls li {
  zoom: 1;
  width: 25px;
  height: 8px;
  margin: 0 6px;
  cursor: pointer;
  *display: inline;
  background: #DA4453;
  text-indent: -9999px;
  display: inline-block;
  background: rgba(59, 59, 59, 0.5);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.slider-controls li.active {
  background: #ff3e00;
}

.slider-text {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;        
  text-align: left;
  top: 40%; /* Adjust this value to move the positioned div up and down */
  width: 80%; 
}
.slider-text h1 {
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	color: white;
	right: 200px;
	text-shadow: 1px 1px 2px black, 0 0 10px rgb(126, 126, 129), 0 0 5px darkblue;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.slider-text h3 {
	font-size: 18px;
	text-shadow: 2px 2px 4px #000000;
}

@media only screen and (max-width: 992px) {
.slider-container {
  width: 100%;
  height: 50vh;
  float: left;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #ddd;
}
.slider-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 90;
  height: 50vh;
  position: relative;
}
.video {
  width: 100%;
  height: 50vh;
  position: relative;
  background: #ddd;
}
.include video {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50vh;
  position: absolute;
  object-fit: fill;
  
}
.slider-text {
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;        
	text-align: left;
	top: 20%; /* Adjust this value to move the positioned div up and down */
	width: 80%; 
}
.slider-text h1 {
	font-weight: 500;
	font-size: 18px;
	line-height: 15px;
	color: white;
	right: 200px;
	text-shadow: 1px 1px 2px black, 0 0 10px rgb(126, 126, 129), 0 0 5px darkblue;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.slider-text h3 {
	font-size: 15px;
	text-shadow: 2px 2px 4px #000000;
}

}

@media only screen and (max-width: 768px) {
.slider-container {
  width: 100%;
  height: 30vh;
  float: left;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #ddd;
}
.slider-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 90;
  height: 30vh;
  position: relative;
}
.video {
  width: 100%;
  height: 30vh;
  position: relative;
  background: #ddd;
}
.include video {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30vh;
  position: absolute;
  object-fit: fill;
  
}
.slider-text {
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;        
	text-align: left;
	top: 12%; /* Adjust this value to move the positioned div up and down */
	width: 80%; 
}
.slider-text h1 {
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: white;
	right: 200px;
	text-shadow: 1px 1px 2px black, 0 0 10px rgb(126, 126, 129), 0 0 5px darkblue;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.slider-text h3 {
	font-size: 10px;
	text-shadow: 2px 2px 4px #000000;
}
.include .cta__more {display: none;}
}

@media only screen and (max-width: 480px) {
.slider-container {
  width: 100%;
  height: 20vh;
  float: left;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #ddd;
}
.slider-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 90;
  height: 20vh;
  position: relative;
}
.video {
  width: 100%;
  height: 20vh;
  position: relative;
  background: #ddd;
}
.include video {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 20vh;
  position: absolute;
  object-fit: fill;
  
}
.slider-text {
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;        
	text-align: left;
	top: 7%; /* Adjust this value to move the positioned div up and down */
	width: 80%; 
}
.slider-text h1 {
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	color: white;
	right: 200px;
	text-shadow: 1px 1px 2px black, 0 0 10px rgb(126, 126, 129), 0 0 5px darkblue;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.slider-text h3 {
	font-size: 8px;
	text-shadow: 2px 2px 4px #000000;
}
.include .cta__more {display: none;}
}