/*--- Tipografia ---*/
@font-face{
	font-family: "Raleway";
	src: url("fonts/Raleway-ExtraLight.ttf");
	font-weight: lighter;
}

body{
	background-image: url("../img/fondo.png");
	margin: 0;
}

.vcard__contenedor{
	display: table-cell;
 	vertical-align:middle;
	height: 100vh;
	width: 100vw;
}

.vcard__contenedor-especial{
	background-color: #F7EED3;
}

.vcard__image{
	display: block;
	margin: auto;
}

.vcard__image-fondo{
	height: 100vh;
}

.vcard__image-boton{
	margin-bottom: 10vh;
	height: 4vh;
}

.vcard__image-boton2{
	height: 4vh;
	margin: auto;
	margin-top: -8vh; 
}

.boton__dian{
	width: 30vh;
	margin-bottom: 5vh;
}

.text__footer{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2vh auto;
	color: black;
	text-decoration: none;

	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.text__footer h1{
	color: black;
	font-family: "Raleway";
	font-weight: lighter;
	font-size: 2.5vh;
}

.img__footer{
	margin-left: 1vw;
	width: auto;
	height: 4vh;
	
}

/*-------------- Estilo movil -------------------*/
@media only screen and (max-device-width: 768px){
	.vcard__contenedor{
		vertical-align:top;
	}

	.vcard__image-fondo{
		width: 100vw;
		height: auto;
		margin: auto;
		
	}
	
	.vcard__image-boton{
		width: 20vh;
	}

	.vcard__image-boton2{
		margin-top: 0vh; 
	}

	.boton__dian{
		margin-bottom: 8vh;
	}
}