@charset "utf-8";

/* CSS Document */

@media all and (max-width: 1007px) {
  .H-holder {
    margin-top: -1.3%;
  }

  .cursoal-title {
    display: none;
  }
  /* 
  .go-top {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 5px #00000036;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 14px;
    text-align: center;
    z-index: 9000;
    width: 55px;
    float: right;
    position: relative;
  } */

  .cursoal-title-mobile {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    display: flex;
    z-index: 1;
    align-items: center;

    /* background-color: red; */
  }

  .cursoal-title-h3-mobile {
    width: 100%;
    font-size: 16px;
    line-height: 2rem;
    font-weight: bold;
    color: white;
    margin-right: 15%;
    margin-left: 15%;
    /* background-color: royalblue; */
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
    margin-top: 25%;
    height: 50%;
    z-index: 1000;
  }
  .idea {
    overflow-x: hidden !important;

    /* Must be 'scroll' not 'auto' */
    -webkit-overflow-scrolling: touch;
  }
  .header-logo {
    align-items: center;
    /* float: left; */
    margin-left: 1.8rem;
    margin-top: -2rem;
  }
  .header-logo1 {
    align-items: center;
    /* float: left; */
    margin-left: 2rem;
    margin-top: -2rem;
  }
  .textBack {
    display: none;
  }
  .enter {
    width: 65%;
  }
  .traning {
    width: 100%;
  }
  .title {
    margin-top: -2%;
  }
  .video {
    margin-top: 9%;
    border: none;
  }
  #demo {
    width: 100%;
    height: 60%;
  }
  .three {
    width: 60px;
    height: 60px;
    /* margin-left: 2rem; */
  }

  .two {
    width: 90px;
    height: 60px;
    /* margin-left: 10px; */
    /* margin-left: 2rem; */
  }
  .one {
    width: 70px;
    height: 70px;
    /* margin-right: 18px; */
  }
  .menu-cont {
    margin: 19px 0;
    width: 16%;
  }
  .menu > li > a {
    color: #0a7573 !important;
  }
}

@media all and (max-width: 580px) {
  .wh-app,
  .mail {
    width: 94% !important;
    padding: 20px 1% !important;
  }
  .menu > li > a {
    color: #0a7573 !important;
  }
}

@media all and (min-width: 1024px) {
  .text {
    width: 96%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}

/* @media all and (max-width: 100%) {
  .cursoal-title {
    position: absolute;
    margin-bottom: -4 px;
  }
} */
