@import url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap');
 body {
    font-family: sans-serif;
  /*  padding: 90px 20px 0;*/
  }
  a{
    text-decoration: none;
  }

  .header {
    background-color: /*rgba(236,0,0,.9);*/ white;/*#c62924;*/
    /*height: 200px;*/
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
   flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  
  .nav {
    display: flex;
    justify-content: space-between;
  
    max-width: 1127px;
    margin: 0 auto;
    width: 100%;
    margin-top: 9px;
  }
  
  .nav-link {
    color: black;
    text-decoration: none;
  }
  
  .logo {
   
    font-weight: bold;
  width:     258px;;
  }
  
  .nav-menu {
    display: flex;
    margin-right: 40px;
    list-style: none;
    align-items: center;
    list-style: none;
    font-weight: 700;
  }
  
  .nav-menu-item {
    font-size: 22px;
   
    margin: 0 10px;

   
    width: max-content;
  }
  
  .nav-menu-link {
    padding: 8px 12px;
    border-radius: 3px;
  }
  
  .nav-menu-link:hover,
  .nav-menu-link_active {
  /*  background-color: #c62924;
    transition: 0.5s;*/
  }
  
  /* TOGGLE */
  .nav-toggle {
    color: black;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 47px;
    line-height: 60px;
    cursor: pointer;
  
    display: none;
  }
  



 





  #alert2 img {
    height: 50px;
    width: 50px;
    display: none;
}

.serviciosxx{

  border: none;
  background: none;
  font-size: 22px;
  font-weight: 700;

}




  
  /* MOBILE */















  @media (max-width: 1006px) {
    body {
     /* padding-top: 70px;*/
    }
  
    .header {
      height: 162px;
      display: flex;
    }
  
    .logo {
      font-size: 25px;
      padding: 0 20px;
   
    }
  
  .br{

    display: none;
  }
    .nav-menu {
      flex-direction: column;
      align-items: center;
      margin: 0;
      margin-top: 11px;
      background-color: /* rgba(236,0,0,.9);*/ white;
      position: fixed;
      top: 162px;
      width: 100%;
      padding: 20px 0;
  
      height: calc(100% - 60px);
      overflow-y: auto;
  
      left: 100%;
      transition: left 0.3s;
      margin-top: 0px;
    }
  
    .nav-menu-item {
      line-height: 70px;
    }
  
    .nav-menu-link:hover,
    .nav-menu-link_active {
      background: none;
      color: #83c5f7;
    }
  
    .nav-toggle {
      display: block;
    }
  
    .nav-menu_visible {
      left: 0;
    }
  
    .nav-toggle:focus:not(:focus-visible) {
      outline: none;
    }
  }