/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 31, 2020, 5:44:39 PM
    Author     : valde
*/

body {
    font-family: 'Titillium Web', sans-serif;
}

#course{
    font-family: 'Raleway', sans-serif;
    font-size: 1.9em;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    min-height: 80px;
    color: white;
}

.logo-project {
    min-width: 70px;
    max-width: 90px;
}

#firmaUnam{
    max-width: 30%;
    max-height: 30%;
}

.nav-link { 
    color: black; 
    font-size: 1.2em;
}

.nav-link:hover { color: #374349; }

.navbar-toggler { font-size: 40px; }
.navbar-toggler:focus { outline: none; }

#home-icon {
    font-size: 25px;
}

.navbar-nav > li{
  padding-left: 20px;
  padding-right: 20px;
}

#box {
    border-radius: 25px;
    border: 2px solid #767b91;
    padding: 50px; 
    max-width: 600px;
    min-width: 400px;
    max-height: 430px; 
}

#msj {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.5em;
}

p{
    font-size: 1.4em;
}

.content-text {
    font-size: 1.2em;
    text-align: justify;
}

.listados {
    font-size: 1.2em;
}

/* Estilo de errores */
p.error{
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    color: #d12222;
    text-align: center;
}


#nav{
    font-size: 1.5em;
}

#dd{
    font-size: 1.1em;
}

.card-body{
    font-size: 1.4em;
}

#subtit{
    font-size: 1.2em;
}

#foot{
    font-size: 1.2em;
}

#panel-index{
    font-size: 1.2em;
}

#dd{
    font-size: 1.1em;
}

#sesion{
    font-size: 1.6em;
}

#nav{
    color: white;
}

.des-modulo{
    font-size: 1.4em;
}

#calendario{
    font-size: 1.15em;
}


.titulo-sesion{
    font-family: 'Raleway', sans-serif;
    font-size: 1.7em;
    color: #173364; 
}

.centerImg{
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

a.liga-nombre         {color: #173364 !important; }	
a.liga-nombre:link    {color: #173364 !important; } 
a.liga-nombre:visited {color: #173364 !important; }
a.liga-nombre:hover   {color: #0099ff !important;}
