@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
:root{
    --guinda-principal: #89223d;
    --guinda-oscuro: #562132;
    --dorado: #cda466;
    --blanco-fondo: #f2f2f2;
    --fuente: white;
    --fuente-hover:#89223d;
    /*Colores Secundarios*/
    --dorado-opacity: rgba(205, 164, 102, 0.5);
    --sombras-guinda:rgba(145, 18, 67, 0.48);
    --sombras-gray:rgba(162, 163, 162, 0.25);
    --S-amarillo: #f9b245;
    --S-verde: #419867;
    --S-azul: #2c5166;
    --S-morado: #482445;
    --S-verde-oscuro: #00281d;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; 
    background-color: var(--gris-fondo);
}

.register-shell {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    width: 100% !important;
    min-height: 100vh;
    padding: 24px 24px 40px;
    background: #f5f7fa;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.register-card {
    display: block !important;
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    padding: 24px !important;
    box-sizing: border-box !important;
}

.register-card .btn {
    margin-bottom: 8px;
}

#caretakerFormWrap,
#studentFormWrap {
    display: block;
    width: 100%;
    margin-top: 12px;
}

.row-dorado{
    height: 16px;
    background-color: var(--dorado);
}
.dorado-degradado{
    background-color: var(--dorado-opacity);
}
.carousel-indicators {
    flex-direction: column; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin:auto;
}
.dorado-gradient-to-top{
    background: linear-gradient(to top, rgba(205, 164, 102, 0.85) 0%, rgba(205, 164, 102, 0) 100%);
    text-align: center;
    height: max-content;
}
.carousel-caption{
    right: 0%;
    left: 0%;
    width: 100%;
    box-sizing: content-box;
    bottom: 0.5px;
    height: 70%;
}
.carousel-img{
    max-height: 45rem;
    height: 100%; /* Ajusta este valor según la altura deseada */
    width: 100%;
    object-fit: cover; 
}
.carousel-caption p{
    margin-top: 20%;
    color: var(--fuente);
}
.carousel-indicators li {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid var(--S-morado);
    margin: 5px 0;
}
.carousel-indicators .active {
    background-color: var(--S-morado); 
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--S-morado); 
}
.Enviado{
    letter-spacing: 1px;
    padding: 1px 10px;
    background-color: var(--S-blue);
    color: var(--fuente);

}
.Evaluando{
    letter-spacing: 1px;
    padding: 1px 10px;
    background-color: var(--S-orange);
    color: var(--fuente);

}
.Atendido{
    letter-spacing: 1px;
    padding: 1px 10px;
    background-color: var(--S-green);
    color: var(--fuente);
}

/*Botones*/
.btn{
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 15px 0px;
    box-shadow:1px 2px 5px var(--gris);
    font-size:14px;
    font-weight: 700;
    display: flex;
    flex: 0 0 auto;
    letter-spacing: 0.25em;
    word-spacing: 0.25em;
    align-items: center;
    gap: 3rem;
    animation-delay: 0.39s;
    animation-name: fadeInUp;
    color:var(--dorado);
}
.rounded-border{
    border-radius: 15px;
}
.rounded-dashed{
    border: 2px dashed #009578;
    border-radius: 10px;
}
.guinda-line{
    border: solid 1px var(--guinda-principal);
    color: var(--guinda-principal);
}
    .btn.guinda-line:hover{
        background-color: var(--guinda-principal);
        color: var(--fuente);
    }
.dorado-line{
    border: solid 2px var(--dorado);
    color: var(--dorado);
}
    .btn.dorado-line:hover{
        background-color: var(--dorado);
        color: var(--fuente);
    }
.white-line{
    border: solid 1px var(--gris-claro);
    color: var(--gris-claro);
}
    .btn.white-line:hover{
        background-color:  var(--gris-claro);
        color: var(--guinda-principal);
    }
.guinda-bg{
    background-color: var(--guinda-principal);
    color: var(--fuente);
}
    .btn.guinda-bg:hover{
        background-color: var(--fuente);
        border: solid 1px var(--guinda-principal);
        color: var(--guinda-principal);
    }
.dorado-bg{
    background-color: var(--dorado);
    color: var(--fuente);
}
    .btn.dorado-bg:hover{
        background-color: var(--blanco-fondo);
        border: solid 1px var(--dorado);
        color: var(--dorado);
    }
.white-bg{
    background-color:  var(--fuente);
    color: var(--guinda-principal);
}
    .btn.white-bg:hover{
        color: var(--gris-claro);
        background-color: transparent;
        border: solid 1px var(--gris-claro);
    }
.b-redondo{
    border-radius: 15px;
}
.img-oomapas{
    height: 10rem;
}
.title-xxl{
    font-weight: 700;
    font-size: 50px;
}
.title-talleres{
    font-weight: 700;
    font-size: 50px;
    color: var(--dorado);
    border-bottom: 2px solid var(--guinda-principal);
}
.title-xl{
    font-weight: 700;
    font-size: 30px;
}
.title-lg{
    font-size: 20px;
    font-weight: 700;
}
.title-md{
    font-size: 18px;
    font-weight: 200;
}
.title-sm{
    font-size: 15px;
    font-weight: 200;
}
.title-xs{
    font-size: 12px;
    font-weight: 200;
}
.title-primario{
    color: var(--guinda-principal);
}
.title-white{
    color: var(--fuente);
}
.title-bold{
    font-weight: bold;
}
.title-middle{
    text-align: center;
}
#cards-ver.card{
    border-radius: 1rem;
    margin: 1rem;
    text-align: center;
    border: 1.7px solid var(--dorado);
    padding: 2rem 1.5rem;
    transition-delay: 6ms;
    transition: all 0.3s ease-in;
}

#cards-ver.card:hover{
    transform: translateY(-5px) scale(1.005) translateZ(0px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.13), 0 5px 10px var(--dorado-opacity);
    background: linear-gradient(to bottom right, var(--guinda-principal), var(--fuente-hover));
    color: var(--fuente);
}

#cards-ver.card:hover a{
    background-color: var(--fuente);
    color: var(--guinda-principal)
}

#cards-ver.card a{
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background-color: var(--guinda-principal);
    color: var(--fuente);
    border-radius: 15px 0px;
    text-align: center;
    transition: all 0.3s ease-in;
}
#cards-ver.card img{
    margin: 1rem 0rem 1rem 0rem;
}

/*CSS cards*/
.card {
    width: 23rem;
    height: 20rem;
    margin: 1rem;
    background: var(--blanco-fondo);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}
.card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.11),
    0 20px 40px var(--box-shadow-color);
}
.card:hover .overlay {
    transform: scale(5) translateZ(0);
}
.card:hover .circle {
    border-color: var(--guinda-oscuro);
    background: var(--guinda-principal);
}
.card:hover .circle:after {
    background: var(--guinda-principal);
}
.card:hover a {
    color: var(--dorado);
}
.card a {
    font-size: 17px;
    color: #4c5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
    text-decoration: none;
}
.circle {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: var(--blanco-fondo);
    border: 2px solid var(--guinda-principal);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.circle:after {
    content: "";
    width: 105px;
    height: 105px;
    display: block;
    position: absolute;
    background: var(--guinda-principal);
    border-radius: 50%;
    top: 6px;
    left: 6px;
    transition: opacity 0.3s ease-out;
}
.circle svg::after{
    color:var(--dorado)
}
.circle svg {
    z-index: 10000;
    transform: translateZ(0);
    color: var(--fuente);
}
.overlay {
    width: 110px;
    position: absolute;
    height: 110px;
    border-radius: 50%;
    background: var(--guinda-principal);
    top: 3.7rem;
    left: 7.4rem;
    z-index: 0;
    transition: transform 0.3s ease-out;
}
@media (max-width: 319px) {
    .carousel-caption p{
        margin-top: 5%;
        font-size: 15px;
        padding: 0px 20px;
    }
}
/*Mobile devices*/
@media (min-width: 320px) and (max-width: 480px) {
    .carousel-caption p{
        margin-top: 5%;
        font-size: 15px;
        padding: 0px 20px;
    }
}
/*iPads, tabs*/
@media (min-width: 481px) and (max-width: 768px) {
    .carousel-caption p{
        margin-top: 20%;
        font-size: 20px;
        padding: 0px 20px;
    }
}
/*Laptops and smallscreens*/
@media (min-width: 769px) and (max-width: 1024px) {
    .carousel-caption p{
        margin-top: 20%;
        font-size: 20px;
        padding: 0px 20px;
    }
}
/*desktops and bigscreens*/
@media (min-width: 1025px) and (max-width: 1200px) {
    .carousel-caption p{
        margin-top: 20%;
        font-size: 30px;
        padding: 0px 20px;
    }
}
/*extra big screens and TVs*/
@media (min-width: 1201px) {
    .carousel-caption p{
        margin-top: 15%;
        font-size: 30px;
        padding: 0px 20px;
    }
}
@media (max-width: 425px) {
    .text-coment{
        font-size: 14px;
    }
    #cards-ver.card a{
        font-size: medium;
    }
    .card:hover {
        transform: translateY(-5px) scale(1.005) translateZ(0px);
        box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
        0 24px 46px var(--dorado-opacity);
    }
    .card:hover .overlay {
        transform: scale(5) translateZ(0);
    }
    .card:hover .circle {
        border-color: var(--guinda-oscuro);
        background: var(--guinda-principal);
    }
    .card:hover .circle:after {
        background: var(--guinda-oscuro);
    }
    .card:hover a {
        color: var(--dorado);
    }
    .card a {
        font-size: 17px;
        color: #4c5656;
        margin-top: 30px;
        z-index: 1000;
        transition: color 0.3s ease-out;
    }
    .circle {
        width: 131px;
        height: 131px;
    }
    .circle:after {
        content: "";
        width: 118px;
        height: 118px;
    }
    .circle svg {
        z-index: 10000;
        transform: translateZ(0);
    }
    .overlay {
        width: 8rem;
        position: absolute;
        height: 8rem;
        border-radius: 50%;
        background: var(--guinda-principal);
        top: 40px;
        left: 90.5px;
        z-index: 0;
        transition: transform 0.3s ease-out;
    }
}
.bg-logo{
    background-image: url(/assets/theme/media/img/logo/fondo-color.png);
    background-repeat: repeat-x ;
    background-size: 70rem;
}
.modal-title{
    color: var(--guinda-principal);
    font-size: 30px;
    letter-spacing: 0.1rem;
    text-align: center;
    font-weight: 800;
    vertical-align: middle;
    display: flex;
}
.modal-textBody{
    font-size: 18px;
}
.dropdown-menu {
    display: none;
}
.nav-item:hover .dropdown-menu {
    display: block;
}
.gif{
    max-height: 45rem;
    height: 100%;
}
svg.gif{
    width: 100%;
}
img.gif{
    max-width: 60rem;
    width: 100%;
    margin: auto;
}
.video{
    max-height: 45rem;
    max-width: 45rem;
    height: auto;
    width: auto;
    padding-bottom: 2%;
    padding-top: 2%;
}
.bg-guinda{
    background-color: var(--guinda-principal) !important;
    border-radius: 10px;
}
.txt-guinda{
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background-color: var(--guinda-principal);
    color: var(--fuente);
    border-radius: 15px 0px;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s ease-in;
}
.txt-guinda:hover{
    color: var(--fuente);
    background-color: var(--dorado);
}
/*###### codigo de pills nav de perfil  #############*/
.nav.nav-pills .nav-link{
    margin: 2% 0%;
    background-color: var(--guinda-principal);
    border: none;
    color: var(--fuente);
    border-radius: 15px 0px;
}
.nav.nav-pills .nav-link.active{
    background-color: var(--fuente);
    border: 2px solid var(--dorado);
    color: var(--dorado);
    border-radius: 15px 0px;
}


/*########### navbar css #####################*/
a:hover{
    text-decoration: none;
}
li.nav-item{
    margin-left: 5px;
}
a.nav-link.nb{
    color: var(--guinda-principal);
    font-weight: 200;
    font-size:16px;
    text-align: center;
    padding: 10px 20px !important;
    text-wrap: nowrap;
    border-radius: 30px;
    /* box-shadow:1px 2px 5px var(--sombras-gray); */
    max-height: 3.1rem;
    height: 100%;     
}
a.nav-link.nb:hover{
    border-bottom: 3px solid var(--dorado);
    border-radius: 0px;
    max-height: 5rem;
    height: 100%; 
}
.m-brand__logo img {
    max-height: 4rem;
    width: auto;
}
.m-brand__logo span {
    margin-left: 1rem;
    color: var(--guinda-principal);
    text-align: center;
    vertical-align: middle;
}
/*extra smalls screens or devices*/
@media (max-width: 319px) {
    .m-brand__logo span {
        font-size: 12px;
        font-weight: 200;
    }
    ._img-footer {
        width: 18rem;
    }
}
/*Mobile devices*/
@media (min-width: 320px) and (max-width: 480px) {
    .m-brand__logo span {
        font-size: 12px;
        font-weight: 200;
    }
    ._img-footer {
        width: 20rem;
    }
}
/*iPads, tabs*/
@media (min-width: 481px) and (max-width: 768px) {
    .m-brand__logo span {
        font-size: 14px;
        font-weight: 200;
    }
    ._img-footer {
        width: 35rem;
    }
}
/*Laptops and smallscreens*/
@media (min-width: 769px) and (max-width: 1024px) {
    .m-brand__logo span {
        font-size: 14px;
        font-weight: 200;
    }
    ._img-footer {
        width: 38rem;
    }
}
/*desktops and bigscreens*/
@media (min-width: 1025px) and (max-width: 1200px) {
    .m-brand__logo span {
        font-size: 16px;
        font-weight: 200;
    }
    ._img-footer {
        width: 42rem;
    }
}
/*extra big screens and TVs*/
@media (min-width: 1201px) {
    .m-brand__logo span {
        font-size: 20px;
        font-weight: 200;
    }
    ._img-footer {
        width: 33rem;
    }
}
/*########## footer ###############*/
footer{
    background-color: var(--S-verde-oscuro);
}
.socials-container {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 20px 40px;
}
.social {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgb(194, 194, 194);
}

.twitter:hover {
    background: linear-gradient(45deg, #66757f, #495057, #212529, #000);
}

.facebook:hover {
    background: linear-gradient(45deg, #134ac0, #316ff6, #78a3ff);
}

.instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    background: -webkit-linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    background: linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.social svg {
    fill: var(--fuente);
    height: 20px;
}
/* dashboard */
.container-fluidimg {
    background: linear-gradient(to top, rgba(205, 164, 102, 0.85) 0%, rgba(205, 164, 102, 0) 100%), url("/assets/theme/media/img/aerea.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 25rem;
    padding-top: 0px;
    width: 100%;
    text-shadow: 2px 3px 2px var(--dorado);
    z-index: 1;
    position: relative;
}
.card-container {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    position: relative;
    z-index: 2;
    margin-top: -120px;
    margin-bottom: 3%;
    width: 100%;
}
h1{
    margin-top: 6%;
    font-size: 60px;
    font-weight: bold;
}
.card {
    width: 200px;
    height: 200px;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid var(--dorado);
    background: linear-gradient(to bottom, var(--dorado), var(--guinda-principal));
}
@media (max-width: 500px) {
    .card-container {
        display: flex;
        position: relative;
        z-index: 2;
        margin-top: -100px;
    }
    h1{
        margin-top: 15%;
        font-size: 45px;
        font-weight: bold;
    }
    .card {
        width: 150px;
        height: 130px;
        border-radius: 20px;
        margin: 1cap;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.workshop-details {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    padding: 2rem 0;
}

.workshop-details__page-background {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.16;
    pointer-events: none;
}

.workshop-details > :not(.workshop-details__page-background) {
    position: relative;
    z-index: 1;
}

.workshop-details__panel {
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--dorado);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.workshop-details__cover-column {
    align-self: flex-start;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.workshop-details__cover-card {
    max-width: 256px;
    margin-bottom: 1.25rem;
}

.workshop-details__cover {
    width: 100%;
    height: 256px;
    object-fit: cover;
}

.workshop-details__hero {
    margin-bottom: -3.5rem;
}

.workshop-details__heading-column {
    padding-top: 1.25rem;
}

.workshop-details__content {
    min-height: 100%;
}

.workshop-details__body {
    background-color: rgba(255, 255, 255, 0.94);
}

.workshop-details__title {
    margin: ;
    color: var(--dorado);
    font-size: 5rem;
}

.workshop-details__section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--dorado-opacity);
}

.workshop-details__section h2,
.workshop-details__summary-title,
.workshop-details__summary-item h3 {
    color: var(--guinda-principal);
    font-weight: 700;
}

.workshop-details__section h2 {
    font-size: 1.25rem;
}

.workshop-details__section p,
.workshop-details__summary-item p {
    margin-bottom: 0;
    white-space: pre-line;
}

.workshop-details__gallery {
    max-width: 920px;
    margin: 0 auto 1.5rem;
    padding: 1.25rem;
}

.workshop-details__gallery-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.workshop-details__gallery-title {
    margin: 0;
    color: var(--guinda-principal);
    font-size: 1.4rem;
    font-weight: 700;
}

.workshop-details__gallery-count {
    color: #6c7293;
    font-size: 0.9rem;
    white-space: nowrap;
}

.workshop-details__carousel {
    overflow: hidden;
    border: 1px solid var(--dorado);
    border-radius: 4px;
    background: #1e1f23;
}

.workshop-details__carousel-viewport {
    height: clamp(260px, 42vw, 420px);
}

.workshop-details__carousel-item {
    display: none;
    width: 100%;
    height: 100%;
}

.workshop-details__carousel-item.active {
    display: block;
}

.workshop-details__carousel-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.workshop-details__carousel-controls {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
    min-height: 3.25rem;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: #343638;
}

.workshop-details__carousel-button {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    justify-self: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.workshop-details__carousel-button:hover,
.workshop-details__carousel-button:focus {
    border-color: var(--dorado);
    background: var(--dorado);
    color: var(--guinda-oscuro);
}

.workshop-details__carousel-button i {
    font-size: 1.5rem;
}

.workshop-details__carousel-indicators {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 0.5rem;
}

.workshop-details__carousel-indicator {
    width: 0.65rem;
    height: 0.65rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.workshop-details__carousel-indicator.is-active {
    border-color: var(--dorado);
    background: var(--dorado);
}

.workshop-details__summary {
    border-top: 4px solid var(--guinda-principal);
}

.workshop-details__summary-title {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.workshop-details__summary-item {
    margin-bottom: 1.25rem;
}

.workshop-details__summary-item h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.workshop-details__registration-action {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.55rem 1rem;
    border: 1px solid var(--guinda-principal);
    border-radius: 4px;
    background: var(--guinda-principal);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.workshop-details__registration-action:hover,
.workshop-details__registration-action:focus {
    background: var(--guinda-oscuro);
    color: #ffffff;
    text-decoration: none;
}

.workshop-details__notice {
    max-width: 760px;
    margin: 0 auto 1.5rem;
    padding: 0.9rem 1rem;
    border-left: 4px solid;
}

.workshop-details__notice--success {
    border-color: var(--S-verde);
    background-color: rgba(65, 152, 103, 0.12);
    color: #1c5b38;
}

.workshop-details__notice--error {
    border-color: var(--guinda-principal);
    background-color: rgba(137, 34, 61, 0.1);
    color: var(--guinda-oscuro);
}

@media (max-width: 991px) {
    .workshop-details__hero {
        margin-bottom: 0;
    }

    .workshop-details__heading-column {
        padding-top: 0;
    }

    .workshop-details__cover {
        height: 130px;
    }

    .workshop-details__gallery {
        padding: 1rem;
    }

    .workshop-details__gallery-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .workshop-details__carousel-viewport {
        height: 260px;
    }
}

.workshop-listing {
    max-width: 1320px;
    margin: 0 auto;
    padding: 2rem 0 3.5rem;
}

.workshop-listing__header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--guinda-principal);
}

.workshop-listing__title {
    margin: 0;
    color: var(--guinda-principal);
    font-size: 2rem;
    font-weight: 700;
}

.workshop-listing__filters,
.workshop-listing__card,
.workshop-listing__empty {
    border: 1px solid var(--dorado-opacity);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.workshop-listing__filters {
    padding: 1.25rem;
}

.workshop-listing__filter-heading {
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--dorado-opacity);
}

.workshop-listing__filter-heading h2,
.workshop-listing__card h2 {
    margin: 0;
    color: var(--guinda-principal);
    font-weight: 700;
}

.workshop-listing__filter-heading h2 {
    font-size: 1.2rem;
}

.workshop-listing__field {
    display: grid;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.workshop-listing__field label {
    margin: 0;
    color: #31343a;
    font-size: 0.9rem;
    font-weight: 600;
}

.workshop-listing__field input,
.workshop-listing__field select {
    width: 100%;
    min-height: 2.5rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid #c9ccd1;
    border-radius: 4px;
    background-color: #ffffff;
    color: #31343a;
    font: inherit;
}

.workshop-listing__field input:focus,
.workshop-listing__field select:focus {
    border-color: var(--guinda-principal);
    outline: 2px solid rgba(137, 34, 61, 0.15);
}

.workshop-listing__filter-actions {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.workshop-listing__submit,
.workshop-listing__clear,
.workshop-listing__details-link {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid var(--guinda-principal);
    border-radius: 4px;
    background: var(--guinda-principal);
    color: #ffffff;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.workshop-listing__submit:hover,
.workshop-listing__submit:focus,
.workshop-listing__details-link:hover,
.workshop-listing__details-link:focus {
    background: var(--guinda-oscuro);
    color: #ffffff;
    text-decoration: none;
}

.workshop-listing__clear {
    border-color: #73777d;
    background: #ffffff;
    color: #31343a;
}

.workshop-listing__clear:hover,
.workshop-listing__clear:focus {
    background: #f1f2f3;
    color: #31343a;
    text-decoration: none;
}

.workshop-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.workshop-listing__card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
}

.workshop-listing__cover {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.workshop-listing__card-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 1rem;
}

.workshop-listing__card h2 {
    font-size: 1.1rem;
}

.workshop-listing__card p {
    margin: 0.75rem 0 1rem;
    color: #5d6268;
}

.workshop-listing__details-link {
    width: 100%;
    margin-top: auto;
}

.workshop-listing__empty {
    margin: 0;
    padding: 1.25rem;
    color: #5d6268;
}

@media (max-width: 991px) {
    .workshop-listing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .workshop-listing {
        padding: 1.5rem 0 2.5rem;
    }

    .workshop-listing__grid {
        grid-template-columns: 1fr;
    }
}

.home-dashboard {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem 0 3.5rem;
}

.home-dashboard__header {
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid var(--guinda-principal);
}

.home-dashboard__eyebrow {
    margin: 0 0 0.35rem;
    color: var(--dorado);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home-dashboard__header h1 {
    margin: 0;
    color: var(--guinda-principal);
    font-size: 2rem;
}

.home-dashboard__subtitle {
    margin: 0.35rem 0 0;
    color: #5d6268;
}

.home-dashboard__alert {
    margin-bottom: 1.5rem;
    padding: 0.9rem 1rem;
    border-left: 4px solid;
}

.home-dashboard__alert--success {
    border-color: var(--S-verde);
    background-color: rgba(65, 152, 103, 0.12);
    color: #1c5b38;
}

.home-dashboard__alert--error {
    border-color: var(--guinda-principal);
    background-color: rgba(137, 34, 61, 0.1);
    color: var(--guinda-oscuro);
}

.home-dashboard__alert ul {
    margin: 0;
    padding-left: 1.25rem;
}

.home-dashboard__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
    gap: 1.5rem;
    align-items: start;
}

.home-dashboard__grid--caretaker {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}

.home-dashboard__panel {
    border: 1px solid rgba(205, 164, 102, 0.75);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.home-dashboard__panel--wide {
    grid-column: 1 / -1;
}

.home-dashboard__panel-heading {
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid var(--dorado-opacity);
}

.home-dashboard__panel-heading h2,
.home-dashboard__form-title,
.home-dashboard__history-item h3,
.home-dashboard__student-item h3 {
    margin: 0;
    color: var(--guinda-principal);
    font-weight: 700;
}

.home-dashboard__panel-heading h2 {
    font-size: 1.25rem;
}

.home-dashboard__panel-heading--actions,
.home-dashboard__toolbar,
.home-dashboard__actions {
    display: flex;
    gap: 0.65rem;
    align-items: center;
}

.home-dashboard__panel-heading--actions,
.home-dashboard__toolbar {
    justify-content: space-between;
}

.home-dashboard__toolbar {
    margin-bottom: 1.5rem;
}

.home-dashboard__actions {
    flex-wrap: wrap;
    margin-top: 1rem;
}

.home-dashboard__actions form,
.home-dashboard__toolbar form {
    margin: 0;
}

.home-dashboard__action {
    display: inline-flex;
    min-height: 2.3rem;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--guinda-principal);
    border-radius: 4px;
    background: var(--guinda-principal);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.home-dashboard__action:hover,
.home-dashboard__action:focus {
    background: var(--guinda-oscuro);
    color: #ffffff;
    text-decoration: none;
}

.home-dashboard__action--secondary {
    border-color: #73777d;
    background: #ffffff;
    color: #31343a;
}

.home-dashboard__action--secondary:hover,
.home-dashboard__action--secondary:focus {
    background: #f1f2f3;
    color: #31343a;
}

.home-dashboard__action--danger {
    border-color: #a42b40;
    background: #a42b40;
}

.home-dashboard__panel--form {
    max-width: 980px;
}

.workshop-registration__form-panel,
.workshop-registration__empty {
    max-width: 720px;
}

.workshop-registration__empty {
    padding: 1.25rem;
}

.workshop-registration__empty .home-dashboard__empty {
    padding: 0 0 1rem;
}

.workshop-registration__notice {
    margin-top: 1.5rem;
    padding: 0.85rem 1rem;
    border-left: 4px solid var(--dorado);
    background: rgba(205, 164, 102, 0.13);
    color: #4d3a1c;
}

.workshop-registration__student-summary {
    padding: 0.9rem 1rem;
    border-left: 4px solid var(--dorado);
    background: rgba(205, 164, 102, 0.13);
    color: #31343a;
}

.workshop-registration__student-summary span {
    color: #5d6268;
}

.home-dashboard__details-list--medical {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-dashboard__details-list--medical div:last-child {
    border-bottom: 1px solid #e7e8ea;
}

.home-dashboard__form {
    padding: 1.25rem;
}

.home-dashboard__fields {
    display: grid;
    gap: 1rem;
}

.home-dashboard__fields--two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-dashboard__field {
    display: grid;
    gap: 0.4rem;
}

.home-dashboard__field label {
    margin: 0;
    color: #31343a;
    font-size: 0.9rem;
    font-weight: 600;
}

.home-dashboard__field input,
.home-dashboard__field select,
.home-dashboard__field textarea {
    width: 100%;
    min-height: 2.5rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid #c9ccd1;
    border-radius: 4px;
    background-color: #ffffff;
    color: #31343a;
    font: inherit;
}

.home-dashboard__field textarea {
    min-height: 5.5rem;
    resize: vertical;
}

.home-dashboard__field input:focus,
.home-dashboard__field select:focus,
.home-dashboard__field textarea:focus {
    border-color: var(--guinda-principal);
    outline: 2px solid rgba(137, 34, 61, 0.15);
}

.home-dashboard__form-divider {
    margin: 1.5rem 0 1rem;
    border-top: 1px solid var(--dorado-opacity);
}

.home-dashboard__form-title {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.home-dashboard__confirmation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--dorado-opacity);
}

.home-dashboard__submit {
    min-height: 2.5rem;
    padding: 0.55rem 1rem;
    border: 1px solid var(--guinda-principal);
    border-radius: 4px;
    background-color: var(--guinda-principal);
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.home-dashboard__submit:hover,
.home-dashboard__submit:focus {
    background-color: var(--guinda-oscuro);
}

.home-dashboard__check {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    margin: 0;
    color: #31343a;
    font-weight: 600;
}

.home-dashboard__check input {
    width: 1rem;
    height: 1rem;
}

.home-dashboard__history-item,
.home-dashboard__student-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e7e8ea;
}

.home-dashboard__history-item:last-child {
    border-bottom: 0;
}

.home-dashboard__history-item p,
.home-dashboard__student-item p {
    margin: 0.25rem 0 0;
    color: #5d6268;
}

.home-dashboard__status {
    align-self: center;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    background-color: rgba(65, 152, 103, 0.14);
    color: #1c5b38;
    font-size: 0.85rem;
    font-weight: 700;
}

.home-dashboard__status--pendiente {
    background-color: rgba(249, 178, 69, 0.2);
    color: #76520e;
}

.home-dashboard__status--expirado {
    background-color: rgba(164, 43, 64, 0.13);
    color: #7b1d2e;
}

.home-dashboard__empty {
    margin: 0;
    padding: 1.25rem;
    color: #5d6268;
}

.home-dashboard__details-list {
    margin: 0;
    padding: 0;
}

.home-dashboard__details-list div {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e7e8ea;
}

.home-dashboard__details-list div:last-child {
    border-bottom: 0;
}

.home-dashboard__details-list dt {
    color: var(--guinda-principal);
    font-size: 0.9rem;
    font-weight: 700;
}

.home-dashboard__details-list dd {
    margin: 0.25rem 0 0;
    color: #31343a;
}

.home-dashboard__student-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-dashboard__student-item {
    display: block;
}

.home-dashboard__registration-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e7e8ea;
}

.home-dashboard__registration-summary h3 {
    margin: 0;
    color: var(--guinda-principal);
    font-size: 1rem;
    font-weight: 700;
}

.home-dashboard__registration-summary p {
    margin: 0.3rem 0 0;
    color: #5d6268;
}

.home-dashboard__payment-sheet {
    display: grid;
    gap: 0.8rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e7e8ea;
    background: #fbfbfc;
}

.home-dashboard__proof-link {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
    color: var(--guinda-principal);
    font-weight: 700;
    text-decoration: none;
}

.home-dashboard__proof-link:hover,
.home-dashboard__proof-link:focus {
    color: var(--guinda-oscuro);
    text-decoration: underline;
}

.home-dashboard__proof-link img {
    width: 72px;
    height: 56px;
    border: 1px solid #d5d7da;
    border-radius: 4px;
    object-fit: cover;
}

.home-dashboard__upload-form {
    display: grid;
    gap: 0.5rem;
}

.home-dashboard__upload-form label {
    margin: 0;
    color: #31343a;
    font-size: 0.9rem;
    font-weight: 600;
}

.home-dashboard__upload-controls {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.home-dashboard__upload-controls input {
    max-width: 100%;
}

@media (max-width: 767px) {
    .home-dashboard {
        padding: 1.5rem 0 2.5rem;
    }

    .home-dashboard__grid,
    .home-dashboard__grid--caretaker,
    .home-dashboard__fields--two-columns,
    .home-dashboard__student-list {
        grid-template-columns: 1fr;
    }

    .home-dashboard__panel-heading--actions,
    .home-dashboard__toolbar,
    .home-dashboard__details-list--medical {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-dashboard__panel-heading--actions .home-dashboard__action,
    .home-dashboard__toolbar .home-dashboard__action,
    .home-dashboard__toolbar form {
        width: 100%;
    }

    .home-dashboard__toolbar form .home-dashboard__action {
        width: 100%;
    }

    .home-dashboard__confirmation {
        grid-template-columns: 1fr;
    }

    .home-dashboard__submit {
        width: 100%;
    }

    .home-dashboard__history-item {
        display: grid;
    }

    .home-dashboard__status {
        justify-self: start;
    }

    .home-dashboard__registration-item,
    .home-dashboard__upload-controls {
        display: grid;
    }
}
