@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
.btn-volver {
    color: white;
    margin: 10px;
    margin-left: 10px;
    width: 100px;
    background-color: #34406a;

}
.btn-volver:hover {
    color: white;
    background-color: rgb(220, 136, 46);
}
header {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.btn {
  border: none !important;  
}

.btn:focus,
.btn:active {
  outline: none !important;  
}

h3 h4 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-left: 10px;
}

ul {
    list-style: none !important;
    color: white !important;
    
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

ul li {
    display: inline;
}

ul li a {
    color:#2A2C41!important;
    text-decoration: none !important;
    margin: 30px !important;
    font-weight: bold !important;
      
}

.img-hover, 
.card-productos{
	transition: 0.5s;
}

.img-hover:hover{
	transform: scale(1.2);
}
.card-productos:hover{
	transform: scale(1.01);
}

a {
  color: inherit;       
  text-decoration: none; 
}

a:hover {
  color: inherit;  
}

.seccion-lateral {
    position: relative;
    min-height: 100svh;
    display: flex;
    justify-content: center;
}
input:focus,
select:focus {
    border-color: #000000a5 !important;
    box-shadow: 0 0 5px #00000090!important;
}

/*Store*/
.navbar-store {
    background-color: #6f4132 !important;
    color: white;
}
.seccion-lateral-store {
  background-color:#6f4132  ;
    position: relative;
    min-height: 100svh;
    display: flex;
    justify-content: center;
}

/*dev*/
.navbar-dev{
    background-color: #af8b5c !important;
    color: rgb(205, 203, 189);
}
.seccion-lateral-dev {
  background-color: #af8b5c ;
    position: relative;
    min-height: 100svh;
    display: flex;
    justify-content: center;
}

/*client*/

@media (min-width: 1200px) {

.seccion-lateral-client {
  position: fixed;
  width: 100;
  margin-right: 120px;
  background-color:#5d1a1a ;
  display: flex;
  justify-content: center;
}
.client-option{
      margin: 15px !important;
    font-weight: bold !important;
}
.contenedor-carrito{
  position: fixed;
  width: auto;
  margin-left: 1200px;     
}

.contenedor-contenedor-carrito{
   overflow-y: auto;
   overflow-x: hidden;
   width: auto;
}
.carrito-lista{
  height: 580px;
   margin-right: 10px;
   
} 
}
.carrito-scroll {
  max-height: 200px;
  overflow-y: auto;
}

.body-client{
  background-color: rgba(227, 227, 227, 0.136);
}

.card-carrusel{
  transition: 0.5s;
  
}
.card-carrusel:hover{
  transform: scale(1.02);
}

/* admin */
.seccion-lateral-admin {
  background-color: #2A2C41;
    position: relative;
    min-height: 100svh;
    display: flex;
    justify-content: center;
    
}
.navbar-admin {
    background-color: #2A2C41 !important;
    color: white;
}


/* Colores que podria usar como paleta */
/* 

FF724C -- Naranja oscuro
#fdbf50 -- Naraja mas amarillo 
2A2C41 -- azul oscuro
F4F4F8 -- blanco 
#982b2b -- rojo cachu

*/