@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url(animate.css);
@import url(animsition.css);
:root {
    --color-1: #313368;
    --color-2: #F64665;
    --color-3: #4A4D9D;
    --color-4: #CECECE;
    --color-5: #03035c;
    --color-6: #3f51b5;
    --color-7: #901c32;
  }
   *{
    margin: 0;
    padding: 0;
  }
  body{
    font-family: "Montserrat"!important;
  }
  .logo img{
    max-width: 200px;
  }

  header{
    background-color: var(--color-1);
    color: #fff;
    border-bottom: 8px solid var(--color-5);
  }
  footer{
    background-color: var(--color-1);
    color: #fff;
  }
  a{
    cursor: pointer;
  }
  .nav-link{
    /*text-transform: uppercase;*/
    font-size: 1em;
    color: #fff;
  }
  .icon-xxsmall {
    height: 1rem;
    font-family: C27, sans-serif;
    line-height: 1;
  }
  .bg-1{
    background-color: var(--color-2);
  }
  .bg-2{
    background-color: var(--color-1);
    color: #fff;
  }
  .bg-4{
    background-color: var(--color-4);
  }
  .bg-6{
    background-color: var(--color-6);
  }
  .text-color-1{
    color: var(--color-2);
  }
  .section-title{
    background-color: var(--color-1);
    color: #fff;
    padding: 0.5em 0.5em;
    font-size: 1.5em;
    margin: 1em 0 0.5em 0;
    display: inline-block;
    border-radius: 0.5em;    
  }
  .main-text p{
    font-size: 1.2em;
  }
  .title{
    display: inline-block;
    background-color: #F64665;
    color: #fff;
    padding: 0.5em 1.5em;
    margin: 1em 0 0.5em 0;
    border-radius: 1em;
  }
  .subtitle{
    font-weight: 600;
    color: var(--color-6);
    font-size: 1.5em;
    margin-top: 1em;
  }
  h1{
    font-weight: 700;
    font-size: 2.2em;
  }
  h3{
    font-weight: 200;
  }
  
  .list-item li{
    list-style:none!important;
    font-size: 1.2em;
    margin: 0.5em 0;
  }
  .link{
    text-decoration: none;
    color: var(--color-2);
  }
  .btn.bg-1{
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
  }
  .btn.bg-1:hover{
    background-color: var(--color-7);
  }
  .redes{
    text-align: right;
  }
  .redes a{
    color: #fff;
    margin: 15px;
  }
  .whatsapp{
    display: block;
    width: 70px;
    height: 70px;
    background-color: #2AA81A;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px rgba(0,0,0,0.4);
    position: fixed;
    bottom: 100px;
    right: 15px;
  }
  .whatsapp a{
    font-size: 2em;
    color: #fff;
  }
  .text-medium{
    font-size: 1.1rem;
    margin-bottom: 0rem;
    line-height: 1.45em;
  }
  .text-medium li{
    margin: 1em 0;
  }
  .heading{
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 90%;
  }
  .animated-right{
    transform: translate(0,0);
    transition: all 0.3s;
  }
  .btn-light:hover .animated-right{
    transform: translate(5px,0);
  }
 
  .sep{
    margin: 6em 0;
  }
  h4.text-icons{
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    margin-left: 10px;
  }
  .section-icons img{
    max-width: 6rem;
  }
  .about-title{
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-6);
  }
  .about-image{
    width: 90%;
  }
  .py-10{
    padding: 6em 0;
  }
  .policy-list li{
    margin-left: 35px;
  }
  .policy-list a{
    text-decoration: none;
    color: var(--color-5);
  }

  
/*--PRINCING TABLE---*/
.pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
  width: 960px;
  margin: 40px auto 0;
}

.pricing-table {
  margin: 0 10px;
  text-align: center;
  width: calc(33% - 20px);
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0.8em;
}

.pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.pricing-title {
  color: #FFF;
  background:var(--color-3);
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  border-radius: 0.5em 0.5em 0 0;
}

.pricing-table.premium .pricing-title {
  background: rgb(50,27,102);
  background: linear-gradient(180deg, rgba(144,28,50,1) 0%, rgba(246,70,101,1) 50%, rgba(144,28,50,1) 100%);
  /*background: radial-gradient(circle, rgba(50,27,102,1) 0%, rgba(122,65,137,1) 19%, rgba(90,214,198,1) 52%, rgba(119,68,146,1) 78%, rgba(50,27,102,1) 100%);
  */color: #fff;
  font-weight: 500;
}

.pricing-table a.pricing-action {
  background: var(--color-2);
  border-radius: 0.5em;
  text-decoration: none;
  cursor: pointer;
}

.pricing-table .price {
  background:var(--color-5);
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

.table-list {
  background: #FFF;
  color: #403d3a;
  padding: 0;
}

.table-list li {
  font-size: 1.2em;
  padding: 12px;
  list-style: none;
}

.table-list li:before , .list-item li::before{
  content: "\f00c";
  font-family: 'FontAwesome';
  color: var(--color-2);
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
}
.table-list li.inactive:before , .list-item li.inactive::before{
  color: var(--color-4);
} 
.table-list li.inactive{
  color: var(--color-4);
}
.table-list li span {
  font-weight: 400;
}
.gold{
  background-color: #a28e54;
}
.platinium{
  background: rgb(212,211,213);
  background: rgb(205,205,205);
  background: linear-gradient(180deg, rgba(205,205,205,1) 0%, rgba(246,246,246,1) 41%, rgba(246,246,246,1) 52%, rgba(194,192,192,1) 100%);
  color: rgb(87, 57, 31);
  font-weight: 500;
  text-shadow: 0.1 0.1 #000;
}

.table-list li:nth-child(2n) {
  background: #F0F0F0;
}

.table-buy {
  background: #FFF;
  padding: 15px;
  text-align: left;
  overflow: hidden;
  border-radius: 0 0 0.5em 0.5em;
}

.table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 2em;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;
  margin: 0 3px;
  top: -5px;
}

.table-buy .pricing-action {
  float: right;
  color: #FFF;
  background: var(--color-2);
  padding: 10px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: var(--color-7);
}
.licencia{
  margin-left: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}
.ml-2{
  margin-left: 1em;
}
.pag.text-center.pagination {
  flex-wrap: wrap;
}
/** ================
 * Responsive
 ===================*/

 @media only screen and (max-width: 990px) {

  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
 }

@media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 300px;
  }
} 
  @media screen and (min-width:47em) {
    .bg-header{
      display: flex;
      justify-content: space-between;
    }
    .heading{
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .curso{
      width: calc(50% - 20px);
    }
    
  }

.delay-1{
  animation-delay:0.2s;
}
.delay-2{
  animation-delay: 0.4s;
}
.delay-3{
  animation-delay: 0.6s;
}
.delay-4{
  animation-delay: 0.8s;
}

/*--CURSOS--*/
.pagination{
  display: flex;
  justify-content: center;
}
.cursos{
  display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

h3.trim-info {
  position: relative;
  top: -50px;
  font-size: 1em;
  background-color: var(--color-6);
  display: inline;
  padding: 0.5em;
  border-radius: 0 0.5em 0.5em 0;
  color: #fff;
  font-weight: 600;
}
.page-link{
  cursor: pointer;
}

@media screen and (min-width:60em){
  .logo{
      position: relative;
      top: 40px;
  }
  header .navbar{
      margin-top: -40px;
  }
  .navbar-expand-lg .navbar-collapse {
      margin-top: 50px;
      justify-content: flex-end;
  }
  li.nav-item {
      margin-left: 1rem;
  }
  .curso{
    width: calc(33.3% - 20px);
  }
}