body {
	font-family:'Roboto';
	background:#faffde;
	margin:0;
	padding:0;
	position:relative;
} 

p{
	font-size: 21px;
}

.container {
	max-width:1400px;
}

a {
 	position:relative;
	display:block;
}
a img {	

	transform:scale(1);
	transition:0.4s all;
}

a:hover img {
		transform:scale(1.1)

}

 a.link-grande {
	padding:0 100px;
}



a.link-chico.izq{
}

a.link-chico.der{
}




.sociales {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	align-items:center;
	justify-content:center;
}

.sociales li {
	margin:0 10px;
}

.sociales li a {
    color: #faffde;
    background: #000000;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 26px;
    line-height: 46px;
		transition:0.4s all;
}

.sociales li a:hover {
    color: #000;
    background: #faffde;

}

.marco-video{
position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

video{
	margin-top:70px;
	width:90%;
	position:relative;
	z-index:10;
}


@media screen and (max-width: 1190px) {

	
}

@media only screen and (max-width: 991px) {
.marco-video {
	display:none;
}

a.link-grande {
    padding: 0 0 0 100px;
}

}
@media only screen and (max-width: 767px) {



video{
 	width:100%;
}

}



 