@font-face {
	font-family: 'montserratmedium';
	src: url('../fonts/montserrat-medium.woff2') format('woff2'),
		 url('../fonts/montserrat-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'montserratlight';
	src: url('../fonts/montserrat-light.woff2') format('woff2'),
		 url('../fonts/montserrat-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/montserrat-bold.woff2') format('woff2'),
		 url('../fonts/montserrat-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: montserratmedium;
	letter-spacing: 3px;
	color: #31305C;
}
.navbar-brand img {
	height: 75px;
}


nav.navbar {
	color: white;
	letter-spacing: 1px;
	font-size: 1.15em;
}
#menu {
	background-image: linear-gradient(130deg ,#2E3463, #14529A,#1E4585, #045EAF, #0260B5);
}
.menu {
	padding: 0;
}
.menu a {
	color: #fff;
	display: inline-block;
	
	height: 40px;
	line-height: 45px;

	position: relative;
	top: -5px;

	min-width: 130px;
	text-align: center;
}
.menu a img {
	height: 20px;vertical-align:middle;
	margin-top: -4px;
	mix-blend-mode: screen;
	filter:brightness(.65) invert(1)  saturate(0) contrast(400%);

}
.menu a.activo {
	background: #fff;
	color: #31305C;

	top: 0;
}
.menu a.activo img {
	mix-blend-mode: multiply;
	filter: none;
	
}
.menu a.activo:before, .menu a.activo:after {
	content: ' ';
	display: block;
	
	background: url('../img/esquina.svg');
	background-size: cover; 

	width: 100px; height: 40px;

	position: absolute;
	top:0;
	left: -100px;
}
.menu a.activo:after {
	left: auto;
	right: -100px;

	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.flecha {
	transform: scaleY(2);
	font-family: none;
	letter-spacing: 4px;
	font-size: .8em;
	display: inline-block;
	vertical-align: top;
}

label {
	cursor: pointer;
}
h5, label {
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 7px
}
h5 {
	font-size: 1em;
	font-family: montserratmedium;
	font-weight: bolder;
}

form input, form textarea {
	width: 100%;
	padding: 10px;
}
form .radio input {
	width: auto;
	padding: 0;
	vertical-align: middle;
}
.radio label {
	text-transform: none;
	letter-spacing: 0;
}




footer {
	font-size: .7em;
	letter-spacing: 5px;
	text-transform: uppercase;
}

footer .copy {
	letter-spacing: 1px;
	font-size: 1.8em;
	position: relative;top: 4px;
	font-family: montserratlight;
	font-weight: 600;
}

.cell{

	background-image: url('../img/celular.svg');
	width: 450px;
	height: 660px;
	display: inline-block;
	text-align: left;
}



.box1notifica{
	position: relative;
    top: 280px;
    width: 90%;
    cursor: default;
    margin: auto;

}

.box2notifica{
	height: 57px;
    font-family: Roboto, Proxima-Nova, "Proxima Nova", "Open Sans", Arial, Helvetica, sans-serif;
    background-color: rgb(254, 254, 254);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    max-width: 500px;
    overflow-y: hidden;
    box-sizing: content-box;
    padding: 16px;
    border-radius: 2px;
    transition: height 0.3s ease-out 0s;
}

.boxname{
	display: flex;
    font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
}

.box3notifica{
	margin-top: 8px;
}

.boxdatos{
	display: flex;
    -webkit-box-pack: justify;
	justify-content: space-between;
	/* display: block; */
	line-height: 1px;
}

.boxdatos1{
	display: block;

}

.boxtitle{
	color: rgb(83, 83, 83);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.1px;
    display: inline-block;
    width: 315px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    overflow: hidden;
}

.boxmessage{
	font-size: 14px;
    line-height: 20px;
    color: rgb(117, 117, 117);
    font-weight: 400;
    letter-spacing: 0.1px;
    display: inline-block;
    width: 315px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    overflow: hidden;
}

.bigpicture{
	display: flex;
    width: 100%;
    height: 200px;
    margin-top: 10px;
    background-color: rgb(204, 204, 204);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
	justify-content: center;
	
}

.iconpicture{
	width: 38px;
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    height: 38px;
    background-color: rgb(204, 204, 204);
}

/* Bootstrap filestyle */
.icon-span-filestyle {
	padding-right: 5px;
  }
  
  .bootstrap-filestyle label {
	margin-bottom: 0;
  }
  
  .group-span-filestyle .badge {
	background-color: #2a3142;
  }