@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;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    text-transform: uppercase;
}

body {
    width: 100%;
    text-align: center;
    align-items: center;
}

.formula,
.mostrar {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.formula .barra {
    width: 20%;
}

.formula .central {
    width: 60%;
}

.formula form {
    background: #5CE1E6;
    padding: 2.5%;
    width: 100%;
    border-radius: 15px;
}

.formula .central .interno,
.formula .central .interno .completo {
    width: 100%;
}

.formula .central .interno .dividido td {
    width: 50%;
}

.formula .central .interno .completo .izq {
    width: 25%;
    text-align: left;
}

.formula .central .interno .completo .der {
    width: 65%;
}

.formula .central .interno .completo .izqq {
    width: 33%;
    text-align: left;
}

.formula .central .interno .completo .izqq2 {
    width: 67%;
    text-align: left;
}

.formula .central .interno .completo .derr {
    width: 67%;
}

.formula .central .interno .completo .derr2 {
    width: 33%;
    text-align: left;
}

.formula form h3 {
    font-size: 35px;
    margin-bottom: 2.5%;
}

.formula form label {
    font-weight: 600;
    text-align: left;
    font-size: 19px;
    transition: 400ms;
}

input[type=button] {
    background: #89fbff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #000;
    color: #919fa0;
    border-radius: 20px;
}

.formula form input[type="text"],
.formula form input[type="file"],
.formula form input[type="number"],
.formula form input[type="email"],
.formula form select {
    width: 100%;
    padding: 4px 4px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.formula form input:focus,
.formula form textarea:focus,
.formula form select {
    border: 0.5px solid #5CE1E6;
}

.formula form button,
.formula form input,
.formula form textarea {
    box-sizing: border-box;
    border: 0.5px solid #5CE1E6;
}

.formula form button:hover,
.formula form input:hover,
.formula form textarea:hover {
    border: 0.5px solid #5CE1E6;

}

.formula form .btn {
    margin: 30px 0px 30px 0px;
    background: #919fa0;
    color: white;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
    font-size: 25px;
    text-align: center;
    width: 100%;
    transition: 400ms;

}

.formula form a:hover,
.formula form .btn:hover {
    background: #3E3E3E;
    transition: 400ms;

}
.formula a{
    color: #fff;
    background: #919fa0;
    padding: 4px 10px;
    border-radius: 5px;
}
.menuSup {
    background: #5CE1E6;
    width: 100%;
    padding: 0.5% 0% 0.5% 0%;
}

.menuSup a {
    color: #000;
    font-size: 20px;
    text-align: center;
}

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;
}

/*botones de index*/
.inicio,
.inicio tr,
.inicio tr td .inicio tr td .cards {
    width: 100%;
}

.cards {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px 0%;
    background: #000;
}

.card {
    width: 20%;
    padding: 3% 0%;
    margin: 1% 1%;
    color: #fff;
}
.card .espaciador{
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.card .espaciador .texto{
    width: 20%;
    display: inline-block;
    text-align: left;
}
.card .espaciador .circ{
    width: 10%;
    display: inline-block;
    background: #29b3b8;
    border-radius: 10px;
}

.card img {
    width: 90px;
    height: auto;
}

.cards .card {
    background: #5CE1E6;
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 400ms;
}

.cards .card p.tip {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.cards .card p.second-text {
    font-size: .7em;
}

.card:hover {
    transform: scale(1.2, 1.2);
}

.cards:hover>.card:not(:hover) {
    transform: scale(0.9, 0.9);
}

/*seccion de cajas*/
.cuerpo {
    width: 90%;
    margin: 20px 5%;
}
.cuerpo .panelSup{
    width: 100%;
}
.cuerpo .panelSup .izquierda{
    width: 60%;
    display: inline-block;
    border: 2px solid #CCC;
    padding: 5PX 10px;
}
.cuerpo .panelSup .derecha{
    width: 39%;
    display: inline-block;
    border: 2px solid #CCC;
    padding: 5px;
}

.cuerpo .titular {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 35px;
    margin: 10px 0px;
    font-weight: bold;
}

.cuerpo .cCaja {
    width: 100%;
    text-align: center;
    display: block;
    margin: 20px 0px;
}

.cuerpo .cCaja input,
.cuerpo .cCaja select {
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #ccc;
}

.cuerpo .cCaja button {
    vertical-align: middle;
    width: 100%;
    padding: 10px 5px;
    background: #5CE1E6;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 15px;
}

.cuerpo .cCaja button:hover {
    background: #89fbff
}

.cuerpo .listado {
    border: 1px solid #000;
}

.cuerpo .barra {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.cuerpo .superior {
    background: #5CE1E6;
}

.cuerpo .barra .celda {
    width: 15%;
    display: inline-block;
    border-left: 1px solid #5f5f5f;
    padding: 10px 5px;
}

.cuerpo .barra .celdaG {
    text-align: left;
    width: 38%;
    display: inline-block;
    padding: 5px 5px;
}
.cuerpo .barra .celdaG .peq{
    display: inline-block;
    width: 60%;
    text-align: right;
}
.cuerpo .barra .celdaG .peq button,
.cuerpo .barra .celdaG .peq a{
    background: #5CE1E6;
    display: inline-block;
    text-align: center;
    padding: 1px 5px 5px 5px;
    border-radius: 5px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}
.cuerpo .barra .celdaG .peq a .boto{
    display: none;
    color: #fff;
    font-size: 16px;
}
.cuerpo .barra .celdaG .peq a:hover .boto{
    display: inline-block;
    transition: 700ms;
}
.cuerpo .barra .celdaG .peq a label,
.cuerpo .barra .celdaG .peq a img{
    vertical-align: middle;
    cursor: pointer;
}
.cuerpo .barra .celdaG .gra{
    display: inline-block;
    width: 39%;
}
.cuerpo .barra .celda a{
    width: 100%;
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.cuerpo .barra .celda img{
    display: inline-block;

}
.cuerpo .barra .celda a:hover{
    background: #89fbff;
}
/*AREA DEL MENSAJE*/
.contenido{
    width: 80%;
    margin: 20px 10%;
}
.contenido .titulaje h1{
    text-align: center;
    font-size: 55px;
}
.contenido .titulaje a{
    background: #5CE1E6;
    padding: 8px 20px;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
}
/*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;
    }
}