*{
  font-family: "Roboto", sans-serif;
  margin: 0;

}



::placeholder{
  opacity: 0.5;
  align-items: center;
  display: flex;
}

/* custom */
.fundo {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("img/fundo-index.jpg"); /* BAIXAR OPACIDADE DA IMAGEM */
  background-size: cover;
}

.navbar-prime{
  width: 100%;
  height: 8rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

img{
  align-items: center;
  justify-content: center;
  width: 15rem;
}

.card-prime{
  margin-bottom: 4rem;
  background: #F8F8F8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  padding: 2rem;
}


.title-tracking{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #AE2F27;
}

.checkbox-tracking{
  padding: 1.5rem;
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}



input[type="checkbox"]{
  border: 16px;
}

.itens-prime{
  align-items: flex-start;
  display: flex;
  padding: 1rem;
  text-align: left;
}

.itens-prime p{
  font-weight: 700;
  font-size: large;
}

.itens-prime-header{
  align-items: flex-start;
  display: flex;
  padding: 0.25rem;
  text-align: left;
}

.discount{
  margin-left: 1rem;
  padding: 0.15rem;
  background-color: rgb(233, 236, 51);
}


.itens-prime-header p{
  font-weight: 700;
  font-size: large;
}

.itens-prime-index2 b{
  font-weight: 700;
  font-size: large;
  justify-content: center;
  text-align: left;
  width: 18px;
  padding: 1rem;
}

.itens-prime-idx{
  align-items: flex-start;
  display: flex;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
  font-size: large;
  justify-content: center;
  text-align: left; 
}

.itens-prime-idx p{
  font-weight: 700;
  font-size: large;
  justify-content: center;
  text-align: left;
}


.text-prime-itens p{
  margin-top: 0.5rem;
}

.itens-prime img{
  width: 2rem;
  margin: 0;
  margin-right: 1rem;
}

.title-prime-card{
  color: #FF000A;
  font-weight: 300;
  position: relative;
  bottom: 3.75rem;
  letter-spacing: 2px;
}

.btn-prime-itens{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-prime-itens > a {
  width: 100%;
  margin: 5%;
  background-color: #0F2649;
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 10px 0px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 2px;
}

label{
  font-weight: 700;
  font-size: large;
  margin: 0;
}

.btn-prime{
  width: 70%;
  border: 0;
  height: 2.5rem;
  background-color: #0F2649;
  color: #FFF;
  border-radius: 8px;
  font-size: large;
  font-weight: 700;
  letter-spacing: 1px;
}


.avatar {
  margin-top: 90px;
  margin-bottom: 20px;
}

.logo-prime {
  margin-top: 50px;
  margin-bottom: 50px;
}

.title-prime{
  color: #AE2F27;
  font-size: 40px;
  margin-top: 3rem;
  font-weight: 300;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 1rem;
}

h2
{
  font-weight: 700; 
}

.beneficios {
  font-size: 1.5em;
}

.sub-titulo {
  color: #fff;
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 6px;
}

/* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
.input-text-prime input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
  background-color: #AE2F27;
  color: white;
}

/* input-text-prime input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
  background-color: #AE2F27;
  color: white;
}

input[type=text]::placeholder{
  color: #F8F8F8;
}

input[type=email]::placeholder{
  color: #F8F8F8;
} */

select{
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 1rem;
  color: white;
  background-color: #AE2F27;
}

select:disabled{
  opacity: 1.5;
}

select option[value=""][disabled] .nothing-prime{
  opacity: 0.5;
  display: none;
}



.bg-select {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*
 Mark input boxes that gets an error on validation: 
input.invalid {
  background-color: #ffdddd;
}

 Hide all steps by default: 
.tab {
  display: none;
}

Make circles that indicate the steps of the form:
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

Mark the active step:
.step.active {
  opacity: 1;
}

Mark the steps that are finished and valid:
.step.finish {
  background-color: green;
}
*/

/* Abaixo é as styles do inicial */
.main-card{
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.select-card{
  width: 18rem;
  height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #AE2F27;
  padding: 1rem 1rem;
  border-radius: 16px;
  background-color: #AE2F27;
  box-shadow: 0px 0px 20px #AE2F27;
}

.select-card img{
  width: 16rem;
}

.select-card a{
  color: #FFF;
}

.up-card{
  margin-bottom: 2.5rem;
}

.main-card a{
  text-decoration: none;
  font-weight: bold;
}

.main-card h3{
  font-family: "Anton", sans-serif;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.button-back{
  align-items: center;
  justify-content: center;
  display: flex;
}

.button-back a{
  width: 70%;
  text-align: center;
  display: block;
  text-decoration: none;
  justify-content: center;
  overflow: hidden;
  padding: 14px 0px;
  font-size: 12px;
  border: none;
  border-radius: 8px;
  outline: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  color: white;
  background-color: #0F2649;
  cursor: pointer;
}


@media (min-width: 800px) and (max-width: 1280px){
  
  .up-card{
    margin-bottom: 8rem;
  }

  .select-card{
    width: 22rem;
    height: 20rem;
  }

  .select-card img{
    width: 20rem;
  }

  .select-card a{
    font-size: 20px;
  }

}