#mc_embed_signup {
    width: 100%;
    border: 1px solid #5b5b5b;
    margin: 40px auto;
    border-radius: 10px;
    max-width: 750px;
}

#mc_embed_shell {
    padding: 24px;
}

#mc-embedded-subscribe-form {
    width: 100%;
    background: transparent;
    border: 1px solid black;
    color: white;
    padding: 20px;
}

.titulo{
    font-family: Archivo Black;
    font-style: italic;
}
.back-perso{
background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 94%);
}

textarea, input, select, button {
    border: black 1px solid;
    background-color: #333333;
    padding: 3px 10px;
}
.asterisk{
    color: #e85c41;
}

#mc-embedded-subscribe {
    padding: 10px;
    filter: drop-shadow(0px 0px 12px #C93127);
    transition: 1s;
    font-size: 26px;
    width: 100%;
    background: #C93127;
    margin: 0px;
    line-height: normal;
    border: 0px;
    border-radius: 8px;
    cursor: pointer;
}

.mc-field-group {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    gap: 2px;
}
.mc-field-group.completo {
    width: 100%;
}
label {
    font-size: 14px;
    padding-left: 10px;
}

#mc_embed_signup_scroll{
    display: flex; 
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.indicates-required{
    width: 100%;
}

.clear {
    width: 100%;
}

#mce-MENSAJE {
    height: inherit;
}

@media (min-width: 768px) {
    .mc-field-group.alto {
        height: 100px;
    }
    .mc-field-group {
        width: calc(50% - 7.5px);
    }
    #mce-ADITAMIENT {
        height: inherit;
    }
}

@media (max-width: 768px) {
    .mc-field-group {
        width: 100%;
    }
    div{
        text-align: center;
    }
}

/* reCAPTCHA v3: forzar el badge a NO fixed y a verse debajo del botón */
#recaptcha-badge-slot .grecaptcha-badge {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  box-shadow: none !important;
  margin-top: .5rem;         /* separacion del botón */
  transform: none !important;
}

/* opcional: reducir el badge un poquito (sin ocultarlo) */
#recaptcha-badge-slot .grecaptcha-badge iframe {
  transform: scale(.95);        /* 0.85–1 según te guste */
  transform-origin: left top;
}

#recaptcha-badge-slot {
    display: flex;
    justify-content: center;
}

a{
    text-align: center;
}

lite-youtube.lyt-activated {
    margin: auto;
    z-index: 2;
}

#whatsapp {
    position: fixed;
    z-index: 11;
    bottom: 30px;
    right: 15px;
}