@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  padding: 0;
  margin: 0; 
  box-sizing: border-box;
  scroll-snap-type: y mandatory;  
}
*:before, :after{
  box-sizing: border-box;
}
main{
  width: 100vw;
  height: 100vh;
  scroll-snap-type: y mandatory;  
  overflow-y: hidden;
  overflow-x: hidden;
}
section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #161616;
  scroll-snap-align: start;
  height: 100vh;  
}
.caixa-content{
    width: 80%;
    margin: 60px auto;
    padding: 30px;
    background: #252525;
    border: #fff 2px solid;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h1{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  width: 80%;
}
h2{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
body main section div img.imagem-logo{
  position: fixed; 
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: 70px;
}
body main button.botao-iniciar-teste{
  margin: 50px;
  padding: 3px 30px;
  border: 2px solid rgb(250, 39, 39);
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: rgb(250, 39, 39);
  background-color: #161616;
  transition-duration: 0.1s;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-timing-function: ease-out;
}
body main button.botao-iniciar-teste:hover{
  cursor: pointer;
  margin: 50px;
  padding: 3px 30px;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgb(250, 39, 39);  
}
body main section #input-tipo-texto{
    width: 50%;
    font-family: 'Montserrat';
    color: rgb(250, 39, 39);
    padding: 0px 0px 8px;
    font-size: 24px;    
    border-radius: 3px;
    background-color: #161616;
    border: none;
    border-bottom: 1px solid rgb(250, 39, 39);
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);    
    -webkit-font-smoothing: antialiased;
    -webkit-text-fill-color:rgb(250, 39, 39);
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
    box-shadow: rgb(248 132 135 / 30%) 0px 1px;
    background-color: transparent !important;
  }
input[type="radio"]{
    display: none;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
  }
  input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
  }
  input[type="radio"]:checked::before {
    transform: scale(1);
    background-color: rgb(250, 39, 39);
  }
  #radio-form{
    display: flex;
    flex-direction: row;       
  }
  #radio-form-coluna{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #radio-form-resp{
    border: 1px solid rgb(250, 39, 39);
    margin: 0 20px;
    border-radius:4px;
  }
  label{
    font-family: 'Montserrat';
    color: rgb(250, 39, 39);
    font-size: 16px;
  }
  .botoes-bot{
    display: flex;
    margin-top: 50px;
  }
  .botao-proximo{
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  border: 2px solid rgb(250, 39, 39);
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  color: rgb(250, 39, 39);
  background-color: #161616;
  transition-duration: 0.1s;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-timing-function: ease-out;
  }
  .botao-proximo:hover{
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 10px;
    border: 2px solid rgb(250, 39, 39);
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgb(250, 39, 39);
}
/* Layout Mobile */
@media only screen and (max-width: 768px) {
  p{
    width: 80%;
  }
  body main section #input-tipo-texto{
    width: 80%;
    font-size: 24px;    
    border-radius: 3px;
    background-color: #161616;
    border: none;
    border-bottom: 1px solid rgb(250, 39, 39);
}
  body main section #input-tipo-texto:focus{
  width: 80%;
  font-size: 24px;    
  border-radius: 3px;
  background-color: #161616;  
}
}

