@font-face {
    font-family: "principal";
    src: url(/frontend/fonts/OleoScript/OleoScript-Bold.ttf);
}

@font-face {
    font-family: "menu";
    src: url(/frontend/fonts/Josefin_Sans/JosefinSans-Bold.ttf);
}

body {
    background-image: url("/frontend/images/fondos/fondo_home5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*BARRA DE NAVEGACIÓN*/
.navbar {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.568);
    color: white;
}

.navbar-brand {
    width: 90px;
    height: 80px;
    top: 1%;
}

.login-button {
    background-color: #014ba0;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
    font-family: 'menu';
}

.login-button:hover {
    background-color: #2174d4;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: #666777;
    font-weight: 500;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #000;
}

/*BARRA DE FILTROS*/
.contenedorFiltros {
    background: transparent;
    width: 17%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.568);
    color: white;
    top: 10%;
    height: 90%;
    left: 0;
    position: fixed;
}

.filtroBuscarLaptop {
    width: 62%;
    top: 20px;
    left: 12.5%;
    border-width: 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    text-align: center;
}

.btnLupaBuscar {
    width: 35px;
    position: relative;
    top: 20px;
    left: 12.5%;
    border-width: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #014ba0;
}

.lupaBuscar {
    right: 2px;
    color: #fff;
    position: relative;
}

.divCategorias {
    overflow-y: scroll;
    height: 30%;
    width: 100%;
    margin-top: 8%;
    text-align: center;
}

.tituloCategorias {
    color: #000;
    font-family: "principal";
    position: relative;
    top: 35px;
    left: 20%;
}

.textCategorias {
    color: #000;
    font-size: 1.2rem;
    font-family: "menu";
}

.textCategorias2 {
    color: #014ba0;
    font-size: 1.2rem;
    font-family: "menu";
}

.textCategorias:hover {
    color: #2174d4;
}

.tableCategorias {
    color: #000;
    font-family: "menu";
    position: relative;
    width: 80%;
    top: 5px;
    left: 10%;
}

.divMarcas {
    overflow-y: scroll;
    height: 43%;
    width: 100%;
    margin-top: 0%;
}

.tituloMarcas {
    color: #000;
    font-family: "principal";
    position: relative;
    top: 0px;
    left: 25%;
}

.tableMarcas {
    color: #000;
    font-family: "menu";
    position: relative;
    width: 80%;
    top: 5px;
    left: 15%;
}

.btnBuscar {
    width: 90%;
    margin-top: 1.5%;
    border-radius: 4px;
    left: 4.5%;
    position: relative;
    text-align: center;
    background-color: #014ba0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s background-color;
    font-family: "menu";
}

.btnBuscar:hover {
    background-color: #2174d4;
}

/*PRODUCTOS*/
.ceroProductos {
    color: #014ba0;
    font-family: "Principal";
    font-size: 3rem;
    left: -15%;
    margin-top: 10%;
    position: relative;
}

.datoCategorias {
    color: #000;
    font-family: "Principal";
    font-size: 1.5rem;
    left: 18%;
    margin-top: 0.5%;
    position: fixed;
}

.categoriaSeleccionada {
    color: #014ba0;
    font-family: "menu";
    font-size: 1.5rem;
    margin-top: 0.1%;
    position: fixed;
}

.tituloResultado {
    top: 11%;
    left: 50%;
    color: #000;
    font-size: 2rem;
    position: absolute;
}

.contenedorCards {
    width: 75%;
    left: 8.5%;
    top: 125px;
    margin-bottom: -10%;
    margin-top: 3%;
    position: relative;
}

.cardsProductos {
    margin-bottom: 0%;
    position: relative;
}

.divCards {
    margin: 0%;
}

.imageCards {
    border-radius: 50px;
    padding: 15px;
    height: 55%;
    width: 90%;
    left: 5%;
    position: relative;
}

.card {
    border-radius: 30px;
    width: 100%;
    height: 90%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    position: relative;
}

.cardInfo {
    padding: 25px;
    margin-top: -15px;
    height: 25%;
}

.btn-primary {
    border-radius: 50px;
    width: 120px;
}

.cardTitulo {
    font-size: 1.3rem;
    margin-top: 2%;
    text-align: center;
    color: #000;
    font-family: "menu";
}

.cardPrecio {
    color: red;
    font-size: 1.5rem;
    bottom: 1%;
    position: relative;
}

.btnVistaPrevia {
    background-color: #014ba0;
    color: #fff;
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s background-color;
    font-family: 'menu';
}

.btnVistaPrevia:hover {
    background-color: #2174d4;
}

/*DESCRIPCIÓN DE PRODUCTOS*/
.divContenedorDesProducto {
    position: fixed;
    top: 20%;
    right: 13%;
    height: 66.4%;
    width: 60%;
    border-radius: 10px;
    background-color: #fff;
    transform: scale(0);
    transition: 0.5s;
}

.divContenedorDesProducto.active-ContenedorDesProducto {
    transform: scale(1);
}

.divTitDesProducto {
    background-color: #014ba0;
    width: 100%;
    margin-left: 0%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 55px;
}

.pDesProducto {
    color: #fff;
    font-family: "menu";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1%;
    margin-left: 10%;
}

.xDesProducto {
    margin-left: 50%;
    margin-top: 17%;
    height: 25px;
    background-color: #fff;
    width: 45%;
}

.divImgDesProductos {
    height: 487px;
}

.atrasDesProducto {
    width: 200%;
    height: 40px;
    margin-top: 210px;
    margin-left: 10%;
    cursor: pointer;
}

.adelanteDesProducto {
    width: 200%;
    height: 40px;
    margin-top: 210px;
    margin-left: 10%;
    cursor: pointer;
}

.imgDesProducto {
    width: 104%;
    height: 100%;
}

.divContenedorInfoDesProducto {
    background-image: url("/frontend/images/fondos/fondo_home3.jpg");
    width: 49%;
}

.divInfoDesProducto {
    height: 70px;
}

.pMarcaDesProducto {
    font-family: "principal";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 8%;
}

.sMarcaDesProducto {
    font-family: "principal";
    font-size: 1.5rem;
}

.pDisponibleDesProducto {
    font-family: "principal";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 7%;
}

.sDisponibleDesProducto {
    font-family: "principal";
    font-size: 1.5rem;
}

.divPreDesProducto {
    height: 60px;
}

.pPrecioDesProducto {
    font-family: "principal";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 3%;
}

.sPrecioDesProducto {
    font-family: "principal";
    font-size: 1.5rem;
}

.divCantDesProducto {
    height: 80px;
}

.pCantidadDesProducto {
    font-family: "principal";
    text-align: end;
    font-size: 1.5rem;
    margin-top: 6%;
}

.iCantidadDesProducto {
    font-family: "principal";
    text-align: start;
    margin-top: 13% !important;
}

.divDesDesProducto {
    height: 40px;
}

.pDesDesProducto {
    font-family: "principal";
    text-align: center;
    font-size: 1.5rem;
}

.divInfoDesDesProducto {
    height: 140px;
}

.iDesDesProducto {
    height: 90%;
    margin-top: 2%;
    font-family: "menu";
    text-align: center;
}

.divCodDesProducto {
    height: 60px;
}

.pCodDesProducto {
    font-family: "principal";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 3%;
}

.sCodDesProducto {
    font-family: "principal";
    font-size: 1.5rem;
}

.bApartarDesProducto {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
    width: 100%;
}

.bApartarDesProducto:hover {
    background-color: #2174d4;
}

.bAgregarDesProducto {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
    width: 100%;
}

.bAgregarDesProducto:hover {
    background-color: #2174d4;
}

/*COMO DESEA COMPRAR*/
.divContenedorSeleccionCompra {
    position: fixed;
    top: 25%;
    right: 27%;
    height: 25%;
    width: 40%;
    border-radius: 10px;
    background-color: #fff;
    transform: scale(0);
    transition: 0.5s;
    background-image: url("/frontend/images/fondos/fondo_home3.jpg");
}

.divContenedorSeleccionCompra.active-ContenedorSeleccionCompra {
    transform: scale(1);
}

.divTitSeleccionCompra {
    background-color: #014ba0;
    width: 100%;
    margin-left: 0%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 55px;
}

.pSeleccionCompra {
    color: #fff;
    font-family: "principal";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1%;
    margin-left: 10%;
}

.xSeleccionCompra {
    position: absolute;
    top: 5%;
    left: 93%;
    height: 25px;
    background-color: #fff;
    width: 5%;
}

.registrarseSeleccionCompra {
    width: 70%;
    height: 50%;
    margin-left: 10%;
    margin-top: 10%;
    cursor: pointer;
}

.iniciarSeleccionCompra {
    width: 70%;
    height: 50%;
    margin-left: 10%;
    margin-top: 10%;
    cursor: pointer;
}

.invitadoSeleccionCompra {
    width: 70%;
    height: 50%;
    margin-left: 15%;
    margin-top: 11%;
    cursor: pointer;
}

.pRSeleccionCompra {
    font-family: "menu";
    font-size: 1.2rem;
    margin-left: 20%;
}

.pISeleccionCompra {
    font-family: "menu";
    font-size: 1.2rem;
    margin-left: 15%;
}

.pInSeleccionCompra {
    font-family: "menu";
    font-size: 1.2rem;
    margin-left: 13%;
}

/*DATOS DEL COMPRADOR*/
.divContenedorUsuarioCompra {
    position: fixed;
    top: 20%;
    right: 34%;
    height: 59.7%;
    width: 25%;
    border-radius: 10px;
    transform: scale(0);
    background-image: url("/frontend/images/fondos/fondo_home3.jpg");
    transition: 0.5s;
}

.divContenedorUsuarioCompra.active-ContenedorUsuarioCompra {
    transform: scale(1);
}

.divTitUsuarioCompra {
    background-color: #014ba0;
    width: 100%;
    margin-left: 0%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 55px;
}

.pUsuarioCompra {
    color: #fff;
    font-family: "principal";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1%;
    margin-left: 10%;
}

.xUsuarioCompra {
    position: absolute;
    top: 2%;
    left: 87%;
    height: 25px;
    background-color: #fff;
    width: 10%;
}

.pNombreUsuarioCompra {
    font-family: "menu";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1%;
}

.iNombreUsuarioCompra {
    font-family: "principal";
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

.pApellidoUsuarioCompra {
    font-family: "menu";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 5%;
}

.iApellidoUsuarioCompra {
    font-family: "principal";
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

.pCorreoUsuarioCompra {
    font-family: "menu";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 5%;
}

.iCorreoUsuarioCompra {
    font-family: "principal";
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

.pCelularUsuarioCompra {
    font-family: "menu";
    text-align: center;
    font-size: 1.5rem;
    margin-top: 5%;
}

.iCelularUsuarioCompra {
    font-family: "principal";
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

.btnCancelarUsuarioCompra {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
    margin-top: 10%;
    width: 100%;
}

.btnCancelarUsuarioCompra:hover {
    background-color: #2174d4;
}

.btnAceptarUsuarioCompra {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
    margin-top: 10%;
    width: 100%;
}

.btnAceptarUsuarioCompra:hover {
    background-color: #2174d4;
}

.descripcionImg {
    width: 76%;
    left: 12%;
    height: 361px;
    position: relative;
}

.codigoIn {
    font-size: 1.5rem;
    font-family: "principal";
    right: 1%;
    bottom: 6%;
    position: absolute;
}

.disponible {
    font-size: 1.5rem;
    font-family: "principal";
    text-align: center;
}

.precio {
    font-size: 1.5rem;
    font-family: "principal";
    text-align: center;
}

.paginacionDiv {
    margin-top: 18%;
    margin-bottom: 1%;
    width: 100%;
    left: 8.5%;
    position: relative;
}

/* Botón de paginación */
.btnPaginación {
    min-width: 48px;
    height: 40px;
    padding: 0 12px;
    margin: 6px 7px;
    border-radius: 10px;
    border: 2px solid #0b3153;
    background: #115ea3;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 3px 0 #082135;
    cursor: pointer;
    transition: transform .1s ease, background-color .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.btnPaginación:hover {
    transform: translateY(-1px);
}

.btnPaginación:active {
    transform: translateY(0);
}

/* Activo (seleccionado) */
.btnPaginaciónSeleccionado,
.btnPaginación[aria-current="page"] {
    background: #504646;
    color: #fff;
    border-color: #131312;
    box-shadow: 0 3px 0 #131312;
}

/* Accesibilidad al navegar con teclado */
.btnPaginación:focus-visible {
    outline: 3px solid #131312;
    outline-offset: 2px;
}

/*APARTADOS*/
.descripcionApartados {
    height: 63%;
    width: 150%;
    right: 20%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    top: 15%;
}

.divFullApartados {
    overflow-y: scroll;
    height: 115%;
}

.divTextDescripcionApartados {
    background-color: #014ba0;
    width: 103%;
    left: -1.5%;
    position: relative;
}

.textDescripcionApartados {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "menu";
    position: relative;
}

.textApartadosPrimero {
    margin-top: 5%;
    height: 60px;
}

.textApartadosSegundo {
    margin-bottom: 5%;
}

.textApartadosSegundo2 {
    margin-bottom: 5%;
}

.textTiempoApartar {
    font-family: "Principal";
}

.checkApartar {
    display: none;
}

.checkApartar2 {
    display: none;
}

.spanApartar {
    display: inline-block;
    position: relative;
    height: 1.5em;
    width: 1.5em;
    top: 0.4em;
    background: #014ba0;
    border-radius: 100%;
    transition: all 0.7s;
}

.labelApartar {
    font-size: 1.1em;
    font-family: "Menu";
    cursor: pointer;
}

.labelApartar .checkApartar:checked~.spanApartar {
    box-shadow: 0px 0px 30px 0px #09f;
}

.labelApartar .checkApartar2:checked~.spanApartar {
    box-shadow: 0px 0px 30px 0px #09f;
}

.spanApartar::after {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 0.30em 0.30em 0;
    transform: rotate(45deg);
    width: 0.50em;
    height: 0.90em;
    left: 0.5em;
    top: 0.25em;
    opacity: 0;
    transition: .3s ease;
}

.labelApartar .checkApartar:checked~.spanApartar::after {
    opacity: 1;
}

.labelApartar .checkApartar2:checked~.spanApartar::after {
    opacity: 1;
}

.divBtnApartados2 {
    bottom: 0%;
    width: 100%;
    position: absolute;
    left: 0%;
}

.btnCancelarApartar2 {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
    width: 49.6%;
}

.btnCancelarApartar2:hover {
    background-color: #2174d4;
}

.btnConfApartar2 {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
    width: 49.7%;
}

.btnConfApartar2:hover {
    background-color: #2174d4;
}

.codigoIn2 {
    font-size: 1.5rem;
    font-family: "principal";
    right: 1%;
    bottom: 6%;
    position: absolute;
}

.segmento2 {
    font-size: 1.5rem;
    font-family: "principal";
    text-align: center;
}

.disponible2 {
    font-size: 1.5rem;
    font-family: "principal";
    text-align: center;
}

.precio2 {
    font-size: 1.5rem;
    font-family: "principal";
    text-align: center;
}

.btnClose2 {
    background-color: #fff;
    width: 2%;
}

.inputDigiteMonto {
    width: 10%;
}

.montoMinimo {
    color: red;
}

/*TABLA DE CARRITO DE COMPRAS*/
.submenu {
    display: none;
    top: 95px;
    border-radius: 15px;
    height: 399px;
    width: 35%;
    left: 40%;
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.submenu.active-submenuu {
    display: block;
}

.icon-closeCarrito {
    width: 7%;
    right: 0%;
    top: 0px;
    cursor: pointer;
    position: absolute;
}

.divTablaCarrito {
    overflow-y: scroll;
    height: 73%;
    padding: 1.5%;
    margin: 0%;
}

.tableCarrito th {
    font-family: "Principal";
    font-size: 1.4rem;
    text-align: center !important;
    padding-top: 0.2% !important;
    padding-left: 0.2% !important;
    padding-right: 0.2% !important;
}

.tableCarrito tr {
    font-family: "Principal";
    font-size: 1rem;
    text-align: center !important;
}

.precioCarrito {
    color: red;
}

.borrar-producto {
    background-color: #014ba0;
    border-radius: 50%;
    padding: 5px 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.borrar-producto:hover {
    background-color: #2174d4;
}

.totalTitCarrito {
    font-family: "Principal";
    font-size: 1.4rem;
    text-align: start !important;
    margin-top: 7%;
}

.totalPrecioCarrito {
    font-family: "Principal";
    font-size: 1.4rem;
    color: red;
    margin-top: 7%;
    text-align: end !important;
}

.divBtnCarrito {
    width: 100%;
    margin: 0%;
    padding: 0%;
}

.btnCarrito {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
}

.btnCarrito:hover {
    background-color: #2174d4;
}

/*CCS DE VENTANA DE LOGIN*/
.contenedorLogin {
    top: 13%;
    width: 60%;
    height: 55%;
    left: 20%;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    margin: 20px;
    position: fixed;
    overflow: hidden;
    transform: scale(0);
    transition: 0.5s;
}

.icon-closeLogin {
    width: 5%;
    right: -0.5%;
    top: 0px;
    cursor: pointer;
    position: fixed;
}

.formLoginRegister {
    overflow-y: scroll;
    height: 120%;
    width: 100%;
}

.contenedorLogin.active-contenedorLog {
    transform: scale(1);
}

.form-box {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    color: #000;
    text-align: center;
    padding: 40px;
    z-index: 1;
    transition: .6s ease-in-out 1.2s, visibility 0s 1s;
}

.contenedorLogin.active .form-box {
    right: 50%;
}

.form-box.register {
    visibility: hidden;
}

.contenedorLogin.active .form-box.register {
    visibility: visible;
}

.formLogin {
    width: 100%;
}

.titLogin {
    font-size: 30px;
    margin: 0px 0;
    font-family: "Principal";
}

.loginUsuario {
    position: relative;
    margin: 10px 0;
}

.loginUsuario input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.loginUsuario input::placeholder {
    color: #888;
    font-weight: 400;
}

.loginApellidos {
    position: relative;
    margin: 10px 0;
}

.loginApellidos input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.loginApellidos input::placeholder {
    color: #888;
    font-weight: 400;
}

.loginFechaN {
    position: relative;
    margin: 10px 0;
}

.loginFechaN input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.loginFechaN input::placeholder {
    color: #888;
    font-weight: 400;
}

.loginCedula {
    position: relative;
    margin: 10px 0;
}

.loginCedula input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 13.5px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.loginCedula input::placeholder {
    color: #888;
    font-weight: 400;
}

.loginMovil {
    position: relative;
    margin: 10px 0;
}

.loginMovil input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.loginMovil input::placeholder {
    color: #888;
    font-weight: 400;
}

.loginEmail {
    position: relative;
    margin: 10px 0;
}

.loginEmail input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.loginEmail input::placeholder {
    color: #888;
    font-weight: 400;
}

.loginPass {
    position: relative;
    margin: 10px 0;
}

.loginPass input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.loginPass input::placeholder {
    color: #888;
    font-weight: 400;
}

.loginPass2 {
    position: relative;
    margin: 10px 0;
}

.loginPass2 input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.loginPass2 input::placeholder {
    color: #888;
    font-weight: 400;
}

.input-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #888;
    font-family: "Principal";
}

.forgot-link {
    margin: -15px 0 15px;
}

.forgot-link a {
    font-size: 14.5px;
    color: #333;
    text-decoration: none;
}

.btnLogin {
    width: 100%;
    height: 48px;
    background-color: #014ba0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    font-family: "Principal";
    text-align: center;
}

.btnRegister {
    width: 100%;
    height: 48px;
    background-color: #014ba0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    font-family: "Principal";
}

.toggle-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.toggle-box::before {
    content: '';
    position: absolute;
    left: -250%;
    width: 300%;
    height: 100%;
    background: #014ba0;
    border-radius: 150px;
    z-index: 2;
    transition: 1.8s ease-in-out;
}

.contenedorLogin.active .toggle-box::before {
    left: 50%;
}

.toggle-panel {
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: .6s ease-in-out;
    font-family: "Principal";
}

.toggle-panel.toggle-left {
    left: 0;
    transition-delay: 1.2s;
}

.contenedorLogin.active .toggle-panel.toggle-left {
    left: -50%;
    transition-delay: .6s;
}

.toggle-panel.toggle-right {
    right: -50%;
    transition-delay: .6s;
}

.contenedorLogin.active .toggle-panel.toggle-right {
    right: 0;
    transition-delay: 1.2s;
}

.toggle-panel p {
    margin-bottom: 20px;
}

.toggle-panel .btn {
    width: 160px;
    height: 46px;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff;
}

/*DIV PERFIL*/
.divPerfil {
    width: 30%;
    height: 42%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    position: fixed;
    top: 11%;
    right: 1%;
    transform: scale(0);
    transition: 0.5s;
}

.icon-closePerfil {
    width: 6.5%;
    right: 0%;
    top: 0px;
    cursor: pointer;
    position: fixed;
}

.divPerfil.active-divPerfill {
    transform: scale(1);
}

.formLoginPerfil {
    margin-left: 5px;
    margin-right: 5px;
}

.titPerfil {
    font-size: 30px;
    left: 44%;
    font-family: "Principal";
    position: relative;
    width: 20%;
}

.perfilUsuario {
    position: relative;
    margin: 10px 0;
}

.perfilUsuario input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.perfilUsuario input::placeholder {
    color: #888;
    font-weight: 400;
}

.perfilApellidos {
    position: relative;
    margin: 10px 0;
}

.perfilApellidos input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.perfilApellidos input::placeholder {
    color: #888;
    font-weight: 400;
}

.perfilMovil {
    position: relative;
    margin: 10px 0;
}

.perfilMovil input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.perfilMovil input::placeholder {
    color: #888;
    font-weight: 400;
}

.perfilCompras {
    position: relative;
    margin: 10px 0;
}

.perfilCompras input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.perfilCompras input::placeholder {
    color: #888;
    font-weight: 400;
}

.perfilEmail {
    position: relative;
    margin: 10px 0;
}

.perfilEmail input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.perfilEmail input::placeholder {
    color: #888;
    font-weight: 400;
}

.perfilPass {
    position: relative;
    margin: 10px 0;
}

.perfilPass input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.perfilPass input::placeholder {
    color: #888;
    font-weight: 400;
}

.perfilPass2 {
    position: relative;
    margin: 10px 0;
}

.perfilPass2 input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "menu";
    text-align: center;
}

.perfilPass2 input::placeholder {
    color: #888;
    font-weight: 400;
}

.btnperfil {
    width: 100%;
    height: 48px;
    background-color: #014ba0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    font-family: "Principal";
}

.btnCerrarPerfil {
    width: 100%;
    height: 48px;
    background-color: #666666;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    font-family: "Principal";
}

/*DIV TÉRMINOS*/
.divTerminos {
    width: 60%;
    height: 70%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    position: fixed;
    top: 20%;
    left: 25%;
    transform: scale(0);
    transition: 0.5s;
}

.icon-closeTerminos {
    width: 4%;
    right: 0%;
    top: 0px;
    cursor: pointer;
    position: fixed;
}

.divTerminos.active-divTerminoss {
    transform: scale(1);
}

.formTerminos {
    margin-left: 5px;
    margin-right: 5px;
    overflow-y: scroll;
    height: 98%;
}

.titTerminos {
    font-size: 30px;
    font-family: "Principal";
    position: relative;
    width: 90%;
    left: 5%;
    text-align: center;
}

/*DIV APARTADO*/
.divApartado {
    width: 30%;
    height: 36%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    position: fixed;
    top: 25%;
    left: 37%;
    transform: scale(0);
    transition: 0.5s;
}

.divApartado.active-divApartadoo {
    transform: scale(1);
}

.textApartado {
    font-family: "principal";
    text-align: center;
    background-color: #014ba0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.numeroApartado {
    margin-top: 10%;
    font-family: "principal";
    text-align: center;
    color: red;
}

.textAgenteApartado {
    margin-top: 10%;
    font-family: "principal";
    text-align: center;
}

.icon-closeApartado {
    width: 7%;
    right: 0%;
    top: 0px;
    cursor: pointer;
    position: fixed;
}

/*Contenedor de Loading*/
.contenedorloadig {
    width: 100%;
    height: 20%;
    left: 0%;
    top: 40%;
    border: 2px solid rgba(255, 255, 255, 5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    background-color: #014ba0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    transform: scale(0);
    transition: 0.5s;
    position: fixed;
}

.contenedorloadig.active-contenedorloadigg {
    transform: scale(1);
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

.textLoading {
    position: fixed;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    left: 48.5%;
    top: 65%;
    margin-left: -20px;
    color: #fff;
}

.divLoading {
    position: fixed;
    top: 50%;
    margin-left: -50px;
    left: 50%;
    animation: speeder .4s linear infinite;

    >span {
        height: 5px;
        width: 35px;
        background: #ffffff;
        position: absolute;
        top: -19px;
        left: 60px;
        border-radius: 2px 10px 1px 0;
    }
}

.base {
    span {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 100px solid #ffffff;
        border-bottom: 6px solid transparent;

        &:before {
            content: "";
            height: 22px;
            width: 22px;
            border-radius: 50%;
            background: #ffffff;
            position: absolute;
            right: -110px;
            top: -16px;
        }

        &:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 0 solid transparent;
            border-right: 55px solid #ffffff;
            border-bottom: 16px solid transparent;
            top: -16px;
            right: -98px;
        }
    }
}

.face {
    position: absolute;
    height: 12px;
    width: 20px;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    transform: rotate(-40deg);
    right: -125px;
    top: -15px;

    &:after {
        content: "";
        height: 12px;
        width: 12px;
        background: #ffffff;
        right: 4px;
        top: 7px;
        position: absolute;
        transform: rotate(40deg);
        transform-origin: 50% 50%;
        border-radius: 0 0 0 2px;
    }
}

.divLoading>span>span:nth-child(1),
.divLoading>span>span:nth-child(2),
.divLoading>span>span:nth-child(3),
.divLoading>span>span:nth-child(4) {
    width: 30px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    animation: fazer1 .2s linear infinite;
}

.divLoading>span>span:nth-child(2) {
    top: 3px;
    animation: fazer2 .4s linear infinite;
}

.divLoading>span>span:nth-child(3) {
    top: 1px;
    animation: fazer3 .4s linear infinite;
    animation-delay: -1s;
}

.divLoading>span>span:nth-child(4) {
    top: 4px;
    animation: fazer4 1s linear infinite;
    animation-delay: -1s;
}

@keyframes fazer1 {
    0% {
        left: 0;
    }

    100% {
        left: -80px;
        opacity: 0;
    }
}

@keyframes fazer2 {
    0% {
        left: 0;
    }

    100% {
        left: -100px;
        opacity: 0;
    }
}

@keyframes fazer3 {
    0% {
        left: 0;
    }

    100% {
        left: -50px;
        opacity: 0;
    }
}

@keyframes fazer4 {
    0% {
        left: 0;
    }

    100% {
        left: -150px;
        opacity: 0;
    }
}

@keyframes speeder {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }

    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }

    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.longfazers {
    position: absolute;
    width: 100%;
    height: 100%;

    span {
        position: absolute;
        height: 2px;
        width: 20%;
        background: #ffffff;

        &:nth-child(1) {
            top: 20%;
            animation: lf .6s linear infinite;
            animation-delay: -5s;
        }

        &:nth-child(2) {
            top: 40%;
            animation: lf2 .8s linear infinite;
            animation-delay: -1s;
        }

        &:nth-child(3) {
            top: 60%;
            animation: lf3 .6s linear infinite;
        }

        &:nth-child(4) {
            top: 80%;
            animation: lf4 .5s linear infinite;
            animation-delay: -3s;
        }
    }
}

@keyframes lf {
    0% {
        left: 200%;
    }

    100% {
        left: -200%;
        opacity: 0;
    }
}

@keyframes lf2 {
    0% {
        left: 200%;
    }

    100% {
        left: -200%;
        opacity: 0;
    }
}

@keyframes lf3 {
    0% {
        left: 200%;
    }

    100% {
        left: -100%;
        opacity: 0;
    }
}

@keyframes lf4 {
    0% {
        left: 200%;
    }

    100% {
        left: -100%;
        opacity: 0;
    }
}

#whatsapp .wtsapp {
    position: fixed;
    transform: all .5s ease;
    background-color: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 20px;
    right: 20px;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#whatsapp .wtsapp::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

#whatsapp .wtsapp:focus {
    border: none;
    outline: none;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#filtroBuscarMovil .filtroBuscarMovil {
    position: fixed;
    transform: all .5s ease;
    background-color: #014ba0;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    top: 14%;
    left: 9%;
    border: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#filtroBuscarMovil .filtroBuscarMovil::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #014ba0;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border2 1500ms ease-out infinite;
}

#filtroBuscarMovil .filtroBuscarMovil:focus {
    border: none;
    outline: none;
}

@keyframes pulse-border2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#filtroCarritoMovil .filtroCarritoMovil {
    position: fixed;
    transform: all .5s ease;
    background-color: #014ba0;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    top: 14%;
    left: 42%;
    border: 0;
    width: 50px;
    height: 50px;
    line-height: 51px;
}

#filtroCarritoMovil .filtroCarritoMovil::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #014ba0;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border2 1500ms ease-out infinite;
}

#filtroCarritoMovil .filtroCarritoMovil:focus {
    border: none;
    outline: none;
}

@keyframes pulse-border2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#filtroCategoriaMovil .filtroCategoriaMovil {
    position: fixed;
    transform: all .5s ease;
    background-color: #014ba0;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    top: 14%;
    left: 75%;
    border: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#filtroCategoriaMovil .filtroCategoriaMovil::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #014ba0;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border2 1500ms ease-out infinite;
}

#filtroCategoriaMovil .filtroCategoriaMovil:focus {
    border: none;
    outline: none;
}

@keyframes pulse-border2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*TABLA BÚSQUEDA MOVIL*/
.divVentanaBuscar {
    transform: scale(0);
    top: 25%;
    border-radius: 15px;
    height: 14%;
    width: 86%;
    left: 10%;
    position: fixed;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.divVentanaBuscar.active-divVentanaBuscarr {
    transform: scale(1);
}

.icon-closeVentanaBuscar {
    width: 7%;
    right: 0%;
    top: 0px;
    cursor: pointer;
    position: absolute;
}

.divTextBuscar {
    top: 1%;
    width: 95%;
    position: absolute;
}

.divTextBuscar label {
    font-size: 1.3rem;
}

.divTextBuscar input {
    width: 90%;
    margin-left: 7%;
}

.divBtnVentanaBuscar {
    width: 100%;
    margin: 0%;
    padding: 0%;
    height: 10%;
    bottom: 0%;
    position: absolute;
}

.btnVentanaBuscar {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
}

.btnVentanaBuscar:hover {
    background-color: #2174d4;
}

/*TABLA CATEGORÍA MOVIL*/
.divCategoriasMovil {
    transform: scale(0);
    top: 15%;
    border-radius: 15px;
    height: 60%;
    width: 86%;
    left: 8%;
    position: fixed;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.divCategoriasMovil.active-divCategoriasMovill {
    transform: scale(1);
}

.icon-closeCategoriasMovil {
    width: 7%;
    right: 0%;
    top: 0px;
    cursor: pointer;
    position: absolute;
}

.tituloCategoriasMovil {
    color: #000;
    font-family: "principal";
    position: relative;
    top: 1%;
    left: 37%;
}

.divTituloCategoriaMovil {
    width: 100%;
    height: 12%;
}

.divCategoriasTableMovil {
    overflow-y: scroll;
    height: 80%;
    width: 100%;
    margin-top: -10%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.tableCategoriasMovil {
    color: #000;
    font-family: "menu";
    position: relative;
    width: 100%;
    top: 5px;
}

.divBtnCategoriasMovil {
    width: 100%;
    margin: 0%;
    padding: 0%;
    height: 6%;
    bottom: 0%;
    position: absolute;
}

.btnCategoriasMovil {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    font-family: "principal";
    background-color: #014ba0;
    border-radius: 5px;
}

.btnCategoriasMovil:hover {
    background-color: #2174d4;
}