body
{
	background-color: red;
	padding-top: 60px;
}


*
{
  box-sizing: border-box;
}

@media only screen and (min-width: 0px)
{
	.sistemas h3
	{
		font-size: 20px;
	}
	.contenedor-banner
	{
		max-width: 70%;
	}
	.titulo-banner
	{
		font-size: 48px !important;
	
	}
	.subTitulo-banner
	{
		font-size: 20px !important;
	}
}

@media only screen and (min-width: 700px)
{
	.sistemas h3
	{
		font-size: 18px;
	}
}

@media only screen and (max-width: 830px)
{
	.sistemas h3
	{
		font-size: 15px;
	}
}

@media only screen and (min-width: 1080px)
{
	.sistemas h3
	{
		font-size: 25px;
	}
	.contenedor-banner
	{
		max-width: 45%;
	}
	.titulo-banner
	{
		font-size: 58px !important;
	}
	.subTitulo-banner
	{
		font-size: 30px !important;
	}
}

.center
{
	text-align: center;
}

#footer li
{
	/*margin-bottom: -15px;*/
}

#footer p
{
	margin-bottom: 0px !important;
}

#tabla-sistema td, #tb-modal-imagen-iconos td
{
	text-align: center;
	color: white;
	padding: 5px 50px 5px 50px;
}

#tabla-sistema a
{
	color: white;
}

#modal-sistema
{
	margin-top: 1%;
	margin-left: 1%;
	height: auto;
	width: 90%;
}

#modal-sistema .modal-dialog
{
	/*width: auto;*/
	margin: 0% !important;
	max-height: 100% !important;
	max-width: 100% !important;
}

#modal-sistema .modal-content
{
	margin: 0%;
	background-color: rgba(0,0,0,0);
	max-height: 100% !important;
	max-width: 100%;	
}

#modal-contenedor-iconos tr
{
	background-color: rgba(255,255,255, 1);
}

#modal-imagen-sistema
{
	margin-top: 1%;
    height:auto;
    width:auto;
    max-width: 99%;
    max-height: 97%;
}

#div-formulario
{
	/* The image used */
	background-image: url("../img/footer.jpeg");

	/* Control the height of the image */
	min-height: 30px;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

input[type=text], input[type=password]
{
	width: 100%;
	padding: 15px;
	margin: 5px 0 5px 0;
	border: none;
	background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus
{
	background-color: #ddd;
	outline: none;
}

/* Set a style for the submit button */
.btn
{
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover
{
  opacity: 1;
}

#form-formulario
{
	border-radius: 10px;
	margin: 20px;
	max-width: 300px;
	padding: 16px;
	background-color: white;
}

.border-row
{
	border: 1px black solid;
}

div.sistemas div:hover
{
	/*background-color: red;*/
	background-color: rgba(255, 255, 255, 0.1);
}

#barraNavegacion
{
	border-top: 2px lightgray solid;
	border-bottom: 2px lightgray solid;
	/*border-radius: 5px;*/
}

#barraNavegacion ul
{
	width: 100%;
}

#barraNavegacion li
{
	margin-left: 5px;
	padding: 0px 25px 0px 25px;
}

#barraNavegacion .nav-item a
{
	position: relative;
	color: rgb(9, 29, 92);
}

#barraNavegacion .nav-item a:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: rgb(154, 174, 4);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#barraNavegacion .nav-item a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#banner
{
	width: 100%;
	height: 20rem;
}