/* Creado por : Fabian Arias
   Fecha      : 17-10-2022
   Proyecto   : MPA2023
   Descripcion: Nuevo estilo grafico Sistema de Matricula MA y MPA */
   
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');

body {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #4e4a47;
    background-color: white;
}

a {
    text-decoration: none;
    color: #255d92;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #255d92;
    cursor: pointer;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.fuente-roboto {
    font-family: "Roboto", sans-serif;
}

.fuente-montserrat {
    font-family: "Montserrat", sans-serif;
}

.texto-azul {
    color: #24588d;
}

.texto-gris {
    color: #4e4a47;
}

.texto-rojo {
    color: #d6394a;
}

.sin-separacion {
    margin: 0px;
    padding: 0px;
}

.container {
    background-color: white;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    vertical-align: middle;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #4e4a47;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #24588d !important;
}

.logo-pucv-menu {
    min-height: 65px;
}

video {
    width: 100%;
    height: auto;
}

.titulo-linea1 {
    font-size: 36px;
    font-weight: 900;
}

.titulo-linea2 {
    font-size: 24px;
    font-weight: 900;
}

.boton-inicio {
    display: block;
    border-radius: 20px;
    border: 1px solid white;
    box-shadow: 5px 10px 18px #4e4a47;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.boton-inicio:hover{
    cursor: pointer;
}

.banner-pictos {
    display: block;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 5px 10px 18px #4e4a47;
    margin: auto;
    max-width: 50%;
}

.titulo {
    font-size: 28px;
    font-weight: 400;
}

.panel-ingresar {
    display: block;
    margin-left: auto;
    border-radius: 10px;
    border: 2px solid #f2f2f2;
    padding: 10px 50px 10px 50px;
}

.col-form-label {
    text-align: right;
}

.texto-nota {
    font-size: 12px;
}

.input-control-error {
    color: red;
}

input[type=button] {
    background-color: #d6394a;
    border-color: #d6394a;
    color: white;
}

button[type=submit] {
    background-color: #d6394a;
    border-color: #d6394a;
    color: white;
}

.btn-facebook {
    color: #fff;
    background-color: #255c92;
    border-color:  #255c92;
	font-size:20px;
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
	color: #fff;
    background-color: #174470;
    border-color: #174470;
}

.footer {
    background-color: #24588d;
    color: white;
    padding-top: 10px;
}

.imagen-footer {
    max-width: 200px;
    height: auto;
}

.icono-footer {
    max-height: 30px;
    width: auto;
}

a.link-footer {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
}

a.link-footer:hover {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
}

.footer-logo {
    background-image: url('../imagen/svg/logoAcreditacionFooter.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 400px auto;
    min-height: 100px;
}

.footer-correo {
    background-image: url('../imagen/svg/iconoCorreoInstitucional.svg');
    background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 40px 40px;
    min-height: 50px;
    padding-left: 45px;
    padding-top: 30px;
    min-height: 100px;
}

.footer-navegador {
    background-image: url('../imagen/svg/iconoNavegadorAcademico.svg');
    background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 40px 40px;
    min-height: 50px;
    padding-left: 45px;
    padding-top: 30px;
    min-height: 100px;
}

.footer-biblioteca {
    background-image: url('../imagen/svg/iconoBiblioteca.svg');
    background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 40px 40px;
    min-height: 50px;
    padding-left: 45px;
    padding-top: 0px;
    min-height: 100px;
    line-height: 100px;
}

.imagen-banner {
    width: 100%;
    height: auto;
}

.usuario {
    background-image: url('../imagen/svg/iconoUsuario.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px 40px;
    min-height: 50px;
    padding-left: 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.salir {
    background-image: url('../imagen/svg/iconoSalir.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px 40px;
    min-height: 50px;
    padding-left: 45px;
    border-left: 2px solid #4e4a47;
}

a.link-salir {
    font-weight: 700;
    text-decoration: none;
    color: #24588d;
    font-size: 18px;
}

a.link-salir:hover {
    font-weight: 700;
    text-decoration: none;
    color: #24588d;
    font-size: 18px;
}

.contenido {
    padding-left: 10%;
    padding-right: 10%;
}

input[type=submit] {
    background-image: url('../imagen/svg/botonSiguiente.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    background-size: 150px auto;
    border: none;
    text-decoration: none;
    cursor: pointer;
    width: 150px;
    line-height: 40px;
}

.imagen-firma {
    width: 60%;
    height: auto;
}

.titulo-seccion {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px 40px;
    min-height: 50px;
    padding-left: 45px;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
} 

.seccion-datos-personales {
    background-image: url('../imagen/svg/iconoPerfil.svg');
}

.seccion-info-contacto {
    background-image: url('../imagen/svg/iconoContacto.svg');
}

.font-18 {
	font-size: 18px;
}