.seccion-modal-kuni{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0vh;
    left: 0;
    float: left;
    z-index: 1000;
    transform: scale(0);
    opacity: 0;
    transition: ease transform .4s, opacity ease .4s;
}

.seccion-modal-kuni.muestra-modal-kuni{
    transform: scale(1);
    opacity: 1;
    transition: ease transform .4s, opacity ease .4s;
}

.contenedor-img-modal-kuni{
    width: 580px;
    height: fit-content;
    background-color: transparent;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-btn-modal-kuni{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-btn-modal-kuni button{
    width: 20px;
    height: 20px;
    float: right;
    background-color: transparent;
    appearance: none;
    outline: none;
    border: none;
    margin-bottom: 5px;
}

.contenedor-btn-modal-kuni button img{
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
}

.img-modal-kuni{
    width: 100%;
    height: auto;
    background-color: #F0F1FB;
    float: left;
    border-radius: 5px;
}

.img-modal-kuni img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}





.seccion-inicio{
    width: 100%;
    height: 100vh;
    float: left;
    background-color: #F0F1FB;
    display: inline-flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.back-inicio{
    width: 100%;
    height: 100%;
    background: url("../assets/back-inicio.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    opacity: .15;
}

.contenedor-general-inicio{
    width: 1400px;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background-color: transparent;
    padding-top: 60px;
}

.contenedor-general-inicio h2{
    width: auto;
    height: auto;
    background-color: #AF81B8;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.contenedor-general-inicio h1{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    margin-bottom: 20px;
}

.contenedor-general-inicio p{
    width: 60%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    line-height: 36px;
    margin-bottom: 60px;
}

.contenedor-btns-inicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-btns-inicio a{
    width: 250px;
    height: auto;
    background-color: #AF81B8;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.contenedor-btns-inicio a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2px;
}

.contenedor-btns-inicio a .icon-btn-ir{
    width: 20px;
    height: 20px;
    background: url('../assets/icon-izq-b.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.contenedor-btns-inicio a:hover{
    background-color: #83C2C4;
}






.seccion-nosotros{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 80px;
}

.contenedor-general-nosotros{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-img-nosotros{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.img-nosotros{
    width: 70%;
    height: 650px;
    background: url("../assets/conoce-quienes-somos-y-la-vision-que-nos-inspira.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    border-radius: 20px;
    position: relative;
}

.puntos-img-nosotros{
    width: 320px;
    height: auto;
    padding: 20px;
    background-color: #AF81B8;
    float: left;
    border-radius: 20px;
    display: inline-flex;
    justify-content: space-between;
}

.pnts-arriba-nosotros{
    position: absolute;
    left: -120px;
    top: 60px;
}

.pnts-centro-nosotros{
    height: fit-content;
    position: absolute;
    right: -120px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #83C2C4;
}

.pnts-abajo-nosotros{
    position: absolute;
    left: -120px;
    bottom: 30px;
}

.icono-pnt-nosotros{
    width: 40px;
    height: 40px;
    background-color: transparent;
    float: left;
}

.icono-pnt-nosotros img{
    width: 40px;
    height: 40px;
    background-color: transparent;
    float: left;
}

.info-pnt-nosotros{
    width: 82%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-pnt-nosotros h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 5px;
}

.info-pnt-nosotros p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
}

.contenedor-info-nosotros{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 50px;
}

.contenedor-info-nosotros h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    margin-bottom: 20px;
}

.contenedor-info-nosotros .p-sub{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    line-height: 36px;
    margin-bottom: 20px;
}

.contenedor-info-nosotros p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 60px;
}

.contenedor-info-nosotros a{
    width: 220px;
    height: auto;
    background-color: #AF81B8;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.contenedor-info-nosotros a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2px;
}

.contenedor-info-nosotros a .icon-btn-ir{
    width: 20px;
    height: 20px;
    background: url('../assets/icon-izq-b.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.contenedor-info-nosotros a:hover{
    background-color: #83C2C4;
}






.seccion-cursos-principales{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contenedor-general-cursos-principales{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-cursos-principales{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-cursos-principales h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    margin-bottom: 20px;
}

.contenedor-info-cursos-principales ol{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
}

.contenedor-info-cursos-principales ol li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: start;
}

.contenedor-info-cursos-principales ol li span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
    margin-right: 10px;
}

.contenedor-info-cursos-principales ol li p{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
}

.contenedor-info-cursos-principales ol li p strong{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
}

.contenedor-nav-acordeon-principales{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 25px;
}

.contenedor-nav-acordeon-principales input[type="radio"]{
    display: none;
    visibility: hidden;
}

.contenedor-nav-acordeon-principales label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contenedor-nav-acordeon-principales label .icon-nav-acordeon{
    width: 60px;
    height: 60px;
    float: left;
    padding: 18px;
    background-color: transparent;
    border-radius: 50px;
    border: solid 2px #F0F1FB;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    text-align: center;
}

.contenedor-nav-acordeon-principales span{
    width: 80%;
    height: auto;
    background-color: transparent;
    float: left;
    height: 60px;
    border-radius: 60px;
    border: solid 2px #F0F1FB;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

.contenedor-nav-acordeon-principales input[type="radio"]:checked + label .icon-nav-acordeon,
.contenedor-nav-acordeon-principales input[type="radio"]:checked + label span,
.contenedor-nav-acordeon-principales input[type="radio"]:hover + label .icon-nav-acordeon,
.contenedor-nav-acordeon-principales input[type="radio"]:hover + label span{
    background-color: #AF81B8;
    border: solid 2px #AF81B8;
    color: #FFFFFF;
}

.contenedor-acordeon-cursos-principales{
    width: 64%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.contenedor-cursos-principales{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    transform: translateY(50px);
    transition: transform ease .8s, opacity ease .8s;
}

.contenedor-cursos-principales.muestra-acordeon{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 10;
    transform: translateY(0px);
    transition: transform ease .8s, opacity ease .8s;  
}

.contenedor-titulo-cursos-principales{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
}

.contenedor-titulo-cursos-principales h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #202020;
    line-height: 46px;
}

.cursos-principales{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.cursos-principales a{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
    background-color: transparent;
}

.cursos-principales a figure{
    width: 100%;
    height: auto;
    float: left;
    background-color: #F0F1FB;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cursos-principales a figure img{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: ease .4s transform;
}

.cursos-principales a:hover figure img{
    transform: scale(1.05);
    transition: ease .4s transform;
}

.info-curso-principal{
    width: 100%;
    height: 180px;
    background-color: transparent;
    float: left;
    position: relative;
}

.info-curso-principal h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    text-align: left;
    margin-bottom: 40px;
}

.btn-curso-principal{
    width: 100%;
    height: 25px;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.btn-curso-principal span{
    width: auto;
    background-color: #FFFFFF;
    float: left;
    height: auto;
    border-radius: 60px;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    margin-top: 5px;
    margin-right: 15px;
}

.btn-curso-principal .icon-btn-curso-principal{
    width: 25px;
    height: 25px;
    float: left;
    background-color: #AF81B8;
    border-radius: 60px;
    position: relative;
}

.btn-curso-principal .icon-btn-curso-principal img{
    width: 15px;
    height: 15px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cursos-principales a:hover .btn-curso-principal .icon-btn-curso-principal{
    background-color: #83C2C4;
}








.seccion-carrusel-cursos-nuevos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contenedor-general-cursos-nuevos{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-cursos-nuevos h2{
    width: 60%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    text-align: center;
    margin-bottom: 60px;
}

.contenedor-cursos-nuevos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-carrusel-cursos-nuevos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    overflow: hidden;
    margin-bottom: 60px;
}

.carrusel-cursos-nuevos{
    width: 200%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.curso-nuevo{
    width: 25%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.curso-nuevo a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    text-decoration: none;
}

.curso-nuevo a figure{
    width: 100%;
    height: auto;
    float: left;
    background-color: #F0F1FB;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.curso-nuevo a figure img{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: ease .4s transform;
}

.curso-nuevo a:hover figure img{
    transform: scale(1.05);
    transition: ease .4s transform;
}

.info-curso-nuevo{
    width: 100%;
    height: 220px;
    background-color: transparent;
    float: left;
    position: relative;
}

.info-curso-nuevo h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    text-align: left;
}

.btn-curso-nuevo{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn-curso-nuevo span{
    width: auto;
    background-color: transparent;
    float: left;
    height: auto;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #202020;
    text-align: left;
    margin-top: 5px;
    margin-right: 15px;
}

.btn-curso-nuevo .icon-btn-curso-nuevo{
    width: 25px;
    height: 25px;
    float: left;
    background-color: #AF81B8;
    border-radius: 60px;
    position: relative;
}

.btn-curso-nuevo .icon-btn-curso-nuevo img{
    width: 10px;
    height: 10px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.curso-nuevo a:hover .icon-btn-curso-nuevo{
    background-color: #83C2C4;
}

.contenedor-btns-carrusel-cursos-nuevos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.btns-carrusel-nuevos{
    width: 130px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.btns-carrusel{
    width: 50px;
    height: 50px;
    float: left;
    background-color: #AF81B8;
    float: left;
    position: relative;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    padding-top: 5px;
}

.btns-carrusel .icon-izq,
.btns-carrusel .icon-der{
    width: 25px;
    height: 25px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
}

.btns-carrusel .icon-izq{
    background: url("../assets/icon-reg-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btns-carrusel .icon-der{
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btns-carrusel:hover{
    background-color: #83C2C4;
}

.contenedor-btn-todos-los-cursos{
    width: 220px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-btn-todos-los-cursos a{
    width: 220px;
    height: auto;
    background-color: #AF81B8;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.contenedor-btn-todos-los-cursos a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2px;
}

.contenedor-btn-todos-los-cursos a .icon-btn-ir{
    width: 20px;
    height: 20px;
    background: url("../assets/icon-izq-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.contenedor-btn-todos-los-cursos a:hover{
    background-color: #83C2C4;
}







.seccion-kuni-pro{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    display: inline-flex;
    justify-content: center;
}

.seccion-general-kuni-pro{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-tabla-kuni-pro{
    position: relative;
    width: 46%;
    padding-bottom: 40px;
    border-radius: 20px;
    background: transparent;
}

.contenedor-tabla-kuni-pro::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* grosor del borde */
    border-radius: 20px;
    background: linear-gradient(90deg, #83C2C4, #AF81B8);
    -webkit-mask:
        linear-gradient(#FFFFFF 0 0) content-box,
        linear-gradient(#FFFFFF 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.contenedor-cabecera-tabla{
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #83C2C4, #AF81B8);
    float: left;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.text-cabecera-tabla{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.text-cabecera-tabla img{
    width: auto;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.bloque-pro{
    width: auto;
    height: auto;
    background-color: #F0F1FB;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-radius: 5px;
}

.bloque-pro h4{
    width: auto;
    height: auto;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    background: linear-gradient(90deg, #AF81B8, #83C2C4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-tabla-kuni-pro{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 40px;
}

.contenedor-precio-tabla{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contenedor-precio-tabla label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #696969;
    line-height: 26px;
    margin-bottom: 10px;
}

.contenedor-precio-tabla p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 40px;
    color: #696969;
    line-height: 46px;
}

.info-tabla-kuni-pro hr{
    height: 1px;
    background-color: #696969;
}

.contenedor-benficios-tabla{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 20px;
    padding-bottom: 40px;
}

.contenedor-benficios-tabla label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #696969;
    line-height: 26px;
    margin-bottom: 10px;
}

.contenedor-benficios-tabla ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style-position: inside;
}

.contenedor-benficios-tabla ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 10px;
}

.contenedor-btn-tabla{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.contenedor-btn-tabla a{
    width: 280px;
    height: auto;
    background-color: #AF81B8;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.contenedor-btn-tabla a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2px;
}

.contenedor-btn-tabla a .icon-btn-ir{
    width: 20px;
    height: 20px;
    background: url("../assets/icon-izq-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.contenedor-btn-tabla a:hover{
    background-color: #83C2C4;
}

.contenedor-info-kuni-pro{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 200px;
}

.contenedor-info-kuni-pro h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.contenedor-info-kuni-pro p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
}









.seccion-testimonios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 120px;
}

.contenedor-general-testimonios{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-testimonios h2{
    width: 80%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    text-align: center;
    margin-bottom: 60px;
}

.contenedor-testimonios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonio{
    width: 30%;
    height: auto;
    background-color: transparent;
    /*float: left;*/
    padding: 30px;
    border-radius: 20px;
    border: solid 1px #F0F1FB;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 1;
    transition: opacity .9s ease-in-out, transform .9s ease-in-out;
    transform: translateY(0);
    position: relative;
}

/* Lo usamos para los testimonios NO visibles */
.testimonio-oculto {
    opacity: 0;
    pointer-events: none;
    position: absolute !important;
    top: 0;
    left: 0;
    transform: translateY(20px); /* baja un poco */
}

.testimonio-entrante {
    transform: translateY(-20px); /* sube un poco */
}

.testimonio-centro{
    margin-top: 60px;
}

.testimonio-abajo-d{
    margin-top: 30px;
}

.testimonio-abajo-i{
    margin-top: 90px;
}

.cabecera-testimonio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.cabecera-testimonio img{
    width: 50px;
    height: 50px;
    float: left;
    background-color: #F0F1FB;
    border-radius: 50px;
}

.nombre-detalles-testimonio{
    width: 80%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.nombre-detalles-testimonio h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    margin-bottom: 0px;
}

.nombre-detalles-testimonio p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #696969;
    line-height: 26px;
    margin-bottom: 0px;
}

.contenedor-info-testimonios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-testimonios h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
    margin-bottom: 20px;
}

.contenedor-info-testimonios p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    color: #202020;
    line-height: 22px;
}







.seccion-banner-final{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-banner-final{
    width: 1400px;
    height: auto;
    background-color: #AF81B8;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 60px;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.back-banner-final{
    width: 100%;
    height: 100%;
    background: url("../assets/back-banners.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    opacity: .15;
}

.contenedor-info-banner{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    z-index: 10;
}

.contenedor-info-banner h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 62px;
    text-align: left;
    margin-bottom: 20px;
}

.contenedor-info-banner p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 40px;
}

.contenedor-btns-banner{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-btns-banner a{
    width: 250px;
    height: auto;
    background-color: #83C2C4;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.contenedor-btns-banner a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2px;
}

.contenedor-btns-banner a .icon-btn-ir{
    width: 20px;
    height: 20px;
    background: url("../assets/icon-izq-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.contenedor-btns-banner a:hover{
    background-color: #F0F1FB;
}

.contenedor-btns-banner a:hover span{
    color: #AF81B8;
}

.contenedor-btns-banner a:hover .icon-btn-ir{
    background: url("../assets/icon-izq-cm.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-img-banner{
    width: 44%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    z-index: 10;
}

.contenedor-img-banner img{
    width: 400px;
    height: 400px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}







@media only screen and (max-width: 1580px){

    .contenedor-general-inicio{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }





    .seccion-nosotros{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-nosotros{
        width: 100%;
    }






    .seccion-cursos-principales{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cursos-principales{
        width: 100%;
    }






    .seccion-carrusel-cursos-nuevos{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cursos-nuevos{
        width: 100%;
    }

    .info-curso-nuevo h3{
        letter-spacing: -.5px;
    }






    .seccion-kuni-pro{
        padding-left: 90px;
        padding-right: 90px;
    }

    .seccion-general-kuni-pro{
        width: 100%;
    }





    .seccion-testimonios{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-testimonios{
        width: 100%;
    }






    .seccion-banner-final{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-banner-final{
        width: 100%;
    }
}








@media only screen and (max-width: 1380px){

    .contenedor-img-modal-kuni{
        width: 480px;
    }






    .contenedor-general-inicio h1{
        font-size: 48px;
        line-height: 58px;
    }

    .contenedor-general-inicio h1 br{
        display: none;
        visibility: hidden;
    }








    .seccion-cursos-principales{
        padding-bottom: 20px;
    }

    .contenedor-info-cursos-principales{
        width: 40%;
    }

    .contenedor-acordeon-cursos-principales{
        width: 54%;
    }

    .cursos-principales{
        height: fit-content;
        flex-wrap: wrap;
    }

    .cursos-principales a{
        width: 46%;
        margin-bottom: 60px;
    }

    .a-curso-oculto{
        display: none;
        visibility: hidden;
    }






    .contenedor-general-cursos-nuevos h2{
        width: 80%;
    }

    .curso-nuevo{
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .info-curso-nuevo{
        height: 270px;
    }

    .info-curso-nuevo h3{
        letter-spacing: -.5px;
    }






    .contenedor-general-testimonios h2{
        width: 100%;
    }

    .testimonio{
        width: 45%;
        margin-bottom: 40px;
    }

    .testimonio-abajo-i{
        margin-top: 0px;
    }

    .nombre-detalles-testimonio{
        width: 80%;
    }






    .contenedor-info-banner{
        width: 55%;
    }

    .contenedor-btns-banner a span{
        letter-spacing: -1.5px;
    }

    .contenedor-img-banner{
        width: 39%;
    }
}








@media only screen and (max-width: 1180px){

    .contenedor-general-inicio p{
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }





    .contenedor-general-nosotros{
        flex-wrap: wrap-reverse;
    }

    .contenedor-img-nosotros{
        width: 100%;
    }

    .contenedor-info-nosotros{
        width: 100%;
        padding-top: 0px;
        margin-bottom: 60px;
    }






    .seccion-cursos-principales{
        padding-bottom: 20px;
    }

    .contenedor-info-cursos-principales{
        width: 46%;
    }

    .contenedor-acordeon-cursos-principales{
        width: 46%;
    }

    .cursos-principales a{
        width: 100%;
        margin-bottom: 60px;
    }

    .info-curso-principal{
        height: 160px;
    }





    .carrusel-cursos-nuevos{
        width: 266%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .curso-nuevo{
        width: 33.33%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-curso-nuevo{
        height: 270px;
    }

    .info-curso-nuevo h3{
        letter-spacing: -.5px;
    }







    .contenedor-info-kuni-pro{
        padding-top: 150px;
    }

    .contenedor-info-kuni-pro h2{
        letter-spacing: -2px;
    }







    .contenedor-general-testimonios h2{
        width: 100%;
    }







    .contenedor-info-banner{
        width: 100%;
    }

    .contenedor-btns-banner a span{
        letter-spacing: 0px;
    }

    .contenedor-img-banner{
        width: 39%;
        display: none;
        visibility: hidden;
    }
}








@media only screen and (max-width: 980px){

    .contenedor-general-inicio{
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-inicio h1{
        font-size: 44px;
        line-height: 50px;
        text-align: center;
    }

    .contenedor-general-inicio p{
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .contenedor-btns-inicio{
        justify-content: center;
    }

    .contenedor-btns-inicio a{
        margin-right: 10px;
        margin-left: 10px;
    }






    .seccion-nosotros{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-nosotros{
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros h2{
        text-align: center;
    }

    .contenedor-info-nosotros .p-sub{
        text-align: center;
    }

    .contenedor-info-nosotros p{
        text-align: center;
    }






    .seccion-cursos-principales{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-cursos-principales{
        flex-wrap: wrap;
    }

    .contenedor-info-cursos-principales{
        width: 100%;
        margin-bottom: 60px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-cursos-principales h2{
        text-align: center;
    }

    .contenedor-info-cursos-principales p{
        text-align: center;
    }

    .contenedor-acordeon-cursos-principales{
        width: 100%;
    }

    .contenedor-nav-acordeon-principales{
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-nav-acordeon-principales label{
        width: 30%;
        margin-bottom: 0px;
    }

    .contenedor-nav-acordeon-principales label .icon-nav-acordeon{
        display: none;
        visibility: hidden;
    }

    .contenedor-nav-acordeon-principales span{
        width: 100%;
    }

    .contenedor-nav-acordeon-principales .span-acordeon-2{
        padding-top: 15px;
    }

    .cursos-principales a{
        width: 46%;
        margin-bottom: 60px;
    }

    .cursos-principales a figure{
        height: auto;
    }

    .info-curso-principal{
        height: 160px;
    }




    .seccion-carrusel-cursos-nuevos{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-cursos-nuevos h2{
        width: 100%;
    }

    .carrusel-cursos-nuevos{
        width: 400%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .curso-nuevo{
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-curso-nuevo{
        height: 270px;
    }

    .info-curso-nuevo h3{
        letter-spacing: 0px;
    }






    .seccion-kuni-pro{
        padding-left: 70px;
        padding-right: 70px;
    }

    .seccion-general-kuni-pro{
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    .contenedor-tabla-kuni-pro{
        width: 480px;
    }

    .contenedor-precio-tabla label{
        text-align: center;
    }

    .contenedor-precio-tabla p{
        text-align: center;
    }

    .contenedor-benficios-tabla label{
        text-align: center;
    }

    .contenedor-info-kuni-pro{
        width: 100%;
        padding-top: 0px;
        margin-bottom: 40px;
    }

    .contenedor-info-kuni-pro h2{
        text-align: center;
    }

    .contenedor-info-kuni-pro p{
        text-align: center;
    }






    .seccion-testimonios{
        padding-left: 70px;
        padding-right: 70px;
    }

    .testimonio{
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .testimonio-centro{
        margin-top: 0px;
    }

    .testimonio-abajo-d{
        margin-top: 0px;
    }

    .testimonio-abajo-i{
        margin-top: 0px;
    }

    .nombre-detalles-testimonio{
        width: 88%;
    }





    .seccion-banner-final{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-banner{
        width: 100%;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        text-align: center;
    }

    .contenedor-info-banner p{
        text-align: center;
    }

    .contenedor-btns-banner{
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btns-banner a{
        margin-right: 10px;
        margin-left: 10px;
    }

    .contenedor-btns-banner a span{
        letter-spacing: -.8px;
    }

    .contenedor-img-banner{
        width: 39%;
        display: none;
        visibility: hidden;
    }
}








@media only screen and (max-width: 780px){

    .seccion-inicio{
        height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .contenedor-general-inicio{
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-btns-inicio a span{
        letter-spacing: -2px;
    }






    .seccion-nosotros{
        padding-left: 50px;
        padding-right: 50px;
    }






    .seccion-cursos-principales{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-nav-acordeon-principales{
        flex-wrap: wrap;
    }

    .contenedor-nav-acordeon-principales label{
        width: 46%;
        margin-bottom: 20px;
    }

    .contenedor-nav-acordeon-principales .nav-acordeon-3{
        width: 100%;
        margin-bottom: 0px;
    }

    .cursos-principales a{
        width: 47%;
        margin-bottom: 60px;
    }






    .seccion-carrusel-cursos-nuevos{
        padding-left: 50px;
        padding-right: 50px;
    }






    .seccion-kuni-pro{
        padding-left: 50px;
        padding-right: 50px;
    }





    .seccion-testimonios{
        padding-left: 50px;
        padding-right: 50px;
    }

    .nombre-detalles-testimonio{
        width: 85%;
    }





    .seccion-banner-final{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-banner-final{
        padding: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner{
        margin-bottom: 20px;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
        text-align: center;
    }

    .contenedor-btns-banner{
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btns-banner a{
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .contenedor-btns-banner a span{
        letter-spacing: 0px;
    }

    .contenedor-img-banner{
        width: 100%;
        display: block;
        visibility: visible;
    }

    .contenedor-img-banner img{
        position: relative;
    }
}








@media only screen and (max-width: 580px){

    .contenedor-img-modal-kuni{
        width: 90%;
    }

    .contenedor-general-inicio{
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-inicio h1{
        font-size: 40px;
        line-height: 46px;
        text-align: center;
        letter-spacing: 0px;
    }

    .contenedor-btns-inicio{
        flex-wrap: wrap;
    }

    .contenedor-btns-inicio a{
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .contenedor-btns-inicio a span{
        letter-spacing: 0px;
    }






    .seccion-nosotros{
        padding-left: 30px;
        padding-right: 30px;
    }

    .img-nosotros{
        width: 100%;
    }

    .pnts-arriba-nosotros{
        position: absolute;
        left: -30px;
        top: -40px;
    }

    .pnts-centro-nosotros{
        right: -30px;
        top: 0px;
    }

    .pnts-abajo-nosotros{
        position: absolute;
        left: -30px;
        bottom: -40px;
    }

    .contenedor-info-nosotros{
        margin-bottom: 90px;
    }

    .contenedor-info-nosotros h2{
        font-size: 44px;
        line-height: 54px;
    }






    .seccion-cursos-principales{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-info-cursos-principales h2{
        font-size: 44px;
        line-height: 54px;
    }

    .contenedor-nav-acordeon-principales{
        flex-wrap: wrap;
    }

    .contenedor-nav-acordeon-principales label{
        width: 47%;
        margin-bottom: 20px;
    }

    .contenedor-nav-acordeon-principales .nav-acordeon-3{
        width: 100%;
        margin-bottom: 0px;
    }

    .cursos-principales a{
        width: 100%;
        margin-bottom: 60px;
    }






    .seccion-carrusel-cursos-nuevos{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-cursos-nuevos h2{
        width: 100%;
        font-size: 44px;
        line-height: 54px;
    }

    .carrusel-cursos-nuevos{
        width: 800%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .curso-nuevo{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-curso-nuevo{
        height: 250px;
    }






    .seccion-kuni-pro{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-tabla-kuni-pro{
        width: 100%;
    }

    .bloque-pro h4{
        font-size: 44px;
    }

    .contenedor-info-kuni-pro h2{
        font-size: 44px;
        line-height: 54px;
    }





    .seccion-testimonios{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-testimonios h2{
        font-size: 44px;
        line-height: 54px;
    }

    .nombre-detalles-testimonio{
        width: 80%;
    }





    .seccion-banner-final{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-banner-final{
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner{
        margin-bottom: 20px;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
        text-align: center;
        font-size: 44px;
        line-height: 54px;
    }

    .contenedor-img-banner img{
        width: 100%;
        height: auto;
        position: relative;
    }
}









@media only screen and (max-width: 480px){

    .contenedor-general-inicio{
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-inicio h2{
        text-align: center;
    }


    .contenedor-btns-inicio a{
        margin-left: 0px;
        margin-right: 0px;
    }






    .seccion-nosotros{
        padding-left: 20px;
        padding-right: 20px;
    }

    .pnts-arriba-nosotros{
        position: absolute;
        left: -30px;
        top: -40px;
    }

    .pnts-centro-nosotros{
        right: -20px;
        top: 0px;
    }

    .pnts-abajo-nosotros{
        position: absolute;
        left: -20px;
        bottom: -40px;
    }






    .seccion-cursos-principales{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-nav-acordeon-principales label{
        width: 100%;
        margin-bottom: 20px;
    }

    .contenedor-nav-acordeon-principales .nav-acordeon-3{
        width: 100%;
        margin-bottom: 0px;
    }

    .cursos-principales a{
        width: 100%;
        margin-bottom: 60px;
    }






    .seccion-carrusel-cursos-nuevos{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-btns-carrusel-cursos-nuevos{
        justify-content: center;
        flex-wrap: wrap;
    }

    .btns-carrusel-nuevos{
        width: 100%;
        justify-content: center;
        margin-bottom: 40px;
    }

    .btns-carrusel{
        margin-left: 15px;
        margin-right: 15px;
    }

    .contenedor-btn-todos-los-cursos{
        width: 220px;
        height: auto;
        background-color: transparent;
        float: left;
    }







    .seccion-kuni-pro{
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-tabla-kuni-pro{
        padding: 30px;
    }





    .seccion-testimonios{
        padding-left: 20px;
        padding-right: 20px;
    }

    .nombre-detalles-testimonio{
        width: 78%;
    }






    .seccion-banner-final{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-banner-final{
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        letter-spacing: -1px;
        text-align: center;
        font-size: 40px;
        line-height: 46px;
    }

    .contenedor-btns-banner a{
        margin-left: 0;
        margin-right: 0px;
    }

    .contenedor-img-banner img{
        width: 100%;
        height: auto;
        position: relative;
    }
}










@media only screen and (max-width: 380px){

    .contenedor-general-inicio{
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-inicio h2{
        text-align: center;
    }






    .seccion-nosotros{
        padding-left: 15px;
        padding-right: 15px;
    }

    .pnts-arriba-nosotros{
        position: absolute;
        left: -15px;
        top: -40px;
    }

    .pnts-centro-nosotros{
        right: -15px;
        top: 0px;
    }

    .pnts-abajo-nosotros{
        position: absolute;
        left: -15px;
        bottom: -40px;
    }






    .seccion-cursos-principales{
        padding-left: 15px;
        padding-right: 15px;
    }






    .seccion-carrusel-cursos-nuevos{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-cursos-nuevos h2{
        letter-spacing: -1.5px;
    }







    .seccion-kuni-pro{
        padding-left: 15px;
        padding-right: 15px;
    }





    .seccion-testimonios{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-testimonios h2{
        letter-spacing: -1px;
    }

    .testimonio{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }


    



    .seccion-banner-final{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-banner-final{
        padding: 20px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
    }
}