/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*** General ***/

a {
	color: transparent;
}

.videoTitle {
  text-align: center;
  margin-bottom: 15px!important;
  font-size: 1.2rem;
  margin-bottom: 50px !important;
}

.videoTitle span {
  font-size: 1.1rem;
  font-weight: lighter;
}

.video-js {
  margin-bottom: 1em;
}

.titleBlanco {
	color: #ffffff;
}
#politform a {
  color: var(--e-global-color-ec18834);
	font-family: "Roboto", Sans-serif;
}

/*** Equipo ***/
#equipo .elementor-cta__content {
  padding: 25px !important;
}

.equipo li {
  margin: 15px 0px;
}

/*** Producciones ***/
.producciones h3 {
    font-size: 1.5rem;
    color: var( --e-global-color-secondary );
    font-weight: 400;
}

.prod-programa h3 {
    background-color: var( --e-global-color-ec18834 );
    padding: 5px 5px 5px 10px;
	border-radius: 3px;
}