@media only screen and (min-width: 481px) and (max-width: 767px) {
	.avisos1 {
		display: none;
	}
	.avisos2 {
		display: none;
	}
	.masajes img {
		width: 76px;
	}
	.logosuperior img {
		width: 200px;
		margin-left: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.avisos1 {
		display: none;
	}
	.avisos2 {
		display: none;
	}
	.masajes img {
		width: 76px;
	}
	.logosuperior img {
		width: 200px;
		margin-left: 20px;
	}
	#sp-main-body {
		padding: 0;
	}
}

@media screen and (max-width: 992px) {
	.klatest-topicicon {
		display: none !important;
	}
	.klatest {}
	.klatest-subject a:before {
		display: none;
	}
	.klatest-subject a {
		color: #c299ea !important;
		;
		text-decoration: none;
		font-size: 16px !important;
		line-height: 26px !important;
		margin-bottom: 3px;
		display: inline-block;
		padding: 0 !important;
	}
	.klatest-preview-content {
		text-transform: lowercase;
	}
	.klatest-preview-content:first-letter {
		text-transform: uppercase;
	}
	.klatest-itemdfdd {
		padding: 10px;
	}
	.klatest-itemdfdd:nth-child(odd) {
		background: #1d1d22 !important;
	}
	.klatest-itemdfdd:nth-child(even) {
		background: #27262d !important;
	}
	#offcanvas-toggler {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
		background: rgba(0, 0, 0, 0.5);
}
	#offcanvas-toggler > i {
  color: #fff !important;
		font-size: 30px;
		padding: 10px;
}
#offcanvas-toggler > i:hover {
  color: #22b8f0;
}
	.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 2px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
	.logoi {
  text-align: center;
}

.logoi img {
  display: inline-block;
  max-width: 100%; /* opcional, por si quieres que sea responsive */
  height: auto;
}
	#sp-logo2{margin: 80px 0 0}
	 .galeria.mod_destacados, .galeria.mod_centrodemasajes {
    grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)) !important
  }
	#sp-header {
   height: 0px;
}
}

