@charset "utf-8";

/*Propriedades para DESKTOP*/
#lgpd{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999;
    background: white;
    width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.documento-lgpd{
    padding: 0px 20px;
}
.descricao-lgpd p {
    margin: 10px 0px 10px 0px;
}
.documento-lgpd .row{
    display: flex;
    height:     100%;
}

.documento-lgpd .btn-group{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lei{
	font-weight: bold;
}

#lgpd strong{
	font-weight: 900;
}
#lgpd ins{
	cursor: pointer;
}
#lgpd span{
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
}

@-webkit-keyframes atencao {
	0%{-webkit-transform: scale(1.1);transform: scale(1.1);}
	50%{-webkit-transform: scale(0.8);transform: scale(0.8);}
	100%{-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@keyframes atencao {
	0%{-webkit-transform: scale(1.1);transform: scale(1.1);}
	50%{-webkit-transform: scale(0.8);transform: scale(0.8);}
	100%{-webkit-transform: scale(1.1);transform: scale(1.1);}
}

.atencao-lgpd{
	-webkit-animation: atencao 1s ease-in-out 100ms infinite ;
	        animation: atencao 1s ease-in-out 100ms infinite ;
}


/*Mobile*/
@media (min-width: 1px) and (max-width: 999.5px) {
	.documento-lgpd .row {
    display: block; 
     height: 100%; 
}
.flex-lgpd{
	display: flex;
	justify-content: center;
}
	#lgpd{
	text-align: center;
    width: 100%;
    padding: 12px 0px 20px 0px;
    bottom: 0px;
	}
	.documento-lgpd{
		display: block;
	}
	.descricao-lgpd{
	    margin: 21px 0px;
	    width: 100%;
	 }

	.botao-lgpd{	
		width: 100%;
		position: relative;
	    margin: 0 auto;
	    top: 0px;
	}
	#lgpd span{
		font-size: 1rem;
		font-weight: 600;
    }

	#lgpd p{
		font-size: 0.9rem;
	}
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}