﻿@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,700;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Titillium Web', sans-serif;
}

.py-lg-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.contenedor {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    justify-items: center;
}

.contenedor__default div {
    width: 300px;
    padding-bottom: 15px;
    text-align: center;
}

.contenedor__default h1 {
    font-size: 30px
}

.contenedor__default__botones {
    display: flex;
    flex-direction: row;
}


/*Diseño del contenido*/
.contenedor {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(6, auto)
}

.contenedor__default {
    grid-column: 1/-1;
    grid-row: 1/2;
    display: flex;
    padding-top: 20px;
    justify-content: center;
    height: 100px;
}

.contenedor__default div {
    align-self: center;
    font-size: large;
    font-weight: bold;
}

header {
    grid-column: 1/-1;
    grid-row: 1/2;
}

.header__default {
    grid-column: 1/-1;
    grid-row: 2/3;
    padding: 0 0;
}

.contenedor__imagenes {
    display: flex;
    justify-content: center;
    padding: 30px;
}

.contenedor__titulos {
    grid-column: 1/-1;
    grid-row: 2/4;
}


.contenedor__bienvenida {
    grid-column: 1/-1;
    grid-row: 3/4;
    text-align: center;
    width: 80%;
}

.contenedor__saldo {
    grid-column: 1/-1;
    grid-row: 4/5;
    text-align: center;
    /*font-size: large;*/
    width: 80%;
}

.contenedor__saldo__tabla {
    /*    text-align: center;
    font-size: large;*/
    padding: 15px;
}

.contenedor__certificados {
    grid-column: 1/-1;
    grid-row: 5/6;
    text-align: center;
    padding-top: 25px;
    width: 80%;
}

form {
    /*align-content:center;*/
    /*text-align:center;*/
}

img {
    width: 400px;
}

h1 {
    font-size: 20px;
    text-align: center;
    padding: 30px 30px;
}

h2 {
    font-size: 18px;
    text-align: center;
    /*padding: 0 0;*/
}

.negrita {
    font-weight: bold;
}

.collapse navbar-collapse {
    justify-content: flex-end;
}

.navbar-nav {
    padding: inherit;
    padding-right: inherit;
}

.header__nav {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.navbar-nav {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-item {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.nav-link {
    display: block;
    color: rgb(142, 142, 142);
    text-decoration: none;
    font-weight: bold;
}

.nav-link:hover {
    color: white;
    transition: 2s;
    background-color: crimson;
    padding: 0.5em;
}

nav-imageSalir {
    background-image: url(../Imagenes/Home.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/Home.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image2 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/Acceso.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image3 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/MisDatos.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image4 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/eventos.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image5 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/resumenpuntos.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image6 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/agregarpunto.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image7 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/noticias.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image8 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/tickets.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image9 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/reportes.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-image10 {
    /*background-color: crimson;*/
    padding: 0.5em;
    color: white;
    background-image: url(../Imagenes/capacitadoras.ico);
    height: 60px;
    width: 60px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-link--separado {
    color: crimson;
}

.formcontent {
    grid-column: 2/3;
    grid-row: 4/5;
    background: #fff;
    width: 70%;
    height: 100%;
    max-width: 350px;
    position: relative;
    text-align: center;
    margin: auto;
}

.form-control {
    border: none;
    padding: 15px;
}

.tbusuario {
    text-transform: uppercase;
}

.contenedor__mensaje {
    grid-column: 2/3;
    grid-row: 5/6;
    color: red;
}

.contenedor__media {
    grid-column: 1/-1;
    grid-row: 6/7;
    display: flex;
    padding-top: 25px;
    grid-gap: 50px;
    align-items: center;
}

.contenedor__media__video {
    transition: transform 1s;
}

.contenedor__media__video:hover {
    transform: scale(2, 2);
}

.contenedor__media__icono {
    justify-self: center;
    align-self: center;
}

.contenedor__footer {
    grid-column: 1/-1;
    grid-row: 7/8;
    font-size: 14px;
    padding-top: 25px;
}

footer {
    grid-column: 1/-1;
    grid-row: 7/8;
    font-size: 14px;
    padding-top: 25px;
}

.footer__usuario {
    text-align: center;
    font-weight: bold;
}


/*Postulantes*/

.formcontent__cuotas {
    grid-column: 1/4;
    grid-row: 3/4;
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    margin: auto;
}

.formcontent__cuotas__salir {
    text-align: end;
    width: 100%;
    /*padding-right: 4em;*/
    height:50px;
}

.formcontent__cuotas__campos {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
    justify-content: space-evenly;
}


.formcontent__cuotas__camposforma {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-evenly;
}

.formcontent__cuotas__primerbloque {
    display: flex;
    flex-direction: column;
    width: 35%;
    text-align: left;
    font-weight: bold;
}

.formcontent__cuotas__segundobloque {
    display: flex;
    flex-direction: column;
    width: 35%;
    text-align: left;
    font-weight: bold;
}

.formcontent__cuotas__botones{
    padding-top: 20px;
    justify-content:center;
}

.formcontent__cuotas__descuentos {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 12px;
}

.formcontent__cuotas__factura{
    padding-top: 5px;
    font-size: 12px;
}

.formcontent__cuotas__precios {
    padding-top: 5px;
    font-size: 12px;
}

.formcontent__cuotas__errores {
    color: red;
}

.formcontent__cuotas__tablas {
    display: inline-table;
}

#imageprogress {
    width: 150px;
    vertical-align: middle;
}

.formcontent__cuotas__contenedor {
    text-align: center;
    align-self: center;
}