/* movil */
@media screen and (max-width: 992px) {
  div#menuweb{
    display: none;
  }
  img.logoizq{
        margin-left: 10px;
    }
    img.logoder{
        margin-left: 10px;
    }
    a.btn.btn-outline-success{
        margin-right: 10px;
        background-color: #3470C0;
        color: white;
        width: 100%;
        margin-bottom: 1%;
    }
    a.btn.btn-outline-success:hover{
      margin-right: 10px;
      background-color: #fff0;
      color: #3470C0;
      border-bottom-color: #3470C0;
      font-weight: 700;

  }
    nav#e.navbar.navbar-light{
        background-color: white;
    
    }
    nav#e.navbar.navbar-light:hover{
        background-color: #f3f3f3;
    } 
}

/* web */
@media screen and (min-width: 991px) {
  div#menumovil{
    display: none;
  }
  nav#e.navbar.navbar-light{
    background-color: white;
    
  }
  nav#e.navbar.navbar-light:hover{
      background-color: #f3f3f3;
  }



  img.logoizq{
      padding-left: 14px;
      width:250px;
      }
  img.logoder{
      padding-right: 34px;
      width:210px;
      }
  a.btn.btn-outline-success{
      margin-right: 10px;
      background-color: #3a70e0;
      color: white;
      font-weight: 700;
      border-radius: 50px;
  }
  a.btn.btn-outline-success:hover{
      margin-right: 10px;
      background-color: #fff0;
      color: #3470C0;
      border-bottom-color: #3470C0;
  }
}


















