*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.menu-redes-movil{
  display: none;
}

html{
  font-size: 10px;
  
}

body{
  background: #ebebeb !important;
  font-family: 'Titillium Web', sans-serif !important;
}

.container, .row{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.container{
  margin: 6rem 0 0 0 !important;
}

.container h2{
  color: black;
  font-size: 3rem;
  margin: 0 0 2rem -1rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  letter-spacing: .2rem;
}

header{
  height: 6rem;
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
}

header nav{
  text-align: left;
  position: relative;
}

/* Cambio de color del NAV */
.headerShowColor{
  background-color: #adadad;
}

.logo{
  padding: 0 3rem;
}

.toggle-menu{
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 2rem;
  z-index: 999;
}

.toggle-menu i{
  font-size: 2.5rem;
}

.show-menu{
  left:0 !important;
}

.toggle-menu .bars{
  cursor: pointer;
  width: 3rem;
  height: 2rem;
}

.toggle-menu .bars div{
  position: absolute;
  width: 3rem;
  height: .3rem;
  background: #000;
  border-radius: 2px;
  transition: all .2s;
}

.toggle-menu .bars .first{
  top: 0;
}

.toggle-menu .bars .second{
  top: .8rem;
}

.toggle-menu .bars .third{
  top: 1.6rem;
}

.anim .first{
  transform: rotate(45deg);
  top: .7rem !important;
}

.anim .second{
 opacity: 0;
}

.anim .third{
  transform: rotate(-45deg);
  top: 0.8rem !important;
}

.logo img{
height: 6rem;
padding: 1rem 0;
}

.logo, .menu{
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.2s;
  z-index: 2;
}

.menu .close{
  display: none;
}

.menu ul{
  margin: 0;
}

.menu li{
  display: inline-block;
}

.menu li a{
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 1rem;
  line-height: 6rem;
  color: black;
  font-weight: 600;
  position: relative;
}

.menu li a:hover{
  text-decoration: none;
}

.menu li a::after{
  content: '';
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 0;
  height: .3rem;
  background: black;
  -webkit-transition: all .2s ease-in-out;   
  -moz-transition: all .2s ease-in-out;     
  -ms-transition: all .2s ease-in-out;       
  -o-transition: all .2s ease-in-out;       
  transition: all .2s ease-in-out;           
}

.menu li a:hover::after{
  text-decoration: none;
  width: 100%;
}

.search{
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 3rem;
}

.search .search-content{
  position: relative;
}

.search .search-content input{
  padding: .5rem 4rem .5rem .5rem;
  font-size: 1.9rem;
  width: 15rem;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px solid #999999;
  transition: width .2s;
}

.search .search-content input:focus{
  width: 22rem;
}

.search .search-content input:active,
.search .search-content input:focus{
  outline: none;
}

.search .search-content i{
  position: absolute;
  font-size: 2.2rem;
  top: 0;
  padding: 0 1rem;
  height: 100%;
  right: 0;
  cursor: pointer;
}

.search .search-content i{
  line-height: 3.8rem;
}

.videos{
  padding: 0 3rem;
  min-height: 100vh;
}

.videos .video{
  margin-bottom: 1rem;
}

.video-content{
  position: relative;
  border-radius: 1rem;
  height: 200px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .1);
}

.video-content i{
  font-size: 3rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .8);;
  height: 8rem;
  width: 8rem;
  opacity: 0;
  transition: .2s;
}

.video-content i::before{
  margin-left: .5rem;
}

.video-content:hover i{
opacity: 1;
}

.video-title{
  font-weight: bold;
  font-size: 2rem;
  margin: 1rem 0 !important;
  color: black;
}

.vidBack{
  position: fixed;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -2;
  overflow: hidden;
}

#colorBack{
  background-color: #ebebeb;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
  top: 0;
}

/* VideoDetalles */
.videoDetallesMain{
  margin: 0 auto;
  width: 100%;
  padding: 0 3rem;
}

.videoDetallesVideo{
  margin: 10rem 0 0 0;
  color: white;
  text-align: center;
  min-height: 80vh;
}

.videoDetallesVideo video{
  width: 70%;
  margin: auto;
}

.menu-redes a{
  display: none;
}

/* Barra lateral para móviles */
@media screen and (max-width:640px){

  .videos{
    padding: 0 0;
  }
  
  .menu {
    position: fixed;
    left: -25rem;
    height: 100%;
    background-color: white;
    width: 25rem;
    top: 0;
  }

  .toggle-menu{
    display: block;
  }

  .logo{
    width: 100%;
    text-align: center;
  }

  .menu{
    z-index: 9999;
  }

  .menu .close{
    display: block;
    position: absolute;
    top: 2rem;
    font-size: 2.5rem;
    left: 3rem;
  }

  .menu ul li{
    display: block;
  }

  .menu ul{
    margin: 0;
    padding: 6rem 2rem;
  }

  .menu ul li a{
    padding: 0 1rem;
    line-height: 4rem;
  }

  /* Footer REDES en Móvil*/
  .menu-redes{
    display: none;
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
  }

  .menu-redes-movil{
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
    display: block;
  }
  .menu-redes-movil a{
    color: #000;
    padding: 0 0.5rem;
    display: inline-block;
    font-size: 3rem;
  }
}

/* Header REDES */
.menu-redes{
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  text-align: right;
  top: 50%;
  transform: translate(0, -50%);
  padding-right: 45px;
  z-index: 1;
}

.menu-redes a{
  color: #000;
  padding: 0 0.5rem;
  display: inline-block;
  font-size: 2rem;
}

.footer{
  min-height: 10rem;
  height: auto;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding-top: 2rem;
}

.foot-dmca{
  margin-left: auto;
}

.foot-dmca .politicas{
  font-size: 1rem;
  color:white;
  margin-left: auto;
  margin: 0;
  padding: 0;
}

.foot-dmca .separador{
  font-size: 1rem;
  color: white;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0.5rem;
}

.logo-footer img{
  height: 6rem;
  padding: 1rem 0;
}

/* Botón Ver Más... */
.btnVerMas{
  border: 0.1rem solid #333;
  font-size: 1.5rem;
  margin: 0 1rem;
  padding: 0.5rem 1rem;
  background-color: #333;
  color:#fff;
  display: inline-block;
  transition: 0.1s;
}

.btnVerMas:hover{
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.envivoindex, .musicalesindex, .oficialesindex{
  margin-bottom: 2rem;
}

.envivocontainer, .musicalescontainer, .oficialescontainer{
  margin-bottom: 2rem;
  min-height: 80vh;
}

.tituloh2{
  color: white;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  letter-spacing: .2rem;
}

/* Botón Ir Top */
.go-top-container{
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 4.6rem;
  height: 4.6rem;
  z-index: -1;
}

.go-top-botton{
  width: 0rem;
  height: 0rem;
  background: #2071b2;
  border-radius: 50%;
  cursor: pointer;
  transition: .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.go-top-botton i{
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  transition: .2s;
}

.show{
  z-index: 9999;
}

.show .go-top-botton{
  animation: popup .3s ease-in-out;
  width: 4.5rem;
  height: 4.5rem;
  z-index: 999999;
}

.show i{
  transform: translate(-50%, -50%) scale(1);
}

@keyframes popup{
  0%{
    width: 0;
    height: 0;
  }
  50%{
    width: 5rem;
    height: 5rem;
  }
  100%{
    width: 4.5rem;
    height: 4.5rem;
  }
}
/* FIN Botón Ir Top */



.pagination{
  line-height: 3rem;
  display: block !important;
  text-align: center;
  width: 100%;
}

.pagination .pages{
  margin: 0 auto;
}

.pagination .pages .page{
  font-size: 1.5rem;
  padding: .1rem .4rem;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background: #0a8ba1;
  margin: 0 .3rem;
  border-radius: .2rem;
  text-decoration: none;
  cursor: pointer;
  transition: .1s;
}

.pagination .pages .page:hover{
  background: #067488;
  transform: translateY(-.2rem);
}

.pagination .pages .first-page,
.pagination .pages .last-page{
  margin: 0 .8rem;
  font-weight: 700;
}

.pagination .pages .current{
  padding: .2rem .5rem;
  /* border: .2rem solid #0a8ba1; */
  border-radius: .2rem;
  background: #fff;
  color: #067488;
  text-decoration: none;
}

.pagination .pages .current:hover{
  background: #fff;
  color: #067488;
  text-decoration: none;
}

.politicas{
  padding: 2rem 2rem;
}

.politicas h1{
  font-size: 3rem;
  text-align: center;
}

.politicas h2{
  font-size: 2rem;
  padding: 0 1rem;
}

.politicas p{
  font-size: 1.5rem;
}

.condiciones{
  padding: 2rem 2rem;
  min-height: 80vh;
}

.condiciones h1{
  font-size: 3rem;
  text-align: center;
}

.condiciones h2{
  font-size: 2rem;
  padding: 0 1rem;
}

.condiciones p{
  font-size: 1.5rem;
}