.captchaConsentContainer {
    z-index: 999;
    width: 288px;
    /*min-height: 20px;*/
    box-sizing: border-box;
   /* padding: 15px 40px 3px 30px;*/
    background: #b1dfdd;
    overflow: hidden;
    position: fixed;
    top: 259px;
    left: 534px;
    border-radius: 10px;
    /*display:none*/
}

/*< !--Inicio -> TIG - 402664 COOKIES - SITE INPART SA�DE-- >*/
.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 40px 30px 30px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 140px;
    left: 10px;
    border-radius: 10px;
		/* border: 1px solid black; */
		box-shadow: 5px 5px 20px #0ca4d8;

		display: flex;

		flex-direction: column;
		align-items: center;
}

    .cookieConsentContainer .cookieTitle a {
        font-family: Arial, Helvetica,sans-serif;
        color: black;
        text-align: left;
        font-size: 15px;
        line-height: 20px;
				text-align: center;
        display: block;
    }

    .cookieConsentContainer .cookieDesc p {
        margin: 0;
        padding: 0;
        font-family: OpenSans,arial,sans-serif;
        color: black;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        display: block;
        margin-top: 10px;
				text-align: center;
			}

			.cookieConsentContainer .cookieDesc a {
				font-family: OpenSans,arial,sans-serif;
        color: black;
        text-decoration: underline;
			}

			.cookieConsentContainer .cookieButton a {
				display: inline-block;
        font-family: OpenSans,arial,sans-serif;
        color: white;
        font-size: 14px;
        font-weight: 700;
        margin-top: 14px;
        box-sizing: border-box;
        padding: 0px 13px;
        text-align: center;
        transition: background .3s;
        border-radius: 10px;
        border-width: 3px;
        border-style: solid;
        border-color: white;
        background: #0ca4d8;
    }

        .cookieConsentContainer .cookieButton a:hover {
            cursor: pointer;
            background: #0ca4d8;
        }

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}
/*< !--Fim -> TIG - 402664 COOKIES - SITE INPART SA�DE-- >*/

#imgposDPO {
    position: absolute;
    left: 115%;
    top: 140%;
    margin-left: -600px;
    margin-top: -282px;
}

#imgposDPOHome {
    position: absolute;
    left: 112%;
    top: 150%;
    margin-left: -248px;
    margin-top: -150px;
}

#imgposDPOSolucao {
    position: absolute;
    left: 112%;
    top: 150%;
    margin-left: -248px;
    margin-top: -150px;
}

#imgposDPOSuporte {
    position: absolute;
    left: 112%;
    top: 150%;
    margin-left: -248px;
    margin-top: -150px;
}

#imgposDPOSobre {
    position: absolute;
    left: 112%;
    top: 150%;
    margin-left: -248px;
    margin-top: -150px;
}


