﻿body {
    font-size: 1.4vw;
}

.box {
    border: 1px solid #ccc;
    padding: 2vw;
    border-radius: 1vw;
    background-color: white;
}

.qr-img {
    width: 30vw;
    max-width: 250px;
    height: auto;
}

.check-icon {
    font-size: 5vw;
    color: green;
}

.label {
    font-weight: bold;
    color: #26447c;
    font-size: 1.2vw;
}

.fixed-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-info-block {
    flex: 1;
    padding-right: 2vw;
}

.qr-block {
    text-align: center;
    flex-shrink: 0;
}

.d-block {
    color: #26447c !important;
}

.strongTitle, .docValidate {
    font-size: 1.4vw;
}

.printClass {
    width: 50px;
    height: 50px;
}

.the_button3 {
    width: 70px;
    height: 70px;
}


.imgWidth {
    height: 100px;
}

.in_border_small {
    width: 70px;
    height: 70px;
}
/* Evitar que se apile en móviles */
@media (max-width: 576px) {
    body {
        font-size: 3vw;
    }

    .qr-img {
        width: 22vw;
    }

    .check-icon {
        font-size: 8vw;
    }

    .label {
        font-weight: bold;
        color: #26447c;
        font-size: 3vw;
    }

    .d-block {
        font-size: 2.6vw;
    }

    .strongTitle, .docValidate {
        font-size: 3vw;
    }

    .in_border_small {
        width: 50px;
        height: 50px;
    }
    .the_button3 {
        width: 50px;
        height: 50px;
    }
    .printClass {
        width: 40px;
        height: 37px;
    }

    .imgWidth {
        height: 50px;
    }

}
