/*cuadro y boton de descarga aaa*/	


.boton-small {
  font-weight: 700;
  font-size: 1em;
  padding: 10px 0;
  padding-left: 45px;
  padding-right: 20px;
  position: relative;
  transition: all 0.3s;
  color: #28323b;
  z-index: 2;
  line-height: 1;
  display: inline-block;
}
.boton-small:before,
.boton-small:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 13px;
  transition: all 0.3s;
}
.boton-small:after {
  content: "";
  background-color: #28323b;
  z-index: -1;
}
.boton-small:hover {
  color: #fff;
}
.boton-small:hover:after {
  width: 100%;
}
.boton-small.naranjaclaro::after {
  background-color: #e89e4f;
}



.descargas-container ul li .ling .boton-small {
  display: flex;
  background: none;
  color: #000;
}

.descargas-container ul li .ling .boton-small::before {
  content: "\f33d";
}

.descargas-container ul li .ling .boton-small::after {
  background-color: #4788ca;
  color: #fff;
}

.descargas-container ul li .ling .boton-small:hover {
  color: #fff;
}

.descargas-container ul li .ling .boton-small:hover:after {
  background-color: #000;
}


.descargas-container ul {
  margin: 2em 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.descargas-container ul li {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bec1c4;
}

.descargas-container ul li:last-child {
  border-bottom: none;
}

.descargas-container ul li .tit {
  font-weight: 700;
  padding: 1em 2em 1em 1.25em;
  flex: 75%;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3;
}



.descargas-container ul li .ling {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
  flex: 25%;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.descargas-container ul li .ling .boton-small {
  display: flex;
  background: none;
  color: #000;
}

.descargas-container ul li .ling .boton-small::before {
  content: "\f33d";
}

.descargas-container ul li .ling .boton-small::after {
  background-color: #4788ca;
  color: #fff;
}

.descargas-container ul li .ling .boton-small:hover {
  color: #fff;
}

.descargas-container ul li .ling .boton-small:hover:after {
  background-color: #000;
}
 .descargas-container ul {
  margin: 3px auto 30px;
}
}