.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  display: none;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text- {
  color: #f0f;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.mySlides p {
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 400;
}

.numbertext {
  color: #006cb6;
  font-size: 12px;
  margin-top: -20px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 1rem 3rem;
  margin: -1px;
  background-color: #006cb6;
  color: #fff;
  /*display: flex;
  justify-content: center;*/

  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot:hover {
  background-color: #007EA7;
}

.active,
.dot:hover {
  ///background-color: #717171;
}

/*<------afther-buttom------>*/


.active.dot {
 background-color: #6ec1e4;
 color: #fff;
}
.dot:after {
 content: "";
 position: absolute;
 top: 54px;
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid #6ec1e4;
 border-bottom: 0;
 display: none;
}
.active.dot:after {
 display: block;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

@media (max-width: 767px){

  #dibujar {
    width: 100%;
  }

  .dot-mb {
    width: 100%;
  }

  .active.dot {
   width: 95%
  }

  .active.dot:after {
   display: none;
  }

  .dot {
    margin: 0;
    width: 95%;
  }

  .slideshow-container {
    margin-top: -35px
  }

  .mySlides {
    padding: 15px;
  }

  .container-inscribirse {
    width: 100%;
  }

  .container-inscribirse table {
    margin-top: 20px;
    width: 300px;
  }

  .cab-formulario {
    width: 100%;
    margin-top: 20px;
  }

  .caja-formulario {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .columna-cja-501 {
    width: 40%;
  }

  .columna-cja-502 {
    width: 60%;
  }

  .columna-cja-502 .txt-pago-o {
    padding-right: 5px;
  }


}
