@charset "utf-8";
/* CSS Custom */

.red {
	background-color: #F00;
}
.green {
	background-color: #0F0;
}

body {
	background-color: rgba(107,0,10, 0.1);
	margin: 0;
	padding: 0;
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, b, input, select, textarea, p, span {
	font-family: 'Encode Sans', Arial, sans-serif; !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #6b000a;
}
h6 {
	font-size: 15px;
}
a {
	transition: all 1.0s  ease !important;
	color: #6b000a;
}
a:hover {
	color: #888f95;
}
.container {
	width: 100% !important;
	max-width: inherit;
	margin: 0 auto;
	padding: 0;
}

.header-left, 
.header-right {
	display: block;
	width: 100%;
}
.border-bottom-blue {
	border-bottom: 1px solid #6b000a;
}
.navbar {
	border-bottom: 1px solid #6b000a;
	background-color: rgba(255, 255, 255, 0.8) !important;
	margin: 0;
	padding: 0;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.navbar-brand img {
	width: 100%;
	height: auto;
}
.navbar-nav .nav-link {
	font-weight: 600;
	color: #6b000a !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border: transparent solid 2px;
	background-color: transparent !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .active {
	border: #FFF solid 2px;
	background-color: rgba(151, 161, 163, 0.5) !important;
}
.navbar-nav .active {
	color: #FFF !important;
	border: #FFF solid 2px;
	background-color: #6b000a !important;
}
.middle-left, 
.middle-right {
	text-align: center;
}
.middle-left {
	font-size: 18px;
}
.banner-text {
	color: #FFF;
	text-shadow: 1px 2px #333;
}
.text-default p {
	font-size: 15px !important;
	line-height: 22px !important;
	text-align: justify;
	margin-bottom: 14px;
}
.table {
	width: auto !important;
}
.table-footer th {
	text-align: right;
}
.table-footer td {
	text-align: left;
}
.table-footer td, .table-footer th {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}
.tab-content-border {
	border-radius: 0 0 0.25rem 0.25rem;
	border: #dee2e6 solid 1px;
	border-top: none;
	padding: 20px;
}
.img-responsive img {
	width: 100%;
	height: auto;
}
.bg-light .form-group img {
	width: 130px;
	height: auto;
}
i.fas, i.fab {
	color: #6b000a
}
.h4 {
	color: #5a6268;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.areas .card {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px !important;
}
.areas .card-home {
	border: 0px solid rgba(107,0,10,0.2);
	min-width: 175px;
}
.areas .card-header-home {
	background: #6b000a;
	/*border-bottom: 1px solid #6b000a;*/
	font-size: 0.75rem;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	height: 34px;
	padding: 0 5px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.areas .card-body {
	padding: 0;
}
.areas .card-body-img {
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.areas .card-footer {
	padding: 0;
	background-color: #6c757d;
}
.areas .card-footer a {
	display: block;
	padding: 4px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}
.publications .card {
	background-color: #f3f4f4;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.publications .card-shadow {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.publications .card-body {
	padding: 0;
}
.publications .card-body img {
	width: 100%;
	height: auto;
}
.publications .card-body-content {
	padding: 10px 10px 20px 10px;
	text-align: center !important;
}
.publications .btn {
	font-size: 13px !important;
	padding: 4px 9px 7px 9px !important;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
}
.publications .text-muted {
	font-size: 14px;
	padding-bottom: 10px;
}
.publications .no-informacion {
	/*background-color: rgba(255,255,0,0.2);*/
	background-color: rgba(255,255,255,0.2);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
	text-transform: uppercase;
}

.modal-title {
	color: #6b000a;
}
.modal-body img {
	width: 100%;
	height: 100%;
	border: 1px solid #6b000a;
}
.modal-body ul li {
	padding-bottom: 5px;
}
.foot {
	/*background-color: rgba(85,86,90, 0.3);*/
	border-top: 1px solid #6b000a;
	font-size: 12px;
}
.map iframe {
	width: 100% !important;
	height: 210px !important;
	border: 0;
}
.btn {
	font-size: 14px;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(107, 0, 10, 1.0);
}
.developer {
	font-size: 14px !important;
}
.titulos {
	font-size: 28px !important;
	color: #6b000a;
}
.bg-success {
	background: rgba(38,162,67,0.8) !important;
}
.bg-warning {
	background: rgba(255,193,7,0.6) !important;
}
.bg-info {
	background: rgba(12,174,199,0.8) !important;
}
.fixed-top {
	position: relative !important;
}
.banner-text {
	top: 5%;
	right: 10%;
}
.banner-text .btn {
	font-size: 12px;
	padding: 5px;
}
.banner-text h1 {
	font-size: 20px !important;
}
.banner-text h2 {
	font-size: 15px !important;
}
.form-group {
	margin-bottom: 0.5rem;
}
.form-group label {
	margin-bottom: 0px;
}
.form-group .form-control::placeholder {
	color: #CCC;
}
/* ---------------------------------------------------------- */
.opacity {
	filter: alpha(opacity=1.0);
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
}
.opacity:hover {
	filter: alpha(opacity=0.5);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
.opacity2 {
	filter: alpha(opacity=0.5);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
.opacity2:hover {
	filter: alpha(opacity=1.0);
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
}
/*------------------------------------------*/
.shadow-outer {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	background-color: #FFF;
}
.shadow-inner {
	-webkit-box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.5);
}
/* ---------------------------------------------------------- */


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
	.container {
		width: 100% !important;
	}
	.navbar {
		margin: 0;
		padding: 0 10px 0 0;
	}
	.navbar-brand img {
		width: auto;
		height: 150px;
	}
	.img-responsive img {
		width: auto;
	}
	.fixed-top {
		position: relative !important;
	}
	.banner-text {
		top: 5%;
		right: 10%;
	}
	.banner-text .btn {
		font-size: 12px;
		padding: 5px;
	}
	.banner-text h1 {
		font-size: 30px !important;
	}
	.banner-text h2 {
		font-size: 20px !important;
	}
	.areas .card-home {
		min-width: 300px;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
	.container {
		width: 100% !important;
	}
	.fixed-top {
			position: fixed !important;
	}
	.middle-left {
		text-align: left;
	}
	.middle-right {
		text-align: right;
	}
	.middle-right img {
		width: 100%;
		height: auto;
	}
	.banner-text {
		top: 30%;
		right: 10%;
	}
	.banner-text .btn {
		font-size: 12px;
		padding: 5px;
	}
	.banner-text h1 {
		font-size: 50px !important;
	}
	.banner-text h2 {
		font-size: 20px !important;
	}
	.areas .card-home {
		min-width: 200px;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.container {
		width: 100% !important;
	}
	.header-left, 
	.header-right {
		float: left;
	}
	.header-left {
		width: 26%;
	}
	.header-right {
		width: 74%;
	}
	.menu-block {
		display: block;
		clear: both !important;
	}
	.navbar-nav .nav-link {
		font-size: 15px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.middle-left {
		font-size: 20px;
	}
	.banner-text {
		top: 30%;
		right: 10%;
	}
	.banner-text .btn {
		font-size: 21px;
		padding: 5px 10px;
	}
	.banner-text h1 {
		font-size: 60px !important;
	}
	.banner-text h2 {
		font-size: 30px !important;
	}
	.areas .card-home {
		min-width: 175px;
	}
	.areas .card-header-home {
		height: 48px;
	}
	.areas .card-body-img {
		height: 64px;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.container {
		width: 1200px;
		max-width: 1200px;
	}
	.header-left {
		width: 28%;
	}
	.header-right {
		width: 72%;
	}
	/*.navbar {
		padding: 0;
	}*/
	.navbar-brand img {
		height: 150px;
	}
	.navbar-nav .nav-link {
		font-size: 16px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.banner-text {
		top: 30%;
		right: 13%;
	}
	.banner-text h1 {
		font-size: 70px !important;
	}
	.banner-text h2 {
		font-size: 40px !important;
	}
	.areas .card-home {
		min-width: 220px;
	}
	.areas .card-header-home {
		height: 34px;
	}
	.areas .card-body-img {
		height: 70px;
	}
}

/* Extra large devices (large desktops, 1320px and up) */
@media (min-width: 1320px) {  
	.container {
		width: 1200px;
		max-width: 1200px;
	}
	.container-areas {
		width: 1440px;
		max-width: 1440px;
		margin: 0 auto;
	}
	.navbar-nav .nav-link {
		font-size: 18px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.header-left {
		width: 19%;
	}
	.header-right {
		width: 81%;
	}
	.areas .card-home {
		min-width: 175px;
	}
	.areas .card-body-img {
		height: 120px;
	}
}
