@font-face {
    font-family: "kanit-regurar";
    src: url(../fuentes/kanit/Kanit-Regular.ttf);
}

@font-face {
    font-family: "galano-regurar";
    src: url(../fuentes/galano/GalanoGrotesqueAltBold.otf);
}

@font-face {
    font-family: "IBM-regular";
    src: url(../fuentes/IBM/IBMPlexSans-SemiBold.ttf);
}

@font-face {
    font-family: "dm-regular";
    src: url(../fuentes/dm/DMSans-Regular.ttf);
}

@font-face {
    font-family: "dm-Medium";
    src: url(../fuentes/dm/DMSans-Medium.ttf);
}

@font-face {
    font-family: "Valken-regular";
    src: url(../fuentes/valken/Valken__.ttf);
}

@font-face {
    font-family: "geoglo-regular";
    src: url(../fuentes/Glegoo/Glegoo-Regular.ttf);
}

@font-face {
    font-family: "readex-regular";
    src: url(../fuentes/readex/static/ReadexPro-Regular.ttf);
}

@font-face {
    font-family: "hk-medium";
    src: url(../fuentes/hk/HKGrotesk-Medium.ttf);
}

/*START MENU*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    image-rendering: optimizeSpeed;
}

body {
    background-color: #F5F5F8;
}

a {
    text-decoration: none !important;
    color: white !important;
}

a:hover {
    color: rgb(255, 255, 255) !important;
}

.buscador-producto {
    box-shadow: 0 1px 6px 0 rgb(0 29 124 / 30%), 0 1px 2px 0 rgb(0 0 0 / 40%);
    border: 0px;
    padding: 5px;
    border-radius: 6px;
    text-decoration: none;
    outline: none;
    transition: 0.1s;
    height: 35px;
    width: 350px;
    text-align: center;
}

.imagen-logo {
    height: 80px;
    width: 140px;
}

.titulo {
    font-family: "Valken-regular";
    font-weight: normal;
    font-size: 48px;
    color: #f7931e;
}

.titulo2 {
    display: none;
    font-family: "Valken-regular";
    font-weight: normal;
    font-size: 48px;
    color: #F6921E
}

.titulo-span {
    color: #F6921E;
}

.titulo-guion {
    color: black;
}

.cabecera {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
    column-gap: 0.5em;
}

.pdf{
   background-color: #F1072F !important;
}

.pdf:hover{
    background-color: #b90b28 !important;
 }

.correo{
    background-color: #007bff !important;
}

.correo:hover{
    background-color: #0e59aa !important;
}

.menu {
    display: grid;
    grid-template-columns: repeat(7, auto);
    column-gap: 0.3em;
    justify-content: start;
    align-items: center;

}

.boton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: rgb(255, 255, 255);
    background-color: #0bafea;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    transition: 0.2s;
    font-family: "readex-regular";
    font-weight: normal;
}

.boton:hover {
    scale: 1.1;
}

/*END MENU*/


/*CONTENIDO*/
.contenido {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    row-gap: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

/*boton de descargar pdf*/

.boton-pdf {
    background-color: #007bff;
    color: white;
    border: none;
    font-size: 16px;
    width: 500px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 1em;
    margin-left: 1em;
    transition: 0.3s all ease;
}



.whatsapp {
    background-color: #24CC63 !important;
}

.whatsapp:hover {
    background-color: #07a45d !important;
}

.eliminar_aumentar {
    width: 30px;
    transition: 0.2s all ease;

}

.eliminar_aumentar:hover {
   scale: 1.05;
    
}
.vaciar:hover {
    background-color: #bd7e08 !important;
}

.vaciar {
    background-color:#FFA500;;
}

.boton-pdf:hover {
    background-color: #0056b3;
    scale: 1.05;

}

/*este omite lo de aumentar y disminuir articulos en el pdf*/
table .acciones {
    display: none;
}

/**/

.tablita {
    overflow-x: auto;
}

.botoncitos {
    display: grid;
    grid-gap: 1em;
    justify-content: center;
    align-content: center;
    transition: all 0.3s ease;
}

button {
    padding: 5px 10px;
    margin: 2px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #f0f0f0;
}

button:active {
    background-color: #dcdcdc;
}

button[onclick*="eliminarArticulo"] {
    background-color: #ff4d4d;
    color: white;
    border: none;
}

button[onclick*="aumentarCantidad"] {
    background-color: #4caf50;
    color: white;
    border: none;
}



/*CONTENIDO*/
.buscador {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;

}


.formulario {
    display: grid;
    row-gap: 0.5em;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=date],
input[type=email],
input[type=number] {
    box-shadow: 0 1px 6px 0 rgb(0 29 124 / 30%), 0 1px 2px 0 rgb(0 0 0 / 40%);
    border: 0px;
    padding: 5px;
    border-radius: 6px;
    text-decoration: none;
    outline: none;
    transition: 0.1s;
    height: 35px;
    width: 350px;
}

select,
textarea {
    width: 350px;
    height: 35px;
    box-shadow: 0 1px 6px 0 rgb(0 29 124 / 30%), 0 1px 2px 0 rgb(0 0 0 / 40%);
    border: 0;
    text-decoration: none;
    padding: 5px;
    border-radius: 6px;
    outline: none;
    transition: 0.1s;
}

.art-form {
    display: grid;
    padding-left: 20px;
    padding-right: 20px;
    row-gap: 0.5em;
}

.botonf {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: #0bafea;
    padding-top: 10px;
    border: 0;
    padding-bottom: 10px;
    border-radius: 6px;
    transition: 0.2s;
    font-family: "readex-regular";
    font-weight: normal;
    cursor: pointer;
}

.formulario-titulo {
    text-align: center;
}

.span-titulo {
    font-family: "readex-regular";
    font-size: 24px;
}

.cajas {
    transition: 0.2s;
}

.cajas:hover {
    scale: 1.05;
}

.rastrear {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    grid-template-columns: auto;
    background-color: #ffffff;
    text-align: center;
    width: 10em;
    border-style: none;
    border-radius: 5px;
    padding: 5px;
    transition: 0.2s;
    box-shadow: 0 1px 6px 0 rgb(0 29 124 / 30%), 0 1px 2px 0 rgb(0 0 0 / 40%);
    cursor: pointer;
}

.rastrear:hover {
    scale: 1.05;
}

.form-rastrear {
    display: grid;
    justify-items: center;
}

.productos {
    display: grid;
    margin-left: 1.5em;
    margin-right: 1.5em;

}

.informacion-guia {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: baseline;
}

.guias {
    display: grid;
    row-gap: 0.5em;
}

.guias1 {
    display: grid;
    justify-content: flex-start;
}

.guias2 {
    display: grid;
    justify-content: flex-end;
}

.estado-envio {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    column-gap: 0.2em;
}

.fecha-pedido {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    column-gap: 0.2em;

}

.guia-memostore {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    column-gap: 0.2em;
}

.guia-paqueteria {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    column-gap: 0.2em;

}

.imagen-guia {
    margin-top: 0.5em;
}

.producto {
    display: grid;
    white-space: nowrap;
    font-size: 1.2em;
    font-family: 'Valken-regular';
    justify-content: center;
    align-items: center;
    grid-template-columns: auto;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    transition: 0.3s;
    box-shadow: 0 1px 6px 0 rgb(0 29 124 / 30%), 0 1px 2px 0 rgb(0 0 0 / 40%);
    animation-name: breathing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: center;
}

@keyframes breathing {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.01);
    }

    100% {
        transform: scale(1);
    }
}



.img-producto {
    width: 100%;
    height: 100%;
    image-rendering: auto;
    border-radius: 5px;
}



/*start footer*/
.footer {
    background-color: #051626;
    display: grid;
    white-space: nowrap;
}

.pie-superior {
    display: grid;
    grid-template-columns: auto auto;
}

.pie1 {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;

}

.pie1-marca {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 0.5em;
    justify-content: center;
    align-items: center;

}

.pie1-img {
    width: 36px;
    height: 36px;
    image-rendering: auto;
}

.pie1-span1 {
    font-family: "readex-regular";
    color: white;
}

.pie1-botones {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 0.5em;

}

.pie1-boton {
    width: 32px;
    height: 32px;
    image-rendering: auto;
    transition: 0.2s;
}

.pie1-boton:hover {
    scale: 1.1;
}

.pie2 {
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.pie2-span2 {
    color: white;
    font-size: 14px;
    font-family: "dm-regular";
}

.info-span {
    font-family: "dm-regular";
    font-size: 12px;
    color: #939393;
}

.info-span:hover {
    color: white;
}

.autor {
    color: white;
    font-family: "dm-Medium", sans-serif;
    font-size: 12px;

}

.p-span {
    font-family: "readex-regular";
}

/*end footer*/

@media only screen and (max-width: 1150px) {
    .tarjetas {
        display: grid;
        grid-template-columns: repeat(2, auto);
        column-gap: 1em;
    }
}

@media only screen and (max-width: 970px) {
    iframe {
        width: 700px;
    }
}

@media only screen and (max-width: 900px) {
    .titulo {
        display: none;
    }

    .titulo2 {
        display: grid;
    }

    .producto {
        font-size: 1.0em;
    }


}


@media only screen and (max-width: 700px) {

    .producto {
        font-size: 0.9em;
    }


}





@media only screen and (max-width: 630px) {
    .producto {
        font-size: 0.8em;
    }

    .boton-pdf {
        background-color: #007bff;
        color: white;
        border: none;
        font-size: 16px;
        width: 400px;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 1em;
        margin-left: 1em;
        transition: 0.3s all ease;
    }

    .vaciar {
        background-color: #FFA500;
    }

    .menu {
        display: grid;
        grid-template-columns: repeat(1, auto);
        column-gap: 0;
        row-gap: 0.06em;
        justify-content: initial;
        align-items: center;

    }

    .tarjetas {
        display: grid;
        grid-template-columns: repeat(1, auto);
        column-gap: 1em;
    }

    iframe {
        width: 400px;
        height: 300px;
    }


    textarea {
        height: 70px;
    }
}

@media only screen and (max-width: 550px) {
    .producto {
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 490px) {
    .producto {
        font-size: 0.6em;
    }
}


@media only screen and (max-width: 450px) {

    iframe {
        width: 350px;
        height: 250px;
    }
}

@media only screen and (max-width: 440px) {
    .titulo2 {
        display: none;
    }

    .boton-pdf {
        background-color: #007bff;
        color: white;
        border: none;
        font-size: 16px;
        width: 300px;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 1em;
        margin-left: 1em;
        transition: 0.3s all ease;
    }
    .vaciar {
        background-color: #FFA500;
    }

    .cabecera {
        justify-content: center;
    }
}

@media only screen and (max-width: 330px) {
    .titulo2 {
        display: none;
    }

    .boton-pdf {
        background-color: #007bff;
        color: white;
        border: none;
        font-size: 16px;
        width: 250px;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 1em;
        margin-left: 1em;
        transition: 0.3s all ease;
    }
    .vaciar {
        background-color: #FFA500;
    }
    .cabecera {
        justify-content: center;
    }
}

@media only screen and (max-width: 290px) {
    .titulo2 {
        display: none;
    }
    
    .boton-pdf {
        background-color: #007bff;
        color: white;
        border: none;
        font-size: 16px;
        width: 200px;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 1em;
        margin-left: 1em;
        transition: 0.3s all ease;
    }
    .vaciar {
        background-color: #FFA500;
    }

    .cabecera {
        justify-content: center;
    }
}