/*--------------------------------------------------------------
# General
#1576b1 - Celeste oscuro
#028AE2 - Celeste 
#D9EDF7 - Celeste claro
#EBEBEB - Gris claro
#333333 - Gris oscuro
#424242 - Gris

#694e95 - Violeta
--------------------------------------------------------------*/
.text-celeste-oscuro {
	color: #1576b1 !important;
}

.text-celeste {
	color: #028AE2 !important;
}

.text-celeste-claro {
	color: #D9EDF7 !important;
}

.text-gris-oscuro {
	color: #333333 !important;
}

.text-gris {
	color: #424242 !important;
}

.text-gris-claro {
	color: #EBEBEB !important;
}

.bg-celeste-claro {
	background-color: #D9EDF7 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

body {
	background: #fff;
	color: #333333;
	font-family: 'Mulish', sans-serif, Arial;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}

a {
	color: #1576b1;
	transition: 0.3s;
}

a:hover, a:focus, a:active {
	color: #028AE2;
	outline: none;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Mulish', sans-serif, Arial;
	margin: 15px 0;
	padding: 0;
	color: #333333;
}

.titulo {
	text-shadow: 1px 1px 2px rgb(0 0 0/ 75%);
	background-image: url(../img/background-blue-bgd.png);
	background-color: #028AE2;
	width: 100%;
	height: 120px;
	margin-bottom: 15px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

h1 {
	font-size: 2.2rem;
	font-weight: 700;
}

h2 {
	font-size: 2.1rem;
	margin: 20px 0 20px;
	color: #333333;
	text-align: center;
	font-weight: 700;
}

h3 {
	font-size: 1.9rem;
	font-weight: 700;
}

h4 {
	font-size: 1.6rem;
	font-weight: 700;
}

h5 {
	font-size: 1.4rem;
	font-weight: 700;
}

h6 {
	font-size: 1.2rem;
	font-weight: 700;
}

ul, ol {
	padding-left: 20px;
}

.borde-bgd {
	border-bottom: solid #028AE2 1px;
}

/*Hide the content of the tag by placing it off-screen (outside the viewport) accesibility */
.off-screen {
	position: absolute;
	left: -99999rem;
}

.icono-arg-acrobat {
	font-size: 16px;
	vertical-align: -1px;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #028AE2;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

/* espacio superior e inferior en las secciones */
.middle-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* botones */
.btn-banner {
	background-color: white;
	color: #1576b1;
	padding: 10px 15px;
	font-size: 1.2rem;
	display: inline-block;
}

.btn-banner:hover, .btn-banner:focus, .btn-banner:active {
	background-color: transparent;
	color: white;
	border: 1px solid white;
}

.btn-bgd {
	/*border: 1px solid #000000;
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
  border-radius: 0px;*/
	padding: 10px 15px;
	background-color: #1576b1;
	color: white;
	font-size: 1.2rem;
	display: inline-block;
}

.btn-bgd:hover, .btn-bgd:focus, .btn-bgd:active {
	background-color: #028AE2;
	color: white;
}

.btn-banner:focus, .btn-banner:active, .panel2:focus, .panel2:active,
	.btn-panel:focus, .btn-panel:active, .btn-bgd:focus, .btn-bgd:active {
	box-shadow: 0 0 0 0.2rem rgba(28, 121, 226, 0.5);
}

/* PANEL */
/* panel sin hover */
.panel {
	border: 1px solid #028AE2;
	border-radius: 15px;
	box-shadow: none;
	color: #333333;
	display: block;
	text-decoration: none !important;
	width: 100%;
	background-color: #ffffff;
}

/* panel con hover */
.panel2 {
	border: 1px solid #028AE2;
	border-radius: 15px;
	box-shadow: none;
	color: #1576b1;
	display: block;
	/*text-decoration: none!important;*/
	width: 100%;
}

.panel2:hover, .panel2:focus, .panel2:active {
	background-color: #D9EDF7;
	color: #1576b1;
}

.btn-panel {
	border: 1px solid #028AE2;
	border-radius: 15px;
	padding: 10px 35px;
	background-color: transparent;
	color: #333333;
	font-size: 1.2rem;
	font-weight: 600;
	display: inline-block;
}

.btn-panel:hover, .btn-panel:focus, .btn-panel:active {
	background-color: #1576b1;
	color: #D9EDF7;
}

/* componentes panel */
.panel-body, .panel-footer {
	padding: 15px 20px;
}

.media, .media-body {
	overflow: hidden;
	zoom: 1;
	color: #1576b1;
}

.panel-body .padding-20 {
	padding-right: 15px !important;
	padding-top: 5px !important;
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}

.media-left {
	padding: 20px;
}

.padding-15 {
	padding: 15px;
}

.mt-45{
	margin-top: 2.1rem;
}

/* --- Cards --- */
.card {
	border: 1px solid #028AE2;
	border-radius: 1rem;
}

.card-body {
	padding: 0 1.25rem;
}

.rounded-img {
	border-radius: 1rem;
}

.card-img-top {
	padding: 10px;
	padding-top: 20px;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.card-titulo {
	flex: 1 1 auto;
	font-weight: 800;
}

.card-texto {
	display: initial;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 1rem;
}

.card-fecha {
	font-size: 0.9rem;
	padding: 0 1.25rem;
}

.card-institucional {
	border: 2px solid #000000;
	background-color: #ffffff;
	color: #000000;
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	font-size: 1.4rem;
}

.card-institucional form {
	padding-top: 20px;
}

.card-institucional a {
	font-size: 1rem;
	color: #000000;
}

.fa-circle-arrow-right {
	font-size: 35px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: auto; /*90px;*/
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding: 8px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #37BBED;
}

#header.header-scrolled, #header.header-pages {
	/*height: 70px;*/
	padding: 5px 0;
	border-bottom-width: 1px;
}

#header .header-scrolled .logo img {
	max-width: auto;
	max-height: 60px;
	transition: all 0.5s;
}

#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
	color: #028AE2;
	text-decoration: none;
}

#header .logo img {
	/*max-width: auto; 
  max-height: 60px;*/
	padding: 0;
	padding-right: -25px;
	margin: 0;
	transition: all 0.3s;
	/*max-height: 60px;*/
}

.float-left {
	float: left !important;
	padding-left: 0px;
	padding-right: 30px;
}

.main-pages {
	margin-top: 60px;
}

.container-top {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.main-nav {
	/* Drop Down */
	/* Deep Drop Down */
	
}

.main-nav, .main-nav * {
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

.main-nav>ul>li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.main-nav a {
	display: block;
	position: relative;
	color: #000;
	padding: 10px 12px;
	transition: 0.3s;
	font-size: 1.1rem;
	font-family: 'Mulish', sans-serif, Arial;
	font-weight: 600;
}

.main-nav a:hover, .main-nav a:focus, .main-nav a:active {
	/*background-color: #028AE2;
  color: #D9EDF7;*/
	text-decoration: underline;
}

.main-nav a:focus, .main-nav .drop-down ul a:focus {
	color: #1576b1;
}

.main-nav .menu-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	float: left;
	z-index: 99;
	padding: 10px 0;
	background-color: #ffffff;
	list-style: none;
	text-align: left;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.main-nav .drop-down:hover>.menu-dropdown {
	display: block;
}


/*
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	/*transition: ease all 0.3s;*/
	/*background-color: #D9EDF7;  */
/*}*/
/*
.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}*/

.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}

.main-nav .drop-down ul a {
	/*padding: 10px 20px;*/
	font-size: 1rem;
	color: #000;
}

.main-nav .drop-down>a:after {
	/*	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;*/
	
}

.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

/*.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}*/
.main-nav .drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

.dropdown-header {
	text-transform: uppercase;
	font-weight: 600;
	opacity: 0.7;
	padding-left: 12px;
}

/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #1576b1;
	transition: 0.4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: white;
	padding: 10px 20px;
	font-weight: 500;
}

.mobile-nav .dropdown-header {
	text-transform: uppercase;
	font-weight: 600;
	opacity: 0.7;
	padding-left: 20px;
	color: white;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
	color: #D9EDF7;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\f077";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	/*position: fixed;*/
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	/*margin: 12px 18px 0 0;*/
	color: #333333;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(40, 76, 95, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
	font-size: 36px;
	color: #283d50;
	text-align: center;
	font-weight: 500;
	position: relative;
}

.section-header p {
	text-align: center;
	margin: auto;
	font-size: 15px;
	padding-bottom: 60px;
	color: #556877;
	width: 50%;
}

/* Section with background
--------------------------------*/
.section-bg {
	background: #FFFFFF;
}

/*--------------------------------------------------------------
# Secciones
--------------------------------------------------------------*/
/* INICIO */

/* Informes */
.flecha {
	right: 30px;
	visibility: hidden;
	transition: all 0.5s;
	opacity: 0;
}

#informes .panel:hover .flecha, a.card:hover .flecha {
	visibility: visible;
	right: 25px;
	opacity: 1;
}

/*.img-color {
	background-color: #028AE2;
	opacity: 1;
	border-radius: 1rem;
}


.img-color img{
  object-fit: cover;
  width: 100%;
  transition: all .6s ease;
}

#informes .panel:hover img{
  opacity:0.8;
}*/

/* --- Index / Capacitacion / Estadisticas / Novedades --- */
.panel:hover .panel-titulo, .card:hover .card-titulo {
	text-decoration: underline;
	color: #333333;
}

.panel:focus .panel-titulo, .card:focus .card-titulo {
	color: #1576b1;
}

.panel:hover .panel-img, a.card:hover .card-heading {
	opacity: 0.8;
}

/*
#capacitacion .card:hover .img-color{
  z-index: 1;
}*/
.card-heading {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .6s ease;
	border-radius: 1rem;
	min-height: 250px;
}

.card-aviso {
	position: absolute;
	width: 70%;
	padding: 15px;
	background-color: #1576b1;
	color: white;
	font-weight: 700;
	border-radius: .25rem;
	z-index: 1;
	top: -20px;
	left: 15%;
}

/* Img en Mapa y Buscador en home*/

#buscador img{
	max-width:20%;
}

#mapa img{
	max-width:30%;
	
}

/*--- Seccion Institucional / Videos ---*/
#acerca-bgd img {
	display: block;
	margin: auto;
}

/* ---- Seccion Institucional ---- */
#institucional {
	padding: 50px;
	background-color: #028AE2;
	background-image: url(../img/background-blue-bgd.png);
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1.6rem;
	font-weight: 400;
	color: white;
}

#institucional p {
	padding: 10px;
	margin: 0;
}

/* SECCION RECURSOS */
#recursos .panel2 {
	border-top-width: 20px;
	padding: 0 20px 20px 20px;
}

/* Formularios */
.form-control-2 {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #000000;
	border-radius: 0;
	box-shadow: 3px 3px 0px 0px rgb(0 0 0/ 75%);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*--------------------------------------------------------------
 FOOTER
--------------------------------------------------------------*/
#footer {
	color: #eee;
	margin-top: auto;
	font-size: 12px;
}

#footer .footer-top {
	padding: 30px 20px 30px 20px;
}

#footer span {
	margin-left: 10px;
	font-size: 1rem;
}

#footer a:hover span, #footer a:focus span, #footer a:active span {
	text-decoration: underline;
}

.btn-datos {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

.figure {
	margin: 0 0 1rem;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
	max-height: 35px;
	max-width: auto;
}

.figure-caption {
	font-size: 0.8rem;
}

/*---------------------------------------
 # Agregados para desarrollo
 ---------------------------------------*/
.breadcrumb-2 {	
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-bottom: 13px;
	margin-bottom: 10px;	
	color: #fff;
}

.breadcrumb-bg{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	background-image: url("../img/background-blue-bgd.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.list-group-item-bgd {
	background-color: #1576b1;
	color: #fff !important;
}

.list-group-item-bgd:hover {
	background-color: #028AE2 !important;
}

.list-group-item-bgd a {
	color: #fff;
}

/* error */

.error {
  font-size: 0.8rem;
  color: red;
  border-color: red;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.drop-down ul>div {
		display: table-cell;
	}
	.drop-down li a {
		margin-right: 60px;
	}
	.main-nav .dropdown-menu {
		left: auto !important;
		right: 0;
	}
	.drop-down li a {
		font-size: 13px;
	}
	.dropdown-menu {
		border: 0;
	}
	.header-inicio {
		display: none;
	}
}

@media (max-width: 1199px) {
  .mobile-nav .fa-angle-down {
    display: none;
  }
}

@media screen and (min-width: 768px) {
	#acerca-bgd img {
		float: right;
	}
	#funcionamiento .container {
		display: flex;
		justify-content: center;
	}
	.responsive-video {
		width: 100%;
	}
}

@media ( min-width : 375px) {
	.mobile-nav-toggle i {
		/*margin: 18px 18px 0 0;*/
	}
}

@media ( max-width : 1024px) {
	#header .logo {
		/*padding-right: 10px;*/
	}
}

@media ( max-width : 575px) {
	#footer .footer-item {
		margin-top: 20px
	}
	#institucional {
		padding: 20px;
		font-size: 1.4rem;
	}
}

@media ( max-width : 991px) {
	#header {
		/*height: 70px;*/
		padding: 5px 0;
	}
	#header .logo h1 {
		font-size: 28px;
		padding: 8px 0;
	}
}

@media ( max-width : 768px) {
	#header .header-scrolled .logo img {
		max-width: 100%;
		transition: all 0.3s;
	}
}

@media ( max-width : 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

@media ( max-width : 767px) {
	.section-header p {
		width: 100%;
	}
	#informes .informe-item {
		text-align: center;
	}
	#informes .informe-item .informe-img {
		float: none;
		margin: auto;
	}
	#informes .informe-item h3, #informes .informe-item h4, #informes .informe-item p
		{
		margin-left: 0;
	}
}

@media ( max-width : 768px) {
	h1 {
		font-size: 1.9rem;
	}
	h2 {
		font-size: 1.7rem;
		text-align: left;
	}
}
/* Img en Mapa y Buscador en home*/
@media screen and (min-width: 992px) {
	#buscador img {
		max-width: 75%;
	}
	#mapa img {
		max-width: 90%;
	}
}