#unete-section-1 {
    background-color: #474645;
}

#unete-section-1 #columna-2 {
    z-index: 1;
}

#unete-section-2 {
    background-color: #C22821;
    min-height: 21em;
}

#unete-seccion-2-columna-1 {
    width: 80%;
}

#unete-seccion-2-columna-2-animacion {
    width: 75%;
    height: 150%;
    position: absolute; 
    bottom: 0;
}

#unete-section-3 {
    background-color: white;
}

#unete-section-3-columna-2 {
    display: flex;
    align-items: center;
}
    
#unete-section-3-columna-2-texto{
    width: 75%;
}

#unete-seccion-3-imagen {
    padding: 0;
    min-height: 21em;
}

#unete-section-4 {
    min-height: 21em;
    background-color: #EFEFEF;
}

#unete-section-4-columna-1 {
    width: 40%;
}

#unete-section-4-columna-2 {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 60%;
}

#unete-section-5 {
    background-color: white;
}

#unete-section-5-columna-1 {
    padding: 2em 10% 1em 3%;
}

#unete-section-5-columna-1-texto {
    width: 28em;
    padding-bottom: 1em;
}

#unete-section-5-columna-2 {
    display: flex;
    align-items: center;
}

#unete-section-5-columna-2-texto {
    width: 70%;
    font-size: 24px;
    color: #2E2D2D;
    margin-left: auto;
    margin-right: auto;
}

.ventaja-container{
    border-left: 2px solid #474645; 
    padding-left: 0.5em;
}

#texto-legal {
    color: white;
    margin-top: 2em;
}

#texto-legal a {
    color: #C5C2C0;
}

#columna-2 form, #columna-2 #texto-legal {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 700px) {
    #unete-section-5-columna-1-texto {
        width: 100%;
    }
}


@media (max-width: 850px) {
    #unete-section-1 #columna-2 {
        padding-top: 0;
    }
    
    #unete-seccion-2-columna-1 {
        width: 100%;
    }
    
    #unete-seccion-2-columna-2-animacion {
        width: 100%;
        height: 150%;
    }
    
    #unete-section-5-columna-2-texto {
        width: 100%;
        font-size: 18px;
        margin: 0.5em 5% 2em 5%;
    }
    #columna-2 form, #columna-2 #texto-legal {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #unete-section-1, #unete-section-2, #unete-section-4 {
        padding: 0 5% 0 5%;   
    }
    
    #unete-section-2 .two-items-section-right-item {
        height: 14em;
    }
    
    #unete-section-3 {
        padding: 5% 5% 0 5%; 
    }
    
    #unete-seccion-3-imagen {
        padding: 0;
        min-height: 16em;
    }
    
    #unete-section-3-columna-2-texto{
        width: 100%;
    }
     #unete-section-4-columna-1 {
        width: 100%;
        padding-bottom: 0;
    }
    
    #unete-section-4-columna-2 {
        width: 100%;
    }
}