/* 
    Created on : 16/06/2021, 23:56:25
    Author     : Bruno Luis <ACEW>
*/

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
  .img-botao-compra-um{
    background-image: url(../img/botao_um_mobile.png);
    background-size: cover;
    background-repeat: round;
    width: 100%;
    height: 100px;
  }
  .img-botao-compra-dois{
    background-image: url(../img/botao_tres_mobile.png);
    background-size: cover;
    background-repeat: round;
    width: 100%;
    height: 100px;
  }
  .img-botao-compra-tres{
    background-image: url(../img/botao_tres_mobile.png);
    background-size: cover;
    background-repeat: round;
    width: 100%;
    height: 100px;
  }
  .img-botao-compra-quatro{
    background-image: url(../img/botao_tres_mobile.png);
    background-size: cover;
    background-repeat: round;
    width: 100%;
    height: 100px;
  }
  #depoimentos{
  }
}

@media (max-width: 540px) {
  #titulo-um{
    font-size: 2rem !important;
  }

  #h1-mobile{
    font-size: 2.3em;
    text-align: center !important;
  }

  #texto-video{
    text-align: center !important;
  }

  .img-formapgto{
    width: 3.5em;
  }

  #lista-branca{
    padding:5px;
  }

  #list-esse-curso ul{
    padding:0;
  }

  .img-eletricista{
    padding: 20px 0 40px 0;
    width: 90% !important;
  }

  .list-bonus{
    padding-left: 5px;
  }

  .p-bonus{
    text-align: center;
    font-weight: bold;
  }

  .video-responsive{
    width: 100% !important;
    padding: 10px !important;
  }

  .h1-conteudo{
    font-size: 1.8em;
  }

  .list-ol{
    padding:0;
  }

  #lp-hub .header-hub{
    background-image: url(../img/hub/bg-top-lp-hub-mobile.jpg);
    background-size: cover;
    background-repeat:  no-repeat;
  }

  #lp-hub .header-hub-equiv{
    background-image: url(../img/hub/bg-top-lp-hub-mobile-equivalencia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px !important;
  }

  #bg-banner-img{
    background-image: url(../img/unisa/bg-hub-mobile-grad-unisa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 1000px !important;*/
  }

  #bg-banner-img-nrs{
    background-image: url(../img/nrs/bg-nrs-mobile-ce3-768.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px !important;
  }

  #lp-hub .container{
    padding-top: 0 !important;
  }

  #lp-hub .logomarca-hub{
    width: 17em;
  }

  #lp-hub .col-sm-12{
    padding-bottom: 1em;
  }

  #modulo-tres{
    padding: 3em 0 3em 0 !important;
  }

  #modulo-quatro {
    padding-top: 3em;
  }
  .espaco-bloco{
    padding-top: 50px !important;
  }

}

@media (max-width: 414px) {
  #lp-hub .header-hub-equiv{
    background-image: url(../img/hub/bg-top-lp-hub-mobile-equivalencia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px;
  }

  #titulo-um{
    font-size: 2rem !important;
  }
}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}