
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;   
    color: white;
}

body {
    background: url('img/bg.jpg') no-repeat center center fixed; 
    background-size: cover;
}

#mailform {
    background-color: #3f3c3c;
    border: none;
    box-shadow: none;
    color: white;
    width: 100%;
}

#mailform:active {
    background-color: #3f3c3c;
    border: none;
    box-shadow: none;
    color: white;
    width: 100%;
}
#mailform:hover {
    background-color: #3f3c3c;
    border: none;
    box-shadow: none;
    color: white;
    width: 100%;
}

.bar {
    background-color: #e0e0e0; 
    border-radius: 5px; 
    overflow: hidden; 
    width: 75%;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Faz o body ocupar a altura total da janela do navegador */
    margin: 0; /* Remove as margens padrão do navegador */
  }

.bar > div {
    height: 7px;
    
    background-color: #007bff; 
    width: 0%; 
    transition: width 0.5s ease-in-out; 
}

.buttons {
    margin-top: auto; 
    text-align: center;
}

header {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    background: rgba(70, 70, 70, 0.7); 
    padding: 65px;
    padding-top: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: auto; 
    text-align: left;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    border: 1px solid #ffffff;
}

#startButton {
    background-color: #2a93d9;
    border: none;
    padding: 22px 30px;
    margin-top: 35px;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 33px;
    color: white;
    text-transform: uppercase; 
    font-weight: bold; 
    outline: none; 
    display: block; 
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease;
}

#startButton:hover {
    transform: scale(1.1);
}


header {
    padding: 40px 0;
}


.question-header > p {
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.question-header > h2 {
    color: white;
}

.option {
    display: block;
    margin: 20px 0;
    background: #3f3c3c;
    padding: 10px;
    border-radius: 5px;
    border: 0.3px solid #c9c9c9;
    border-radius: 15px;
}

.option input[type="radio"] {
    margin-right: 10px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2a93d9; /* Cor de fundo verde */
    color: #ffffff; /* Texto branco */
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px; /* Espaço acima do botão */
    text-align: center;
  }
  
  .cta-button:hover {
    background-color: #2a93d9; /* Cor mais escura no hover */
    color: #ffffff;
    text-decoration: none;
  }
  

.buttons {
    margin-top: auto; 
    text-align: center;
    /* padding-top: 600px; */
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}

.previous {
    background-color: transparent;
    border: 1px solid #007bff;
    color: #007bff;
    transition: transform 0.1s ease, opacity 0.2s ease;
}

.next {
    background-color: #007bff;
    color: white;
    transition: transform 0.1s ease, opacity 0.2s ease; 
}

.previous:hover {
    color: #007bff;
    opacity: 0.9;
    transform: scale(1.05);
}

.next:hover {
    color: white;
    opacity: 0.9;
    transform: scale(1.05);
}

.decorative-line-container {
    text-align: center;
    margin:  0px  0px 15px 0px;
    
    position: relative;
}
 
.decorative-line {
    display: inline-block;
    width: 100%; 
    height: 1px;
    background: rgb(0, 195, 255);
    position: relative;
}

.progress-bar-container {
    display: flex;
    width: 100%;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    width: 500px; 
    position: absolute; 
    top: 12.2%;
    border-bottom: none;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    background:rgba(70, 70, 70, 0.7); 
  }
  
.progress{
    height: 8px;
    width: 50%;
    background-color:  rgb(0, 95, 123);
}

.place {
    border: 1px solid #000; 
    padding: 5px;
    width: 200px;
}

.highlight {
    color: #ffcc00; 
}

.logo {
    display: flex;
  justify-content: center;
  align-items: center;
}
.logodiv {
    display: flex;
  justify-content: center;
  align-items: center;
}

  .card {
    /* width: 40rem;
    margin: auto; */
    background: rgba(94, 94, 94, 0.7);
    border: 1px solid #ffffff;
    border-radius: 20px;
  }

  #startScreen {
    margin-top: 2vh;
  }

  .container {
    margin-top: 2vh;
  }

  @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 700px;
    }
  }

  .option input[type="radio"] {
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: background 0.3s ease;
    vertical-align: middle;
}

.option input[type="radio"]:checked {
    background: #007bff;
}

.option label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
    color: white;
}

.option:hover {
    background: #555;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}



.logodiv img {
    width: 100px; 
}