/* CSS Document */

@media screen and (max-width:1030px) {
	body{
		background:url(../img/fondo.jpg) #F6F5F6 right bottom no-repeat;
		background-size:cover
	}
}
@media screen and (max-width:1024px) {
	body{
		/*background:url(../img/fondo.jpg) #F6F5F6 right bottom no-repeat;*/
	}
	.desarrollo{
		position:relative;
		width:calc(80% - 50px);
		margin:0 auto;
	}
	/*.registro,.cines{
		margin:0 auto;
	}*/
}
@media screen and (max-width:500px) {

	/*.logos,.titulo{
		display:none;
	}
	.logos_responsive,.titulo_responsive{
		display:block;
	}*/
	.pie .vinculos .vinculo{
		display:block;
	}
	.pie .separador{
		display:none;
	}
	.subtitulo{
		max-width:200px;
	}
	.g-recaptcha {
   -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

}

