
	/* FONDO HOME */

	.carousel-item {
	  height: 100vh;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
	/* lOGO */

	@media (min-width:320px) and (max-width:500px) {
		.img_size{
			width: 170px;
		}
	}

	@media (min-width:500px) and (max-width:800px) {
		.img_size{
			width: 200px;
		}
	}

	@media (min-width:800px) and (max-width:1200px) {
		.img_size{
			width: 390px;
		}
	}

	/* REDES */

	.sm-icons {
	  flex-direction: row;
	}

	.iconos-redes-home{
		width: 27.08px;
		height: 29.46px;
	}

	@media only screen and (max-width: 960px) {
	  .sm-icons .nav-item {
		padding-right: 1em;
	  }
	}