* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

html,
body {
    height: 100%;
    margin: 0px;
    background-color: black;
}

img {
    max-width: 100%;
    display: inline-block;
}

h1,
.am {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: white;
    margin: 0px 0px 10px 0px;
}

img {
    border: 0;
}

input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

.stamp-header {
    width: 100%;
    padding: 15px;
    background-color: #00ff00;
    color: #000;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.stamp-header:hover {
    background-color: #00e600;
}

.trava {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1200px;
}

.principal {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.w_bg {
    width: 100%;
    height: auto;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../images/bg.jpg); */
    padding-top: 30px;
}

.colunas {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.coluna {
    width: 50%;
    position: relative;
}

.coluna.um {
    padding-top: 50px;
    padding-top: 0px;
    width: 45%;
    padding-bottom: 50px;
}

.coluna.dois {
    width: 55%;
    display: flex;
    align-items: flex-start;
    /* justify-content: flex-end; */
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    z-index: 10;
    padding-top: 50px;
}

.w_fume {
    background-color: #0000009d;
    /* backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); */
    border-radius: 20px 20px 20px 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    color: white;
    padding: 10px 20px;
    /* padding: 20px 20px; */
    /* padding: 30px 100px 30px 30px; */
}

.w_form {
    width: 100%;
    height: auto;
}

input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #ffffff44;
    color: white;
    padding: 2px 15px;
    font-size: 17px;
    font-weight: bold;
    border: 0px;
}

select {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #ffffff;
    color: black;
    padding: 2px 15px;
    font-size: 17px;
    font-weight: bold;
    border: 0px;
    outline: 0px;
}

input::placeholder {
    font-weight: bold;
    color: white;
    font-size: 15px;
}

.txt1 {
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.txt2 {
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.txt3 {
    color: white;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.txt4 {
    color: white;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.img_dele {
    /* margin-left: -80px; */
}

.poppins-bold {
    font-family: "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-regular {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rodape {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: auto;
    background-color: black;
    padding: 60px 20px;
}

.rodape a {
    color: white;
    text-decoration: none;
    text-align: center;
}

.rodape p {
    color: white;
    text-align: center;
    max-width: 800px;
}

.meuflex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.limpa {
    width: 100%;
    clear: both;
    height: 1px;
    margin-bottom: 30px;
}

.tag {
    /* display: block; */
    margin: 0px auto;
    max-width: 170px;
    margin-bottom: 10px;
}

.enviando{
        font-weight: 800;
        font-size: 20px;
        text-align: center;
}

.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

.w_aviso{
    padding: 30px;
    background-color: #515151a3;
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: none;
}

@media (max-width: 1000px) {
    .coluna.um {
        width: 100%;
    }

    .coluna.dois {
        width: 100%;
    }

    .w_fume {
        padding: 30px;
    }

    .w_bg {
        padding: 20px;
    }

    .coluna.dois {
        align-items: center;
    }
}

@media (max-width: 767px) {
    label{
        font-size: 14px;
    }

    .tag{
        height: 20px;
        margin-bottom: 2px;
    }
    .limpa {
        margin-bottom: 10px;
    }

    ._form_97 .stamp-header {
        font-size: 16px;
        padding: 12px;
    }

    h1,
    .am {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .h2{
        margin-top: 0px;
        font-size: 14px;
        line-height: 16px;
    }

    .coluna.um {
        padding-top: 0px;
    }

    .w_bg {
        /* padding: 79px 10px 10px 10px; */
        padding: 5px 10px 80px 10px;
        /* background-image: url(../images/bg-mob.jpg); */
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .meuflex {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .txt1 {
        margin-top: 0px;
    }

    .w_fume {
        padding: 10px 2px 10px 2px;
        background-color: inherit;
    }

    .txt2 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

    .txt4 {
        font-size: 12px;
        line-height: 20px;
    }

    .rodape p,
    .rodape a {
        font-size: 14px;
        line-height: 120%;
    }
}

.am {
    color: #ffa100;
}