/* Global Styles Centilux */

body, html {
    font-style: normal;
    background-color: #FFF;
    scroll-behavior: smooth;
    margin: 0px;
}


/* Nav */
.navbar-fondo{
    font-weight: bold; 
    background-color: #769FB7;
}

.nav-link {
    font-size: 0.8em;
    text-transform: uppercase;
}

.nav-link:hover {  
    color: #f49308;
    border-bottom: 2px solid #FFF;
}

.nav-link:active {  
    color: #f49308;
    border-bottom: 2px solid #FFF;
}

/* Lista Categorías */
.categorias-list {
    text-align: left;
    list-style: none;
}

.categorias-list li {
    text-indent: -40px;
    line-height: 40px;
    font-size: 15px;
}

.categorias-list li a {
    display: block;
    text-decoration: none;
    color:  #4D86BC;
}

.categorias-list li a:hover {
    text-decoration: none;
    color: #22476A;
}

.categorias-list li a:active,
.categorias-list li a:focus {
    text-decoration: none;
}

/* Drop menú Categorías Home Page*/
.dropdown-menu a {
    text-decoration: none;
    line-height: 35px;
    color:  #4D86BC;
    cursor: pointer;
    cursor: hand;
}

.dropdown-menu a:hover {
    text-decoration: none;
    color: #3C7AB4;
}

.dropdown-menu a:active,
.dropdown-menu a:focus {
    text-decoration: none;
}

/* Sombra */
.sombra{
    /*color: #4D86BC;*/ 
    color: #FFF; 
    text-shadow: 2px 2px 6px #808080;
}

/* Texto Sólido */
.texto-solido{
    color: #343A40;
}

/* LOAD Ajax */
.AjaxBefore{    
    position: fixed;
    display: table;
    z-index: 9999;
    width: 100%;
    height: 100%;
    color: #202020;
    background-color: rgba(255, 255, 255, 0.00);
}

.text-AjaxBefore {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    margin-top: -20px;
    color: rgba(0, 0, 0, 0.2);
}

/* Cards */
.padre {
   position: absolute; 
   top: 0px; 
   left: 0px; 
   width: 100%; 
   height: 100%; 
}
.hijo {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0; 
    left: 0px;
    background-color: rgba(54, 100, 148, 0.75); color:#FFF;
}

.nieto, .nieto_s, .nieto_p {
    display: table-cell; 
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

.card-animacion {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease; /* Firefox */
    -webkit-transition: 0.3s ease; /* Chrome - Safari */
    -o-transition: 0.3s ease; /* Opera */
}
.card-animacion:hover {
    transform : scale(1.03);
    -moz-transform : scale(1.03); /* Firefox */
    -webkit-transform : scale(1.03); /* Chrome - Safari */
    -o-transform : scale(1.03); /* Opera */
}

/* Fondo Trasparente*/
.transparente {
    background-color: rgba(255, 255, 255, 0.0);
}

/* Cabecera */
.jumbotron-home {
    display: table;
    width: 100%;
    color: #FFF;
    background-color: #FFF;
    /*border-bottom: 0px solid #404040;*/
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 1;
    filter: alpha(opacity=1);

}

.text-jumbotron-home {
    display: table-cell;
    color: #FFF;
    font-weight: bolder;
    text-align: center;
    vertical-align: bottom;
}

.titulo{
    font-size: 2.0em;
    font-style: italic;
}

/* Menú Items */
#portadas_m, #clientes_m, #lista_m, #cartelera_m, #home_page, #home_page_clientes, #varios_m, #salir_m, #carrusel_m:hover {
    cursor: pointer;
    cursor: hand;
};


/* Animacion nav-link TABS */
.nav-link{
    animation-duration: 0.8s;
}

.inputs_cuit {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 5px 0.1px;
    text-align: center;
    /*text-transform: capitalize;*/
    font-size: 25px;
    font-weight: bold;
}
/* IMG Redondeadas*/
.img-radius{
    border-radius: 10px;
}

/* inputs */
input:hover:enabled , textArea:hover:enabled {
    border: 1px solid #808080;
}
input:required:enabled {
    background-color: rgba(255 ,255 ,255 , 0.50);
    color: #000;
    font-weight: bolder;
}
input:required:hover:enabled {
    background-color: rgba(255 ,255 ,255 , 0.75);
}
input:required:focus:enabled {
    background-color: rgba(255 ,255 ,255 , 0.95);
}
input:optional:enabled {
    background-color: rgba(255 ,255 ,255 , 0.50);
    color: #000;
    font-weight: bolder;
}
input:optional:hover:enabled {
    background-color: rgba(255 ,255 ,255 , 0.75);
}
input:optional:focus:enabled {
    background-color: rgba(255 ,255 ,255 , 0.95);
}
textArea:required:enabled {
    background-color: rgba(255 ,255 ,255 , 0.50);
    color: #000;
    font-weight: bolder;
}
textArea:required:hover:enabled {
    background-color: rgba(255 ,255 ,255 , 0.75);
}
textArea:required:focus:enabled {
    background-color: rgba(255 ,255 ,255 , 0.95);
}
textArea:optional:enabled {
    background-color: rgba(255 ,255 ,255 , 0.50);
    color: #000;
    font-weight: bolder;
}
select:required:enabled {
    background-color: rgba(255 ,255 ,255 , 0.75);
}
select:required:hover:enabled {
    background-color: rgba(255 ,255 ,255 , 0.95);
}
select:required:focus:enabled {
    background-color: rgba(255 ,255 ,255 , 0.50);    
}

/* DIV Transpararente */
.transparente {
    background-color: rgba(255, 255, 255, 0.0);
}

/* label */
label {
    font-weight: bold;
}
/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 15%;
    color: #FFF;
    background-color: #366494;
    padding-bottom: 5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Footer */

.footer {
    display: table;
    position: relative;
    width: 100%;
    height: 30vh;
    background-color: #222;
    margin-bottom: -25px;
}

.text-footer {
    color: #FFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle ;

}

/* btn Footer */
.btn-social {
    color: #FFF;
    width: 10px;
    height: 10px;
    padding: 0px 0px;
    font-size: 30px;
    border-radius: 25px;
    margin: 5px 5px 0px 0px
}
.btn-social:hover,
.btn-sccial:focus,
.btn-social:active {
    opacity: 0.80;
    filter: alpha(opacity=80);
}

/* Botón Up en Items (Detalle))*/
#menu-up {
    z-index: 3;
    position: fixed;
    bottom: 0;
    right: 0;
}

.up-buttom {
    margin: 0 5px 5px 0;
}

/* Whatsapp y Teléfono Fijo */
#boton_whatsapp, #boton_email, #boton_scroll, #boton_telefono, #boton_buscar {
    z-index: 1000;
    position: fixed;
    color: #FFF;
    border-radius: 10px;
    bottom: 0;
    right: 0;
    opacity: 0.90;
    filter: alpha(opacity=90);
    overflow: hidden;
}

.boton_scroll {
    margin: 0 10px 20px 0;
}

.boton_email {
    margin: 0 10px 160px 0;
}

.boton_whatsapp {
    margin: 0 10px 230px 0;
}

.boton_telefono {
    margin: 0 10px 300px 0;
}

/* Buscar */
#boton_buscar {
    background-color: #366494;
    opacity: 0.9;
    filter: alpha(opacity=90);
    overflow: hidden;
}
.boton_buscar {
    margin: 0 10px 90px 0;
}
#boton_buscar:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Carrito */
#boton_carrito {
    z-index: 1000;
    position: fixed;
    border-radius: 5px;
    top: 0;
    right: 0;
    background-color: #FFE600;
    opacity: 0.9;
    filter: alpha(opacity=90);
    overflow: hidden;
}
.boton_carrito {
    margin: 200px 10px 0 0;    
}
#boton_carrito:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Botones Redes Sociales NAV*/
.navbar-nav > li > a.btn-circle,
.navbar-nav > a.btn-circle {
    color: #000;
    width: 35px;
    background-color: #FFF;
    height: 35px;
    padding: 7px 0px;
    font-size: 10px;
    border-radius: 25px;
    margin: 5px 5px 0px 5px;
}
.navbar-nav > li > a.btn-circle:hover,
.navbar-nav > li > a.btn-circle:focus,
.navbar-nav > li > a.btn-circle:active {
    color: #000;
    width: 35px;
    background-color: #CCC;
    height: 35px;
    padding: 7px 0px;
    font-size: 10px;
    border-radius: 25px;
    margin: 5px 5px 0px 5px;
    opacity: 0.80;
    filter: alpha(opacity=80);
}

.FondoFotorama{
    background-color: rgba(255, 255, 255, 0.1);
}

.icons-categoria{
    width: 25px;
    height: 25px;
}

/* Links Pie */
a.pie {
    display: block;
    text-decoration: none;
    color:  #FFF;
    margin: 20px 0px;
}

a.pie:hover {
    text-decoration: none;
    color: #CCC;
}

a.pie:active,
a.pie:focus {
    text-decoration: none;
}

/* CUIT Clientes */
.cuit-input {
    width: 30px;
    height: 35px;
    margin: 5px 0.1px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

/* Saca flechitas en el input type=number*/
.cuit-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.cuit-input{
    -moz-appearance: textfield;
}
/* FIN CUIT Clientes */