.site-main_illustration {
    max-height: 100vh;
}

.complex-gradient:before,
.complex-gradient:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.complex-gradient:before {
    background: red;
    box-shadow: 0 0 140px 64px red;
    z-index: 2;
    top: -100%;
    left: -72%;
    opacity: 0.8;
}

.complex-gradient:after {
    background: white;
    z-index: 3;
    bottom: -96%;
    right: -72%;
    box-shadow: 0 0 140px 64px white;
    opacity: 1;
    border-radius: 100%;
}


/* endemico web */

#endemico-web-title {
    margin-bottom: 78px;
}

.picks-endemico {
    object-fit: cover;
}

#email-field {
    background-color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid white;
    width: 70%;
    clear: both;
    align: center;
    color: lightgray;
    margin-bottom: 10px;
}

#footer-main {
    padding-top: 85px;
    padding-bottom: 40px;
}

#suscribir {
    background-color: transparent;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#form-suscripcion {
    margin-bottom: 130px;
}