@import url("//fonts.googleapis.com/css?family=Pacifico&text=Pure");
@import url("//fonts.googleapis.com/css?family=Roboto:700&text=css");
@import url("//fonts.googleapis.com/css?family=Kaushan+Script&text=!");
.form {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto 100px;
  padding: 0 30px;
  text-align: center;
}

.form .thumbnail img {
  border-radius:10px;
  width: 70%;
  margin-bottom:10px;
  filter: drop-shadow(5px 5px 10px rgb(68, 68, 68));
}
.form .links{
  float:right;
  padding-top:45px;
  padding-right:5px;
}
.form input {
  outline: 0;
  background: #fff;
  width: 100%;
  border:none;
  margin: 0 0 15px;
  padding: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.2rem;
  text-align: left;
  color:#000;
}
.form input:focus {
  background-color: #fff;
  box-shadow: inset 0 0 8px gold;
  color:#000;
}
.form button {
  outline: 0;
  background: rgb(71, 83, 249);
    /* Sombra normal */
    box-shadow: 2px 2px 10px #666;
    /* Sombra superior sin desenfoque */
    box-shadow: 5px -5px 0 2px #444;
    /* Sombra interior */
    box-shadow: 5px 5px 25px #222 inset;

  width: 100%;
  border: 0;
  padding: 15px;
  border-radius: 20px;
  color: #fafafa;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover {
  background: rgb(249,227,71);
  background: linear-gradient(6deg, rgba(249,227,71,1) 4%, rgba(255,255,0,1) 100%);
  color: #000;
}

.form .message {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.952);
  font-size: 14px;
  font-family:Tahoma, 'Trebuchet MS', Helvetica, Arial;
}
.form .message a {
  color: #EF3B3A;
  text-decoration: none;
}
.form .message a:hover {
  color: rgb(196, 20, 20);
}
.form .register-form {
  display: none;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
  padding-top:30px;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 20px auto;
  text-align: center;
}
.container .info h1 {
  margin: 12px 0;
  padding: 0;
  font-weight: 300;
  font: bold 36px/1 arial;
  text-transform: uppercase;
  color: #ffff00;
  text-shadow: 0 6px 0 #07175e;
}
.container .info span {
  color: #fafafa;
  font-size: 12px;
  font-family: 'Arial';
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}


/************************************************************/
.mButton {
  border: none;
  background: #3a7999;
  color: #f2f2f2;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  transition: all 500ms ease;
 }
 .mButton:hover {
  background: rgba(0,0,0,0);
  color: #3a7999;
  box-shadow: inset 0 0 0 2px #3a7999;
  cursor:pointer;
 }
 .mBordeIzq{
    border-left: 4px solid #ff0083;
    padding-left: 5px;
    font-size:14px;
 }
.mBordeIzq label{
  font-style: italic;
}

/************************************************************/
#popup {
	visibility: hidden;
	opacity: 0;
	margin-top: -600px;
 }
 #popup:target {
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	transition:all 1s;
 }
 .popup-contenedor {
	position: relative;
	margin:7% auto;
	padding:25px 35px;
	background-color: #fafafa;
	color:#333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:660px;
	height:360px;
 }
 .popup-contenedor-izq {
	float:left;
	width:50%;
 }
 .popup-contenedor-der {
	float:right;
	width:45%;
 }
 a.popup-cerrar {
	position: absolute;
	top:6px;
	right:6px;
	background-color: #333;
	padding:7px 10px;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
	color:#fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
 }
 /***************************************************/
 #popup .input,
 #popup .textarea {
   border: 1px solid transparent;
   border-radius: 3px;
   font-size: 0.9rem;
   line-height: 32px;;
   position: relative;
   vertical-align: middle;
   background-color: white;
   border-color: #ababab;
   color: #000;
   max-width: 100%;
   width: 98%;
   height:32px;
   padding-left: 10px;
 }
 #popup .input:focus,
 #popup .textarea:focus {
   border-color: #3b3b3b;
 }

 .mLinks a{
  color: blue;
  text-decoration:none
}
.mLinks a:hover{
  color: red;
}
/************************************************************/
body {
    min-height: 450px;
    height: 100vh;
    margin: 0;
    background: radial-gradient(circle, #0077ea, #1f4f96, #1b2949, #000);
    /*background: radial-gradient(circle, #0077ea, #1f4f96, #1b2949, #000);*/
  }
  
  .stage {
    height: 150px;
    width: 200px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    perspective: 9999px;
    transform-style: preserve-3d;
  }
  
  .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
    animation-fill-mode: forwards;
    transform: rotateY(40deg) rotateX(33deg) translateZ(0);

  }
  
  .layer:after {
    font: 50px/0.65 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif;
    content: "Edunet\a    Perú!";
    white-space: pre;
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 35px;
    color: whitesmoke;
    letter-spacing: -2px;
    text-shadow: 4px 0 10px rgba(0, 0, 0, 0.13);
  }
  
  .layer:nth-child(1):after {
    transform: translateZ(0px);
  }
  
  .layer:nth-child(2):after {
    transform: translateZ(-1.5px);
  }
  
  .layer:nth-child(3):after {
    transform: translateZ(-3px);
  }
  
  .layer:nth-child(4):after {
    transform: translateZ(-4.5px);
  }
  
  .layer:nth-child(5):after {
    transform: translateZ(-6px);
  }
  
  .layer:nth-child(6):after {
    transform: translateZ(-7.5px);
  }
  
  .layer:nth-child(7):after {
    transform: translateZ(-9px);
  }
  
  .layer:nth-child(8):after {
    transform: translateZ(-10.5px);
  }
  
  .layer:nth-child(9):after {
    transform: translateZ(-12px);
  }
  
  .layer:nth-child(10):after {
    transform: translateZ(-13.5px);
  }
  
  .layer:nth-child(11):after {
    transform: translateZ(-15px);
  }
  
  .layer:nth-child(12):after {
    transform: translateZ(-16.5px);
  }
  
  .layer:nth-child(13):after {
    transform: translateZ(-18px);
  }
  
  .layer:nth-child(14):after {
    transform: translateZ(-19.5px);
  }
  
  .layer:nth-child(15):after {
    transform: translateZ(-21px);
  }
  
  .layer:nth-child(16):after {
    transform: translateZ(-22.5px);
  }
  
  .layer:nth-child(17):after {
    transform: translateZ(-24px);
  }
  
  .layer:nth-child(18):after {
    transform: translateZ(-25.5px);
  }
  
  .layer:nth-child(19):after {
    transform: translateZ(-27px);
  }
  
  .layer:nth-child(20):after {
    transform: translateZ(-28.5px);
  }
  
  .layer:nth-child(n+10):after {
    -webkit-text-stroke: 3px rgba(0, 0, 0, 0.25);
  }
  
  .layer:nth-child(n+11):after {
    -webkit-text-stroke: 15px dodgerblue;
    text-shadow: 6px 0 6px #00366b, 5px 5px 5px #002951, 0 6px 6px #00366b;
  }
  
  .layer:nth-child(n+12):after {
    -webkit-text-stroke: 15px #0077ea;
  }
  
  .layer:last-child:after {
    -webkit-text-stroke: 17px rgba(0, 0, 0, 0.1);
  }
  
  .layer:first-child:after {
    color: #fff;
    text-shadow: none;
  }
  
  @keyframes ಠ_ಠ {
    100% {
      transform: rotateY(-40deg) rotateX(-43deg);
    }
  }

  
  input[type=radio]{
    display: none; /*solo se esconde para tener un campo personalisado*/
  }
  
  input[type=radio] + label{
    cursor:pointer;
  }/*esta linea significa esto + el siguiente elemento*/
  
  label:before{
    content:'';
    background:transparent;
    border: 3px solid #ffff00;
    border-radius: 25px;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    text-align:center;
    text-shadow:4px -2px 3px gray;
    vertical-align:bottom;
  }
  input[type=radio]:checked + label:before{
    content: '✔';
    font-size: 24px;
    font-family:'Arial';
    color:#ffff00;
    line-height:10px;
  }
  .label_chk{
    color:#fff;
    font-family: Arial;
    font-size:16px;
  }


  