/**
@Author: Edinson Tique
@Name: QCSlider Pluggin
@Version: 1.4.3
@Year: 2018
@Contact: www.fb.com/QueCodigoPG
@Libraries: jQuery
**/
:root {
  --opacity-slide: 0.5;
  --height-slider: 500px;
  --color-slider: #ff3e00;
  --height-responsive: 500px;
}

body {
  margin: 0;
  padding: 0;
}

section.slide {
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  section.slide {
    height: var(--height-responsive);
  }
}
section.slide .slider-container {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
section.slide .slider-container .slider-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 90;
  height: 719px;
  position: relative;
  overflow: hidden;
}
section.slide .slider-container .slider-wrapper li {
  display: none;
}
section.slide .slider-container .slider-wrapper li.slide-current {
  display: block;
}
section.slide .slider-container .slider-wrapper li.video {
  height: 100%;
  position: relative;
  background: #000000;
}
section.slide .slider-container .slider-wrapper li.video .include {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
}
section.slide .slider-container .slider-wrapper li.video .include::before {
  top: 0;
  left: 0;
  z-index: 4;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
section.slide .slider-container .slider-wrapper li.video .include iframe, section.slide .slider-container .slider-wrapper li.video .include object, section.slide .slider-container .slider-wrapper li.video .include embed, section.slide .slider-container .slider-wrapper li.video .include video {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}
section.slide .slider-container .slider-wrapper li img {
  position: static;
  margin: 0 auto;
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
section.slide .slider-container .slider-wrapper li .capa {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 92;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
section.slide .slider-container .drt-control {
  display: inline-flex;
  z-index: 90;
  padding: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: transparent;
  border: 2px solid #69648C;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: 27px;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -100px;
}
@media only screen and (max-width: 766px) {
  section.slide .slider-container .drt-control {
    padding: 20px;
    font-size: 20px;
  }
}
section.slide .slider-container .drt-control:hover {
  background: black;
}
section.slide .slider-container .drt-control.control-left {
  background: url(/images/prev.svg) center center no-repeat;
  transform: rotateY(180deg);
}
section.slide .slider-container .drt-control.control-right {
  background: url(/images/next.svg) center center no-repeat;
  margin-left: 15px;
}
section.slide .slider-container .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);
}
@media only screen and (max-width: 766px) {
  section.slide .slider-container .slider-controls {
    background: rgb(0, 0, 0);
  }
}
section.slide .slider-container .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);
}
@media only screen and (max-width: 766px) {
  section.slide .slider-container .slider-controls li {
    width: calc(25% - 40px);
  }
}
section.slide .slider-container .slider-controls li.active {
  background: var(--color-slider);
}
section.slide .slider-container .tempo-bar {
  position: absolute;
  bottom: 0px;
  height: 5px;
  background: var(--color-slider);
  width: 0%;
  z-index: 91;
  display: block;
  float: left;
}
.slider-wrapper > li:after {
}
.slider-desc a {
  color: var(--blue-color);
  text-decoration: underline;
}
.slider-content {
  color: var(--black-color);
  background: #F9F9F9;
  border-radius: 8px;
  width: 946px;
  height: 147px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
}

.slider-content-container {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}

.slider-content-container a {
  background: var(--blue-color);
  flex: 0 0 215px;
  border-radius: 8px;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 16px;
}

section.slide .slider-container .drt-control:hover {
  opacity: 0.5;
}
.slide-content-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  justify-content: space-between;
  height: 100%;
}

.slide-content-container > img {
  flex: 1;
  margin: 0 !important;
  height: 100% !important;
}

.slide-content-container > .slider-content-container {
  flex: 0 0 45%;
  border: 4px solid var(--blue15-color);
  border-radius: 12px;
  margin: 0;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  max-width: 600px;
}

.slide-content-container > .slider-content-container:hover{
  border-color: #407BF9;
}

.slide-content-container .slider-content {
  width: 100%;
  height: 100%;
  display: flex ;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  padding: 0;
  gap: 12px;
}

.slide-content-container 
p.slider-desc {
  width: 100%;
  font-size: 18px;
  opacity: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  display: block;
  height: 90px;
}

.slide-content-container .slider-content h2 {
  font-weight: 700;
  margin-bottom: 150px;
  max-width: 100%;
  display: block;
  font-size: 44px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}

.slide-content-container a {
  flex: none;
  width: max-content;
  padding: 14px 20px;
  background: #407BF9;
  gap: 8px;
}

slide .slider-container .drt-control {
  border: none;
  width: 22px;
}
section.slide .slider-container .slider-wrapper button {
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
}

button.next-slide.slick-arrow {
  left: 30px;
}
.slider-container-widget button {
  position: absolute;
  bottom: 0;
  border: none;
  background: none;
  left: 0;
}

.slider-container-widget {
  /* padding-bottom: 66px; */
}
