@font-face {
font-family: 'Gobold Bold Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gobold Bold Italic'), url('/../fonts/GoboldBoldItalic-Italic.woff') format('woff');
}

@font-face {
font-family: 'Gotham Book';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Book'), url('/../fonts/GothamBook.woff') format('woff');
}


@font-face {
font-family: 'Gotham Book Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Book Italic'), url('/../fonts/GothamBookItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Light'), url('/../fonts/GothamLight.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Light Italic'), url('/../fonts/GothamLightItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Medium'), url('/../fonts/GothamMedium.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Medium'), url('/../fonts/GothamMedium_1.woff') format('woff');
}


@font-face {
font-family: 'Gotham Medium Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Medium Italic'), url('/../fonts/GothamMediumItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Bold';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Bold'), url('/../fonts/Gotham-Bold.woff') format('woff');
}


@font-face {
font-family: 'Gotham Bold Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Bold Italic'), url('/../fonts/GothamBoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Black Regular';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Black Regular'), url('/../fonts/Gotham-Blac/fonts/k.woff') format('woff');
}


@font-face {
font-family: 'Gotham Light Regular';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Light Regular'), url('/../fonts/Gotham-Light.woff') format('woff');
}


@font-face {
font-family: 'Gotham Thin Regular';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Thin Regular'), url('/../fonts/Gotham-Thin.woff') format('woff');
}


@font-face {
font-family: 'Gotham XLight Regular';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham XLight Regular'), url('/../fonts/Gotham-XLight.woff') format('woff');
}


@font-face {
font-family: 'Gotham Book Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Book Italic'), url('/../fonts/Gotham-BookItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Thin Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Thin Italic'), url('/../fonts/Gotham-ThinItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Ultra Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham Ultra Italic'), url('/../fonts/Gotham-UltraItalic.woff') format('woff');
}


@font-face {
font-family: 'Gotham XLight Italic';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('Gotham XLight Italic'), url('/../fonts/Got/fonts/ham-XLightItalic.woff') format('woff');
}

* html{
	margin: 0 auto;
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	min-height: 100vh;
	font-family: 'Gotham Book';
}

img {
	max-width: 100%;
	max-height: auto;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	font-family: 'Gotham Book';
	font-size: 0.8em;
}

span {
	font-family: 'Gotham Book';
}

h1 {
	font-family: 'Gotham Bold';
}

h2 {
	font-family: 'Gotham Bold';
}

h3 {
	font-family: 'Gotham Bold';
}

h4 {
	font-family: 'Gotham Bold';
}

h5 {
	font-family: 'Gotham Bold';
}

h6 {
	font-family: 'Gotham Bold';
}

header {
	width: auto;
	height: 100vh;
	left: 0;
	position: absolute;
	z-index: 100;
}

header ul {
	top: 30%;
	position: absolute;
	padding: 20px;
	border-radius: 0 10px 10px 0;
}

header ul li {
	list-style: none;
}

header ul li span {
	display: block;
	white-space: nowrap;
	padding: 10px 0;
	font-size: 1.2em;
	color: white;
	width: 23px;
	overflow: hidden;
	transition: width 1s;
}

header ul li span:hover {
	width: 350px;
}

.header {
	width: auto;
	height: 100vh;
	left: 0;
	position: fixed;
	z-index: 100;
}

.header ul {
	top: 50%;
	position: absolute;
	padding: 20px;
	border-radius: 0 10px 10px 0;
}

.header ul li {
	list-style: none;
}

.header ul li span {
	display: block;
	white-space: nowrap;
	padding: 10px 0;
	font-size: 1.2em;
	color: white;
	width: 23px;
	overflow: hidden;
	transition: width 1s;
}

.header ul li span:hover {
	width: 300px;
}

.vitadak-logo {
	width: 250px;
	position: absolute;
	top: 35px;
	left: 35px;
}

.line-down {
	border-bottom: 1px solid white;
}

.sitio {
	bottom: 80px;
	position: absolute;
	width: 450px;
	color: white;
	padding-left: 30px;
}

.footer {
	background: white;
	height: 110px;
	overflow: hidden;
}

footer {
	bottom: 0;
	position: absolute;
	background: white;
	width: 100vw;
	height: 110px;
	overflow: hidden;
}

.logo-paill {
	display: inline-block;
	float: left;
	width: 20%;
	padding: 10px 30px;
	position: relative;
	height: 100%;
}

.logo-paill img{
	width: 125px;
	height: auto;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
}

.warning-one {
	display: inline-block;
	float: left;
	width: 30%;
	padding: 10px 30px;
	text-align: center;
}

.warning-two {
	display: inline-block;
	float: right;
	width: 50%;
	padding: 10px 30px;
	text-align: right;
}

.clean {
	clear: both;
}

section {
	width: 100vw;
	height: 100vh;
}

.horizontal-slide {
	display: flex;
	flex-direction: row;
	width: 800vw;
	transform: rotate(90deg) translateY(-100vh);
	transform-origin: top left;
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(43,56,143,1) 100%);
}

.section-one {
	width: 100vw;
	height: 100vh;
	position: relative;
	background: linear-gradient(90deg, rgba(246,144,30,1) 0%, rgba(240,92,40,1) 100%);
}

.section-one h1 {
	color: white;
	font-size: 2.5em;
	font-family: 'Gobold Bold Italic';
}

.section-one .text-section-two {
	position: absolute;
	right: 50px;
	top: 50%;
	text-align: right;
	width: 40%;
	transform: translateY(-50%);
}

.img-center img {
	width: 300px;
	height: auto;
	position: absolute;
	top: 45%;
	left: 45%;
	transform: translateY(-50%) translateX(-50%);
}

.img-left {
	height: 100vh;
	max-width: 300px !important;
	position: relative;
	display: block;
	float: right;
	min-width: 146px;
	overflow: hidden;
}

.img-left img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.img-right {
	height: 100vh;
	width: 300px;
	position: absolute;
	left: 200px;
	top: 50%;
	transform: translateY(-25%);
}

.img-right img {
	width: 100%;
	height: auto;
}

.section-two {
	width: 100vw;
	height: 100vh;
	background: linear-gradient(90deg, rgba(240,92,40,1) 0%, rgba(246,144,30,1) 100%);
	position: relative;
}

.text-section-two {
	position: absolute;
	right: 50px;
	bottom: 25%;
	text-align: right;
	width: 35%;
}

.text-section-two h2 {
	color: white;
	font-size: 2em;
	margin: 25px auto;
}

.text-section-two h3 {
	font-size: 1.2em;
}

.text-section-two h4 {
	color: white;
	font-size: 1.5em;
}

.text-section-two p {
	color: white;
	font-size: 0.8em;	
}

.alert-clic {
	width: 50%;
	display: block;
	float: right;
}

.alert-clic p {
	padding: 10px;
	border: 1px solid white;
	font-weight: bolder;
	border-radius: 5px;
}

.buttons-line {
	display: block;
	width: 100%;
	height: 75px;
	text-align: right;
}

.image-center {
	min-width: 500px;
	height: 90vh;
	margin: 0 auto;
	position: absolute;
	left: 200px
}

.image-center img {
	width: auto !important;
	height: 100% !important;
}

.vitamin {
	padding: 10px;
	display: inline-block;
	width: 20%;
	border: 2px solid rgba(255,255,255,0);
	border-radius: 10px;
}

.vitamin:hover {
	padding: 10px;
	display: inline-block;
	width: 20%;
	border: 2px solid rgba(255,255,255,1);
	border-radius: 10px;
}

.selected {
	border: 2px solid rgba(255,255,255,1);
	border-radius: 10px;
}

.ampolla {
	position: absolute;
	width: 450px;
	height: auto;
	top: 40%;
	right: 30%;
	transform: translateY(-50%);
}

.vitaminA{
	width: 100vw;
	height: 100vh;
	background: linear-gradient(90deg, rgba(7,114,58,1) 0%, rgba(50,173,72,1) 100%);
	position: relative;
	color: white;
}

.vitaminD{
	width: 100vw;
	height: 100vh;
	background: linear-gradient(90deg, rgba(42,67,151,1) 0%, rgba(37,161,219,1) 100%);
	position: relative;
	color: white;
}

.vitaminK{
	width: 100vw;
	height: 100vh;
	background: linear-gradient(90deg, rgba(103,45,143,1) 0%, rgba(156,31,101,1) 100%);
	position: relative;
	color: white;
}

.section-three {
	width: 100vw;
	height: 100vh;
	/* background: linear-gradient(90deg, rgba(37,169,224,1) 0%, rgba(43,56,143,1) 100%); */
	background: linear-gradient(90deg, rgba(246,144,30,1) 0%, rgba(240,92,40,1) 100%);
	position: relative;
}

.product-container {
	width: 75%;
	position: absolute;
	right: 0;
	overflow: hidden;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	text-align: right;
}

.product-container h2 {
	font-size: 3em;
	color: white;
	text-align: center;
}

.product-details {
	width: 40%;
	padding: 30px 30px;
	display: inline-block;
	text-align: left;
}

.vitadak-img {
	width: 85%;
}

.product-text {
	color: white;
}

.product-text h3 {
	color: white;
	text-align: center;
	padding: 10px;
	border: 1px solid white;
	border-radius: 5px;
	font-size: 1em;
}

.product-text h5 {
	color: #f26925;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	background: white;
	font-size: 1em;
}

.right {
	float: right !important;
}


.horizontal-scroll {
	width: 100vh;
	height: 100vw;
	transform: rotate(-90deg) translateX(-100vh);
	transform-origin: top left;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

::-webkit-scrollbar {
	display: none;
}

.product-full {
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(246,144,30,1) 0%, rgba(240,92,40,1) 100%);
	overflow: hidden;
}

.product-full-container {
	width: 75%;
	height: 100%;
	float: right;
	margin-bottom: 20px;
}

.left-full {
	width: 60%;
	padding: 30px;
	margin: 0 auto;
}

.left-left-full {
	position: absolute;
	top: 40%;
	color: white;
	left: 200px;
}

.left-left-full h3 {
	font-family: 'Gobold Bold Italic';
	font-size: 1.2em;
	margin: 0 auto;
	font-weight: normal;
}

.left-left-full h2 {
	font-size: 2.5em;
	font-family: 'Gobold Bold Italic';
	margin: 0;
}

.right-full {
	width: 80%;
	padding: 20px 50px;
	background: white;
	border-radius: 10px;
	margin: 0 auto;
}

.logo-vitadak-product {
	width: 100%;
	border-bottom: 5px solid #ee2738;
	text-align: center;
	margin-bottom: 30px;
}

.logo-vitadak-product img {
	width: 60%;
	margin: 0 auto;
}

.right-full h2 {
	color: #ee2738;
	font-size: 1.2em;
}

.right-full p {
	color: #025687;
}

.section-forth {
	width: 100vw;
	height: 100vh;
	position: relative;
	background: linear-gradient(90deg, rgba(69,94,149,1) 0%, rgba(26,37,109,1) 100%);
}

.faq-container {
	width: 60%;
	position: absolute;
	right: 40px;
	padding: 50px;
	margin-bottom: 20px;
}

.faq-container {
	color: white;
}

.faq-questions {
	width: 40%;
	position: absolute;
	left: 0;
}

.faq-container .faq-questions label .radio_mark {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0);
	display: block;
	margin: 10px;
	font-size: 1em;
}

.faq-container .faq-questions label .radio_mark:hover {
	border: 1px solid rgba(255,255,255,1)
}

.faq-container .faq-questions label .input:checked ~ .radio_mark {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,1);
	display: block;
	margin: 10px;
	font-size: 1em;
}

.input {
	display: none;
}

.answers {
	width: 40%;
	position: absolute;
	right: 0;
}

.answer {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid white;
	font-size: 1em;
	display: block;
	background: white;
	color: rgba(26,37,109,1);
}

.product-full-new {
	width: 100vw;
	height: 100vh;
	background: linear-gradient(90deg, rgba(42,67,151,1) 0%, rgba(37,161,219,1) 100%);
	position: relative;
}

.product-full-new .product-full-container {
	width: 75%;
	height: 100%;
	float: right;
	margin: 0;
}

.product-full-new .product-full-container .left-full {
	max-height: 100%;
	overflow:hidden;
}

.logo-vitadak-product-new {
	width: 50%;
	margin: 20px auto 0 auto;
}

.img-answer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.img-answer img {
	max-height: 75px;
}

.viruses {
	width: 100vw;
	height: 100vh;
	position: relative;
	background: linear-gradient(90deg, rgba(32,213,227,1) 0%, rgba(0,140,141,1) 100%);
}

.viruses-container {
	width: 80%;
	position: absolute;
	right: 0;
	padding: 0 30px;
}

.img-support {
	width: 400px;
	max-height: 90vh;
	float: left;
	display: inline-block;
}

.viruses-text {
	width: 40%;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	color: white;
	transform: translateY(-50%);
}

.viruses-text h2 {
	font-size: 1.5em;
	text-align: right;
	color: #e0e000;
}

.viruses-text h3 {
	font-size: 1.5em;
	margin: 10px auto;
}

.biblio {
	width: 100vw;
	height: 100vh;
	background: linear-gradient(90deg, rgba(7,114,58,1) 0%, rgba(50,173,72,1) 100%);
	position: relative;
	color: white;
}

.biblio_container {
    width: 80%;
    height: 100%;
    float: right;
    text-align: left;
    margin-top: 100px;
}


@media only screen and (max-width: 1100px) {
	.section-one .img-left {
		display: none;
	}
	.section-two .img-right {
		display: none;
	}

	.image-center {
		max-width: 450px;
		min-width: 0px;
		height: auto;
	}

	.image-center img {
		max-width: 100% !important;
		height: auto !important;
	}
}

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

	header {
		position: fixed;
		z-index: 999;
	}

	header ul {
		top: 20%;
	}

	header ul li span {
		width: 23px;
	}

	header ul li span:hover {
		width: 23px;
	}

	section {
		min-height: 100vh;
		padding-top: 80px
	}

	.horizontal-scroll {
		width: 100vw;
		height: auto;
		transform: none;
		overflow-y: initial;
		overflow-x: hidden;
		position: initial;
		scrollbar-width: none;
		-ms-overflow-style: none;
		display: block;
	}


	.horizontal-slide {
		display: block;
		width: 100vw;
		transform: none;
	}

	.section-one {
		width: 100vw;
		height: auto;
		position: initial;
		display: block;
	}

	.star-box {
		width: 80%;
		margin-top: 75px;
		display: block;
		float: right;
		height: auto;
		padding-right: 10px;
	}

	.section-one .img-center {
		width: 80%;
		margin: 0 auto;
		height: auto;
		display: block;
	}

	.section-one .img-center img {
		width: 100%;
		position: initial;
		display: block;
		transform: none;
	}

	.section-one .text-section-two {
		position: initial;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		transform: none;
		padding: 0;
		display: block;
	}

	.section-one h1 {
		color: white;
		font-size: 1.5em;
		font-family: 'Gobold Bold Italic';
	}

	.section-two {
		width: 100vw;
		height: auto;
		display: block;
		position: initial;
	}

	.section-two .img-right {
		display: none;
	}

	.section-two .content-section-two .ampolla {
		position: initial;
		transform: none;
		width: 250px;
		margin: 0 auto;
	}

	.text-section-two {
		position: initial;
		transform: none;
		width: 80%;
		padding: 10px 50px;
	}

	.text-section-two p {
		font-size: 1em;
	}

	.vitaminA{
		width: 100vw;
		height: auto;
		position: initial;
		display: block;
	}

	.image-center {
		position: initial;
		width: 250px;
		min-width: 0px;
		height: auto;
	}

	.image-center img {
		max-width: 100% !important;
		height: auto !important;
	}

	.vitaminD{
		width: 100vw;
		height: auto;
		position: initial;
		display: block;
	}

	.vitaminK{
		width: 100vw;
		height: auto;
		position: initial;
		display: block;
	}

	.buttons-line {
		height: auto;
		display: block;
	}


	.section-three {
		height: auto;
		position: initial;
		height: auto;
		display: block;
	}

	.section-three .product-container {
		position: initial;
		display: block;
		height: auto;
		width: 70%;
		margin: 0 auto;
		text-align: initial;
		transform: none;
		overflow: initial;
	}

	.section-three .product-container .product-details {
		width: 100%;
	}

	.product-details p {
		width: 90%;
	}

	.product-details h3 {
		width: 85%;
	}

	.product-details h5 {
		width: 85%;
	}

	.right {
		float: initial !important;
	}

	footer {
		display: block;
		position: initial;
		background: white;
		width: 100vw;
		min-height: 75px;
		overflow: hidden;
		height: auto;
		padding: 0;
	}

	.footer {
		display: block;
		position: initial;
		background: white;
		width: 100vw;
		min-height: 75px;
		overflow: hidden;
		height: auto;
		padding: 0;
	}

	.alert-clic {
		width: 100%;
	}

	.logo-paill {
		display: block;
		float: none;
		width: 40%;
		padding: 0;
		position: initial;
		height: auto;
		margin: 10px auto 0 auto;
	}

	.logo-paill img {
		position: initial;
		width: 100%;
		height: auto;
		margin: 0 auto;
		transform: none;
	}

	.warning-two {
		display: block;
		float: none;
		width: 80%;
		padding: 0 30px;
		text-align: center;
		margin: 0 auto
	}

	.section-forth {
		height: auto;
		position: initial;
		height: auto;
		display: block;
	}

	.faq-container {
		display: block;
		height: auto;
		margin: 0 auto;
		position: initial;
	}

	.faq-questions {
		width: 100%;
		position: initial;
		display: block;
		height: auto;
	}

	.answers {
		width: 100%;
		position: initial;
		display: block;
		height: auto;
		font-size: 1em;
	}

	.faq-container .faq-questions label .input:checked ~ .radio_mark {
		font-size: 1em;
	}

	.product-full-container {
		width: 85%;
		height: 100%;
		margin: 60px auto 20px auto;
	}

	.product-full-container .left-full {
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
	}

	.product-full-container .right-full {
		max-width: 75%;
		padding: 20px 20px;
		background: white;
	}

	.product-full-container .right-full h2 {
		font-size: 1.2em;
	}

	.product-full-container .right-full p {
		font-size: 0.9em;
	}

	.viruses {
		height: auto;
		position: initial;
		display: block;
		padding-bottom: 20px;
	}

	.viruses-container {
		position: initial;
		display: block;
		margin-left: 17%;
		padding: 0;
	}

	.img-support {
		width: 100%;
		margin: 0;
	}

	.viruses-text {
		width: 100%;
		position: initial;
		display: block;
		transform: none;
		margin: 0;
		padding: 0;
	}

	.viruses-text h2 {
		font-size: 1.5em;
	}

	.product-full-new .product-full-container .left-full {
		width: 95%;
		margin-right: 5px;
		position: initial;
		transform: none;
		padding: 0;
	}

	.left-left-full {
		width: 90%;
		right: 5px;
		position: initial;
		transform: none;
		display: block;
		margin: 15px auto 0 auto;
		text-align: center;
	}

	.left-left-full h2 {
		font-size: 1.5em;
	}


}