@charset "UTF-8";
/* TED UCHILE */
/* rojo: 230,43,30 #e62b1e*/


*{margin: 0;padding: 0;}


body{
  margin: 0;padding: 0;
  font-family: helvetica;
  background-color: white;
}

p{font-size: 11.5pt;line-height: 16pt;color: rgba(0,0,0,.8);}

.contenedor{width: 100%;margin: 0 auto;clear: both;  height: 100vh;}

h2{
  color: rgba(0,0,0,.7);
  font-size:2em; 
  font-weight: normal;
  padding: 10px;
  padding-left: 2%;
  text-align: center; 
}

h3{
font-size:1em;
margin:0px;
}

h4{font-weight: normal;
font-size:1.5em;
margin: 15px 0px;
}


/*LINES*/
.rojo,.amarillo,.verde{margin:10px 0;}
.rojo{border-bottom:2px solid #DF2E00;}
.amarillo{border-bottom:2px solid #FFE300;}
.verde{border-bottom:2px solid green;}



/*TOP*/
header {
  width: 100%;
  height:120px;
/*  border-bottom: 3px solid #e62b1e;*/
}

#redes{ 
  float: right;
  width: 60%; 
  text-align: right;
  padding-right: 3.5%;
  padding-bottom: 0%;
  padding-top:3%;
}
#redes a{text-decoration: none; 
  text-align: center; 
  width: 20px; height: 20px;
  display: inline-block;
  transition:.2s;
}
#redes a:hover{opacity: .6;}
#redes a img{width:auto;height:14px;text-align: center;vertical-align: middle;}


#logo{
  float: left;
  width: 20%;
  padding-left: 2%;
  padding-top:0;
}
#logo img{width:auto;height:90px;}



/*MAIN CONTENIDO*/

#main{
  width: 100%; 
  margin-bottom:0%;
  }
.caja-centra{

width: 100%;
padding: 2% 0;
text-align: center;
}
.caja-logos{
width: 100%;
padding:0;
padding-bottom:4em;
text-align: center;
}

a.vermas{text-decoration:none;color: #DF2E00;}
a.vermas:hover{color: #DF2E00;}



#galeria{background-color: white; text-align: center;width: 100%;}
#galeria img{width: 100%;}

/*SECCIONES*/


section.artistas{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(0, 0fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin: 2% auto;
  width: 50%;
  padding-bottom: 20px;

}

section.artistas article{
  background-color: white;
  text-align: center;
  display: inline-block;
}

section.videos{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 0fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin:2% auto;
  width:80%;
  padding-bottom: 20px;
}

section.videos article{
  text-align: center;
  display: inline-block;
}

section.videos>article>iframe{
width:100%;
}

section.discos{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 0fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin:2% auto;
  width:90%;
  padding-bottom: 20px;
}

section.discos article{
  text-align: center;
  display: inline-block;
  padding:.6em;
  margin:.3em;
}
section.discos article img{
width: 100%;
}


/*PIE PÁGINA*/
footer{
  clear: both;
  text-align: center;
  background-color:black;
  padding: 1%;
  color: rgba(255,255,255,1);
  font-size: 12pt;
  position: fixed;
  bottom:0;
  width: 100%;
  z-index: 999;
}
footer a{text-decoration: none;color: rgba(255,255,255,.9);}
footer a:hover{color:#e62b1e;}



/*SLIDER*/

.slider-container {
  width: 90%;
  margin: 0 auto;
  height: 500px;
  z-index: 999;
}

.slider-carousel {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  transition: all 1s;
}

.slide-panel {
  flex-basis: 20%;
  flex-shrink: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-box {
  position: absolute;
  display: flex;
  color: white;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 2px;
  border: 2px solid #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.slide-text {
  align-items: center;
  justify-content: center;
  background-color: #e62b1e; 
  color: white;
  font-size: 24pt; 
  font-weight: normal;
  padding: 10px;
  letter-spacing: 1px;
}

.slide-img {
  width: 100%;
  min-height: 100%;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.slide-video {
  width: 100%;
  min-height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}


#fotos{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin: 2%;
  overflow: hidden;
  padding-bottom: 80px;
}

#fotos img{width: 100%;max-height: 240px;}

#fotos-res{
  display:none;
}





.menu_bar {
  display:none;
}

nav {
  z-index:999;
  float: right;
  text-align: right;
  padding-right: 3%;
  padding-top: 20px;

}



.toggle,
[id^=drop] {
  display: none;
}

menu { 
  margin:0;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 2%;
  background-color: black;
  z-index: 1000;
}



menu:after {
  content:"";
  display:table;
  clear:both;
}


menu ul {
  float: right;
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
  }
  
menu ul li {
  margin: 0px;
  display:inline-block;
  float: left;
  }

menu a {
  display:block;
  padding:14px 20px;  
  color:#fff;
  font-size:17px;
  text-decoration:none;
}
menu a.dest {
  display:block;
  padding:14px 20px;  
  color:#e62b1e;
  font-size:17px;
  text-decoration:none;
}


menu ul li ul li:hover { background-color:rgba(0,0,0,.8); }

menu a:hover { 
   background-color:none;
   color:#e62b1e;
}

menu ul ul {
  display: none;
  position: absolute; 
  top: 46px; 

}


  
menu ul li:hover > ul {
  display:inherit;
}
  
menu ul ul li {
  width:170px;
  float:none;
  display:list-item;
  position: relative;
  border-bottom: 1px solid #EB8E96;
  background-color: black;
}

menu ul ul ul li {
  position: relative;
  top:-60px;
  left:170px; 
  background-color: rgba(230,43,30,1);
}

  
li > a:after { content:  ' '; font-size:11px;}
li > a:only-child:after { content: ''; }







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




@media all and (max-width : 768px) {


header {
  width: 100%;
  height:auto;
  padding-top:20px;
  border-bottom: 3px solid #e62b1e;
  float: left;

}


#redes{ 
  float: right;
  width: 100%; 
  text-align: right;
  padding-right: 3%;
  padding-bottom: 2%;
  padding-top: 1%;
}

#logo{
  float: left;
  width: 100%;
  padding-left: 2%;
  padding-top:0;
}
#logo img{width:70%;height:auto;}



#main{
  width: 100%; 
  margin-bottom: 8%;
  }
.caja-centra{

width: 100%;
padding: 2% 0;
text-align: center;
clear: both;
}

.caja-logos{
width: 100%;
padding:0;
padding-bottom:1em;
text-align: center;
}



section.artistas{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(0, 0fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin: 2% auto;
  width: 90%;
  padding-bottom: 20px;

}


section.videos{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 0fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin:2% auto;
  width:100%;
  padding-bottom: 20px;
}


section.videos>article>iframe{
width:100%;
}

section.discos{
  display: block;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(9, 0fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin:2% auto;
  width:90%;
  padding-bottom: 20px;
}

section.discos article{
  text-align: center;
  display: inline-block;
  padding:.4em;
}
section.discos article img{
width: 100%;
}








#fotos{
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin: 2%;
  overflow: hidden;
  padding-top: 3%;
  padding-bottom: 230px;
}

#fotos img{width: 100%;max-height: 120px;}

#fotos-res{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  margin: 2%;
  overflow: hidden;
  padding-top: 3%;
  padding-bottom: 230px;
}

#fotos-res img{width: 100%;}




  .slider-container {
    height: 30vh;
    width: 100%;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .slide-text {
    margin: .8rem 1.6rem 1rem;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .slider-controls {
    display: none;
  }






menu { 
  margin:0;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0%;
  background-color: black;
}

  .toggle + a,
  .menu {
    display: none;
  }

  .toggle {
    display: block;
    background-color: black;
    padding:14px 20px;  
    color:#FFF;
    font-size:17px;
    text-decoration:none;
    border:none;
  }

  .toggle:hover {
    background-color: rgba(230,43,30,1);
  }

  [id^=drop]:checked + ul {
    display: block;
  }

  menu ul li {
    display: block;
    width: 100%;
    }
menu ul li a:hover{color:#fff;}
  menu ul ul .toggle, 
  menu ul ul a {
    padding: 0 40px;

  }

  menu ul ul ul a {
    padding: 0 80px;
  }

  menu a:hover,
  menu ul ul ul a {
    background-color: rgba(230,43,30,.8);
  }
  
  menu ul li ul li .toggle,
  menu ul ul a,
  menu ul ul ul a{
    padding:14px 20px;  
    color:#FFF;
    font-size:17px; 
  }
  
  
  menu ul li ul li .toggle,
  menu ul ul a {
     background-color: rgba(230,43,30,.3);

  }

  menu ul ul {
    float: none;
    position:static;
    color: #fff;
  }
    
  menu ul ul li:hover > ul,
  menu ul li:hover > ul {
    display: none;
  }
    

  menu ul ul li {
    display: block;
    width: 100%;
  }

  menu ul ul ul li {
    position: static;   

  }

.contenedor{width:96%;margin: 0 auto;clear: both;  height:auto;}


}

@media all and (max-width : 330px) {

  menu ul li {
    display:block;
    width: 94%;
  }

}

