/* HEADER PARA MOVIL*/

@media (min-width: 768px) {

  video::-webkit-media-controls {
    display: none;
  }

  video::-webkit-media-controls-fullscreen-button,
  video::-webkit-media-controls-play-button,
  video::-webkit-media-controls-pausebutton {
    display: none;
  }

  .formulario {
    background-color: #fff;
    position: absolute;
    top: 30%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 375px;
    height: 680px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }

  .menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    gap: 45%;
    padding-top: 20px;
  }

  .logo img {
    height: 26px;

  }


  .submenu {

    cursor: pointer;
    display: flex;
    flex-direction: column;
    list-style: none;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.742);
    height: 440px;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 30px;

  }
}
