body{
    background-color: #000;
    width: 100%;
}

.contenido_completo{
    width:100%;
    padding: 0!important;
    margin: 0!important;
}

.paddingFix{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.killPadding{
  padding: 0!important;
  margin: 0!important;
}




/*Menu umami*/


#elMenu{
    background: #000;
}

.contRedes{
    position: absolute;
    
    /* esto es como un padding left pero como es poition absolute se usa left, top, bottom , right*/
    right: 18px;
    /* ancho maximo , puede ser medida predefinida ejemplo 200px en lugar de porcentaje del su parent*/
    max-width: 150PX; ;
    top: 80%;
    transform: translateY(-50%);
    
    
    /* formato texto*/
    
    transition: .2s;
}


.btnred{
    width: 25px;
    float: left;
    margin: 3px;
    cursor: pointer;
}

.navbar{
    padding: 15px !important;
    padding-top: 23px !important;
    height: 150px;
    background-color: #000;
    
    transition: 0.2s; 
}


.navbar-toggler-icon{
    background-image: url("../images/burgerMenu_2x.png")!important;
    background-size: 100%;
}


.fixed-top {
    position:fixed !important;
}

.img-logo{
    width: 400px;
}





.menu_btns, .menu_btnsSelected{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin-left: 10px;
}


.menu_btns a, .menu_btnsSelected a , .menu_btns a:not([href]) { 
    color: #fff ;
    font-family: 'gotham_mediumregular' !important;
    font-size: 12px ;
    text-decoration: none;
    line-height : 25px;
    cursor: pointer;
    transition: .2s;
}


.menu_btns:after{
   content: '';
   position:static;
   top: 130px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #b98038;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: .2s;
}

.menu_btns:hover:after{
 
    transform: scaleX(1);
     transform-origin: right;
}


.menu_btnsSelected:after{
   content: '';
   position:static;
   top: 130px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffc817;
    z-index: -1;
    
}





#audio_control{
    display: none;
}

.seccion{
    margin: auto;
    max-width: 1200px;
}


.seccionAudio{
     margin: 0;
    max-width: 100%;
/*    background-color: white;*/
}



.cont-central{
    background-color: #000;
    /*margin-top: 160px !important;*/
}




.lineAfter :after{
  
    
/* linea amarilla     */
  content: '';
  width: 0;
  height: calc(100% + 5px);
  position: absolute;
  border: 3px solid #b98038;
  top: -5px;
  
  left: 115px;

}

.lineAfter div{
    
    
    padding-left: 68px !important;

}



.bg-negro{
    background-color: black;
    width:100%;
    
}


.bg-gris{
    background-color: #212121;
    width:100%;
}

.bg-blanco{
    background-color: white;
    width:100%;
    padding-bottom: 50;
}






.br-30{
    margin-bottom: 30px !important;
}










/* obras*/


.gallery_item{
    
    
    margin: 0px 0px !important;
    
    padding-left: 0px !important;
    padding-right: 80px !important;

    text-align: center;
    
    margin-bottom: 80px !important;
    width: 100%;
    
    
}

.gallery_item_Video{
    
    
    margin: 0px 0px !important;
    
    padding-left: 0px !important;
    padding-right: 30px !important;

    text-align: left;
    
    margin-bottom: 80px !important;
    width: 100%
    
    
}

#close-galeria img{
    width: 25px;
}


.gallery_item_child{
    max-width: 263px;
}

.mouse {
     cursor: pointer;
}

.gallery_item span{
     padding-left: 0px !important;
     padding-right: 5px !important;
   
    font-family: 'gotham_mediumregular';
    color: #fff;
    font-size: 20px;
    text-align: left;
}

.gallery_img{
   padding: 0px !important;
/*    margin-bottom: 20px !important;*/
    width: 100%;
    height: intrinsic;

}




.gallery_img_down{
   padding: 0 20px !important;
    
    width: auto;
    max-height: 400px;
    margin: auto !important;
    margin-bottom: 80px !important;
   
}




.gallery_tit{
    width: 100%;
    color: #ca9447 !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}


.gallery_sub{
    width: 100%;
    line-height : 25px;
}












/*ACERCA DE*/

.img-fullWidth{
    max-width: 100%;
    max-height: 100%;
    
}

.img-fullWidth-logos{
    /*margin: 0 auto !important;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 100%;
    
    position: relative;
}

.img-fullWidth-creditos{
    /*margin: 0 auto !important;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 50%;
}

.img-nucleos{
    margin: 0  !important;
    /*max-width: 100%;*/
    width: 360px;
    width: 90%;
      height: intrinsic;
}

._flex{
    flex: 0 0 auto;
}
#expoDropdown{
    margin-bottom: 25px;
}

.texto_left{

    padding-left: 190px !important;
    
}

.expo-list{
    display: block;
}


.expo-list-drop{
    display: none;
}

.texto_right{

    padding-right: 190px !important;
    
}


.down_parent{
    padding: 15px 0px !important;
}

.acerca_main {
    padding-right: 0px!important;
    padding-left: 115px!important;
    font-family: 'gotham_mediumregular';
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 15px;
}

.acerca_main_left {
    padding-right: 0px!important;
    padding-left: 115px!important;
    font-family: 'gotham_mediumregular';
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 15px;
}

.acerca_main_right {
    padding-right: 50px!important;
    padding-left: 100px!important;
    font-family: 'gotham_mediumregular';
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 15px;
}

.exposicion_main_left {
    padding-right: 10px!important;
    padding-left: 115px!important;
    font-family: 'gotham_mediumregular';
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 15px;
}

.exposicion_main_middle {
    padding-right: 0px!important;
    padding-left: 0px!important;
    font-family: 'gotham_mediumregular';
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 80px;
}

.exposicion_main_right {
    padding-right: 50px!important;
    padding-left: 5px!important;
    font-family: 'gotham_mediumregular';
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}


.texto_blanco{
    color: #fff !important;
}

.texto_rojo{
    color: #ec152c !important;
}

.texto_amarillo{
   color: #b98038 !important;
}


.he30{
    height: 45px;
}

.texto_tit{
    
    font-size: 28px !important;
    font-family: 'gotham_mediumregular' !important;
}

.texto_subtit{
    color: #b98038; /*   amarillo */
    margin-bottom: 0px !important;
    font-size: 16px !important;
    line-height: 20px;
    font-family: 'gotham_mediumregular' !important;
    padding: 10px 0px 10px 0;
}


.acerca_main_left span, .acerca_main_left p ,
.acerca_main_right  span, .acerca_main_right  p {
   
    margin-bottom: 0px !important;
    font-size: 16px !important;
    line-height: 20px;
    font-family: 'pt_serifregular' !important;
    padding: 10px 0px 10px 0;
}


.texto_withoutbr{
    margin-bottom: 6px !important;
}

.texto_ptsreg{
    font-family: 'pt_serifregular' !important;
    font-size: 16px !important;
    line-height: 20px;
    color: #cbcbcb;/*   gris claro */
}


.texto_ptsreg em {
    font-family: 'pt_serifregular_italic' !important;
   
}

.texto_gm_small{
    font-family: 'gotham_mediumregular' !important;
    font-size: 12px !important;
    line-height: 16px;
    color: #cbcbcb;/*   gris claro */
}

.texto_br{
    margin-bottom: 20px !important;
}

.sub_rojo, .sub_rojo a{
    font-family: 'pt_serifregular';
    font-size: 16px;
    color: #ec152c !important;
    text-decoration: underline;
}


.sub_rojo_comprar, .sub_rojo_comprar a{
    font-family: 'gotham_mediumregular';
    font-size: 16px;
    color: #ec152c !important;
    text-decoration: none;
}

.carrito_comprar{
    padding-left: 40px;
    padding-bottom: 15px;
    padding-top: 20px;
}



.titulo_bloque{
    margin-top: 80px !important;
    margin-bottom: 60px !important;
    
}


.titulo_prena{
    margin-top: 80px !important;
    margin-bottom: 0px !important;
    
}
/*   título de secciones */

.texto_tit_grl{
    
    font-size: 25px !important;
    font-family: 'gotham_mediumregular' !important;
    letter-spacing: 2px;
}



/* EXPOSICIONES*/

.nucleo_btn_{
    color: #fff; /*   blanco */
    margin-bottom: 25px !important;
    cursor: pointer;
    
}

.nucleo_btn_active{
    color: #b98038; /*   amarillo */
}


/* FOOTER */

.footer_link a, .footer_link_active {
    color: #b98038; /*   amarillo */
    margin-bottom: 6px !important;
    cursor: pointer;
    font-family: 'gotham_mediumregular' !important;
    font-size: 12px !important;
    line-height: 24px;
    
}

.footer_mailTo a, .footer_mailTo_active {
    color: #b98038; /*   amarillo */
    margin-bottom: 6px !important;
    cursor: pointer;
     font-family: 'pt_serifregular' !important;
    font-size: 12px !important;
    line-height: 16px;
}
    
}


.footer_link_active{
    color: #b98038; /*   amarillo */
}
    




#itemsObras{
    align-content: center;
    text-align: center;
    margin: auto !important;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 100px !important;
    padding-right: 20px !important;
}


#itemsAudios{
    align-content: center;
    text-align: center;
    margin: auto !important;
    display: flex;
    align-items: top;
    width: 100%;
    padding-left: 100px !important;
    padding-right: 20px !important;
}


#itemsObras_Video{
    align-content: center;
    text-align: left;
    margin: auto !important;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 100px !important;
    padding-right: 80px !important;
}







.texto_black{
    color: #000 !important;
}



.gallery_item_prensa{
    
    margin: 0px 0px !important;
    padding: 10px !important;
    font-family: 'pt_serifregular';
    color: #000;
    font-size: 16px;
    text-align: left;
    width: 100%;
    line-height: 20px;
    
}


.gallery_item_prensa a{
    
 
    font-family: 'pt_serifregular';
    color: #000;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
}


.item_prensa_btn  {
   margin-top: 10px;
   text-decoration: underline;
}




.swiper-container {
      width: 100%;
      height: 250px;
      padding-top: 0px;
      padding-bottom: 100px;
      margin: auto;
   
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    height: 200px !important;


    padding: 0px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* Como cambiarle el color a las bullets? 
.swiper-pagination-bullet {
    background: #a3865a;!important
    
}*/


.publicacion{
    margin-bottom: 120px !important;
}



.coverCont{
    position:relative;
    display: inline-block;
    text-align: center;
    
    margin-top: 100px !important;
    margin-bottom: 30px !important;
}



.coverText{
    
    /* acomodo*/
    position: absolute;
    
    /* esto es como un padding left pero como es poition absolute se usa left, top, bottom , right*/
    left: 110px;
    /* ancho maximo , puede ser medida predefinida ejemplo 200px en lugar de porcentaje del su parent*/
    max-width: 60% ;
    top: 50%;
    transform: translateY(-50%);
    
    
    /* formato texto*/
    color: #fff;
    font-family: 'gotham_mediumregular' !important;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    line-height : 50px;
    transition: .2s;
}

.coverText2{
     font-size: 25px !important;
    color: white !important;
    text-transform: none;
}


.videoCont{
    position:relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px !important;
}

.videoBtnPlay{
     /* acomodo*/
    position: absolute;
    left: 50%;
   text-align: center;
    top: 50%;
    width: 55px;
    margin-top: -27px; /* Half the height */
    margin-left: -27px; /* Half the width */
    cursor: pointer;
    
    
    
}

.videoBtnPlayAudio{
     /* acomodo*/
    position: absolute;
    left: 5%;
   text-align: center;
    top: 50%;
    width: 36px;
    margin-top: -18px; /* Half the height */
    margin-left: -27px; /* Half the width */
    cursor: pointer;
    
    
    
}

.contmodalVideo{
    max-width: 300px !important;
}


.publicacionImgprnt{
    position: relative;
}






* {
  box-sizing: border-box;
}

#videomodal{
    width: 100%;
    
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  position: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color:rgba(0, 0, 0, 0.6);

}


.modal-body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}


.comprar{
    width: 150px;
    cursor: pointer;
}


#obraselect_img{

    
    /*height="550"*/
}


.publicacionImg{
      max-width: 100%;
/*        position: absolute;*/
        
    
}
    

.playerVideoParent{
    margin: auto !important;
}













.lightboxin1{
    position:relative;
}





.lightboxin2{
    
   
 margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, 25%);
  transform: translate(-50%, 10%);

}




.warningContainer{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3500;
    padding: 0;
    margin: 0;
}
.warningBg{
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=92);
  /* IE */
  -moz-opacity: 0.92;
  /* Mozilla */
  opacity: 0.92;
  /* CSS3 */
}
.warning{
   padding: 30px;
    border: 1px solid #B2B2B2;
    border-radius: 10px;
    background-color: #E5E5E5;
}
.warning p{
    margin-bottom: 20px;
	font-family: 'Cormorant-SemiBoldItalic' !important;
	font-size: 23px;
	color: #808080;
    line-height: 26px;
    text-align: center;
}
.warningBtn{
    width: 150px;
    border-radius: 15px;
    font-family: 'Cormorant-SemiBoldItalic' !important;
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background-color: #bc924d;
    padding: 10px 15px;
    margin: 10 auto;
    cursor: pointer;
    z-index: 5;
}

.warningBtn_w{
    width: 200px;
    font-size: 18px;
  
}

.warningBtn button{
  
    font-family: 'Cormorant-SemiBoldItalic' !important;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    background-color: #bc924d;
    border: none;
    cursor: pointer;
    z-index: 5;
}

.warningBtn_w button{
   
    font-size: 18px;
  
}


.warningOff{
    display: none!important;
}

.noshow{
   
    display: none!important;
}



.selectaudio{
    padding: 3px!important;
    
    background-color:  #b98038;
}

