#alerta > div.container {
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 6px solid #a31916;
    padding: 22px 0px 20px;
    width:550px;
    height:160px;
}
#alerta aside.popup > div.container {
    margin: 0px auto;
    position: relative;
}
#alerta > div.container > h2 {
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
}
#alerta .ir:before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
}
#alerta aside.popup > div.container > button.close {
    background: url("../css/images/close.svg") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border: medium none;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 3px;
    transition-property: opacity;
    width: 20px;
    z-index: 1;
}
#alerta .ir {
    background-color: transparent;
    border: 0 none;
    overflow: hidden;
}
#alerta form {
    margin: 0;
}
#alerta aside.step-final {
    /*display: none;*/
    font-size: 13px;
    text-align: center;
    text-transform: none;
}
#alerta h3 {
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 24px;
    text-align: center;
    text-transform: uppercase;
}

#alerta aside.step-final > h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    text-transform: none;
}
#alerta aside.step-final > p {
    margin: 0;
}

#alerta aside.popup {
    overflow: hidden;
    position: absolute;
    top: 20%;
    width:550px;
    height:160px;
    z-index: 9999;
    left: 25%;
}
#alerta {
    position:fixed;
    z-index:9999;
    width:auto;
    height:auto;
    overflow:auto;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}