﻿
.internal-popup {
    font-family: 'Lato', Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 99999;
}

.internal-popup .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #000;
    transition: all .5s ease,transform .5s ease;
    opacity: 0.5;
}

.internal-popup-scroller {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: auto;
    z-index: 2;
}

.internal-popup .fecha_btn {
    background-position: -260px -38px;
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px;
    z-index: 200;
}


.internal-popup-body {
    max-width: 961px;
    width: 95%;
    border-radius: 4px;
    background-color: #F5F5F5;
    margin: 50px auto;
    /*
        transform: translate(-50%, 0);
    top: 245px;*/
    z-index: 3;
}

.internal-popup-body.centered {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
}

.internal-popup-body .btnclose {
}


.internal-popup-body .titulo {
    color: #444444;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 42px;
    font-weight: 400;
}

.internal-popup-body .conteudo {
    color: #444444;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
}

.internal-popup-body .conteudo a {
    font-weight: 500;
    color: #EBC740;
}

.internal-popup-body .button-holder {
    margin-top: 70px;
    padding-bottom: 45px;
    text-align: center;
}

.internal-popup-body .button {
    height: 53px;
    line-height: 42px;
    padding: 0 40px;
    background-color: #EBC740;
    text-align: center;
    margin: 10px 6px;
    display: inline-block;
    border: 0;
    border-radius: 5px;
    color: #454545;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    border: 4px #EBC740 solid;
}

.internal-popup-body .button.alternative {
    background-color: #fff;
    color: #454545;
}

.internal-popup-body .button:hover {
    background-color: #EBC740;
}

.internal-popup-body .button.alternative:hover {
    background-color: #fefefe;
}
