.arrow-slide {
  display: none !important;
}
.popover {
  left: 40% !important;
}
.btn {
  margin: 1%;
  width: 48%;
}
.btn-ant {
  background: white !important;
  color: #3490dc !important;
}
.modal-body {
  color: #212529 !important;
}
span.circle {
  background: #ffd701;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  line-height: 5em;
  margin-right: 15px;
  text-align: center;
  width: 5em;
  font-size: 20px;
  margin-bottom: 30px;
}
span#p1-valor {
  float: right;
  font-size: 22px;
  color: #3490dc;
  font-weight: bold;
}
.circulo {
  display: table;
  height: 200px;
  background: #ffd701;
  width: 135px;
  height: 135px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
}
.text-circulo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.est2,
.est3 {
  background: lightgray !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem !important;
  font-weight: 500;
  line-height: 1.1;
}
.precio-curso {
  font-size: 26px;
  font-weight: bold;
  color: #005ed5;
  text-align: right;
}
.precio {
  font-size: 28px;
  font-weight: bold;
  color: #2370f4;
  text-align: right;
  position: absolute;
  right: 50px;
}
.mibarra {
  height: 10px !important;
  width: 200px !important;
  text-align: center;
  vertical-align: middle;
  display: flex;
  margin: 100% -100% !important;
}
.zind2 {
  z-index: 2;
}
.mibarra_pr {
  border: none;
  background: linear-gradient(
    90deg,
    rgba(255, 215, 1, 1) 0%,
    rgba(211, 211, 211, 1) 50%
  );
}
.mibarra_ac {
  border: none;
  background: #ffd701;
}
.mibarra_in {
  border: none;
  background: #d3d3d3;
}
#resumen {
  background: #f2f2f2;
  border-radius: 15px !important;
  padding: 20px;
}
.btn-pagar {
  width: 100%;
}
#cb_chkbox {
  width: 18px !important;
  height: 18px;
  margin-top: 1px;
  position: absolute;
  margin-left: -30px;
  border: 1px solid #c3c3c3;
}
.tercond {
  margin-left: 36px;
}
#cb_valorcursof {
  font-size: 26px;
  font-weight: bold;
  color: #1378b5;
  text-align: right;
  float: right;
}
div#area_pagar {
  position: relative;
}
div#p1-4 {
  height: 60px;
}
.field_form_red {
  margin-top: 10px;
  color: #bd3d3d !important;
  border: 1px solid #bd3d3d !important;
}
input#cb_celular {
  flex: 70% !important;
  margin: 0;
}

label#cb_porcentaje_oferta {
  color: white;
  background-color: #e94949;
  border-radius: 7px;
  margin-left: 10px;
  height: 25px;
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
label#cb_valor_original {
  text-decoration: line-through;
}
div.ofertas{
    margin-left: -60px;
    margin-top: -12px;
}

@font-face{
  font-family: 'Roboto Bold';
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

label.cb{
  font-family: 'Roboto Bold', sans-serif;;
}



.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #FDD702; /* Yellow */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}
.clearfix{
    float: none;
    clear: both;
    overflow: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
