﻿@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-VariableFont_wght.ttf);
}

body {
    margin: 0;
    /*  display: flex;*/
    /*place-items: center;*/
    min-width: 320px;
    min-height: 100vh;
    font-family: Raleway;
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
}

h1 {
    font-size: 3.2em;
    line-height: 1.1;
}

button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.25s;
}

    button:hover {
        border-color: #646cff;
    }

    button:focus,
    button:focus-visible {
        outline: 4px auto -webkit-focus-ring-color;
    }

#totalpago, #pago_pedido, #info_pedido, #id_pedido {
    font-weight: bold;
}
/*para _Layout*/
#rootck {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #rootck .line__bott {
        height: 3px;
        background-color: red;
        border-radius: 10px;
        margin: 15px auto;
    }

#HeaderCkl {
    padding-bottom: 15px;
    border-bottom: 3px solid #ee1d25;
}

#logock {
    display: inline !important;
    float: left;
    margin-right: 20px;
    height: 100px;
}

    #logock img {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

#datosCliente {
    /* display:inline !important;*/
    text-align: left !important;
}

#txtCliente {
    display: inline !important;
    font-size: 22px;
    font-family: Raleway;
    font-weight: bold;
}
#inputCte, #idCte, #nameCte {
    border: none;
    width: 100% !important;
}

#txtSubHeader,
#txtSubHeader2,
#txtSubHeader3 {
    margin: 0;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 600;
}

#inputCte, #idCte {
    border: none;
    font-size: 14px;
    font-family: Raleway;
    font-weight: 600;
}

/*Estilos del menú superior*/
#MenuSup {
    margin: 0 auto;
    text-align: center;
    width: 75%;
    padding-bottom: 50px !important;
}

#primary_nav_wrap {
    margin-top: 15px
}


    #primary_nav_wrap ul {
        display: flex;
        margin: 10px auto;
        width: 100% !important;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        padding: 0;
    }


        #primary_nav_wrap ul a {
            display: flex;
            color: #333;
            text-decoration: none;
            font-weight: bolder;
            font-size: 14px;
            width: 95%;
            height: 60px;
            box-shadow: 0px 0px 3px gray;
            border-radius: 7px;
            margin-right: 10px;
            font-family: Raleway;
            flex-direction: column;
            justify-content: flex-end;
        }

.active_nav {
    border-bottom: 2px solid #dc3545;
}


#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    #primary_nav_wrap ul li i {
        position: absolute;
        font-size: 30px;
        margin-top: 5px;
        margin-left: -5px;
    }


#creardev input {
    height: 60px;
    width: auto;
    box-shadow: 0px 0px 3px gray;
    border-radius: 7px;
    font-family: Raleway;
    font-weight: bolder;
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}

    #primary_nav_wrap ul a:hover,
    #creardev input:hover {
        border-bottom: 1px solid red;
        box-shadow: 0px 0px 4px gray;
    }
/*Estilos para index*/

#HeaderDev {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    #HeaderDev .cont__HeaderDev {
        display: flex;
        font-family: Raleway;
    }

        #HeaderDev .cont__HeaderDev span {
            margin-right: 5px;
        }

#frmBuscar {
    padding-bottom: 20px;
}

    #frmBuscar input,
    #sel1 {
        width: 100%;
    }

#valorb {
    width: 120px;
    height: 35px !important;
    font-size: 16px;
}

#obtenerdev {
    height: 35px !important;
}

#TblInfoProducto {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

#titleDev {
    font-size: 18px;
    font-weight: 500;
    font-family: Raleway;
    font-weight: bold;
}
/*#TblDevolucion {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}*/
#TblDevolucion {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.table td, .table th {
    padding: 1rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


#DevDetalle {
    border-collapse: collapse;
}

#devid, #total_p {
    font-size: 15px;
    font-weight: 700;
    border: none;
}

#devfecha {
    font-size: 15px;
    font-weight: 700;
}

#DevProductos {
    padding-bottom: 12px;
}


/*Estilos para tarjetas*/



#tarjetasDetalle .card ul {
    border-top: inherit;
    border-bottom: inherit;
    display: flex;
    flex-direction: row;
}
/*Estilos para index footer*/

.footer {
    background-color: #c51622;
    max-width: 100%;
}

.footer img {
    width: 200px;
    margin-bottom: 15px;
}

.footer .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer ul li {
    list-style: none;
}

    .footer ul li a,
    .footer .copy {
        font-family: Raleway;
        color: #fff;
        font-weight: 500;
    }

.footer p {
    font-family: Raleway;
    font-weight: bolder;
}

.footer .wrapper ul {
    list-style: none;
    padding: 0;
}

.footer .wrapper li {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    font-size: 24px;
    position: relative;
}

.footer .wrapper a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.4);
    transition: all .35s;
}

.footer .wrapper li:hover a {
    color: #fff;
}

.footer .wrapper .effect_1 li {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
}

    .footer .wrapper .effect_1 li:after {
        position: absolute;
        content: "";
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        background: #c30e21;
        border-radius: 50%;
        transform-origin: 50% 50%;
        transform: scale(0);
        transition: all .35s;
    }

    .footer .wrapper .effect_1 li:hover:after {
        transform: scale(1);
    }

#loginContetn {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.formContent {
    border: 2px solid #c7c7c8;
    border-radius: 10px;
    padding: 2rem;
}

.imgLogin {
    width: 200px;
    margin-bottom: 20px;
}
.formContent .btn {
    color: #fff;
    background-color: #c30e21;
    border-color: #c30e21;
}

    .formContent .btn:hover {
        color: #c30e21;
        background-color: #fff;
        border-color: #c30e21;
    }

.formContent label {
    font-weight: 700;
}

#btnLogout {
    float: right;
    margin-top: -30px;
}

@media (max-width: 768px) {
    #rootck {
        width: 100%;
        margin: 0 auto;
        padding: 2rem;
        text-align: center;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    #primary_nav_wrap ul {
        display: flex;
        margin: 10px 10px;
        width: 100%;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

        #primary_nav_wrap ul a {
            width: 110px;
        }

    #HeaderCkl {
        display: flex;
        flex-direction: column;
    }

    #logock {
        height: 70px;
    }

    #datosCliente {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
    }

    #creardev222 input {
        width: auto;
        margin: 0 auto;
    }

    .footer ul {
        padding: 0;
        text-align: center;
    }
    #loginContetn {
        height: auto;
    }

    #btnLogout {
        float: none;
        margin-top: 20px;
    }
}
