/* ========================================= 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=Roboto&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;
}
.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: rgba(173, 0, 0, 0.7);
  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: 0px solid rgba(149, 165, 166, 0.8);
}
.table-cell-td {
  display: table-cell;
  padding: 20px 7px;
  text-align: center;
  width: 20%;
}
.table-cell-td:focus {
  outline: none;
}
.logo-navbar {
  background-image: url(../assets/img/fondo.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: black;
  padding: 40px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.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/fondo.jpg);
}
#jumbotron-index {
  margin: 0px;
  padding: 140px 25px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
#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;
  
}
#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: lightblue;
  border-radius: 0px 0px 10px 10px;
}
.contenedor-tr a {
  color: white;
}

.thumbnail-sm {
  transition: 0.3s;
}

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

.thumbnail {
  transition: 0.3s;
  background-color: transparent;
  border:0px;
}

.thumbnail:hover {

  
}


.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: brown;
}

@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;
}

.noticia-row{
  background-color:rgb(200,200,200,0.5) ;
  margin:2px;
  border-radius: 5px;
  box-shadow: gray;
  
}

.formulario{
  padding-inline: 200px;
}
