* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	background-image: url("img/bg-inversionistas-login.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-size: 100% auto;
	
}

.fa-regular {
transform: translateX(-33px);
padding: 16px 0;
cursor:pointer;
color: #335c64;}

.icon-password { margin-left: 13px;}

.logo-inicio{
	display: flex;
  	justify-content: center;
	align-items: center;}
.logo-inicio img{
	width: 150px !important;
	margin:20px auto 0;}

.login {
    width: 380px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin: 100px auto;
	border-radius: 25px;
}
.login h2 {
    text-align: center;
    color: #335c64;
    font-size: 1.3em;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 16px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #335c64;
    color: #ffffff;
	border-radius: 25px;
	margin-right: 8px;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 280px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
	border-radius: 25px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   	margin-top: 20px;
    background-color: #335c64;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    transition: background-color 0.2s;
	border-radius: 25px;
	font-size: 1em;
	font-weight: bold;
}
.login form input[type="submit"]:hover {
  	background-color: #9aafb3;
    transition: background-color 0.2s;
	color: #335c64;
}

.navtop {
	background-color: #ffffff;
	height: 70px;
	width: 640px;
	border: 0;
	border-radius: 35px;
	position: relative;
	top: 0 !important;
	padding: 0px 10px;
	margin: 0 auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.navtop .logo-nav {
	display: block;
	height: 100%;
	width: 25%;
	position: absolute;
}
.navtop .logo-nav img{
	height: 100%;
}
.navtop .boton-salir {
	float: right;
	margin: 24px 4px;
	height: 40px;
	
}
.navtop div a {
	text-decoration: none;
	color: #ffffff;
	border-radius: 24px;
	background-color: #335c64;
	padding: 12px;
	font-size: 1em;
}
.navtop div a i{
	margin-right: 8px; 
}

.navtop div a:hover {
	background-color: #9aafb3;
    transition: background-color 0.2s;
}


.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #335c64 !important;
	font-weight: normal;
}

body.loggedin {
	background-color: #ffffff;
}
.content {
	width: 640px;
	margin: 30px auto;
	background-color: #ffffff;
	border-radius: 35px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	padding: 25px;
}
 h4 {
	 text-align: center;
	 color: #335c64;
	 margin: 2em 0;
}

 /*a {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 25px;
	background-color: #fff;
	border-radius: 25px;
	font-size: .8em;
}

.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
*/
.info-content p {
	text-align: justify;
	margin:  1em 0;
}

.content .container > .info-content {
	padding: 5px;
	margin: 20px 0;
	width: 100%;
	display: block;
	position: relative;
}
.boton-informe {
	text-align: center;
	margin: 3em auto;
}
.boton-informe a {
	text-decoration: none;
	color: #ffffff;
	border-radius: 24px;
	background-color: #335c64;
	padding: 12px;
	font-size: 1em;
}
.boton-informe a:hover {
	background-color: #9aafb3;
    transition: background-color 0.2s;
	color: #ffffff;
}

.imagen-inicio img{
	padding: 0;
	width: 100%;
}

table {
	color: #335c64 !important;
}
.footer{
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 8px;
	max-width: 380px;
	background-color: #ffffff;
	border-radius: 25px;
	color: #335c64;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	}
.footer p{
	font-size: .84em;
	margin-top: 4px;
	margin-bottom: 4px;
}
.footer a{
	color: #335c64;
	font-size: .84em;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover{
	color: #9aafb3;
}

@media only screen and (max-width: 600px) {
	body {
    	background-color: #FFFFFF;
  	}
	.navtop {
		width: 90% !important;
	}
	.navtop div a {
	font-size: .7em;
}
	.content, .footer {
		width: 90%;
		margin: 30px auto;
	}
	.content > .imagen-inicio img{
		padding: 0;
		width: 90%;
		display: block;
		position: relative;
		float: left;
	}
}