﻿#ListadoMenuEcoIcons
{
    opacity: 1;
    clear: both;
    position: relative;
    width: 100%;
    background-color: #1c232b;
    overflow: hidden;
    padding-bottom: 30px;
    box-sizing: border-box;
}

#ListadoMenuEcoIconsMiniatura
{
    position: relative;
    width: 85%;
    max-width: 960px;
}

.NombreMenuListado2MenuEcoIcons 
{
    /*VLF*/
    /*width: 33%;
    max-width: 250px;*/
    overflow: auto;
    margin-bottom: 50px;
    display: inline-block;
}

.DescripcionMenuEcoIconsMiniatura {
    /* background-color: #ffffff; */
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    clear: both;
    width: 95%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.TituloMenuEcoIconsInicio {
    text-align: center;
    color: #ffffff;
}

.TituloMenuEcoIcons {
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.TextoMenuEcoIconsInicio {
    font-family: Lato;
    font-weight: 400;
    clear: both;
    width: 70%;
    text-align: center;
}

a.hi-icon {
	color: #ccc;
	text-decoration: none;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
	height: 250px;
	position: relative;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'Glyphicons Halflings';
	speak: none;
	font-size: 48px;
	line-height: 115px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-mobile:before {
	content: "\e009";
}

.hi-icon-screen:before {
	content: "\e00a";
}

.hi-icon-earth:before {
	content: "\e002";
}

.hi-icon-support:before {
	content: "\e000";
}

.hi-icon-locked:before {
	content: "\e001";
}

.hi-icon-cog:before {
	content: "\e003";
}

.hi-icon-clock:before {
	content: "\e004";
}

.hi-icon-videos:before {
	content: "\e005";
}

.hi-icon-list:before {
	content: "\e006";
}

.hi-icon-refresh:before {
	content: "\e007";
}

.hi-icon-images:before {
	content: "\e008";
}

.hi-icon-pencil:before {
	content: "\e00b";
}

.hi-icon-link:before {
	content: "\e00c";
}

.hi-icon-mail:before {
	content: "\e00d";
}

.hi-icon-location:before {
	content: "\e00e";
}

.hi-icon-archive:before {
	content: "\e00f";
}

.hi-icon-chat:before {
	content: "\e010";
}

.hi-icon-bookmark:before {
	content: "\e011";
}

.hi-icon-user:before {
	content: "\e012";
}

.hi-icon-contract:before {
	content: "\e013";
}

.hi-icon-star:before {
	content: "\e014";
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
	color: #eea303;
	box-shadow: 0 0 0 1px #993399;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-2 .hi-icon:hover {
	color: #eea303;
	box-shadow: 0 0 0 3px #993399;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-2 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fdcad6;
	/*background: rgba(248,44,91,0.1);*/
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}


/* Effect 2a */
.hi-icon-effect-2a .hi-icon:hover {
	color: #eea303;
}

.hi-icon-effect-2a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

/* Effect 2b */
.hi-icon-effect-2b .hi-icon:hover:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}

.hi-icon-effect-2b .hi-icon:hover {
	color: #993399 !important;
}

/* Waypoints */

#MenuEcoIconsItem1, #MenuEcoIconsItem2, #MenuEcoIconsItem3, #MenuEcoIconsItem4,
#MenuEcoIconsItem5, #MenuEcoIconsItem6
{
    opacity: 0;
}


.escalarMenuEcoIcons
{
    animation-name: escalarMenuEcoIconsAnimacion;
    animation-duration: 0.7s;
    opacity: 1 !important;
}
	
@keyframes escalarMenuEcoIconsAnimacion
{
    0% 
    {
		opacity: 0;
		-ms-transform: scale(0.1, 0.1); /* IE 9 */
		-webkit-transform: scale(0.1, 0.1); /* Safari */
		transform: scale(0.1, 0.1); 
	}
    60% 
    {
		opacity: 1;
		-ms-transform: scale(1.1, 1.1); /* IE 9 */
		-webkit-transform: scale(1.1, 1.1); /* Safari */
		transform: scale(1.1, 1.1);
	}
	100% 
	{
	    opacity: 1;
		-ms-transform: scale(1, 1); /* IE 9 */
		-webkit-transform: scale(1, 1); /* Safari */
		transform: scale(1, 1);
	}
}

@media only screen and (max-width: 1024px) 
{
    
}

@media only screen and (max-width: 800px) 
{
    #ListadoMenuEcoIconsMiniatura {
        width: 100%;
    }
    
    #ContenidoListadoComentarios {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) 
{
    .NombreMenuListado2MenuEcoIcons {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 400px) 
{
    
}