.cookies-bg-blur{
 position: fixed;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 9999999999999999999999999999999999999999999999999999999999999999;
 backdrop-filter: blur(4px);
 overflow-y: auto;
}
.ver-mas{
  display: block;
  width: fit-content;
  margin-left: auto;
}
.cookies-bg-white{
  background-color: white;
  padding: 2rem;
  -webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000;
    padding: 48px 32px 32px;
  width: 75%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 4rem;
}

.cookies-bg-colorfull{
  background: #eff1f2;
  padding: 2rem;

}

.cookies-flex{
  display: flex;
}

.first-child{
  max-width: 75%;
  width: 75%;
}

.ck-text-decorator{
 color: #007bc0;
}

.ck-text-decorator:hover{
  text-decoration: underline;
 }

 .opciones-m{
  margin-bottom: 20px;
 }

 .opciones{
  margin-top: 20px;
  margin-bottom: 20px;
 }

.ck-btn{
width: 100%;
display: block;

font-size: 1rem;
height: 3rem;
max-width: 100%;
overflow: hidden;
padding: 0 1rem;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
border: 1px solid #00629a;
}

.ck-btn:first-child{
  margin-bottom: 20px;
  }

.ck-btn:active, .ck-btn:focus{
  border: 1px solid #00629a;
  outline: none;
}

.ck-btn-bg-azul{
  color: #fff;
  background-color: #007bc0;
  border-color: #007bc0;
}
.ck-btn-bg-azul:hover{
  color: #fff;
  background-color: #00629a;
  border-color: #00629a;
}

.ck-btn-bg-transparente{
  color: #007bc0;
  background: 0 0;
  border-color: #007bc0;
}
.ck-btn-bg-transparente:hover{
  color: #00629a;
  background-color: #d1e4ff;
  border-color: #00629a;
}

.ck-w-25{
  width: 25%;
}

.gap-30{
  gap: 30px;
}

.item-check{
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.item-check input{
  margin-right: 10px;
}

.item-check:last-child{
  margin-right: 0px;
}

.titulo-content{
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 768.99px) {
  .cookies-bg-blur {
    overflow-y: scroll;
  }
  .cookies-flex {
    flex-direction: column;
  }
  .ck-w-25{
    width: 100%;
  }
  .first-child {
    max-width: 100%;
    width: 100%;
}
.ver-mas{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.opciones{
  margin-top: 1.5rem;
}
}

@media (max-width: 425.99px) {
  .cookies-bg-white{
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  .cookies-bg-colorfull{
    padding: 0;
    background-color: white;
  }
}
