:root{
    --green-main-color: #008D36;
    --gray-ceddo: #B8B8B8;
    --blue-ceddo: #152F44;
}

@font-face {
    font-family: "Avenir";
    src: url("../../font/Avenir.ttf");
    font-style: normal;
    font-weight: normal;
}

*{
    font-family: 'Avenir';
}

.mt-7{
    margin-top: 70px;
}

.btn-green-ceddo{
    color: #FFF;
    background: var(--green-main-color);
}

.btn-gray-ceddo{
    color: #FFF;
    background: var(--gray-ceddo);
}

.img-responsive{
    max-width: 100%;
    height: auto;
}

.header-container{
    position: relative;
    width: 100%;
}

#header-absolute-container{
    position: absolute;
    width: 20%;
    top: 74%;
    left: 5%;
}

#header-absolute-container a{
    display: inline-block;
    width: 100%;
}

#header-absolute-container a > button{
    width: 100%;
    background: linear-gradient(rgb(247, 255, 247), rgb(241, 250, 241)) padding-box,
    linear-gradient(to right, #008D36, #81e5dc) border-box;
    border-radius: 20px;
    border: 2px solid transparent;

    font-size: 1vw;
}

#title{
    color: var(--green-main-color);
}

.inp-code{
    outline: none;
    border: 2px solid var(--green-main-color);
    border-radius: 20px;
    text-align: center;
}

.btn-escanear{
    color: #FFF;
    background: var(--green-main-color);
}

.btn-escanear:hover{
    color: #FFF;
    background: var(--green-main-color);
}

#html5-qrcode-anchor-scan-type-change::before {
    content: "\f07b";/* Unicode for folder icon in Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Font Awesome solid style */
    margin-right: 8px; /* Space between icon and text */
}

#logo-container{
    width: 60%;
    text-align: center;
}

.footer-block-green{
    background: var(--green-main-color);
    height: 30px;
}

#copyright{
    color: #000;
    background: #EEF0EF;
}

.datos-documentos-container{
    width: 90%;
    margin: auto;
    padding: 5px;
}

.datos-documentos-container h5{
    color: var(--blue-ceddo);
    text-transform: uppercase;
    font-size: 1.2vw;
}

.fecha-evento{
    width: 30%;
    font-size: 1.6vw;
}

@media (max-width: 1080px) {
    #header-absolute-container{
        width: 16%;
    }
}

@media (max-width: 900px) {
    #header-absolute-container{
        display: none;
    }
}

@media (max-width: 767px) {
    .datos-documentos-container h5{
        font-size: 3.5vw;
    }

    .fecha-evento{
        width: 70%;
        font-size: 3vw;
    }

    .dntS{
        display: none;
    }
}
