.timeline-Widget {
  max-width: 1200px;
  background-color: #f4f4f4 !important;
  border-radius: 5px;
}
#main-nav-menu.menu-color-fijo-scroll .search-bar input {
  box-shadow: 0 0 0 0.2em #000 inset;
}
.menu-color-fijo-scroll .search-btn {
  background: #000 !important;
}
.search-bar input:focus,
.search-bar input:valid {
  background: #fff;
  border-radius: 100px 0 0 100px;
  box-shadow: 0 0 0 0.1em #d9d9d9 inset !important;
  transform: scale(1);
}

.gradient-plus {
  transition: all 0.5s ease-out;
}
.gradient-plus::before {
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  transition: all 0.2s ease-out 0s;
  background: linear-gradient(transparent 5%, rgb(236 28 36) 100%);
}

.gradient-plus:hover::before {
  height: 100%;
}

.gradient-plus:hover svg {
  opacity: 1;
}

.gradient-plus:hover hr {
  display: none;
}

.timeline-Header.timeline-InformationCircle-widgetParent {
  display: none;
}

.social-links {
  position: relative;
  transition: 0.5s;
  float: right;
}

.cutblog {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cuttitle {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body {
  color: #231f20;
}

.social-links ul {
  margin: 0;
  padding: 0;
  bottom: 10px;
}

.social-links ul li {
  text-align: center;
  margin: 4px 0;
  list-style: none;
}

.social-links ul li a .fa {
  color: #fff;
  font-size: 22px;
  display: table;
  margin: 0 auto;
  padding-top: 15px;
  width: 50px;
  height: 35px;
}

.social-links ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.social-share {
  position: fixed;
  height: 300px;
  top: 25%;
  right: 0;
  z-index: 8;
  width: 3%;
}

.share-btn.hide-links {
  transform: rotatey(180deg);
  position: relative;
  right: 0;
}

.share-btn.show-links {
  transform: rotatey(0deg);
}

.share-btn {
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: relative;
  transition: 0.7s all ease-in;
  color: #ec1c24;
  font-size: 25px;
}

.noticias {
  position: absolute;
}
.hover_animation:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec1c24;
  z-index: -2;
}
.hover_animation:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #da1a21;
  transition: all 0.3s;
  z-index: -1;
}
.hover_animation:hover:before {
  width: 100%;
}
.hover_animation {
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.overlay {
  position: relative;
}
.overlay .contenido {
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}

.overlay::before {
  z-index: 4;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  transition: all 0.2s ease-out 0s;
  background: linear-gradient(transparent 7%, rgb(0 0 0) 100%);
}
.overlay:hover::before {
  height: 30%;
}
.overlay:hover .contenido {
  opacity: 0;
}

.box {
  width: 100%;
  height: 100%;

  overflow: hidden;
}

.box-small {
  width: 100%;
  height: 195px;
  overflow: hidden;
}

.box img,
.box-small img {
  width: 100%;
  height: auto;
}

@supports (object-fit: cover) {
  .box img {
    height: auto;
    object-fit: contain;
    object-position: top center;
    background: #000;
  }

  .box-small img {
    height: auto;
    object-fit: cover;
    object-position: center center;
  }
}

a.ytp-impression-link,
.ytp-impression-link {
  display: none !important;
}

.slider-main {
  z-index: 9 !important;
}

.timeline-Footer.u-cf {
  display: none;
}

.text-black {
  color: black !important;
}

.owl-nav {
  position: absolute !important;
  z-index: 7;
  top: 50%;
  width: 93%;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: flex;
  color: #fff;
}

button .slider-main {
  background: #ffffff3b !important;
  color: inherit;
  border: none;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 20px 23px !important;
}

.opinion-carousel .owl-nav,
.responsive-carousel .owl-nav {
  width: 100%;
  top: 40%;
}

.medios-carousel .owl-nav,
.instituciones-carousel .owl-nav {
  width: 100%;
  top: 27%;
}

.slider-red {
  background: #ec1c24;
  padding: 30px 5px;
}

.slider-red.logos {
  background: transparent;
  padding: 30px 5px;
}

button.owl-next {
  position: absolute;
  right: 0;
}
button.owl-prev {
  position: absolute;
  left: 0;
}
.owl-button {
  position: absolute;
  top: 66%;
  left: 12%;
}

.slider-main .owl-dots {
  display: none;
}
img.pc,
.img-pc {
  display: block;
}

.mobile,
.img-mobile {
  display: none !important;
}

.bottom-6.z-\[3\].text-white.w-\[100\%\].text-center {
  transition: all 0.5s ease-out;
}
link_mobile {
  display: none;
}

@media (max-width: 600px) {
  .mobile,
  .img-mobile {
    display: block !important;
  }
  .descrip {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  link_mobile {
    display: flex;
  }
  #main-nav-menu svg {
    fill: #000 !important;
  }
  #conten {
    padding-top: 83px;
  }
  img.pc,
  .noticias.pc,
  .img-pc {
    display: none !important;
  }

  #main-nav-menu #main-logo {
    content: url('/themes/custom/tailcecev/logo-1.svg') !important;
  }

  .owl-button {
    position: absolute;
    top: 78%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }

  .social-share {
    position: fixed;
    height: 300px;
    top: 25%;
    right: 0;
    z-index: 8;
    width: 12%;
  }

  .box-small {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }

  .opinion-carousel.small-slider .owl-nav {
    width: 104%;
    top: 20%;
    margin-left: -7px;
  }

  .opinion-carousel.small-slider .slider-red {
    padding: 2vh 5px;
  }

  .day-mobile {
    min-width: 25% !important;
  }
}

ul.pager__items.js-pager__items {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.pagination {
  position: relative;
}
li.pager__item a {
  position: relative;
  display: inline-block;
  color: #999;
  text-decoration: none;
  font-size: 1rem;
  padding: 7px 14px 7px;
}
li.pager__item a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  top: 0;
  left: 0;
  background-color: #d53937;
  border-radius: 24px;
  transform: scale(0);
  transition: all 0.2s;
}
li.pager__item a:hover,
li.pager__item.is-active a {
  color: #fff;
}
li.pager__item a:hover:before,
li.pager__item.is-active a:before {
  transform: scale(1);
}
li.pager__item.is-active {
  color: #fff;
}
li.pager__item.is-active:before {
  transform: scale(1);
}
.pagination-newer {
  margin-right: 50px;
}
.pagination-older {
  margin-left: 50px;
}

.cuttitle {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cuttitle-two {
  height: 49px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
}

.tabs {
  position: relative;
}

.tabs:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tabs .--hidden {
  display: none;
}

.tabs a,
.tabs button {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  color: #faf3dd;
  background-color: transparent;
}

.tabs .-primary {
  display: flex;
  width: 100%;
  border-right: 1px solid #e4e4e4;
}

.tabs .-primary > li {
  flex-grow: 1;
  background-color: transparent;
  box-sizing: border-box;
}

.tabs .-primary > li > a,
.tabs .-primary > li > button {
  white-space: nowrap !important;
  display: flex;
  padding: 0.7em 0.6em;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
}

.tabs .-primary > li > a:hover,
.tabs .-primary > li > button:hover {
  background-color: #f0f0f0;
  color: #ea212e;
}

.tabs .-primary > li > a:active,
.tabs .-primary > li > button:active {
  background-color: #f0f0f0;
  color: #ea212e;
}

.tabs .-primary .-more > button span {
  display: inline-block;
  transition: transform 0.2s;
}

.tabs.--show-secondary .-primary .-more > button span {
  transform: rotate(135deg);
  color: red;
}

.tabs .-secondary {
  max-width: 100%;
  min-width: 10em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
  animation: nav-secondary 0.2s;
}

.tabs .-secondary li {
  background-color: #fff;
  padding: 3px 20px;
}

.tabs .-secondary a,
.tabs .-secondary button {
  padding: 0.6em;
  text-align: left;
}

.tabs .-secondary a:hover,
.tabs .-secondary button:hover {
  color: #ea212e;
}

.tabs .-secondary a:active,
.tabs .-secondary button:active {
  color: #ea212e;
}

.tabs.--show-secondary .-secondary {
  display: block;
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.tabs a,
.tabs button {
  color: #383838;
}

.slider-main {
  z-index: 9 !important;
}

.timeline-Footer.u-cf {
  display: none;
}

.text-black {
  color: black !important;
}

.owl-nav {
  position: absolute !important;
  z-index: 7;
  top: 33%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

button .slider-main {
  background: #ea212e !important;
  color: inherit;
  border: none;
  display: flex;
  align-items: center;
  padding: 30px 9px !important;
}

.cuteaser {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cutopinion {
  height: 65px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 600px) {
  img,
  video {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
