/*******************************************
    Esta parte es de estiloCliPrincipal.css
*********************************************/
 html,
 body {
     overflow-x: hidden;
     color: black;
     font-family: 'Opens Sans', helvetica;
     height: 100%;
     width: 100vw;
     margin: 0px;
     padding: 0px;
 }

 ul {
     list-style: none;
 }

 /*------------------------------------------*/
 /*---------- Imagen de Fondo  --------------*/
 /*------------------------------------------*/

 /* Imagen utilizada por defecto, la que se utlizará en pantallas pequeñas http://webresizer.com/resizer/ */
 body {
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;

     margin: 0px;
     padding: 0px;
     /*background: url('https://d1ywt2avzpojqc.cloudfront.net/web/fondos/inicio01.png') center center no-repeat fixed;*/
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-color: black;


 }

 body[target="Conocenos"] {
    background: url('img/fondos/fondo1.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body[target="Fundación"]{
    background-image: url('https://s3-sa-east-1.amazonaws.com/teatrosa.s3/web/fondos/inicio01.png') center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

 /* lineas */

 .linea-vertical {
     width: 1px;
     height: 30px;
     background-color: white;
     background-image: linear-gradient(#ccc, #000000, 70%, #ccc);
 }

 .linea-horizontal {
     width: auto;
     height: 3px;
     background-color: white;
     background: linear-gradient(50deg, #ccc 10px, #666463 150px, #ccc);
     border-radius: 5px 0px 0px 5px;
 }


 /* video 

 #video_background {
     position: absolute;
     bottom: 0px;
     right: 0px;
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     z-index: -1000;
     overflow: hidden;
 }


 #video_pattern {
     background: #fff;
     position: fixed;
     opacity: 0.8;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 1;
 }
*/

/* es de la rejilla, debe ir en EstiloCliPrincipal.css
 .showbox1 {

     -webkit-transition: 1s ease-in-out;
     -moz-transition: 1s ease-in-out;
     -o-transition: 1s ease-in-out;
     transition: 1s ease-in-out;
     transform: translate(90em, 0);

 }

 .slideright1 {
     float: left;
     -webkit-transform: translate(0em, 0);
     -moz-transform: translate(0em, 0);
     -o-transform: translate(0em, 0);
     -ms-transform: translate(0em, 0);
     transform: translate(0em, 0);
 }




//--------Galeria----





 .showbox2 {

     -webkit-transition: 1s ease-in-out;
     -moz-transition: 1s ease-in-out;
     -o-transition: 1s ease-in-out;
     transition: 1s ease-in-out;
     transform: translate(90em, 0);
 }

 .showbox2.slideright2 {
     float: left;
     -webkit-transform: translate(0em, 0);
     -moz-transform: translate(0em, 0);
     -o-transform: translate(0em, 0);
     -ms-transform: translate(0em, 0);
     transform: translate(0em, 0);
 }



 .showbox3 {

     -webkit-transition: 1s ease-in-out;
     -moz-transition: 1s ease-in-out;
     -o-transition: 1s ease-in-out;
     transition: 1s ease-in-out;
     transform: translate(90em, 0);
 }

 .showbox3.slideright3 {
     float: left;
     -webkit-transform: translate(0em, 0);
     -moz-transform: translate(0em, 0);
     -o-transform: translate(0em, 0);
     -ms-transform: translate(0em, 0);
     transform: translate(0em, 0);
 }
*/

/*de la rejilla debe estar en estiloCliPrincipal
 .my-list {


     float: left;
     border-radius: 5px;
     position: relative;
     overflow: hidden;
 }


 .detail {
     position: absolute;
     top: -107%;
     left: 0;
     text-align: center;
     background: black;
     opacity: 0.7;
     height: 100%;
     width: 100%;

     cursor: pointer;

 }

 .my-list:hover .detail {
     color: #FFFFFF;
     top: 0;
     transition: all .5s ease;
     -moz-transition: all .5s ease;
     -webkit-transition: all .5s ease
 }
*/
/*Parte menu, parte rejilla, por descracia no se pueden separar*/
/* por alex Davila
Esto crea el efecto del menu, y el de la rejilla,
sin embargo, el efecto del menu es comun, y el de 
la rejilla solo de la pagina principal.
considerar eso....!!!
.cuerpo {
     -webkit-transition: 3s ease-in-out;
     -moz-transition: 3s ease-in-out;
     -o-transition: 3s ease-in-out;
     transition: 3s ease-in-out;
     transform: translate(80%, 0);
 }


 .cuerpo-2 {
     -webkit-transition: 0s ease-in-out;
     -moz-transition: 0s ease-in-out;
     -o-transition: 0s ease-in-out;
     transition: 0s ease-in-out;
     transform: translate(1.5%, 0);
 }
 */

 /*---------------destacados-------------------------- */


 .vst-destacados {
     width: 746px;
     height: 542px;
 }

 .close {
    float: left !important;
    opacity: 1;
 }


 .modal-content {
     flex-direction: unset;
     background-color: transparent !important;
 }


 .modal-dialog {
     border: 0px solid black;
     background-color: rgba(255, 255, 255, 0.9) !important;
     float: right;
     margin: 5%;

     /* ojo  la ventana emergente  */

 }





 #img-static {
     opacity: 1;
     /*  filter: alpha(opacity=100);*/
 }

 #img-conte {
     opacity: 1;
     /* filter: alpha(opacity=100);*/


 }

 #top-destacados .titulo-destacado {
     font-size: 28px;
     font-family: "HelveticaLTStd-BoldCond";
     color: black;
     text-decoration: none;

 }

/*
Agregado por alex davila
Sacado de otras paginas, controla el menu de login, pero los css estan 
regados, entre achivos php, js, y css
*/

  .modal-dialog-style{
      border: 0px solid black;
      background-color: rgba(255,255,255,0.8) !important;
      float: none;
      margin: 5%; width:400px;
      margin-left: auto;
      margin-right: auto;
  }

  .clave  {   
      border: 0px;
      margin: 0px;
      width: 75%;
      height: 30px;
      background-color: white;
      border-radius: 0px 5px 5px 0px;
      text-indent: 0.5em;
  }

.usuario
 {   
  border: 0px;
  margin: 0px;
  width: 75%;
  height: 30px;
  background-color: white;
   border-radius: 0px 5px 5px 0px;
   text-indent: 0.5em;
  }


  #login{
  border-radius: 5px 0px 0px 5px;
 background-color: white;
 /*border-right:1px solid black;*/
 
  }

  #login img{
  padding: 3px 3px;
    width: 22px;
    height: 25px;
    margin-top: 2px;

  }


.linea-vertical{
     width: 1px;
    height: 30px;
    background-color: white;
    background-image: linear-gradient(#ccc,#000000, 70%,#ccc);
}

.linea-horizontal{
    width: 130px;
    height: 3px;
    background-color: white;
    background: linear-gradient(50deg, #ccc 10px, #666463 30px, #ccc );
    border-radius: 15px 15px 15px 15px;
    margin-left: auto;
    margin-right: auto;
}


  .recordarme{
    color:black;  
    font-size: 12px;     
    font-family:"HelveticaLTStd-BoldCond";
    vertical-align: text-top;
  }
  .recordar{
     vertical-align: text-top;
  }

  .olv-cont{
    font-size: 15px; 
    font-family:"HelveticaLTStd-LightCond";
    color:black; 
  }


  .tie-cue{
      font-size: 12px; 
    font-family:"HelveticaLTStd-LightCond";
    color:black; 
  }



/* contraseña y usuario*/

  .menu-sup-row{
        background: rgba(0,0,0,.5);
        margin-left: 15px;
        margin-right:  15px;
  }


  .menu-inf-row{
    background:rgba(255,255,255,.4);
    margin-left:15px;
    margin-right:15px;
  }

  .menu-inf{
      background: rgba(255,255,255,.4);
        margin-left:15px;
    margin-right:15px;
  }

  .Hta_cop{
    font-size:16px;
    /*font-family:"HelveticaLTStd-LightCond";*/
    font-family:"HelveticaLTStd-BoldCond";
    color:black;
    text-indent: 0.5em;
  }

  .Dto_usu{
    font-size:16px;
    font-family:"HelveticaLTStd-BoldCond";
    color:black;
    text-indent: 0.5em;
  }
 .etq-titulo{
  font-size:14px;
  font-family:"HelveticaLTStd-BoldCond";
  color:black;
  text-indent: 0.5em;
  font-weight: 877;
  /*margin-left: 10px;*/
  }

  .etq-dato{
  font-size:14px;
 font-family: "HelveticaLTStd-LightCond";
  color:black;
  text-indent: 0.5em;
  margin-left: 10px;
  }
  .btm-CamContra {
  font-size:14px;
  font-family: "HelveticaLTStd-LightCond";
    color:#FFFFFF !important;
  background-color: rgb(149, 1, 61);
  padding: 5px 5px;
  }

  .btm-Edtusu {
  font-size:14px;
  font-family: "HelveticaLTStd-LightCond";
    color:#FFFFFF !important;
  background-color: rgb(149, 1, 61);
      padding: 5px 5px;
  }

  .btm-cersess {
  font-size:14px;
  font-family: "HelveticaLTStd-LightCond";
  color:#FFFFFF !important;
  background-color: rgb(149,1, 61);
  padding:5px 5px;
  }
/*Esto estaba en CuerpoCliPrincipal, lo hereddo, aunque tambien lo deje ahi*/
  .claveActual{
    font-size:12px;
    font-family: "HelveticaLTStd-LightCond";
    color:black;
    width:74%;
    height:31px;
    text-indent: 0.5em;
}

/*fin de agregado por alex davila*/





 /*-------menu------*/


 .MAIN {
     margin-top: 67px;
     text-align: center
 }

 #center {
     float: right;

 }

 /*
#derecha {
   float:left;
   width: 700px;
}

*/


 .container-fluid {
     padding: 0px;
     margin: 0px;
 }

 #LogoTSA {
     width: 85px;
     height: 37px;
     margin-left: 20px;

 }

 #LogInstagram {

     width: 19px;
     height: 19px;
     margin: 10px;
 }


 #LogFacebook {
     width: 9px;
     height: 18px;
     margin: 10px;
 }


 #LogTwitter {
     width: 23px;
     height: 18px;
     margin: 10px;
 }


 #LogYoutube {
     width: 29px;
     height: 18px;
     margin: 10px;
 }

 #logIN {
     font-size: 13px;
     font-family: "HelveticaLTStd-LightCond";
     color: #FFFFFF;
     text-align: center;
     margin: 10px;
     text-decoration: none;
 }


 #logINoff {
     font-size: 13px;
     font-family: "HelveticaLTStd-LightCond";
     color: #FFFFFF;
     text-align: center;
     margin: 10px;
     text-decoration: none;
 }

 #LogBoleteria {
     width: 33px;
     height: 22px;
     margin: 10px;
 }

 #LogFd {
     width: 40px;
     height: 48px;
     margin: 10px;
 }


 #LogFd {
     width: 40px;
     height: 48px;
     padding: 0px;
 }

 #pie {
     height: 140px;
 }

 #LogAngEcuatoriano {
     width: 112px;
     height: 24px;
     margin: 10px;
 }

 #LogBanGuayaquil {
     width: 89px;
     height: 30px;
 }

 #LogLaTorre {
     width: 82px;
     height: 27px;
 }

 #LogBueVista {
     width: 59px;
     height: 32px;
 }


 #LogLasTerrazas {
     width: 50px;
     height: 34px;
 }

 #LogMenu {
     width: 50px;
     height: 34px;
     border: 0px;
 }

 #LinSep {
     width: 171px;
     height: 5px;
     border: 0px;

 }

 .menu a {
     font-size: 20px;
     font-family: "HelveticaLTStd-LightCond";
     color: #FFFFFF;
     text-decoration: none;
     padding: 0px;
 }

 #head {
     height: 53px;
 }

 .navbar {
     padding: 0px;
 }

 .menu .nav-link {
     display: block;
     padding: 0px;
     /*quita margen */
     color: white;
     margin-top: 0px;
 }

 #MenuRedesSociales-pc {
     vertical-align: middle;
     height: 53px;
 }

 #MenuRedesSociales-pc ul {
     margin-top: 15px;

 }

 #MenuRedesSociales-pc ul li.nav-item {
     width: 62px;
     vertical-align: middle;
     text-align: center
 }



 #RedesSociales-pc {
     float: left;
 }



 #footerico {

     width: 100%;
     margin: 0px;
     padding: 0px;
 }







 #LogDir {
     font-size: 10px;
     font-family: "HelveticaLTStd-LightCond";
     color: #FFFFFF;
     text-align: center;
     /* margin: 18px 8px;*/
     text-decoration: none;
     line-height: 1.2;
     vertical-align: middle;

 }


 #main-pc a:hover {

     font-family: "HelveticaLTStd-LightCond";
     font-size: 22px;
 }


 #main-mobil a {
     font-size: 20px;
     font-family: "HelveticaLTStd-BoldCond";
     color: #FFFFFF;
     text-decoration: none;
 }



 #main-mobil {
     display: none;
 }


 #pie-mobil {
     display: none;
 }



 /*--------------  menu redes -------------------------*/

 #menu-Redes-Movil {
     display: none;
 }

 #MenuRedesSociales-pc {
     display: block;
 }

@media (orientation: landscape){
    .MAIN_cuerpo_derecha{
        margin: 0px 5vw;
    }
    .MAIN_cuerpo_sinid{
        float:right;  width:75%;
    }
}

@media (orientation: portrait){
    .MAIN_cuerpo_derecha{
        margin: 0px 2.5vw;
    }
    .MAIN_cuerpo_sinid {
        float: unset !important;
        width: 100vw !important;
    }
}


 /*-----------------------------------MEDIAQUERYS-----------------------*/
 @media screen and (max-width: 670px) {


     body {
         background-repeat: no-repeat;
         background-position: center;
         width: 100%;

         margin: 0px;
         padding: 0px;
         background: url('https://d1ywt2avzpojqc.cloudfront.net/web/fondos/inicio01.png') center center no-repeat fixed;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         background-color: black;


     }







     #menu-Redes-Movil {
         display: none;
     }

     #MenuRedesSociales-pc {
         display: block;
     }

     .navbar-collapse {
         flex-basis: 0px;
         -ms-flex-positive: 1;
         -ms-flex-align: center;
     }

     div#MenuRedesSociales-pc {
         margin-top: -10px;
     }

     #main-pc {
         display: none;
     }


     #pie-pc {
         display: none;
     }


     #main-mobil {
         display: block;
         margin-bottom: 160px;
     }




     #pie-mobil {
         display: block;
     }

 }



 @media screen and (max-width: 390px) {






     body {
         background-repeat: no-repeat;
         background-position: center;
         width: 100%;
         margin: 0px;
         padding: 0px;
         background: url('https://d1ywt2avzpojqc.cloudfront.net/web/fondos/inicio01.png') center center no-repeat fixed;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         background-color: black;


     }

     /*http://webresizer.com/resizer/*/





     /*--------------- menu redes sociales   ----------------*/
/*
     #menu-Redes-Movil {
         display: block;
     }
*/
     .navbar-toggler {
         border-left: 15px;
     }


     .MAIN {
         margin-top: 60px;

     }


     #pie {
         height: 300px;
     }


     /*
     #MenuRedesSociales-pc {
        display: none;
     }

     div#MenuRedesSociales-pc.navbar-collapse.js-navbar-collapse a {
         width: 110px;
         background-color: blue;
         padding: 0px;
         border: 0px;
     }
     */

     div#menu-Redes-Movil.navbar-collapse.js-navbar-collapse li.nav-item {
         width: 20px;

     }


     #menu-Redes-Movil li {
         border-left: 1px solid #FFFFFF;
         height: 20px;
     }


 /*-------menu------*/


























     #menu-Redes-Movil {

         margin-left: -20px;
         margin-top: 10px;
     }


     #LogoTSA {
         margin-top: -10px;
         width: 65px;
         height: 27px;
     }

     #LogInstagram {

         width: 19px;
         height: 19px;
         margin-right: 5px;
         margin-left: 5px;
         margin-top: 0px;
     }


     #LogFacebook {
         width: 9px;
         height: 18px;
         margin-right: 8px;
         margin-left: 8px;
         margin-top: 0px;

     }


     #LogTwitter {
         width: 23px;
         height: 18px;
         margin-right: 5px;
         margin-left: 5px;
         margin-top: 0px;
     }


     #LogYoutube {
         width: 29px;
         height: 18px;
         margin-right: 5px;
         margin-left: 5px;
         margin-top: 0px;
     }

     #logIN {
         font-size: 13px;
         font-family: "HelveticaLTStd-LightCond";
         color: #FFFFFF;
         text-align: center;
         text-decoration: none;
         margin-right: 5px;
         margin-left: 5px;
     }


     #LogBoleteria {
         width: 33px;
         height: 22px;
         margin-right: 0px;
         margin-left: 5px;
         margin-top: 0px;
     }










     #MenuRedesSociales-pc {
         vertical-align: middle;
         height: 53px;
         width: 60px;
     }

     #MenuRedesSociales-pc ul {
         margin-top: 5px;

     }

     #MenuRedesSociales-pc ul li.nav-item {
         width: auto;
         vertical-align: middle;
         text-align: center
     }




     #RedesSociales-pc {
         float: right;
     }






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








     #main-pc {
         display: none;
     }


     #pie-pc {
         display: none;
     }


     #main-mobil {
         display: block;
         margin-bottom: 160px;
     }

     #pie-mobil {
         display: block;
     }

     /*---------------------------------------------------------------*/
     /*------------------     Pie Movil   ----------------------------*/
     /*---------------------------------------------------------------*/

     #LogMenu {
         width: 30px;
         height: 25px;
         outline: none;
         border: 0;
         margin-right: 20px;
         padding: 0px;


     }

     .footer {
         /*position:fixed;*/
         bottom: 0px;
         /*height: 110px;*/
         width: 100%;
         /*margin-bottom:60px;
        background-color: red;*/
     }

     #LogFd {
         width: 40px;
         height: 48px;
         padding: 0px;
     }



     #LogAngEcuatoriano {
         width: 100px;
         height: 20px;
         margin: 2px;
     }

     #LogBanGuayaquil {
         width: 80px;
         height: 25px;
     }

     #LogLaTorre {
         width: 76px;
         height: 24px;
     }

     #LogBueVista {
         width: 50px;
         height: 28px;
     }


     #LogLasTerrazas {
         width: 45px;
         height: 30px;
     }



     #main-mobil a:hover {
         font-size: 25px;
         font-family: "HelveticaLTStd-BoldCond";
         color: #FFFFFF;
         text-decoration: none;

     }



 }
































































 /*------------Fuentes DE menu ---------------*/





 @font-face {
     font-family: "HelveticaLTStd-BoldCond";
     src: url("../lib/fuentes/HelveticaLTStd-BoldCond.otf") format("opentype");
 }

 @font-face {
     font-family: "HelveticaLTStd-LightCond";
     src: url("../lib/fuentes/HelveticaLTStd-LightCond.otf") format("opentype");
 }


 @font-face {
     font-family: "AvenirLTStd-Light";
     src: url("../lib/fuentes/AvenirLTStd-Light.otf") format("opentype");
 }







/* por alguna puta razon no se centra el login en las otras paginas
revisar la parte movil en algun momento
*/
 .MAIN {
     margin-top: 67px;
     text-align: center
 }

@media (orientation: landscape){
    .MAIN[tsa-pagina=Programacion] .MAIN_cuerpo_sinid{
        margin-top:-51px !important;
    }
}
.MAIN[tsa-pagina=Telon] .MAIN_cuerpo_sinid {
    margin-top:-51px !important;
}
.MAIN[tsa-pagina=Conocenos] .MAIN_cuerpo_sinid/*,
 .MAIN[tsa-pagina=Alquiler] .MAIN_cuerpo_sinid,
 .MAIN[tsa-pagina=Revista] .MAIN_cuerpo_sinid,
 .MAIN[tsa-pagina=Café_Vino_Bar] .MAIN_cuerpo_sinid,
 .MAIN[tsa-pagina=Ambiental] .MAIN_cuerpo_sinid*/ {
    margin-top:-28px !important;
}

 #ModalLogin {
     text-align: center;
 }

 .tsa {
    font-family: "HelveticaLTStd-LightCond";
 }

 .tsa-evento-titulo {
     /*
    position: absolute;
    bottom: 0px;
    color: #FFFFFF;
    font-family: 'HelveticaLTStd-LightCond';
    font-size: 12px;
    height: auto;
    line-height: 1.2em;
    width: 100%;
    */
    background-color: rgba(0,0,0,0.65);
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    height: 25% !important;
 }

.tsa-border-top {
    border-top: solid 1px black;
}

.tsa-left {
     float:left;
}

.tsa-right {
    float: right;
}

.tsa-compra-plateas-distribucion-img {
    width: 100%;
    height: auto;
    border: 0;
}

.tsa-compra-plateas-header {
    color:black;
	font-size: 15px;
    font-family:"HelveticaLTStd-BoldCond";
    text-align: center;
}

.tsa-compra-plateas-nombre {
    color:black; 
    font-size: 20px; 
    font-family:"HelveticaLTStd-BoldCond";
    text-align: left;
    padding-left: 10px;
    border-left: solid 25px;
}

.tsa-compra-plateas-precio {
    padding:0px; 
    margin-top:-20px; 
    font-size: 15px; 
    font-family:"HelveticaLTStd-LightCond"; 
    color:black;
    text-align: left;
    margin-left: 35px;
}

.tsa-pago-user {
    font-family: "HelveticaLTStd-LightCond";
    font-size: 17px;
    margin: 0 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid rgb(140,141,141);
    font-weight: 700;
}

.tsa-compra-pago-titulo {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
    text-align: left;
    margin-top: 0.5rem;
}

.tsa-compra-pago-detalle {
    background-color: rgba(255, 255, 255, .4);
    border-bottom: 1px solid #A9A9A9;
    margin: 0;
    padding: 0.25rem 0;
}

.tsa-modal-dialog {
    width: 63.4vw;;
    margin-right: 6vw !important;
    max-width: 63.4vw !important;
}

 .tsa-modal {
    overflow: auto;
 }

 .tsa-modal-content {
     display: block;
 }

 .tsa-compra-modal-body {
    padding-top: 0;
 }

 .tsa-compra-modal-media-label {
    margin-top:   2.5%;
    margin-right: 0.5rem !important;
 }

 .tsa-compra-modal-close-col {
    padding-top:   0.75rem !important;
    padding-right: 0.75rem !important;
    padding-left:  0.75rem !important;
    font-family: "Arial Unicode MS";
 }

 .tsa-font-normal {
    font-family: 'Opens Sans', helvetica;
    font-size: 16px;
 }

 li#RegUsuario {
    text-align: center;
 }

.btn-tsa, .tsa-btn {
    background-color: rgb(149, 1, 61);
    border-radius: 0;
    color: white !important;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
    width: 11vw;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-w200 {
    width: 200px;
}

.tsa-compra-sinopsis-ver {
    color: black;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

.tsa-sinopsis-elenco [role=title], 
.tsa-sinopsis-artistas [role=title] {
    font-weight: 700;
    display: none;
}

.tsa-sinopsis-elenco [rol=content], 
.tsa-sinopsis-artistas [rol=content] {
    text-align: justify;
    font-size: 15px !important;
    font-family: "HelveticaLTStd-LightCond";
}

.tsa-modal {
    position: absolute;
}

.tsa-modal .modal-dialog {
    max-width: 65vw;
    float: unset;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;    
}

.tsa-terminos {
    position: absolute;
}

.tsa-terminos .modal-dialog {
    max-width: 65vw;
    float: unset;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;    
}
.tsa-terminos .modal-dialog .modal-content .modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.tsa-terminos strong {
    text-align: center;
}
.tsa-terminos p {
    text-align: justify;
}

.tsa-sinopsis-media-image{
	float:right; 
	width:96px; 
	height:auto; /*67px; */
    padding:5px;
    background-size: cover;
}
.tsa-sinopsis-media-video {
	float:left; 
	width:96px; 
	height:67px;		
}
.tsa-sinopsis-media-video img{
	width:auto; 
	height:100%;		
}

.tsa-form-bg {
    background:rgba(255,255,255,.4);
}

.tsa-tab-header {
    border-bottom: 1px solid; 
    border-bottom-color: rgb(105, 105, 105,0.5); 
    margin-bottom: 10px;
    text-align: center;
    height: 5vh;
}

.tsa-tab-item {
    cursor: pointer;
}

.tsa-tab-header .tsa-tab-item span {
    vertical-align: middle;
}

.tsa-tab-selected {
    font-size: 18px;
    font-weight: 700;
}

.tsa-color-wine {
    color: rgb(149, 1, 61);
}

.form-control {
    height: calc(1.75rem + 2px);
}

.tsa-table-header {
    font-weight: 700;
    font-size: 14px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-image: linear-gradient(to bottom, gray, black) 1 25%;
    text-align: center;
}

.tsa-table-header-th {
    border-left: solid 1px;
    border-image: linear-gradient(to bottom, white, black, white) 1;
}

.tsa-table-header-th:first-child {
    border-left: unset;
}
.tsa-table-detail{
    border-bottom: solid 1px gray;
}
.tsa-table-detail:last-child{
    border-bottom: unset;
}

.tsa-table-detail-td {
    border-left: solid 1px gray;
}
.tsa-table-detail-td,
.tsa-table-footer-td {
    padding: 0 0.5rem;
}

.tsa-table-detail-td:first-child {
    border-left: unset;
}

.tsa-table-footer-td {
    border-left: solid 1px;
    border-image: linear-gradient(to bottom, gray, white) 1;
}
.tsa-table-footer-td:first-child {
    border-left: unset;
}

.tsa-required::after {
    content: "*";
    color: red;
    margin-left: 4px;
}

#RedesSociales-pc .tsa-info-footer-link{
    padding-left: 0;
    padding-right: 0;

}

#LogBoleteria{
    cursor: pointer;
}

[role="row-btm-ActDatFact"] .tsa-container-actions {
    padding: 0.25rem 0 !important;
}
