/*---------------AQUI INICIA EL AREA DE BOTONES---------------*/
.social-media-buttons {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 5464654;
  display: grid;
}

.social-media-wrapper {
  position: fixed;
  display: grid;
}

.social-media-wrapper .fab {
  font-size: 15px;
}

.social-media-buttons .btn {
  height: 50px;
  width: 50px;
  margin: 0;
  transition: all ease-in-out .5s;
}

.btn-fb {
  background-color: #3b5998 !important;
  color: #fff;
}

.btn-fb:hover,
.btn-tw:hover,
.btn-gplus:hover {
  width: 60px;
}

.btn-tw {
  background-color: #55acee !important;
  color: #fff;
}

.btn-gplus {
  background-color: #dd4b39 !important;
  color: #fff;
}

/*---------------AQUI TERMINA EL AREA DE BOTONES---------------*/
/*---------------AQUI EMPIEZA EL AREA DE NOTICIAS---------------*/

.main {
  background-color: white;
  margin-top: 120px;
  margin-bottom: 50px;
  color: black;
}

.extracto-wrapper {
  border-left: 1px solid #921c2f;
  margin-left: 50px;
  width: calc(100% - 50px);
  margin-top: 20px;
}

.extracto-wrapper h6 {
  text-align: left;
  font-weight: 200;
  font-style: italic;
  color: gray;
}

.image-wrapper {
  margin-top: 20px;
}

.noticia-texto-wrapper {
  margin-top: 20px;
  width: 100%;
  color: black;
  text-align: justify;
}

.info-wrapper {
  padding: 15px;
  background-color: #921c2f;
}

.info-wrapper .by {
  font-style: normal;
  padding-left: 0;
}

.info-wrapper h6 {
  text-align: left;
  font-weight: 200;
  font-style: italic;
  color: white;
}

/*---------------AQUI TERMINA EL AREA DE NOTICIAS---------------*/
/*---------------AQUI EMPIEZA EL AREA DE BARRA LATERAL---------------*/
.title-recientes-wrapper {
  width: 100%;
  margin: auto;
  border-top: 2px solid #921c2f;
}

.title-recientes-wrapper h4 {
  color: black;
}

.recientes-wrapper {
  border: 1px solid #921c2f;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
}

.shadow-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
}

.shadow-wrapper h6 {
	transition: .5s all ease-in-out;
}

.principal-image {
  position: relative;
}

.shadow-wrapper:hover h6 {
  color: #ffa500 !important;
  transform: scale(1.2);
}


.shadow-wrapper .info-wrapper {
  border: 1px solid white;
  background: transparent;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.shadow-wrapper .info-wrapper h6 {
  color: white;
  font-style: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.extracto-principal {
  color: black;
  margin-top: 10px;
  font-size: 15px;
  max-height: 92px;
  overflow-y: hidden;
  text-overflow: ellipsis;
}

.small-noticias h6 {
  text-align: left;
  color: #921c2f;
  padding-left: 0;
}

.info-date {
  color: black !important;
}

a {
  color: black;
}

/*---------------AQUI TERMINA EL AREA DE BARRA LATERAL---------------*/

/*---------------AQUI EMPIEZA EL AREA DE BARRA LATERAL PARA RECIENTES---------------*/

.title-populares-wrapper {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  border-top: 2px solid #921c2f;
}

.title-populares-wrapper h4 {
  color: black;
}

.populares-wrapper {
  border: 1px solid #921c2f;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
}

.shadow-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
}

.principal-image {
  position: relative;
}


.shadow-wrapper .info-wrapper {
  border: 1px solid white;
  background: transparent;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.shadow-wrapper .info-wrapper h6 {
  color: white;
  font-style: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.extracto-principal {
  color: black;
  margin-top: 10px;
  font-size: 15px;
  max-height: 92px;
  overflow-y: hidden;
  text-overflow: ellipsis;
}

.small-noticias h6 {
  text-align: left;
  color: #921c2f;
  padding-left: 0;
}

.small-noticias:hover h6 {
  color: #ffa500;
}

/*---------------AQUI TERMINA EL AREA DE BARRA LATERAL PARA RECIENTES---------------*/

/*---------------AQUI EMPIEZA EL AREA DE BLOG---------------*/

.separador, hr {
  margin: 2rem 0;
  border: 1px solid #921c2f;
    border-radius: 300px/10px;
    height: 0px;
    text-align: center;

}

.separador-noticia {
  border: 3px solid #921c2f;
}

.noticias-individuales h1 {
  font-size: 2rem;
  color: #921c2f;
  transition: .5s all ease-in-out;
}

.noticias-individuales h1:hover {
  color: #ffa500;
}

.title-hover:hover h1{
  color: #ffa500 !important;
}

@media only screen and (max-width: 549px) {
  .col-12 {
    padding-right: 0;
  }

  .title-recientes-wrapper {
    margin-top: 30px;
  }

  .extracto-wrapper {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}