
strong{
	font-family: 'Nunito', sans-serif!important;
	font-weight:700;
}

#holder {
	width: 100% !important;
	background-image: url("../img/background.image.jpg");
	background-repeat: repeat;
	background-size: 100%;
}

#content {
	position: relative;
	overflow: hidden;
	z-index: 20;
}

.top-gradient{
	position: absolute;
	top:0;
	width: 100%;
    left: 0;
    height: 490px;
}

.gradient-bottom{
	position: absolute;
	bottom:0;
	width: 100%;
    left: 0;
    height: 408px;
}

.footer-button{
	font-size: 20px;
	color: white;
	border-radius: 0px;
    height: 50px;
    width: 100%;
}

.footer-button:hover{
	height: 50px;
    width: 100%;
}

.maxwidth-wrapper {
	margin: auto;
	width: 100%;
	min-height: 590px;
	padding: 0 130px;
	

}

.page-wrapper.selectStage {
	max-width: 800px;
	margin:0 auto;

}

.page-wrapper {
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
	text-align: center;
	
/* 	background-image: url('../img/background.png'); */
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: initial;
}


.mini-maxibon-wrapper{
	
    margin: auto;
    width: 30%;
}


.page-title {
	margin-bottom: 40px;
}

.page-title h1 {
	font-family: 'Nunito', sans-serif!important;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 20px;
	line-height: 1.1;
}

.page-title h1 span{
	color:#fff!important;
}

.page-title p span{
	color:#fff!important;
}
.page-title p {
	font-family: 'Nunito', sans-serif!important;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	color:#fff;
}

.page-title-2 {
	margin-bottom: 40px;
}

.page-title-2 h1 {
	font-family: 'Nunito', sans-serif!important;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 20px;
	line-height: 1.1;
}

.page-title-2 p {
	font-family: 'Nunito', sans-serif!important;
	font-size:24px;
	font-weight: 400;
	color: #fff;
	line-height: 1.1;
}

* { box-sizing: border-box; }

.tag-novo-img{
	position: absolute;
    top: 22%;
    left: 62%;
    max-width: 18%;
	font-size: 50px;
}

.tag-number-img{
	background-image: url("../img/rate-ballon-small.png");
    background-size: cover;
	width: 135px;
	height: 101px;
	padding-bottom: 18px;
	
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    top: 12%;
	left: 66%;
	
    font-size: 50px;
}

/* .tag-number-span{
	font-family: 'VAG Rounded W01'!important;
    padding: 0;
    font-size: 45px;
    font-weight: 600;
	
} */

.noselect * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/* HEADER */


#header {
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	width: 100%;
	
	background-color: rgba(0,0,0,0);
	
	align-items: center;
	justify-content: space-between;
	
	padding:25px;
}

#header .mobile-links {
	width: 100%;
	display: none;
	justify-content: space-between;
}

#header .header-links {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: space-between;
	
}

#header .divHeader {
	position: absolute;
	text-align: center;
	left: calc(50% - 100px);
	z-index: 200;
	width: 200px;
	top: 22px;

}

#header a {
	font-family: 'Nunito', sans-serif!important;
	font-weight: 900;
	margin-top: 28px;
	font-size: 18px;
	color: #fff;
	transition: all 900ms ease-in-out, color 1ms linear;
	display:none;
}

#header a:hover,
#header a.active {
	text-decoration: none;
	color: rgb(251,196,31);

}

#header a.main {
	font-size: 20px;
}
#header a.main.active {
	color: #fff;
}

#menu-toggler {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
    height: 26px;
	cursor: pointer;
}

#menu-toggler > div {
	width: 100%;
	border: 2px solid #fff;
}

#menu-toggler:hover > div,
#header.active #menu-toggler > div {
	transition: all 250ms ease-in-out;
	border: 2px solid #fff;
}

#header.active #menu-toggler > div:last-child {
	opacity: 0;
}

#header.active #menu-toggler > div:first-child {
	transform: rotateZ(45deg) translate3d(17px, 6px, 0);
}

#header.active #menu-toggler > div:nth-child(2) {
	transform: rotateZ(-45deg)  translate3d(0px, 10px, 0);
}



@media (max-width: 767px) {

	.maxwidth-wrapper{
		padding: 0;
		padding-bottom: 175px;
	}
	#header{
		padding:0;
	}
	#header + .overlay {
		position: fixed;
		top: 0; bottom: 0;
		left: 0; right: 0;
		z-index: 90;
		
		opacity: 0;
		pointer-events: none;
		background-color: #fbc41f;
		
		transition: opacity 250ms 250ms ease-in-out;
	}

	#header.active + .overlay {
		opacity: 1;
		pointer-events: all;
		transition: opacity 250ms ease-in-out;
	}

	#menu-toggler {
		display: flex;
		padding-top: 3px;
		margin-bottom: -5px;
	}
	
	#header .header-links {
		background-color: white;
		flex-direction: column;
		z-index: 10;
		width: 100%;
	}
	
	#header .header-links {
		line-height: 20px;
		text-align: center;
		font-family: 'Nunito', sans-serif!important;
		font-weight: 700;
		font-size: 20px;
		color: #2fa5dc;
		position: relative;
    	z-index: 2;
		margin: 10px 0;
		padding: 0;
		height: 0;
		opacity: 0;
		box-sizing: content-box;
		overflow: hidden;
		
		transition: all 250ms 250ms ease-in-out, opacity 250ms ease-in-out, color 100ms ease-in-out;
	}

	

	#header.active .header-links {
		text-align: center;
		font-family: 'Nunito', sans-serif!important;
		font-weight: 700;
		font-size: 40px;
		color: white;
		background-color: #fbc41f;
		
		opacity: 1;
		margin: 0px;
		margin-top: 20px;
	    padding: 50px 0;
		height: auto;
		box-sizing: content-box;
		overflow: hidden;
		
		transition: opacity 250ms ease-in-out, color 100ms ease-in-out;
	}
	
	#header .header-links > a:hover,
	#header .header-links > a.active {
		color: #d2c98d;
	}
	
	#header .header-links > a.main {
		display: none;
	}
	
	#header .header-links .divHeader.main{
		position: absolute;
		top:5px;
		text-align: center;
	}
	#header.active .header-links > a {
		margin: 20px 0px;
		padding: 10px 0;
		font-weight: 700;
		height: auto;
		font-size: 22px;
		color:white;
		opacity: 1;
		
	    transition: all 650ms 300ms ease-in-out, opacity 250ms 250ms ease-in-out, color 100ms ease-in-out;
	}
	
	#header .mobile-links {
		display: flex;
		justify-content: flex-end;
		padding-top: 38px;
		padding-right: 35px;
	}
	#header .header-links a:first-child{
		display:block!important;
	}


}


/* FOOTER */

.footer-back{
	background-color: rgb(239,241,240);
	margin-top: -25px;
}

.footer-template{
	display: flex;
	margin-left: 20%;
	margin-top: 25px;
}

#footer-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background-color: #fff;
}

#legal-fb{
	width:100%;
}

#legal-fb .gostam > div{
	margin-top: 15px;
}


/* PAGE FOOTER */


#page-footer {
	background-color: #2fa5dc;
	background-image: radial-gradient(circle at center, #1d98d0 30%, transparent 70%);
}


/* BUTTONS */


button{
	background-color:rgb(251,196,31);
	color:white;
	font-size: 24px;
	font-family: 'Nunito', sans-serif!important;
	font-weight: 700;	
	border: none;
	border-radius: 0px;
	cursor: pointer;
	width: 220px;
	height: 60px;
}

button:hover{
	background-color:rgb(230, 172, 0);
	transition: all 250ms ease-in-out;

	
}

button:focus{
	outline-color:rgb(251,196,31)!important;
}

/* DROPDOWN */


.list {
	display: block;
	position: relative;
	z-index: 50;
	width: 100%;
	background-color: transparent;
}

.list .toggler:checked + div > .list-head img {
	transform: rotate(180deg);
}

.list .toggler:checked + div > .list-body {
	display: block;
}

.list-head {
	width: 80%;
	margin-left:20%;
	height: 53px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	border: 2px solid #fff;
	color:white;
	cursor: pointer;
}

.list-head > .list-title{
	color:rgb(116,132,138);
}

.list .toggler:checked + div > .list-head {
	border-bottom-color: transparent !important;
	border-radius: 3px 3px 0 0;
	background-color: rgb(239,241,240);
}

.list-body {
	display: none;
	position: absolute;
	width: 80%;
	margin-left:20%;
	border: 1px solid rgb(116,132,138);
	border-top: none;
	border-radius: 0 0 3px 3px;
	background-color: rgb(116,132,138);
	
	color: white;
}

.list-body > label:hover > span{
	color:rgb(116,132,138);
}

.list-body > label:hover{
	background-color: rgb(239,241,240);
	color:rgb(116,132,138);
}

.list-body label {
	display: block;
}

.list-body label span {
	position: relative;
	width: 100%; 
	height: 40px;
	padding: 0 10px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	
	cursor: pointer;
}

.list input {
	display: none;
}

@media(max-width:760px){
	#header .header-links a{
		display: block;
	}

	.list-head {
		width: 100%;
		margin-left:0;
	}

	.list-body {
		width: 100%;
		margin-left:0;
	}
	.page-title {
		padding: 0 20px;
	}

/* 	.page-title h1 span{
		font-size:28px;	
	}
*/
	.page-title p{
		font-size: 20px;
		line-height: 1.3em;

	} 

	.page-title-2 {
		padding: 0 10px;
		
	}

 	.page-title-2 p{
		font-size:20px;
		line-height: 1.3em;
	} 

	.tag-number-img{
		width: 115px;
    	height: 85px;
		padding-bottom: 12px;
	}
	.tag-number-span{
		font-size: 45px;
	}
}

/***** Error Page *****/
body.error-page {
	background-image: url("../img/background.image.jpg");
	background-repeat: repeat;
	background-size: 100%;    
	color: white;
	font-family: 'Nunito', sans-serif!important;

    padding: 100px 0;

    text-align: center;
}

body.error-page p {
    padding: 0 20px;
}

.error-page .grid-container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-gap: 30px;
    
    max-width: 820px;

    margin: auto;
}

.error-page .row-title {
    min-height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

	font-size: 50px;
	font-weight: 700;
}
	.error-page .row-title p{
		margin: 10px 0;
	}



.error-page .show-link.index-btn {
    width: 205px;
    height: 50px;
	background-color:rgb(230, 172, 0);
    color: white;

    text-align: center;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: auto;

    text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}


@media (max-width: 820px) {
    body.error-page {
        padding: 100px 50px;
    }
}

@media (max-width: 492px) {
    body.error-page {
        padding: 100px 20px;
    }
    .error-page .row-title {
        font-size: 30px;
    }
    .error-page .row-title::after {
        background-size: 55px 40px;
        width: 55px;
        height: 40px;
        right: -22px;
    }
}


