@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');

* {
    font-family: 'Titillium Web', sans-serif;
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
a, ul, ul li { 
    text-decoration: none;
    list-style: none;
}
body, .mostrar, .titular, .mostrario, .busqueda{
    width: 100%;
}

.titular {
    text-align: center;
}
.mostrar, .mostrar .sup{
    width: 96%;
    margin: 0px 2%;
    transition: 400ms;
}
.mostrar{
    margin-bottom: 15px;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.mostrar .sup .izq, .mostrar .sup .der{
    width: 19%;
}
.mostrar .sup .cent{
    width: 60%;
}
.mostrar .sup .izq{
    text-align: center;
    border-radius: 15px;
    margin-right: 1%;
    transition: 400ms;
}
.mostrar .sup .izq:hover{
    transition: 400ms;
}
.mostrar .sup .izq a, .mostrar .sup .izq a label{
    color: #363636;
    cursor: pointer;
}
.mostrar .sup .der{
    text-align: center;
}
.mostrar .sup .izq .interno, .mostrar .sup .cent .interno, .mostrar .sup .der .interno{
    width: 100%;
}
.mostrar .sup .cent .interno .medio{
    width: 50%;
    display: inline-block;
}
.mostrar .sup .cent .celda{
    padding: 10px 0px;
    display: flex;
    border-bottom: 1px solid #5CE1E6;
}
.mostrar .sup .cent .interno label{
    font-size: 22px;
    margin: 10px 0px;
}
.mostrar .sup .izq .titular{
    font-size: 20px;
    font-weight: bold;
}
.mostrar .sup .izq .resultado{
    font-size: 55px;
    font-weight: bold;
}
.mostrar .sup .der img{
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}
.mostrar .sup .der .btn{
    width: 100%;
    background: #5CE1E6;
    padding: 2% 10%;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.mostrar:hover {
    transform: scale(1.025, 1.025);
    transition: 400ms;
  }

.menuSup{
    background: #5CE1E6;
    width: 100%;
    padding: 0.5% 0% 0.5% 0%;
}
.menuSup a{
    color: #000;
    font-size: 20px;
}

 form input[type="text"],  form input[type="file"],  form input[type="number"],  form input[type="email"],  form select {
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 5px;
    font-weight: bold;
}
form input:focus, form textarea:focus, form select {
    border: 0.5px solid #636363;
}
form input, form textarea {
    border: 0.5px solid #636363;
}

form button{
    box-sizing: border-box;
    border: 0.5px solid #5CE1E6;
}

form button:hover, form input:hover, form textarea:hover {
    border: 0.5px solid #5CE1E6;
}
form .btn {
    margin: 10px 0px 10px 0px;
    background: #919fa0;
    color: white;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.barrabusq, .barrabusq tr{
    width: 100%;
}
.barrabusq tr .lat{
    width: 20%;
    text-align: center;
}
.barrabusq tr .cen{
    width: 30%;
    text-align: center;
}
.barrabusq tr td input{ 
    width: 100%;
    text-align: center;
}
.barrabusq tr td button{
    width: 40%;
    text-align: center;
    margin: 10px 0px 10px 0px;
    background: #5CE1E6;
    color: white;
    padding: 8px;
    border-radius: 8px;
    font-size: 16px;
}
.barrabusq tr td button:hover{
    background: #29b3b8;
    color: white;
}
.barrabusq tr td input{
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 5px;
}

.form-mod{
    width: 98%;
}
.form-mod{
    border: 1px solid #7c7c7c;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
}
.form-mod tr{
    width: 100%;
}
.form-mod tr .lat-izq{
    width: 70%;
    padding: 1%;
    
}
.form-mod tr .lat-izq .interno, .form-mod tr .lat-izq .interno tr{
    width: 100%;
}
.form-mod tr .lat-izq .interno tr .dual{
    width: 50%;
}
.form-mod tr .lat-izq .interno tr .tri{
    width: 33%;
}
.form-mod tr .lat-izq .interno tr .tri .modelo{
    width: 100%;
}
.form-mod tr .lat-izq .interno tr .tri .modelo .bton{
    width: 48%;
    margin: 2%;
}
.form-mod tr .lat-izq .interno tr .tri .modelo .bton a{
    width: 100%;
    color: #000;
    background: #5CE1E6;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: bold;
}
.form-mod tr .lat-izq .interno tr .tri .borrado{
    background: red;
    vertical-align: middle;
    padding: 5px 20px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 10px;
    transition: 400ms;
}
.form-mod tr .lat-izq .interno tr .tri .borrado:hover{
    background: rgb(161, 10, 10);
    padding: 5px 50px;
    transition: 400ms;
}
.form-mod tr .lat-izq .interno tr .tri .borrado label,
.form-mod tr .lat-izq .interno tr .tri .borrado img{
    vertical-align: middle;
    cursor: pointer;
}
.form-mod tr .lat-der{
    width: 30%;
    border-left: 1px solid #7c7c7c;
}
.form-mod tr .lat-der .interno{
    width: 100%;
    text-align: center;
}
.form-mod tr .lat-img{
    width: 25%;
    border-left: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    padding: 2% 0px;
}
.form-mod tr .lat-img .interno{
    width: 100%;
    text-align: center;
}
.form-mod tr .lat-img .interno tr td{
    padding: 2%;
    margin-top: 10%;
}
.form-mod tr .lat-img .interno tr td img{
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 250px;
    text-align: center;
}
.form-mod tr .capsula{
    width: 25%;
    padding: 0.5% 1%;
    border-bottom: 1px solid #000;
}
.seccionBaja{
    width: 100%;
    display: block;
}
.seccionBaja .espacio{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}
.seccionBaja .espacio .psup{
    width: 100%;
    background: #5CE1E6;
    padding: 10px 10px;
    border-radius: 10px;
}
.seccionBaja .espacio .psup .lateral{
    width: 70%;
    display: inline-block;
}
.seccionBaja .espacio .psup .lateral label{
    font-weight: bold;
    font-size: 25px;
}
.seccionBaja .espacio .psup .latPequeno{
    width: 29%;
    display: inline-block;
}
.seccionBaja .espacio .psup .latPequeno a{
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
}
.seccionBaja .espacio .psup .latPequeno button{
    background: #919fa0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    transition: 400ms;
}
.seccionBaja .espacio .psup .latPequeno button:hover{
    background: #282936;
    transition: 400ms;
}
.seccionBaja .espacio .psup .completo{
    background: #fff;
    padding: 10px 5px;
    margin-bottom: 15px
}
.comentario{
    width: 100%;
}
.comentario .dual{
    padding: 0% 2%;
}
.seccionBaja .espacio .entrada,
.seccionBaja .espacio .titulado{
    width: 100%;
    display: block;
    padding: 0px 3%;
    font-size: 25px;
    font-weight: bold;
}
.seccionBaja .espacio .entrada textarea{
    width: 100%;
    display: block;
    font-size: 18px;
}
.seccionBaja .espacio .entrada button{
    background: #5CE1E6;
    text-align: center;
    width: 100%;
    font-weight: bold;
    transition: 400ms;

}
.seccionBaja .espacio .entrada button:hover{
    background: #29b3b8;
    transition: 400ms;
}
.seccionBaja .espacio .comentarios{
    width: 94%;
    margin: 10px 3% 50px 3%;
    padding: 10px 5px;
    border: 1px solid #000;
    font-size: 18px;
}
/*seccion para busqueda en tiempo real*/
.priEsp {
    width: 100%;
    display: block;
    padding: 30px 5%;
    text-align: left;
}

.priEsp .campo {
    display: inline-block;
    text-align: left;
}
.priEsp .peq {
    width: 15%;
}
.priEsp .gran {
    width: 40%;
}
.priEsp .campo label {
    width: 100%;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    color: #575757;
}
.priEsp .campo select {
    width: 100%;
    display: inline-block;
    padding: 2px 3px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
}
.priEsp .campo input {
    width: 100%;
    display: inline-block;
    padding: 2px 3px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    text-align: left;
}

/*LISTA DEL STOCK GENERAL*/
.list{
    width: 100%;
    display: block;
    padding: 20px;
    text-align: left;
}
.container{
    width: 22%;
    display: inline-block;
    padding: 10px;
    box-shadow:  0px 3px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 1.2%;
}
.container .imagen{
    width: 100%;
    display: block;
    text-align: center;
}
.container .imagen img{
    width: 100%;
    display: inline-block;
    object-fit: cover;
    max-width: 250PX;
    width: 250PX;
    max-height: 250px;
    height: 250px;
}
.container .detalles{
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 5px;
}
.container .detalles .dividido{
    width: 49%;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 22px;

}
.container .detalles .caja{
    background: #ccc;
    text-align: center;
}
.container .detalles .id{
    background: #5CE1E6;
    text-align: left;
    padding: 0px 5px;
}
.container .detalles .subti{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #555;
    margin-bottom: -5px; 
}
.container .detalles .completo{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
/*paginado pc*/
@media screen and (min-width: 800px) {
    .paginado {
        width: 100%;
        display: block;
        text-align: center;
    }

    .paginado label {
        text-align: center;
    }
    .paginado ul {
        list-style: none;
    }

    .paginado ul li {
        display: inline-block;
        margin: 10px 5px;
    }

    .paginado ul .active a {
        background: #5CE1E6;
        border: none;
        color: #fff;
    }

    .paginado ul li a {
        padding: 2px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        color: #333333;
    }
}
/* boton animado de mostrar mas */
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   button.learn-more {
    width: 12rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   button:hover .circle {
    width: 100%;
   }
   
   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   button:hover .button-text {
    color: #fff;
   }

/*BOTON INTERNO EN MODIFICACION*/
.animado {
    outline: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 50px;
    border-radius: 0.5em;
    box-shadow: 0 0.625em 1em 0 rgba(124, 130, 136, 0.35);
    overflow: hidden;
    margin-left: 10%;
    text-align: center;
   }
   
   .animado div {
    transform: translateY(0px);
    width: 100%;
   }
   
   .animado,
   .animado div {
    transition: 0.6s cubic-bezier(.16,1,.3,1);
   }
   
   .animado div span {
    display: flex;
    text-align: center;
    height: 50px;
    padding: 0.75em 1.125em;
   }
   
   .animado div:nth-child(1) {
    background-color: #29b3b8;
   }
   
   .animado div:nth-child(2) {
    background-color: #21dc62;
   }
   
   .animado:hover {
    box-shadow: 0 0.625em 1em 0 rgba(33, 220, 98, 0.35);
   }
   
   .animado:hover div {
    transform: translateY(-50px);
   }
   
   .animado p {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
   }
   
   .animado:active {
    transform: scale(0.95);
   }
/*Boton generar etiqueta*/
.etiq {
    padding: 0.75em 1.125em;
    border-radius: 0.5em;
    color: #ffffff;
    z-index: 1;
    background: #29b3b8;
    position: relative;
    font-weight: 1000;
    font-size: 17px;

    transition: all 250ms;
    overflow: hidden;
    width: 80%;
    margin-left: 19%;
   }
   
   .etiq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #21dc62;
    z-index: -1;
    transition: all 250ms;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
   }
   
   .etiq:hover {
    color: #ffffff;
   }
   
   .etiq:hover::before {
    width: 100%;
   }
   /*AREA DEL MENSAJE*/
.contenido{
    width: 80%;
    margin: 20px 10%;
}
.contenido .botonera{
    width: 100%;
}
.contenido .botonera a{
    width: 25%;
    background: #5CE1E6;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    color: #000;
}
.contenido .botonera a:hover{
    background: #29b3b8;
}
.contenido .titulaje h1{
    text-align: center;
    font-size: 55px;
}
.contenido .barraInf{
    background: #5CE1E6;
    text-align: center;
}
.contenido .barraInf .esp{
    display: inline-block;
    padding: 3px 5px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.contenido .barraInf .cel1{
    text-align: left;
    width: 30%;
}
.contenido .barraInf .cel2{
    width: 23%;
}
.contenido .barraInf .cel2 img{
    vertical-align: middle;
}
.contenido .barraInf .cel2 a{
    color: #000;
    padding: 3px 10px;
}
.contenido .barraInf .cel2 a:hover{
    background: #29b3b8;
    padding: 3px 10px;
}
/*MENSAJE DE BORRAR PRODUCTO*/
@media screen and (min-width: 800px) {
    .window-notice {
        background: rgba(33, 41, 52, .85);
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        display: flex;
        position: fixed;
        z-index: 999;
    }

    .window-notice .content {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
        box-sizing: content-box;
        display: flex;
        flex-direction: column;
        margin: auto;
        max-width: 600px;
        min-width: 320px !important;
        overflow: hidden;
        position: relative;
        width: 100%;
        font-size: 1.3rem;
        padding: 20px 40px;
    }
    .window-notice .content .conText{
        margin-bottom: 25px;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }
    .window-notice .content .conText .titulo{
        text-align: center;
        width: 100%;
        display: block;
    }
    .window-notice .content .conBotones{
        width: 100%;
        display: block;
        text-align: center
    }
    .window-notice .content .conBotones .celda{
        width: 49.5%;
        display: inline-block;
        text-align: center;
    }

    .window-notice .content .conBotones a{
        background: #5CE1E6;
        padding: 5px 10px;
        text-align: center;
        border-radius: 10px;
        font-weight: bold;
        font-size: 18px;
        color: #000;
    }
    .window-notice .content .conBotones a:hover{
        background: #29b3b8;
    }
}