
.wow-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.wow-alert-content {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    background: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    position: fixed;
    z-index: 99999999;
    min-width: 200px;
    min-height: 50px;
    max-width: 500px;
    left: 53%;
    top: 50%;
}

.wow-alert-content-title {
    /* background: #009345; */
    background: var(--color_company_1);
    text-align: center;
    padding: 5px;
}

.wow-alert-content-title span {
    color: #fcfcfc;
    font-size: 18px;
}

#foco {
    color: #fff;
    background: var(--color_company_1);
}

#foco:hover {
    outline-color: none !important;
}

.wow-alert-content-padding {
    padding: 15px 20px;
}

.wow-alert-content p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 10px 0 20px 0;
    font-weight: bold;
    text-align: center;
}

.wow-alert-content a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    font-family: Helvetica, Arial, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 10px;
    color: #fcfcfc;
    display: block;
    margin: 0 auto;
    width: 100px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}

.wow-alert-content a:hover {
    background: var(--color_company_1);
    color: #fff;
}