body {
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-size:12px;
}

h1, h2,  h3 {
	text-align: center;
}

h1 {
	color: #4CAF50;
	font-size: 2rem;
	font-weight: bold;
}

h2 {
	color: #1ABC9C;
	font-size: 1.5rem;
	font-weight: bold;
}

a {
	color: #4CAF50;
	font-weight: bold;
}

a:hover {
	color: green;
	font-weight: bold;
}

.texto-pequeno {
	font-size: 0.9rem;
}

.header {
	position: fixed;
	display: flex;
	top: 0;
	background-color: #fff;
	width:100%;
	height:65px;
	z-index: 10;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.logo{
	margin: 0.5rem 2rem 0rem;
	padding: 0;
	width: 20%;
}

.tipo-cambio {
	display: flex;
	width:18%;
}

.VBM {
	position: relative;
	top: 1.2rem;
	opacity: 0.9;
}

.valorBM {
	margin: 1.4rem 0.5rem;
	font-size: 1rem;
	color: #444;
}

.menu{
	margin: 0.3rem 1rem;
	padding: 0;
	width:75%;
}

.menu-botones {
	display: flex;
	float: right;
}

.menu ul {
	list-style-type: none;
	margin: 5px;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	float: left;
}

.menu li {
	float: left;
	margin: 0 10px;
}

.menu li a {
	display: block;
	color: black;
	font-weight: normal;
	font-size: 0.9rem;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-radius:5px;
}

.menu li a:hover:not(.active) {
	background-color: #ccc;
	color: #fff;
	font-weight: normal;
}

.active {
	background-color: #1ABC9C;
	color: #fff;
}

.active:hover {
	background-color: #ccc;
	color: #fff;
	font-weight: normal;
}

.mainBtn {
	font-family: 'Poppins', sans-serif;
	background-color: #1ABC9C;
	border-radius:5px;
	border: none;
	color: white;
	padding: 10px 20px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	cursor:pointer;
}

.mainBtn:hover {
	background-color: #aaa;
	opacity: 0.8;
	cursor: pointer;
}

#content{
	background-color:#f6f9ff;
	width:100%;
}


.content-main{
	background-color:#f6f9ff;
	min-height:40rem;
	overflow:hidden;
	width:100%;
	padding-top: 4rem;
}

.content-bg {
	background: url(../images/centroamerica.png);
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: 45rem 32rem;
	background-position: center;
	top: 3rem;
	height:40rem;
	width:100%;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
}

.content-main::after {
	background: url(../images/centroamerica.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

.main-title{
	text-align:center;
	padding-top: 4rem;
	color: #4CAF50;
	font-size: 4rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.main-subtitle{
	text-align:center;
	margin: 1em auto;	
	color: #1ABC9C;
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.main-text{
	text-align:center;
	width:70%;
	margin: 1em auto;	
	color: #555;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.moneda {
	display:none;
	position:relative;
	left:-80px;
	z-index: 1;
}

/*
SHINY
*/
.shine {
	width: 600px;
	height: 350px;
	background-repeat: round;
	background-size: 600px 350px;
	margin: 25px 0 25px 25px;
	border-radius: 20rem 20rem 20rem 1rem;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.shine:after {
  content: "";
  position: absolute;
    top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */
.shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */
.shine:active:after {
  opacity: 0;
}

/*
SHINY END
*/

.span-blanco {
	color: #fff;
}

.span-azul {
	color: #1A1446;
}

.span-celeste {
	color: #00DFFF;
}

.content-personal{
	background-color:#1A1446;
	min-height:30rem;
	overflow:hidden;
	width:100%;
	padding-top: 4rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

	.personal-title {
		color: #1ABC9C;
		font-size: 3rem;
		font-weight: bold;
		float: left;
		width: 30%;
		margin: 2rem 5rem 0rem;
	}
	
	.personal-img {
		background-image: url('../images/personal.jpg');
		float: right;
		margin: 2rem 2rem 0rem 0rem;
		border-radius: 10rem 10rem 10rem 1rem;
	}
	
	.personal-texto {
		margin: 3rem 5rem;
		float: left;
		width: 40%;
		clear: left;
		text-align: justify;
	}
	

.content-empresas {
	background-color:#f6f9ff;
	min-height:30rem;
	overflow:hidden;
	width:100%;
	padding-top: 4rem;
	color: #444;
	font-size: 1.5rem;
	font-weight: bold;
}

	.empresas-title {
		color: #1ABC9C;
		font-size: 3rem;
		font-weight: bold;
		float: right;
		width: 36%;
		margin: 0rem 5rem 0rem;
	}
	
	.empresas-img {
		background-image: url('../images/empresa.jpg');
		float: left;
		margin: 0rem 3rem;
		border-radius: 10rem 10rem 10rem 10rem;
	}
	
	.empresas-texto {
		margin: 2rem 5rem;
		float: right;
		width: 36%;
		clear: right;
		text-align: justify;
	}
	

.content-inversion{
	background-color:#1A1446;
	min-height:30rem;
	overflow:hidden;
	width:100%;
	padding-top: 4rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

	.inversion-title {
		color: #00DFFF;
		font-size: 3rem;
		font-weight: bold;
		float: left;
		width: 30%;
		margin: 2rem 5rem 0rem;
	}
	
	.inversion-img {
		background-image: url('../images/inversion.jpg');
		float: right;
		margin:  2rem 2rem 0rem 0rem;
		border-radius: 1rem 10rem 10rem 1rem;
	}
	
	.inversion-texto {
		margin: 3rem 5rem;
		float: left;
		width: 40%;
		clear: left;
		text-align: justify;
	}
	

.content-contacto {
	background-color:#f6f9ff;
	min-height:20rem;
	overflow:hidden;
	width:100%;
	padding-top: 4rem;
	color: #444;
	font-size: 1.5rem;
	font-weight: bold;
}

	.contacto-title {
		color: #1ABC9C;
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
	}
	
	.contacto-texto {
		text-align: center;
	}

.content-footer {
	background-color:#111724;
	height:20rem;
	overflow:hidden;
	width:100%;
	padding-top: 4rem;
	font-size: 1rem;
	color: #ccc;
}

	.footer-section {
		float: left;
		margin: 0 2rem;
	}
	
	.footer-menu {
		float: left;
	}

	.footer-title {
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		margin: 0rem 4rem;
	}
	
	.footer-menu  ul {
		list-style-type: none;
		margin: 1rem 3rem;
		padding: 0;
		overflow: hidden;
	}

	.footer-menu li {
		margin: 0 10px;
	}

	.footer-menu li a {
		display: block;
		font-weight: normal;
		font-size: 1rem;
		padding: 0.5rem;
		text-decoration: none;
		color: #ccc;
	}

	.footer-menu li a:hover {
		color: #fff;
		font-weight: normal;
	}



.logo-grande {
	width: 250px;
	margin: 2rem auto; 
}

.register, .login {
	width: 350px;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #1ABC9C;
	background-color: #f6f9ff;
	padding-top: 12px;
}

input[type=text], input[type=email], input[type=password] {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	border: none;
	width: 250px;
	height: 50px;
	padding: 10px;
	font-family: 'Gilroy', sans-serif;
	font-size: 0.9rem;
}

textarea {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	border: none;
	width: 250px;
	padding: 10px;
	font-family: 'Gilroy', sans-serif;
	font-size: 0.9rem;
}

select {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	border: none;
	width: 250px;
	height: 50px;
	padding: 10px;
	font-family: 'Gilroy', sans-serif;
	font-size: 0.9rem;
}

input::placeholder { 
	color: #fff;
	opacity: 1;
}


.message {
	display: none;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: #ff4444;
	color: white;
	font-weight: bold;
	float: right;
	margin: 16px 16px 0px -50px;
}

/* Tooltip text */
.message .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #444;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	top: -28px;
	left: 25px;
	display: block;
	font-size: 0.9vw;
	font-weight: normal;
}

/* Show the tooltip text when you mouse over the tooltip container */
.message:hover .tooltiptext {
  visibility: visible;
}

#password-strength-status {
	display: none;
	background-color: #aaa;
	border-radius:4px;
	color: #FFFFFF;
	margin-top:5px;
	width: 248px;
	height: 18px;
	font-size: 1vw;
	
}

.weak-password{background-color: #FF5555;border:#AA4500 1px solid; border-radius: 5px 0px 0px 5px; width: 33%; height: 16px; float:left;}
.medium-password{background-color: #FF7700;border:#DD5500 1px solid; border-radius: 5px 0px 0px 5px; width: 66%; height: 16px; float:left;}
.strong-password{background-color: #36CE86;border:#0FA015 1px solid; border-radius: 5px 5px 5px 5px; width: 100%; height: 16px; float:left;}

/* Tooltip text */
#password-strength-status  .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #444;
	color: #fff;
	text-align: justify;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	top: -73px;
	left: 255px;
	display: block;
	font-size: 0.9vw;
	float: left;
	margin-bottom: -180px;
}

/* Show the tooltip text when you mouse over the tooltip container */
#password-strength-status:hover .tooltiptext {
  visibility: visible;
}

.tooltiptext  ul, li {
    padding:0;
    list-style-type:none;
}

.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
	background-size: 18px 20px;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
	background-size: 18px 20px;
    padding-left:22px;
    line-height:24px;
}


/* CUENTA */

.slogan {
	float: right;
	width:50%;
	margin: 0.5rem 0.5rem;
	font-size: 0.9rem;
	font-weight: bold;
	color:#111724;
	
}

#logout_button {
	float: right;
	cursor: pointer;
	margin: 1rem 0.5rem;
}

#logout {
	background: url('../images/logout.png') no-repeat;
    background-size: 20px 20px;
	width: 20px;
	height: 20px;	
	border-radius: 10px;
	float:left;
	opacity: 0.6;
}

.content-cuenta{
	background-color:#0d3578;
	min-height:40rem;
	overflow:hidden;
	width:100%;
	padding-top: 4rem;
}

.content-cuenta .main-title {
	color: #fff;
	font-size: 3rem;
}

.content-cuenta h1 {
	color: #fff;
}

#main-transacciones {	
	border-radius: 10px;
	background-color: #fff;
	padding: 1rem;
	width: 1000px;
	min-height: 200px;
	margin: 0 auto;
}

#main-transacciones h2 {
	color: #1A1446;
}


.tabla-transacciones {
	margin: 1rem auto;	
	border-collapse: collapse;
	color: #222;
}

.tabla-transacciones thead {
	font-weight: bold;
}

.tabla-transacciones td {
	padding: 5px;
	border-bottom: 0.5px solid #ccc;
}

.tabla-transacciones tr td {
	padding: 5px;
}

.col-p {
	width:100px;
}

.col-m {
	width:150px;
}

.col-l {
	width:200px;
}


.content-opciones {
	width: 88%;
	margin: 1rem auto;
}

.opcion {
	float: left;
	background: #fff;
	border-radius: 10px;
	margin: 3rem 1rem;
	width: 300px;
	height: 300px;
}

.opcion h1 {
	color: 1A1446;
}