body{
	background:#FFF;
 font-family: "Roboto", sans-serif;
}

.font1{
	font-family: "Roboto", sans-serif;
}
.font2{
	font-family: "Roboto+Condensed", sans-serif;
}

.orange{
	color:#F6A200;
}

.blu{
  color: #3a99d9;
}

.bgblu{
  background: #7ca9eb;
}

.bgorange{
  background: #F6A200;
}


.bgLightgrey{
	background: #efefef;
}

.underline{
	text-decoration: underline;
}

.extra{
	font-size: 4em;
	line-height: 1em;
	font-weight: 600;
}



a.privacyLnk:link,a.privacyLnk:visited{
	color:#F6A200;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}
a.privacyLnk:hover{
	color:#333;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}


h1,h2,h3,h4{
	font-family: "Roboto+Condensed", sans-serif;
	font-weight: 600;
	line-height: 1,3em;
}
h1{
	font-size: 50px;
	position: relative;
}

.videoHeroInfo h1{
	color:#fff;
}

h2{
	font-size: 44px;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.ctaOrange:link,
a.ctaOrange:visited{
	font-family: "Roboto+Condensed", sans-serif;
	color: #fff;
	background: #F6A200;
	font-size: 18px;
	line-height: 1em;
	padding:12px 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: block;
	width: max-content;
	text-transform: uppercase;
}
a.ctaOrange:hover{
	background: #000;
}


a.ctaDark:link,
a.ctaDark:visited{
	font-family: "Roboto+Condensed", sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 1em;
	background: #696969;
	font-size: 18px;
	padding:12px 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: block;
	width: max-content;
}
a.ctaDark:hover{
	background: #000;
}



a.ctaOrange.large,
a.ctaDark.large{
	font-size: 20px;
	line-height: 1em;
	padding:15px 30px;
}



body.thankyou section{
	min-height:initial;
	padding: initial;
}


.topNav{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	padding:10px;
	z-index: 800;
	background:transparent;
	min-height: initial;
	transition: all 0.3s ease-in-out;
	border-bottom:1px solid rgb(255 255 255 / 15%);
/*	box-shadow: 0px 0px 20px #ddd;*/
}
.topNavElementWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.topNavElementWrap .logo{
	width: 70px;
	height: 50px;
	display: block;
	background: url('../img/logo_modula_negative_np.svg')no-repeat center center;
	transition: all 0.3s ease-in-out;
}
.topNav.scrolled .topNavElementWrap .logo{
	background: url('../img/logo_modula_np.svg')no-repeat center center;
}


.topNavElementWrap .menu ul{
	margin: 0;
	padding: 0;
}
.topNavElementWrap .menu ul li{
	list-style: none;
	display: inline;
}
.topNavElementWrap .menu ul li a:link,
.topNavElementWrap .menu ul li a:visited{
	font-family: "Roboto+Condensed", sans-serif;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0;
	transition: all 0.3s ease-in-out;
}
.topNavElementWrap .menu ul li a:hover{
	opacity:0.3;
}

.topNavElementWrap .menu ul li a.active{
	color:#F6A200;
	border-bottom: 1px solid #F6A200;
}


.topNavElementWrap .menu ul li:not(:last-child) a{
	margin-right: 20px;
}
.topNavElementWrap .utils{
	display: flex;
	align-items: center;
}
.topNavElementWrap .utils a.ctaOrange{
	font-size: 18px;
	color: #fff !important;
	cursor: pointer;
}
.topNavElementWrap .menu ul li a.mainCta:link,
.topNavElementWrap .menu ul li a.mainCta:visited,
.topNav.scrolled .topNavElementWrap .menu ul li a.mainCta:link,
.topNav.scrolled .topNavElementWrap .menu ul li a.mainCta:visited{
	color: #fff;
	background: #F6A200;
	border:1px solid #F6A200;
	font-size: 14px;
	padding:8px 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.topNav.scrolled .topNavElementWrap .menu ul li a.mainCta:hover,
.topNavElementWrap .menu ul li a.mainCta:hover{
	color: #fff;
	background: #000;
	border:1px solid #000;
	opacity: 1;
}
.topNavElementWrap .menu ul li a.mainCta.active{
	border:1px solid #fff;
	opacity: 0.5;
}
.topNavElementWrap .utils .langToggler{
	display: flex;
	align-items: center;
}
.topNavElementWrap .utils .langToggler a{
	text-decoration: none;
	color: #666;
	width: 30px;
	height: 30px;
	display: block;
	border:1px solid #666;
	margin-left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}
.topNavElementWrap .utils .langToggler a.active{
	color: #FFF;
	border:1px solid #FFF;
}

.topNavElementWrap .menu ul li a:link,
.topNavElementWrap .menu ul li a:visited{
	font-family: "Roboto+Condensed", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0;
	transition: all 0.3s ease-in-out;
}

.topNav.scrolled{
	background:#fff;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 20px #ddd;
}

.topNav.scrolled .topNavElementWrap .menu ul li a:link,
.topNav.scrolled .topNavElementWrap .menu ul li a:visited{
	color:#000;
	transition: all 0.3s ease-in-out;
}
.topNavElementWrap .menu ul li a:hover{
	opacity:0.3;
}

.topNav.scrolled .topNavElementWrap .menu ul li a.active{
	color:#F6A200;
	border-bottom: 1px solid #F6A200;
}


.formWrapTop.card{
	border-radius: 20px;
}


.formConfirmBut{
		color: #fff;
    background: #F6A200;
    border: 1px solid #F6A200;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.formConfirmBut:hover{
		background: #000;
    border: 1px solid #000;
}


#section-3{
		background: #efefef;
}
#section-4{
		background:#3c3c3b;
}



.utilityCard{
	border:10px solid #efefef;
	border-radius:30px;
	overflow: hidden;
}


body.thankyou section.formFooter{
    padding: 100px 0px !important;
    font-size: 14px;
    color: #888;
    height: 300px;
}


p.lead{
	font-weight: 400;
}



/* Hamburger */

#hamburger{
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
}
#hamburger span{
	width: 40px;
	height: 3px;
	background:#000;
	border-radius: 3px;
	display: block;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
#hamburger span:first-child{
	top:15px;
	left:0;
}
#hamburger span:last-child{
	top:24px;
	left:0;
}

#hamburger.open span:first-child{
	top: 18px;
    left: 0;
    transform: rotate(15deg);
}
#hamburger.open span:last-child{
	top:18px;
	left:0;
	transform: rotate(-15deg);
}


/* Float Cta */

.float-cta{
	position: fixed;
	display: flex;
	flex-direction: column;
	padding: 20px;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}
.float-cta .cta-mail{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #383838;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}
.float-cta .cta-messenger{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1483fb;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}
.float-cta .cta-wzap{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4dc347;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}



.float-cta .cta-mail img,
.float-cta .cta-messenger img,
.float-cta .cta-wzap img{
	width: 28px;
}

.float-cta .cta-mail:hover,
.float-cta .cta-messenger:hover,
.float-cta .cta-wzap:hover{
	transform: scale(0.9);
	background: #F6A200;
}




.featureList .card{
	background: transparent;
	border:0;
	border-left:1px solid #efefef;
	border-top:1px solid #efefef;
}




/* Video */

.videoWrap{
	position: relative;
	width: 100%;
	height: 1000px;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoHero{
/*	height: calc(100vh - 83px);*/
	background: #333;
	color:#666;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:50px;
	position: relative;
}
.videoHero:before{
	content:"";
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	background: rgb(0 0 0 / 60%);
	z-index: 2;
}
.videoHeroInfo{
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
}




/* video responsive */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.footer{
	background: #484848;
	color:#FFF;
}

.footer input,
.footer select,
.footer textarea{
	background: #696969;
	border:0px ;
}
.footer button{
	font-family: "Roboto+Condensed", sans-serif;
	color: #fff;
	background: #F6A200;
	font-size: 18px;
	line-height: 1em;
	padding:12px 20px;
	border:0;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: block;
	width: max-content;
	text-transform: uppercase;
}
.footer button:hover{
	background: #000;
}


.footerCopy{
	background: #3C3C3B;
	padding: 30px 0;
	color: #FFF;
}
.footerCopy a{
	color: #F6A200;
	transition: all 0.3s ease-in-out;
}
.footerCopy a:hover{
	opacity: 0.5;
}



.ml4 {
  position: relative;
  font-weight: 900;
  font-size: 2.5em;
}
.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0; 
}




	.fourResHero{
    position: relative;
    height: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

	.fourResHero .scrollDownArrow{
		position: absolute;
		bottom: 30px;
  	left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
	}

  .fourResHero .textOverlay{
    position: absolute;
/*    padding:0 10%;*/
		padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 /50%);
    z-index: 2;
  }


	.fourResHero picture{
		min-width: 100%;
		min-height: 100%;

	}
	.fourResHero img.bck{
		min-width: 100%;
		min-height: 100%;
		transform-origin: center center;
	}

	.extraTitle,
	.extraTitle2{
		font-weight: 800;
	  font-size: 4em;
	  text-transform: uppercase;
	  letter-spacing: 0.5em;
  	overflow: hidden;
	}


	.extraTitle .letter{
		display: inline-block;
  	line-height: 1em;
	}


	.features .card{
		border: 0;
		border-radius: 0;
		padding: 20px;
	}

	.flexy {
	  animation: flexy 4s infinite;
	}


	@keyframes flexy {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    letter-spacing: 0.5em;
  }
  60% {
    letter-spacing: 0.25em;
  }
}


/*arrow bounce */
.arrow{
	position: absolute;
	z-index: 4;
	top:70%;
	
}
.arrow img{
	transform: scale(0.5);
}
.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}





#prdGrid{
	background:#E7E7E7;
}
#prdGrid .card{
	border-radius: 16px !important;
}
#prdGrid .card:before{
	opacity: 0;
	content:"";
	position: absolute;
	background: url(../img/ico_plus_w.svg)no-repeat 50% 60% rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 16px;
	transition: all 0.5s ease-in-out;
}

#prdGrid  .productCard{
	background: #FFF;
	border-radius: 16px;
	padding:30px;
}

/*#prdGrid  .card:hover:before{
	opacity: 1;
	content:"";
	position: absolute;
	background: url(../img/ico_plus_w.svg)no-repeat 50% 50% rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 16px;
	transition: all 0.5s ease-in-out;
}*/

#prdGrid  .productCard .imgWrapper{
	text-align:center;
	margin-bottom: 30px;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#prdGrid  .productCard .imgWrapper img{
	width: auto;
	height: 100%;
	max-height: 200px;
}

#prdGrid  .productCard .prdName{
	font-family: "Roboto+Condensed", sans-serif;
	color:#F6A200;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 7px;
}
#prdGrid  .productCard .prdCopy{
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
}
#prdGrid  .productCard .PrdInfo{
	font-size: 16px;
}

#prdGrid  .productCard.fullOrange{
	background:#F6A200;
	position: relative;
	overflow: hidden;
}

#prdGrid  .productCard.fullOrange .prdCopy{
	color:#fff;
	line-height: 1.3em;
}
#prdGrid  .productCard.fullOrange .plus{
	width: 30px;
	height: 30px;
	background: url('../img/ico_plus_w.svg')no-repeat center center;
	position: absolute;
	bottom: 20px;
	right:20px;
	transition: all 0.5s ease-in-out;
}

/*
#prdGrid  .card:hover .productCard.fullOrange .plus{
	width: 30px;
	height: 30px;
	background: url('../img/../img/ico_plus_w.svg')no-repeat center center;
	position: absolute;
	bottom: -20px;
	right:-20px;
	transition: all 0.2s ease-in-out;
}



*/

#pensado{
	background: #ffefd0;
}
























/* MEDIA QUERY */


@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 1024px) {
	.extraTitle,
	.extraTitle2{
	 font-size: 2.5em;
	}
	.videoWrap{
		position: relative;
		width: 100%;
		height: auto;
	}
	.videoWrap video{
		position: relative;
		height: auto;
	}
	.heroLogo{
		width: 140px;
	}
}
@media (max-width: 991.98px) {}
@media (max-width: 920px) {}
@media (max-width: 820px) {}
@media (min-width: 768px) {
	#hamburger{
		display: none;
	}
	.topNavElementWrap .utils a.ctaOrange{
		display: none;
	}
}
@media (max-width: 767.98px) {
	
	.topNav{
    background: #fff;
    box-shadow: 0px 0px 20px #ddd;
   }

   .topNavElementWrap .logo {
    background: url(../img/logo_modula_np.svg) no-repeat center center;
  }

  .topNavElementWrap .menu ul li a:link, 
  .topNavElementWrap .menu ul li a:visited{
  	color: #000;
  }

	.topNav .topNavElementWrap .menu ul#scroll-nav-list li{
		display:block ;
		padding: 10px 0;
	}
	
	.topNavElementWrap .menu {
	    position: absolute;
	    top: 65px;
	    left: -100%;
	    background: #FFF;
	    width: 100%;
/*    height: calc(100vh - 65px);*/
		padding: 30px;
	    transition: all 0.3s ease-in-out;
	    box-shadow: initial;
	}
	.topNavElementWrap .menu.open{
	    left: 0; 
	}

	.promotionalSpace{
  	margin-top: -40px;
	}

	.box-from-this,
	.box-to-this{
		transform: scale(0.7);
	}

	#section-0,
	#section-0 .fourResHero {
    height: calc(100vh - 65px);
    min-height: initial;
	}




	.videoHeroInfo h1{
		font-size: 40px;
	}
	.videoHeroInfo h1 span.evidence{
		font-size: 29px;
		top: -3px;
	}

}
@media (max-width: 395px) {}
@media (max-width: 575.98px) {
	.extraTitle,
	.extraTitle2{
	 font-size: 1.3em;
	}
	.extra{
	font-size: 2em;
	line-height: 1em;
	font-weight: 600;
	}
}
@media (max-width: 540px) {}
@media (max-width: 415px) {}
@media (max-width: 395px) {}
@media (min-width: 280px) and (max-width: 320px) {}


