/********** Template CSS **********/
:root {
    --primary: #FD5D14;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
    --menufinal:  #000000;
    --color_fonfo_menu:  #FFBF00;
    --color_menu_activo: #FF0000;
    --fondo_pie_pagina: #000000;
    --fondo_pie_pagina_final:  #FFBF00;
    --fondo_color_tabla_tarifas:  #000000;
    --fondo_color_tabla_compra:  #000000;
}

.btn-outline-successb
{
    color: var(--color_fondo_boton_compra) !important; 
    border-color: var(--color_fondo_boton_comprao) !important; 
}


.fondo-pie-pagina
{
    background-color: var(--fondo_pie_pagina);

}
.fondo-pie-pagina-final
{
    background-color: var(--fondo_pie_pagina_final);
    color: #000000 !important;
}

.agregar_compra
{
    cursor: pointer;
    -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

#detalles_compra_confiteria
{
    border-style: solid;
    padding-top: 6px;
    background: #FFFFFF;
    color: #000000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 80px;
    height: 60%;
    z-index: 98;
    overflow-y: scroll;
    -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
    display: none;
}

.padding_combos
{
    padding-right: 6px !important;
    padding-left: 6px !important;
}

#pie_agrega_confiteria
{
    padding-top: 6px;
    background: #000000;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    z-index: 99;
    display: none;
}

#pie_agrega_confiteria_express
{
    padding-top: 6px;
    background: #000000;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 155px;
    z-index: 99;
}

.btn-border-bottomy {
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #007bff; /* Color del borde inferior */
      color: #FFFFFF; /* Color del texto */
    }
    .btn-border-bottomy:hover {
      background-color: rgba(0, 123, 255, 0.1); /* Efecto al pasar el mouse */
    }
    
    
.pt-6 {
    padding-top: 90px;
}
.separado_app_icon
{
    padding-top: 20px;
    margin-top: 20px;

}
.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}



.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #FFFFFF;
    background-color: var(--color_menu_activo);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(4, 15, 40, .7); */
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}
.poster_titulo_cartelera
{
    padding-top:8px;
    color: #FFFFFF; 
    font-size:21px;
    font-weight: bold;
    width: 100%; 
    max-width: 300px;
    height: auto;
    z-index: 2;
    border-radius: 15px 15px 0 0; /* Solo las esquinas superiores redondeadas */

}

.poster_titulo_sillastipo
{
    background-color: var(--color_menu_activo); 
    color: #FFFFFF; 
    font-size:21px;
    font-weight: bold;
    width: 100%; 
    padding: 4px;
    max-width: 300px;
    z-index: 2;
}

.poster_titulo_tipo_audio
{
    background-color: var(--color_menu_activo); 
    color: #FFFFFF; 
    font-size:21px;
    font-weight: bold;
    width: 100%; 
    padding: 4px;
    max-width: 300px;
    z-index: 2;
    border-radius:0 0 15px 15px; /* Solo las esquinas superiores redondeadas */
}

.poster_titulo
{
    background-color: var(--color-recuadro-superior-cartelera-encartelera); 
    color: #000033; 
    padding: 4px;
    font-size:18px;
    font-weight: bold;
    width: 100%; 
    max-width: 300px;
    z-index: 2;
}

.poster_info
{
    background-color: #FFFFFF;
    color: #000033;
    width: 100%;
    max-width: 300px;
    height: 60px;
    font-size:16px;
display: flex; justify-content: center; align-items: center;

    
}

.poster_horarios
{
    background-color: #000033;
    color: #fff; 
    width: 100%; 
    max-width: 300px;
    height: 30px;
    display: flex; justify-content: center; align-items: center;

}

@media only screen and (max-width: 600px) {
    #cartelera_no_mobil { display:none;  }
    #cartelera_si_mobil { display:block; }
    .cartelera_no_mobil { display:none;  }
    .cartelera_si_mobil { display:block; }
  .pelicula_badge 
  {
    left: calc(100% - 225px) !important;
    left: -29px !important;
    font-size: 0.8rem !important;
    width: 173px !important;
    height: 25px !important;
  }
}

@media only screen and (min-width: 600px) {
    #cartelera_no_mobil { display:block; }
    #cartelera_si_mobil { display:none;  }
    .cartelera_no_mobil { display:flex; }
    .cartelera_si_mobil { display:none;  }

.pelicula_badge 
  {
    display: flex !important;
    left: -92px !important;
    width: 213px !important;
    height: 35px !important;
  }
}


.pelicula_badge
{
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background-color: #FF0000;
    font-weight: 500;
    font-size: 1.2rem;
    z-index: 1;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0;
    -webkit-clip-path: polygon(18.52% 2px, 77.29% -9px, 99.92% 109.88%, 5px 104.09%);;
    clip-path: polygon(18.52% 2px, 77.29% -9px, 99.92% 109.88%, 5px 104.09%);;
    width: 213px;
    height: 35px;
    top: 106px;
    left: -92px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    margin-top: -30px;
}

.corrige_top_badge
{
    top: 75px !important;
    
}

.pelicula_badge_cartelera
{
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    font-weight: 500;
    font-size: 1.2rem;
    z-index: 1;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0;
    -webkit-clip-path: polygon(18.52% 2px, 77.29% -9px, 99.92% 109.88%, 5px 104.09%);;
    clip-path: polygon(18.52% 2px, 77.29% -9px, 99.92% 109.88%, 5px 104.09%);;
    width: 213px;
    height: 35px;
    top: 76px;
    left: -92px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    margin-top: -30px;
}

.separador_poster
{
    margin-top: 25px;
}

.bg-menufinal
{
    background-color:var(--menufinal);
    color: #FFFFFF;
}
.text-primary
{
    color:var(--color-enfoque-subtitulo) !important;
}


.etiqueta_proximamente
{
    background-color: #000000;
}
.titulo_proximamente
{
    background-color:  var(--color-recuadro-superior-cartelera-proximamente); 
}
.cuadrodefecha
{
    text-align: center;
    display: inline;
    border: 1px solid #F1F1F1;
    font-size: 13px;
    margin-right: 1px;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    float: left;
    color: #FFFFFF;
    cursor: pointer;
    width: 80px;
}
.cuadrodefechainactivo
{
  background-color: var(--color_cuadro_fecha_inactivo);
}
.cuadroactivo
{
  background-color: var(--color_cuadro_fecha_activo); 
}
.contenedorgeneral
{
    /**display: none; **/
}

.tabla_carrito th 
{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #081E62;;
  color: white;
}
.tabla_carrito
{
  border-collapse: collapse;
  width: 100%;
  color: #000000;
  font-size: 0.8rem;
}


.tabla_precios th 
{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color:var(--fondo_color_tabla_tarifas);
  color: white;
}

.tabla_precios
{
  border-collapse: collapse;
  width: 100%;
  padding-bottom: 12px;
  color: #000000;
  font-size:1.0rem;
}




.form-control
{
 color:#000000 !important;   
}
label
{
 color:#000000 !important;   
}