@charset "utf-8";

/*Propriedades para DESKTOP*/
#lgpd.lgpd-box{
    font-family:"Titillium Web";
    position: fixed;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 18px 0px 15px 0px;
    z-index: 9999999;
    background-color: #0065d8;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0);
    color: #ffffff;
}

#lgpd .linkpolitica{
	display: inline-block;
	color: white;
    font-weight: 400;
    padding: 1px 6px;
    border: 1px solid #ffff;
    border-radius: 3px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}

.lei{
	font-weight: bold;
}

#lgpd strong{
	color: #ffffff;
	font-weight: 900;
}
#lgpd ins{
	cursor: pointer;
}
#lgpd span{
	cursor: pointer;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
}

#lgpd p {
     line-height: normal;
    font-size: 1.5rem;
    margin-bottom: 8px;
}
.documento-lgpd{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	 align-items: center;
}

.descricao-lgpd{
    width: 90%;
    display: block;
    margin: 0 auto;
}
@-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 ;
}
.botao-lgpd a{
    margin:0 auto;
}

.botao-lgpd{
	display: block;
    width: 30px;
    position: relative;
    margin: 0 auto;
    top: 52px;
}
#lgpd .btn{
     padding: 10px 7px;
    margin: 0 auto;
    font-weight: 700;
    height: auto;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.1rem;
    color: #ffffff;
    background: #fe7503;
    width: 100%;
    text-align: center;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (min-width: 998px){
	.documento-lgpd{
		padding-right: 14px;
	}
.align-center{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}
/*Mobile*/
@media (min-width: 1px) and (max-width: 999.5px) {

	#lgpd .linkpolitica{
	    font-size: 1.3rem;
    	margin: 7px 0px;
    }
    
	#lgpd{
	text-align: center;
    width: 100%;
    padding: 12px 0px 20px 0px;
    bottom: 0px;
	}
	.documento-lgpd{
		display: block;
	    margin: 21px 0px;
	    width: 100%;
	    padding: 0px 21px;
	 }

	.botao-lgpd{	
		width: 100%;
		position: relative;
	    margin: 0 auto;
	    top: 0px;
	}
	.botao-lgpd a{
		 font-size: 2rem;
	}
	#lgpd span{
	font-size: 1rem;
	font-weight: 600;
    }

	#lgpd p{
		    font-size: 1.4rem;
    text-align: left;
	}
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.row-logo-menu img{
		margin-right: 30px;
	}
	.modal-footer{
		display: block;
	}
	.documento-lgpd{
		display: block;
	}
	.social ul{
		width: 370px;
	}
	.form-cotacao input[type=text], .form-cotacao input[type=email]{
		width: 500px;
	}
	.flex-center{
		display: block;
	}
	.form-cotacao label.lgpd{
		width: 300px;
	}


	.bg_slider_footer .btn-enviar{
	    float: left;
	    display: block;
	    width: 397px;
	    right: 0px;
	    margin: 5;
	}
}