/* ========================================= General styles ======================================*/
@font-face {
  font-family: "FontFamilyLogo";
  src: url("../fonts/GOODTIME.ttf");
}
@font-face {
  font-family: "FontFamilySPro";
  src: url("../fonts/SourceSansPro-Regular.otf");
}

@import url("https://fonts.googleapis.com/css2?family=Roioto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");

body {
  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;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
nav {
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: rgba(56, 153, 0, 0.9);
  box-shadow: 2px 0px 7px #000;
  z-index: 50;
  backdrop-filter: blur(10px);
}

nav {
}
.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: #ffbd6f;
  transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  -webkit-transition: background-color 0.4s ease-in;
  -ms-transition: background-color 0.4s ease-in;
  -o-transition: background-color 0.4s ease-in;
}
.contenedor-tr > a:last-child {
  border-right: 1px solid rgba(149, 165, 166, 0.8);
}
.table-cell-td {
  display: table-cell;
  padding: 20px 7px;
  border-left: 1px solid rgba(149, 165, 166, 0.8);
  text-align: center;
  width: 20%;
}

.nav2-text {
  color: black;
}
.table-cell-td:focus {
  outline: none;
}
.logo-navbar {
  background-image: url(../assets/img/wall.jpg);
  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: 90px 0px;
}
article {
  width: 100%;
  margin: 0px;
  padding: 10px;
}
footer {
  width: 100%;
  color: white;
  background-color: rgb(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  padding: 40px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.glow {
  /*font-size: 80px;*/
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073,
    0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}

.social-icon {
  margin: 7px 7px;
  transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
}
.social-icon:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.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: #333;
  color: #fff;
  display: none;
}
/* ========================================= index styles ======================================*/
#container-page-index {
  background-image: url(../assets/img/wall.jpg);
}
#jumbotron-index {
  margin: 0px;
  padding: 140px 25px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: FontFamilyLogo;
}
#new-prod-index {
  background-color: rgba(255, 255, 255, 0.9);
}
#reg-info-index {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(183, 165, 165, 0.2);
}
#distribuidores-index {
  background-color: rgba(186, 188, 171, 0.87);
  color: #000;
}
/* ========================================= product styles ======================================*/
#container-page-product {
  background-image: url(../assets/img/font-index.JPG);
}
#store,
#infoproduct,
#container-pedido {
  background-color: rgba(255, 255, 255, 0.97);
  min-height: 900px;
}
/* ========================================= registration styles ======================================*/
#container-page-registration {
  background-image: url(../assets/img/font-registration.jpg);
}
#form-registration {
  min-height: 900px;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 120px;
}
#container-form {
  width: 100%;
  padding: 40px;
  background-color: #333;
  border-radius: 7px;
}
/* ========================================= configAdmin styles ======================================*/
#container-page-configAdmin {
  background-image: url(../assets/img/font-index.JPG);
}
#prove-product-cat-config {
  background-color: #fff;

  padding-top: 0;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#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;
}

/*Imagen*/
.thumbnail img {
  width: auto;
  height: 200px;
}
@supports (object-fit: cover) {
  .thumbnail img {
    object-fit: cover;
    object-position: center center;
  }
}

/*NUM INPUT CARRITO*/
.cant {
  width: 75px;
}
/*animar botones*/
.btn {
  transition: 0.3s;
}
.btn:hover {
  transform: scale(1.2);
}

#navbar-auto-hidden {
  background-color: transparent;
  border-radius: 0px 0px 10px 10px;
}

.contenedor-tr a {
  color: white;
}

.navbar2 a {
  color: black;
}

.thumbnail-sm {
  transition: 0.3s;
}

.thumbnail-sm:hover {
  transform: scale(1.05);
}

.thumbnail {
  transition: 0.3s;
}

.thumbnail:hover {
  transform: scale(1.05);
}

.copyright {
  color: white;
}
.marcas-table .img {
  box-sizing: border-box;
}

/*margenes busqueda input*/
.busqueda-input {
  padding-left: 5%;
}

.modal-body p {
  text-align: left;
  padding-top: 5px;
  margin-bottom: 0;
  padding-inline: 20px;
  margin-left: 5px;
  margin-top: 5px;
}

/*articulo semanal*/
.semanal {
  float: right;
}
.titulos-index {
  width: 50%;
}

.texto {
  width: 50%;
}
.oferta-semanal {
  border-radius: 20px;
  float: right;
  animation-duration: 2s;
  animation-name: animacion;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  background-color: #ffbd6f;
}

@keyframes animacion {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../assets/img/loading.gif") 50% 50% no-repeat
    rgb(249, 249, 249);
  opacity: 1;
}
.modal-actualizar-style .form-control {
  padding-inline: 5%;
  width: 90%;
  margin-left: 5%;
}

.modal-actualizar-style select {
  padding-inline: 5%;
  width: 90%;
  margin-left: 5%;
}

.modal-actualizar-style p {
  text-align: left;
  margin-left: 5%;
  margin-bottom: 5px;
  margin-top: 10px;
}

#myTabDrop1-contents {
  column-count: 3;
}

.btn-del-semanal {
  font-size: 30px;
}
.paginas {
  display: flex;
  width: 100%;
}

.modal-cli {
  background-color: transparent;
  text-decoration: underline;
}
.modal-cli:hover {
  background-color: transparent;
  color: blue;
}

.modal-cli-cli {
  background-color: transparent;
  text-decoration: underline;
}
.modal-cli-cli:hover {
  background-color: transparent;
  color: blue;
}

.modal-prod {
  background-color: transparent;
  text-decoration: underline;
}
.modal-prod:hover {
  background-color: transparent;
  color: blue;
}

.config-admin {
  padding-top: 0;
  margin-top: 0;
}
.row {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*Estilo de fila segun entregado o no*/
.tr-pen {
  color: white;
  background-color: red;
}

/*Group addon size*/
.input-group-addon {
  width: 160px;
}
.input-group {
  width: 460px;
}

.fc-w {
  width: 100%;
}
