


* {
	  box-sizing: border-box;
	}

	body {
	  margin: 0;
	  font-family: Arial;
	  font-size: 17px;
	}

	#myVideo {
	  position: fixed;
	  right: 0;
	  bottom: 0;
	  min-width: 100%; 
	  min-height: 100%;
	}

	/*.content {
	  position: fixed;
	  bottom: 0;
	  background: rgba(0, 12, 63, 0.7);
	  color: #f1f1f1;
	  width: 100%;
	  height: 100%;
	  padding: 0px;
	  text-align: center;
	}*/

	.content {
	  position: fixed;
	  bottom: 0;
	  /*background: rgba(28, 28, 28, 0.8);*/
	  color: #f1f1f1;
	  width: 100%;
	  height: 100%;
	  padding: 0px;
	  text-align: center;
	}



	.contenido {
	  position: fixed;
	  padding: 0px;
	}

	#myBtn {
	  width: 200px;
	  font-size: 18px;
	  padding: 10px;
	  border: none;
	  background: #000;
	  color: #fff;
	  cursor: pointer;
	}

	#myBtn:hover {
	  background: #ddd;
	  color: black;
	}

	.registroINA{
		width: 1000px;
	}

	.tarjetaPROX{
		width: 100%;
		border: solid #80bdff 1px;
    	border-radius: 10px;
	}

	.tarjetaINA{
		width: 100%;
		border: solid #fff 2px;
    	border-radius: 10px;
	}
	#tarjetas{
		margin: auto;
		padding: 0px;
	}

	.shadow{
		opacity: 0;
		border: solid #80bdff 1px; 
		border-radius: 10px;
		position: absolute; 
		display: block; 
		vertical-align: top; 
		z-index: 99999; 
		top: 0px; 
		box-shadow: 3px 5px 10px rgba(0, 0, 0,0.6); 
		padding: 5px;
	}

	.Carta:hover .shadow {
		opacity: 1;
		transition: .3s;
		transform: translateY(-20px);
	}

	.Carta:hover .tarjetaINA {
		opacity: 0;
		transition: .3s;
	}
			@media screen and (max-width: 767px) {
			  .Carta:hover .tarjetaINA  {
			   opacity: 0.5;
			  }
		}



	.Carta:hover img src {
		opacity: 0;
		transition: .4s;
	}

	.desktop{
			display: flex;
		}
			@media screen and (max-width: 767px) {
			  .desktop {
			    display: none;
			  }
		}
	.movil{
			display: none;
		}
			@media screen and (max-width: 767px) {
			  .movil {
			    display: block;
			  }
		}

	.txtRegistrese{
		margin: auto; 
		font-size: 18pt; 
		font-weight: 600; 
		padding-top: 60px;
	}
			@media screen and (max-width: 767px) {
			  .txtRegistrese {
			    font-size: 12pt; 
			    padding: 10px 50px 10px;
			  }
		}

	.BarraMail{
		height: 60px;
    	padding: 20px;;
	}
			@media screen and (max-width: 767px) {
			  .BarraMail {
			    height: 60px;
    			padding: 0px;
			  }
		}

	.txtAviso{
		margin: auto;
		font-size: 14pt;
		padding-top: 15px;
		line-height: 2;
		padding: 2px;
    	background-color: #302a6e;
	}
			@media screen and (max-width: 767px) {
			  .txtAviso {
			    margin: auto;
				font-size: 12pt;
				padding: 10px 30px 10px;
				line-height: 1.4;
			  }
		}
