html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


#dialogPoliticaPrivacidad {
    padding: 40px 30px 40px 40px !important;
    background: white;
    width: 700px !important;    
    border-radius: 8px;    
    border: 0;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    overflow-x:hidden;
    max-height:800px;
    height:100%;
    overflow-y:hidden;
    animation: fadeIn 1s ease both;
    &::backdrop

{
    animation: fadeIn 1s ease both;
    /*background: rgb(255 255 255 / 40%);*/
    background: rgba(0,0,0,0.7);
    z-index: 2;
    /*backdrop-filter: blur(20px);*/
}



#botonCerrarDialogoPoliticaPrivacidad {
    filter: grayscale(1);
    border: 0;
    background: none;
    position: absolute;
    top: 0px;
    right: 10px;
    transition: ease filter, transform 0.3s;
    cursor: pointer;
    transform-origin: center;
    &:hover

{
    filter: grayscale(1);
    transform: scale(1.1);
}
}