@charset "UTF-8";
/* CSS Document */
@font-face{
	font-family: FuturaOblique;
	src:url(fuentes/FuturaOblique.ttf);
}
@media (max-width:450px){
	.logo{
		width: 89px;
		height: 102px;
		background-image: url("../images/logo.png");
		background-repeat: no-repeat;
		background-size: 89px 102px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.texto1{
		font-family:FuturaOblique;
		font-size: 12px;
	}
	.gif{
		width: 300px;
		height: 225px;
		background-image: url("../images/ezgif.com-crop.gif");
		background-size: 300px 225px;
		margin: auto;
		margin-top: -5px;
	}
	.texto2{
		font-family: FuturaOblique;
		font-size: 12px;
		margin-top: -5px;
	}
	.redes{
		width: auto;
		height: auto;
		padding: 0px 42px 0px 0px;
		margin-top: -5px;
	}
	.redes ul{
		align-content: center;
		text-decoration: none;
	}
	.redes ul li{
		display:inline;
		margin-left: 5px;
	}
	.info{
		font-family: FuturaOblique;
		font-size: 12px;
		margin-top: -5px;
	}
}
@media (min-width:450px) and (max-width:980px){
	.logo{
		width: 96px;
		height: 111px;
		background-image: url("../images/logo.png");
		background-repeat: no-repeat;
		background-size: 96px 111px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.texto1{
		font-size: 15px;
		margin-top: -15px;
	}
	.gif{
		width: 300px;
		height: 225px;
		background-image: url("../images/ezgif.com-crop.gif");
		background-size: 300px 225px;
		margin: auto;
		margin-top: -15px;
	}
	.redes{
	width: auto;
	height: auto;
	padding: 0px 42px 0px 0px;
	margin-top: -5px;
}
.redes ul{
	align-content: center;
	text-decoration: none;
	
}
.redes ul li{
	display: inline;
	margin-left: 5px;
}
	.info{
	margin-top: -5px;
}
h5{
	font-family: FuturaOblique;
}


.texto2{
	margin-top: -5px;
}

}

@media (min-width:981px){
	.logo{
		width: 96px;
		height: 111px;
		background-image: url("../images/logo.png");
		background-repeat: no-repeat;
		background-size: 96px 111px;
		margin: auto;
		margin-top:25px;
		margin-bottom: 25px;
	}
	.texto1{
		font-size: 15px;
		margin-top: -5px;
	}
	.gif{
		width: 300px;
		height: 225px;
		background-image: url("../images/ezgif.com-crop.gif");
		background-size: 300px 225px;
		margin: auto;
		margin-top: -5px;
	}
	.redes{
	width: auto;
	height: auto;
	padding: 0px 42px 0px 0px;
	margin-top: -5px;
}
.redes ul{
	align-content: center;
	text-decoration: none;
}
.redes ul li{
	display: inline;
	margin-left: 5px;
}
	.info{
	margin-top: -5px;
}
h5{
	font-family: FuturaOblique;
}


.texto2{
	margin-top: -5px;
}

}