/* 
@date: 
@author: Alejandra Ahumada
@version: 2018 v1
@package: Admision 2018
*/ 

/* Nuevo dise�o para 2023 */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.fuente-roboto {
  font-family: "Roboto", sans-serif;
}

.fuente-montserrat {
  font-family: "Montserrat", sans-serif;
}

.color-azul {
  color: #24588d !important;
}

.color-rojo {
  color: #d6394a !important;
}

.color-gris {
  color: #969696 !important;
}

.icono-main {

  width: 126px;
  height: 126px;
}

.weight-400 {
  font-weight: 400;
}

.weight-700 {
  font-weight: 700;
}

.weight-900 {
  font-weight: 900;
}

a {
  color: #255d92;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
  color: #255d92;
  font-weight: 700;
}

video {
  width: 100%;
  height: auto;
}

.firma-rector {
  width: 50%;
  height: auto;
  display: block;
  margin-left: auto;
}

.imagen-progreso {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: auto;
}

.seccion-datos-personales {
  background-image: url("../img/svg/iconoPerfil.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  padding-top: 2px;
  min-height: 50px;
}

.seccion-info-contacto {
  background-image: url("../img/svg/iconoContacto.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  padding-top: 2px;
  min-height: 50px;
}

.panel-alumno {
  background-image: url("../img/svg/iconoUsuario.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
  padding-top: 2px;
  min-height: 40px;
  margin-right: 40px;
}

.panel-salir {
  background-image: url("../img/svg/iconoSalir.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
  padding-top: 2px;
  min-height: 40px;
  line-height: 40px;
}

.panel-separador {
  padding-left: 10px;
  padding-top: 2px;
  min-height: 40px;
  border-left: 4px solid #969696;
}

input[type=submit][disabled] {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-link:hover {
  text-decoration:none;
}

.btn-primary[disabled] {
	color: #fff;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}


.seccion-valor-comun {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 35px;
  padding-top: 5px;
  min-height: 35px;
}

.valor-honestidad {
  background-image: url("../img/svg/iconoValorHonestidad.svg");
}

.valor-confianza {
  background-image: url("../img/svg/iconoValorConfianza.svg");
}

.valor-justicia {
  background-image: url("../img/svg/iconoValorJusticia.svg");
}

.valor-respeto {
  background-image: url("../img/svg/iconoValorRespeto.svg");
}

.valor-responsabilidad {
  background-image: url("../img/svg/iconoValorResponsabilidad.svg");
}

.valor-valentia {
  background-image: url("../img/svg/iconoValorValentia.svg");
}
/* fin nuevo dise�o */

body{
	background-color: #ffffff !important;
	font-size: 14px;
	color: #969696;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#wrap > .container {
	background: white;
	padding-top: 0px;
}
.page-header {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #fff;
}


/******************************************************************* menu superior ***/
.container-menu {
    width: auto;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-default {
background-color: #FFF;
border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
color: #A4A4A4;
font-weight: 500;
}

/****************************************************************** contenido */

.container-contenido {
    width: auto;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

/****************************************************************** tipografia */

.strtoupper{
	text-transform: uppercase;
}
.text-center{
	text-align: center;
}
.justify{
	text-align: justify;
}

h1{
	color: #24588d !important;
}
.navbar-brand, .thumbnail .caption h3 .destacar, h2, h3, h4, h5, h6{
	color: #24588d !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .footer-pucv a:hover, .callcenter a:hover {
	color: #24588d !important;
}

.footer-pucv a:hover, .callcenter a:hover {
	color: #d6394a !important;
}

.panel-title {
	color: #24588d !important;
}
.thumbnail {
	border: 0px;
}
.thumbnail > img{
	width: 50%;
}
.thumbnail .caption h3, .thumbnail .caption h5 {
	color: #777777 !important;
	font-weight: 500;
}

h2, .h2 {
    font-size: 30px;
	font-weight: 500;
}

h5, .h5 {
    font-size: 14px;
	font-weight: 400;
	color: #24588d !important;
	line-height:200%;
}

h6, .h6 {
    font-size: 14px;
	font-weight: 500;
	color: #24588d !important;
}

h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px; 
}

.table {
	margin-bottom: 0px;
}


.footer-pucv{
	font-size: 14px;
}

.callcenter {
	font-size: 16px;
	color: #24588d;
}

.version {
	font-size: 10px;
	color: #24588d;
}


/* ***************************************************************** iconos */

.cuadro-icono {
	margin-right: -15px;
	margin-left: -15px;
}

.btn-icono {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  height: 126px;
  width: 126px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 5px 10px 18px #969696;
  padding: 0px;
  border: none;
}


/* ***************************************************************** botones */

.btn-primary {
	color: #fff;
	background-color: #d6394a;
	border-color: #d6394a;
}
	
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: #d6394a;
	border-color: #d6394a;
	}

.btn-default {
    color: #bf3b46;
    background-color: #fff;
    border-color: #bf3b46;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #bf3b46;
    background-color: #ebebeb;
    border-color: #bf3b46;
}

.btn-icon {
    color: #255d92;
    background-color: transparent;
    border-color: transparent;
}

.btn-icon:hover, .btn-icon:focus, .btn-icon:active {
    color: #255d92;
    background-color: transparent;
    border-color: transparent;
	text-decoration: underline;
}

.btn-lineal {
    color: #009fe3;
    background-color: #fff;
    border-color: #009fe3;
}

.btn-lineal:hover,  .btn-lineal:focus, .btn-lineal:active {
    color: #077daf;
    background-color: #fff;
    border-color: #077daf;
}

.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;
}

a:hover, a:focus {
    color: #255d92;
    text-decoration: none;
}

/****************************************************************** tooltip */
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #255d92;
    border-radius: 4px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #255d92;
}


/****************************************************************** form */

.form-control:focus {
border-color: #d43946;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba( 0, 56, 115,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0, 56, 115,0.6);
}
span.help-block, p.help-block, .has-error label , .has-error .form-control{
color: #004D9F !important;
border-color: #004D9F !important; 
}
.has-error .form-control{ 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba( 0,77,159,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,77,159,0.6);
}
.has-error .form-control:focus{ 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba( 0,77,159,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,77,159,0.6);
}

.cuadro {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.form-signin {
	background-color: #E6E6E6;
  padding: 24px 23px 20px;
  position: relative;
  border-radius: 0px;
}

.form-pasaporte{
	background-color: #E6E6E6;
  padding: 24px 23px 20px;
  position: relative;
  border-radius: 0px;
}

.form-signin:before {
  content: '';
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #E6E6E6 transparent transparent;
  height: 0;
  position: absolute;
  left: -12px;
  top: 35px;
  width: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.form-pasaporte:before {
  content: '';
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #E6E6E6 transparent transparent;
  height: 0;
  position: absolute;
  left: -12px;
  top: 35px;
  width: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-pasaporte .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  /* padding: 10px; */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-pasaporte .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  /* padding: 10px; */
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-pasaporte .form-control:focus {
  z-index: 2;
}


.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-pasaporte input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.form-pasaporte input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/****************************************************************** footer */
#footer {
  border-top:1px solid black;
}
#footer p {
  padding: 10px;
}


/****************************************************************** responsivo movil y tablet*/

@media (max-width:1920px) {
	.btn-lineal {
	display: none;
	}
}

@media (max-width:480px) {
	.btn-icono {
	display: none;
	}

  .icono-main {
    display: none;
  }
		
	.btn-lineal {
	display: block;
	}
	
	h6, .h6 {
	display: none;
	}	
}	

@media print {

}

.cuadroAmarillo{
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;                  
  padding: 16px;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}