﻿@import url('https://fonts.googleapis.com/css?family=Numans');

html {
    font-family: 'Numans', sans-serif;
}

body {
    font-size: small;
    margin: 0;
    margin-bottom: 40px;
    overflow-x: hidden;
}

.altura {
    min-height: 100vh;
}

.divPedido {
    margin-top: 2%;
    font-family: 'Numans', sans-serif;
}

.textos {
    font-family: 'Numans', sans-serif;
}

#ddlReferencia {
    width: 100%;
}

textarea {
    font-family: 'Numans', sans-serif;
    color: #495057;
    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#lblObservaciones {
    display: block;
}

.borderojo {
    outline: none;
    border: 1px solid #f00;
}

.bordegris {
    border: 1px solid #808080;
}


/* Spinner Wrapper */
.loader {
    width: 100vw;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Spinner */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #fff; /*color de los spinners*/
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.btn-outline-success {
    color: #080808;
    border-color: #28a745;
}

.btnPedido {
    background-color: #28a745;
}


.divPrincipal {
    -webkit-box-shadow: 1px 5px 18px -3px rgba(163,163,163,1);
    -moz-box-shadow: 1px 5px 18px -3px rgba(163,163,163,1);
    box-shadow: 1px 5px 18px -3px rgba(163,163,163,1);
}

footer {
    position: absolute !important;
    bottom: 0;
    /*    padding: 1rem;*/
    color: black;
    /*background-color: #CADB10;*/
    /* border-color: #CADB10;*/
    /*background-color: #c4d600;*/
    background-color: #53565a;
    max-height: 70px;
}

.main {
    min-height: 80vh;
}

.row {
    display:;
}

/*::-webkit-scrollbar {
    display: none;
}*/

.btn-success {
    /*    color: black;
    background-color: #D0DB01;
    border-color: #D0DB01;*/
    color: white;
    background-color: #003561;
    border-color: #fff;
    top: 0px;
    left: 0px;
}

    .btn-success:hover {
        /*        color: black;
        background-color: #a5ad00;
        border-color: #a5ad00;*/

        color: white;
        background-color: #003561;
        /*border-color: #030e7e;*/
        border-color: white;
        box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        /* al presionar el boton*/
        /*color: #fff;*/
        color: #53565A;
        /*background-color: #a5ad00;*/
        background-color: #003561;
        /*border-color: #a5ad00;*/
        border-color: white;
    }

    .btn-success.focus, .btn-success:focus {
        /*color: #fff;*/
        color: #53565A; /*cafe*/
        /*background-color: #a5ad00;*/
        background-color: #003561; /*azul oscuro*/
        javascript: __doPostBack('ctl00$ContentPlaceHolder1$btnBuscar','') border-color: white;
        /*box-shadow: 0 0 0 0.2rem rgba(72,180,97,.5);*/
        box-shadow: 0 0 0 0.2rem rgba(182,129,80,.5);
    }

.dashboardIcons {
    /*color: #cadc00;*/
    /*color: #f2dab2;*/
    color: #ffF;
}

.promo {
    background-color: #CADB00;
    /*background-color: #ED017F;*/
    animation: blinker 3s step-start infinite;
    font-size: large;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


#formdiv {
    text-align: center;
}

#file {
    color: green;
    padding: 5px;
    border: 1px dashed #123456;
    background-color: #f9ffe5;
}

#img {
    width: 17px;
    border: none;
    height: 17px;
    margin-left: -20px;
    margin-bottom: 191px;
}

.upload {
    width: 100%;
    height: 30px;
}

.previewBox {
    text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
}

    .previewBox img {
        height: 150px;
        width: 150px;
        padding: 5px;
        border: 1px solid rgb(232, 222, 189);
    }

.delete {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
}

.img-upload {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ContentPlaceHolder1_UpdatePanel1 {
    margin-bottom: 5%;
}

.redes-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 70px;
}

    .redes-container ul li {
        display: inline-block;
        margin: 0 5px;
        text-align: center;
    }

        .redes-container ul li a {
            padding: 0 10px;
            color: #4A4A4A;
        }

    .redes-container ul:hover a {
        filter: blur(2px);
    }

    .redes-container ul li a:hover {
        transform: translateY(-3px) scale(1.05);
        filter: none;
    }

:root {
    --facebook: #3b5999;
    --instagram: #e4405f;
    --youtube: #c4302b;
    --whatsapp: #00bb2d;
    --tiktok: #e4405f;
}

.redes-container ul li .facebook:hover {
    color: var(--facebook);
}

.redes-container ul li .instagram:hover {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.redes-container ul li .tiktok:hover {
    color: var(--tiktok);
}

.redes-container ul li .youtube:hover {
    color: var(--youtube);
}

.redes-container ul li .whatsapp:hover {
    color: var(--whatsapp);
}

.backGris {
    /*background-color: #4A4A4A;*/
    background-color: #53565a;

}

.textWhite {
    /*background-color: #4A4A4A;*/
    color: white;
}

.backCafe {
    /*background-color: #4A4A4A;*/
    background-color: #53565a;
}

.backBeige {
    /*background-color: #4A4A4A;*/
    background-color: #f2dab2;
}

.backAzul2 {
    /*background-color: #4A4A4A;*/
    /*background-color: rgb(17 56 89);*/
    /*background-color: #003561; Azul*/
    background-color: #003561;
}

.bg-dark2 {
    background-color: #f2dab2 !important
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccC;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    /*background-color: #cadb10;*/
    background-color: #003561;
}

input:focus + .slider {
    box-shadow: 0 0 1px #cadb10;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Ajusta el modal a un tamaño más compacto */
.modal-dialog.modal-md {
    max-width: 600px;
}

/* Limita la altura de las imágenes del carrusel */
.modal-img {
    max-height: 280px;
    object-fit: contain;
    border-radius: 6px;
}