body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/* font-family: estandar; */
	/*background-color: #a7c774d6;*/
}
header {
	margin-bottom: -2.8px;
}
/*header img {
    /* position: absolute !important;
    top: 0;
    left: 0; */
   /* width: 100%;
    height: 100%;
    object-fit: cover;
}*/
header img {
	/* position: absolute !important; */
	/* top: 0; */
	/* left: 0; */
	width: 80%; 
	/* height: 100%; */
	/* object-fit: cover; */
	padding: 2.3rem;
}
.separador {
	margin-top: 0rem;
}
#contenedorVideo {
	margin-top: 0.7rem;
}
#video {
	display: flex;
    flex-direction: column;
    align-items: center;
}
#video video {
	width: 100%;
}
.iconoProducto {
	background: url(../img/sipcamiberia_cultivaygana_araw.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 11rem;
	height: 5rem;
	display: block;
}
iframe{
    visibility: hidden;
    position:absolute;
    height:0;
}
.separadorPie {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 15rem;
}
#pie {
	/* margin-top: 1rem; 
	position: fixed;
	bottom: 0;*/
}
.imaPie {
	width: 100%;
	/* height: 14vmin; */
	object-fit: cover;
	/* margin-bottom: ; */
}
#oculto{
    display:none;
}