* {
  font-family: "Futura New" !important;
}

.articleContainer {
  display: flex;
  width: 90%;
  margin: auto;
}

.productsSection {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-column-gap: 4%;
  margin-bottom: 20px;
}
.newsContainer.agendaContainer {
  width: 90%;
  display: flex;
  flex-direction: row;
}

.newsContainer.agendaContainer .newsRow {
  width: 45%;
}

h1.articleTitle.agenda {
  margin: 40px auto;
}
b {
  font-weight: 600;
}
.newsWrapper .sectionTitle {
  width: 80%;
  margin-bottom: 0px;
  margin-top: 30px;
  color: #7b201a;
  display: block;
  font-size: 25px;
}

.productViewContainer {
  margin: 0px !important;
  margin-bottom: 0px;
  margin-top: 20px !important;
}

.articleBreadcrums {
  width: calc(100% - 150px);
  padding-left: 75px;
  color: black;
  display: none;
}

.newsSummary img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.newsContainer.blogPostContainer {
  display: flex;
  flex-direction: column;
}

.slick-slide img.newsImage {
  background-size: cover;
  height: 50vh !important;
  object-fit: cover !important;
}

.newsAudio {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.newsAudio audio {
  position: relative;
  width: 90%;
  height: 50px;
}

.articleImages {
  width: 20%;
  height: 20%;
  margin: 2%;
  cursor: pointer;
  transition: 0.3s;
}

.collaboratorContainer img {
  width: 100%;
}

.shortDescription *,
.shortDescription p *,
.shortDescription p span *,
.shortDescription p span span * {
  color: #801a2e !important;
  line-height: 22px !important;
}

.articleSubTitle {
  position: relative;
  font-size: 13px;
  width: 90%;
  color: black;
  text-align: start;
  margin: 0 auto;
  padding-left: 75px;
  margin-left: 0px;
}
.blogRecomendedContainer {
  background-color: gainsboro;
  width: 100%;
  padding-top: 30px;
}
.newsContainerTitle {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 0px;
  color: #7b1f1a;
  letter-spacing: 2px;
  text-transform: initial;
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  font-family: "Futura" !important;
}
.newsLeftArrow {
  height: 39px;
  width: 40px;
  left: calc(50% - 50px);
  cursor: pointer;
  background-image: url(/files/arrowLeft.svg);
  background-size: 25px;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.newsRightArrow {
  display: block;
  right: calc(50% - 50px);
  top: calc(50px - 51px);
  z-index: 1;
  height: 39px;
  width: 40px;
  background-image: url(/files/arrowLeft.svg);
  background-size: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transform: rotate(180deg);
}
.newsBox {
  width: 90% !important;
  margin-top: 0px !important;
  margin: auto;
}
.blogSliderWrapper {
  width: 100% !important;
}
.blogSliderWrapper .newsWrapper {
  padding: 0 10px;
}

.newsSummery img {
  width: 100%;
}

.noResults {
  color: black;
  text-align: center;
  font-size: 19px;
  margin-top: 50px;
}

.articleMainImage {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
  font-size: 14px;
}

.articleWrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 4% auto;
}

.articleColgado {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  text-align: initial;
  color: #000000;
  width: 50%;
  margin: auto;
  padding-left: 75px;
  margin-left: 0px;
  margin-top: 40px;
}

#articlesContainer {
  position: relative;
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 50px auto;
}

.articleViewName {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  line-height: 24px;
  font-size: 18px;
  margin: 7px auto;
  font-weight: normal;
  text-transform: uppercase;
}

.newsCategory {
  margin-left: 75px;
}

.shortDescription {
  margin-bottom: 20px;
  margin-top: 20px;
}

.articleViewAuthor {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  line-height: 24px;
  margin: 7px auto;
  font-weight: normal;
  font-size: 15px !important;
}

.newsSummary p {
  margin-bottom: inherit !important;
  font-size: 14px;
  line-height: 18px;
}

.threeLines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news .newsSummary p,
.newsSummary {
  margin-bottom: inherit !important;
  font-size: 19px !important;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.gridGroupContainer {
  width: 85% !important;
}

.compartir {
  display: flex;
  flex-direction: row;
}

.compartir1 {
  color: #000;
  width: fit-content;
  line-height: 1.8;
}

.compartir2 {
  background-image: url(/files/fbCompartir.svg);
  width: 25px;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
}

.compartir3 {
  background-image: url(/files/wpCompartir.svg);
  width: 28px;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
}

.compartir4 {
  background-image: url(/files/mailCompartir.svg);
  width: 28px;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
}

.compartir5 {
  background-image: url(/files/twCompartir.svg);
  width: 28px;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .internalView .sliderContainer {
    width: 100% !important;
  }
  .newsWrapper .sectionTitle {
    margin-bottom: 20px;
  }
  .sliderGroupContainer .slick-track {
    height: auto !important;
  }
  #articlesContainer {
    margin: 20px auto 0 !important;
  }
  .newsSummary {
    margin-top: 0 !important;
  }
  .categories.mobileElement {
    position: relative;
    width: 90%;
    height: auto;
    display: none !important;
    flex-direction: column;
    margin: auto;
    font-size: 21px;
    line-height: 28px;
  }
  a.productViewContainer.book {
    width: 80% !important;
  }
  .productViewImageContainer {
    padding: 0px;
  }
  .sliderRightArrow.slick-arrow {
    right: 0pc !important;
  }
  .sliderLeftArrow.slick-arrow {
    left: 0px !important;
  }
  iframe {
    position: relative;
    width: 100%;
  }
  .articleTitle {
    margin-top: 0px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    padding: 0px;
    width: 90%;
  }
  .newsRow {
    width: 100% !important;
  }
  ol {
    padding-left: 21px;
  }
  .newsContainer {
    margin-top: 0px;
  }
  .articleRow {
    display: block;
    margin-top: 0px;
  }
  .articleSubTitle {
    margin-bottom: 12px;
    padding: 0px;
    width: 90%;
    margin: auto;
    margin-bottom: 12px;
  }
  .articleColgado {
    margin-top: 15px;
    width: 90%;
    padding: 0px;
  }
  #articlesContainer {
    margin-top: 15px;
    width: 85%;
  }
  .newsSummary p img {
    width: 100%;
    height: auto;
  }
  .figureBackgroundFirst {
    bottom: 8px;
  }
  .figureBackground {
    bottom: 46px !important;
  }
}

.articleContainer {
  display: flex;
  width: 90%;
  margin: auto;
}

.productsSection {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-column-gap: 4%;
  margin-bottom: 20px;
}

.newsContainer.blogPostContainer {
  width: 100%;
  margin: auto;
}
.blogSlider {
  background-color: gainsboro;
}
.blogSlider .sliderTitleContainer {
  margin-bottom: 4rem;
}
.blogSlider .sliderTitleContainer {
  text-transform: inherit;

  width: var(--web-container);
  padding: 0;
  text-align: center;
  font-size: 20px;
}
.blogText {
  font-size: 19px;
  line-height: 22px;
}
.blogHTML p {
  font-size: 19px !important;
  line-height: 22px !important;
  color: #000 !important;
}
.blogHTML {
  font-size: 19px !important;
  line-height: 22px !important;
  color: #000 !important;
  position: relative;
}
.blogHTML img {
  width: 100%;
}
img.blogImage {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
.newsAudio {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.newsAudio audio {
  position: relative;
  width: 90%;
  height: 50px;
}

.articleImages {
  width: 20%;
  height: 20%;
  margin: 2%;
  cursor: pointer;
  transition: 0.3s;
}

.collaboratorContainer img {
  width: 100%;
}

.shortDescription *,
.shortDescription p *,
.shortDescription p span *,
.shortDescription p span span * {
  color: #801a2e !important;
  line-height: 22px !important;
}

.articleSubTitle {
  position: relative;
  font-size: 13px;
  width: 90%;
  color: black;
  text-align: start;
  margin: 0 auto;
  padding-left: 75px;
  margin-left: 0px;
}

.newsSummery img {
  width: 100%;
}
.newsCategories {
  position: relative;
  font-size: 14px;
  color: #a2122e;
  height: 25px;
  line-height: 25px;
  font-style: italic;
  font-weight: 500;
  width: 92%;
}
.newsCategories.blogPostContainer {
  margin: auto;
}
.blogSliderWrapper .newsCategories {
  display: none;
}
.blogSliderWrapper .newsTags {
  display: none;
}
.blogSliderWrapper .newsColgado {
  display: block;
}
.sliderLeftArrow.blogSliderLeftArrow {
  position: absolute;
  height: 30px;
  width: 30px;
  left: calc(50% - 50px);
  top: calc(18% - 50px);
  cursor: pointer;
  background-image: none;
  z-index: 1;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.sliderRightArrow.blogSliderRightArrow {
  position: absolute;
  height: 30px;
  width: 30px;
  top: calc(18% - 50px);
  cursor: pointer;
  background-image: none;
  z-index: 1;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transform: rotate(0deg);
  right: calc(50% - 50px);
  left: unset;
  -o-transition: all 0.2s ease-out;
}

.sliderGroupContainer.blogSlider {
  width: 100%;
  height: auto;
  background-color: gainsboro;
  margin-bottom: 20px;
}
.sliderContainer .sliderGroupContainer {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.articleTitle {
  position: relative;
  line-height: 50px;
  margin: 10px auto;
  font-size: 40px;
  text-align: initial;
  text-transform: none;
  margin-top: 0px;
  color: black;
  margin-bottom: 40px;
  width: 92%;
}
.blogPostContainer .newsRow {
  width: 70%;
}
.blogPostContainer .newsWrapper {
  width: 80%;
  margin: auto;
}
.noResults {
  color: black;
  text-align: center;
  font-size: 19px;
  margin-top: 50px;
}

.articleMainImage {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
  font-size: 14px;
}

.articleWrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 4% auto;
}

.articleColgado {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: initial;
  color: #000000;
  width: 50%;
  margin: auto;
  padding-left: 0;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.newsContainer.agendaContainer .articleDate {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 30px;
  color: #801a2e;
}
#articlesContainer {
  position: relative;
  width: 70%;
  height: auto;
  margin: 50px auto;
}

.articleViewName {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  line-height: 24px;
  font-size: 18px;
  margin: 7px auto;
  font-weight: normal;
  text-transform: uppercase;
}

.articleViewAuthor {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  line-height: 24px;
  margin: 7px auto;
  font-weight: normal;
  font-size: 15px !important;
}

.articleRow .news .newsSummary p,
.articleRow .news .newsSummary p span,
.articleRow .news .newsSummary p > * {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  line-height: 19px;
}

.gridGroupContainer {
  width: 85% !important;
}

#articlesContainer {
  grid-template-columns: 90%;
}

.compartir {
  display: flex;
  flex-direction: row;
}

.compartir1 {
  color: #000;
  width: fit-content;
  line-height: 1.8;
}

.compartir2 {
  background-image: url(/files/fbCompartir.svg);
  width: 25px;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
}

.compartir3 {
  background-image: url(/files/wpCompartir.svg);
  width: 28px;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
}

.compartir4 {
  background-image: url(/files/mailCompartir.svg);
  width: 28px;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
}

.compartir5 {
  background-image: url(/files/twCompartir.svg);
  width: 28px;
  height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
}

.news .newsSummary {
  font-size: 18px !important;
}
.blogsContent .newsSummary {
  font-size: 14px !important;
  margin: unset;
}
.blogsContent .newsSummary p {
  font-size: 14px !important;
}
.blogsContent .news {
  letter-spacing: unset;
}
img.newsImage.backgroundImage {
  width: 100% !important;
  height: auto !important;
}

h6.imageCaption {
  margin-bottom: 10px;
}

.shortDescription p {
  margin: 0;
}

.blogHTML p,
.blogHTML span,
.blogHTML em {
  font-size: 19px !important;
  text-indent: 0 !important;
  font-family: "Futura New" !important;
  line-height: 20px !important;
}

.blogHTML strong {
  font-weight: 600 !important;
}

.blogHTML p {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .categories.mobileElement {
    position: relative;
    width: 90%;
    height: auto;
    display: none !important;
    flex-direction: column;
    margin: auto;
    font-size: 21px;
    line-height: 28px;
  }
  .sliderContainer .sliderGroupContainer {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  a.productViewContainer.book {
    width: 80% !important;
  }
  .productViewImageContainer {
    padding: 0px;
  }
  .sliderRightArrow.slick-arrow {
    right: 40% !important;
    top: calc(18% - 50px);
  }
  .sliderLeftArrow.slick-arrow {
    left: 40% !important;
    top: calc(18% - 50px);
  }
  iframe {
    position: relative;
    width: 100%;
  }
  .newsCategories {
    margin-top: 20px;
    width: 100%;
  }
  .articleTitle {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    padding: 0px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .articleBreadcrums {
    padding-left: 5%;
    width: 90%;
  }
  .newsRow {
    width: 100% !important;
    display: block;
  }
  .newsContainer.agendaContainer .newsRow {
    margin-bottom: 10px;
  }
  .newsContainer.agendaContainer {
    margin-bottom: 30px;
  }

  ol {
    padding-left: 21px;
  }
  .newsContainer {
    margin-top: 0px;
    width: 90%;
  }
  .newsContainer.agendaContainer {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  .articleRow {
    display: block;
    margin-top: 0px;
  }
  .articleSubTitle {
    margin-bottom: 12px;
    padding: 0px;
    width: 90%;
    margin: auto;
    margin-bottom: 0;
  }
  .articleColgado {
    margin-top: 0px;
    width: 90%;
    padding: 0px;
  }
  .blogSlider .sliderTitleContainer {
    margin-bottom: 3rem;
    font-size: 24px;
    padding-top: 3rem;
  }
  .newsContainer.agendaContainer .articleDate {
    margin: 0;
    margin-bottom: 30px;
  }
  #articlesContainer {
    display: block;
    margin-top: 15px;
    width: 85%;
  }
  .newsSummary p img {
    width: 100%;
    height: auto;
  }
  .figureBackgroundFirst {
    bottom: 8px;
  }
  .figureBackground {
    bottom: 46px !important;
  }
  .shortDescription {
    margin-left: 5%;
    width: 90%;
  }
  .newsCategory {
    margin-left: 5%;
    margin-top: 15px;
    letter-spacing: 0;
  }
  .newsTitle {
    letter-spacing: 0;
  }
  .news .newsSummary p,
  .newsSummary {
    letter-spacing: 0;
  }
  .newsTags .tag {
    letter-spacing: 0;
  }
}
