a:link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;

}

a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}


a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dialog {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index:10;
	pointer-events: none;
}

.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(55, 58, 71, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}

.dialog__content {
	width: 50%;
	max-width: 560px;
	min-width: 290px;
	background: #fff;
	padding: 4em;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0;
}

.dialog--open .dialog__content {
	pointer-events: auto;
}

.termos_link{
	position: absolute;
    bottom: 3px;
	text-align: center;
    z-index: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.termos{
	margin-right: 10px;
}

.termos:hover{
	color: #827d77;
}

.termos2:hover{
	color: #827d77;
}

.termos3:hover{
	color: #827d77;
}

/* Content */
.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 2em;
	padding: 0 0 2em;
	margin: 0;
}

#diagonal_cinza{
	width:100%;
	margin:0px;
}

.check-rgpd{
	width: 90%;	
}

a:active {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.link-color a:link {
    color: #333!important;
    font-weight: bold;
    text-decoration: none;

}

.link-color a:visited {
    color: #333!important;
    font-weight: bold;
    text-decoration: none;
}


.link-color a:hover {
    color: #333!important;
    font-weight: bold;
    text-decoration: none;
}


.link-color a:active {
    color: #333!important;
    font-weight: bold;
    text-decoration: none;
}

#img-mobile{
	display: none;
}

@media(max-width:768px){
	#img-mobile{
		display:block!important;	
	}
	
	#img-full{
		display:none!important;	
	}
	
}
