.panel_cookie p,
.panel_cookie h4,
.panel_cookie input{
	text-align:center;	
	font-family:sans-serif;
}

.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  line-height:53px;
  z-index:100002;
  background:#f1f5de;
   padding: 40px 0 30px;
}
#panel_cookie_dol{
  bottom:0;
}
#panel_cookie{
  top: 0;
}

div.tresc{
    margin: auto;
    max-width: 700px;
    width: 100%;
}


.panel_cookie input,
body .panel_cookie input{
    text-align: center;
    padding: 10px;
    border: none;
    color: #000;
    font-size: 16px;
    width: 150px!important;
    line-height: 21px;
    margin: 40px auto 0;
    background: #fff;
    display: inherit;
	border-radius:10%;
}

.panel_cookie h4,
.panel_cookie p{
  color: #000;
}

.panel_cookie h4{
      font-weight: 600;
  font-size:24px;
  line-height: normal;
  margin:0;
}
.panel_cookie p{
    font-size: 14px;
    line-height: 23px;
    margin: 15px 0 0;
}

.panel_cookie p a{
  color:#f07241;
  text-decoration:underline;
  background:none;
}

.panel_cookie a:hover, 
.panel_cookie a:active, 
.panel_cookie a:focus{
  text-decoration:none;
  background:none;
}
