*
{
	margin: 0;
	padding:0;
	box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif;

  border:0;
  
}
.oscuro-50 {
  filter: brightness(50%); // Más oscura
}
.btn-outline-info{
	color:#fff;
	border-color: #fff;
}
header {
  background-color:#1a2038 !important;
}
.bg-secondary{
 	background-color: #1a2038 !important;
 /* background-image:url('../../assets/base/img/content/home/top.jpg')*/
 }
 .img-ancha{
  background: url(../img/bgTop.jpg) no-repeat center;
    height: 600px;
    color: #fff;
    font-size: 30px;
 }
 .img-ancha h1{
  color:#fff;
  margin-top:3rem;
  font-size: 70px;
 }
 .banda-gris{
  background-color: #fff;
  height: 110px;
 }
 .banda-labo{
  background-color: #254532;
  height: 200px;
 }
 .txt-verde{
  color:#254532;
 }
 .txt-gris{
  color:#555;
 }
 .txt-blanco{
  color:#fff;
 }
 .btn-dark{
  background-color: #1a2037;
  width: 200px;
  height: 80px;
  color:#fff;
  font-size: 40px;
 }
 .navbar-expand-md .navbar-nav .nav-link{
  padding-right: 0.9rem;
    padding-left: 0.9rem;
 }
.carousel-indicators [data-bs-target] { /*indicadores circulares DIF*/
    height: 10px;
    width: 10px;
    border-radius: 50%;
  }
 .gradient-custom {
  /*	https://mdbootstrap.com/docs/standard/tools/design/gradients/
  fallback for old browsers 
  background: #4ea6a6;*/

  /* Chrome 10-25, Safari 5.1-6
  background: -webkit-linear-gradient(to right, rgba(78, 166, 166, 0.5), rgba(8, 37, 104, 0.9)); */

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ 
  background: linear-gradient(to right, rgba(78, 166, 166, 0.5), rgba(8, 37, 104, 0.9))*/

  background-color: #dddddd;
}

footer{

	height: 8rem;

}
.afooter {
  text-decoration: none;
  color:#fff;
  /*padding-top: 150px;*/
  font-size: 20px;
}
a:hover{
  color:#fff;
}
.social-icon{
  text-decoration: none;
}
.parallax {
  /* The image used */
  background-image: url("../img/parallax.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 62px;
 
}



.chiquito{
	display: none;
}
@media (max-width: 700px) { 
.chiquito{
	display: inline-block;
}
 .img-ancha h1{
  color:#fff;
  margin-top:1rem;
  font-size: 40px;
 }
}
