@charset "utf-8";
/* CSS Login Simple */
@import url('https://fonts.googleapis.com/css2?family=Pridi:wght@400;700&family=Roboto+Slab:wght@500&display=swap'); /*     font-family: 'Pridi', serif;

    font-family: 'Roboto Slab', serif; */
html, body {
	height: 100%;
}
body {
	font-family: 'Pridi', serif;
	font-weight: 400;
	color: #555;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	color: #0820F3;
	font-weight: 500;
	margin-bottom: 0 !important;
}
h1, h2, h3 {
	text-align: center;
}
h4 {
	font-size:calc(19px + (24 - 19) * ((100vw - 300px) / (1920 - 320)));
}
input {
	font-family: 'Open Sans', sans-serif;
}
a {
	transition: all ease 300ms;
}
a:hover {
	color: darkOrange;
	text-decoration: none;
}
hr {
	background: #BBB;
	color: #BBB;
    border: none;
	height: 1px;
}
/* banner info */
#bannerInfo {
	text-align: center;
	width:100%;
	max-width: 900px;
	margin:20px auto 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 10;
}
#bannerInfo img {
	max-width: 100%;
}
#brand {
	background: white;
	text-align: center;
	padding: 20px;
	border-bottom: solid 1px #90C0E8;
}
.logo-header {
	max-width: 200px;
}
/* CARD */
.card {
	border: solid 10px #90C0E8;
	border-radius: 10px;
}
.card > .list-group {
    border-top-width: 1px;
}
.card-body p {
	margin: 0 !important;
}
.list-group-item {
	border-color: #90C0E8;
}
.list-group > li a {
	color: #2080D0;
	font-size: 1.4vw;
	transition: all ease 300ms;
	width: 100%;
	position: relative;
}
.list-group > li a:hover {
	color: darkOrange;
}
.list-groupx > li i {
	color: #999;
	font-size: 1.1rem;
	display: block;
	margin-top: 1.15%;
	position: absolute;
	z-index: auto;
	left: 0;
}
.list-group > li a i {
	opacity: .5;
	transition: all ease 300ms;
}
.list-group > li a:hover i {
	color: #FFBE00;
}
.linkResponsivo {
	pointer-events: none;
}
.colorFondo {
	background: white;
}
#fotoEfecto {
	background: #90C0E8;
}
#fotoEfecto img {
	opacity: .5;
	filter: brightness(130%)
}
/* form */
.form-control {
	background-color: white;
	background-clip: padding-box;
}
.boton-color1 {
	background: #333;
	color: white;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	transition: all ease 300ms;
}
.boton-color1:hover {
	background: #2080D0;
	color: white;
	letter-spacing: 1px;
}
.input-group-text {
    background-color: #90C0E8;
	color: white;
    border: 1px solid #ced4da;
}
.form-control:focus {
    border-color: none;
    box-shadow: none;
}
#recuperarLogin {
	background: #90C0E8;
	font-size: .8rem;
	line-height: 1.3rem;
	text-align: center;
	margin:0 -2px;
	padding: 10px;
}
#recuperarLogin i {
	color: white;
	font-size: 2.2rem;
	vertical-align: middle;
	margin: -2px 7px 0 0;
}
#recuperarLogin a {
	color: white;
	line-height: 2.3em;
}
#recuperarLogin a:hover {
	color: #FFF000;
}

/* modal */
#modalCustom {
	padding: 20px;
	font-size: 0.8rem;
}
#modalCustom h6 {
	color:#444;
	text-transform: uppercase;
	margin-bottom: 10px !important
}
#modalCustom p {
	text-align: center;
	margin: 0;
}
.close {
	float: none;
	position: absolute;
	top: 7px;
	right: 20px;
}
.close:hover {
	color: darkOrange;
}
.botonModal {
	background: #333;
	color: white;
	width:100px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: all ease 300ms;
}
.botonModal:hover {
	background: #2080D0;
	color: white;
}
@media only screen and (max-width: 1250px) {
.list-group > li a  {
	font-size: calc(1rem + 1vw);
}
}
@media only screen and (max-width: 700px) {
.linkResponsivo {
	pointer-events: inherit;
}
}