*{
  font-family: "Montserrat";
}

.dropdown-toggle::after {
  display: none !important;
}

p{
  margin-bottom: 0rem !important;
}

ul, ol{
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a:link, a:visited,  a:hover, a:active{
    text-decoration: none !important;
/*    color: inherit !important;*/
}
.periodistas-resaltado{
  font-weight: 600;
  font-style: italic;
}

.btn-source{
  background-color: red;
  border-radius: 10px;
  padding: 2px 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.btn-section{
  background-color: #FAAC3B;
  font-size: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.news-confirmed{
  margin-top: -8px !important;
  background-color: green;
  font-size: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.btn-source a{
  color: white !important;
  font-size: 12px;
  font-weight: 600;
}

.st-source{

    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 10px;
}



.main_title{
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px 0px 0px 5px;
    white-space: nowrap;
    opacity: 0.6;

}
.main_title-red{
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 0px 5px 5px 0px;
    white-space: nowrap;
    opacity: 0.6;

}

.main_title-active{
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px 0px 0px 5px;
    white-space: nowrap;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.6);
}

.main_title-red-active{
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 0px 5px 5px 0px;
    white-space: nowrap;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.6);
}

.news_context p{
  font-size: 14px;
  line-height: 1.1;
}

.title_module{
  margin-bottom: 10px;
  font-size: 10px;
}

.text_module{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.module_header{
/*  border-bottom: 2px solid #000;*/
 box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
 padding: 0px;
 margin: 0px;
}


.source_title{
  font-weight: 600;
  margin-bottom: 3px;
}

.news_title{
  font-size: 28px;
  font-weight: 800;
}

.main-footer{
  border-top: 0 !important;
}

.text-facebook{

  color: #3b5999;
}

.text-instagram{

  color: #e4405f;
}

.text-twitter{

  color: #55acee;
}

.text-linkedin{

  color: #0077B5;
}

.text-youtube{

  color: #dd4b39;
}

.text-twitch{

  color: #A142F7;
}

[class*=sidebar-dark-] .sidebar a {
    color: #c2c7d0 !important;
}

[class*=sidebar-dark] .brand-link, [class*=sidebar-dark] .brand-link .pushmenu {
    color: rgba(255,255,255,.8) !important;
}

.page-error{
  height: 50vh !important;
}

.page-item.active .page-link{

  color: #fff !important;
}

.facebook{
  color:white;
  background:#46639f;
}

.google{
  color:white;
  background:#d6513e;
}



.vid-myth{
  padding: 1rem;
  background-color: white;
}

.myth-width{
  width: 100%;
  height: 100%;
}

.cont-myth{
  padding: 5rem;
  min-height: 700px !important;
}

