body{
			background-color:#fff; 
	background-image: url('../img/capa.png');
	background-repeat: repeat;
	
			color:#000;
	text-shadow: 0px 0px 5px #fff;
		}
		  .bd-placeholder-img {
			font-size: 1.125rem;
			text-anchor: middle;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
		  }
		#navLogo img{
			height: 150px;
			margin-left:100px;
		}
		.bg-dark{
			--bs-bg-opacity: 0.8;
		}
		.show{
			display:inline;
		}
		#myCarousel {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  /*min-height: 100vh;*/
		}
		#nosotros,#herramientas{ text-align:center; }
		#nosotros p{ text-align:justify; margin-top:20px; }
		#nosotros img{ width:300px; box-shadow: 5px 5px 5px #888888;}
		#nosotros h2{ margin-top:20px; font-weight: 700; }
		.carousel-item{ height: 100vh; }
		main{ top:-50px; position:relative;}
		
		.bd-rojo,.bd-verde,.bd-amarillo,.bd-azul, .bd-gris{ 
			border-style: solid;
			border-width: 10px 10px 10px 10px;
			border-radius: 100% 100% 100% 100%;
		}
		.bd-rojo, .l-rojo{ border-color: #fc362f;  color: #fc362f; }
		.bd-gris,.l-gris{ border-color: #7a7a7a; color: #7a7a7a;}
		.bd-azul,.l-azul{ border-color: #46b3e2; color: #46b3e2; }
		.bd-verde,.l-verde{ border-color: #34d293; color: #34d293;}
		.bd-amarillo,.l-amarillo{ border-color: #f9ea40; color: #f9ea40;  }
		.l-amarillo,.l-rojo,.l-gris,.l-azul,.l-verde{ font-size:20px; margin-top:20px; }
		
		#herramientas h2{ margin-bottom:100px;}
		
		.ulIndicadores li{ font-size:22px; margin-bottom:15px;}
		.horizontal,.inmobiliario{margin-top:250px}
		.horizontal-img,.inmobiliario-img{transform: translateY(30%);}

		/* estilos para pantallas pequeñas */
		@media (max-width: 768px) {
			.horizontal-img,.inmobiliario-img{transform: translateY(-5%);}
			#navbarCollapse{ display:none; }
			#navLogo img{
				height: 100px;
				margin-left:50px;
			}
			#navbarCollapse.show{ display:inline; }
			.fixed-top{ position:absolute; }
			.bd-placeholder-img-lg {
          		font-size: 3.5rem;
        	}
			
		}
		/* estilos para pantallas pequeñas */
		@media (max-width: 375px) {
			#navbarCollapse{ display:none; }
			#navLogo img{
				height: 70px;
				margin-left:20px;
			}
		}