.popup-respondendo,
.popup-respondendo:before, 
.popup-respondendo:after, 
.popup-respondendo *, 
.popup-respondendo *:before, 
.popup-respondendo *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.popup-respondendo {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10000000;
    display: none;
}

.popup-respondendo .popup-content {
    background: #ccc;
    width: 85%;
    max-width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    overflow: hidden;
}

.popup-respondendo.open {
    display: block;
}

.popup-respondendo .popup-bg {
    background: rgb(0 0 0 / 95%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.popup-respondendo.open .popup-bg {
    animation: fade 450ms linear 1 running forwards;
}

.popup-respondendo.open .popup-content {
    animation: slide 350ms ease-out 250ms 1 running forwards;
}

.popup-respondendo .popup-close {
    background: #d0901d;
    border: none;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 19px;
    top: 22px;
    border-radius: 100%;
    transform: rotate(45deg);
    cursor: pointer;
    transition: all 250ms;
    z-index: 1000;
}

.popup-respondendo .popup-close:before {
    content: "+";
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 49px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
}

.popup-respondendo .popup-close:hover {
    transform: rotate(135deg);
    background: #b97906;
}

.popup-box {
    background: url(imagens/bg.jpg);
    background-size: 760px;
    min-height: 370px;
    background-position: center bottom 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px 87px 25px 36px;
    overflow: hidden;
    flex-direction: column;
}

.popup-box:before {
    content: "";
    position: absolute;
    width: 147px;
    height: 100%;
    background: url(imagens/mascote.png) no-repeat center;
    background-position: center bottom 16px;
    background-size: 100%;
    left: 26px;
}

.popup-box .popup-balloon {
    background: #ffffff;
    width: calc(100% - 170px);
    height: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    max-height: 479px;
}

.popup-box .popup-balloon-content {
    overflow-y: auto;
    padding: 15px 30px 20px;
    min-height: 241px;
}

.popup-box .popup-balloon:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 35px solid #ffffff;
    border-top: 28px solid transparent;
    left: -22px;
    z-index: 1;
    bottom: 212px;
}

.popup-box .popup-balloon h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 24px;
    padding-right: 40px;
    color: #1e3a5e;
}

.popup-box .popup-balloon p {
    line-height: 21px;
    margin-bottom: 30px;
}

.popup-box .popup-balloon p.obs {
    font-size: 12px;
    margin: 0 0 15px;
    color: #686868;
}

.popup-box .form-balloon {
    display: flex;
    margin: 11px 0 5px;
}

.popup-box .form-balloon input[type="text"] {
    background: #f0f0f0;
    border: 1px solid #cecece;
    border-radius: 3px;
    width: 100%;
    font-size: 15px;
    padding: 0 15px;
}

.popup-box .form-balloon button {
    border: none;
    background: #1e3a5e;
    color: #ffffff;
    height: 41px;
    width: 150px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    transition: all 250ms;
}

.popup-box .form-balloon button:hover {
    background: #0c2442;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.popup-box .popup-balloon .alert {
    color: #cc8a14;
    background: url(imagens/alert.svg) no-repeat center top;
    padding: 58px 0 0;
    background-size: 54px;
    margin: 0px 0 31px;
    position: relative;
}

.popup-box .popup-balloon .alert:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    left: 50%;
    bottom: -17px;
    z-index: 1;
    background: #ccc;
    transform: translateX(-50%);
}

.balloon-step-error {
    text-align: center;
}

.popup-box .popup-balloon .user-name {
    font-size: 15px;
    font-weight: 700;
    color: #cc8a14;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
    margin: 16px 0 10px;
}

.popup-box .popup-balloon .user-data {
    display: flex;
}

.popup-box .popup-balloon .user-data p[class^="label"] {
    font-size: 11px;
    font-weight: 700;
    color: #cc8a14;
    padding: 0 0;
    margin: 0 0 2px;
    line-height: 10px;
}

.popup-box .popup-balloon .user-data p[class^="user"] {
    font-size: 14px;
    padding: 0 0;
    margin: 0 0 10px;
}

.popup-box .popup-balloon .user-data .user-foto {
    width: 100px;
    background-size: cover;
    height: 130px;
    background-position: center top;
    margin-right: 14px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
}

.popup-box .popup-balloon .user-data .user-text {
    padding-top: 7px;
}

.popup-respondendo .load-chart {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .95);
    height: 100%;
    width: 100%;
    display: none;
}

.popup-respondendo .spinner {
    border: 7px solid #ffdfa6;
    border-top-color: #f7b134;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s cubic-bezier(.65, .05, .36, 1) infinite;
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.popup-respondendo .load-chart p {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 50%;
    top: calc(50% + 15px);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    text-align: center;
    color: #071d3a;
}

.popup-box .popup-balloon .balloon-step-1 h3 {
    margin: 10px 0;
}

.popup-box .popup-balloon .balloon-step-1 p {
    margin-bottom: 20px;
}

.popup-box .popup-balloon .call-to-action-vagas {
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
    margin: 15px 0 0;
}

.popup-box .popup-balloon .call-to-action-vagas p {
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    margin: 1px 0 14px;
}

.popup-box .popup-balloon .call-to-action-vagas a {
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    margin: 0;
    color: #1270b7;
    text-decoration: underline;
    transition: all 150ms;
}

.popup-box .popup-balloon .call-to-action-vagas a:hover {
    color: #1e3a5e;
}

.call-to-action-vagas {
    background: #1e3a5e;
    margin-bottom: 13px;
    width: calc(100% - 170px);
    border-radius: 5px;
    display: flex;
    padding: 20px 25px;
    align-items: center;
}

.call-to-action-vagas p {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.call-to-action-vagas a {
    background: #d0901d;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    width: 170px;
    text-align: center;
    height: 36px;
    padding: 8px 13px;
    font-size: 15px;
    transition: all 250ms;
}

.call-to-action-vagas a:hover {
    background: #be8113;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.banner-disque-censo {
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
    border-radius: 5px;
    max-width: 100%;
}

@keyframes fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes slide {
  from { opacity: 0; transform: translate(-50%, -70%); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}

@keyframes spin {
    to {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@media (max-width: 700px) {

    .popup-respondendo .popup-content {
        width: 90%;
    }

    .popup-respondendo .popup-close {
        right: 20px;
        top: 13px;
    }

    .popup-box {
        padding: 60px 20px 160px;
        background-position: center bottom -60px;
    }

    .popup-box .popup-balloon {
        width: 100%;
        max-height: 56vh;
    }

    .call-to-action-vagas {
        width: 100%;
        flex-direction: column;
        padding: 8px 20px 16px;
    }

    .call-to-action-vagas a {
        width: 120px;
        margin-top: 10px;
    }

    .call-to-action-vagas p {
        text-align: center;
    }

    .popup-box .popup-balloon:before {
        bottom: -28px;
        left: 129px;
        transform: rotate(180deg);
    }

    .popup-box:before {
        width: 127px;
        background-position: center bottom -89px;
        left: 24px;
        top: 0;
    }

    .popup-box .popup-balloon h3 {
        font-size: 18px;
        padding-right: 0;
        margin: 0 0 18px;
        line-height: 21px;
    }

    .popup-box .form-balloon {
        flex-direction: column;
    }

    .popup-box .form-balloon input[type="text"] {
        height: 41px;
        margin: 0 0 10px
    }

    .popup-box .form-balloon button {
        width: 100%;
        margin-left: 0;
    }

    .popup-box .popup-balloon p {
        margin: 4px 0 10px !important;
        font-size: 12px;
        line-height: 18px;
    }

    .popup-box .popup-balloon p.obs {
        font-size: 11px;
        margin: 0 0 15px;
        color: #686868;
        line-height: 15px;
    }    

    .popup-box .popup-balloon-content {
        overflow-y: auto;
        padding: 5px 20px 20px;
        height: 100%;
        min-height: auto;
    }
}