@charset "utf-8";
/* CSS Document */

.dropdown-submenu {
    position: relative;
}

/* Makes it go to right of current level */
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

/* Makes the submenu appear */
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav-title {
	color:#A00000;
	margin-left: 10px;
	
}

.indicators-section {
    background-color: black;
}

.footer {
	color: white;
    background-color: rgba(160,0,0,1.00);
    text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 80px;
}
	body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}

@media (max-width:620px){
	.footer {
	color: white;
    background-color: rgba(160,0,0,1.00);
    text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 120px;
}
	body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
}


html {
  position: relative;
  min-height: 100%;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.display-4 span {
    display: block;
}

.btn-secondary {
  color: #fff;
  background-color: #ED0909;
  border-color: #ED0909;
}

.btn-secondary-normal {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.btn-secondary-normal:hover {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #ED0909;
  border-color: #540303;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ed0909;
  border-color: #660000;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-indicators {
  padding-top: 7px;
  padding-bottom: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.breadcrumb {
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.card-header {
  color: whitesmoke;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #A00000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.table .thead-dark th {
  color: #fff;
  background-color: #A00000;
  border-color: #D6D6D6;
}

#controllerInput {
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.news-image {
	max-width: 100%;
}

@media (max-width:1200px){
	.news-image {
		max-height: 100px;
	}
}

.default-title {
	color: #A00000;
	font-size: 1.5vw;
	letter-spacing: 1px;
}

.default-title-logo {
	 max-width: 30%;
}

@media (max-width:1200px){
	
	.default-title {
		text-align: center;
		font-size: 3vw
	}
	
	.default-title-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 50%;
	}
}

@media (max-width:1000px) {
	.container-xl{
		max-width: 100%
	}
}

@media (min-width:1001px) {
	.container-xl{
		max-width: 75%
	}
}