.modal-content .modal-header .close{
	position: absolute;
    right: 10px;
    top: 10px;
}

.row .col-md-12.col-sm-12{
    margin-top: 20px;
}
.row .col-md-6.col-sm-6 {
	margin-top: 0px;
	margin-bottom: 40px;
}
section#features .media.feature{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.container-fluid{
	padding: 0px;
}
	
/*------------------Home---------------*/
section#about .about-item i.fa,
section#features .media i.fa {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 84px;
	margin: auto;
	padding: 0px;
}
section#features .media i.fa{
	width:64px;
	height: 64px
}
i.fa::before {
	font-size: 28px;
}

section#getApp h1,
section#getApp p{
	color: #fff;
}

/*------------------Organizaciones de Apoyo---------------*/
section#features .row {
    margin: 0px;
}

section#features .row .col-md-6.col-sm-6 {
    padding: 0px 20px;
}
section#features ul > li{
    list-style: none;
}

.row .col-md-12.col-sm-12{
    margin-top: 10px;
}
.row .col-md-6.col-sm-6 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.media-body{
	font-size: 14px !important;
}
.media-heading a{
	font-size: 18px;
}

.divcenter {
	padding-top: 0.5rem;
   	padding-bottom: 0.5rem;
}
.instance-description {
	text-align: justify;
	text-align-last: center;
}
.instances-container {
	padding-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
}


/*----------Formulario-----------------*/

.section-heading{
	margin: 0px 0px 80px;
}
#evaluacion .row,
#academica .row{
	margin-left: 0px;
	margin-right: 0px;
}
#evaluacion label,
#academica label{
	font-size: 20px;
} 
.alertform{
	margin-top: 20px; 
	font-size: 16px; 
	color: #fff;
}

#academica .section-heading{
	margin: 0px;
}
#academica button{
	margin-top: 20px;
	margin-bottom: 60px;
}

#btnSubmit{
	font-size: 16px;
}

.row .col-md-12.col-sm-12{
    margin-top: 20px;
}
.row .col-md-6.col-sm-6 {
	margin-top: 0px;
	margin-bottom: 40px;
}
section#features .media.feature{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.disclaimer-paragraph {
	padding: 0 5%;
	font-size: 17px;
}
.text-justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
.email-input {
	color: black !important; 	/* Overrides form-control default color */ 
}
/* Divider with default appearance and 80% of the container's width */ 
.hr-custom {
  width: 80%;
  margin: 1rem auto; /* auto centers it horizontally */
  border: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0.25 !important; /* Overrides the opacity: 1 from scrollpoint sp-effect3 classes */
} 
