.icono {
	background-position: center center;
    background-size: contain;
    height: 60px;
    width: 60px;
    position: relative;
    margin-right: auto;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: -65px;
    border-radius: 10px;
}

.icono-buscador {
	background-position: center center;
    background-size: contain;
    height: 70px;
    width: 70px;
    position: relative;
    margin: 0px 0px 0px 20px;
    border-radius: 10px;
}

.icono-carousel {
	background-position: center center;
    background-size: contain;
    height: 20px;
    width: 20px;
    position: relative;
    margin: -20px 0px 0px 10px;
    border-radius: 2px;
}

.icono-home {
	background-position: center center;
	background-size:contain;
	height: 160px;
	width: 160px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

.icono-home-lg {
	background-position: center center;
	background-size:contain;
	height: 180px;
	width: 180px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

.icono-xs {
	background-position: center center;
	background-size:contain;
	height: 40px;
	width: 40px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: -10px;
}

.icono-act {
	background-position: center center;
	background-size:contain;
	height: 60px;
	width: 60px;
	position: relative;
	margin: 1px;
	padding: 0px;
}

.grayed-out {
	 opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	cursor: not-allowed;
}

.galerias {background-image: url(iconos/galeria.svg);}
.videos {background-image: url(iconos/videos.svg);}
.juegos {background-image: url(iconos/juegos.svg);}
.libros {background-image: url(iconos/libros.svg);}
.textos {background-image: url(iconos/textos.svg);}
.clase {background-image: url(iconos/clase.svg);}
.biblioteca {background-image: url(iconos/biblioteca.svg);}
.encuentro {background-image: url(iconos/encuentro.svg);}
.dialogos {background-image: url(iconos/dialogos.svg);}
.educacion {background-image: url(iconos/educacion.svg);}
.expertos {background-image: url(iconos/expertos.svg);}

.icon-shadow {
  -webkit-filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
.icono {
	height: 60px;
	width: 60px;
}
	
.icono-home {width:80%;margin-top:0px!important;}
.icono-home-lg {width:80%;margin-top:0px!important;}
h2 {font-size: 20px!important;margin-top:0px!important;}
h3 {font-size: 16px!important;margin-top:0px!important;}
.card-text:last-child{margin-top:0px!important;}
.carousel-inner {max-height: 360px;}
.navbar {margin-bottom: 0px;}
.carousel {margin-top:90px;}

.icono-sm {
	background-position: center center;
	background-size:contain;
	height: 120px;
	width: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-bottom: 20px;
}
	
.floating_btn {
	top: 87%!important;
	right: 20px;
}

}