/* -------------------------- */
/* 	1. HEADING                */
/* -------------------------- */

.encabezado-wrapper::before {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    margin: 0 auto 24px auto; 
    background: linear-gradient(
      to right, 
      #d9d9d9 0%,     
      #d9d9d9 35%,
      #9b192d 35%,    
      #9b192d 65%,
      #d9d9d9 65%,   
      #d9d9d9 100%
    );
}
.encabezado-wrapper > h2 {
  margin: 0;
  line-height: 1.2;
}

.encabezado-wrapper > h3 {
  letter-spacing: 1.5px;
  margin-top: 8px;
}

/* -------------------------- */
/* 	2. MULTIMEDIA             */
/* -------------------------- */

@media (max-width:992px) {
	.list__video {
		background-image: linear-gradient(90deg, var(--e-global-color-text) 100%, #FDF8ED00 100%) !important;
		border-top-right-radius: 24px !important;
	}
}

@media (min-width: 992px) {
	.img-acred {
		background-image: linear-gradient(180deg, #E8A13400 80%, var(--e-global-color-accent) 40%) !impoortant;
	}
}

.site-footer {
	padding-block-end: 0rem !important;
    padding-block-start: 0rem !important;
}

#adminmenu li.wp-menu-separator {
	height: 2px !important;
	background-color: #484A4C !important;
}

.vertical__title {    transform: rotate(-90deg);
    transform-origin: top left;
}

/* estilo de imagen de noticias home */
img.jet-smart-listing__post-thumbnail-img.post-thumbnail-img-simple.wp-post-image {
    height: 120px;
	object-fit:cover !important;
}
