/*SIZE*/
/* COLORS */
/* FONTS */
/* SHADOW */
/* border */
/*Transition*/
/* Media queries */
/* Ejemplo Uso
body{ 
    ...
    @include media-breakpoint-up($sm) {
        background:red;
    }
    @include media-breakpoint-up($md) {
        background:none;
    }
    ...   
}
*/
/* Ejemplo de uso:
p{
  @include text-truncate();
}
*/
/* Ejemplo de uso:
p {
  @include font-size(13);
}
*/
/* Ejemplo de uso:
p {
    @include fluid-type($min_width, $max_width, $min_font, $max_font);
}
*/
.ditribuidora-news .text {
  margin-bottom: 35px;
  padding: 0;
}

@media (min-width: 992px) {
  .ditribuidora-news .text {
    padding: 0 23px;
  }
}

.ditribuidora-stories .title-border {
  margin-bottom: 58px;
}

.ditribuidora-stories .wrap-btn a {
  margin: 0 auto;
}

.ditribuidora-stories .news {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .ditribuidora-stories .news {
    margin-bottom: 48px;
  }
}

.ditribuidora-stories .wrap-btn {
  margin-bottom: 70px;
}

.news {
  color: #4B4B4B;
  margin-bottom: 30px;
}

.news .wrap-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .news .wrap-img {
    margin-bottom: 20px;
  }
}

.news .wrap-img p {
  margin-bottom: 0;
}

.news .wrap-img img {
  width: 100%;
  height: auto;
}

.news .wrap-img:before {
  content: '';
  width: 100%;
  height: 5px;
  background: linear-gradient(271deg, #294459 0%, #159b8b 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.news .wrap-img .date {
  position: absolute;
  top: 20px;
  left: 20px;
}

.news .wrap-img .date span {
  display: block;
  margin-top: 8px;
}

.news .wrap-text {
  display: block;
}

.news .wrap-text .title {
  font-family: "HN-Light", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 7px;
  color: #4B4B4B;
}

@media (min-width: 992px) {
  .news .wrap-text .title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 12px;
  }
}

.news .wrap-text .title a {
  color: #4B4B4B;
  transition: all 0.2s ease-in-out;
}

.news .wrap-text .title a:hover {
  color: #159B8B;
  text-decoration: underline;
}

.news .wrap-text p {
  font-family: "PTSans-Regular", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
  color: #4B4B4B;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
}

@media (min-width: 992px) {
  .news .wrap-text p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    margin: 0 0 20px;
  }
}

.news .wrap-text .label {
  font-family: "PTSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .news .wrap-text .label {
    margin-bottom: 25px;
  }
}

.news .wrap-text .label span {
  padding: 0 4px;
  background: #294459;
}

.news .wrap-text .label a {
  color: inherit;
  text-decoration: none;
}

.news .date {
  width: 75px;
  height: 75px;
  background-color: #159B8B;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  padding: 11px 0 0;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 25px;
}

.news .date span {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

/* estilos para titular + imagen principal de detalles de stories */
.stories {
  margin-bottom: 40px;
}

.stories img {
  max-width: 100%;
  height: auto;
}

.stories .title-border {
  margin-bottom: 30px;
}

.stories .date-rrss {
  display: flex;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .stories .date-rrss {
    margin-top: 35px;
  }
}

.stories .date-rrss .date {
  width: 72px;
  height: 65px;
  margin-right: 5px;
  background-color: #159B8B;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stories .date-rrss .date p {
  margin-bottom: 0;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif;
  text-align: center;
}

.stories .date-rrss .date p span {
  display: block;
  font-family: "HN-Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  text-transform: uppercase;
}

.stories .date-rrss .rrss {
  width: 100%;
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.stories .date-rrss .rrss p {
  margin-bottom: 0;
  margin-right: 20px;
  align-self: center;
  font-size: 16px;
  font-size: 1rem;
  color: #868686;
}

.stories .date-rrss .rrss ul {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

.stories .date-rrss .rrss ul li {
  margin-right: 15px;
}

.stories .date-rrss .rrss ul em {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #4B4B4B;
  transition: all 0.2s ease-in;
}

.stories .date-rrss .rrss ul a:hover {
  text-decoration: none;
}

.stories .date-rrss .rrss ul a:hover em {
  color: #159B8B;
}
