@charset "utf-8";
/* CSS Document */



		a:hover,a:active,a:focus{ outline:none; outline-offset:0px; box-sizing:none; text-decoration:none;  transition:all 0.5s ease 0s; }
		#portada{ background:url(../img/portada1.jpg); background-size:cover; background-repeat:no-repeat; background-attachment:fixed; background-position:center bottom;  }
		#titulo{ color:white; font-size:1.8em; text-align:center;  font-family: 'Roboto', sans-serif; font-weight:400; letter-spacing:20px; margin-top:30px;}
			   .wow:first-child {visibility: hidden; }
		
		
		
        #contBotones{ margin-top:50px;}
        #botonEntrar{ border:1px solid white; padding:10px 30px; color:white; font-family: "avenirblack"; font-size:0.9em; text-align:center; transition:all 0.5s ease 0s;}
		#botonRegistrate2{ float:none; font-size:1.2em; color:white; margin-bottom:30px; padding:20px; background:#333; margin-top:30px;}
		#botonRegistrate2:hover{   color:white; background:#FF0066; text-decoration:none; transition:all 0.5s ease 0s;}
		#botonEntrar:hover,#botonEntrar:active,#botonRegistrar:hover,#botonRegistrar:active{ border:1px solid #FF0066;  color:white; background:#FF0066; text-decoration:none; transition:all 0.5s ease 0s;}
	#botonRegistrar{ border:1px solid white; padding:10px 10px; color:white; font-family: "avenirblack"; font-size:0.9em; text-align:center; transition:all 0.5s ease 0s;}
		
		footer{  }
		#menuFooter{ margin-bottom:30px; }
		#menuFooter > a{ color:#333333; font-family: "avenir"; position:relative; float:left;  padding-bottom:10px; padding-top:10px; padding-left:20px; padding-right:20px;}
		.iconosRedes{ font-size:1.8em; color:#333;}
		#menuFooter > a:hover{text-decoration:none;  transition:all 0.5s ease 0s; color:#FF0066;}
		#subtituloNosotros{  font-size:1.5em; font-family: "avenirblack";}
		
		
		
		
		#contRegistro{ float:none; margin-top:10%;}
		.titulo{ font-family: 'Roboto', sans-serif; font-weight:500; font-size:5em; padding-bottom:5px; border-bottom:1px solid #333;}
		.subtitulo{ color:#666666; font-size:3em; padding-top:5px;  font-family: 'Roboto', sans-serif;}
		#botonRegistroFace{  float:none; margin-top:100px; font-size:1.3em; margin-bottom:50px; border:1px solid #C62767;  color:#C62767; padding:20px; font-family: 'avenirblack'; transition:all 0.5s ease 0s;}
		#botonRegistroCorreo{  float:none; margin-bottom:100px; font-size:1.3em;  border:1px solid #C62767;  color:#C62767; padding:20px; font-family: 'avenirblack'; transition:all 0.5s ease 0s;}
		#botonRegistroFace:hover,#botonRegistroCorreo:hover{ background:#C62767; color:white; transition:all 0.5s ease 0s;}
	
		
		@media (max-width: 1200px) {
			#titulo{ font-size:2em; }
			#botonRegistrar,#botonEntrar{ font-size:1em;}
			}
		@media (max-width: 767px) {
			
			#contRegistro{ float:none; margin-top:150px;}
			.titulo{ font-size:3em;}
		.subtitulo{ font-size:2em; }
		#botonRegistroFace{ margin-top:50px;}
		#botonRegistroCorreo{ margin-bottom:50px;}
			
				
		#contBotones{ margin-top:100px;}
		#subtituloNosotros{  font-size:1em; }
		#titulo{ font-size:1.7em; }
		#botonRegistrar,#botonEntrar{ margin-top:20px; font-size:1.1em;}
		
		}
		
	
  
