*{
  margin: 0px;
  padding: 0px;
}
a{
  text-decoration: none;
}

  body section{
    width: 100%;
    background-image: url("../fondo.fw.png");
    background-repeat: no-repeat;
    background-size: cover;
      overflow: hidden;
  }
  header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 50px;

  }
  .text-secion-live{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    text-align: center;
  }
  .contenedor-Logo{
    display: flex;
    width: 300px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
  .contenedor-Logo img{
    width: 100%;
    height: auto;
  }
  .logo-pruba{
    position: absolute;
    width: 143px;
    height: 145px;
    right: 0px;
    top: -20px;
    z-index: 10;
  }
  .text_contenedor{
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 0px auto;

  }
  .text_contenedor p{
    margin: 40px;
    font-size: 30px;
    color: #fff;
  }
  .laminavideo{
    width: 726px;
    height: 470px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    margin-bottom: 20px;
    background-image: url("../lamina-video.fw.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .contenedor_video{
    position: relative;
    width: 715px;
    height: 403px;
    margin: 5px;
    padding: 0px;

  }
  .content-redes-sociales{
    width: 100%;
    max-width: 1180px;
    height: 130px;
    overflow: hidden;
    margin: auto;
  }
  .into-rede{
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: flex-end;
  }
  .into-rede div{
    display: flex;
    justify-content: flex-end;
    text-align: center;
    flex-wrap: wrap;
    width: 155px;
    height: 73px;
    color: #fff;
    box-sizing: border-box;

  }
  .into-rede div p{
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .into-rede div h2{
    display: inline-block;
    overflow: hidden;
    color: #fff;
    margin-left: 200px;
  }
  .into-rede div img{
    float: right;
    margin-right: 20px;
  }
  .into-rede div h2 label{
    display: block;
    position: relative;
    float: left;
    margin-top: 30px;
  }
  footer{
    display: block;
      width: 100%;
      height: 280px;
      overflow: hidden;
      text-align: center;
  }
  .tex-otras-tramison a{
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
  }
      .tex-otras-tramison span{
        color: #f00;
        font-size: 24px;
      }
  .item{
    width: 313px;
    height: 203px;
    position: relative;
    margin: 0px 20px;
    margin-top: 50px;
    display: inline-block;
  }
  @media (max-width: 1023px) {
    section{
      width: 90%;
      overflow: hidden;
    }
    .laminavideo{
      width: 100%;
    }

    .item{
      margin: 0px;
      margin-top: 50px;
    }

  }


  @media (max-width: 768px) {
    *{
      text-align: center;
    }

    .item{

      width: 32%;
      margin-top: 50px;
    }

    article img{
      width: 100%;

    }

  }



  @media (max-width: 480px) {

.logo-pruba{
      display: none;
    }
    .laminavideo{
      width: 90%;
      overflow: hidden;
    }
    .contenedor_video{
      position: relative;
      width: 99.5%;
      margin: auto;
      padding: 0px;
    }
    .contenedor-Logo{
    width: 350px;
    }

    footer{
      width: auto;
      height: auto;
    }
    .item{
      display: block;
      margin: auto;
      border: 0px;
      width:80%;
      margin-top: 50px;
    }

.content-redes-sociales{
width: 100%;
text-align: left;
}
.into-rede{
justify-content: center;
}
.into-rede div h2{
position: relative;
margin:-10px 0px;
width: 100%;
display: block;
text-align: center;


}


.into-rede div img{
float: none;
margin: 10px;
}
.into-rede div h2 label{
width: 100%;

}
.text_contenedor{
width:100%;
}
.text_contenedor p{
width: 80%;
margin:50px auto;
display:block;
text-align:left;
font-size:20px;

  }
  body .laminavideo{
    background: transparent;
  }

}
