/* 
    Created on : 26 de fev. de 2025, 18:26:15
    Author     : eliasdaniel
*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 100;
}
.col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#body {
    background-color: #000;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    padding: 10px;
}
#background {
    position: fixed;
}
#logo_verbo {
    width: 7%;
    padding-bottom: 10%;
}
#logo_umatodefe {
    width: 50%;
    padding: 0 0 40px 0;
}
.aparecer {
    animation: aparecer 5s;
}
@keyframes aparecer {
    10%{
        opacity: 0%;
        /*width: 0%;*/
    }
    100%{
        opacity: 100%;
        /*width: 50%;*/
    }
}
#logo_zonanorterecife {
    width: 100px;
    position: absolute;
    bottom: 50px;
}
#chavepix{
    color: #000;
    font-family: sans-serif;
    font-size: 25pt;
    font-weight: bold;
    
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    /*margin-top: 30px;*/
}
#copiarPIX {
    background: rgb(255,238,152);
    background: radial-gradient(circle, rgba(255,238,152,1) 0%, rgba(198,129,0,1) 100%);
    font-family: sans-serif;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: -9px;
    margin-left: 24px;
    z-index: 2;
    cursor: pointer;
}

/* BOTAO */
img.sucess {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    margin: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    margin-top: -25px;
}
/*#boxCopiarPIX.minimizar {
    animation
    -webkit-animation: extend 1s ease-in-out;
    -ms-animation: extend 1s ease-in-out;
    animation: extend 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
     Chrome, Safari, Opera 
    animation-fill-mode: forwards;
}*/
#boxCopiarPIX.minimizar > .bt {
    /*animation*/
    -webkit-animation: disappear 1s ease-in-out;
    -ms-animation: disappear 1s ease-in-out;
    animation: disappear 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
#boxCopiarPIX.minimizar > .sucess {
    /*animation*/
    -webkit-animation: appear 1s ease-in-out;
    -ms-animation: appear 1s ease-in-out;
    animation: appear 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@-webkit-keyframes extend {
    0% {
        width: 600px;
        height: 200px;
        border-radius: 100px;
    }
    10% {
        width: 610px;
        height: 210px;
        background: #fff;
        margin-left: - 5px;
        margin-top: - 5px;
    }
    20% {
        width: 600px;
        height: 200px;
        background: #6fb07f;
        margin-left: 0px;
        margin-top: 0px;
    }
    100% {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        margin-left: 190px;
        background: #6fb07f;
    }
}
@keyframes extend {
    0% {
        width: 600px;
        height: 200px;
        border-radius: 100px;
    }
    10% {
        width: 610px;
        height: 210px;
        background: #fff;
        margin-left: - 5px;
        margin-top: - 5px;
    }
    20% {
        width: 600px;
        height: 200px;
        background: #6fb07f;
        margin-left: 0px;
        margin-top: 0px;
    }
    100% {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        margin-left: 190px;
        background: #6fb07f;
    }
}
@-webkit-keyframes disappear {
    0% {
        opacity: 1;
    }
    5% {
        color: #fff;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes disappear {
    0% {
        opacity: 1;
    }
    5% {
        color: #fff;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes appear {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes appear {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* formulario */
.card {
    width: 80%;
    z-index: 100;
    /* border: 1px solid #000; */
    border-radius: 20px;
    padding: 15px;
    margin: 20px;
    box-shadow: 1px 1px 7px 0px #ccc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    font-family: sans-serif;
}

.t1 {
    font-size: 15pt;
    color: #fff;
    font-weight: bold;
}

.t2 {
    font-size: 10pt;
    color: #555;
}

.t3 {
    font-size: 10pt;
    color: #555;
    font-weight: 700;
}

.box_input {
    border: 1px solid #999;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon {
    padding: 0 10px;
    color: #2af0f7;
}

.input {
    width: 85%;
    border: none;
    font-size: 12pt;
    background-color: transparent;
    color: #fff;
}
.input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #fff;
  }

.label {
    font-size: 12pt;
    color: #177376;
}

.col {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.bt {
    background-color: #177376;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
}

.bt:active {
    background-color: #ddd;
    color: #177376;
}

.siga {
    color: #177376;
}

.row_left {
    display: flex;
    align-items: start;
    gap: 15px;
}

.link {
    font-weight: bold;
    color: #177376;
    text-decoration: none;
}

#card2,
#card_load {
    display: none;
    color: #fff;
}
.msg_erro {
    color: red;
}
/* loader */
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #ddd;
    border-bottom-color: #176162;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.box_geral{
    display: flex;
    flex-direction: row;
}
@media (width < 400px) {
    #copiarPIX {
        font-size: 15pt !important;
    }
    #chavepix {
        font-size: 15pt !important;
    }
    .box_geral{
        display: flex;
        flex-direction: column;
    }
}