/* Services Section */
#clases {
    padding: 100px 0px 0px 0px;
    background: #612A60;
    color: #fff;
  }
  #clases .service-desc {
    margin: 10px 10px 20px;
  }
  #clases h2 {
    color: #fff;
  }
  #clases .section-title h2::after {
    position: absolute;
    content: "";
    background: #F6871F;
    height: 4px;
    width: 60px;
    bottom: 0;
    margin-left: -30px;
    left: 50%;
  }
  #clases i.fa {
    font-size: 42px;
    width: 120px;
    height: 120px;
    padding: 40px 0;
    background: #F6871F;
    border-radius: 50%;
    color: #fff;
  
  }
  #clases h3 {
    font-weight: 500;
    padding: 5px 0;
    color: #fff;
  }
  #clases p {
    color: rgba(255, 255, 255, 0.75);
  }
  #clases .service-desc {
    margin-bottom: 40px;
  }
  #clases > .spot-video{
    width:100%;
    background-color:#FFFFFF;
    padding-top:50px;
    margin-bottom:50px;
  }
  @media (min-width: 1200px){
    #clases > .container {
      width: 85%;
    }
  }
  @media (max-width: 768px){
    #clases > .spot-video{
      padding-top:0px;
      margin-bottom:0px;
    }
  }