#sedes{
    height: auto
}

#spslvWrapper{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-block: 40px;
    padding-block: 20px;
}

#spslv{
    width: 95%;
    height: 90%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    box-shadow: 0px 0px 8px 1px var(--color-sombra);
    border-radius: 10px;
    gap: 20px;
    background: linear-gradient(135deg, #fff9fb 0%, #ffeef3 100%);
}

#spslvImagenes{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}


#spsContImg1{
    border-radius: 10px;
    width: 30%;
    aspect-ratio: 1/1;
    filter: drop-shadow(10px 10px 7px var(--color-sombra));
    object-fit: cover;  
    overflow: hidden;
}


#spsContImg1:hover{
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

#spslvImg1{
    width: 100%;
    height: 100%;
}

#spsContImg2{
    border-radius: 10px;
    width: 30%;
    aspect-ratio: 1/1;
    filter: drop-shadow(10px 10px 7px var(--color-sombra));
    object-fit: cover;  
    overflow: hidden;
}

#spsContImg2:hover{
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

#spsContImg3:hover{
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

#spslvImg2{
    width: 100%;
    height: 100%;
}

#spsContImg3{
    border-radius: 10px;
    width: 30%;
    aspect-ratio: 1/1;
    filter: drop-shadow(10px 10px 7px var(--color-sombra));
    object-fit: cover;  
    overflow: hidden;
}



#spslvImg3{
    width: 100%;
    height: 100%;
}


#spslvContenido{
    width: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#spslvTalleres{
    width: 80%;
}

#spslvTalleres ul{
    list-style: none;
  
}

#spslvTalleres li{
    position: relative;
    padding-left: 1.5em;
}


#spslvTalleres li::before {
    content: "✓";
    color: var(--color-rojo);
    position: absolute;
    left: 0;
}

#spslvTalleres li:hover{
    color: var(--color-rojo);

}

#spslv h3{
    color: var(--color-rojo);
}

#spslv p{
}
 
#spslvMatricularme{
    padding: 10px 20px;
    background-color: var(--color-rojo);
    color: var(--color-blanco);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
