#input-file{
    display: none
}

.fundo-inicial {
    background-image: url('https://amee.com.br/wp-content/uploads/2023/07/Newsletter-sobreposicao.jpg');
}

.input-wrapper label {
    background-color: #00e7ff;
    border-radius: 5px;
    color: #000;
    padding: 8px 40px;
    width: 100%;
    text-align: center;
}

.input-wrapper label:hover {
    background-color: #2980b9
}

.texto-azul {
    color: #00e7ff !important;
}

.select2-selection {
    height: 40px !important;
    border-color: #00e7ff;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.box {
    border-top: 8px solid #00e7ff;
    border-radius: 20px;
    padding: 40px;
    -webkit-box-shadow: 10px 10px 8px -7px rgba(191, 191, 191, 1);
    -moz-box-shadow: 10px 10px 8px -7px rgba(191, 191, 191, 1);
    box-shadow: 10px 10px 8px -7px rgba(191, 191, 191, 1);
    text-align: center;
}

.valor {
    font-size: 40px;
    ;
    font-weight: bold;
}

.loading {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Branco com 50% de opacidade */
    text-align: center;
    display: none;
    transition: opacity 2s ease;
}

.loading .center {
    width: 500px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.loading div {
    background-color: #fefcfe;
    width: 500px;
    padding: 20px 0;
    border-radius: 20px;

}

.loading .center img {
    width: 500px;
}


.error {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Branco com 50% de opacidade */
    text-align: center;
    transition: opacity 2s ease;
    display: none;
}

.error .center {
    width: 500px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.error label {
    color:#999;
    text-align: left;
    width: 100%;
    margin: 0;;
}

.text-fade {
    opacity: 0;
    transition: opacity 2s; /* Duração do fade in e fade out */
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  
  .container-active {
    opacity: 1;
  }
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


@media (max-width: 600px) {

    .loading .center {
        width: 300px;

        position: relative;
        top: 50%;
        left: 50%;
        ;
        transform: translateY(-50%) translateX(-50%);
        background-color: #fefcfe;
    }

    .loading .center div {
        background-color: #fefcfe;
        width: 300px;

    }

    .loading .center img {
        width: 300px;
    }


    .titulo-form {
        font-size: 20px !important;
        padding: 10px;
        margin: 0;
    }

    .site-tagline {
        font-size: 16px !important;
        text-align: center;
        padding: 0 20px;
    }

    .caixa {
        width: 80% !important;
        margin: 0 auto !important;
    }

    .box {
        padding: 20px;
    }

    .titulo-form-campos {
        padding: 20px 0 0 0;
        font-size: 20px;
        margin: 0;
        width: 80%;
        margin: 0 auto;
    }

    label {
        text-align: left;
        width: 100%;
    }

    .carousel-cell {
        width: 300px !important;
    }

}

.key { color: navy; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }