#popup {
    position: fixed;
    width: 650px;
    height: 400px;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/images/img/popup.png);
}

#backPopup{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
}

.frase {
    position: absolute;
    top: 120px;
    left: 120px;
    font-size: 30px;
    text-align: right;
}

.programa {
    position: absolute;
    top: 160px;
    left: 100px;
    font-size: 40px;
    color: #2B0404;
}

.programa:first-letter {
    font-size: 70px;
}

button#btnFecharPopup:focus, button#btnEnviarVideo:focus{
	outline: none;
}

button#btnEnviarVideo:hover {
    background-color: #449d44;
    border-color: #398439;
}
button#btnEnviarVideo {
    position: absolute;
    top: 260px;
    left: 110px;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #3E7F3E;
    border-color: #296A29;
    font-size: 16px;
}

button#btnFecharPopup:hover {
    background-color: #9D4444;
    border-color: #843939;
}
button#btnFecharPopup {
    position: absolute;
    top: 260px;
    left: 260px;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #7F583E;
    border-color: #6A2929;
    font-size: 16px;
}