body{

}

*{
	font-size: 12px;
	font-family: Helvetica;
}

ul,ol{
	list-style-type: none;
	padding: 0;
	margin: 0;
}


a{
	text-decoration: none;
}

#wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;	
}


#mainHeader {
	min-height: 89px;
	background-color: #FF310B;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
}

#mainHeader .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 5px 0;
	background-color: white;
}

#mainHeader .navbar-toggler {
	border: none;
}

#mainHeader .navbar-toggler:focus, #mainHeader .navbar-toggler:hover {
	background-color: #FF6448;
	border: none !important;
	box-shadow: none;
}

#mainHeader li.primary {
	padding: 11px;
	position: relative;
}

#mainHeader li.primary > .firstLevel {
	color: white;
	text-decoration: none;
	font-size: 13.5px;
	font-weight: 400;
}

#mainHeader li.primary .subMenu {
	color: white;
	width: 200px;
	position: absolute;
	top: 100%;
	z-index: 3;
}

#mainHeader li.primary .subMenu > li {
	background-color: #383838;
	padding: 11px;
	border-bottom: 1px solid #444;
}

#mainHeader li.primary .subMenu > li > a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.3s ease-out;
}

#mainHeader li.primary .subMenu > li:hover {
	background-color: #3e3e3e;
}

#mainHeader li.primary .subMenu > li:hover > a {
	font-size: 16px;
}

#mainHeader li.primary:hover .firstLevel {
	color: #333;
}

#mainHeader li.primary:hover .subMenu {
	display: block;
}

#mainHeader .subMenu {
	display: none;
}

#cover {
	height: 90px;
	display: flex;
	align-items: center;
	background-image: url("https://mundoamtae.com/images/big-header-amtae.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 30px;
}

#cover .cover-title {
	color: #fff;
	text-shadow: 1.5px 2px 2px rgba(0, 0, 0, 0.5);
	font-weight: 500;
	font-size: 2.5em;
}

footer {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	background-color: #f7f7f7;
	color: #3d3d3d;
	padding: 44px 0;
	font-size: 14px;
}

footer #footerLogo {
	margin-bottom: 22px;
}

footer .footerWidget {
	margin-bottom: 22px;
	color: #777;
}

footer .footerWidget h3 {
	font-size: 1em;
	font-weight: 300;
	margin: 0 0 .75em 0;
}

footer .footerWidget address > p > a {
	color: #3d3d3d;
}

footer .footerWidget ul > li {
	margin: 8px 0;
	cursor: pointer;
}

footer .footerWidget ul > li:hover > a > i, footer .footerWidget ul > li:hover i {
	color: red;
}

footer .footerWidget ul > li > a > i, footer .footerWidget ul > li i {
	color: #ccc;
	font-size: 30px;
	margin-right: 10px;
}

footer .footerWidget ul > li > a {
	font-size: 12px;
	color: #3d3d3d;
	display: flex;
	align-items: center;
	font-weight: 500;
}

footer #footerRights {
	background-color: #eee;
	color: #999;
	border-top: 1px dashed #ccc;
	padding: 22px 0;
}

footer #footerRights .socialNetwork {
	display: flex;
	margin-bottom: 20px;
}

footer #footerRights .socialNetwork > li {
	width: auto;
	margin: 0 3px;
}

footer #footerRights .socialNetwork > li > a {
	width: 40px;
	height: 40px;
	border: 1px dashed #3d3d3d;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border-top-color: #3d3d3d;
	border-top-style: dashed;
	border-top-width: 1px;
	border-right-color: #3d3d3d;
	border-right-style: dashed;
	border-right-width: 1px;
	border-bottom-color: #3d3d3d;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-left-color: #3d3d3d;
	border-left-style: dashed;
	border-left-width: 1px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
}

footer #footerRights .iconRounded {
	color: #3d3d3d;
}

footer #footerRights .copyright p {
	color: #999;
	margin-bottom: 10px;
	font-size: 10px;
}

footer #footerRights .copyright p > a {
	color: #3d3d3d;
}


#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	display: block;
	color: #ccc;
	font-size: 1.2rem;
	background: #eee;
	border-radius: 100%;
	margin: 0 10px 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #eee;
	position: absolute;
	left: -50%;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #FF310B !important;
	color: white;
	border: solid 1px #FF310B !important;
}

#baja_alma{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#baja_alma .alert{
	width: 100%;
	margin: 10px 1.5%;
}

#baja_alma .form-group{
	width: 30%;
	display: block;
	margin: 10px 1.5% !important;
}

#baja_alma .form-group > label{
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

#baja_alma > div:nth-last-child(-n+2){
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

#baja_alma .form-group:nth-last-child(-n+2) .btn-primary{
	background: #FF310B !important;
	border: solid 1px #FF310B;
	color: white;
}



.submit-btn{
	width: 100%;
	min-width: 200px;
	color: white;
}

#baja_alma_Siguiente{
	background: #FF310B !important;
	border: solid 1px #FF310B;
	color: white;
	min-width: 200px;
	max-width: 200px;
}

#result-baja{
}

#result-baja .items{
	display: flex;
	flex-direction: column;
}

.item{
	background-color: #ffeae7 !important;
	display: flex;
	color: #ef8e7b;
	margin: 7px 0;
	justify-content: space-between;
	padding: 15px 15px;
	font-size: 16px !important;
	font-weight: 600;
	border-radius: 5px;

}

.step-3 .col-form-label.required{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.step-3 #baja_alma .form-group{
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#baja_alma_operaciones{
	display: flex;
}

#baja_alma_operaciones .form-check{
	margin: 5px 10px;
}


#baja_alma_operaciones .form-check .form-check-label{
	font-size: 16px;
}

/**
#baja_alma_operaciones .form-check input:checked ~ .checkmark {
  background-color: red;
}

**/
