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

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

.orange{
	color:#F6A200;
}

.underline{
	text-decoration: underline;
}

.form-check-input:checked {
    background-color: #f7a302;
    border-color: #FF9800;
}

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;
}
h1 span.evidence{
	background: #F6A200;
  line-height: 1.36em;
  color: #fff;
  font-size: 36px;
  padding: 6px 20px 0px 20px;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  top: -20px;
}
p.payoff{
	font-size: 28px;
	line-height: 1.3em;
	color: #fff;
}

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;
}

.orangeCard a.ctaOrange:link,
.orangeCard a.ctaOrange:visited{
	font-family: "Roboto+Condensed", sans-serif;
	color: #fff;
	background: #000;
	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;
}
.orangeCard a.ctaOrange:hover{
	background: #fff;
	color: #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;
}



.unlikeList li{
	background: url(../img/ico-unlike.svg) no-repeat 8px 8px;
	background-size: 30px;
	padding-left: 50px;
	
}

.likeList li{
	background: url(../img/ico-like-orange.svg) no-repeat 8px 8px;
	background-size: 30px;
	padding-left: 50px;
	
}

/* section{
	min-height:1000px;
	padding:50px 0;
} */

.orangeCard{
	background: #F6A200;
}

.orangeCard .orange{
	color: #fff;
}

.r30{
	border-radius: 30px;
}

#section-0{
	background: #f1f1f1;
	padding: 0;
}


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

.topNav{
	padding:10px;
	background:#FFF;
	min-height: initial;
	box-shadow: 0px 0px 20px #ddd;
}
.topNavElementWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.topNavElementWrap .logo{
	width: 70px;
}
.topNavElementWrap .logo img{
	width: 100%;
} 
.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:#000;
	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 #fff;
}


.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;
}
.topNavElementWrap .menu ul li a.mainCta:link,
.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;
}
.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;
}

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

#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);
}




.box-from-this{
	position: relative;
	display: flex;
	align-items: center;
	width: max-content;
}

.box-to-this{
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
	width: max-content;
}


.box-from-this img{
	margin-left: 50px;
}

.box-to-this img{
	margin-right: 70px;
}

.ribbon-from-this{
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background:#BD5B00;
  font-family: "Roboto+Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
.ribbon-to-this{
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background:#F6A200;
  font-family: "Roboto+Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

.ribbon-from-this span,
.ribbon-to-this span{
	display: block;
	line-height: 1em;
}


ul.past-features li,
ul.future-features li{
	list-style: none;
	padding: 10px;
}
ul.past-features li{
	list-style-image: url("../img/dot-points.svg");
}
ul.future-features li{
	list-style-image: url("../img/orange-check.svg");
}

.promotionalSpace{
	border-radius: 16px;
	background:#3C3C3B;
	padding: 30px;
	color: #FFF;
	position: relative;
  margin-top: -150px;
}
.promotionalSpace .promoText strong{
	display: block;
	line-height: 1em;
	margin-bottom: 5px;
}
.promotionalSpace .promoText span.time{
	display: block;
	font-size: 40px;
	font-family: "Roboto+Condensed", sans-serif;
	color:#F6A200;
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
	margin: 0;
}


#section-3.sectors .card img.card-img-top{
	border-radius: 16px; 
}

.bg-grey{
	background:#E7E7E7;
}
#section-4 .card{
	border-radius: 16px !important;
}


.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;
}






/* Video */

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;
	position: relative;
	overflow: hidden;
}
.videoHero .imgHeroWrapper{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.videoHero .imgHeroWrapper img{
	min-width: 100%;
	min-height: 100%;
}

.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;
}

.modula-sugestion{
	background: rgb(0 0 0 / 50%);
	padding: 20px;
	border-radius: 12px;
}



.advantage{
	background:#fff;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}
.advantage .ico{
	width:80px;
}
.advantage .ico img{
	width:60px;
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
}
.advantage .description{
	font-size: 18px;
	line-height: 1em;
}
.advantage .check{
	width: 50px;
}

.advantage:hover{
	background:#383838;
	color:#fff;
}

.advantage:hover .ico img{
	/*filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(192deg) brightness(105%) contrast(101%);*/
}






/* 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%;
}


.sectionTitle{
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
}

.megaTitle{
	font-size: 80px;
	line-height: 1em;
}


#section-4 {
    background: url(../img/bck_mosaico.svg) no-repeat top center;
	padding-top: 200px;
}

/* footer */

.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;
}
























/*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);
  }
}




/* MEDIA QUERY */


@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 1024px) {}
@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 .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 {
    height: calc(100vh - 65px);
    min-height: initial;
	}

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

	.megaTitle{
		font-size: 36px;
	}

}
@media (max-width: 395px) {}
@media (max-width: 575.98px) {}
@media (max-width: 540px) {}
@media (max-width: 415px) {}
@media (max-width: 395px) {}
@media (min-width: 280px) and (max-width: 320px) {}


