body{
  background-color: rgb(240, 240, 240);
}
@media (max-width: 750px) { 
  body {
    background-color: white;
  }
}

/* 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;
  }
}

/* ESTILOS DOS INPUTS */
:focus{outline: none;}

:focus{outline: none;}

.effect-1, 
.effect-2, 
.effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(255,69,0,1) 100%);; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

.effect-2 ~ .focus-border{position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(255,69,0,1) 100%);; transition: 0.4s;}
.effect-2:focus ~ .focus-border{width: 100%; transition: 0.4s; left: 0;}

.effect-3 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; z-index: 99;}
.effect-3 ~ .focus-border:before, 
.effect-3 ~ .focus-border:after{content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 100%; background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(255,69,0,1) 100%);; transition: 0.4s;}
.effect-3 ~ .focus-border:after{left: auto; right: 0;}
.effect-3:focus ~ .focus-border:before, 
.effect-3:focus ~ .focus-border:after{width: 50%; transition: 0.4s;}

#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;
}

/* VALORES DO CONTRATO ESCOLHIDO */

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

.descricao{
  font-size: 20px;
  margin: 0 auto;
}
@media (max-width: 750px) { 
  .descricao{
    font-size: 19px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.desconto{
  border-radius: 5px;
  background-color: firebrick;
  color: white;
  font-weight: 600;
  padding: 2px;
  font-size: 17px;
  line-height: inherit;
  display: grid;
  margin: 0 auto;
  width: 150px;
}

.link-alterar{
  width:50%;
  position: relative;
  display: grid;
  margin: auto;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

/* CALENDARIO */
.titulo-calender{
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
}

.calendario{
  display: block;
  margin: 0 auto;
  width: 280px;
}

/* FORMA DE ENVIO DO BOLETO */
.titulo-recebimento{
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 45px;
  font-family: 'Roboto', sans-serif;
}

.organiza-logos{
  height: 50px;
  width: 250px;
  z-index: 15;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media (max-width: 750px) { 
  .organiza-logos{
    padding-left: 2%;
    padding-right: 5%;
  }
}

#whatslogo {
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #45c655;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  margin-left: 40%;
  padding: 10px;
}

#emaillogo {
  float: right;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: rgb(236, 67, 67);
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  margin-left: 10%;
  padding: 10px;
}

.alinha-campos{
  padding-left: 20%;
  padding-right: 20%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
@media (max-width: 750px) { 
  .alinha-campos{
    padding-left: 5%;
    padding-right: 5%;
  }
}

.alinha-btao-submit{
  display: block;
  margin: auto;
  margin-top: 10px;
  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: 5px;
  padding-bottom: 5px;
  border: none;
  border-radius: 50px;
}

.alinha-telefone{
  margin-left: 20%;
  position: relative;
  width: 60%; 
  text-align: center;
}
@media (max-width: 750px) { 
  .alinha-telefone{
    margin-left: 7%;
    margin-right: 7%;
    width: 85%;
  }
}

.telefone{
  font-family: 'Noto Sans', sans-serif;
  color: #333; 
  width: 100%; 
  box-sizing: border-box;
  text-align: center;
}

.titulo-telefone{
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

/* CONTRA-PROPOSTA */

.label1-contraproposta{
  font-size: 22px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: 'Roboto', sans-serif;
}

.valor-contraproposta{
  font-family: 'Heebo', sans-serif;
  font-size: 17px;
  color: #333; 
  width: 100%; 
  box-sizing: border-box;
  text-align: center;
}