#contenido-registro {
    border-radius: 25px;
    gap: 32px;
    height: 626px;
    width: 768px;
    overflow: hidden;
    font-family: Outfit, sans-serif;
    background-color: var(--color-registro);
}
#contenido-cuerpo {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.registrarseeventos{
    margin-top: 3rem;
}
.form-control::placeholder {
    color: lightgray; /* Cambia a tu color preferido */
}

#x-cerrar{
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
}
#imagen-campo {
    width: 40%;
    background: url("../images/joven-campo.jpg") center/cover no-repeat;
}
#form-registro {
    width: 60%;
    padding: 30px;
    margin: 20px;
}
#title-reg {
    font-weight: 600 !important;
    line-height: 40px;
    padding-top: 8px;
    font-size: 36px;
    padding-bottom: 10px;
    width: 70%;
}
#contenido-cuerpo{
    background: var(--color-cardeventos) !important;
}
#registro-comp{
    background: var(--color-cardeventos) !important;
}
#text-mas-info{
    color: var(--color-textocard) !important;
}
.redesregistrocompleto{
    color: var(--color-textocard) !important;
}
#texto-reg{
    font-weight: 400;
    padding-top: 8px;
    font-size: 16px;
    color: var(--color-textocard) !important;
    padding-bottom: 10px;
}
#label-datos{
    font-weight: 500;
    font-size: 16px;
    line-height: 20.16px;
}
#nombre, #correo{
    border-radius: 50px;
    height: 28px;
    width: 348px;
    font-weight: 400;
    border: 1px solid;
    padding-bottom: 10px;
    background: var(--color-nuevo-badge) !important;

}
.form-check-input{
    margin-top: 13px;
}
#formulario-check{
    margin-top: 10px;
    
}
#checkLabel{
    font-weight: 400;
    size: 16px;
    line-height: 20px;
    padding-bottom: 10px
}
#btn-registrarme {
    background-color: var(--color-Donarrojo) !important;
    border: none;
    size: 18px;
    border-radius: 20px;
    width: 100%;
    line-height: 26px;
    padding: 10px;
}
#cont-registro {
    border-radius: 25px;
    gap: 32px;
    height: 393px;
    width: 768px;
    overflow: hidden;
    padding-right: 40px;
}
#title-registro {
    font-weight: 600 !important;
    line-height: 40px;
    font-size: 36px;
}
#text-mas-info {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5%;
}
#text-compartir {
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5%;
    size: 16px;
}
#registro-comp {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    background-color: var(--color-registro);
}
#img-reg {
    flex: 1;
    background: url('../images/joven-campo.jpg') center/cover no-repeat;
}
#formulario-mod {
    flex: 1;
    padding: 20px;
    margin:20px;
}
#link-mod a {
    display: block;
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px; /* Corregido: "size" no es válido, debe ser "font-size" */
    line-height: 21px;
    color: var(--color-text-oscuroprimerio);
}

#link-mod a:hover {
    text-decoration: underline; /* Solo subraya el texto */
}

#link-mod a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color:var(--color-violetaTerciari); /* Cambia el color del círculo */
    border-radius: 50%; /* Hace que sea un círculo */
    margin-right: 5px;
}
@media (min-width: 850px) and (max-width:992px){
    #title-reg {
        width: 100%;
    }
    #contenido-registro {
        width: 100%;
        height: auto;
    }
    #formulario-check {
        margin-top: 20px;
        width: 90%;
    }

    #contenido-cuerpo {
        flex-direction: column;
    }

    #imagen-campo {
        width: 100%;
        height: 200px;
    }

    #form-registro {
        width: 92%;
        padding: 0px;
    }
    #formulario-mod{
        padding-left: 32px;
        padding-right: 32px;
    }
    .registrarseeventos{
        margin-top: 4rem;
    }
    #nombre, #correo {
        border-radius: 50px;
        height: 28px;
        width: 100%;
        font-weight: 400;
        border: 1px solid;
        padding-bottom: 10px;
    }
    #btn-registrarme{
        width: 100% !important;
    }
    #title-registro {
        font-size: 30px;
    }
    .modal.show .modal-dialog {
        transform: none;
        width: 90%;
    }

}
@media (max-width: 600px) {
    #texto-reg {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #title-reg {
        font-weight: 600 !important;
        line-height: 40px;
        padding-top: 0px;
        font-size: 36px;
        padding-bottom: 5px;
    }
    #title-registro {
        font-size: 32px;
    } 
    #contenido-registro {
        width: 100%;
        height: auto;
    }
    #formulario-check {
        margin-top: 20px;
        width: 90%;
    }

    #contenido-cuerpo {
        flex-direction: column;
    }
    #imagen-campo {
        width: 100%;
        height: 200px;
    }
    #form-registro {
        width: 92%;
        padding: 0px;
    }
    #formulario-mod{
        padding-left: 32px;
        padding-right: 32px;
    }
    .registrarseeventos{
        margin-top: 4rem;
    }
    #nombre, #correo {
        border-radius: 50px;
        height: 28px;
        width: 100%;
        font-weight: 400;
        border: 1px solid;
        padding-bottom: 10px;
    }
    #btn-registrarme{
        width: 100% !important;
    }
    
}

/* Responsive para 375px */
@media (max-width: 375px) {
    #contenido-registro {
        width: 100%;
        height: auto;
    }

    #contenido-cuerpo {
        flex-direction: column;
        align-items: center;
    }

    #imagen-campo {
        width: 100%;
        height: 150px;
    }

    #form-registro {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 32px;
    }

    #nombre, #correo {
        width: 100%;
    }

    #btn-registrarme {
        width: 100%;
    }
}
