.contenedor_valores {
  display: flex;
  justify-content: space-evenly;
}
.contenedor_valores img {
  width: 130px;
  cursor: pointer;
}

/*inicio codigo baner */

/* Slideshow container */
.slideshow-container {
    display:flex;
  width:90%;
  position: relative;
  margin: auto;
}
/* Make the images invisible by default */
.Containers {
  display: none;
}

/* Caption Info */
.Info {
  color: #e3e3e3;
  font-size: 16px;
  padding: 10px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #f2f2f3;
  font-size: 14px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}

/* The circles or bullets and indicators */
.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}
.contenedor_fondo_txt{
  background-color: #fff;
}
.reset_filtros button {
    color: #121c79;
    min-width: 100px;
    background-color: #ffffff;
    border: 2px solid #121c79;
}
.reset_filtros button:hover {
    color: #ffffff;
    background-color: #121c79;
}
.reset_filtros {
    display: none;
}
@media only screen and (max-width: 1160px) {
  .contenedor_valores {
      flex-flow: wrap;
  }

  .contenedor_admin_correo {
      flex-flow: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .contenedor_admin_correo {
      display: block;
  }
}
