html, body {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Inter" !important;
}
@font-face {
    font-family: 'Wide Latin';
    font-style: normal;
    font-weight: normal;
    src: local('Wide Latin'), url('../fonts/LATINWD.woff') format('woff');
}

a {
  text-decoration: none !important;
  transition: color 0.5s;
  font-family: "Inter" !important;
}
a:hover{
  color: #afafaf;
}
a:active {
  color: #afafaf;
  outline: 0 !important;
  border: none !important;
}
a:focus-visible {
  color: #afafaf;
  font-weight: 700;
  outline: 0 !important;
  border: none !important;
}

hr{
  border: 1px solid #e3e3e3;
}
.action-color{
  background-color: #2e2d69;
  color: #fefefe;
  transition: all 0.5s;
  border: none;
}
.action-color:hover{
  background-color: #e7e7e7;
  color: #2E2D69;
}

.cursorPointer{
    cursor: pointer;
}

.bg-home{
  flex-shrink: 0;
  background-image: url(../images/bgComoAprender.png);
  background-position: center;
  background-size: cover;
  height: 95vh;
}
.content{
  max-width: 1920px;
}

#modulos{
  margin-top: 20px;
  font-size: 19px;
  font-weight: 700;
}
.modulo{
  margin: 20px 0 50px !important;
}
.titulo-modulo{
  margin: 0 0 20px 10px;
}


@media (min-width: 768px) {
  .modulo{
    margin: 20px 0 50px 60px !important;
  }
  .slick-slide>img:hover {
    margin: -10px 0 10px;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: none !important;
  }
}


#inicio{
  padding: 160px 0 50px;
}
.title-class{
  font-size: 1.6rem;
  font-weight: 300;
  color: #323537;
}
.subtitle-class{
  font-size: 16px;
  font-weight: 300;
}
.subtitle-class> a{
  color: #afafaf !important;
}
.collapse-classes{
  margin-top: 30px !important;
}
.accordion-item {
  border: none !important;
}
.accordion-body {
  padding: 15px 0 0 0 !important;
}
.accordion-header{
  cursor: pointer;
}
.item-list{
  height: 41px;
  color: #2E2D69
}
.item-list:hover{
  color: #CE1B28;
}
.icon-finish{
  color: #2E2D69;
}
.icon-doing{
  color: #CE1B28;
}
.fa-circle{
  margin-left: 3px;
}
.text-item-list{
  font-size: 14.5px;
  font-weight: 400;
  cursor: pointer;
}
.text-item-list-normal{
  color: #000
}
.text-blue{
  color: #2E2D69 !important;
}
.progressCircle{
  width: 25px;
  height: 25px;
  margin-left: -5px;
}
.active{
  color: #CE1B28 !important;
  font-weight: bold;
}
.active>span{
  margin-left: 21px !important;
}
.text-finished{
    background-color: #2E2D69 !important;
    transition: all 0.3s;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 768px) { 
  #inicio{
    padding: 125px 0 50px;
  }
  .class-video{
    width: 825px;
  }
  .btn{
    transition: all 0.3s;
  }
  .btn:hover{
    color: white !important;
    transition: all 0.3s;
    background-color: #73787c !important;
  }
  .btn-light:hover{
    background-color: #2E2D69 !important;
  }
}

.bg-blue{
  background-color: #2E2D69 !important;
}