/* Main Colors 
	blue: #1d64a8
	green: #8cc73e	
*/

a {
	color: #89b2d3;
	
}

.main-title {
  color: #8cc63e;
  font-size: 0.8em;
}

.info-section h4,
.info-section h5 {
  text-align: left;
}

.divider-left {
  width: 100px;
  height: 10px;
  margin-bottom: 1em;
}

.divider-right {
  width: 100px;
  height: 10px;
  float: right;
  margin-top: 1em;
}
.divider-blue {
	  background: #1d64a8;

}

.divider-green {
  background: #8cc73e;
}

.bg-light {
  background: #fff !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* 	.info-section { color: blue; } */
  h5 {
    font-size: 1rem;
  }

  .divider-left {
    width: 70px;
    height: 7px;
    margin-bottom: 1em;
  }

  .divider-right {
    width: 70px;
    height: 7px;
    float: right;
    margin-top: 1em;
  }

  .main-title {
    color: #8cc63e;
    font-size: 0.7em;
  }
}

.navbar-nav li {
  padding: 15px;
}

.navbar-brand.mx-auto {
    text-align: center;
    width: 100%;
}

hr {
	width: 60%;
}

.footer {
	background: #eaeaea;
margin-top: 6em !important;
padding-bottom: 1em !important;

}

.footer p {
	font-weight: lighter;
	color: #9f9f9f !important;
}

.footer a {
	color: gray ;
}

.margin-left {
margin-left: 12em !important;
	
}

.margin-right {
margin-left: 5em !important;
	
}


.margin-left-2 {
margin-left: 8em !important;
	
}

.margin-right-2 {
margin-left: 2em !important;
	
}



/* FIX DE IMAGENES EN MOBILE */
/*
	
  		  .margin-right, .margin-left  {
	width:100%;
	height:100%;
	margin-right: 3em !important;
	margin-left: 1em !important;
	
	}
*/




/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  	

  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/*   	body { background: green;} */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/*   	body { background: blue;} */


}
