.wraperCols{
  background-color: #fff;
}

.socialContent{
	display: none;
	position: fixed;
	top:65px;
	right: 15px;
	width: 50px;
	z-index: 10;
}
.socialContent > a{
	display: block;
	font-size: 40px;
	margin-right: 10px;
}
.socialLink{
	color:#000;
	-webkit-transition: color 0.4s ease;
-moz-transition: color 0.4s ease;
-o-transition: color 0.4s ease;
transition: color 0.4s ease;
}
.top10{
padding-left: 10px;
padding-right: 10px;
background-color: #014051;
margin-bottom: 10px;
}
.publ3ercolumna{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.publ3ercolumna .containerNP {
	box-sizing: border-box;
    position: relative;
    width: 100%;
}

.containerNP .img{
  transition: .5s ease;
  backface-visibility: hidden;
}

.containerNP .img img {
  opacity: 1;
  display: block;
  width: 100%;
}

.containerNP .middleNP {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.containerNP:hover .img{
  opacity: 0.3;
}

.containerNP:hover .middleNP {
  opacity: 1;
}

.textNP {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.boxWidg{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background-color:#014051;
	margin-bottom: 10px;
}

/* Logo cabecera */

.logoCabec{
  height: calc(10px + 11vw);
}


.onlyMobile{
  display:none!important;
}

@media (max-width:992px) {
    .d-none-992{
      display: none!important;
    }
}

@media (max-width:850px) {
  .d-none-850{
    display: none!important;
  }
}

@media (max-width:640px) {
  .border-right-visible-640{
    border-right: none!important;
  }

    .onlyMobile{
      display:inline-block!important;
    }
}

/* ── Top One Section ─────────────────────────────── */
.top-one-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.top-one-link {
  display: block;
  text-decoration: none;
}

.top-one-link:hover {
  text-decoration: none;
}

.top-one-bg {
  position: relative;
  width: 100%;
  min-height: 500px;
  background-color: #c0392b;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-one-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.30) 55%,
    transparent 100%
  );
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}

.top-one-content {
  padding: 0 16px;
  max-width: 860px;
}

.top-one-category {
  display: inline-block;
  background-color: #c0392b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 12px;
}

.top-one-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.top-one-link:hover .top-one-title {
  text-decoration: underline;
}

.top-one-desc {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 14px 0;
}

.top-one-meta {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}

.top-one-author {
  margin-right: 16px;
}

@media (max-width: 768px) {
  .top-one-bg {
    min-height: 280px;
  }

  .top-one-title {
    font-size: 22px;
  }

  .top-one-desc {
    display: none;
  }

  .top-one-overlay {
    padding-bottom: 24px;
  }
}






