.container-categoria {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.category {
    padding: 16px 28px;
    text-align: center;
    display: flex;
    align-items: center;

    font-family: Poppins;
    color: var(--blanco, #fff);
    font-size: clamp(14px, 1vw, 14px);
    font-style: normal;
    font-weight: 600;
    background-color: rgba(48, 55, 62, 1);
    border: 1px solid rgba(190, 192, 205, 1);
    border-radius: 8px;
}

.category.active {
    background-color: var(--Primario-Green-500, #2FBC6C);
    border: 1px solid var(--Primario-Green-500, #2FBC6C);
}

.container-course {
    background: rgb(148, 172, 178);
    background: linear-gradient(180deg, rgba(148, 172, 178, 25%) 0%, rgba(215, 223, 230, 0) 100%);

    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);

    min-height: 493px;
    border-radius: 0.5rem;
    border: 1px solid #94acb2;

    position: relative;
    z-index: 4;
    overflow: hidden;
    padding: 14px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.img-portada-course {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.category-mini {
    padding: 4px 16px;
    text-align: center;
    display: flex;
    align-items: center;

    font-family: Poppins;
    color: var(--blanco, #fff);
    font-size: clamp(12px, 1vw, 12px);
    font-style: normal;
    font-weight: 600;
    background-color: rgba(48, 55, 62, 1);
    border-radius: 16px;
    width: max-content;
}


.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    border-radius: 50%;
    bottom: 0px;
    border: 2px solid #FFF;
    z-index: 9999;
    width: 40px !important;
    height: 40px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #FFF !important;
    background-color: rgba(4, 15, 22, 0.5);
    border-radius: 50%;
}

.swiper-button-prev {
    right: auto !important;
    left: -24px !important;
}

.swiper-button-next {

    left: auto !important;
    right: -24px !important;
}

.swiper-button-prev::after {
    padding: 6px 4px !important;
    width: 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.swiper-button-next::after {
    padding: 4px 8px !important;
    width: 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;

}

.title-evento {
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 3% 0);
    background-color: #76DDA2;
    width: max-content;
    padding: 16px 3rem 16px 2rem;
    font-family: Poppins;
    color: var(--blanco, #fff);
    font-size: clamp(20px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.title-evento::after {
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 3% 0);
    background-color: #2FBC6C;
    width: max-content;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: -2;
}

.title-videos-eventos {
    font-family: Poppins;
    color: var(--blanco, #fff);
    font-size: clamp(20px, 4vw, 32px);
    font-style: normal;
    font-weight: 500;
}

.main-title {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-size: clamp(46px, 5vw, 90px);
    line-height: clamp(50px, 5vw, 85px);
    color: #FFFFFF;
    margin-bottom: 0px;
}

.main-date {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: clamp(17px, 2vw, 24px);
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0px;
}

.main-date::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #2FBC6C;
    width: 6px;
    height: 28px;
}

.form-control {
    margin-left: 1rem !important;
    color: #fff !important;
}

.form-control::placeholder {
    color: #DADADA;
    opacity: 1;
}

.input-wrapper {
    position: relative !important;
}

.form-control:focus {
    border: 2px solid #94ACB2 !important;
}

.input {
    box-sizing: border-box;
    padding: 8px 8px 8px 35px;
    border-radius: 8px;
    width: 100%;
    background: #2C393E !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff !important;
    border: none;
}

.input-icon {
    color: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 12px;
    top: 13px;
}


/** BEGIN:DESCARGABLEES **/


.title-descargable {
    font-family: 'Poppins';
    color: #FFF;
    font-weight: 600;
    font-size: clamp(20px, 2.5vw, 28px);
}

.subtitle-descargable {
    font-family: 'Poppins';
    color: #ccc;
    font-size: clamp(14px, 1.5vw, 16px);
}

.title-descargable-item,
.title-archive {
    font-family: 'Poppins';
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: clamp(16px, 1.5vw, 18px);
}

hr {
    background-color: #F4F4F4 !important;
    height: 1px !important
}

.container-btn {
    height: clamp(3.5rem,6vw,4rem);
    width: clamp(3.5rem,6vw,4rem);
    padding: 0.48rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #181C1F;
}

.container-btn-item {
    height: clamp(2.5rem,5vw,3rem);
    width: clamp(2.5rem,5vw,3rem);
    padding: 0.48rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFF;
    background-color: #FFF;
}

.resource-blur1 {
    position: absolute;
    width: 90px;
    height: 0px;
    -webkit-box-shadow: 0px 20px 180px 30px #2FBC6C;
    -moz-boxshadow: 0px 20px 180px 30px #2FBC6C;
    box-shadow: 0px 20px 180px 30px #2FBC6C;
    top: 50px;
    left: 20%;
    z-index: 2;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.resource-blur2 {
    position: absolute;
    width: 90px;
    height: 0px;
    -webkit-box-shadow: 0px 20px 180px 30px rgba(239, 185, 75, 1);
    -moz-boxshadow: 0px 20px 180px 30px rgba(239, 185, 75, 1);
    box-shadow: 0px 20px 180px 30px rgba(239, 185, 75, 1);
    bottom: 40%;
    right: 20%;
    z-index: 2;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.container-videox{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: none;
}

@media (min-width: 1200px) {   
.container-videox{
    width: 80%;
    display: flex;
    justify-content: end;
    margin-left: auto;
}
}