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


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


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


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


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


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


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


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


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


@font-face {
font-family: 'Gotham Black Regular';
font-style: normal;
font-weight: normal;
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;
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;
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;
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;
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;
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;
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;
src: local('Gotham XLight Italic'), url('../fonts/Got/fonts/ham-XLightItalic.woff') format('woff');
}

* html {
	margin: 0 auto;
}

body {
	margin: 0 auto;
	overflow-x: hidden;
	width: 100%;
	margin: 0 auto;
}

header {
    position: relative;
    height: 100vh;
    z-index: 0;
	background: #005487;
	overflow: hidden;
}

header label {
	display: block;
	padding: 10px;
	margin: 30px 50px 0 0;
	float: right;
	color: white;
	font-size: 2.5em;
}

header label:hover {
	cursor: pointer;
	color: #FFCD00;
}

#btn-menu {
	display: none;
}


nav {
	padding: 50px 0;
	margin: 40px 50px 0 0;
	display: none !important;
	transition: all 0.5s !important;
}

#btn-menu:checked ~ nav {
	display: block !important;
	transition: all 0.5s !important;
}

nav ul {
	position: absolute;
	display: flex;
	flex-direction: column;
	right: 0;
}

nav ul li {
	text-decoration: none;
	list-style: none;
	padding: 10px 50px;
	font-family: 'Gotham Book';
	color: white;
	font-size: 1.35em;
	display: flex;
	display: block;
	transition: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    text-align: center;
}

nav ul li:hover {
	color: #FFCD00;
	text-decoration: none;
}

nav ul a {
	text-decoration: none;
}

nav ul a:hover {
	text-decoration: none;
}

.menu-nav {
	position: fixed;
	right: 30px;
	z-index: 200;
	height: 30px;
	padding-top: 10px;
	height: 50px;
}

.menu-nav ul {
	display: flex;
}

.menu-nav ul li {
	display: inline-block;
	padding: 10px;
	font-family: 'Gotham Book';
	color: white;
}

.menu-nav li:hover {
	border-bottom: 2px solid white;
}

.menu-nav ul li img {
	height: 20px;
}

.menu-nav-new {
	display: block;
	height: 100px;
	padding:10px 30px;
}

.menu-nav-new ul {
	display: inline-block;
	float: right;
	width: 50%;
	text-align: right;
}

.menu-nav-new ul li {
	display: inline-block;
	padding: 10px;
	font-family: 'Gotham Book';
	color: #005487;
	border-bottom: 2px solid white;
	vertical-align: middle;
}

.menu-nav-new li:hover {
	border-bottom: 2px solid #005487;
}

.menu-nav-new ul li img {
	height: 20px;
}

.logo-top {
	height: 75px;
	width: 30%;
	display: inline-block;
}

.intro-tex {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 50%;
	padding: 30px 50px;
	text-align: justify;
	left: 0;
	color: white;
	font-family: 'Gotham Book';
}

.intro-tex h1 {
	font-family: 'Gotham Bold';
	color: #FFCD00;
	text-align: left;
}

.suda-first {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/first.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 35px;
	background-color: #FFCD00;
	background-position: center;
	display: flex;
}



.suda-second {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/second.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 35px;
	background-position: center;
	display: flex;
}

.suda-third {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/third.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 35px;
	background-position: center;
	display: flex;
}

.suda-forth {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/forth.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 35px;
	background-position: center;
	display: flex;
}

.suda-fifth {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/fifth.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 35px;
	background-position: center;
	display: flex;
}

.suda-sixth {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/sixth.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 35px;
	background-position: center;
	display: flex;
}

.suda-seventh {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/seventh.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 35px;
	background-position: center;
	display: flex;
}

.suda-eight {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/eight.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 35px;
	background-position: center;
	display: flex;
}

.suda {
	width: 100%;
	min-height: 100vh;
	padding: 75px 35px 0 35px;
	display: flex;
}


.suda-te {
	width: 80%;
}

.sector-left {
	display: inline-block;
	width: 45%;
	height: 100%;
	float: left;
	text-align: justify;
}

.sector-left hr {
	border-top: 1px solid white;
}

.sector-left h2 {
	font-family: 'Gotham Bold';
	font-size: 3em;
	color: white;
	text-align: left;
}

.sector-left p {
	font-family: 'Gotham Book';
	font-size: 1em;
	color: white;
}

.sector-left a {
	font-family: 'Gotham Book';
	font-size: 1.5em;
	padding: 20px;
	margin: 20px auto 0 auto;
	border: 1px solid white;
	color: white;
	border-radius: 20px;
	text-align: center;
	width: 100%;
}

.sector-left a:hover{
	text-decoration: none;
	color: white;
}

.sector-right {
	display: inline-block;
	width: 50%;
	height: 100%;
	text-align: justify;
	right: 0;
}

.need-back {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 30px;
	border-radius: 20px;
}

.sector-right hr {
	border-top: 1px solid white;
}

.sector-right h2 {
	font-family: 'Gotham Bold';
	font-size: 3em;
	color: white;
	text-align: left;
}

.sector-right p {
	font-family: 'Gotham Book';
	font-size: 1em;
	color: white;
}

.sector-right a {
	font-family: 'Gotham Book'!important;
	font-size: 1.5em!important;
	padding: 20px!important;
	margin: 20px auto 0 auto!important;
	border: 1px solid white!important;
	color: white!important;
	border-radius: 20px!important;
	text-align: center!important;
	width: 100%!important;
}

.sector-right a:hover{
	text-decoration: none!important;
	color: white!important;
}

.info-nxt-blue {
	font-family: 'Gotham Book'!important;
	font-size: 1em!important;
	padding: 20px!important;
	margin: 20px auto 0 auto!important;
	border: 1px solid #0047BA!important;
	color: #0047BA!important;
	border-radius: 20px!important;
	text-align: center!important;
	width: 100%!important;
}

.info-nxt-blue:hover{
	text-decoration: none!important;
	color: #0047BA!important;
}

#myVideo {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}


footer {
	padding: 0 100px;
	display: flex;
}

.foot-left {
	width: 50%;
	display: inline-block;
	float: left;
	height: 200px;
}

.logo-footer {
	height: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 30px;
	display: inline-block;
	float: left;
}

.logo-footer img {
	width: auto;
	max-height: 100% !important;
	float: left;
}


.foot-right {
	width: 50%;
	display: inline-block;
	float: right;
	height: 200px;
}

.foot-redes {
	width: 100%;
}

.facebuk {
	width: 40%;
	height: 200px;
	margin: 0 auto;
	padding: 30px;
	display: inline-block;
	float: right;
}

.facebuk img {
	width: auto;
	max-height: 100% !important;
	float: right;
}

.intagran {
	width: 40%;
	height: 200px;
	margin: 0 auto;
	padding: 30px;
	display: inline-block;
	float: right;
}

.intagran img {
	width: auto;
	max-height: 100% !important;
	float: right;
}

.line-div {
	width: 2px;
	height: auto;
	background: #0047BA;
}

.bottom-foot {
	width: 100%;
	padding: 10px;
	background: #0047BA;
	display: flex;
	margin: 0 auto;
	text-align: center;
}

.bottom-foot img {
	height: 15px;
	margin: 0 auto;
}

.credit-content {
	margin: 0 auto;
	width: 200px;
}

.credit-content h6 {
	color: white;
	font-size: 0.6em;
	font-family: 'Gotham Book';
}

.tellus {
	width: 80%;
	margin: 50px auto;
	z-index: 300;
}

.tellus h2 {
	font-family: 'Gotham Bold';
	text-align: center;
	color: #0047BA;
}

.tellus p {
	font-family: 'Gotham Book';
	text-align: center;
}

.suda-te {
    width: 80%;
    float: right;
}

.indication-left {
    font-family: 'Gotham Bold';
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 0.9em;
    color: white;
    height: auto;
}

.indication-right {
    font-family: 'Gotham Bold';
    writing-mode: vertical-lr;
    display: inline-block;
    font-size: 0.9em;
    color: white;
    height: auto;
}

/* NOTICIAS */

.news {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px;
    text-align: center;
}

.new {
    width: 400px;
    height: 400px;
    background: #0046B4;
    display: inline-block;
    margin: 35px;
    border-radius: 30px;
    overflow: hidden;
}

.image-new {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: darkgrey;
}

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

.info-new {
    width: 100%;
    height: 200px;
    padding: 15px;
}

.info-new h2 {
    font-family: 'Gotham Bold';
    color: #FFCD00;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.new-text{
    font-family: 'Gotham Book';
    color: white;
    height: 70px;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.info-new a {
    padding: 5px 20px;
    text-decoration: none!important;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    bottom: 0;
}

.info-new a:hover {
    text-decoration: none!important;
}

/* NOTICIAS */

/* NOTICIA INDIVIDUAL */

.container-new {
	width: 70%;
	height: auto;
	margin: 0 auto 30px auto;
}

.block-img-new {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.block-info-new h1 {
    font-family: 'Gotham Bold';
    color: #0067AC;
    margin-bottom: 20px;
}

.block-info-new p {
    color: black;
    text-align: justify;
}

.back-prod {
    margin-top: 100px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.back-prod-two {
    text-align: center;
    padding: 10px;
    color: #fff;
}

/* NOTICIA INDIVIDUAL */


/* PRODUCTO INDIVIDUAL */

.block-product-spec {
	width: 100%;
	text-align: left;
}

.block-spec-left {
	width: 40%;
	display: inline-block;
	float: left;
	padding-right: 20px;
}


.spec-description{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.spec-description h2 {
	font-size: 1.5em;
	font-family: 'Gotham Bold';
	color: #0067AC;
}

.spec-formula {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.spec-formula h2 {
	font-size: 1.5em;
	font-family: 'Gotham Bold';
	color: #0067AC;
}

.block-spec-right {
	width: 50%;
	display: inline-block;
	float: right;
}

.spec-dosis {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.spec-dosis h2 {
	font-size: 1.5em;
	font-family: 'Gotham Bold';
	color: #0067AC;
}

/* PRODUCTO INDIVIDUAL */



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

	.sector-left {
		width: 100%;
	}

	.suda-first {
		flex-direction: column;
	}

	.suda-second {
		flex-direction: column;
	}

	.suda-third {
		flex-direction: column;
	}

	.suda-forth {
		flex-direction: column;
	}

	.suda-fifth {
		flex-direction: column;
	}

	.suda-sixth {
		flex-direction: column;
	}

	.suda-seventh {
		flex-direction: column;
	}

	.suda-eight {
		flex-direction: column;
	}

	.suda {
		flex-direction: column;
	}

	.sector-right {
		width: 100%;
		margin-top: 50px;
	}

	footer {
		flex-direction: column;
	}

	.foot-left {
		width: 100%;
	}

	.logo-footer {
		display: flex;
		float: none;
	}

	.logo-footer img {
		float: none;
		margin: 0 auto;
	}

	.foot-right {
		width: 100%;
	}

	.foot-redes {
		display: flex;
	}

	.facebuk {
		float: none;
		display: flex;
	}

	.intagran {
		float: none;
		display: flex;
	}

	#myVideo {
		top: 15%;
	}


}

@media screen and (max-width: 850px){
	.suda-first {
		padding: 75px 35px;
	}
	.suda-second {
		padding: 75px 35px;
	}
	.suda-third {
		padding: 75px 35px;
	}
	.suda-forth {
		padding: 75px 35px;
	}
	.suda-fifth {
		padding: 75px 35px;
	}
	.suda-sixth {
		padding: 75px 35px;
	}
	.suda-seventh {
		padding: 75px 35px;
	}
	.suda-eight {
		padding: 75px 35px;
	}

	.suda {
		padding: 75px 35px;
	}

	.suda-te {
    	width: 80%;
    }
}

@media screen and (max-width: 710px){
	header {
		background: #0046B4;
	}

	#myVideo {
		width: 1480px;
	}

	.intro-tex {
		width: 100%;
	}

	footer {
		padding: 25px;
	}

	.facebuk {
		display: block;
		padding: 10px 10px 30px 10px;
	}

	.intagran {
		display: block;
		padding: 10px 10px 30px 10px;
	}

    #myVideo {
    	top: 15%;
    }

    .block-spec-left {
		width: 100%;
		display: block;
	}

	.block-spec-right {
		width: 100%;
		display: block;
	}

}

@media screen and (max-width: 500px) {
	.suda-first {
		padding: 75px 30px;
	}
	.suda-second {
		padding: 75px 30px;
	}
	.suda-third {
		padding: 75px 30px;
	}
	.suda-forth {
		padding: 75px 30px;
	}
	.suda-fifth {
		padding: 75px 30px;
	}
	.suda-sixth {
		padding: 75px 30px;
	}
	.suda-seventh {
		padding: 75px 30px;
	}
	.suda-eight {
		padding: 75px 30px;
	}

	.suda-te {
    	width: 75%;
    }

    .suda {
    	padding: 75px 30px
    }
}

img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.div {
	clear: both;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}