/* MODAL DE COOKIES */
.cookie-div{
  width: 60%;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  height: auto;
  padding: 20px;
  position: fixed;
  bottom: 20px;
  z-index: 9999;
  margin: auto;
  box-shadow: 4px 4px 10px #525252;
}

.cookie-text{
color: #000;
}

.cookie-div-button{
cursor: pointer;
}

.cookie-button{
border: 1px solid #ff9900;
text-align: center;
padding: 10px;
color: #fff;
background: #ff9900;
font-weight: 600;
}

.cookie-button:hover{
border: 1px solid #ca7a00;
text-align: center;
padding: 10px;
color: #fff;
background: #ca7a00;
font-weight: 600;
}

@media(max-width: 1400px){
.cookie-div{
  width: 85%;
}