*{
  box-sizing: border-box;
}
img{
  display: block;
  max-width: 100%;
}
body{
  margin: 0;
  font-family: Arial;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Exo 2', sans-serif;
}
.section--titulo{
  text-align: center;
  font-size: 25px;
  color: rgb(244, 110, 24);
}

.contenedor{
  margin: auto;
  width: 100%;
}

/*----------------Estilos del header----------------*/
.hylogo{
  width: 100%;
  height: 110px;
  background: #3F51B5;
  color: #fff;
  border-bottom: 1px solid #fff; 
}

.hylogo .T{
  padding: 20px;
  margin-top: 0;
  text-align: center;
}

.header{
  padding: 1px;
  height: 70px;
  background: #3F51B5;
}
.header .contenedor{
  display: flex;
  justify-content: space-between;
}

.horario{
  padding: 20px;
  text-align: center;
  width: 100%;
  color: #000;
  margin-top: -3px;
}

.logo{
  width: 95px;
  height: 55px;
  padding: 0;
}
.icon-menu{
  margin: 15px;
  float: right;
}

.icon-menu {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background: rgb(244, 110, 24);
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  cursor: pointer;
}

/*----------------------Estilos del menu----------------------*/
.nav{
  position: absolute;
  top: 165px;
  left: -100%;
  width: 30%;
  transition: all 0.4s;
  z-index: 100;
}
.menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu--link{
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-family: 'Exo 2', sans-serif;
}
.menu--link:hover, .select {
  color: rgb(244, 110, 24);
}
.mostrar{
  left: 0;
}

.contenedor-menu{
  width: 60%;
  margin-left: 400px;
}

/*---------------estilos del banner donde esta la imagen---------------*/

.fondo-inicio{
  width: 100%;
  height: 600px;
  margin-top: -100px;
}

.img--coneczion{
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-25%);
}

.banner{
  margin-top: -60px;
  position: relative;
  z-index: -1000;
}

.banner .contenedor{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  color: rgb(8, 230, 252);
  text-align: center;
}

.contenedorNoticias{
  position: relative;
  margin: auto;
  width: 500px;
  height: 240px;
  background-image: url(../img/CNoticias.jpg);
  background-size: 100% 100%;
  overflow: hidden;
  color: #fff;
}

.contenedorNoticias h1{
  position: absolute;
  left: 400px;
  top: 70px;
}
.contenedorNoticias .boton{
  position: absolute;
  left: 900px;
  top: 200px;
  text-decoration: none;
  padding: 40px;
  background: red;
  color: #fff;
}


.tamaño-radio{
  position: absolute;
  width: 320px;
  height: 420px;
  right: 20px;
  bottom: 50px; 
  top: 275px;
  background: red;
}


/*-----------estilos de programas-----------*/
.img--programa{
    width: 100%;
}

.img--p{
  width: 200px;
  margin-top: 100px;
  margin-left: 80px;
}

.img--pq{
  position: relative;
  top: -590px;
  margin-top: 90px;
  margin-left: 1050px;
  display: block;
  width: 200px;
}

.titulop{
  width: 100%;
  text-align: center;
  color: #1A237E;
}
/*============================NOTICIAS -- BANNER==================================*/

.noticias__banner{
  width: 100%;
  height: 300px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 70%;
  height: 200px;
  top: 50px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 200px;
  display: inline-block;
  margin-left: 30px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*------------noticias---------------------------------*/
.noticias{
  width: 100%;
  height: 300px;
  background-image: url(../img/prueba.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.noticias{
  display: block;
  margin-top: -29px;
}

.Cnoticias{
  position: relative;
  left: 40%;
  top: 50%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 35px;
}

.boton:hover {

  background: #FF6F00;
  color: #fff;
  font-size: 22px;
}

.boton{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
}
/*---------------------fin noticias---------------------------------*/
/*==============================ESTILODE SLIDER=====================================*/
.theme-slider .nivoSlider{
  position: relative;
  z-index: -100;
}

.theme-slider .nivoSlider{
  border: 0;
  display: block;
}

.nivo-controlNav{
  display: flex;
  justify-content: center;
}

.theme-slider .nivo-control{
  display: block;
  width: 18px;
  height: 18px;
  background: #3F51B5;
  border-radius: 50%;
  margin: 5px;
  text-indent: -9999px;
}

.theme-slider .nivo-control:hover{
  background: #f3f3f3;
}

.theme-slider .active{
  background: #f3f3f3;
} 

/*agregando las flechitas ==============*/
.nivo-directionNav a{
  display: block;
  width: 30px;
  height: 30px;
}

.nivo-directionNav .nivo-prevNav{
  background-image: url(../img/icono/izquierda.png);
  background-size: cover;
  text-indent: -9999px;
  left: 6px;
}

.nivo-directionNav .nivo-nextNav{
  background-image: url(../img/icono/derecha.png);
  background-size: cover;
  text-indent: -9999px;
  right: 6px;
}
/*==============================FIN ESTILODE SLIDER=================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}
.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 15px;
  margin-left: 35px;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 30%;
  float: left;
  padding: 5px;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2%;
  margin-bottom: 20px;
  display: inline-block;
}

.programa__imagen{
  width: 30%;
  margin: auto;
}

.T_programas{
  text-align: center;
  margin-bottom: 3px;
}
.txt_programas{
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*-----------ESTILOS DEL TEXTO QUIENES SOMOS-----------*/

#contenido-texto{
  width: 90%;
  margin: 0 auto;
}

.contenido{
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
  display: block;
}

.titulo-Q{
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  background: #FB8C00;
  font-size: 20px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.38);
  box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.38);
  color: #fff;
  text-align: center;
}

.texto{
  background: #3F51B5;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  text-align: center;
}

.text-valores{
  background: #3F51B5;
  padding: 20px;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

/*-------------PARRILLA DE PROGRAMACION-------------*/
/*estilo al titulo*/
.titulo-P:hover {
  background: #FF6F00;
  color: #fff;
  font-size: 32px;
}
.a-titulo-P{
  text-decoration: none;
}
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 1000px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  width: 30%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 429px;
  top: -977px;
}

.acordeon__contenedord{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 849px;
  top: -1654px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 150px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 150px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/*-------------FIN DE PARRILLA DE PROGRAMACION-------------*/
/*----------IMAGEN DEL EQUIPO DE TRABAJO CONECZION---------*/
.e-coneczion{
  width: 100%;
  height: 750px;
  background-image: url(../img/Equipo.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/*----------FIN IMAGEN DEL EQUIPO DE TRABAJO CONECZION---------*/

.C_B_programa{
 position: relative;
 width: 100%;
 height: 50px;
 display: block;
 margin: 0 auto;
 margin-top: 5%;
}

.boton_inicio:hover{
background: #FF6F00;
font-size: 26px;
}

.boton_inicio{
position relative;
display: block;
width: 30%;
padding: 0.5em;
border-radius:5px;
 text-align: center;
 text-decoration:none;
 background: #3F51B5;
 font-family: 'Exo 2', sans-serif;
 font-size: 25px;
 color: #fff;
 margin: 0 auto; 
}


/*----------------pie de pagina ----------------*/

.social{
  width: 100%;
  background: #333;
  padding: 30px;
}


.social ul  a img{
  position: relative;
  padding: 20px;
  display: inline-block;
  left: 39%;
  transform: translate(-50%, -20%);
}

.copy{

  text-align: center;
  color: #fff;
  font-size: 18px;
}

/*--------------estilos responsive--------------*/
@media (min-width:320px) and (max-width: 360px){

/*------INDEX ADAPTATIVE---*/
/*------- NAVEGACION DE LA PAGINA --------*/
.nav{
  box-sizing: border-box;
  top: 10%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-family: 'Exo 2', sans-serif;
}
/*------- FIN NAVEGACION DE LA PAGINA ----*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 830px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 70%;
  height: 200px;
  top: 50px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 190px;
  display: inline-block;
  margin-left: 30px;
}
/*==========================NOTICIAS -- BANNER====================================*/
.theme-slider .nivoSlider{
  position: relative;
  top: 0px;
  z-index: -100;
}
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 95%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 35%;
  float: left;
}

.programacion__titulo{
  font-size: 1.5em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
}

.contenedor_programa{
  width: 95%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 6%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  float: left;
}

.T_programas{
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
.boton_inicio:hover{
background: #FF6F00;
font-size: 21px;
}

.boton_inicio{
position relative;
display: block;
width: 50%;
padding: 0.5em;
border-radius:5px;
 text-align: center;
 text-decoration:none;
 background: #3F51B5;
 font-family: 'Exo 2', sans-serif;
 font-size: 20px;
 color: #fff;
 margin: 0 auto; 
}

/*-----IMAGENES AL INICIO---*/ 
  .fondo-inicio{
    top: -106px;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
  }

   .img--coneczion{
    width: 60%;
    position: relative;
    margin: auto;
    top: 290px;
    left: 40%;
}

  .img--p{
    position: relative;
    top: -100px;
    width: 130px;
    margin-top: 10px;
    margin-left: 80px;
    margin: auto;
  }

  .img--pq{
    margin: auto;
    top: 10px;
    display: flex;
    width: 130px
  }
/*-----FIN IMAGENES AL INICIO---*/
/*---------- IMAGEN DEL SEÑOR ---------*/

.noticias{
  margin-top: 25px;
  width: 100%;
  height: 300px;
  background-image: url(../img/prueba.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 23px;
}

.boton{
  background: #3F51B5;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
}
/*---------- FIN IMAGEN DEL SEÑOR -----*/
/*----------- PARRILLA DE PROGRAMACION -------*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

.acordeon{
  box-sizing: border-box;
  width: 90%;
  height: 1700px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  margin: auto;
  width: 90%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 16px;
  top: 0px;
}

.acordeon__contenedord{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 16px;
  top: 0;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 18px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/*----------- FIN PARRILLA DE PROGRAMACION -------*/
/* -------IMAGEN DE GRUPO DE CONECZION -----------------*/
.e-coneczion{
  margin-top: 70%;
  width: 100%;
  height: 500px;
  background-image: url(../img/Equipo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
/*-------FIN IMAGEN DE GRUPO DE CONECZION -----------------*/
/*--------------------- INICIO DE FOOTER ------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 20%;
    transform: translate(-65%, -10%);
}

.copy{

  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*--------------------- FIN INICIO DE FOOTER ------------------*/
/*------FIN INDEX ADAPTATIVE---*/
  .programa{
    height: 870px;
    background-size: auto 870px;
  }
  .programacion--columna{
    width: 70%;
    margin-left: 15%;
  }
  /*quienes somos*/
  .qimg1{
    height: 230px;
    background-size: auto 250px;
  }

  #Radio{
  position: relative;
  margin-left: 220px;
  }
.tamaño-radio{
  position: absolute;
  width: 320px;
  height: 80px;
  right: 20px;
  bottom: 50px; 
  top: 50px;
  }
  /*estilos de la imagen equipo de trabajo*/
#e-trabajo{
  position: relative;
  height: 200px;
  background-image: url(file:///D:/ProyectoConnetZion/img/Equipo.jpg);
  background-size: 350px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.quienes--columnas{
  width: 310px;
  margin: auto;
  background: rgba(245, 113, 16, .9);
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.quienes--titulo{
  text-align: center;
  font-size: 25px;
}

.quienes--txt{
  font-size: 20px;
  text-align: center;
}

.quienes--lista{
  font-size: 20px;
}
}
/*---------------------------------------------------------------------------*/

@media (min-width:375px) and (max-width: 414px){
  /*------INDEX ADAPTATIVE---*/

/*------- NAVEGACION DE LA PAGINA --------*/
.nav{
  box-sizing: border-box;
  top: 5%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-family: 'Exo 2', sans-serif;
}
/*------- FIN NAVEGACION DE LA PAGINA ----*/
.boton_inicio:hover{
background: #FF6F00;
font-size: 21px;
}

.boton_inicio{
position relative;
display: block;
width: 50%;
padding: 0.5em;
border-radius:5px;
 text-align: center;
 text-decoration:none;
 background: #3F51B5;
 font-family: 'Exo 2', sans-serif;
 font-size: 20px;
 color: #fff;
 margin: 0 auto; 
}
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 900px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 70%;
  height: 200px;
  top: 50px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 200px;
  display: inline-block;
  margin-left: 30px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 95%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 95%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 6%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  float: left;
}

.T_programas{
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*-----IMAGENES AL INICIO---*/ 
  .fondo-inicio{
    top: -106px;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
  }

   .img--coneczion{
    width: 60%;
    position: relative;
    margin: auto;
    top: 280px;
    left: 40%;
}

  .img--p{
    position: relative;
    top: -120px;
    width: 130px;
    margin-top: 10px;
    margin-left: 80px;
    margin: auto;
  }

  .img--pq{
    margin: auto;
    top: -10px;
    display: flex;
    width: 130px
  }
/*-----FIN IMAGENES AL INICIO---*/
/*---------- IMAGEN DEL SEÑOR ---------*/

.noticias{
  margin-top: 25px;
  width: 100%;
  height: 300px;
  background-image: url(../img/prueba.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 23px;
}

.boton{
  background: #3F51B5;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/*---------- FIN IMAGEN DEL SEÑOR -----*/
/*----------- PARRILLA DE PROGRAMACION -------*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

.acordeon{
  box-sizing: border-box;
  width: 90%;
  height: 2050px;
  margin-top:-25px;
  margin: auto;
}

.acordeon__contenedor{
  margin: auto;
  width: 90%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 16px;
  top: 0px;
}

.acordeon__contenedord{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 16px;
  top: 0;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 18px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/*----------- FIN PARRILLA DE PROGRAMACION -------*/
/* -------IMAGEN DE GRUPO DE CONECZION -----------------*/
.e-coneczion{
  margin-top: 70%;
  width: 100%;
  height: 570px;
  background-image: url(../img/Equipo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
/*-------FIN IMAGEN DE GRUPO DE CONECZION -----------------*/
/*--------------------- INICIO DE FOOTER ------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 20%;
    transform: translate(-65%, -10%);
}

.copy{

  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*--------------------- FIN INICIO DE FOOTER ------------------*/
/*------FIN INDEX ADAPTATIVE---*/
  .programa{
    height: 870px;
    background-size: auto 870px;
  }
  .programacion--columna{
    width: 70%;
    margin-left: 15%;
  }
  /*quienes somos*/
  .qimg1{
    height: 230px;
    background-size: auto 250px;
  }

  #Radio{
  position: relative;
  margin-left: 220px;
  }
.tamaño-radio{
  position: absolute;
  width: 320px;
  height: 80px;
  right: 20px;
  bottom: 50px; 
  top: 50px;
  }
  /*estilos de la imagen equipo de trabajo*/
#e-trabajo{
  position: relative;
  height: 200px;
  background-image: url(file:///D:/ProyectoConnetZion/img/Equipo.jpg);
  background-size: 350px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.quienes--columnas{
  width: 310px;
  margin: auto;
  background: rgba(245, 113, 16, .9);
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.quienes--titulo{
  text-align: center;
  font-size: 25px;
}

.quienes--txt{
  font-size: 20px;
  text-align: center;
}

.quienes--lista{
  font-size: 20px;
}
}
/*----------------------------------------------------------------------------*/
@media (min-width:415px) and (max-width: 425px){
    /*------INDEX ADAPTATIVE---*/

/*------- NAVEGACION DE LA PAGINA --------*/
.nav{
  box-sizing: border-box;
  top: 25%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-family: 'Exo 2', sans-serif;
}
/*------- FIN NAVEGACION DE LA PAGINA ----*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 900px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 70%;
  height: 200px;
  top: 50px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 200px;
  display: inline-block;
  margin-left: 30px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 95%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 95%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 6%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  float: left;
}

.T_programas{
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*-----IMAGENES AL INICIO---*/ 
  .fondo-inicio{
    top: -106px;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
  }

   .img--coneczion{
    width: 60%;
    position: relative;
    margin: auto;
    top: 280px;
    left: 40%;
}

  .img--p{
    position: relative;
    top: -120px;
    width: 130px;
    margin-top: 10px;
    margin-left: 80px;
    margin: auto;
  }

  .img--pq{
    margin: auto;
    top: -10px;
    display: flex;
    width: 130px
  }
/*-----FIN IMAGENES AL INICIO---*/
/*---------- IMAGEN DEL SEÑOR ---------*/

.noticias{
  margin-top: 25px;
  width: 100%;
  height: 300px;
  background-image: url(../img/prueba.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 23px;
}

.boton{
  background: #3F51B5;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/*---------- FIN IMAGEN DEL SEÑOR -----*/
/*----------- PARRILLA DE PROGRAMACION -------*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

.acordeon{
  box-sizing: border-box;
  width: 90%;
  height: 2050px;
  margin-top:-25px;
  margin: auto;
}

.acordeon__contenedor{
  margin: auto;
  width: 90%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 16px;
  top: 0px;
}

.acordeon__contenedord{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 16px;
  top: 0;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 18px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/*----------- FIN PARRILLA DE PROGRAMACION -------*/
/* -------IMAGEN DE GRUPO DE CONECZION -----------------*/
.e-coneczion{
  margin-top: 70%;
  width: 100%;
  height: 570px;
  background-image: url(../img/Equipo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
/*-------FIN IMAGEN DE GRUPO DE CONECZION -----------------*/
/*--------------------- INICIO DE FOOTER ------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 20%;
    transform: translate(-65%, -10%);
}

.copy{

  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*--------------------- FIN INICIO DE FOOTER ------------------*/
/*------FIN INDEX ADAPTATIVE---*/
  .programa{
    height: 870px;
    background-size: auto 870px;
  }
  .programacion--columna{
    width: 70%;
    margin-left: 15%;
  }
  /*quienes somos*/
  .qimg1{
    height: 230px;
    background-size: auto 250px;
  }

  #Radio{
  position: relative;
  margin-left: 220px;
  }
.tamaño-radio{
  position: absolute;
  width: 320px;
  height: 80px;
  right: 20px;
  bottom: 50px; 
  top: 50px;
  }
  /*estilos de la imagen equipo de trabajo*/
#e-trabajo{
  position: relative;
  height: 200px;
  background-image: url(file:///D:/ProyectoConnetZion/img/Equipo.jpg);
  background-size: 350px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.quienes--columnas{
  width: 310px;
  margin: auto;
  background: rgba(245, 113, 16, .9);
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.quienes--titulo{
  text-align: center;
  font-size: 25px;
}

.quienes--txt{
  font-size: 20px;
  text-align: center;
}

.quienes--lista{
  font-size: 20px;
}
}

@media (min-width: 425px) and (max-width: 480px){
/*------INDEX ADAPTATIVE---*/
/*------- NAVEGACION DE LA PAGINA --------*/
.nav{
  box-sizing: border-box;
  top: 10%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
}
/*------- FIN NAVEGACION DE LA PAGINA ----*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 870px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 70%;
  height: 200px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 210px;
  display: inline-block;
  margin-left: 50px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 6%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  float: left;
}

.T_programas{
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*-----IMAGENES AL INICIO---*/ 
  .fondo-inicio{
    top: -106px;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
  }

   .img--coneczion{
    width: 60%;
    position: relative;
    margin: auto;
    top: 280px;
    left: 35%;
}

  .img--p{
    position: relative;
    top: -140px;
    width: 130px;
    margin-top: 10px;
    margin-left: 80px;
    margin: auto;
  }

  .img--pq{
    margin: auto;
    top: -30px;
    display: flex;
    width: 130px
  }
/*-----FIN IMAGENES AL INICIO---*/
/*---------- IMAGEN DEL SEÑOR ---------*/

.noticias{
  margin-top: 25px;
  width: 100%;
  height: 300px;
  background-image: url(../img/prueba.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 23px;
}

.boton{
  background: #3F51B5;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/*---------- FIN IMAGEN DEL SEÑOR -----*/
/*----------- PARRILLA DE PROGRAMACION -------*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

.acordeon{
  box-sizing: border-box;
  width: 90%;
  height: 2350px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  margin: auto;
  width: 90%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 21px;
  top: 0px;
}

.acordeon__contenedord{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 21px;
  top: 0;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 18px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
  font-family: 'Exo 2', sans-serif;
}

.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/*----------- FIN PARRILLA DE PROGRAMACION -------*/
/* -------IMAGEN DE GRUPO DE CONECZION -----------------*/
.e-coneczion{
  margin-top: 70%;
  width: 100%;
  height: 680px;
  background-image: url(../img/Equipo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
/*-------FIN IMAGEN DE GRUPO DE CONECZION -----------------*/
/*--------------------- INICIO DE FOOTER ------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 27%;
    transform: translate(-65%, -10%);
}

.copy{

  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
}
/*--------------------- FIN INICIO DE FOOTER ------------------*/
/*------FIN INDEX ADAPTATIVE---*/
  .programa{
    height: 870px;
    background-size: auto 870px;
  }
  .programacion--columna{
    width: 70%;
    margin-left: 15%;
  }
  /*quienes somos*/
  .qimg1{
    height: 230px;
    background-size: auto 250px;
  }

  #Radio{
  position: relative;
  margin-left: 220px;
  }
.tamaño-radio{
  position: absolute;
  width: 320px;
  height: 80px;
  right: 20px;
  bottom: 50px; 
  top: 50px;
  }
  /*estilos de la imagen equipo de trabajo*/
#e-trabajo{
  position: relative;
  height: 200px;
  background-image: url(../img/Equipo.jpg);
  background-size: 350px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.quienes--columnas{
  width: 310px;
  margin: auto;
  background: rgba(245, 113, 16, .9);
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.quienes--titulo{
  text-align: center;
  font-size: 25px;
}

.quienes--txt{
  font-size: 20px;
  text-align: center;
}

.quienes--lista{
  font-size: 20px;
}
}

@media (min-width: 480px) and (max-width: 500px){
  /*------INDEX ADAPTATIVE---*/
/*------- NAVEGACION DE LA PAGINA --------*/
.nav{
  box-sizing: border-box;
  top: 10%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
}
/*------- FIN NAVEGACION DE LA PAGINA ----*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 800px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 70%;
  height: 200px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 190px;
  display: inline-block;
  margin-left: 70px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 6%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  float: left;
}

.T_programas{
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*-----IMAGENES AL INICIO---*/ 
  .fondo-inicio{
    top: -106px;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
  }

   .img--coneczion{
    width: 50%;
    position: relative;
    margin: auto;
    top: 285px;
    left: 30%;
}

  .img--p{
    position: relative;
    top: -130px;
    width: 130px;
    margin-top: 10px;
    margin-left: 80px;
    margin: auto;
  }

  .img--pq{
    margin: auto;
    top: -15px;
    display: flex;
    width: 130px
  }
/*-----FIN IMAGENES AL INICIO---*/
/*---------- IMAGEN DEL SEÑOR ---------*/

.noticias{
  margin-top: -19px;
  width: 100%;
  height: 300px;
  background-image: url(../img/prueba.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 23px;
}

.boton{
  background: #3F51B5;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/*---------- FIN IMAGEN DEL SEÑOR -----*/
/*----------- PARRILLA DE PROGRAMACION -------*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

.acordeon{
  box-sizing: border-box;
  width: 90%;
  height: 2400px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  margin: auto;
  width: 90%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 21px;
  top: 0px;
}

.acordeon__contenedord{
  width: 90%;
  background: #3F51B5;
  position: relative;
  left: 21px;
  top: 0;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 18px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
  font-family: 'Exo 2', sans-serif;
}

.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/*----------- FIN PARRILLA DE PROGRAMACION -------*/
/*--------------------- INICIO DE FOOTER ------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 27%;
    transform: translate(-65%, -10%);
}

.copy{

  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
}
/*--------------------- FIN INICIO DE FOOTER ------------------*/
/*------FIN INDEX ADAPTATIVE---*/
}

@media (min-width: 500px) and (max-width: 550px){
    /*------INDEX ADAPTATIVE---*/
/*------- NAVEGACION DE LA PAGINA --------*/
.nav{
  box-sizing: border-box;
  top: 10%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
}
/*------- FIN NAVEGACION DE LA PAGINA ----*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 830px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 70%;
  height: 200px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 200px;
  display: inline-block;
  margin-left: 80px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 6%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  float: left;
}

.T_programas{
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*-----IMAGENES AL INICIO---*/ 
  .fondo-inicio{
    top: -106px;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
  }

   .img--coneczion{
    width: 50%;
    position: relative;
    margin: auto;
    top: 285px;
    left: 30%;
}

  .img--p{
    position: relative;
    top: -130px;
    width: 130px;
    margin-top: 10px;
    margin-left: 80px;
    margin: auto;
  }

  .img--pq{
    margin: auto;
    top: -15px;
    display: flex;
    width: 130px
  }
/*-----FIN IMAGENES AL INICIO---*/
/*---------- IMAGEN DEL SEÑOR ---------*/

.noticias{
  margin-top: 25px;
  width: 100%;
  height: 300px;
  background-image: url(../img/prueba.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 23px;
}

.boton{
  background: #3F51B5;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/*---------- FIN IMAGEN DEL SEÑOR -----*/
/*----------- PARRILLA DE PROGRAMACION -------*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

.acordeon{
  box-sizing: border-box;
  width: 90%;
  height: 2170px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  margin: auto;
  width: 70%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 70%;
  background: #3F51B5;
  position: relative;
  left: 74px;
  top: 0px;
}

.acordeon__contenedord{
  width: 70%;
  background: #3F51B5;
  position: relative;
  left: 74px;
  top: 0;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 18px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
  font-family: 'Exo 2', sans-serif;
}

.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/*----------- FIN PARRILLA DE PROGRAMACION -------*/
/*--------------------- INICIO DE FOOTER ------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 27%;
    transform: translate(-65%, -10%);
}

.copy{

  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
}
/*--------------------- FIN INICIO DE FOOTER ------------------*/ 
}

@media (min-width: 550px) and (max-width: 600px){
/*------INDEX ADAPTATIVE---*/
/*------- NAVEGACION DE LA PAGINA --------*/
.nav{
  box-sizing: border-box;
  top: 9%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
}
/*------- FIN NAVEGACION DE LA PAGINA ----*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 430px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 90%;
  height: 200px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 190px;
  display: inline-block;
  margin-left: 50px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 90%;
  padding: 10px;
  margin-left: 6%;
  margin-bottom: 6%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  float: left;
}

.T_programas{
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{ 
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*-----IMAGENES AL INICIO---*/ 
  .fondo-inicio{
    top: -106px;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
  }

   .img--coneczion{
    width: 40%;
    position: relative;
    margin: auto;
    top: 285px;
    left: 25%;
}

  .img--p{
    position: relative;
    top: -117px;
    width: 130px;
    margin-top: 10px;
    margin-left: 80px;
    margin: auto;
  }

  .img--pq{
    margin: auto;
    top: -10px;
    display: flex;
    width: 130px
  }
/*-----FIN IMAGENES AL INICIO---*/
/*---------- IMAGEN DEL SEÑOR ---------*/

.noticias{
  margin-top: 25px;
  width: 100%;
  height: 300px;
  background-image: url(../img/prueba.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 23px;
}

.boton{
  background: #3F51B5;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/*---------- FIN IMAGEN DEL SEÑOR -----*/
/*----------- PARRILLA DE PROGRAMACION -------*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

.acordeon{
  box-sizing: border-box;
  width: 90%;
  height: 2300px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  margin: auto;
  width: 70%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 70%;
  background: #3F51B5;
  position: relative;
  left: 78px;
  top: 0px;
}

.acordeon__contenedord{
  width: 70%;
  background: #3F51B5;
  position: relative;
  left: 78px;
  top: 0;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 50%;
  margin: auto;
  cursor: pointer;
}

/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 18px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
  font-family: 'Exo 2', sans-serif;
}

.titulo__dia{
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/*----------- FIN PARRILLA DE PROGRAMACION -------*/
/*--------------------- INICIO DE FOOTER ------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 31%;
    transform: translate(-65%, -10%);
}

.copy{

  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
}
/*--------------------- FIN INICIO DE FOOTER ------------------*/ 
}

/*------------------------------------------------------------------------------*/

@media (min-width: 600px) and (max-width: 630px){
/* navegacion --------------*/
.nav{
  box-sizing: border-box;
  top: 10%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-family: 'Exo 2', sans-serif;
}
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 430px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 90%;
  height: 200px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 190px;
  display: inline-block;
  margin-left: 50px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 60%;
  padding: 10px;
  margin-left: 21%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 45%;
  padding: 10px;
  margin-left: 3%;
  margin-bottom: 3%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 16px;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 12px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 350px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -110px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -656px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
  font-family: 'Exo 2', sans-serif;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  width: 45%;
  background: #3F51B5;
  margin-left: 0%;
}

.acordeon__contenedort{
  width: 45%;
  background: #3F51B5;
  position: relative;
  left: 296px;
  top: -850px;
}

.acordeon__contenedord{
  width: 45%;
  background: #3F51B5;
  position: relative;
  left: 296px;
  top: -850px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
  font-family: 'Exo 2', sans-serif;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 25px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 650px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 27%;
    transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
}

@media (min-width: 630px) and (max-width: 650px){ 
.nav{
  box-sizing: border-box;
  top: 10%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-family: 'Exo 2', sans-serif;
}
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 430px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 90%;
  height: 200px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 190px;
  display: inline-block;
  margin-left: 60px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 55%;
  padding: 10px;
  margin-left: 25%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 45%;
  padding: 10px;
  margin-left: 3%;
  margin-bottom: 3%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 16px;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 13px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 350px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -110px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -656px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
  font-family: 'Exo 2', sans-serif;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  width: 50%;
  background: #3F51B5;
  margin-left: 0%;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 300px;
  top: -857px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 300px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
  font-family: 'Exo 2', sans-serif;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 650px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
    left: 27%;
    transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
}

/*---------------- FINAL DE FOOTER ----------------------------------*/

@media (min-width: 650px) and (max-width: 670px){
.nav{
  box-sizing: border-box;
  top: 8%;
  width: 55%;
  z-index: 100;
}
.menu--link{
  position: relative;
  display: block;
  padding: 20px;
  background: #3F51B5;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-family: 'Exo 2', sans-serif;
}
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 150px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 120px;
  display: inline-block;
  margin-left: 30px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 55%;
  padding: 10px;
  margin-left: 25%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 45%;
  padding: 10px;
  margin-left: 3%;
  margin-bottom: 3%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 16px;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 13px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
   /*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 350px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -110px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -656px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 880px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  width: 50%;
  background: #3F51B5;
  margin-left: 0%;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 310px;
  top: -857px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 310px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
  font-family: 'Exo 2', sans-serif;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 30%;
  transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
}

@media (min-width: 670px) and (max-width: 700px){
/* navegacion --------------*/
  .header{
    width: 100%;
    height: 50px;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    position: absolute;
    top: 10px;
    left: -57%;
    padding: 20px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    background: transparent;
    width: 145px;
    padding: 15px;
    margin-left: -20px;
    margin-top: -10px;
    font-size: 15px;
    font-family: 'Exo 2', sans-serif;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 150px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 120px;
  display: inline-block;
  margin-left: 30px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 55%;
  padding: 10px;
  margin-left: 25%;
  margin-bottom: 15px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 45%;
  padding: 10px;
  margin-left: 3%;
  margin-bottom: 3%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 16px;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 13px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 350px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -110px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -609px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 880px;
  margin-top: -25px;
  margin: auto;
}

.acordeon__contenedor{
  width: 50%;
  background: #3F51B5;
  margin-left: 0%;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 310px;
  top: -857px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 310px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
  font-family: 'Exo 2', sans-serif;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 30%;
  transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
}


@media (min-width: 700px) and (max-width: 750px){
  /* navegacion --------------*/
  .header{
    width: 100%;
    height: 50px;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    position: absolute;
    top: 25px;
    left: -50%;
    padding: 20px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    width: 145px;
    padding: 15px;
    background: transparent;
    margin-top: -10px;
    margin-left: -20px;
    font-size: 15px;
    font-family: 'Exo 2', sans-serif;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 150px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 130px;
  display: inline-block;
  margin-left: 30px;
}
/*==========================NOTICIAS -- BANNER====================================*/
.theme-slider .nivoSlider{
  position: relative;
  top: -50px;
  z-index: -100;
}
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 50%;
  padding: 10px;
  margin-left: 25%;
  margin-bottom: 20px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 14px;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 13px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 350px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -110px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -560px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
  font-family: 'Exo 2', sans-serif;

}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 50%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 345px;
  top: -860px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 345px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 750px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
    padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 31%;
  transform: translate(5%, -10%);
}

.copy{
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
}
}

/*-----------------------------------------------------------------*/

@media (min-width: 750px) and (max-width: 799px){
    /* navegacion --------------*/
  .hylogo{
    height: 100px;
  }
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    position: absolute;
    top: 30px;
    left: -44%;
    padding: 20px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    width: 145px;
    background: transparent;
    padding: 15px;
    margin-left: -20px;
    font-size: 15px;
    font-family: 'Exo 2', sans-serif;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 170px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 140px;
  display: inline-block;
  margin-left: 30px;
}
/*==========================NOTICIAS -- BANNER====================================*/
.theme-slider .nivoSlider{
  position: relative;
  top: -70px;
  z-index: -100;
}
/*=================================PROGRAMACION=============================*/
.contenedor_programas{ 
  width: 100%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 20px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 15px;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 13px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 350px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -110px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -530px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}
.acordeon__contenedor{
  width: 45%;
  background: #3F51B5;
}
.acordeon__contenedort{
  width: 45%;
  background: #3F51B5;
  position: relative;
  left: 370px;
  top: -850px;
}
.acordeon__contenedord{
  width: 45%;
  background: #3F51B5;
  position: relative;
  left: 370px;
  top: -850px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}
.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}
/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 25px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 780px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}
.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 30%;
  transform: translate(5%, -10%);
}
.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
}

/*-------------------------------------------------------------------------------------*/
@media (min-width: 800px) and (max-width: 850px){  
  /* navegacion --------------*/
  .header{
    width: 100%;
    height: 50px;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    position: absolute;
    top: 30px;
    left: -50%;
    padding: 20px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    font-family: 'Exo 2', sans-serif;
    width: 170px;
    padding: 15px;
    margin-top: -15px;
    background: transparent;
    margin-left: -15px;
    font-size: 16px;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 170px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 150px;
  display: inline-block;
  margin-left: 35px;
}
/*==========================NOTICIAS -- BANNER====================================*/
.theme-slider .nivoSlider{
  position: relative;
  top: -50px;
  z-index: -100;
}
/*=================================PROGRAMACION=============================*/
.contenedor_programas{  
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 20px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.4em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 1em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 13px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 350px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -130px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -490px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 20%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 48%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 378px;
  top: -859px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 378px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 900px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
#htmlcaption1, h1{
  font-size: 50px;
}
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}
.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 32%;
  transform: translate(5%, -10%);
}
.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
}

@media (min-width: 850px) and (max-width: 870px){

.hylogo{
  height: 110px;
}

/* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    position: absolute;
    top: 40px;
    left: -45%;
    padding: 20px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    width: 170px;
    padding: 15px;
    margin-left: -15px;
    margin-top: -20px;
    font-size: 16px;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 170px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 150px;
  display: inline-block;
  margin-left: 35px;
}
/*==========================NOTICIAS -- BANNER====================================*/
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}
/*=================================PROGRAMACION=============================*/
.contenedor_programas{  
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 20px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.5em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 11.5px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 1em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 13px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 400px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -120px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -455px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 48%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 378px;
  top: -859px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 378px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 900px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
#htmlcaption1, h1{
  font-size: 50px;
}
/*---------------- INICIO DE FOOTER ----------------------------------*/
.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 32%;
  transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
}

@media (min-width: 870px) and (max-width: 900px){
  .hylogo{
    height: 90px;
  }
  /* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    position: absolute;
    top: 40px;
    left: -42%;
    padding: 20px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    width: 170px;
    padding: 15px;
    margin-left: -15px;
    margin-top: -25px;
    font-size: 20px;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 180px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 160px;
  display: inline-block;
  margin-left: 40px;
}
/*==========================NOTICIAS -- BANNER====================================*/
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}
/*=================================PROGRAMACION=============================*/
.contenedor_programas{  
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 20px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.5em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 400px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -120px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -455px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 48%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 400px;
  top: -859px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 400px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 900px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
#htmlcaption1, h1{
  font-size: 50px;
}
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 32%;
  transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
}

@media (min-width: 901px) and (max-width: 950px){
  .hylogo{
    height: 90px;
  }
  /* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    width: 500px;
    position: absolute;
    left: -41.5%;
    top: 30px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    width: 200px;
    padding: 15;
    margin-left: -25px;
    margin-top: -19px;
    font-size: 17px;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 180px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 160px;
  display: inline-block;
  margin-left: 50px;
}
/*==========================NOTICIAS -- BANNER====================================*/
.theme-slider .nivoSlider{
  position: relative;
  top: -100px;
  z-index: -100;
}
/*=================================PROGRAMACION=============================*/
.contenedor_programas{  
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 20px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.5em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 400px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -120px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -399px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 48%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 425px;
  top: -859px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 425px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 900px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
#htmlcaption1, h1{
  font-size: 50px;
}
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 34%;
  transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*====================================================*/

#contenido-texto{
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 35%;
  margin-left: 10px;
}

.titulo-Q{
  font-size: 25px;
}
.texto{
  font-size: 15px;
}
.text-valores{
  font-size: 15px;
  padding-left: 30px;
}
}

@media (min-width: 950px) and (max-width: 970px){
.hylogo{
  height: 110px;
} 
.banner{
  margin-top: -100px;
}
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}
    /* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    width: 500px;
    position: absolute;
    left: -38%;
    top: 40px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    width: 200px;
    padding: 15;
    margin-left: -25px;
    margin-top: 5px;
    font-size: 17px;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 180px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 160px;
  display: inline-block;
  margin-left: 50px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{  
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 20px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 34%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.5em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 400px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -120px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -399px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 48%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 425px;
  top: -859px;
}

.acordeon__contenedord{
  width: 50%;
  background: #3F51B5;
  position: relative;
  left: 425px;
  top: -860px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 900px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
#htmlcaption1, h1{
  font-size: 50px;
}
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 34%;
  transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*====================================================*/

#contenido-texto{
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 35%;
  margin-left: 10px;
}

.titulo-Q{
  font-size: 25px;
}
.texto{
  font-size: 15px;
}
.text-valores{
  font-size: 15px;
  padding-left: 30px;
}
}

@media (min-width: 970px) and (max-width: 1000px){
  .hylogo{
    height: 100px;
  }
  .banner{
  margin-top: -100px;
}
.theme-slider .nivoSlider{
  position: relative;
  top: -100px;
  z-index: -100;
}
      /* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5 
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    width: 500px;
    position: absolute;
    left: -35%;
    top: 50px;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    width: 200px;
    padding: 15;
    margin-left: -25px;
    margin-top: -20px;
    font-size: 17px;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 180px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 160px;
  display: inline-block;
  margin-left: 50px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{  
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 20px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 30%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.5em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 90%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 400px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -245px;
  left: -120px;
  width: 140px;
  margin-top: 100px;
}
.img--pq{
  top: -725px;
  margin-top: 100px;
  left: -350px;
  display: block;
  width: 140px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
}

.boton{
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
  font-family: 'Exo 2', sans-serif;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 45%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 45%;
  background: #3F51B5;
  position: relative;
  left: 470px;
  top: -855px;
}

.acordeon__contenedord{
  width: 45%;
  background: #3F51B5;
  position: relative;
  left: 470px;
  top: -855px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  width: 100%;
  height: 870px;
  background-image: url(../img/Equipo.jpg);
  background-size: 900px;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/**/
#htmlcaption1, h1{
  font-size: 50px;
}
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  position: relative;
  padding: 9px;
  display: inline-block;
  left: 34%;
  transform: translate(5%, -10%);
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*====================================================*/

#contenido-texto{
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 35%;
  margin-left: 10px;
}

.titulo-Q{
  font-size: 25px;
}
.texto{
  font-size: 15px;
}
.text-valores{
  font-size: 15px;
  padding-left: 30px;
}
}

/*------------------------- ADAPTABLE A ESCRITORIO --------------------------------*/

@media (min-width: 1024px) and (max-width: 1060px){

.banner{
  margin-top: -100px;
}
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}

.T{
  font-size: 50px;
}
  /* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    width: 500px;
    position: absolute;
    left: -31%;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    width: 200px;
    padding: 15;
    margin-left: -25px;
    font-size: 20px;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 180px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 10px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 150px;
  display: inline-block;
  margin-left: 70px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{  
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 30px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 30%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 1.5em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 0.9em;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 80%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 500px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -360px;
  left: -120px;
  width: 170px;
  margin-top: 100px;
}
.img--pq{
  top: -900px;
  margin-top: 100px;
  left: -445px;
  display: block;
  width: 170px;
}
/* fin imagenes de programas-----*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 25%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 50px;
}

.boton{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 1em #333;
}
/* fin seccion de noticias ------------*/
/* seccion de parrilla de programacion ----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 910px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 30%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 325px;
  top: -855px;
}

.acordeon__contenedord{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 645px;
  top: -1454px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}
/* seccion de parrilla de programacion ----*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 50%;
  height: 1200px;
  background-image: url(../img/Equipo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* fin imagen del grupo de coneczion ------------/*/
#htmlcaption1, h1{
  font-size: 70px;
}
/*---------------- INICIO DE FOOTER ----------------------------------*/

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#contenido-texto{
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 35%;
  margin-left: 10px;
}

.titulo-Q{
  font-size: 25px;
}
.texto{
  font-size: 15px;
}
.text-valores{
  font-size: 15px;
  padding-left: 30px;
}
}

/*----------------------------------------------------------------------------*/

@media (min-width: 1280px){
.banner{
  margin-top: -105px;
}
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}

.T{
  font-size: 40px;
}
  /* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  position: static;  
  }
  .contenedor-menu{
    position: relative;
    top: 11px;
    left: -8%;
    width: 600px;
    margin: 0 auto;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    width: 200px;
    padding: 15px;
    margin-left: -20px;
    font-size: 20px;
  }
  .icon-menu{
    display: none;
  }
/* fin de navegcion -------------*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 200px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 20px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 150px;
  display: inline-block;
  margin-left: 120px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 10px;
  margin-left: 3.6%;
  margin-bottom: 30px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 31%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 2em;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 0.9em;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 33%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
  font-size: 35px;
}

.boton{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  box-shadow: 0 0 1em #333;
}
/* fin seccion de noticias ------------*/
/* imagen del grupo de coneczion ------------*/
.e-coneczion{
  margin-top: 10%;
  width: 100%;
  height: 700px;
  background-image: url(../img/Equipo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
/*============ PROGRAMACION ===========*/
#contenido-texto{
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 35%;
  margin-left: 10px;
}

.titulo-Q{
  font-size: 30px;
}
.texto{
  font-size: 20px;
}
.text-valores{
  font-size: 20px;
  padding-left: 30px;
}
}

@media (min-width: 1366px){

/*.banner{
  margin-top: -105px;
}
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}

.T{
  font-size: 40px;
}*/

/* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  display: inline-block;  
  }
  .contenedor-menu{
    position: relative;
    top: 11px;
    left: -16%;
    width: 600px;
    margin: 0 auto;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    font-family: 'Exo 2', sans-serif;
    width: 200px;
    padding: 15px;
    margin-left: 5px;
    font-size: 20px;
  }
  .icon-menu{
    display: none;
  }
  
  .acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}
/* fin de navegcion -------------*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 80%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 600px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -360px;
  left: -120px;
  width: 170px;
  margin-top: 100px;
}
.img--pq{
  top: -900px;
  margin-top: 100px;
  left: -210px;
  display: block;
  width: 170px;
}
/* fin imagenes de programas-----*/
/* imagen del grupo de coneczion ------------*/
/*.e-coneczion{
  width: 100%;
  height: 750px;
  background-image: url(../img/Equipo.jpg);
  background-size:contain;
  background-repeat: no-repeat;
}*/

.e-coneczion{
  height: 1300px;
  background-image: url(../img/Equipo.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  left: 41%;
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

#contenido-texto{
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 30%;
  margin-left: 10px;
}

.titulo-Q{
  font-size: 30px;
}
.texto{
  font-size: 20px;
}
.text-valores{
  font-size: 20px;
  padding-left: 30px;
}
}

/*========================================================*/
@media (min-width: 1440px){

.banner{
  margin-top: -105px;
}
.banner img{
  width: 100%;
}
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}

.T{
  font-size: 40px;
}
/*imagenes de programas-----*/
/*============================================*/
.menu--link{
    font-family: 'Exo 2', sans-serif;
    width: 210px;
    padding: 15px;
    margin-left: 5px;
    font-size: 25px;
  }
/*============================================*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 250px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 20px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 180px;
  display: inline-block;
  margin-left: 130px;
  margin-top: 20px;
}
/*==========================NOTICIAS -- BANNER====================================*/
.fondo-inicio{
  width: 80%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 600px;
  position: relative;
  top: 41%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -410px;
  left: -120px;
  width: 170px;
  margin-top: 100px;
}
.img--pq{
  top: -950px;
  margin-top: 100px;
  left: -150px;
  display: block;
  width: 170px;
}
/* fin imagenes de programas-----*/
/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 870px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 30%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 450px;
  top: -855px;
}

.acordeon__contenedord{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 905px;
  top: -1450px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

#contenido-texto{
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 35%;
  margin-left: 10px;
}

.titulo-Q{
  font-size: 30px;
}
.texto{
  font-size: 20px;
}
.text-valores{
  font-size: 20px;
  padding-left: 30px;
}

}

/*========================================================*/

@media (min-width: 1920px){

/* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;
  }
  .nav{
  display: inline-block;  
  }
  .contenedor-menu{
    position: relative;
    top: 11px;
    left: -11.2%;
    width: 600px;
    margin: 0 auto;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    font-family: 'Exo 2', sans-serif;
    width: 210px;
    padding: 15px;
    margin-left: 5px;
    font-size: 25px;
  }
  .icon-menu{
    display: none;
  }
  
  .acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}
/* fin de navegcion -------------*/
.banner{
  margin-top: -105px;
}
.banner img{
  width: 100%;
}
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}

.T{
  font-size: 40px;
}
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 320px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 20px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 250px;
  display: inline-block;
  margin-left: 150px;
  margin-top: 20px;
}
/*==========================NOTICIAS -- BANNER====================================*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 15px;
  margin-left: 3.4%;
  margin-bottom: 30px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 32%;
  float: left;
  padding: 10px;
}

.programacion__titulo{
  font-size: 50px;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4em;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 35%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 2em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1.5em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*imagenes de programas-----*/
.fondo-inicio{
  width: 80%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 700px;
  position: relative;
  top: 30%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -500px;
  left: -110px;
  width: 210px;
  margin-top: 100px;
}
.img--pq{
  top: -1120px;
  margin-top: 100px;
  left: 150px;
  display: block;
  width: 210px;
}
/* fin imagenes de programas-----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 900px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 30%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 600px;
  top: -855px;
}

.acordeon__contenedord{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 1210px;
  top: -1450px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.nivo-html-caption, h1{
  font-size: 30px;
}

.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  left: 44%;
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

#contenido-texto{
  width: 90%;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 30%;
  margin: 0 auto;
}

.titulo-Q{
  font-size: 35px;
}
.texto{
  font-size: 25px;
}
.text-valores{
  font-size: 25px;
  padding-left: 50px;
}

}

@media (min-width: 2560px){

.banner{
  margin-top: -105px;
}
.banner img{
  width: 100%;
}
.theme-slider .nivoSlider{
  position: relative;
  top: -90px;
  z-index: -100;
}

.T{
  font-size: 50px;
}
/*imagenes de programas-----*/
/*=================================PROGRAMACION=============================*/
.contenedor_programas{
  width: 90%;
  margin: 0 auto;
}

.programa__c{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  width: 45%;
  padding: 15px;
  margin-left: 3.4%;
  margin-bottom: 30px;
  margin-top: 15px; 
  border-radius: 5px;
  display: inline-block;
}

.img__programacion{
  width: 33%;
  float: left;
  padding: 5px;
}

.programacion__titulo{
  font-size: 50px;
}

.txt__programacion{
  font-family: 'Exo 2', sans-serif;
  font-size: 25px;
}

.contenedor_programa{
  width: 90%;
  margin: 0 auto;
}

.programas{
  background: #f2f2f2;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 30%;
  padding: 10px;
  margin-left: 2.6%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.programa__imagen{
  width: 35%;
  margin: auto;
}

.T_programas{
  text-align: center;
  font-size: 2em;
  margin: 0;
  margin-bottom: 3px;
}
.txt_programas{
  font-size: 1.5em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
/*================================ FIN PROGRAMACION=============================*/
/*============================NOTICIAS -- BANNER==================================*/
.noticias__banner{
  width: 100%;
  height: 360px;
  background-image: url(../img/mujeres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Contenedor__banner{
  position: relative;
  display: block;
  width: 95%;
  height: 110px;
  top: 20px;
  margin: auto;
}
.programas__banner:hover{
  background: #f3f3f3;
  border-radius: 5px;
}
.programas__banner{
  width: 290px;
  display: inline-block;
  margin-left: 260px;
  margin-top: 20px;
}
/*==========================NOTICIAS -- BANNER====================================*/
  /* navegacion --------------*/
  .header{
    width: 100%;
    background: transparent;#3F51B5
  }
  .nav{
  display: inline-block;  
  }
  .contenedor-menu{
    position: relative;
    top: 11px;
    left: -9%;
    width: 600px;
    margin: 0 auto;
  }
  .menu{
    display: flex;
  }
  .menu--link{
    font-family: 'Exo 2', sans-serif;
    width: 250px;
    padding: 15px;
    margin-left: -25px;
    font-size: 30px;
  }
  .icon-menu{
    display: none;
  }
  
  .acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}
/* fin de navegcion -------------*/

/*imagenes de programas-----*/
.fondo-inicio{
  width: 80%;
  height: 500px;
  margin: auto;
}
.img--programa{
  display: block;
  width: 90%;
  height: 500px;
  margin-top: 199px;
  margin: auto;
}
.img--coneczion{
  width: 700px;
  position: relative;
  top: 30%;
  left: 53%;
}
.img--p{
  position: relative;
  top: -500px;
  left: -110px;
  width: 210px;
  margin-top: 100px;
}
.img--pq{
  top: -1120px;
  margin-top: 100px;
  left: 610px;
  display: block;
  width: 210px;
}
/* fin imagenes de programas-----*/

/*estilo al titulo*/
.titulo-P{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  text-align: center;
  font-size: 40px;
  padding: 20px;
  /*quitando el espacio de top*/
  margin-top: 0;
  /*color de la fuente*/
  color: #fff;
}

/*estilos a titulo del los dias*/
.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

.acordeon{
  width: 90%;
  height: 950px;
  margin-top: -25px;
  margin-left: 10px;
  margin: auto;
}

.acordeon__contenedor{
  width: 30%;
  background: #3F51B5;
}

.acordeon__contenedort{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 810px;
  top: -855px;
}

.acordeon__contenedord{
  width: 30%;
  background: #3F51B5;
  position: relative;
  left: 1610px;
  top: -1450px;
}
/*estilos de imagenes*/
.acordeon__img{
  width: 130px;
  margin: auto;
  cursor: pointer;
}

.acordeon__img1{
  width: 130px;
  margin: auto;
  cursor: pointer;
}


/*estilos del texto del contenedor*/
.acordeon__txt{
  /*hago oulto el contenido por css
  y visible por jQuery*/
  font-family: 'Exo 2', sans-serif;
  display: none;
  font-size: 20px;
  margin: 0;
  background: #E8EAF6;
  padding: 1em 1em 1.5em;
}

.titulo__dia{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  padding: 20px;
  background: #F57C00;
  font-size: 30px;
  margin: 0;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
}

/*seccion de noticias ------------*/
.Cnoticias{
  position: relative;
  left: 0%;
  top: 40%;
}

.Cnoticias, a{
  text-align: center;
}

.Cnoticias h2{
  color: #fff;
  margin-bottom: 60px;
  font-family: 'Exo 2', sans-serif;
  font-size: 45px;
}

.boton{
  font-family: 'Exo 2', sans-serif;
  background: #3F51B5;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  box-shadow: 0 0 1em #333;
}

#htmlcaption1, h1{
  font-size: 150px;
}
/* fin seccion de noticias ------------*/


.social{
  width: 100%;
  background: #333;
  padding: 10px;
}


.social ul  a img{
  left: 45%;
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}

.copy{
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

#contenido-texto{
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.contenido{
  width: 30%;
  margin: 0 auto;
}

.titulo-Q{
  font-size: 40px;
}
.texto{
  font-size: 35px;
}
.text-valores{
  font-size: 35px;
  padding-left: 50px;
}

}