﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');


.form-check-label {
    font-size: 0.8rem !important;
}

@media screen and (max-height: 991px) {
    /* Aquí van los estilos para tablets grandes */
    .visorPDF {
        width: 100% !important;
        height: 750px !important;
    }
}

@media screen and (max-height: 767px) {
    /* Aquí van los estilos para tablets medianas */
    .visorPDF {
        width: 100% !important;
        height: 500px !important;
    }
}

@media screen and (max-height: 667px) {
    /* Aquí van los estilos para smartphones */
    .visorPDF {
        width: 100% !important;
        height: 400px !important;
    }
}


@media screen and (max-height: 560px) {
    /* Aquí van los estilos para smartphones */
    .visorPDF {
        width: 100% !important;
        display: none !important;
    }
}
