.apply-section_left-list {
    cursor: pointer;
}
.category-close img {
    position: absolute;
    /* right: 20px;
    top: 20px;
    width: 25px;
    cursor: pointer; */
    right: 0;
    bottom: -20px;
    width: 28px;
    cursor: pointer;
    left: 0;
    margin: auto;
    background: #fff;
    border-radius: 100px;
}
.wid-80 {
    padding: 0px 25px;
    margin-bottom: 10%;
    /* min-height: 465px; */
}
.wid-80 h4 {
    font-size: 19px;
    font-family: 'Lato-Bold';
    text-align: left;
    margin-top: 10%;
    color: #000;
    margin-left: 5%;
    margin-bottom: 5%;
}
.wid-80 h4 img {
    width: 40px;
}
.wid-80 h4 span {
    position: relative;
    top: 4px;
}
.wid-80 ul li {
    margin-bottom: 13px;
    line-height: 23px;
}
.wid-80 .headingafter {
    width: 85px;
    height: 1px;
    border-top: 1px solid #000;
    margin: 15% 0 5% 3%;
}
.round {
    position: absolute;
    /* border: 1px solid #000; */
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #000;
    
}

#cta{
    width:100%; cursor: pointer; position: absolute;
}

#cta .arrow{left: 30%;}
.arrow {position: absolute; bottom: 0;  margin-left:0px; width: 12px; height: 12px; background-size: contain; top:11px;}
.segunda{margin-left: 8px;}
.next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round  .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow-ani {
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px;
}

@media (max-width: 600px) {
    .wid-80 h4 img {
        width: 29px;
    }
    .wid-80 {
        padding: 0px 0px;
    }
    .wid-80 h4 {
        font-size: 15px;
    }
    .wid-80 .headingafter {
        width: 50px;
    }
    .wid-80 ul li {
        font-size: 14px;
    }
    .arrow-ani {
        position: absolute;
        top: unset;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        bottom: 4%;
        left: 46%;
    }
    .round {
        transform: rotate(90deg);
    }
    .category-close img {
        position: absolute;
        right: 8px;
        top: 7px;
        width: 25px;
        cursor: pointer;
        bottom: unset;
        margin: unset;
        left: unset;        
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .wid-80 .headingafter {
        margin: 16% 0 5% 3%;
      }
      .wid-80 h4 {
        font-size: 15px;
      }
      .wid-80 h4 img {
        width: 30px;
      }

}