/* =========================================
   REVISTA PAIS - SOCIAL SHARE
   Bootstrap Icons
   ========================================= */

.rp-share-bar{
  margin-top:40px;
  padding-top:18px;
  border-top:1px solid #d9d9d9;
}

/* título */

.rp-share-bar__header{
  margin-bottom:14px;
}

.rp-share-bar__label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#111;
}

/* botones share */

.rp-share-bar__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}

.rp-share-btn{

  display:inline-flex;
  align-items:center;
  gap:8px;

  padding:6px 10px;

  border:1px solid #0b2c5f;
  border-radius:4px;

  background:transparent;

  color:#0b2c5f;

  text-decoration:none;
  font-size:14px;
  font-weight:600;

  transition:all .2s ease;
	
  min-width:150px;
  justify-content:center;writing-mode

}

.rp-share-btn:hover{

  background:#f2f2f2;
  color:#333;
  border-color:#d6d6d6;

}

/* iconos */

.rp-share-btn__icon{

  display:flex;
  align-items:center;
  justify-content:center;

}

.rp-share-btn__icon i{

  font-size:18px;
  line-height:1;

}

/* sección follow */

.rp-share-bar__follow{

  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;

  padding-top:14px;
  border-top:1px dashed #e6e6e6;

}

.rp-share-bar__follow-label{

  font-size:13px;
  font-weight:700;
  color:#555;

}

.rp-follow-link{

  display:flex;
  align-items:center;
  gap:6px;

  font-size:13px;
  font-weight:700;

  text-transform:uppercase;

  color:#0b2c5f;

  text-decoration:none;

}

.rp-follow-link:hover{

  color:#000;

}

.rp-follow-icon{

  display:flex;
  align-items:center;
  justify-content:center;

}

.rp-follow-icon i{

  font-size:17px;

}

/* mensaje copiar enlace */

.rp-share-feedback{

  min-height:20px;
  margin-top:10px;

  font-size:13px;
  color:#555;

}

/* =====================
   MOBILE
   ===================== */

@media (max-width:768px){

  .rp-share-bar__actions{

    gap:10px;

  }

  .rp-share-btn{

    font-size:13px;
    padding:6px 8px;

  }

  .rp-share-btn__icon i{

    font-size:17px;

  }

}