
.joy-experiencia-wrapper{
    display:flex;
    align-items:center;
    gap:50px;
}
.joy-aula-img{
    flex:0 0 55%;
    position:relative;
}

.joy-aula-img .video-btn-area{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:10;
}

.joy-experiencia-info{
    flex:1;
}

.joy-aula-img img{
    width:100%;
    box-shadow:6px 7px 5px #0000003b;
    border-radius:20px;
}


.joy-experiencia-info{
    flex:1;
}

.joy-experiencia-title{
    font-size:4rem;
    line-height:0.95;
    font-weight:900;
    margin-bottom:20px;
}

.joy-presencial-box{
    background:#ff74a7;
    box-shadow:6px 7px 6px #00000052;
    border: 3px solid #fff;
    border-radius:20px;
    text-align:center;
    padding:15px;
    font-size:2.5rem;
    font-weight:900;
    margin-bottom:20px;
}

.joy-info-box{
    border: 3px solid #fff;
    box-shadow:6px 7px 6px #00000052;
    border-radius:20px;
    padding:25px;
    background:#fff;
}

.joy-ventajas-section{
    position: relative;
    margin-top:80px;
}

.joy-ventajas-title{
    position:absolute;
    top:-20px;
    left:60px;
    background:#6fd5e3;
    border: 3px solid #fff;
    box-shadow:6px 7px 6px #00000052;

    padding:12px 40px;
    font-size:2rem;
    font-weight:900;
    border-radius:15px;
    z-index:10;
}

.joy-ventajas-container{
    background:#f5c1a8;
    padding:50px;
    display:flex;
    align-items: flex-end;
    justify-content:space-between;
    gap:100px;
}

.joy-cards{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.joy-card{
    min-height:120px;
    border: 3px solid #fff;
    border-radius:20px;
    display:flex;
    align-items:center;
    gap:25px;
    padding:25px 30px;
    color:#fff;
    box-shadow:3px 7px 6px #0000005b;
    transition:.25s ease;
    cursor:pointer;
}

.joy-card span {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.2;
}

.joy-card i{
    font-size:4rem;
    flex-shrink:0;
    color:#fff;
    opacity:.95;
}

.joy-card:hover{
    transform:translateY(-6px);
    box-shadow:3px 14px 6px #00000036;
}

.joy-card.pink{
    background:#ec4aa9;
}

.joy-card.purple{
    background:#7b57ff;
}

.joy-card.yellow{
    background:#e9b84d;
}

.joy-card.blue{
    background:#69d5e3;
}

.joy-girl{
    flex:0 0 450px;
    transform: scale(2.0);
    transform-origin: bottom center;
    margin-bottom: -80px;
}

.joy-girl img{
    width:100%;
    max-width: 800px;
    height: auto;
    display: block;
}

.joy-planes-section{
    position:relative;
    overflow:hidden;

    padding:100px 0;
    background:#fff;
}

.joy-grid-bg{
    position:absolute;
    inset:0;
    background:url('../../images/banner/bg-grid.png');
    background-repeat:repeat;
    background-size:cover;
    z-index:0;
}

.joy-planes-title, 
.joy-planes-wrapper {
    position: relative;
    z-index: 2;
    text-align:center;
    font-size:6rem;
    font-weight:900;
    margin-bottom:60px;
}

.joy-planes-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:80px;
        width: 1600px;
    max-width: 95%;
    margin: auto;
}

.joy-selector-box{
    width:440px;
}

.joy-selector-header{
    background:#ff74a7;
    border: 3px solid #fff;
    box-shadow:6px 6px 6px #cf09092c;
    padding:20px;
    border-radius: 15px;
    text-align:center;
    font-weight:900;
    font-size: 2.5rem;
}

.joy-selector-content{
    border: 3px solid #fff;
    box-shadow:6px 7px 6px #00000052;
    border-radius:20px;
    padding:35px;
    margin-top:10px;
    background: #fff;
}

.joy-selector-content h4 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
}
.joy-selector-content p {
    font-size: 1.4rem;
}

.joy-selector-content select{
    width:100%;
    height:45px;
    border: 3px solid #fff;
    box-shadow:6px 7px 6px #00000052;
    border-radius: 25px;
    background:#eab74e;
    font-size:2.3rem;
    font-weight:700;
    padding: 0px 15px 0px 20px;
    margin-bottom: 7%;
}

.joy-plan-card{
    width:380px;
    height:520px;
    background:linear-gradient(
        180deg,
        #73d7ef,
        #4cb9d2
    );
    border: 3px solid #fff;
    box-shadow:7px 7px 6px #00000042;
    border-radius:150px 150px 0 0;
    display:flex;
    justify-content:center;
    align-items:center;
}

.joy-plan-image{
    transform-origin: bottom center;
    margin-bottom: 30px;
    max-width: 85%;
    width: none;
    display: block;

    transition: opacity .30s ease, transform .30s ease;
}

.joy-plan-image.fade{
    opacity: 0;
    transform:  scale(.95);
}

.joy-plan-card ul {
    margin-top: 40px;
}

.joy-plan-card li {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.joy-extras{
    display:flex;
    flex-direction:column;
    gap:40px;
    align-items:center;
}

.joy-extra-card{
    width:330px;
    min-height:150px;
    background:#fff;

    border:3px solid #fff;
    border-radius:20px;
    padding:20px;
    position:relative;
    box-shadow:5px 5px 10px rgba(0,0,0,.12);
}

.joy-extra-title{
    position:absolute;
    top:-18px;
    left:50%;
    transform:translateX(-50%);
    background:#5d7cff;
    color:#fff;
    padding:10px 25px;
    border:3px solid #fff;
    box-shadow:5px 5px 10px rgba(0,0,0,.12);
    border-radius:30px;
    font-weight:900;
    font-size:1.8rem;
    white-space:nowrap;
}

.joy-extra-body{
    margin-top:35px;
    font-size:1.6rem;
    line-height:1.4;
    text-align:center;
    font-weight:700;
}

.joy-plus{
    font-size:6rem;
    font-weight:900;
}

.joy-toggle{
    position:relative;
    display:flex;
    width:180px;
    height:55px;
    margin:0 auto 50px;
    border: 3px solid #fff;
    box-shadow:6px 7px 6px #00000052;
    border-radius:50px;
    background:#fff;
    overflow:hidden;
    
}

.joy-toggle-slider{
    position:absolute;
    top:4px;
    left:4px;
    width:calc(50% - 4px);
    height:calc(100% - 8px);
    background:#5d7cff;
    border-radius:40px;
    transition:.3s ease;
    z-index:1;
}

.toggle-option{
    flex:1;
    border:none;
    background:none;
    font-size:1.6rem;
    font-weight:900;
    cursor:pointer;
    position:relative;
    z-index:2;
    color:#000;
}

.toggle-option.active{
    color:#fff;
}
