/* GENERALES */

.el-buscador .buscador-enviar button,
.el-buscador .buscador-enviar input{
	background-color: #000 !important;
	color: #fff !important;
}

@keyframes live {
  from {color: rgba(255,255,255,1);}
  to {color: rgba(255,255,255,.7);}
}

/* EN VIVO */

.en-vivo::after {
    content: 'en vivo';
    position: absolute;
    right: -45px;
    top: 42px;
    text-align: center;
	font-size:13px;
    display: inline-block;
    background-color: #2F2C8A;
    color: #fff;
    padding: 12px 14px;
    border-radius: 2px;
	
	animation-name: live;
    animation-duration: .8s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in;
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #4a7eba !important;
}


/* DESTACADOS */

.paginacion-destacados {
  text-align: center;
}

.paginacion-destacados ul {
  display: block;
  width: 100%
}

.paginacion-destacados ul  form {
  width: 100%;
}

.paginacion-destacados ul li:first-child {
  float: left;
}

.paginacion-destacados ul li:last-child {
  float: right;
}

.paginacion-destacados ul li a {
  color: #fff;
  font-weight: 900;
  border: 1px solid #fff;
  background: rgba(46, 86, 132, 0.6);
  margin: 0 5px;

}

/* ARCHIVES */

.resultado-wrap {
  position: relative;
  margin-bottom: 30px;
}

.resultado-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.resultado-img {
  margin: 0;
}

.resultado-content h3 {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 1.2em;
  background-color: rgba(46, 86, 132, 0.6);
  padding: 15px;
  width: 100%;
  line-height: 1.4em;
  font-size: 1em;
}

.resultado-content h3 a {
  color: #fff;
}

/* PAGINACIÓN */

.paginacion {
  text-align: center;
}

.paginacion-inner {
  display: inline-block;
}

/* TOP */

#g-top {
  background-color: #000;
  color: #000;
  box-shadow: 0px 0px 0px rgba(0,0,0,.2)
  font-weight: 800;
  font-size: .9rem;
  position: relative
	  
}

COLOR DE LOS ICONOS Y TEXTOS EN MENÚ #g-top a {
  color: #fff;
}


/* HEADER */


#g-header {
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

#g-header a {
  color: #000;
  font-weight: 100;
	
}

.g-social a {
  color: #fff;
  background: none;
  border: none;
  padding-top: 25px
}


/* BUSCADOR - FEATURE */

#g-feature {
  padding-top: 50px;
  background-color: #444444;
}

.elementor-row .el-buscador label {
  color: #fff;
}

/* SINGLE VIDEO */

.video-descripcion {
  padding: 30px 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: justify;
  font-size: 1.1rem;
}

.video-tags {
  max-width: 700px;
  margin: 0 auto;
}

.single-video #g-main {
  padding-top: 0;
}

.video-titulo {
 /* box-shadow: 1px 1px 7px rgba(0,0,0,.1);*/
  padding: 15px 15px 20px 15px;
}

.video-titulo h1 {
	color: #eeeeee;
  	margin: 0 0 0 5px;
}

.video-player {
  border: 0px solid #fff;
}

.video-fecha {
 	color: #999;
}

.video-creadores {
	padding-left: 15px;
	padding-right: 15px;
  	background-color: #444444;
  	color: #fff;
}

.video-creadores .col-md-6 {
	padding-top: 24px;
	padding-bottom: 24px;
  border: 0px solid #444444;
}

.video-datos ul{
  margin: 0;
  list-style: none;
  border: 0px solid #ddd;
}

.video-participantes, .video-creditos {
  margin-top: 30px;
  border: 0px solid #ddd;
  padding: 15px;
}

.video-datos li {
  padding: 15px 5px;
  border-bottom: 0px solid #ddd;
}




.video-tags {
  background-color: #444444;
  padding: 15px;
}


/* VIDEO CENTRADO */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }




/* MENÚ */

.g-main-nav {
  border-bottom: 0px solid #e31414;
}

.outline-home .g-main-nav {
  border-bottom: none;
}




/* SHOWCASE */


#g-showcase {
  padding: 0;
}


/* DESTACADOS */

.destacado-wrap {
  position: relative;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.texto-sobre .destacado-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.texto-sobre .destacado-content h3 {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 1.2em;
  background-color: rgba(46, 86, 132, 0.6);
  padding: 15px;
  width: 100%;
  line-height: 1.4em;
  font-size: 1em;
}

.texto-sobre .destacado-content h3 a {
  color: #fff;
}

.texto-sobre .destacado-img {
  width: 100%;
}



/* RECOMENDADOS */

.texto-sobre .elementor-image-box-content {
  position: absolute;
  bottom: 0;
}

.texto-sobre .elementor-image-box-img img {
  width: 100%;
}

.texto-sobre .elementor-image-box-content h3 {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 1.2em;
  background-color: rgba(46, 86, 132, 0.6);
  padding: 15px;
}
