

.negocios-imagenes img{
	width:70px;
	height: 70px;
	border-radius: 50%;	
}

.negocios-imagenes-video div{
	width:70px;
	height: 70px;
	border-radius: 50%;	
}

.negocios-video-div img{
	width: 50%;
}

.negocios-titulos{
	font-size: 18px;
	font-family: 'Galano_Grotesque_Bold';
	margin-bottom: 15px;
}

.negocios-autor{
	font-size: 11px;
	font-family: 'Galano_Grotesque_Bold';
	float: left;
}

.negocios-fecha{
	font-size: 10px;
    font-family: 'maisonneuemono';
    float: right;
}

.negocios-notas-div{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	display: block;
	color: #2A2C2D;
}

.negocios-notas-div:hover,.negocios-notas-div:focus{
	color: #2A2C2D;
	text-decoration: none;
}


.ampersand{
	 font-family: 'maisonneuemono';
}

.negocios-destacada{
	width: 100%;
	height: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}

#negocios-logo{
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.negocios-destacada-info-div{
	width: 300px;
    height: 120px;
    text-align: center;
 	color: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-20%);
    z-index: 999;
}

.negocios-destacada-info-div:hover, .negocios-destacada-info-div:focus{
	color: inherit;
	text-decoration: none;
}

.negocios-destacada-fondo-color{
	width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

.negocios-notas-div-destacada{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	position: relative;
}

.negocios-header{
	position: relative;
	height: 150px;
	font-size: 40px;
	animation-name: bg-change;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	background-color:#EA2E19;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

@media(max-width: 767px){
	.negocios-notas-div{
		width: 100%;
	}

	#negocios-logo{
		width: 75%;
		margin: auto;
	}

	.negocios-header {
	    margin: 0px;
	    margin-top: 50px;
	    margin-bottom: 40px;
	}

	.negocios-notas-div-destacada{
		
		height: 180px;
	}

	.autor-destacado-div{
		margin-top: 20px;
	}

}

@media(min-width: 768px){

	.autor-destacado-div{
		margin-top: 60px;
	}

	.negocios-notas-div-destacada{
		
		height: 300px;
	}

	.negocios-header {
	    margin: 0px;
	    margin-bottom: 80px;
	}

	#negocios-logo{
		width: 300px;
		margin: auto;
	}

	.negocios-notas-div{
		width: 50%;
		margin-right: auto;
		margin-left: auto
		margin-bottom: 50px;
	}

}

@media(min-width: 1000px){

	.negocios-notas-div{
		width: 40%;
		margin-right: auto;
		margin-left: auto
		margin-bottom: 50px;
	}
}

@media(min-width: 1200px){

	.negocios-notas-div{
		width: 30%;

		margin-right: auto;
		margin-left: auto
		margin-bottom: 50px;
	}
}

@media(min-width: 1400px){

	.negocios-notas-div{
		width: 25%;

		margin-right: auto;
		margin-left: auto
		margin-bottom: 50px;
	}
}

@keyframes bg-change {
 
	14%  {background-color:#FD5B1C;}
	28%  {background-color:#F9EE32;}
	42%  {background-color:#93F482;}
	56%  {background-color:#38FFE1;}
	70%  {background-color:#3151F4;}
	84%  {background-color:#ED00E1;}
	98%  {background-color:#702E79;}
	
}


.color-fondo-rojo{
	background-color: rgba(234,46,25,0.7);
	color: white;
}

.color-fondo-naranja{
	background-color: rgba(253,91,28,0.7);
	color: white;
}

.color-fondo-amarillo{
	background-color: rgba(249,238,50,0.7); 
	color: #2A2C2D;
}

.color-fondo-verde{
	background-color: rgba(147,244,130,0.7); 
	color: #2A2C2D;
}

.color-fondo-aqua{
	background-color: rgba(56,255,225,0.7); 
	color: #2A2C2D;
}

.color-fondo-azul{
	background-color: rgba(49,81,244,0.7);
	color: white;
}

.color-fondo-rosa{
	background-color: rgba(235,0,225,0.7);
	color: white;
}

.color-fondo-morado{
	background-color: rgba(112,46,121,0.7);
	color: white;
}


.rojo-texto-par, .rojo-texto-par:hover, .rojo-texto-par:focus{

	color: white;
}

.naranja-texto-par, .naranja-texto-par:hover, .naranja-texto-par:focus{
	
	color: white;
}

.amarillo-texto-par, .amarillo-texto-par:hover, .amarillo-texto-par:focus{
	
	color: #2A2C2D;
}

.verde-texto-par, .verde-texto-par:hover, .verde-texto-par:focus{
	
	color: #2A2C2D;
}

.aqua-texto-par .verde-texto-par:hover, .verde-texto-par:focus{
	
	color: #2A2C2D;
}

.azul-texto-par, .azul-texto-par:hover, .azul-texto-par:focus{
	
	color: white;
}

.rosa-texto-par, .rosa-texto-par:hover, .rosa-texto-par:focus{
	
	color: white;
}

.morado-texto-par, .morado-texto-par:hover, .morado-texto-par:focus{
	
	color: white;
}