@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700&display=swap');

html {
    height: 100%;
}

body {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(245, 245, 245, .3)), url("img/bg_teste_visao.png") no-repeat;
    background-size: cover;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    touch-action: manipulation; /* Desativa o zoom em dispositivos móveis */
    zoom: reset; /* Reseta o zoom para 1x */

}

h1, h3 {
    font-family: "Noto Sans", serif;
}

h1 {
    font-weight: 400;
    padding-top: 0;
    margin-top: 0;
}

p{
    font-family: "Noto Sans", serif;
    font-weight: bold;
    color: #973DF2;
    font-size: 14pt;
}

#logo {
    width: 200px;
}

#svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 40px auto 20px;
    display: block;
}

#svg_form_time circle, #svg_form_time rect {
    fill: white;
}

.button {
    background-color: #973DF2;
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.disabled {
    display: none;
}

section {
    padding: 30px;
    max-width: 800px;
    min-height: 300px;
    margin: 30px auto;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 5px;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
}

.input {
    width: 100%;
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
}

.left-hand, .right-hand {
    transform: translateX(-50px) translateY(-50px) scale(1.5);
    animation: moveRightAndLeft 3s ease infinite;
}

@keyframes moveRightAndLeft {
    0%, 100% {
        transform: translateX(-50px) translateY(-50px) scale(2);
    }
    50% {
        transform: translateX(-100px);
    }
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-top, .btn-botton {
    display: flex;
    justify-content: center;
}

.image-container {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.btn-arrow {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #973DF2;
    color: #ffffff;
    font-size: 40px;
}


.E, .EE, .C, .CE {
    font-size: 100.8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-color: #ffffff;
}

.simbolo, .simboloC .C {
    transform: rotate(0deg) translateY(-50%) scale(1); /* Inicialmente sem redução de tamanho */

}

.svg-container {
    margin: 0;
}

.selecionado {
    background-color: #973DF2;
    color: white;
}

.btn-outline-danger:hover {
    border-color: #973DF2;
}

.icon-3x {
    font-size: 30em; /* Ajuste o tamanho aqui como desejado */
}
#container {
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#container figcaption {
    position: absolute;
    top: 40%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 50px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

#container img{
    width: 100%;
    height: 240px;
    margin: 0 auto;
    margin-right: 50px;
}

.custom-color {
    border-color: #973DF2;
    color: #973DF2;
}

.custom-color:hover {
    background-color: #973DF2;
    color: white;
}


.next-button{
 border-color: #973DF2;
}

.next-button:hover{
    border-color: #973DF2;
    color: #973DF2;
    background-color: #ffffff;
}

.yes-or-no-button{
    border-color: #973DF2;
    color: #973DF2;
}

.yes-or-no-button:hover{
    border-color: #973DF2;
    color: #ffffff;
    background-color: #973DF2;
}
.yes-or-no-button:active,
.next-button:active{
    border-color: #973DF2!important;
    color: #ffffff!important;
    background-color: #ffffff!important;
}
.yes-or-no-button:focus,
.next-button:focus{
    border-color: #973DF2!important;
    color: #ffffff!important;
    background-color: #973DF2!important;
}

