body{
  background-color: rgb(240, 240, 240);
}

/* Caixa do layout da pagina */
#meio {
  width:50%;
  background-color:white;
  position: absolute;
  margin-left: 25%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 10px;
  padding-bottom: 30px;
  font-family: 'Quicksand', sans-serif;
  box-shadow: 1px 5px 26px -12px rgba(0,0,0,0.35);
}
@media (max-width: 750px) { 
  #meio {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding-bottom: 15px;
    box-shadow: none;
  }
}

#titulo{
  width: 100%;
  height: 10px;
  margin-top: 15px;
}

/* formtações do STEPS */
.master-wrapper {
  width: 100%;
  height: 10%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 10px;
}
.circle-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.circle-wrapper:before,
.circle-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  background-color:rgb(201, 201, 201);
  height: 1px;
  width: 100%;
}
.circle-wrapper:before {
  left: 0;
}
.circle-wrapper:after {
  right: 0;
}
.circle-ativo{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color:dodgerblue;
  color: white;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 600;
}
.circle{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  color:black;
  border: 1px solid rgb(201, 201, 201);
  z-index: 1;
  text-align: center;
  line-height: 23px;
}

.logo-zurich{
  display: block;
  margin: auto;
  width: 200px;
}
@media (max-width: 750px) { 
  .logo-zurich{
    width: 150px;
    margin-bottom: 10px;
  }
}
.descricao{
  margin-top: 15px;
  font-size: 20px;
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 750px) { 
  .descricao{
    font-size: 19px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.contratos{
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 15px;
}
@media (max-width: 750px) { 
  .contratos{
    padding-left: 3%;
    padding-right: 5%;
  }
}

.contrato{
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.nome-contrato{
  font-weight: 900;
  font-size: larger;
  cursor: pointer;
  margin-bottom: 2;
}

.separa-contrato{
  margin-top: 5px;
  margin-bottom: 5px;
}

.valor-contrato{
  font-size: 15px;
  float: right;
  position: relative;
  margin-top: 5px;
  font-weight: bolder;
}

.alinha-btao-baixo{
  width: 100%;  
}

.btao-baixo{
  width: 15px;
  display: block;
  margin: auto;
  cursor: pointer;
  transition: transform .3s ease;
}

.btao-cima{
  width: 15px;
  display: block;
  margin: auto;
  cursor: pointer;
  transition: transform .3s ease;
	transform: rotate(180deg);
}

.info-contrato{
  margin-bottom: 8px;
}
@media (max-width: 325px) { 
  .card-info-contrato{
    padding-left: 5px;
    padding-right: 5px;
  }
}

.especifica-contrato{
  margin-top: 0;
  margin-bottom: 0;
}

.title-esp-contrat{
  font-weight: 600;
}

.titulo-proposta{
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 750px) { 
  .titulo-proposta{
    font-size: 19px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.propostas{
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 750px) { 
  .propostas{
    padding-left: 3%;
    padding-right: 5%;
  }
}

.proposta-avista{
  line-height: initial;
}

.div-valor-avista{
  display: grid;
}

.descricao-avista{
  font-size: 18px;
  display: inline-block;
}

.radio-avista{
  margin-top: 2px;
}

.descricao-avista-boleto{
  display: grid;
  font-size: 16px;
}


.simbol-monetario{
  font-weight: 600;
  font-size: 15px;
}

.valor-proposta{
  font-weight: 600;
  font-size: 20px;
}

.desconto-avista{
  margin-top: 20px;
  float: right;
  border-radius: 5px;
  background-color: firebrick;
  color: white;
  font-weight: 600;
  padding: 5px;
  font-size: 15px;
  line-height: inherit;
  display: grid;
}



.juros-parcela{
  float: right;
  display: grid;
  margin: 0 auto;
}

.alinha-desc-juros{
   padding-left: 15%;
}
@media (max-width: 1000px) { 
  .alinha-desc-juros{
    padding-left: 3%;
  }
}

@media (min-width: 1400px) { 
  .alinha-desc-juros{
    padding-left: 20%;
  }
}

@media (min-width: 1700px) { 
  .alinha-desc-juros{
    padding-left: 30%;
  }
}

.alinha-btao-submit{
  display: block;
  margin: auto;
  margin-top: 25px;
  background: #a64bf4;
  background: -webkit-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(255,69,0,1) 100%);
  background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(255,69,0,1) 100%);
  color: white;
  font-weight: 500;
  font-size: 18px;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: none;
  border-radius: 50px;
}

#preload {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('../imgs/loading.gif');
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
};
