body{
	color: #000;
}

.login{
   box-shadow: 10px 10px 20px #888888;
}

.bg-cyt{
	background-color: #1e7469;
}

.linkgoogle:hover{
	transform: scale(1.05);
	/*box-shadow: #fc0 1px 0 10px;*/
	filter: drop-shadow(1px 0 10px #37c8b5);
}

.text-info{
	color: #507e44 !important;
}

.btn-outline-info{
	border-color: #407ed4 !important;
}

.btn-outline-info:hover {
	background-color: #407ed4 !important;
}

.btn-outline-danger{
	border-color: #e40032 !important;
}

.btn-outline-danger:hover {
	background-color: #e40032 !important;
}

.bg-sitio{
	background-color: #507e44;
	/*background-color: #7b0914;*/
}

.bg-sitio>a, .bg-sitio ul>a{
	color: rgba(255,255,255,.75) !important;
}

.bg-sitio>a:hover,.bg-sitio ul>a:hover {
	color: #fff !important;
}

.page-link, a {color: #5d6772; !important}
a:hover {color: #; !important}
.page-item.active .page-link{
	background-color: #5d6772; !important;
	border-color: #5d6772; !important;
}


.header{
	background: url('../images/header.png') left center no-repeat;
	text-align: right;
}

.imgpagina img, .imgart img {
	max-height: 250px;
	overflow: hidden;
}

.colorsitio{
	background-color: #507e44;
}

.colorsitio>h2{ color: #fff;}
.colorsitio h3{ color: #fff; }
.colorsitio p{ color: #ddd; }


.texto{
	text-align: justify;
}

/*****  redes  *****/
.fb { background: url('../images/fb.svg') center center; width: 36px; height: 36px; }
.tw { background: url('../images/tw.svg') center center; width: 36px; height: 36px; }
.yt { background: url('../images/yt.svg') center center; width: 36px; height: 36px; }
.mail { background: url('../images/mail.png') center center; width: 36px; height: 36px; }
.wa { background: url('../images/wa.svg') center center; width: 36px; height: 36px; }
.tk { background: url('../images/tk.svg') center center; width: 36px; height: 36px; }
.otros { background: url('../images/otros.png') center center; width: 36px; height: 36px; }

.compartir{
	text-align: right;
	margin: 0px;
}

.pie{
	font-size: .75em;
	text-align: center;
}

.navbar{
  background: #1e7469 !important;
  color: white !important;
}

.piepagina {
  background: #1e7469;
  font-size: 14px;
  padding: 70px 0;
  color: white;
}

@media screen and (min-width: 640px) {
	.piepagina .col-lg-4:not(:first-child){
		border-left: 1px solid #fff;
	}
}

@media screen and (max-width: 640px) {
	.piepagina .col-lg-4:not(:first-child){
		border-top: 1px solid #fff;
		padding-top: 25px;
	}
}


.piepagina a {
  color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.piepagina a:hover {
  color: #fff;
	text-transform:uppercase;
	font-weight: bolder;
}

.piepagina .btn:before {
  display: none;
}
.piepagina .bloque {
  margin-bottom: 40px;
  display: block;
}

.piepagina .bloque h3, .piepagina .bloque .h3 {
  font-size: 15px;
	/*text-decoration: underline dotted #fff;*/
	border-bottom: 1px dotted #fff;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}

.piepagina .bloque li {
  margin-bottom: 10px;
}

.piepagina .social li a > span {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.icon-facebook { background: url('../images/fb.svg') center center; width: 24px; height: 24px; }
.icon-twitter  { background: url('../images/tw.svg') center center; width: 24px; height: 24px; }
.icon-youtube  { background: url('../images/yt.svg') center center; width: 24px; height: 24px; }
.icon-whatsapp { background: url('../images/wa.svg') center center; width: 24px; height: 24px; }
.icon-tiktok   { background: url('../images/tk.svg') center center; width: 24px; height: 24px; }
.mail { background: url('../images/mail.png') center center; width: 24px; height: 24px; }
.otros { background: url('../images/otros.png') center center; width: 24px; height: 24px; }
