@charset "utf-8";
/* CSS Login Simple */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@600&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap'); /* font-family: 'Heebo', sans-serif; font-family: 'Open Sans', sans-serif; */
html, body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	
	
	background-position: center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Heebo', sans-serif;
	color: royalblue;
	font-weight: 700;
	margin-bottom: 0 !important;
}
h1, h2, h3 {
	text-align: center;
}
input {
	font-family: 'Open Sans', sans-serif;
}
a {
	transition: all ease 300ms;
}
a:hover {
	color: darkOrange;
	text-decoration: none;
}


/* 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%;
}
#containerTop {
	margin-top: 30px;
}
#brand {
	background: white;
	padding: 20px;
	margin: 0 0 17px 0;
	margin-left: -15px;
	margin-right: -15px;
}
#brand img {
	max-width: 70%;
}
.columna {
	background-color: rgba(255,255,255,.6);
	border: solid 4px white;
}
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
#recuperarLogin {
	background: #444;
	font-size: .8rem;
	line-height: 1.3rem;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px;
}
#recuperarLogin i {
	font-size: 1rem;
}
#recuperarLogin a {
	color: #CCC;
}
#recuperarLogin a:hover {
	color: goldenRod;
}
.bandaBlanca {
	background-color: rgba(255,255,255,.4);
	color: royalblue;
	padding: 15px 0;
	margin-left: -15px;
	margin-right: -15px;
}
/* contenido tab */
.nav-tabs {
	border-bottom: none;
}
.nav-tabs {
	font-weight: 700;
}
.nav-tabs .nav-link:hover {
	border-color: #C0C0C0;
}
.nav-tabs .nav-link.active {
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #DCDCDC 0%, #FFFFFF 95%);
	background: -webkit-linear-gradient(top, #DCDCDC 0%, #FFFFFF 95%);
	background: linear-gradient(to bottom, #DCDCDC 0%, #FFFFFF 95%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DCDCDC', endColorstr='#FFFFFF', GradientType=0 );
	color: DodgerBlue;
	pointer-events: none;
	border-color: #C0C0C0;
	border-bottom-color: white;
}
a.nav-tabs {
	filter: drop-shadow(0 0 2px white);
}
.nav-item a {
	color: #888;
	transition: all ease 300ms;
}
.nav-item a:hover {
	color: orangeRed;
}
#myTab {
	margin: 20px 0 0 0;
}
#myTab li {
	width: 50%;
}
#tabContenido {
	background: white;
	font-size: .9rem;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border: solid 1px #C0C0C0;
}
#tabContenido li {
	list-style: none;
	position: relative;
	z-index: auto;
	margin-bottom: 10px;
}
#tabContenido li::before {
	content: "\27A4";
	color: DeepSkyBlue;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	position: absolute;
	z-index: auto;
	left: -1.4rem;
}
.header-color {
	background: #DDD;
}
#soporte {
	padding-left: 10px;
	position: relative;
	z-index: auto;
}
#soporte p {
	margin: 0;
}
.soporte {
	padding: 5px 5px 5px 30px;
	margin: 0 0 1px 0;
	position: relative;
	z-index: auto;
}
.soporte a {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	color: #777;
	transition: all ease 300ms;
	width: 100%;
}
.soporte a:hover {
	color: darkOrange;
}
.soporte i {
	color: #999;
	font-size: 1.5rem;
	display: block;
	margin-top: 1.15%;
	position: absolute;
	z-index: auto;
	left: -5px;
}
.soporte a i {
	transition: all ease 300ms;
}
.soporte a:hover i {
	color: #FFBE00;
}
.linkResponsivo {
	pointer-events: none;
}
/* form */
.form-control {
	background-color: white;
	background-clip: padding-box;
}
.boton-color1 {
	background: royalblue;
	color: white;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px !important;
}
.boton-color1:hover {
	background: crimson;
	color: white;
}
.formColor {
	color: #969696;
	font-size: 1.1rem !important;
	margin-right: 5px;
}
.input-group-text {
    background-color: #E8ECFC;
	color: #A0B4F0;
    border: 1px solid #ced4da;
}
.form-control:focus {
    border-color: none;
    box-shadow: none;
}
/* footer */
#footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	color: white;
	font-size: .8rem;
	margin: 0 -15px;
}
#footer p {
	margin: 0;
}
#footer .datawork {
	width: 100%;
	max-width: 160px;
	height: auto;
}
/* modal */
#modalCustom {
	padding: 20px;
	font-size: 0.8rem;
}
#modalCustom h6 {
	color:#444;
	text-transform: uppercase;
	margin-bottom: 10px !important
}
#modalCustom p {
	color:#777;
	text-align: center;
	margin: 0;
}
.close {
	float: none;
	position: absolute;
	top: 7px;
	right: 20px;
}
.close:hover {
	color: darkOrange;
}
.input-group {
	
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-radius: 0;
}
.botonModal {
	background: #444;
	color: white;
	width:100px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: all ease 300ms;
}
.botonModal:hover {
	background: royalBlue;
	color: white;
}

.hr-corto {
	color: #BBB;
	background: #BBB;
	height: 1px;
	max-width: 70%;
	border: none;
}


@media only screen and (max-width: 1250px) {
.soporte a {
	font-size: calc(1rem + 1vw);
}
.soporte i {
    margin-top: 3.15%;
}
}
@media only screen and (max-width: 960px) {
.soporte i {
    margin-top: 2.15%;
}
}
@media only screen and (max-width: 700px) {
.linkResponsivo {
	pointer-events: inherit;
}
}
