/* Start custom CSS for column, class: .elementor-element-bb3b8bd */#contenedor{
    position: relative;
}

.contenedor::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    
   background: rgb(0,0,0);
   
background: linear-gradient(180deg, rgba(0,0,0,0) 11%, rgba(0,0,0,0.9360119047619048) 33%);


}

.optin-recursos {
    position: absolute;
    z-index: 99;
    max-width: 400px;
    margin: 0 auto;
    left: calc(50% - 200px);
    color: #000;
    text-align: center;
    background: #FFF;
    padding: 20px;
    top: 250px;
    border-radius: 5px;
}

.optin-recursos h3{
    font-size: 20px;
}

.optin-recursos input,
.optin-recursos button{
    margin: 5px 0;
}

.optin-recursos button{
    background: #FFE300;
    color: #000;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 500;
}/* End custom CSS */