
@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proxima-nova900.woff2") format("woff2"), 
  url("/fonts/proxima-nova900.woff") format("woff"), 
  url("/fonts/proxima-nova900.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proxima-nova700.woff2") format("woff2"), 
  url("/fonts/proxima-nova700.woff") format("woff"), 
  url("/fonts/proxima-nova700.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "proxima-nova";
  src: url("/fonts/proxima-nova400.woff2") format("woff2"), 
  url("/fonts/proxima-nova400.woff") format("woff"), 
  url("/fonts/proxima-nova400.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }


body {
    font-family: 'proxima-nova' !important;
}
h6, h5, h4, h3, h2, h1 {
  font-weight: 700 !important;
}
/* custom color */

.text-color{
  color: #feca03;
}
.heading-color{
  color: #555555;
}

.big-text{

  font-size: 40px; 
  font-weight: 900 !important; 
  color: #000;
}

.bg-mega{
  background: #feca03;
}

.promo-text{
  color: #feca03; 
  font-size: 2.5rem;
}

.border-mega{

    border-top: 10px solid #F8E8BB;
    border-bottom: 10px solid #F8E8BB;
}
.bg-coins{

    background-image: url('/img/bg_coins.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-size: 10%;

  }

.bg-form-course{

  background: #fff;
}
.bg-mega-gray{
  background: #f9fafb;
}

.open-popup-item {
    text-decoration: none;
    color: #1a73e8 !important;
}
.btn--solid{
    color: #ffffff !important;
    border-color: #feca05 !important;
    border-radius: 50px !important;
    background-color: #feca05 !important;
    padding: 8px 16px !important;
    font-weight: 700 !important;
    margin-top: 10px;
}
.box-shadow-mega{

      -webkit-box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 11px;
    background: #fff;
}

.subheading{
  font-weight: 700;
  font-size: 22px;
}

.grid-moneda {
    margin: 0;
    color: rgba(156,163,175,1);
    font-size: 20px;
}
/* end custom color */

#dias,
#minutos,
#horas,
#segundos {
  font-weight: bold;
}


/*countdown mega*/
#countdown-mega {
  text-align: center;
}

#countdown-mega>ul {
  margin: 0;
  padding: 0;
}

#countdown-mega>ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  color: #555555;
  font-weight: 700;
}

#countdown-mega>ul li:not(:last-child) {
  /*margin-right: 16px;*/
}

#countdown-mega>ul li span:first-child {
  display: block;
  padding: 5px 2px;
  line-height: 1;
}

#countdown-mega>ul li span:last-child {
  display: block;
  padding: 6px 0;
}

@media screen and (max-width: 768px) {

  #countdown-mega>ul li span:first-child {
    font-size: 1.5rem;
  }
  #countdown-mega>ul li span:last-child {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {

  #countdown-mega>ul li span:first-child {
    font-size: 2rem;
  }
  #countdown-mega>ul li span:last-child {
    font-size: 1rem;
  }
}


/*end countdown mega*/

/* plan mega */


.item_plan.color {
    transform: scale(1.1);
    border: 3px solid #83AB40;
}

.item2 {
    z-index: 100;
}
.item_plan {
    max-width: 360px;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 11px;
    margin: 0px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .25s ease;
    position: relative;
}

.item_plan .plan-list {
    text-align: left;
    padding: 0px;
    flex: 1;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 10px;
}

.plan-text-especial {
    margin-top: -45px;
    margin-bottom: 20px;
    background: #83AB40;
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
}

.item_plan form {
    width: 100%;
}


.strikethrough {
  display: inline-block;
  color: #555555;
      font-weight: 400;
    font-size: 21px;
    position: relative;
}

.final-price{
  margin-top: 15px; 
  color: #83ab40; 
  font-size: 38px; 
  font-weight: bold; 
  margin: 0;
}

.demo-moneda {
    color: rgba(156,163,175,1);
    font-size: 20px;
    line-height: 1.1;
}

.item_plan .plan-list li i {
    color: #83AB40;
}

.item_plan .button_plan {
  margin-top: 10px;
    padding: 14px 20px;
    width: 100%;
    background: #83AB40;
    border: 1px solid #83AB40;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: red;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.strikethrough:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: red;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
.section-plan{

  display: flex;
  justify-content: center;
}

.item_plan .plan-list li {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
}

@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px){
.item_plan.color {
    transform: scale(1);
}
.item_plan {
    width: 100%;
}
.item_plan {
    margin-bottom: 20px;
}
}

/*popup*/

.white-popup-ct {
    position: relative;
    background: #FFF;
    padding: 30px 30px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 11px;
}


/*form*/

.form-course{

width: 100%;
}
.input-right-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-right-2 input {
    max-width: 250px;
    float: right;
    height: 46px;
    text-align: center;
}

.form-btn:last-child {
    margin-right: 0;
}

.offer-price-course{
color: #9a9a9a; 
font-weight: 500; 
font-size: 17px; 
vertical-align: middle;
text-decoration: line-through;

}


.buy-btn{
  border-radius: 6px;
   background: #83ab40;
    color: #ffffff; 
    padding: 11px;
    border: 0;
    font-weight: 700;
}



/*footer*/

.footer__nav-item {
    margin: 0.25em 0.125em;
    padding: 0.25em 0.75em;
    font-size: 16px;
    background-color: #fff5ca;
    border-radius: 1em;
    text-decoration: none;
}
.footer__nav-item {
    color: #555555 !important;
}

.push-small--bottom {
    margin-bottom: 30px;
}

.footer__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
}

.push-small--bottom img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.push-large--top {
    line-height: 1.5;
    margin-top: 30px;
    font-size: 20px;
    color: #000;
}



.social-icons__icon {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.social-icons__icon {
    border-radius: 50%;
    background: #feca03;
    width: 40px;
    height: 40px;
    color: #fff !important;
    margin: 0 15px 20px 0px;
}


.social-icons__icons > :first-child {
    margin-left: 0 !important;
}

.push-large--top {
    line-height: 1.5;
    margin-top: 30px;
    font-size: 20px;
    color: #000;
}

.social-icons__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icons__icons {
    justify-content: center;
    margin-bottom: 30px;
}
.txt-x-small {
    font-size: 13px;
}


/*reviews*/

.feature__text {
    font-size: 16px;
}
.review-item p {
    font-size: 13px;
}

.feature__image {
    width: 100px;
    border-radius: 4px;
}

.container-small{

  max-width: 900px !important;
}