.slider-movil{
  padding: 0 !important;
}
/* Slideshow container */
.slideshow-container {
  width: 100% !important;
  height: 40vh;
}

th {
  border: 0px !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  z-index: 10 !important;
}

.dot-div {
  z-index: 10 !important;
}


.mySlides h1{
  animation: .90s swift-up ease-in-out forwards;
  font-family: 'KumbhSans-Bold';
  text-align: left !important;
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-style: normal !important;
  line-height: 1.1em;
}

i {
  font-style: normal;
  position: relative;
  top: 7rem;
  animation: .90s swift-up ease-in-out forwards;
  text-align: left !important;
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes swiftUp {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}

.slider-p{
  font-family: 'KumbhSans';
  text-align: left !important;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  animation: fadeIn;
  animation-duration: 4s;
  line-height: 1.2em;
}



.slider-p-text{
  font-family: 'KumbhSans';
  text-align: left !important;
  color: white;
  text-transform:initial;
  font-size: 16px;
  animation: fadeIn;
  animation-duration: 4s; 
  text-align: left !important;
  line-height: 1.2em;
}


.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 10 !important;
}



.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.dot-container {
  z-index: 100 !important;
  margin-top: 35px;
  padding-bottom: 50px;
}


.dot {
  content: url(../img/circulo-inactivo.png);
  max-width: 80%;
  pointer-events: none; 
  cursor: not-allowed;
}

.activedot,
.dot:hover {
  content: url(../img/circulo.png);
  max-width: 80%;
}


@keyframes swift-up {
  to {
    top: 0rem;
  }
}

span:nth-of-type(1) i {
  animation-delay: 0s;
  
}

span:nth-of-type(2) i {
  animation-delay: .1s;
}

span:nth-of-type(3) i {
  animation-delay: .2s;
}

span:nth-of-type(4) i {
  animation-delay: .3s;
}

span:nth-of-type(5) i {
  animation-delay: .4s;
}

span:nth-of-type(6) i {
  animation-delay: .5s;
}

span:nth-of-type(1) {
  animation-delay: 0s;
}

span:nth-of-type(2) {
  animation-delay: .1s;
}

span:nth-of-type(3) {
  animation-delay: .2s;
}

span:nth-of-type(4) {
  animation-delay: .3s;
}

span:nth-of-type(5) {
  animation-delay: .4s;
}

span:nth-of-type(6) {
  animation-delay: .5s;
}