.dwnlod_pdf{
       width: fit-content;
    border: none;
  margin-top: 15px;
  cursor:pointer;
      text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    padding: 12px 40px;
    display: block;
    font-weight: 600;
    background: #fecc2f;
    border-radius: 7px;
  color:#000 !important;
  
}
.dwnlod_pdf:hover{
background-color: #000;
    color: #fff !important;
}
#sol-sec {
  background-image: url(https://www.kionetworks.com/hubfs/newhome2021/Ecosistema-de-interconexi%C3%B3n.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 44px 0 65px;
  position: relative;
  z-index: 1;
  scroll-margin-top: 373px;
}
section#sol-sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .73;
    z-index: -1;
}
section#sol-sec h2 {
    line-height: 1.26;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 17px;
}
section#sol-sec h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}
.sol-row {
  margin-bottom: 25px;
}
#sol-sec .row {
  padding: 38px 38px 30px 48px;
  border-radius: 7px;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.64);
  border: 1px solid #707070;
  background-color: rgb(255 255 255 / 12%);
  display: flex;
  flex-wrap: wrap;
}

section.descarga_sec {
    text-align: center;
    padding: 30px 15px;
  background-color: var(--sun-yellow);
}
#sol-sec .row .col h2 {
    font-size: 22px;
    line-height: 1.36;
    margin-bottom: 32px;
}
#sol-sec .row .col p {
  line-height: 1.38;
}
#sol-sec .row .col {
    width: 31.33%;
    margin-right: 3%;
}
#sol-sec .row .col:last-child {
    margin-right: 0;
}
.descarga_txt p:first-child {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: right;
}
.descarga_txt p:last-child {
    line-height: 1.5;
}
.descarga_btn span {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 7px;
    border: solid 2px #000;
    position: relative;
    padding-right: 95px;
    cursor: pointer;
}
.descarga_btn span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 100%;
    background-color: #000;
    background-image: url(https://www.kionetworks.com/hubfs/newhome2021/download.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.descarga_btn:hover span {
    background: #000;
    color: var(--sun-yellow);
    transition: .3s ease-in-out;
}
.descarga_btn a {
  display: block;
}

@media (min-width: 769px) {

    .descarga_txt_outer {
    display: flex;
    justify-content: center;
    align-items: center;
}
  .descarga_btn {
    margin-left: 30px;
}
  .row.ecos-inner{
      justify-content: center;
  }
  .new-rowsol .col {
    width: 22% !important;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
   .new-rowsol{
    align-items:baseline;
  
}
@media (max-width: 768px){
.descarga_btn {
    margin-top: 24px;
}

}

 
@media screen and (min-width:768px) and (max-width:980px){
	#sol-sec .row{
      padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background-color: transparent;
  }
  #sol-sec .row .col{
      width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    border-radius: 7px;
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 75%);
    border: solid 1px #000;
    margin-bottom: 24px;
    padding: 40px 32px 86px 26px;
    background-color: rgb(255 255 255 / 12%);
  }
}
  
@media(min-width: 981px){
	#sol-sec .row {
    padding: 38px 35px 50px 35px;
    position: relative;
}
.new-rowsol .col {
    min-height: 250px;
    padding-bottom: 50px;
}
.dwnlod_pdf {   
    position: absolute;
    bottom: 25px;
    width: 205px;   
    
}
}
