/* ========================================= General styles ======================================*/
@font-face { 
    font-family: "FontFamilyLogo";
    src: url("../fonts/GOODTIME.ttf");
}
@font-face { 
    font-family: "FontFamilySPro";
    src: url("../fonts/SourceSansPro-Regular.otf");
}
body{
    font-family: "FontFamilySPro";
    line-height: 1.5;
    font-size: 1.4em;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
}
nav{
    width: 100%;
    position: fixed;
    top: 0px;
    background-color:#0f477f;
    /*background-color: rgba(15, 71, 127,.9);/*azul fuerte*/
    box-shadow: 2px 0px 7px #000;
	z-index: 50;
}

.contenedor-tabla{
    display: table;
    width: 100%;
}
.contenedor-tr {
  display: table-row;
  width: 100%;
}
.contenedor-tr > a{
	text-decoration: none;
	color: #fff;
}
.contenedor-tr > a:hover{
	/* background-color: rgb(23, 107, 239);   /* #176BEF azul de google*/
	background-color: rgb(2, 177, 252); /*azul claro*/
    transition: background-color .4s ease-in;
    -moz-transition: background-color .4s ease-in;
    -webkit-transition: background-color .4s ease-in;
    -ms-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
}
/*.contenedor-tr > a:hover{
    background-color: rgba(173, 0, 0,.7);
    transition: background-color .4s ease-in;
    -moz-transition: background-color .4s ease-in;
    -webkit-transition: background-color .4s ease-in;
    -ms-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
}*/
.contenedor-tr > a:last-child{
	border-right: 1px solid rgba(149, 165, 166,0.1);
}
.table-cell-td {
  display: table-cell;
  padding: 20px 7px;
  border-left: 1px solid rgba(149, 165, 166,0.8);
  text-align: center;
  width: 20%; /* 20 originaltamaño del encabezado*/
}
.table-cell-td:focus{
	outline: none;
}
.logo-navbar{
    background-image: url(../images/img/logoixtepec.png);
    width: 59px;
    height: 59px;
    margin-left: 2%;
    float: left;
}
.text-navbar{
    color: #fff;
    font-size: 19px;
    float: left;
    margin-left: 2%;
    margin-top: 15px;
}
#mobile-menu-list{
	display: none;
}
section{
    width: 100%;
    margin: 0px;
    padding: 25px 0px; /*by rob 90 antes entre baner y seccion*/
}
article{
    width: 100%;
    margin: 0px;
    padding: 10px;
}
footer{
    width: 100%;
    color: #fff;
    background-color: rgba(15, 71, 127,.9);/*azul fuerte*/
    /*background-color: rgba(61, 3, 3,1);*/
    padding: 20px 0px;
}
.social-icon{
    margin: 7px 7px;
    transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
}
.social-icon:hover{
    text-decoration: none; 
    opacity: 0.7;
    transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    
}
.social-icon:focus{
    outline: none;
}
.tittles-pages-logo{
    font-family: "FontFamilyLogo";
}
.center-all-contens{
    margin-left: auto;
    margin-right: auto;
}
#carrito-compras-tienda{
    width: 100%;
    padding: 20px;
}
#container-carrito-compras{
   background-color: rgb(43, 29, 29);
   color:#fff;
   display: none;
}
/* ========================================= index styles ======================================*/
#container-page-index{
    background-image: url(../images/img/font-index.jpg);	
}
#jumbotron-index{
    margin: 0px;
    padding: 140px 25px; /*ancho de imagen central despues del menu*/
    color: #fff;
    background-color: rgba(0,0,0,.4);
    text-align: center; /*robe*/
}
#new-prod-index{
    background-color: rgba(255,255,255,.9);

}
#reg-info-index{
    background-color: rgba(255,255,255,.9);
    border-top: 1px solid rgba(183, 165, 165,.2);
}
#distribuidores-index{
    background-color: rgba(186, 188, 171,.87);
    color: #000;
}
.page-header{ /*by rober tod*/
text-align: center;

}

p.direccion { 
    font-size: 12px;
 }


/* ========================================= product styles ======================================*/
#container-page-product{
    background-image: url(../images/img/font-index.JPG);
}
#store, #infoproduct, #container-pedido{
    background-color: rgba(255,255,255,.97);
    min-height: 900px;
}
/* ========================================= contacto styles ======================================*/
#container-page-contacto{
    background-image: url(../images/img/font-contacto.jpg);
}
#form-contacto{
    min-height: 900px;
    background-color: rgba(183, 165, 165,.5);
    padding-top: 120px;
}
#container-form{
    width: 100%;
    padding: 40px;
    background-color: #02b1fc;
    border-radius: 7px;
}
/* ========================================= configAdmin styles ======================================*/
#container-page-configAdmin{
    background-image: url(../images/img/font-index.JPG);
}
#prove-product-cat-config{
    background-color: #fff;
    min-height: 900px;
}
#add-product,
#del-prod-form,
#add-categori,
#del-categori,
#add-provee,
#del-prove,
#add-admin,
#del-admin,
#del-pedido{
    border: 1px solid #e0e1e1 !important;
    border-radius: 4px;
    padding: 10px;
}
