/* pantalla cel moto g4 */
@media (max-width: 415px){
  .img-onda-floating {
    background-image: url("../img/bg_init.png");
    width: 380px;
    height: 100%;
  }

  .logo {
    width: 130px;
  }

  .navbar-custom {
    height: 50px;
  }

  .btn-login {
    border-radius: 15px !important;
    color: white !important;
    padding: 6px 30px !important;
    font-weight: bold !important;
  }

  .box-img-init {
    padding: 50px 30px;
  }

  .text-init{
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
  }
  
  .text-sub{
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
  }

  .bg-domi {
    border-radius: 40px;
    width: 100%;
    height: 370px !important;
  }
  
  .img-domi {
    width: 200px;
    margin-top: 10px;
  }

  .mt-70{
    margin-top: 20px;
  }

  .text-domi1 {
    font-size: 30px;
    line-height: 24px;
  }
  
  .text-domi2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
  }
  
  .box-pj{
    position: absolute;
    right: 5px;
    bottom: 0px;
  }

  .box-pj img{
    width: 100px;
  }

  .img-circle-floating {
    width: 140px;
    height: 140px;
    top: 600px;
    left: 20px;
  }

  .text-caract-mini {
    font-size: 16px;
  }

  .text-footer-lg {
    display: none;
  }

  .text-footer-xs {
    text-align: left;
    display: block;
    font-size: 13px;
  }

  .footer {
    height: 245px;
  }

  .img-co {
    position: absolute;
    right: 25px;
    top: 13px;
  }

}

/* pantalla cel */
@media (max-width: 767px){

  .text-init {
    font-size: 30px;
    line-height: 30px;
  }
  
  .text-sub {
    font-size: 25px;
    line-height: 30px;
  }

  .bg-domi {
    width: 100%;
    height: 310px;
  }

  .mt-70{
    margin-top: 40px;
  }

  .text-domi1 {
    font-size: 25px;
    line-height: 24px;
  }
  
  .text-domi2 {
    font-size: 16px;
    line-height: 16px;
  }

  .box-pj{
    position: absolute;
    right: 5px;
    bottom: 0px;
  }

  .box-pj img{
    width: 100px;
  }

  .footer {
    height: 245px;
  }

  .text-footer-lg {
    display: none;
  }

  .text-footer-xs {
    text-align: left;
    display: block;
    font-size: 13px;
  }

  .btn-movil {
    display: inline-block !important;
  }  

  .btn-desktop {
    display: none !important;
  }

}

/* pantalla tables */
@media (max-width: 991px) and (min-width: 768px){

  .text-init {
    font-size: 35px;
    line-height: 35px;
  }

  .mt-70{
    margin-top: 55px;
  }

  .bg-domi {
    width: 100%;
    height: 170px;
  }

  .text-domi1 {
    font-size: 25px;
    line-height: 24px;
  }
  
  .text-domi2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
  }

  .box-pj{
    position: absolute;
    right: 40px;
    bottom: 0px;
  }

  .box-pj img{
    width: 200px;
  }

  .footer {
    height: 245px;
  }

}

/* pantalla media */
@media (max-width: 1199px) and (min-width: 992px){}

/* pantalla grandres */
@media (min-width: 1400px){

  .img-onda-floating {
    width: 800px;
  } 

  .box-pj{
    position: absolute;
    right: 180px;
    bottom: 0px;
  }

  .img-circle-floating {
    width: 220px;
    height: 220px;
    top: 600px;
    left: 200px;
  }

}

/* pantalla grandres */
@media (min-width: 1500px){

  .img-onda-floating {
    width: 1000px;
  } 

}

