
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps&display=swap');
/* Colores
    #672161 violeta
    #f9b31f naranja
*/


.ft-oleo{
    font-family: 'Oleo Script Swash Caps', cursive;
}

.bv{
    background: #672161;
}
.bn{
    background: #f9b31f;
}
.cn{
    color:#f9b31f;
}
.cv{
    color:#672161;
}
a{
    text-decoration: none;
}
a:focus{
    outline: none !important;
    box-shadow: none !important;
}
button:focus{
    outline: none !important;
    box-shadow: none !important;
}
select:focus{
    outline: none !important;
    box-shadow: none !important;
    border:none;
}
.contain{
    object-fit: contain;
}
.cover{
    object-fit: cover;
}


.input-number{
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment{
  border: none;
  height: 40px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment{
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f9b31f;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border: none;
}


.btn-1{
    background: #672161;
    color: white;
    padding: 10px 20px;
    border-radius: 0px;
    border: none;
}
.btn-1:hover{
    background: transparent;
    border: 2px solid #672161;
    font-weight: bold;
    color: #672161;
}

#lista-categorias li{
    padding-left: 10px;
}
#lista-categorias a{
    color: white;
}
#lista-categorias li:hover{
    background: #f9b31f;
    transition: 0.5s;
}

a:hover{
    text-decoration: none;
}
.btn-2{
    background: #f9b31f;
    color: white;
    padding: 10px 20px;
    border-radius: 0px;
    border: none;
}
.btn-2:hover{
    background: transparent;
    border: 2px solid #f9b31f;
    font-weight: bold;
    color: #f9b31f;
}
.violeta{
    color: #672161;
}
.naranja{
    color: #f9b31f;
}
.input-group{
    text-align: center;
}

/* [1] The container */
.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform .5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.5);
    opacity: 0.7;
  }



input:focus{
    outline: none;
    box-shadow: none !important;
}
button:focus{
    outline: none;
    box-shadow: none !important;
}

.titulo-seccion{
    font-weight: 100;
    animation: fadeInDown 1s forwards;
}
.hr-sub{
    height: 0.5px;
    background-color: #f9b31f;
    width: 100px;
}

/* Header */
header{
    background: #672161;
    position: fixed;
    width: 100%;
    z-index: 2;
}
header a{
    color: white;
}
header a:hover{
    color: #f9b31f;
    text-decoration: none;
}

/* Menu */
#menu{
    background-color: white;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 1;
    margin-top: 40px;
}
#menu .nav-link{
    padding:10px 20px;
    border-bottom: 4px solid white;
    border-top: 4px solid white;
}
#menu .nav-link:hover{
    color: #672161;
    font-weight: bold;
    border-bottom: 4px solid #f9b31f;
}
#menu #carrito{
    background-color: #672161;
    color: white;
    border-bottom: 4px solid white;
    border-top: 4px solid white;
}
#menu #carrito:hover{
    color: #672161;
    font-weight: bold;
    background: transparent;
    border-bottom: 4px solid #f9b31f;
}
#menu-perfil{
   padding-bottom: 2px;
   padding-top: 2px;
   z-index: 2;
}
#menu-perfil .dropdown-menu{  
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1px;
}
#menu-perfil .dropdown-menu .dropdown-item{
    padding:10px 20px;
}
#menu-perfil .dropdown-menu .dropdown-item:hover{
    background: #672161;
    color:white;
    font-weight: bold;
}
#fondo-video{
    width: 100%;
}

#logo{
    position: fixed;
    top:35px;
}

/* Inicio */
#slider-inicio{
    z-index: 0;
}
#slider-inicio .carousel-inner{
    margin-top: 120px;
}
#slider-inicio .carousel-inner .carousel-item{
    height:100%;
}
#slider-inicio .carousel-inner .carousel-item img{
    height: 100%;
    width: 100%; 
}
#slider-inicio .carousel-indicators{
    margin-bottom: 30px;
}
#slider-inicio .carousel-indicators li{
    border:none;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,1);
}
#slider-inicio .carousel-indicators .active{
    background: #f9b31f;
}

/* Productos */
#cont-productos{
    background: #672161;
}
#detalles-producto{
    background: #331c15;
    min-height: 180px;
    text-align: center;
}
#detalles-producto .titulo{ 
    color: #f9b31f;
    font-weight: bold;
    font-size: 18px;
    text-align: center !important;
    
}

/* Fomulario */

.form-admin input {
    border-radius: 0px;
  }
  .form-admin input:focus {
    outline: none;
    box-shadow: 0px;
    border: none;
    border-bottom: 1px solid #f9b31f;
  }
  .form-admin textarea {
    border-radius: 0px;
  }
  .form-admin textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #f9b31f;
  }
  .form-admin .ingresar-archivo {
    background: #672161;
    padding: 10px 20px;
    border: 2px solid #672161;
    display: block;
    color: white;
    text-align: center;
  }
  .form-admin .ingresar-archivo:hover {
    background: transparent;
    border: 2px solid #672161;
    color: #672161;
    font-weight: bold;
    cursor: pointer;
  }
  .form-admin .btn {
    background: #672161;
    padding: 10px 20px;
    display: block;
    margin: auto;
    color: white;
    text-align: center;
    border-radius: 0px;
  }
  .form-admin .btn:hover {
    background: transparent;
    border: 2px solid #672161;
    color: #672161;
    font-weight: bold;
    cursor: pointer;
  }
  .select-1 {
    border-radius: 0px !important;
  }

/* Pie pagina */
#cont-contacto{
    background:#672161;
}
#form-contacto input{
    border-radius: 0px;
}
#form-contacto input:focus{
    border:none;
    outline: 0px;
    box-shadow: none;
}
#form-contacto textarea{
    border-radius: 0px;
}
#form-contacto textarea:focus{
    border:none;
    outline: 0px;
    box-shadow: none;
}
#cont-pie-pagina .enlace-footer{
    color: #331c15;
}
#cont-pie-pagina a:hover{
    color: #f9b31f;
}
#copyright{
    background: #331c15;
}


/* Formulario de recupar cuenta */
#form-recuperar{
    background: white;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#aviso-recuperar{
    background: white;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#form-recuperar #form-logo{
    filter: drop-shadow(0px 0px 3px black); 
}
#form-recuperar button{
    background: #672161;
    color: white;
    padding: 10px 20px;
    border-radius: 0px;
}

#form-recuperar .btn{
    border: 2px solid #672161;
}
#form-recuperar .btn:hover{
    background: transparent;
    color: #672161;
    border: 2px solid #672161;
}
#form-recuperar input{
    background: transparent;
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid black;
}
#form-recuperar input:focus{
    transition-duration: 0.3s;
    border-color: #f9b31f;
}

/* Formulario de entrada */
#form-entrar{
    background: white;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#form-entrar #form-logo{
    filter: drop-shadow(0px 0px 3px black); 
}
#form-entrar button{
    background: #672161;
    color: white;
    padding: 10px 20px;
    border-radius: 0px;
}
#form-entrar input{
    background: transparent;
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid black;
}
#form-entrar input:focus{
    transition-duration: 0.3s;
    border-color: #f9b31f;
}
#form-entrar .btn{
    border: 2px solid #672161;
}

#form-entrar .btn:hover{
    background: transparent;
    color: #672161;
    border: 2px solid #672161;
}
#aviso-validacion{
    background: white;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

/* Formulario de entrada */
#form-registro{
    background: white;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#form-registro #form-logo{
    filter: drop-shadow(0px 0px 3px black); 
}
#form-registro button{
    background: #672161;
    color: white;
    padding: 10px 20px;
    border-radius: 0px;
}
#form-registro input{
    background: transparent;
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid black;
}
#form-registro input:focus{
    transition-duration: 0.3s;
    border-color: #f9b31f;
}
#form-registro .btn{
    border: 2px solid #672161;
}

#form-registro .btn:hover{
    background: transparent;
    color: #672161;
    border: 2px solid #672161;
}
#form-registro a{
    border: 2px solid #672161;
    text-decoration: none;
}

/* Planilla cliente */
#planilla-cliente{
    background: white;
    padding: 20px 40px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#planilla-cliente #form-logo{
    filter: drop-shadow(0px 0px 3px black); 
}
#planilla-cliente button{
    background: #672161;
    color: white;
    padding: 10px 20px;
    border-radius: 0px;
}
#planilla-cliente input{
    background: transparent;
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid black;
}
#planilla-cliente input:focus{
    transition-duration: 0.3s;
    border-color: #f9b31f;
}
#planilla-cliente .btn{
    border: 2px solid #672161;
}

#planilla-cliente .btn:hover{
    background: transparent;
    color: #672161;
    border: 2px solid #672161;
}
#planilla-cliente a{
    border: 2px solid #672161;
    text-decoration: none;
}


/* Productos */

#accordion-categorias .card{
    background: white;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    border: none;
}
#accordion-categorias .card-header{
    padding: 0px;
    border:none;
    box-shadow: none;
    background: transparent;
}
#headingOne > h5 > button{
    color:white;
    background: #672161;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
#accordion-categorias #lista-categorias{
    list-style: none;
    padding: 0px;
}
#accordion-categorias #lista-categorias li{
    padding-top: 10px;
    border-radius: .25rem;
    padding-bottom: 10px;
}
#accordion-categorias #lista-categorias a{
    color: black;
    font-weight: 100;
}



/* Contacto */
#form-contacto input:focus{
    border-bottom: 2px solid #672161;
}
#form-contacto textarea:focus{
    border: 2px solid #672161;
}

/* Modales */
.modal .modal-content{
    border-radius: 0px;
}

/* Objetivo */
#cont-objetivo h1{
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 60px;
    color: #672161;
}

#cont-ademas h1{
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 60px;
    color: #672161;
}

/* Recetas */
#cont-recetas-bienvenida{
 background: url('../img/fondoRecetas.webp');
 background-repeat:no-repeat;
 background-size:100% 100%;
}
#cont-recetas-bienvenida .row{
    height: 650px;
}
#cont-recetas-bienvenida #mensaje-bienvenida{
    margin-top: 80px;
}

#cont-recetas-bienvenida #mensaje-bienvenida h4{
    font-weight: 100;margin-top:15%;color:#672161;font-size:60px;
}

.boton-contacto{
    background: #672161;
    padding: 15px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.boton-contacto:hover{
    animation: jello 1s forwards;
}


.btn-agregar-carrito{
    background: #672161;
    color: white;
    border-radius: 0px;
}
.btn-agregar-carrito:hover{
    color: white;
    
}

/* Tabla productos */
.bootstrap-table .table-bordered {
    border: none !important;
  }
  .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border: none !important;
  }
  .bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border-bottom: none !important;
  }
  .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
    border-left: none !important;
    border-right: none !important;
  }
  div.bootstrap-table.bootstrap4 > div.fixed-table-toolbar > div > input {
    border-radius: 0px;
  }
  div.bootstrap-table.bootstrap4 > div.fixed-table-toolbar > div > input:focus {
    border: 1px solid #f9b31f;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-container > div.fixed-table-body > table > thead > tr > th > div.th-inner {
    font-weight: 500;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-container > div.fixed-table-body > table > tbody > tr > td {
    font-weight: 200;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-pagination > div.float-left.pagination-detail > span.page-list > span > button {
    background: transparent;
    border-radius: 0px;
    color: #495057;
    border-color: #ced4da;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-pagination > div.float-left.pagination-detail > span.page-list > span > button:focus {
    border: 1px solid #f9b31f;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-pagination > div.float-left.pagination-detail > span.page-list > span > div > a.dropdown-item.active {
    background: #672161;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-pagination > div.float-left.pagination-detail > span.page-list > span > div > a:focus {
    background: rgba(0, 0, 0, 0.2);
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-pagination > div.float-right.pagination > ul > li.page-item.active > a {
    background: #f9b31f;
    border: none;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-pagination > div.float-right.pagination > ul > li > a {
    color: #495057;
    border-radius: 0px;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-pagination > div.float-right.pagination > ul > li > a:focus {
    outline: none;
    box-shadow: none;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-container > div.fixed-table-body > table > tbody > tr > td {
    border-bottom: 1px solid #ced4da;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div > div > button {
    background: #f9b31f;
    border: none;
    border-radius: 0px;
  }
  body > div > div > div > div.bootstrap-table.bootstrap4 > div.fixed-table-toolbar > div.columns.columns-right.btn-group.float-right > div > button {
    background: #f9b31f;
    border: none;
    border-radius: 0px;
  }



/* Medias reponsivos */
@media only screen and (max-width:992px){
    #menu{
        height: auto;
    }
    #menu #logo{
        position:unset;
        margin-right: 0px;
    }
    #menu #logo img{ 
        height: 80px;
    }
    #menu .navbar-nav{
        width: 100%;
        background: white;
    }
}
@media only screen and (max-width:768px){
    .centrar{
        text-align: center;
        margin-top: 20px;
    }
    #cont-imagen-nosotros{
        height: 300px;
        margin-bottom: 50px;
    }
    #cont-imagen-nosotros img{
        height: 100%;
    }
    #tabla-pedido{
        padding: 0rem !important;
    }
}
@media only screen and (max-width:576px){
    #slider-inicio .carousel-inner{
        margin-top: 140px;
        height: 160px;
    }
    #cont-imagen-nosotros{
        height: 200px;
        margin-top:20px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:575px){
    #cont-recetas-bienvenida{
        background-image: none;
        background: white;
        margin-bottom: 0px !important;
    }
    #cont-recetas-bienvenida .row{
        height: auto;
    }
    #cont-recetas-bienvenida #mensaje-bienvenida{
        margin-top: 150px;
        margin-bottom: 50px;
    }
    #cont-recetas-bienvenida #mensaje-bienvenida h4{
        margin-top: 0px;
    }
}


@media only screen and (max-width:425px){
    #slider-inicio .carousel-inner{
        margin-top: 140px;
        height: 160px;
    }
    #slider-inicio .carousel-indicators{
        display: none;
    }    
}


@media only screen and (max-width:375px){
    #slider-inicio .carousel-inner{
        margin-top: 140px;
        height: 130px;
    }
    #slider-inicio .carousel-indicators{
        display: none;
    }
    
}

@media only screen and (max-width:320px){
    #slider-inicio .carousel-inner{
        margin-top: 140px;
        height: 120px;
    }    
}



