

/* VIDEO*/
.video {
    position: relative;
    height: 80vh;
    margin-top: 0px;
}

.video-intro {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	flex-direction: column;
}

.video-intro video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.video-intro img {
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}

.video-intro p {
	font-size: 24px;
	color: white;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -65%);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
/* FIN VIDEO*/

/*PORTADAS*/
.embalac {
    background-image: url("../img/header/kionutri-embalac-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.mama {
    background-image: url("../img/header/kionutri-mama-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.crecides {
    background-image: url("../img/header/kionutri-crecides-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.kids {
    background-image: url("../img/header/kionutri-kids-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.adulto {
    background-image: url("../img/header/kionutri-adulto-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.forza {
    background-image: url("../img/header/kionutri-forza-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.sisinm {
    background-image: url("../img/header/kionutri-sisinm-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.guard {
    background-image: url("../img/header/kionutri-guard-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.cardio {
    background-image: url("../img/header/kionutri-card-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.plus {
    background-image: url("../img/header/kionutri-plus-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.mayores {
    background-image: url("../img/header/kionutri-adultoM-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

.silver {
    background-image: url("../img/header/kionutri-silver-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 60px;
}

/*DESTACADOS*/
.fondo-color {
  	background-color: #d7d9dd;
	width: 100%;
	align-content: center;
	text-align: center;
}

.fondo-color-1 {
  	background-color: #d0c6fd;
	width: 100%;
	align-content: center;
	text-align: center;
}

.fondo-color-2 {
  	background-color: #c63a62;
	width: 100%;
	align-content: center;
	text-align: center;
}

.fondo-color-3 {
  	background-color: #f7a600;
	width: 100%;
	align-content: center;
	text-align: center;
}

.fondo-color-4 {
  	background-color: #3973b9;
	width: 100%;
	align-content: center;
	text-align: center;
}

.fondo-color-5 {
  	background-color: #008137;
	width: 100%;
	align-content: center;
	text-align: center;
}

.fondo-color-6 {
  	background-color: #e30613;
	width: 100%;
	align-content: center;
	text-align: center;
}

.fondo-color-7 {
  	background-color: #a37818;
	width: 100%;
	align-content: center;
	text-align: center;
}

