body {
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 968px;
}

.carousel-data {
	color: #5a5a5a;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	text-align: justify;
	width: auto;
}

.carousel-data ul, .carousel-data ol {
	padding-left: 40px;
}

.menu-lateral {
	border-left: 1px dotted #000;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: lighter;
    color: #3facd7;
}

.texto-celeste {
	color: #49c9f8;
}

.texto-azul {
	color: #000d5f;
	margin-right: 40px;
}

.header-text {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: right;
}

/* BARRA DE NAVEGACION */

.nav {
	font-size: 13px;
	font-weight: bold;
}

.nav .nav-item {
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-top: none;
	border-bottom: none;
	color: #3facd7;
	padding: 8px 10px;
}

.nav .nav-item:hover {
	background: #fff;
	background: -webkit-linear-gradient(#fff 66%, #b2b2b2);
	background: linear-gradient(#fff 66%, #b2b2b2);
	color: #000d5f;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#b2b2b2), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(bottom, #b2b2b2, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(bottom, #b2b2b2, rgba(0, 0, 0, 0)) 1 100%;  
	-o-border-image: -o-linear-gradient(bottom, #b2b2b2, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to top, #b2b2b2, rgba(0, 0, 0, 0)) 1 100%;
	cursor: pointer;
}

/* FIN: BARRA DE NAVEGACION */

/* LOGIN PANEL */

.login-panel {
	background: #fff;
	background: -webkit-linear-gradient(#fff 50%, #efefef);
	background: linear-gradient(#fff 50%, #efefef);
	border: 1px solid #d2d2d2;
	border-radius: 7px;
	box-shadow: 0 2px 10px #d2d2d2;
	color: #3facd7;
	font-size: 13px;
}

.panel-header {
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.panel-body {
	padding: 5px 20px;
}

.panel-body input, .panel-body select {
	width: 180px;
	line-height: normal;
	padding: 0;
}

#passwordResetCountries {
	background: #eaeaea;
	border: thin solid #d5d5d5;
	border-radius: 5px;
	margin-left: 20px;
	padding: 2px;
	position: absolute;
	width: 120px;
	z-index: 100;
}

#passwordResetCountries a:link, #passwordResetCountries a:visited, #passwordResetCountries a:active, #passwordResetCountries a:hover {
	color: #3facd7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

/* FIN: LOGIN PANEL */

/* FOOTER */

.footer {
	border-top: 1px solid #000;
	clear: both;
	color: #5a5a5a;
	font-size: 11px;
	margin-top: 15px;
	padding: 10px 0;
	text-align: right;
}

.footer a {
	color: #04045d;
	font-family: Verdana, Geneva, sans-serif; 
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* FIN: FOOTER */

.btn-login {
	--bs-btn-color: #fff;
	--bs-btn-bg: #02ACE8;
	--bs-btn-border-color: #02ACE8;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #02ACE8;
	--bs-btn-hover-border-color: #25cff2;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;

	--bs-btn-padding-y: 2px;
	--bs-btn-padding-x: .5rem;
	--bs-btn-font-size: 0.675rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.alert {
	--bs-alert-padding-y: .125rem;
	--bs-alert-padding-x: .5rem;
}