body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.title1 {
	font-family: 'Kanit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	color: #2c3092;
	font-size: 69px;
	line-height: 70px;
	margin-bottom: 50px
}
.title2 {
	font-family: 'Kanit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    color: #2c3092;
    letter-spacing: 1px;
}

a.title2:hover{
	color: #2c3092;
	text-decoration: none;
}

.subtitle{
	font-family: 'Kanit', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #2c3092;
	font-size: 18px;
}

.white {
	color:#fff;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
.row {
	position: relative;
	z-index: 50;
}

.bg-items{
	object-fit: cover;
	width: 100%;
	height: fit-content;
}

.section-logos{
	padding-bottom: 20px;
}

section#menu {
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	/*background-image: url('../img/bgmenu.png');
	background-position: bottom;
	background-size: cover;*/
	padding-bottom: 30px;
	z-index: 999999;
}

section#menu .container-fluid{
	background: white;
}

section#menu .menu-img{
	width: 100%;
	position: absolute;
	bottom: 0px;
	object-fit: cover;
}

@media screen and (max-width: 425px){
	section#menu .menu-img{
		bottom: -20px;
	}
}

section#menu .navbar-toggler {
	height: 50px;
	background: #2c3092;
	margin-top: 40px;
}

#navbarNavDropdown{
	padding-top: 30px;
}


section#menu .navbar {
	padding:0 10px;
}

section#menu .navbar-brand {
    padding-top: 10px;
    margin-bottom: -10px;
}

section#menu .language {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
section#menu .active {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.active-a{
	color: #3e3e3e !important;
}

section#menu .pt {
	background-image: url('../img/pt.png');
	height: 50px;
	width: 50px;
	margin: 0 5px;
}
section#menu .en{
	background-image: url('../img/EN.png');
	height: 50px;
	width: 50px;
	margin: 0 5px;
}

section#menu .language:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

section#menu .navbar-light .navbar-nav .nav-link {
	color: #2c3093;
}
section#menu .navbar-light .navbar-nav .nav-link:hover {
    color: #3e3e3e;
}
section#menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
	font-size: 16px;
}

/*BEGIN */
section#inicio {
 	margin-top: 80px;
    height: 770px;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	/* background-image: url('../img/inicio-banner.png'); */
	padding-bottom: 30px;
    background-position: center bottom;
	background-size: cover;
	position:relative;
	z-index: 50;
	overflow: hidden;
}
section#inicio .paint-bg{
	margin-top: 330px;
	position: relative;
	height: 100%;
	width: 100%;
}

section#inicio .paint-bg img{
	max-width: 100%;
}

/*AGITÁGUEDA*/

section#agitagueda{
	height: 100%;
	padding: 100px 0;
}

section#agitagueda .subtitle{
	margin-bottom: 30px
}

section#agitagueda .stores img{
	object-fit: contain;
}

section#agitagueda .mockup{
	width: 100%;
	max-width: 820px;
	margin-left: -50px;
}

.paint-bar{
	position: absolute;
    top: -38px;
    z-index: 999;
}

/* roteiro */

section#roteiro {
	background-image: url('../img/bgmenu.png'); */
	padding-bottom: 30px;
	background-position: bottom;
	position:relative;
	z-index: 100;
	padding: 150px 0 400px 0;
	overflow: hidden;
}
section#roteiro img.map{
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 10;
}

/*como funciona*/

section#comoFunciona{
	background-image: url('../img/funciona.png');
	background-position: center bottom;
	background-size: cover;
	min-height: 900px;
	margin-top: -30px;
	padding-top: 30px;
	z-index: 3;
}


#comoFunciona .icons img{
	margin-right: 50px;
}

/*passos*/
section#passos{
	background-color: #2d3286;
	height: 900px;
	margin-top: -40px;
}

.slide-text{
	margin-top: -70px;
}

@media screen and (max-width: 1400px){
	.slide-text{
		margin-top: 0px;
	}
}

.slide-text p:last-child{
	width: 300px;
}

.slick img{
	width: 100%;
    height: 100%;
}

.slick-slide {
    filter: grayscale(40%) !important;
	opacity: 0.3;
}

.slick-slide:focus {
	outline: none;
}

.slick-center {
    filter: grayscale(0%) !important;
	opacity: 1;
}

.slick-dots {
    position: absolute;
    display: inline-flex;
    width: 100%;
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
    text-align: center;
	justify-content: center;
}

.slick-dots li button:before{
	content: 'Passo ';
}
.step .slick-dots li button:before{
	content: 'Step ' !important;
}

.slick-dots li button {
    line-height: 0;
    display: inline;
    padding: 5px 15px;
    cursor: pointer;
    color: white;
    border: 0;
    outline: none;
    background: transparent;
	text-transform: uppercase;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	opacity: 0.5;
}

.slick-dots li.slick-active button{
	opacity: 1;
}

.slick-next{
	position: absolute;
	right: 0;
	top: 0;
	width: 33.3%;
	height: 100%;
	background: transparent;
	font-size: 0;
	border: none;
	outline: none;
}

.slick-prev{
	position: absolute;
	left: 0;
	top: 0;
	width: 33.3%;
	height: 100%;
	background: transparent;
	font-size: 0;
	border: none;
	outline: none;
	z-index: 200;
}

.slick-next:focus, .slick-prev:focus{
	outline: none;
}

@media screen and (max-width: 992px){
	.slick img{
		height: 600px;
		width: auto;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 375px){
	.slick-dots li button{
		padding: 5px 8px;
		font-size: 12px;
	}
}

/*Comece*/
section#comece {
    height: 700px;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	background-image: url('../img/comece.jpg');
	padding-top: 200px;
    background-position: center bottom;
	background-size: cover;
	position:relative;
	z-index: 50;
}
section#comece .bgText {
	width: fit-content;
    background-image: url(../img/bgText.png);
    background-size: contain;
    padding: 5px 40px;
    background-repeat: no-repeat;
}


/*contactos*/

.logo{
	margin: 100px 0;
}

.website{
	margin-bottom: 25px;
}

.contact-info p{
	color: #2c3092;
	font-family: 'Kanit', sans-serif;
	margin: 0 90px 0 30px;
}

.contact-info a{
	color: #2c3092;
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	margin: 0 30px;
}

.contact-info{
	margin-bottom: 50px;
}

.copyright p{
	color: #2c3092;
	font-family: 'Kanit', sans-serif;
	margin-bottom: 0;
}

.copyright p strong{
	font-weight: 600;
}

section#contactos .stores img{
	object-fit: contain;
}

section#contactos{
	padding-bottom: 100px;
}

.critec {
	font-family: 'Gilroy';
	font-weight: 800;
	color: #2c3092;
	font-size: 34px;
	margin-bottom: 10px;
	margin-left: 90px;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 1600px) {
	section#roteiro img.map{
		right: -150px;
		width: 1250px;
	}
}
@media screen and (max-width: 1440px) {
	.ct-i{
		flex-direction: column !important;
	}
	#myVideo {
	    right: -150px;
	}
}


@media screen and (max-width: 1200px) {
	section#menu .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	section#roteiro img.map{
		right: -350px;
	}
	#myVideo {
		right: -300px;
	}
}
@media screen and (max-width: 1024px) {
	section#menu .navbar a {
		text-align: center;
	}
	section#agitagueda .mockup{
		margin-left: 0px;
	}
	.info{
		margin: 50px 0;
	}

	section#agitagueda .stores{
		margin-top: 20px;
		justify-content: center;
	}
	#myVideo {
		right: -450px;
	}
}

@media screen and (max-width: 992px) {
	section#comoFunciona{
		background-position: right;
	}
	.website, .copyright{
		text-align: center;
	}
	.ct-i{
		align-items: center;
	}
	.ct-i div{
		width: 415px;
	}
	.stores{
		justify-content: center;
	}
	.p-img{
		justify-content: center;
	}
	.logo {
    	margin: 100px 0 50px;
	}
	.contact-info {
	    margin-bottom: 50px;
	}
	.ct-i div:first-child{
		 margin-bottom: 25px;
	}
	.ct-i div:last-child{
		 margin-bottom: 50px;
	}
	#contactos .stores{
		margin-bottom: 25px;
	}
	.copyright{
		margin-bottom: 25px;
	}
}


@media screen and (max-width: 768px) {
	section#inicio .paint-bg{
		margin-top:50px;
	}
	section#inicio {
    	/* background-position: 30%; */
		height: 700px;
	}
	.info{
		text-align: center;
	}
	.icons {
		justify-content: center;
	}
	#comoFunciona .icons img{
		margin-right: 0px;
		margin: 20px 25px 0;
	}
	section#roteiro {
		padding: 150px 0 700px 0;
	}
	#myVideo {
	    right: -833px;
	    top: -4px;
	}
}
@media screen and (max-width: 425px) {
    .hidden-xs {
        display:none;
    }
	section#inicio {
		height: 550px;
	}
	.title1{
		font-size: 45px;
		line-height: 40px;
	}
	section#roteiro img.map{
		right: -500px;
	}

	#comoFunciona .icons img{
		width: 70px;
		height: 100%;
		margin: 10px 10px 0;
	}
	section#comece .bgText {
		background-position: 0px 10px;
	}
	section#comece {
    	background-position-x: -200px;
	}
	.logo {
	    margin: 50px 0 50px;
		height: 150px;
    	width: auto;
	}
	section#contactos {
	    padding-bottom: 20px;
	}

	.navbar-brand img{
		height: 100px;
	}
	section#menu .menu-img {
    	bottom: 0px;
	}
	section#comece .bgText {
		min-width: 320px;
		padding: 10px;
		text-align: center;
	}
	#myVideo {
	    right: -1063px;
	    top: -104px;
	}
}

@media screen and (max-width: 375px) {
	section#menu .menu-img {
    	bottom: -5px;
	}
	section#inicio{
		height: 450px;
	}
	section#roteiro {
	    padding: 20px 0 700px 0;
	}
	.sm-stores img{
		width: 50%;
		height: 100%;
	}
	.title2{
		font-size: 25px;
	}
	.ct-i div {
	    width: 300px;
	}
	.ct-i div a{
	    font-size: 12px;
	}
	#contactos .stores, .p-img{
		flex-direction: column !important;
	}
	.critec{
		margin-left: 0px;
	}
	.slick img{
		height: 350px;
	}
	.slide-text {
	    margin-top: -40px;
	}
	.slick-dots{
		margin: 0;
	}
	section#menu{
		padding: 0;
	}
	section#menu .navbar-brand {
	    padding-top: 0px;
	    margin-bottom: 0px;
	}
	section#menu .navbar-toggler {
	   margin-top: 0px;
	}
	.navbar-brand img {
	    height: 75px;
	    padding-top: 5px;
	}
	section#passos {
	    height: 600px;
	}
}


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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgb(44, 48, 146)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
section#menu .navbar-toggler {
	background: none;
}

.navbar-light .navbar-toggler {
	border: none;
}

.hoverImg {
	cursor:pointer;
}
