@import url("../fonts/Poppins.css");

@import url("../bootstrap/css/bootstrap.min.css");

@import url("../font-awesome/css/font-awesome.min.css");

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}


#app {
  font-family: "Poppins" !important;
  

}

.sa-custom{
  width: 20vw !important;
  height: 20vh !important;
}

.sa-confirm-button-container{
  float:none !important;
}


h1 {
  margin-top: 100px;
  font-size: 38px;
  font-weight: 100;
  color: #888585;
  line-height: 50px;
  text-align: center;
}

/***** Top content *****/
.f2 {
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
}

.f2 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.f2-steps {
  overflow: hidden;
  position: relative;
  margin: 20px 0px;
  text-align: center;
}



.f2-progress {
  position: absolute;
  top: 30px;
  left: 120px;
  width: 75%;
  height: 1px;
  background: #ddd;
}

.f2-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #fac459;
}

.f2-step {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 5px;
}

.f2-step-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  border-radius: 50%;
}

.f2-step.activated .f2-step-icon {
  background: #fff;
  border: 1px solid #fac459;
  color: #fac459;
  line-height: 38px;
}

.f2-step.active .f2-step-icon {
  width: 55px;
  height: 55px;
  margin-top: 0;
  background: #fac459;
  font-size: 22px;
  line-height: 60px;
}

.f2-step p {
  color: #ccc;
}

.f2-step.activated p {
  color: #fac459;
}

.f2-step.active p {
  color: #fac459;
}

.f2 fieldset {
  display: none;
  text-align: left;
}

.f2-buttons {
  text-align: right;
}

.f2 .input-error {
  border-color: #f35b3f;
}

fieldset {
  min-width: 0;
  padding: 33px 100px;
  margin: 0;
  border: 0;
}
/*# sourceMappingURL=nuevo_28092020.css.map */
/*************cuerpo********************/


#fieldset_paso3 {
  
  text-align: center;

}


#show-me-two_2 select, #show-me-two_2 input , #show-me-two_2 button {
  border: 1px solid  #fac459;
  height: 41px;
  font-size: 20px;
  font-family: Poppins;
  color: #b4b4b4;
}
#quien_recibe select, #quien_recibe input , #quien_recibe button {
  border: 1px solid  #fac459;
  font-size: 20px;
  font-family: Poppins;
  color: #b4b4b4;
}
#quien_recibe  button {
   height: 41px;
}

.form-style select, .form-style input, .form-style button{
    border: 1px solid  #fac459;
    font-size: 18px;
    font-family: Poppins;
    color: #b4b4b4;
    height: 40px;
}

#fieldset_paso1 select, #fieldset_paso1 input , #fieldset_paso1 button {
  border: 1px solid  #fac459;
  font-size: 20px;
  font-family: Poppins;
  color: #b4b4b4;
}
#fieldset_paso1  button {
   height: 44px;
}

#show-me-two select, #show-me-two input , #show-me-two button {
  border: 1px solid  #fac459;
  height: 50px;
  font-size: 20px;
  font-family: Poppins;
  color: #b4b4b4;
}

#show-me select, #show-me input , #show-me button {
  border: 1px solid  #fac459;
  height: 50px;
  font-size: 20px;
  font-family: Poppins;
  color: #b4b4b4;
}

#blueTable {
  border: 3px solid #fac459;
  width: 100%;
  

  text-align: center;
                    border-spacing: 10;
                   
                    border-radius:10px;
                    -moz-border-radius:10px;
                    -webkit-border-radius: 5px; 


}
#blueTable td, #blueTable th {
  padding: 3px 10px;
 
}
#blueTable tbody td {
  font-size: 12px;
  color: #969494;
  border-left: 2px solid #fac459;
}
#blueTable tbody td:first-child{
    border-left: none;    
}
#blueTable thead {
    border-bottom: 2px solid #fac459;
}
#blueTable thead th {
  font-size: 12px;
  font-weight: bold;
  color: #969494;
  text-align: left;
  border-left: 2px solid #fac459;
  border-bottom: 2px solid #fac459;
}
#blueTable thead th:first-child {
  border-left: none;
}

.pointer {cursor: pointer;}

.dropdown-menu .bs-searchbox input.form-control{
  height:35px !important;
}

.table-promo tr th{
  font-size: 12px;
  text-align: center !important;
  vertical-align: center !important;
}

.table-promo tr td li{
  font-size: 12px;
  text-align: left;
}

.table-promo tr td .informacion{
  font-size: 11px;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}
