﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


html {
    font-size: 14px;
    position: relative;
    min-height: 100vh;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    padding-bottom: 145px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


@font-face {
    font-family: 'OCR-b';
    src: url('../fonts/ocr-b___.ttf') format('truetype');
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.seleccionFecha {
    /*width: 35%;
    margin-top: 10px;
    width:15%;*/
    float: left;
}

.botonFiltro {
    margin-bottom: 10px;
}


.h2Title {
    background-color: #5c6a89;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    color: white;
}

.h4Title {
    background-color: gray;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    color: white;     
}

.botonSi {
    margin-right: 30%;
    width: 10%;
    min-width: 50px;
}

.botonNo {
    width: 10%;
    min-width: 50px;
}

/*.contenedorInicioSesion {
    max-width: 600px;
    margin:auto;
}*/

@media (min-width: 768px) {
    .contenedorInicioSesion {
        width: 50%;
        margin: auto;
    }
}

/*.nav-item:hover {
    color:forestgreen;
}*/


/*table {
    /*display: inline-block;
    /*max-width:100%;
    overflow-x: auto;
    white-space: nowrap;


    overflow: auto;
    max-width:100%;
    /*display: block;
}*/

.plan-gradient-animated {
    background: #3ea7a9;
    background-size: 600% 600%;
    max-width: 1280px;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
}

.grid-wrapper {
    margin: 0 auto;
    display: grid;
    align-items: center;
    gap: 5px;
    background-color: #e3efff;
    border-radius: 10px;
    margin-bottom: 10px;
    max-width: 1280px;
}

.grid-card {
    color: black;
    padding: 1rem;
    width: auto;
    height: auto;
    text-wrap: none;
}

.acciones {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.no-importante {
    color: rgba(0,0,0,0.45);
}

span.no-importante {
    color: rgba(0,0,0,0.60);
}

span.big-text-plan {
    font-size: 1.2rem;
}

.botones-index {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (min-width: 300px) {
    .grid-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .grid-card:last-child {
        grid-column: span 2;
    }

    .acciones {
        justify-content: space-around;
    }
}

@media (min-width: 600px) {
    .grid-wrapper {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .grid-card:last-child {
        grid-column: span 1;
    }
}

@media (min-width: 800px) {
    .grid-wrapper {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }

    .grid-card:last-child {
        grid-column: span 2;
    }
}

@media (min-width: 1200px) {
    .grid-wrapper {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .grid-card:last-child {
        grid-column: span 1;
    }
}

/*-----------------CREDENCIAL VIRTUAL-----------------*/

#credencial {
    background-image: url('../images/Credencial4_5.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /*box-shadow: rgba(50, 50, 50, 0.75) 7px 7px 5px;*/
    box-shadow: none;
    border-color: rgba(50, 50, 50, 0);
    background-color: rgba(50, 50, 50, 0);
    /*border: none;
    background-color: transparent;*/
    border-radius: 25px 25px 25px 25px;
    height: auto;
    /*min-height: 500px;*/
    width: auto;
    /*overflow-y:visible;
    border: 1px solid red;*/
}

#fotoCred {
    visibility: hidden;
}

.txt-cred {
    /*position: absolute;*/
    color: darkgray;
    font-weight: bold;
    font-family: OCR-b;
    margin:0;
}

.txt-cred-grande {
    font-size: 4vw;
}

.txt-cred-normal {
    font-size: 2.65vw;
}

#PopUp {
    /*width:80%;
    margin:auto;*/
}
/*CREDENCIAL VIRTUAL*/


/*-----------------FOOTER-----------------*/

.footer {
    /*margin-top: 60px;*/
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: darkgrey;
    margin-top: auto;
}

.info-margin {
    margin-right: 20px;
}

.info-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 2vh;
}

.footer-icon {
    width: 1em;
    height: 1em;
    padding-top: 11px;
}

i.footer-icon-link {
    width: 3em;
    height: 3em;
}

a.footer-icon-link {
    margin-right: 20px;
}

.footer-info-container {
    line-height: 30px;
    color: #fff;
}

.footer-position {
    position: absolute;
    bottom: 0;
}
/*FOOTER*/
.imagenClara {
    border: 1px solid cadetblue;
    border-radius: 5px 6px;
    padding: 5px;
}

.nombre-institucion {
    font-size: 0.9rem;
}

@media (max-width: 750px) and (orientation: portrait) {
    body {
        padding-bottom: 205px;
    }
    #PopUp {
        width: 100%;
        margin-top: 30%;
    }
    .txt-cred-grande {
        font-size: 6vw;
    }
    .txt-cred-normal {
        font-size: 3.975vw;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    #PopUp {
        width: 100%;
        /*margin-top:5%;*/
    }
    .txt-cred-grande {
        font-size: 6vw;
    }

    .txt-cred-normal {
        font-size: 3.975vw;
    }
}


@media (min-width: 769px) {
    #PopUp {
        width: 65%;
        margin-left: 17.5%;
    }
}




