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;
}

body {
    background-color: #190E2E;
}

.main-video {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: black;
    border-radius: 10px;
    max-height: 90%;
}

.diapositiva {
    box-shadow: 0 0 15px #000;
    max-width: 100%
}

.cookie {
    width: auto;
    height: 65%;
    background-color: black;
    position: fixed;
    bottom: 88px;
    border-radius: 10px;
    left: 5%;
    /*padding: 10px 10px;*/
    z-index: 1;
    box-shadow: 0 0 100px #000;
}

    .cookie .txt {
        float: left;
        width: 65%;
    }

.txt p {
    color: #1D2D35;
}

.cookie .accept {
    float: right;
    padding-right: 20px;
}
