
 * {
    font-family: monserrat;
    box-sizing: border-box;
 }


body {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}



header {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 50;
    position: fixed;
    top: 0px;
}

#btn-menu {
    display: none;
}

/* Botón Cuadrado */
header label {     
    position: fixed;
    top: 0;
    display: none;
    width: 44x;
    height: 41px;
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 15px;
    /*border: 1px solid rgb(221, 51, 51);*/
}

header label:hover {
   cursor: pointer;
}

#pepe {
     margin-left: 50px;
 }
 
#jose {
    /* height: 60px; */
}

.menu {
    color: rgba(255, 255, 255, 1);
    z-index: 79;
}

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.menu li {/* ver aca */
    border-right: 1px solid #fff;
    padding-bottom:0px;
    text-align: center;
    flex-grow: 1;
}

.menu li:hover {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    animation: neonGlow 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

#M0 {
    padding-top: 6px;
    z-index: 80;
}

#CompLogo2 {
    display: none;
    padding-top: 5px;
}

.M1 {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 5px;
    color: #fff;
    text-decoration: none;
    z-index: 81;
}

.Menu1 {
    padding-top: 30px;
    /*color: red;*/
}
/* -----------------------------------------------------------*/
@media (max-width: 740px) {
    header label {
        display:  inline;
    }
    
#CompLogo2 {
    display: inline;
    padding-top:0;
    text-align: right;
}

.menu {
    position: absolute;
    background:  rgba(0, 0, 0, 0.85);
    width: 100%;
    top: 50px;
    margin-left: -100%;
    transition: all 0.5s;
    z-index: 100;
    }

.menu ul {
    flex-direction: column;
    margin-top: 0px;
    }

.menu li {
    border-top: 1px solid rgb(255, 255, 255);
    }

#btn-menu:checked ~ .menu {
    margin: 0;
    }
    
#M0 {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 600;
    }

.M1 {
 
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 600;
    /*background-color: rgba(0, 0, 0, 0.65);*/
    height: 50px;
    }
    #jose {
        height: 50px; 
    }
}
    @keyframes neonGlow {
        0% {text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8), 0 0 22px rgba(255, 255, 255, 0.8), 0 0 40px rgba(66, 220, 219, 0.8), 0 0 60px rgba(66, 220, 219, 0.8), 0 0 80px rgba(66, 220, 219, 0.5), 0 0 100px rgba(66, 220, 219, 0.5), 0 0 140px rgba(66, 220, 219, 0.5), 0 0 200px rgba(66, 220, 219, 0.5);
        }
    
        100% {text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(66, 220, 219, 0.8), 0 0 30px rgba(66, 220, 219, 0.8), 0 0 40px rgba(66, 220, 219, 0.8), 0 0 50px rgba(66, 220, 219, 0.5), 0 0 80px rgba(66, 220, 219, 0.5);
        }
    }
    
   


/* -----------------------------------------------------------*/
main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
    position: absolute;
    top: 40px;
    left: 0%;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    z-index: 3;
}
video {
   
    width: 100%;
    top: 30px;
   
  /* min-width: 100%;*/
  /* min-height: 100%; */
  /* top: 50%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%); */
   z-index: -1;
}

.Dir {
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 25%;
    width: 50%;
    text-align: center;
    color: white;
    padding: 5px;
    background-color: rgb(8, 35, 80);
}
.flexC {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 5px;
  
  }
  
.card1 {
    flex-basis: 350px;
    top: 1px;
     padding: 15px;
     margin: 10px;
     color: white;
     background-color: rgb(40, 65, 109);
     border-radius: 5px;
     -webkit-box-shadow: 10px 10px 17px 2px rgba(189,189,189,1);
     -moz-box-shadow: 10px 10px 17px 2px rgba(189,189,189,1);
     box-shadow: 10px 10px 17px 2px rgba(189,189,189,1);
}


/*------------------------------------------------------------------*/
footer {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0;
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    width: 100%;
    height: 30px;
    position: fixed;
    z-index: 900;
}

/*------------------------------------------------------------------*/