/* [ General ] */

*{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
	font-family: 'Ubunt', sans-serif;
}

.btnColor{
	color:white;
	background: #47bac1;
}

ul, ol{
	padding:0px;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
}
.headerTop{
	background:white;
}

.headerTop a{
	color:black;
}
.backColor, .backColor a{
	background:#47bac1;
	color:white;
}
.fondoBreadcrumb{
	margin-bottom:0px;
	background: rgba(0,0,0,0);
}

/* [ Top Bar Redes Sociales ] */
.iconRedSocial{
	width:30px;
	height:30px;
	text-align: center;
	line-height:30px;
}

/* [ Facebook ] */
.facebookBlanco{
	color:white;
}
.facebookNegro{
	color:black;
}
.facebookColor{
	color:white;
	background:#46639f;
}
/* [ Youtube ] */
.youtubeColor{
	color:white;
	background:#d6513e;
}
.youtubeBlanco{
	color:white;
}
.youtubeNegro{
	color:black;
}

/* [Twitter ] */
.twitterColor{
	color:white;
	background:#0ab2e6;
}
.twitterBlanco{
	color:white;
}
.twitterNegro{
	color:black;
}
/* [ Google Plus ] */
.googleColor{
	color:white;
	background:#d71617;
}

.googleBlanco{
	color:white;
}

.googleNegro{
	color:black;
}

/* [ Instagram ] */

.instagramColor{
	color:white;
	background:linear-gradient(45deg, #fca925, #ee1d5f,  #6350a2);

}

.instagramBlanco{
	color:white;
}

.instagramNegro{
	color:black;
}

/*=============================================
ERROR 404, VERIFICAR
=============================================*/

.error404 .verificar{
	color:#333;
}

/*=============================================
SCROLL UP
=============================================*/
#scrollUp{
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../../../images/flecha.jpg);
}

/*=============================================
Small devices (landscape phones, 576px and up)
=============================================*/
@media (max-width:767.98px){
	.col-xs-0{
		display: none;
	}
	.error404 h1{
		font-size:75px;
		text-shadow:2px 2px 1px #dadada;
	}
}

/*=============================================
Medium devices (tablets, 768px and up)
=============================================*/
@media (min-width:768px) and (max-width:991.98px){
	.col-sm-0{
		display: none;
	}
	.error404 h1{
		font-size:150px;
		text-shadow:4px 4px 1px #dadada;
	}
	.verificar h3{
		margin-top:30px;
		font-size:100px;
		text-shadow:4px 4px 1px #dadada;
	}	
}

/*=============================================
Large devices (desktops, 992px and up)
=============================================*/
@media (min-width:992px) and (max-width:1199.98px) {
	.col-md-0{
		display: none;
	}
	.error404 h1{
		font-size:200px;
		text-shadow:6px 6px 1px #dadada;
	}
	.verificar h3{
		margin-top:30px;
		font-size:100px;
		text-shadow:4px 4px 1px #dadada;
	}	
}

/*=============================================
Extra large devices (large desktops, 1200px and up)
=============================================*/
@media (min-width:1200px){
	.col-lg-0{
		display: none;
	}
	.error404 h1{
		font-size:300px;
		text-shadow:8px 8px 1px #dadada;
	}
	.verificar h3{
		margin-top:30px;
		font-size:100px;
		text-shadow:4px 4px 1px #dadada;
	}	
}