html {
	width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
nav,
footer,
section,
article {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
}
ol,
ul,
li {
	list-style: outside none none;
}
blockquote {
	quotes: none;
}
blockquote::before,
blockquote::after {
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img,
a {
	border: medium none;
	color: #000;
	outline: 0 none;
	text-decoration: none;
}
.clear {
	clear: both;
}

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

.home {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.color {
	background: rgb(96, 0, 130); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(96, 0, 130, 1) 43%,
		rgba(255, 75, 86, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(96, 0, 130, 1) 43%,
		rgba(255, 75, 86, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(96, 0, 130, 1) 43%,
		rgba(255, 75, 86, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600082', endColorstr='#ff4b56',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.logo {
	background-image: url("../img/just_love.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 250px;
	margin: 0 auto 30px;
	height: 70vh;
}

.redes {
	margin: 0px 0;
}
.redes li {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 30px;
}
.redes li a {
	display: block;
	width: 100%;
	height: 100%;
}
.redes li a .iconRed {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50;
	background-size: contain;
}
.redes li .nameRed {
	display: none;
}
.searchContactsInput {
	padding: 9px 6%;
	border-radius: 20px;
	border: 0;
	font-size: 1.1em;
	width: 88%;
}
.redes li.red_w .iconRed {
	background-image: url("../img/svg/link-outline.svg");
}
.redes li.red_fb .iconRed {
	background-image: url("../img/svg/logo-facebook.svg");
}
.redes li.red_yt .iconRed {
	background-image: url("../img/svg/logo-youtube.svg");
}
.redes li.red_ig .iconRed {
	background-image: url("../img/svg/logo-instagram.svg");
}
.redes li.red_tw .iconRed {
	background-image: url("../img/svg/logo-twitter.svg");
}
.redes li.red_tt .iconRed {
	background-image: url("../img/svg/logo-tiktok.svg");
}

/* MEDIAS */

@media only screen and (max-width: 600px) {
	.logo{
		margin-bottom: 10vh;
		height: 50vh;
	}
	.redes li {
		margin: 0 10px;
	}
}
