.panel_cookie p,
.panel_cookie h4,
.panel_cookie button{
    font-family: 'Lato', 'Arial';
	text-align:left;
}

.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  height: 45px!important;
  line-height:45px;
  z-index:100002;
  background:#fff;
  color: #0094ca;
  padding:0;
}
#panel_cookie_dol{
  bottom:0;
}
#panel_cookie{
  top:0;
}

div.tresc{
  float:left;
  margin:0 0 0 10%;
  max-width: 75%;
  width: 75%;
}


.panel_cookie button,
body .panel_cookie button{
  border:none;
  color:#333;
  font-size:30px;
  height: 45px!important;
  width: 45px!important;
  line-height:45px;
  border-radius: 0;

  display:block;
  float:right;
  padding:0;
  margin:0;
  cursor:pointer;
  text-indent:-999em;
  position: relative;
  transition: .2s ease;
}

.panel_cookie button img,
body .panel_cookie button img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.panel_cookie button:hover,
.panel_cookie button:focus,
.panel_cookie button:active{
  background-color: #66bedf;
}

.panel_cookie h4{
  font-weight:100;
  font-size:14px;
  text-transform:uppercase;
  margin:0;
  display:none
}

.panel_cookie p{
  font-size:14px;
  line-height:45px;
  margin:0;
  color: #333;
}

@media (max-width: 800px) {
  .panel_cookie p span{
    display: none;
  }
}

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

@media (max-width: 320px) {
  .panel_cookie button,
  body .panel_cookie button{
    position: absolute;
    top: 0;
    right: 0;
  }
}
