/* se corregen los errores de publicidad leader, Daniel Rayo, 29-01-2026 04:59 pm */
body {
    /* width: 100%; */
    /* height: auto; */
    /* display: block; */
    background: #9498D8;
    background: -webkit-linear-gradient(180deg, rgba(148, 152, 216, 1) 0%, rgba(242, 174, 231, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(148, 152, 216, 1) 0%, rgba(242, 174, 231, 1) 100%);
    background: linear-gradient(180deg, rgba(148, 152, 216, 1) 0%, rgba(242, 174, 231, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9498D8", endColorstr="#F2AEE7", GradientType=0);
    /* position: relative; */
}

.skin-container {
    max-width: 1100px;
    margin: 10px auto;
    height: auto;
    border-radius: 16px;
    background: transparent !important;
    position: relative;
}

.newsletter-cont {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.74);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.9px);
    -webkit-backdrop-filter: blur(4.9px);
    float: left;
}

.container-newsletter{
    width: 100%;
    margin: 0 auto;
}

.leader {
    margin: 0 auto;
    display: contents;
}

.boxbanner {
    width: 300px;
    height: 250px;
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.newsletter-content-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.newsletter-img {
    max-width: 1000px;
    height: auto;
    border-radius: 16px;
    margin: 0 auto;
}

.newsletter-title {
    margin: 20px auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: clamp(21px, 5vw, 45px);
    font-weight: 700;
    color: #000000;
    text-align: center !important;
    line-height: 1;
}

.newsletter-subtitle {
    text-align: center !important;
    font-size: clamp(13px, 3vw, 18px);
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
    margin-top: 10px;
    line-height: 1;
}

.newsletter-hero {
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: clamp(18px, 4vw, 35px);
    font-weight: 700;
    color: #000000;
    text-align: center !important;
}

.mc-field-group label {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: clamp(18px, 4vw, 20px);
    font-weight: 600;
    color: #333333;
    margin: 10px auto 10px auto;
}

#mc_embed_signup {
    width: 80%;
    margin: 30px auto;
}

.mc-field-group input {
    width: 100%;
    padding: 15px;
    font-size: clamp(18px, 4vw, 20px);
    border: none;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.size1of2 input {
    max-width: 15%;
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: clamp(13px, 4vw, 20px);
    cursor: pointer;
}

.size1of2 .datefield .subfield:nth-child(n+2) input {
    margin: 0 10px;
    cursor: pointer;
}

.mc-field-group select {
    width: 100%;
    padding: 15px;
    font-size: clamp(18px, 4vw, 20px);
    border: 2px solid #ccc;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Flecha SVG personalizada (negra, pequeña y a la derecha) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
}

.clear {
    margin: 10px auto;
    text-align: center;
}

.button {
    display: inline-block;
    min-width: 50%;
    background-color: #F2AEE7;
    color: #fff;
    text-align: center;
    font-size: clamp(18px, 4vw, 25px);
    font-weight: 700;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 8px 25px -7px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.button:hover {
    background-color: #9498D8;
}

/* Esto evita que cambie a blanco al mantener presionado o después de hacer clic */
.button:active,
.button:focus {
    background-color: #9498D8 !important;
    color: #fff !important;
    outline: none;
    box-shadow: 1px 4px 15px -7px rgba(0, 0, 0, 0.75);
    transform: translateY(2px);
}

@media screen and (max-width: 600px) {
    .newsletter-content-section {
        padding-bottom: 0;
    }

    .mc-field-group input {
        padding: 10px;
    }

    .size1of2 input {
        max-width: 28%;
        padding: 20px;
        margin-right: 2px;
    }

    .size1of2 .datefield .subfield:nth-child(n+2) input {
        margin: 0 2px;
    }
}