@import url('own-lib-pattern-effects.css');

:root {
    --rosa: #ccacba;
    --azul4: #068D9D;
    --azul3: #0f4d5c;
    --azul2: #0b3741;
    --azul: #07252c;
    --amarillo: #FF8000;
    /* --naranja: #ff5e39; */
    --naranja: #E4572E;
    --naranja2: #ea8161;
    --rojo: #A62834;
    --verde: #688E26;
    
    /* Antigua tarjeta de colores */
    /* --grisito: #f2f2f2;
    --grisito2: #d9d9d9;
    --grisito3: #bfbfbf;
    --grisito4: #a6a6a6;
    --grisito5: #6c757d;
    --negro4: #505962;    
    --negro3: #394046;
    --negro2: #22262a;
    --negro: #121517; */

    /* nueva tarjeta de colores (mejor transicion) */
    --grisito: hsl(0, 0%, 96%);
    --grisito2: #d5d9dd;
    --grisito3: #b9bfc6;
    --grisito4: #9da6af;
    --grisito5: #818c98;
    --negro4: #505962;    
    --negro3: #394046;
    --negro2: #22262a;
    --negro: #0b0d0e;

    --headingFont:'Raleway', sans-serif;
    --textFont:  'Roboto', sans-serif;
}
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
/*---------------------------------------*/
/*-- avoid people select texts --*/
*, *:before, *:after {
    box-sizing: inherit;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
/*-- Allow people select input's text --*/
.contenedor-editor *, .contenedor-editor *:before, .contenedor-editor *:after,
textarea, textarea:before, textarea:after,
input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
} 
/*--------------------------------------*/
/* elements sticky */
.position-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    -webkit-position: sticky;
    position: sticky;
}
/*--------------------------------------*/
body {
    font-family: 'Raleway', sans-serif, 'FontAwesome';
    color: #484349;

    background-color: var(--azul2);

    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: overlay;
    transition: opacity .4s ease-in-out;
}
body.modal-open { overflow: hidden!important; }
body::-webkit-scrollbar {
    width: 8px;
    border-radius: 15px;
}
body::-webkit-scrollbar-thumb {
    background-color: rgba(178, 178, 178, 0.433);
    height: 10px;
    border-radius: 15px;
}

.homeBackground {
    background-color: #07252C;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23073a43' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23074f59' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23066370' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23067886' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23068D9D' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    /* background-attachment: fixed; */
    background-size: cover;
}
.homeHeader .cuadradoBG {
    display: block;
    background-color: #12151761;
    width: 70vw;
    height: 43vw;
    max-height: 435px;
    min-height: 230px;
    right: 0px;
    top: 13vh;
}
#home-logo-animation h4.text-light {
    transition: all 1s linear;
}

.video-container {
    width: 85%;
    margin: 0 auto;
    border-radius: 15px;
}

.planesLandingPage header h1 {
    max-width: 950px;
    margin: 0 auto;
}
.planesLandingPage .plan-info > p::before {
    content: '';

    display: inline-block;

    width: 10px;
    height: 10px;

    background-color: var(--naranja);

    border-radius: 3px;
    margin-right: 8px;
}
.planesLandingPage header {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    background-color: #07252C;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='638' height='638' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%230B3741' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%230F4D5C'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}
.planesLandingPage .headerLogo .textoLogo {
    display: none;
}
.planesLandingPage .headerLogo {
    bottom: -76px;
    font-size: 8rem;
}
.planesLandingPage h1 {
    font-size: 6.5rem;
    text-align: center;
    line-height: .8!important;
}

@media (min-height : 920px) {
    .homeHeader .cuadradoBG {
        top: 14vh
    }
    @media (min-height : 992px) {
        .homeHeader .cuadradoBG {
            top: 28vh
        }
    }
}
@media (min-width : 992px) {
    .homeHeader .cuadradoBG {
        top: 20vh;
        max-height: 350px;
    }
    @media (min-height : 700px) {
        .homeHeader .cuadradoBG {
            top: 22vh;
            max-height: 410px;
        }
    }
    @media (min-height : 1200px) {
        .homeHeader .cuadradoBG {
            height: 50vh;
            max-height: 500px;
        }
    }
}
@media (max-width : 992px){
    .planesLandingPage h1 {
        font-size: 5rem;
    }    
}
@media (max-width : 650px){
    .planesLandingPage h1 {
        font-size: 4rem;
    }    
}
@media (max-width : 568px){
    .planesLandingPage h1 {
        font-size: 3rem;
    }
    .planesLandingPage header {
        height: 300px;
    }    
}
@media (max-width : 400px){
    .planesLandingPage h1 {
        font-size: 2.5rem;
    }    
    .planesLandingPage .headerLogo {
        bottom: -51px;
        font-size: 5.5rem;
    }
}
@media (max-width : 375px){ .planesLandingPage .headerLogo {bottom: -60px;}}
@media (max-width : 325px){
    .planesLandingPage h1 {
        font-size: 2rem;
    }    
    .homeLandingPage h2 {
        font-size: 3.75rem!important;
    }
    .homeHeader .cuadradoBG {
        min-height: 290px;
    }
}

.splash-screen {
    transition: opacity .5s ease-in-out;
    z-index: 1200!important;
    position: fixed;
    bottom: 0; left: 0;

    width: 100%!important;
    height: 100%!important;

    background-color: var(--azul2);
    background-color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    transform: scale(1.8);
}
.splash-screen p {
    color: var(--grisito4)!important;
}
h1,
h2,
.trabajo-estadisticas h4, 
.trabajo-conduce h4 {
    font-family: 'Staatliches';
    text-align: center;
}
h3 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
}
a {
    text-decoration: none!important;
    color: black;
}
a:focus {
    outline: none;
}
.contenedor {
    /* max-width: 1200px; */
    margin: 0 auto;
}
main {
    min-height: 100vh;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;padding: 0;
}
@media (max-width : 575px) {
    .splash-screen p {
        font-size: .57em;
    }
    #paginaProveedor h1 {
        font-size: 1.7em;
    }
    @media (max-width : 375px) {
        main p, main a {
            line-height: 1.2!important;
            padding-bottom: 0.25em!important;
        }
    }
}
.delete, .cursor-pointer {
    cursor: pointer;
}
.cursor-default{
    cursor: default;
}
.disabled {
    pointer-events: auto!important;
    cursor: not-allowed!important;
    opacity: 0.8;
}
.no-pointer-events{
    pointer-events: none!important
}
#categoria {
    text-transform: lowercase;
}  

#ubicacionBtn:hover {
    cursor: pointer;
}
.opacity0-8 {
    opacity: 0.8;
}
/*** COMPONENTES **/
#officialLogo {
    white-space: nowrap;
    font-weight: normal;
    /* color: var(--grisito); */

    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
#officialLogo span.iconLogo {
    color: var(--naranja);
    font-weight: normal;
    font-family: 'Staatliches';
}
#officialLogo.iconOnly .textoLogo {
    display: none;
}

.alerta {
    z-index: 1100;
    max-width: 42rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: white;
    font-weight: 700;
    padding: .5rem 4rem;
    padding-bottom: 24px!important;
    border-radius: 15px 15px 0px 0px!important;
}
.error {
    background-color: #f44336;
    box-shadow: 0 -0.5rem 1rem rgba(180, 39, 39, 0.212)!important;
}
.exito {
    background-color: rgb(94, 156, 0);
}
@media (max-width : 320px) {
    h1 #officialLogo {
        font-size: 0.8em;
    }
}
@media (max-width : 575px) {
    .alerta {
        padding: 0.8rem 1rem;
    }
}
.info-how-to-content {
    display: none;
}
.info-how-to {
    cursor: help;
}
.info-how-to:hover .info-how-to-content {
    display: block;
}
.info-tooltip {
    display: none;
}
.cxc-info:hover .info-tooltip {
    display: block;
}
.info-tooltip::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    
    background-color: var(--grisito);

    position: absolute;
    top: -5px;
    left: 83px;
    box-shadow: -0.5px -0.5px 0px 0px black;

    transform: rotate(45deg) skew(10deg, 10deg) scale(1.2);
}
div.content-tooltip {
    position: relative;
    display: none;
}
.btn-info-tooltip {
    color: var(--grisito3);
}
.btn-info-tooltip:hover {
    color: var(--negro3);
}
.btn-info-tooltip:hover + div {
    display: block;
}

.custom-scroll::-webkit-scrollbar {
    height: 3px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    width: 2px;
    /* background: #f46; */
}

.daterangepicker::after,
.daterangepicker::before {
    display: none!important;
}
.daterangepicker {
    border-radius: 15px!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    z-index: 1055;
    width: 90vw;
    max-width: 486px;
    font-family: 'Raleway', sans-serif, 'FontAwesome';
    position: fixed;
    top: 75px!important;
}
.daterangepicker .single {
    float: none!important;
    max-width: none!important;
    min-height: 233px!important;
}
@media only screen and (max-width: 576px) {
    .daterangepicker {
        left: 5vw!important;
        top: 0px!important;
    }
    @media only screen and (max-height: 650px) {
        .daterangepicker {
            position: absolute;
        }
    }
}
.daterangepicker .drp-calendar {
    margin: 0 auto;
}
.daterangepicker .drp-selected {
    font-weight: bold;
    color: var(--grisito2);
    margin-bottom: 8px;
}
.daterangepicker .btn.cancelBtn {
    color: #000;
    background-color: var(--grisito)!important;
}
.daterangepicker .btn {
    background-color: var(--naranja)!important;
    display: inline-block;
}
.daterangepicker .active.start-date {
    border-radius: 15px 0px 0px 15px;
}
.daterangepicker .active.end-date {
    border-radius: 0px 15px 15px 0px;
}
.daterangepicker .active.end-date,
.daterangepicker .active.start-date {
    background-color: var(--negro2)!important;
    color: #fff!important;   
}
.daterangepicker td.start-date.end-date {
    border-radius: 15px;
}
.daterangepicker .off,
.daterangepicker .active.off {
    background-color: transparent!important;
    color: var(--grisito3)!important;
}
.daterangepicker td.disabled {
    /* opacity: 0; */
    color: var(--grisito2)!important;
    /* display: none; */
    pointer-events: none!important;
}
.img-dispositivos {
    position: relative;
    height: 300px;
}
.molde-dispositivo {
    border: solid 2px var(--grisito);
    height: 275px;
    width: 200px;
    border-radius: 15px;
    position: absolute;
    overflow: hidden;

    background-image: url('/img/splashscreens-IOS/iphone6_splash.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.molde-dispositivo::after {    
    top: 235px;
    left: 72px;

    border-radius: 15px;

    content: '';
    /* display: block; */
    /* background-color: var(--negro); */
    width: 30px;
    height: 3px;
    position: absolute;
    top: 264px;
    left: 84px;
    border-radius: 15px;
}
.img-dispositivos div:nth-child(2) {
    left: 100px;
    top: 0px;
    width: 75%;
    height: 225px;
    box-shadow: 8px 15px 7px -4px #12151745
}

.img-dispositivos div:nth-child(2)::after {
    display: none;
}
.img-dispositivos div:nth-child(3) {
    left: 0px;
    top: 20px;
    box-shadow: 8px 15px 7px -4px #12151730
}
.bg-circulo {
    opacity: 0.7;
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 30px;
    right: 0px;
    background-color: var(--grisito2);
    border-radius: 15px;
}
@media only screen and (max-width: 768px) {
    .img-dispositivos div:nth-child(2) {
        left: 30px;
        width: 95%;
    }
    .img-dispositivos div:nth-child(3) {
        left: -12px;
        top: 24px;
    }
    @media only screen and (max-width: 375px) {
        .img-dispositivos div:nth-child(2) {
            height: 175px;
        }
    }    
}

/* Show / hide componentes */
/* Mostrar / Ocultar componentes */
/* #ubicacionInputs {
    transition: all .7s ease-in;
}

.showComponent {
    overflow: hidden;
    height: 700px;
    transform: translateX(0%);
}

.hideComponent {
    overflow: hidden;
    height: 0px;
    transform: translateX(-150%);
} */


/* LISTA DE PROVEEDORES ======= */
div.slider {
    /* Backgrounds */
    /* background: #150050; /* Experimental */
    position: relative;
    width: 100%;
}
 
 
div.botones {
    width: 100%;

    position: absolute;
    top: 35%;
    left: 0;

    z-index: 10;
}


.atras, .luego {
    transition: all .3s linear;
    width: 40px;
    height: 40px;
    
    opacity: .5;
    background: #000;
    position: absolute;

    color: #fff;

    border-radius: 50%;
    cursor: pointer;

    /* Displays */
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Staatliches';
    font-size: 1.5rem;
}
.atras:hover, .luego:hover {
    opacity: 1;
}

.atras {
    left: 0;
    transform: translateX(50%);
}

.luego {
    right: 0;
    transform: translateX(-50%);
}


div.contenedor-carrusel::-webkit-scrollbar {
    height: 3px;
}

div.contenedor-carrusel::-webkit-scrollbar-thumb {
    width: 2px;
    /* background: #f46; */
}

div.contenedor-carrusel {
    /* Dimensions */
    width: 100%;
    min-height: 180px;

    Padding: 10px;
    padding-left: 5.9%;
    overflow-x: scroll;
}

div.contenedor-carrusel > div.carrusel {
    min-width: 100%; /* Experimental */
    height: 100%;
    
    /* display */
    display:inline-flex;
    flex-wrap: nowrap;
}

div.slider div.element {
    /* Dimensions  */
    width: 90vw; 
    min-height: 200px; /* Experimental */

    margin-right: 10px;

    /* Background */
    /* background: #3F0071;Experimental */

    /* Display */
    display: inline-block;

    /* position */
    position: relative;
}

div.element h3 {
    color: #fff;
    text-align: center;
}

div.slider div.element:last-child {
    margin-right: 0px;
}

.contenedor-carrusel.ultimoProv  {
    transform: translateX(-4%);
    transition: all .2s linear;
}

@media only screen and (min-width: 576px) {
    div.slider div.element {
        width: 45vw;
    }
    .contenedor-carrusel .columnasProveedor  {
        max-width: 47%;
    }
}

@media only screen and (max-width: 768px) {
    main .campo.bg-dark.position-sticky,
    form .campo.position-sticky {
        bottom: 25px!important;
        overflow: hidden;
        box-shadow: 0px 5px 7px 1px rgba(0,0,0,.35)!important;
    }
}
@media only screen and (min-width: 768px) {
    div.slider div.element {
        width: 30vw;
    }
    .contenedor-carrusel .columnasProveedor  {
        max-width: 32%;
    }
}

@media only screen and (min-width: 992px) {
    div.slider div.element {
        width: 22vw;
    }
    .contenedor-carrusel .columnasProveedor {
        max-width: 24%;
    }
    .contenedor-carrusel.ultimoProv  {
        transform: translateX(-5.9%);
    }    
}
@media only screen and (max-width: 998px) {
    div.contenedor-carrusel {
        padding-left: 3%;
    }
    div.contenedor-carrusel {
        padding-bottom: 1.7rem;
    }
}
@media only screen and (max-width: 575px) {
    .contenedor-carrusel .columnasProveedor {
        max-width: 80vw;
        padding-right: 0.8rem!important;
    }
}
/* ===== Historial pedidos carrousel ====== */
.pedidos-historial {
    overflow-x: hidden;
    overflow-x: clip;
}
@media only screen and (min-width: 768px) {
    .pedidos-historial div.contenedor-carrusel{
        overflow-x: hidden;
    }
    .pedidos-historial div.contenedor-carrusel:hover{
        overflow-x: scroll;
    }
}
.pedidos-historial div.contenedor-carrusel::-webkit-scrollbar {
    height: 8px;
    background-color: #fff;
}
.pedidos-historial div.contenedor-carrusel::-webkit-scrollbar-thumb {
    background-color: var(--grisito2);    
    border-radius: 15px;
    width: 8px;
    /* background: #f46; */
}
.pedidos-historial .buscando {
    overflow: hidden!important;
}
/*=============================*/
/** botones **/
.btn {
    padding: 1rem 4rem;
    text-align: center;
    font-weight: 700;
    /* font-size: 1.3rem; */
    border: none;
    background-color: transparent;
    color:white;
    width: 100%;
    display: block;
    /* flex : 0 0 100%; */
}
.paraQue span:active,
.btn:active, 
button:active{
    transform: scale(0.95);
}
.element-selected-shadow {
    box-shadow: 0px 2px 10px -3px #24c1d4!important;
}
@media (min-width: 768px) {
    .btn {
        width: auto;
        /* display: inline-block; */
        flex: 0 0 auto;
    }
}
@media (max-width : 575px) {
    .btn,
    .btn i {
        font-size: 0.83rem;    
    }
}
.btn:hover {
    cursor: pointer;
}
.btn-amarillo {
    background-color: var(--amarillo);
}
.btn-rosa {
    background-color: var(--rosa);
}
.btn-azul {
    background-color: var(--azul4);
}
.btn-naranja {
    background-color: var(--naranja);
}
.btn-verde {
    background-color: var(--verde);
}
.btn-azul2 {
    background-color: var(--azul2);
}
.btn-rojo {
    background-color: var(--rojo);
}
#empezarViajeBtn {
    transition: opacity .3s ease-in-out;
}
/* Backgrounds */
.bg-grisito2 {
    background-color: lightgray;
}
.bg-amarillo {
    background-color: var(--amarillo);
}
.bg-rosa {
    background-color: var(--rosa);
}
.bg-azul {
    background-color: var(--azul);
}
.bg-naranja {
    background-color: var(--naranja);
}
.bg-verde {
    background-color: var(--verde);
}
.bg-azul2 {
    background-color: var(--azul2);
}
.bg-rojo {
    background-color: var(--rojo);
}
.bg-grisito {
    background-color: var(--grisito);
}
.bg-grisito2 {
    background-color: var(--grisito2);
}
.bg-grisito3 {
    background-color: var(--grisito3);
}
.bg-grisito4 {
    background-color: var(--grisito4);
}
.bg-grisito5 {
    background-color: var(--grisito5);
}
.bg-negro {
    background-color: var(--negro);
}
.bg-negro2 {
    background-color: var(--negro2);
}
.bg-negro3 {
    background-color: var(--negro3);
}
.bg-negro4 {
    background-color: var(--negro4);
}
.bg-transparent {
    background-color: transparent;
}
.bg-especial {
    background-color: var(--naranja);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23d23d09' fill-opacity='0.6'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-especial2 {
    background-color: var(--azul2);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%2302303a' fill-opacity='0.6'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
}
/* stats - backgrounds */
.ventas-generales-bg {
    background-color: #32cd561a;
}
.costos-generales-bg {
    background-color: #d926381a;
}
.gastos-generales-bg {
    background-color: #a4283438;
}
.utilidades-generales-bg {
    background-color: #ebebeb;
}
.por-cobrar-generales-bg {
    background-color: #ff7f001a;
}
.ingr-percibido-generales-bg {
    background-color: #8cc9361a;
}
.utilidad-percibida-generales-bg {
    background-color: #1cc8e31a;
}
.utilidad-neta-generales-bg {
    background-color: #1cc8e340;
}
/* Border radius */
.border-radius-generico {
    border-radius: 15px;
}
.border-radius-generico-top {
    border-radius: 15px 15px 0px 0px!important;
}
.border-radius-generico-bottom {
    border-radius: 0px 0px 15px 15px!important;
}
.border-radius-generico-left {
    border-radius: 15px 0px 0px 15px;
}
.border-radius-generico-right {
    border-radius: 0px 15px 15px 0px;
}
/* textos */
.text-verde {
    color: var(--verde);
}
.text-rojo {
    color: var(--rojo);
}
.text-naranja {
    color: var(--naranja);
}
.text-amarillo {
    color: var(--amarillo);
}
.text-grisito {
    color: var(--grisito);
}
.text-grisito2 {
    color: var(--grisito2);
}
.text-grisito3 {
    color: var(--grisito3);
}
.text-grisito4 {
    color: var(--grisito4);
}
.text-grisito5 {
    color: var(--grisito5);
}

.text-negro {
    color: var(--negro);
}
.text-negro2 {
    color: var(--negro2);
}
.text-negro3 {
    color: var(--negro3);
}
.text-negro4 {
    color: var(--negro4);
}

.text-azul {
    color: var(--azul);
}
.text-azul2 {
    color: var(--azul2);
}
.text-azul3 {
    color: var(--azul3);
}
.text-azul4 {
    color: var(--azul4);
}


.text-decoration-line-through {
    text-decoration: line-through;
}
.text-first-capitalize{
    text-transform: lowercase;
}
.text-first-capitalize::first-letter {
    text-transform: uppercase!important;
}
.justify-content-evenly {
    justify-content: space-around!important;
    justify-content: space-evenly!important;
}
/* Btn raros */
#add:hover, #usersLocationBtn:hover {
    cursor: pointer;
    opacity: 0.7;
}
#counter, #counter:focus {
    cursor: auto;
    outline: none;
}
#addCounter:hover, #removeCounter:hover {
    cursor: pointer;
    color: lightgray;
}

/*===== MAPAS ===== */
#mapa, .pinColorLabel {
    cursor: pointer;
}
#mapa, #mapGoogle {
    outline: none!important;
    border: none!important;
}
#mapa:focus, #mapGoogle:focus {
    outline: none!important;
    border: none!important;
}
#mapGoogle {
    width: 100%;
    height: 55vh;
    background-color: #e0e0e0;
}
#mapGoogle button.gm-ui-hover-effect {
    display: none!important;
}
.mapGoogleRepartidorUI #mapGoogle button.gm-ui-hover-effect{
    display: inline!important;
    outline: none!important;
    border: none!important;
}
.mapGoogleRepartidorUI {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    -webkit-position: sticky;
    position: sticky;
 
    top: 60px;
}
.mapGoogleRepartidorUI .gm-style-iw.gm-style-iw-c,
.mapGoogleRepartidorUI .gm-style-iw-d {
    max-width: 100%!important;
    overflow: hidden!important;
    padding-bottom: 4px!important;
    padding-right: 5px!important;
}
.abrirNegocioCoordsGoogleMapsApp {
    display: block;
    transition: all .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    .mapGoogleRepartidorUI {
        top: 30px;
    }
}
@media only screen and (min-width: 998px) {
    .mapGoogleRepartidorUI {
        top: 50px;
    }    
}

#mantenerCentradoButton label {
    margin: 0;
}
#mantenerCentradoButton {
    width: 50px;
}
#mantenerCentradoButton,
#centrarButton {
    background-color: #fff;
    font-weight: bold;
    max-width: 150px;
    padding: 0.5rem 1.5rem;
    margin-top: 15px;
    border-radius: 15px;
    box-shadow: 0px 2px 10px -4px var(--grisito3);
    transition: all .3s linear;
}
@media only screen and (min-width: 575px) {
    #centrarButton:hover {
        background-color: var(--grisito2);
    }
}
#mapGoogle #locationButton {
    background-color: #ffffffc4;
    border: none;
    font-size: 1.2rem;
    padding: 8px;
    max-width: 350px;
    cursor: pointer;
    z-index: 0;
    position: absolute;
    bottom: 26px;
    left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    /* transition: all .5s linear; */
    transition: color 1.5s ease-in, width .5s linear, text-shadow 1s linear;
    width: 85vw;
    max-height: 4rem;
    padding-left: 15px;
}
#mapGoogle #locationButton:hover {
    opacity: 0.9;
    background-color: #f1f1f1;
}
#mapGoogle #locationButton.actived i {
    font-size: 2rem;
}
#mapGoogle #locationButton.actived {
    width: 3.5rem!important;
    height: 2.8rem!important;
    background-color: transparent;
    color: transparent;
    text-shadow: 0px 1px 1px #6c757deb;
}
#paginaProveedor .leaflet-popup-content,
#resultadosMapa .leaflet-popup-content {
    margin: -1px!important;
    overflow: hidden;
    border-radius: 0.8rem;
}
@media only screen and (min-width: 450px) {
    .contenedor-centrador h3 {
        max-width: 100vw!important;
        /* width: 100%; */
    }
}
/** Grid **/
.grid {
    display: grid;
    grid-column-gap: 2rem;
}
.columnas-2 {
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width:768px) {
    .columnas-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .columnas-md-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/** Card Component **/
.text-limited {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--amarillo);
}
#card-checked{
    font-size: 0.8rem;
    position: absolute;
    background-color: green;
    padding: 5px 10px;
    color: white;
    border-radius: 0px 0px 15px;
}
/* .card { */
    /* border: 1px solid #E8E8E8; */
    /* margin-bottom: 2rem; */
    /* height: 100vh; */
    /* height: 138px; */
/* } */
.card-columns .card {
    display: inline-block!important;
}
.card .card-texto {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}
.card h3,
.informacion-admin h3 {
    font-size: 1.8rem;
    margin: .6rem 0;
    padding: .5rem 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #484349;
}
.card .fecha,
.informacion-admin .fecha {
    font-size: .8rem;
}
.card p {
    margin: 0;
}
/* Mi perfil */
#miPerfilForms {
    padding: 4rem 0% 4rem 2.5rem;
}
#miPerfilForms #miPerfilNav button {
    color: var(--azul);
    transition: all .1s linear!important;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    display: block;
}
#miPerfilForms #miPerfilNav button:hover {
    padding-left: 20px;
    border-left: 4px solid var(--azul4);
    color: var(--azul4);
    cursor: pointer;
}
#miPerfilForms #miPerfilNav button.selected{
    padding-left: 20px;
    border-left: 4px solid var(--naranja);
    color: var(--naranja);
}
.card-datos {
    padding: 2rem;
    background-color: var(--grisito);
    border-radius: 1.5rem 0rem 0rem 1.5rem;
}
#proveedorForm, #nuevoProducto, #serviciosForm {
    padding-right: 3.5rem;
}

#descripcionLength {
    text-align: right;
    transform: translate(-14px, -40px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#nuevoProducto #descripcionDetalladaLength {
    bottom: 0rem!important;
}
#descripcionDetalladaLength {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    -webkit-position: sticky;
    position: sticky;

    bottom: 5.5rem;
    background-color: #d9d9d9e0;
    padding-right: 1rem;
}
#descripcionLength small {
    transition: all .1s ease-in;
}
#descripcionLength small:hover {
    color: var(--amarillo)!important;
    transform: translate(-14px, 0px) scale(1.1);
}
#descripcionDiv {
    height: 21vh; 
    max-height: 170px;
}
#descripcion {
    min-height: 100px;
    height: 15vh;
    max-height: 130px!important;
}
@media (max-width: 765px){
    #miPerfilForms {
        padding: 4rem 1rem 0rem;
    }
    .card-datos {
        padding: 2rem;
        background-color: var(--grisito);
        border-radius: 1.5rem 1.5rem 0rem 0rem;
    }
    #proveedorForm, #nuevoProducto, #serviciosForm {
        padding: 2rem 1rem;
    } 
    @media (max-width: 575px) {
        .card-datos {
            padding: 1.5rem;
        }
        #miPerfilForms #miPerfilNav button {
            font-size: 0.9rem;
        }
        #miPerfilForms #miPerfilNav button.selected,
        #miPerfilForms #miPerfilNav button:hover {
            padding-left: 10px;
        }
    }
    @media (max-width: 375px) {
        .card-datos {
            padding: 1.5rem;
        }
        #miPerfilForms {
            padding: 4rem 0rem 0rem;
        }  
        #descripcionDiv {
            height: 180px!important;
            min-height: 180px!important
        }
        #descripcion {
            min-height: 150px!important;
        }    
        #miPerfilForms #miPerfilNav button {
            white-space: nowrap;
            width: 100%;
        }
        @media (max-width: 325px) {
            #miPerfilForms #miPerfilNav button {
                font-size: .78rem;
            }    
            @media (max-width: 320px) {
                #miPerfilForms #miPerfilNav button {
                    padding-right: 25px;
                    line-height: 1.2;    
                }
                #miPerfilForms #miPerfilNav button, 
                #serviciosForm a,
                #serviciosForm i {
                    font-size: .68rem;
                }
                #serviciosForm .col-4 {
                    padding: 0rem!important;
                }
                #descripcionDetalladaLength {
                    bottom: 4.22rem;
                }
                @media (max-width: 310px) {
                    #miPerfilForms #miPerfilNav button {
                        white-space: break-spaces;
                    }
                }
            }
        }
    }
}
@media (min-width: 998px) {
    #miPerfilForms {
        padding: 4rem 0rem 4rem 1.5rem;
    }
    #nuevoProducto {
        padding-right: 3.5rem;
    }
}
@media (min-width: 1200px){
    .card-datos {
        padding: 2rem 4rem 2rem 2rem;
    }
    #miPerfilForms {
        padding: 4rem 0rem 4rem 5.5rem;
    }
    #datos-personales, 
    #nuevoProducto, 
    #proveedorForm,
    #serviciosForm {
        padding-right: 7.5rem;
    }
}
/* Subscripcion / plan */
.planes-subscripcion .plan {
    border: 2px solid var(--info);
    color: #000;
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
}
#proveedorForm .planes-subscripcion .plan {
    color: white;
    border: 2px solid var(--negro);
    background-color: var(--negro2);
}
.planes-subscripcion .plan p{
    color: var(--grisito4)!important;
}

.planes-subscripcion .plan h2 {
    font-size: 1.85rem;
    margin: 25px auto;
    white-space: nowrap;
    font-weight: normal!important;
}
.planes-subscripcion .plan h2,
.planes-subscripcion .plan h3,
#proveedorForm .planes-subscripcion .plan p{
    font-weight: bold;
    text-align: center;
}
.planes-subscripcion .plan h3 span{
    font-size: 0.5em;
}
.planes-subscripcion .plan small{
    font-weight: bold;
    display: block;
    color: #000;

    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#proveedorForm .planes-subscripcion .plan small{
    color: var(--grisito);
}
.planes-info p {
    line-height: 1.2;
    font-weight: bold;
    color: var(--grisito4);
}
.planes-subscripcion .plan p{
    color: var(--grisito2);
    text-shadow: 0px 0px 1px var(--negro2);
    opacity: 0.7;
    margin: 0px;
    line-height: 1.4;
}
.planes-subscripcion .plan p span{
    color: var(--grisito2);
    opacity: 0.5;
}
.planes-subscripcion .plan small.no-disponible{
    color: var(--grisito4)!important;
}
.planes-subscripcion .plan .adquirir-plan{
    display: flex;
    justify-content: center;
}
.planes-subscripcion .plan button label{
    padding: 0.4rem 1.2rem;
    border-radius: 15px!important;
    min-width: 175px;
}
.planes-subscripcion .plan button {
    border: 0px;
    background-color: var(--grisito5);
    color: white;
    font-weight: bold;
    padding: 0;
    border-radius: 15px!important;
    outline: none;
    margin-bottom: 1rem;
    /* transition: all .3s ease; */
}
.planes-subscripcion .plan button label:hover,
.planes-subscripcion .plan button:hover {
    background-color: var(--negro4);
    cursor: pointer;
}
.planes-subscripcion .plan button.active label,
.planes-subscripcion .plan button.active {
    background-color: var(--success);
}
#proveedorForm .planes-subscripcion .plan .plan-precio small {
    color: #fff;
}
.planes-subscripcion .plan .plan-precio span {
    font-size: 2em;
}
.planes-nav-btns {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    
    text-shadow: 0px 0px 0.2px var(--grisito2);
    color: var(--grisito4);
    
    margin: 1.4rem auto;
    margin-top: 0px;
}
.planes-nav-btns li.col {
    border-bottom: 3px solid var(--grisito2);
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    padding-bottom: 10px;

    cursor: pointer;
}
.planes-nav-btns li.active,
.planes-nav-btns li:hover {
    text-shadow: 0px 0px 0.2px #000;
    color: #000;

    border-bottom: 3px solid #000;
}
.planes-nav-btns .seleccionado-punto {
    display: inline-block;
    min-width: 8px;
    min-height: 8px;
    border-radius: 100%;

    margin-right: 2px;

    background-color: var(--success);
}
/* targetas */
.inventario {
    padding-bottom: 30vh;
}
.listaProductos {
    width: 100%;
    margin: 0;
}
.cardProveedor {
    min-height: 160px!important;
    border-radius: 0.8rem;
    min-height: 150px;
    height: 5vh;
    max-height: 180px;
}
.cardProveedor.tieneProducto {
    border-radius: 0.8rem 0.8rem 0rem 0rem!important;
}
.card-proveedor-producto {
    background-image: linear-gradient(to bottom, #000000a8 30px, #0000004b 80px);
}
.card-info {
    position: absolute;
    transition: all ease .5s;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin-bottom: -7rem;
    padding: 0.5rem 0.4rem;
    color: white;
    z-index: 3;
    /* opacity: 0.6; */
    border-radius: 0.8rem 0.8rem 0rem 0rem;
    /* box-shadow: 0rem 0rem 1rem 0rem var(--negro); */
  }
  .card-img {
    overflow: hidden;
    transition: all ease-in 0.2s;
  }
  .card-img img.productoImg {
    margin: auto;
    /* transform: scale(1.4); */
  }
  .card .stock {
    background-color: #00000003;
    /* background-image: linear-gradient(to right, #ffffff00, #f5f5f50a, #ebebeb12, #e0e0e01c, #d6d6d652, #c9c9c98c, #bfbfbfad, #a6a6a6c7, #8c8c8cfa, #737373, #595959, #404040); */
    background-image: linear-gradient(to right, #ffffff00, #f5f5f500, #ebebeb00, #e0e0e000, #d6d6d600, #c9c9c954, #bfbfbfad, #a6a6a6c7, #8c8c8cfa, #737373, #595959, #404040);
    color: var(--warning);
    position: absolute;
    right: 0;
    width: 100%;
  }

  .card-img:hover {
    z-index: 1;
    transform: scale(1.02);
    transition: all ease-in 0.1s;
    /* box-shadow:0px 0.7rem 1rem 0px rgba(0, 0, 0, 0.5)!important; */
  }
  .card-perfil {
    padding: 0;
    min-height: 14rem!important;
    height: 100%;
    max-width: 300px;
    border-radius: 5%;
    background-color: var(--azul);
  }
  .card-perfil:hover{
    transform: none;
  }
  .card-img:hover .card-info > div.card-text {
    opacity: 1;
  }
  .card-info:hover {
    opacity: 1!important;
    margin-bottom: 0%!important;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .card-info:hover i.fa-info-circle {
      transition: all .3s ease-in-out;
      transform: translate(30.5px, 0px);
      color: var(--grisito4);
  }
  .card-info:hover i.fa-info-circle + i {
      opacity: 0;
  }
  .card-info:hover > div.card-text{
    opacity: 1!important;
  }
  .productoBusqueda .card-body{
    transition: all .3s ease-in-out;
  }
  .productoBusqueda .card-body:hover {
      transform: translateY(-64%)!important;
  }
  .card-carrito {
      border: 1px solid rgba(41, 12, 12, 0.125);
      max-width: 900px;
      /* min-height: 88vh; */
      margin: auto;
      border-radius: 1rem 1rem 0rem 0rem;
      /* box-shadow: 0px 0rem 1.5rem 4px rgba(0, 0, 0, 0.3)!important; */
  }
  .proveedorDiasDeEntregasWidthResponsive {
    flex: 0 0 4rem!important;
    max-width: 4rem!important;
  }
  .proveedorDiasDeEntregasDIASWidthResponsive{
    overflow: hidden;
    display: inline-flex;
    width: 25%;
  }
  .proveedorDiasDeEntregas2DIASWidthResponsive{
    overflow: hidden;
    display: inline-flex;
    width: auto;
  }
  .proveedorDiasDeEntregasWidthResponsive + span:hover {
    overflow-x: scroll!important;
  }
  .proveedorDiasDeEntregasWidthResponsive + span::-webkit-scrollbar-thumb {
    background-color: var(--grisito2);
  }
  .proveedorDiasDeEntregasWidthResponsive + span::-webkit-scrollbar {
      height: 4px;
  }
  @media only screen and (min-width: 1200px) {
    .card-carrito .card{
        max-height: 150px!important;
    }
    .card-columns
    {
        column-count: 4;
    }
    .card p{
        font-size: 0.9rem;
    }
    /* .proveedorDiasDeEntregasWidthResponsive {
        flex: 0 0 27.2%!important; 
        max-width: 28%!important;
    } */
  }
  @media only screen and (max-width: 992px) {
      .card-carrito .card{
        max-height: 175px;
      }
      .card-columns
      {
        column-count: 3;
      }
      .card-perfil{
          margin: 0 auto;
          margin-bottom: 1rem;
      }
      .cardProveedor {
          min-height: 150px!important;
      }
     @media only screen and (max-width: 768px) {
      /* .card{
        max-height: 200px;
      } */
      .card-columns
      {
        column-count: 2;
      }
      .card-perfil{
          width: 100%;
      }
      .proveedorDiasDeEntregasDIASWidthResponsive{
          width: 17%;
      }
      .proveedorDiasDeEntregas2DIASWidthResponsive{
          width: 1.8rem;
      }
      @media only screen and (max-width: 719px) {
        .proveedorDiasDeEntregasDIASWidthResponsive{
            width: 26%;
        } 
        .proveedorDiasDeEntregas2DIASWidthResponsive{
            width: auto;
        }   
      }
      @media only screen and (max-width: 575px) {
        .card-columns
        {
          column-count: 1;
        }  
        .cardProveedor {
            min-height: 190px!important;
            max-width: 430px;
            margin: 0 auto;
        } 
        .proveedorDiasDeEntregasDIASWidthResponsive{
            width: 15%;
        }
        .proveedorDiasDeEntregas2DIASWidthResponsive{
            width: 1.8rem;
        }    
        @media only screen and (max-width: 520px) {
            .proveedorDiasDeEntregasDIASWidthResponsive,
            .proveedorDiasDeEntregas2DIASWidthResponsive{
                width: auto;
            }  
        } 
      }
      @media only screen and (max-width: 480px) {
          .card-carrito .card {
              max-height: 140px;
              padding-right: 0%!important;
          }
          .card p{
              font-size: 0.7rem;
              min-width: 98px;
          }
          .card-info, .card h6.card-title {
              padding-right: 0.6rem;
              padding-left: 0.6rem;
              padding-bottom: 1rem;
          }
          .card-carrito {
            box-shadow: none!important;
          }
          .cardProveedor {
            min-height: 170px!important;
          }
          @media only screen and (max-width: 380px) {
            .proveedorDiasDeEntregasDIASWidthResponsive{
                width: 25%;
            }  
          } 
      }
      @media only screen and (max-width: 320px) {
        .card-carrito .card {
            max-height: 175px;
        }
        .card-info {
            padding-bottom: 2.4rem;
        }
        .cardProveedor {
            min-height: 145px!important;
        }
        .cardProveedor .card-body {
            padding-bottom: 1rem;
        }
        h3 {
            font-size: 1.8rem;
        }
    }

    @media only screen and (max-width: 316px) {
        /* .card {
            max-height: 150px;
        } */
        .card a, .card i {
            font-size: 0.7rem;
        }
        h3 {
            font-size: 1.5rem;
        }
        ul.nav-tabs {
            font-size: 0.7rem;
        }
        .proveedorDiasDeEntregasDIASWidthResponsive{
            width: 15%;
        }  
    }
  }
}
/* Tarjeta interaccion */
.card-producto-proveedor #card-mi-producto-estado{
    cursor: pointer;
}
.card-producto-proveedor #card-mi-producto-estado span {
    opacity: 0;
    transform: translateX(-5px);
    transition: all .3s ease-in-out;
}
.card-producto-proveedor #card-mi-producto-estado:hover span {
    opacity: 1;
    transform: translateX(0px);
}
.seleccionarServicio input[type="checkbox"],
.seleccionarProducto .checkbox input {
    transform: scale(1.8);
}
.seleccionarProducto .cantSeleccionado input {
    width: 100px;
    height: 24px;
}

#productosListosModal .modal-footer input {
    outline: none!important;
    border: none;
    font-size: 1.15rem;
}
#productosListosModal .modal-body {
    overflow-x: hidden;
}
#productosListosModal .modal-body .contenedor-centrador{
    transition: all .7s ease-in-out;
    transform: translateY(0px);
    opacity: 1;
}
#productosListosModal .modal-body .contenedor-centrador.facHidden {
    opacity: 0;
    transform: translateY(50px);
}
.card-producto-proveedor .cantSeleccionado .formatoRegistrarVentaFlag,
.card-producto-proveedor .cantSeleccionado input[type="number"] {
    color: var(--grisito);
}
.card-producto-proveedor .cantSeleccionado input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.card-producto-proveedor .cantSeleccionado input[type="number"] {
    -moz-appearance:textfield;
}
.card-producto-proveedor .cantSeleccionado input[type="number"] {
    border: none;
    border-bottom: solid 2px var(--grisito);
    outline: none;
}
.seleccionarServicio input[type="number"] {
    text-align: center;
    font-weight: bold;
    color: var(--negro4);
    outline: none;
    border: none;
    border-bottom: solid 2px var(--negro4);
    width: 150px;
    background-color: transparent;
}
@media only screen and (max-width: 576px) {
    .card-producto-proveedor .cantSeleccionado .formatoRegistrarVentaFlag,
    .card-producto-proveedor .cantSeleccionado input[type="number"] {
        color: var(--negro4);
        border-bottom: solid 7px var(--negro4);
    }
}



@media only screen and (min-width: 1400px) {
form,.default-form {
    margin: 0 auto;
}
.card {
    max-height: 250px;
}
}
.info-autor {
    display: flex;
    justify-content: space-between;
}
.info-autor .informacion {
    flex: 1;
    margin-left: 2rem;
}

.info-autor .imagen {
    border-radius: 50%;
    background-color: #e1e1e1;
    height: 50px;
    width: 50px;
}
.info-autor .autor {
    font-weight: 700;
    margin-top: .5rem;
}
.info-autor p {
    margin: 0;
}
/* pedido */
@media (max-width: 320px) {
    #pedidoForm p.text-dark {
        font-size: 0.95rem;
    }
    @media (max-width: 300px) {
        #pedidoForm p.text-dark {
            font-size: 0.80rem;
        }
    }
}
/* Chat en pedido */
.abrirChat i {
    transform: translateY(-10px);
    color: var(--info)
}
.abrirChat:active * {
    transform: 
        translateY(-10px)
        scale(0.85);
}
.abrirChat:hover,
.abrirChat:hover > * {
    color: var(--amarillo)!important;
}
#chat .modal-body {
    box-shadow: inset 0px 0px 20px 2px var(--negro2);
    height: 100vh;
    position: relative;
    padding-top: 55px;
}
#chat .modal-body::-webkit-scrollbar-thumb {
    background-color: var(--grisito2);
    height: 10px;
}
#chat .modal-body::-webkit-scrollbar {
    width: 2px;
    /* background: var(--grisito); */
}

#chat .modal-body .fechaRelativa {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 448px;
    margin-bottom: 15px;

    position: fixed;
    transform: translateY(-45px);
}
#chat .mensaje-emisor,
#chat .mensaje-receptor {
    display: flex;
    margin-bottom: 15px;
}
#chat .mensaje-emisor {
    justify-content: end;
    justify-content: flex-end;
}
#chat .mensaje-emisor .chat-mensaje {
    border-bottom-right-radius: 0%!important;
    background-color: var(--white);
}
#chat .mensaje-receptor {
    justify-content: start;
}
#chat .mensaje-receptor .chat-mensaje {
    border-top-left-radius: 0%!important;
    background-color: var(--grisito2);
}
.mensaje-notificacion {
    max-width: 350px;
    text-align: center;
    color: white;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
#chat .chat-mensaje {
    display: inline;
    width: 90%;
    max-width: 350px; 

    padding: 10px 20px;
    box-shadow: 0px 5px 15px 2px var(--negro2);
    border-radius: 15px;

    line-height: 1;
    overflow-wrap: anywhere;
}
#chat .chat-showed {
    display: block;
}
#chat .chat-hidden {
    display: none;
}
@media (max-width: 575px) {
    #chat .modal-body .fechaRelativa {
        max-width: 450px;
    }
}
@media (max-width: 525px) {
    #chat .modal-body .fechaRelativa {
        max-width: 425px;
    }
}
@media (max-width: 450px) {
    #chat .modal-body .fechaRelativa {
        max-width: 350px;
    }
}
@media (max-width: 375px) {
    #chat .modal-body .fechaRelativa {
        max-width: 300px;
    }
}
@media (max-width: 320px) {
    #chat .modal-body .fechaRelativa {
        max-width: 250px;
    }
}
.cargandoComponente,
.cargandoChat {
    animation: cargandoChatAnimation 1.2s infinite ease-in-out;
}

@keyframes cargandoChatAnimation {
    0% { 
        opacity: 1;
    }
    50% { 
        opacity: 0.5;
    }
    100% { 
        opacity: 1;
    }
}

/** layout**/
.site-header {
    background-color: white;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4rem;
    border-radius: 0rem 0rem .8rem .8rem!important;
    max-width: 1200px;
    z-index: 1039;
}
.carrito {
    max-width: 60px;
    font-size: .8rem!important;
    border-radius: 80px;
}
header nav {
    justify-content: space-around!important;
}
#inicio-toggle {
    transition: all .2s linear;
    top: -270%;
    border: solid 1px lightgrey;
    border-top: none;
    border-right: none;
    box-shadow: 0 1rem 1rem rgba(0,0,0,.1)!important;
    width: 100%;
    max-width: 95%;
    margin: 0% 0%;
    border-radius: 0rem 0rem .5rem .5rem!important;
    opacity: 0;    
}
.buscardor-nav-fondo {
    position: fixed;
    top: 0px; 
    left: 0px; 

    background-color: #000000b3; 
    width: 100vw; 
    height: 100vh; 
    z-index: 1020;

    display: block;
    transition: opacity .3s linear;
}
.search-toggle-menu {
    display: none!important;        
}
.search-menu {
    display: none!important;
    margin: auto 0.5rem;
}
.search-menu{
    font-weight: bold;
}
.search-menu select {
    margin: 0rem;
    width: 100%;
    padding: .5rem;
    background-color: var(--naranja);
    color: white;
    font-weight: bold;
}
.search-menu select option {
    background-color: var(--naranja2);
    color: white!important;
    font-weight: bold;
}
#inicio {
    border-right: none!important;
}
#inicio-toggle.inicio-toggle-mostrado{
    opacity: 1;
    top: 100%;
}
.logoPrincipal:hover + nav{
    opacity: 1;
    top: 100%;
    pointer-events: none;
}
.notificacion-menu:hover div {
    background-color: #0056b3!important;
}
.notificacion-menu-activa,
.trabajo-pendiente-badge {
    position: absolute;
    top: 1.2em;
    left: 4px;

    display: block;
    width: 8px; 
    height: 8px;

    border-radius: 100%;
}
.notificacion-menu-activa:hover {
    color: var(--azul4);
}
.notificacion-menu .notificaciones::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    
    background-color: var(--azul4);

    position: absolute;
    top: -5px;
    left: 21px;

    transform: rotate(45deg) skew(10deg, 10deg) scale(1.2);
}
.notificacion-menu .notificaciones {
    position: absolute;
    top: 62px;
    left: -7px;
    
    /* box-shadow: 0px 1px 7px var(--azul3); */
    background-color: var(--azul4);
    color: #fff;
    
    font-weight: bold;
    
    min-width: 40px;
    padding: 8px 0px;
    
    border-radius: 8px;
    min-width: 44px;
}
@media (min-width: 575px){.hide-inicio-toggle {opacity: 0!important;}}
/* @media (min-width: 768px) {
    #inicio-toggle.inicio-toggle-mostrado{
        opacity: 1;
        top: 100%;
    }
    header:hover #inicio-toggle{
        pointer-events: none;
    }
    #inicio-toggle:hover, #inicio-toggle ul:hover {
        pointer-events: all;
    }
} */
#search input{
    min-width: 158px;
}
#inicio-toggle li{
    display: inline;
    padding: 0px 7px;
    /* border-right: solid 2px var(--naranja); */
    font-weight: bold;
}
#inicio-toggle li a {
    color: var(--negro4)!important;
}
#inicio-toggle li a:hover {
    color: var(--naranja)!important;
}

#inicio-toggle li:last-child {
    border-right: none;
}
nav.nav a, nav.nav form{
    padding: 0.5rem 0rem;
    display: inline-block;
}
@media (max-width: 767px){
    header nav {
        justify-content: space-evenly!important;
    }    
    nav.nav a, nav.nav form{
        padding: 0.5rem 1rem;
        display: inline-block;
    }    
}
@media (max-width: 575px) {
    .search-toggle-menu {
        display: inline-block!important;        
    }
    header nav {
        justify-content: space-around!important;
    }    
    nav.nav a{
        min-width: 40px;
    }
    #inicio-toggle a{
        width: auto;
    }
    .search-menu {
        display: block!important;
    }
    .notificacion-menu-activa{
        top: 1.1em;
    }    
    @media (max-width: 330px) { 
        .carrito {
            display: none;
        }
        .notificacion.fixed-top {
            display: none;
        }
        .carrito-menu {
            display: inline-block!important;
        }
        .notificacion-menu {
            display: inline-block!important;
        }
        nav.nav a{
            padding: 0.7rem .7rem;
            width: auto;
        }        
        #inicio-toggle a{
            padding: 0.7rem 0.2rem;
        }
        
    }    
}
@media (min-width:768px){
    #inicio {
        border-right: 1.5px solid var(--grisito2)!important;
    }
    .site-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 0rem 0rem 1.5rem 1.5rem!important;
    }
    #inicio-toggle {
        max-width: 50%;
        margin: 0%;
        right: 9rem;
    }
    nav.nav a, nav.nav form{
        padding: 0.5rem .8rem;
    }    
    @media (min-width: 998px) {
        #inicio-toggle {
            margin: 0%;    
            right: 10.8rem;
        }
        nav.nav a, nav.nav form{
            padding: 0.7rem 1rem;
        }    
    }
}
nav.nav form input,
nav.nav form input:focus,
nav.nav form button {
    border: none;
    background: none;
    padding: 0;
    outline: none;
}
nav.nav .search {
    padding: 0px 10px 0px 0px;
    background-color: #e0e0e0ce;
    overflow: hidden;
    display: inline-flex;
    justify-content: space-around;
}
nav.nav .search input {
    padding: 2.5px 0px 2.5px 8px;
}
nav.nav .search input:focus {
    padding: 2.5px 0px 2.5px 8px;
}
nav.nav .search select {
    outline: none;
    border: none;
    margin: 0px;
    padding: 0px 5px 0px 8px;
    background-color: var(--naranja);
    color: white;
    font-size: 9pt;
    font-weight: bold;
}
nav.nav .search select option {
    background-color: var(--naranja2);
    color: white!important;
    font-weight: bold;
    padding: 1rem;
}
.btn-active {
    border-bottom: 4px solid var(--naranja)!important;
}
.nav-tabs {
    background-color: var(--azul2);
}
.nav-tabs .nav-link, .nav-tabs i {
    border: 2px solid transparent;
    border-bottom: none;
    color: white;
}
ul.nav li span.badge {
    margin-bottom: 2px;
}
@media (max-width:600px){
    nav.nav .search select {
        width: 125px;
    }
    ul.nav li span.badge {
        position: absolute;
        top: -10px;
        right: 5px;
        padding: 3px 7px;
    }
    @media (max-width:575px){
        nav.nav .search select {
            width: auto;
        }
    }
}
@media (max-width:998px){
    .notificacion-menu .notificaciones {
        top: 48px;
    }
    @media (min-width: 465px){
        ul.nav li a.nav-link {
            padding: 0.5rem 19px!important;
        }  
    }
    @media (min-width: 520px){
        ul.nav li a.nav-link {
            padding: 0.5rem 28px!important;
        }  
    }
    @media (max-width: 465px){
        ul.nav li a.nav-link {
            padding: 0.5rem 16.5px!important;
        }  
        .nav-tabs i {
            font-size: 0.4rem!important;
        }
    }
    @media (max-width:400px){
        ul.nav li a.nav-link {
            padding: 0.5rem 15.2px!important;
        }  
        @media (max-width: 375px){
            ul.nav li a.nav-link {
                padding: 0.5rem 11.2px!important;
                font-size: 0.75rem!important;
            } 
        }
        @media (max-width: 330px){
            ul.nav li a.nav-link {
                padding: 0.5rem 8px!important;
                font-size: 0.70rem!important;
            }    
            @media (max-width:300px){
                ul.nav li a.nav-link {
                    padding: 0.5rem 6.4px!important;
                    font-size: 0.65rem!important;
                }
            }    
        }
    }
    .nav {
        font-size: .8rem;
    }
    nav.nav form input{
        width: 80%;
    }
    nav.nav .border-left {
        border: none!important;
    }
    .carrito a, .site-header a:last-child {
        border-bottom: none;
    }
    .carrito.btn-active {
        border-left: 4px solid var(--naranja)!important;
        border-radius: 0px;
        border-bottom: 0px!important;
    }
}
@media (min-width:1320px){
    .site-header {
        max-width: none;
        width: 90%;
    }
}
/** hero **/
.hero {
    height: 20rem;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero h1 {
    max-width:800px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width:768px) {
    .hero h1 {
        font-size: 2.4rem;
    }
}
/* tienda o Proveedor */
#ver-mas-proveedor-info-btn {
    transform: rotate(0deg);
}
#ver-mas-proveedor-info {
    /* transition: all 0.4s linear; */
    overflow: hidden;
    height: 0px;
}
.ocultarScrollX::-webkit-scrollbar-thumb {
    display: none;
}
.ocultarScrollX::-webkit-scrollbar {
    display: none;
}
.proveedorSecciones{
    overflow-y: scroll;
    box-shadow: inset 0px -35px 18px -25px #d6d6d6;
}
.proveedorSecciones div {
    transition: all .1s ease-in-out;
}
.proveedorSecciones div:hover {
    font-weight: bold;
    border-radius: 0px 15px 15px 0px;
    border-left: 4px solid var(--azul4);
    padding-left: 1rem;
}.proveedorSecciones div:hover a {
    color: var(--azul4);
    padding-left: 0rem;
}
@media (max-width:767px) {
    .proveedorSecciones{
        z-index: 4;
        white-space: nowrap;
        
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        -webkit-position: sticky;
        position: sticky;
        
        bottom: -10px;
        left: 0px;
        width: 100%;

        margin-top: 1.5rem;

        padding: 0rem!important;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: scroll;
        box-shadow: inset -25px 0px 20px -25px #d6d6d6,
                    0px -4px 8px #00000017; 
    }    
    .proveedorSecciones {
        display: flex;
    }
    .proveedorSecciones div{
        border-bottom: none;
        border-top: 4px solid transparent;
    }
    .proveedorSecciones div:hover {
        padding-left: 0rem!important;
        border-radius: 0px;
        border-left: none;
        border-top: 4px solid var(--azul4);
    }
}
.proveedorSecciones div:active {
    border-color: var(--naranja);
    color: var(--naranja);
} 
.proveedorProductos input {
    color: var(--grisito4)!important;
    font-weight: bold;
    border: 2px solid var(--grisito3);
    outline: var(--grisito4);
}
.card-producto-proveedor {
    height: 100%; 
    max-height: 275px; 
    border-radius: 15px; 
    transition: all .2s linear;
}
.card-producto-proveedor:hover {
    box-shadow: 0px 5px 12px 0px #068e9d60!important;
}
.card-producto-proveedor .producto-img {
    height: 120px!important;
}
.producto-info {
    background-color: var(--grisito);
}
.card-producto-proveedor .card-body{
    background-color: var(--negro3);
    color: white;
}
@media (max-width:576px) {
    .card-producto-proveedor {
        max-height: 110px!important;
    }
    .producto-info {
        height: 94.5px!important;
        font-size: 0.85rem;
        background-color: #fff;
    }
    .card-producto-proveedor .card-body{
        background-color: #fff!important;
        color: var(--negro3);
        transform: translateY(0)!important;
    }    
    .card-producto-proveedor h5 {
        font-size: 1.15rem;
        padding-right: 5px!important;
        transform: translateY(-10px);
        background-color: #fff;
    }
    .card-producto-proveedor .producto-img {
        height: 130px!important;
    }
}
/** Buscador Inicio **/
.buscador-inicio {
    padding:3rem 0;
    background-color: #F2F2F2;
}
.buscador-inicio h2 {
    padding: 1rem 0 2rem 0;
    margin: 0;
}
.buscador-inicio form {
    display: flex;
    flex-direction: column;
    max-width: 95%;
    margin: 0 auto;
}
.toggleTodasCategoriaBtn span {
    width: 20px;
    height: 3px;
    margin-bottom: 1.2px;
    
    display: block;
    background-color: var(--grisito3);
}
.toggleTodasCategoriaBtn span:last-child {
    margin-bottom: 0px;
}
.toggleTodasCategoriaBtn span:nth-child(2) {
    transform: translateX(3px);
    background-color: #fff;
}
#toggleTodasCategoriaBtn,
.toggleTodasCategoriaBtn {
    display: none;
    font-weight: bold;
    color: white;
    background-color: var(--azul);
    border: none;
    outline: none;
    border-radius: 0.3rem;
    padding: 1rem;
    margin-bottom: 0;
    width: 100%;
}
.toggleTodasCategoriaBtn {
    z-index: 19;
}
button#toggleTodasCategoriaBtn{
    transform: translateY(-50px);
    padding-left: 2rem;
}
.toggleTodasCategoriaBtn {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    -webkit-position: sticky;
    position: sticky;
    
    top: 62px;
    left: 0;
    z-index: 20;
    /* transform: translateX(1rem); */
    max-width: 50px;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    display: none!important;
}
#resultadosMapa {
    transition: .7s all ease-in-out;
    box-shadow: 0rem 0rem 3rem 0.1rem var(--negro4);
}
#resultadosMapa h6 {
    top: 65px; 
    max-width: 140px;
}
.listaSubcategoriasPersonalizadas {
    overflow-y: scroll;
    max-height: 35vh;
}
#categoriasAccordion {
    z-index: 0!important;
}
#categoriasAccordion a.accordion-header span.col-3 {
    background-image: linear-gradient(to left bottom, #c3c3c3, #d6d6d6e0, #dbdbdbad, #e1e1e147, #e6e6e600);
    background-image: linear-gradient(to left bottom, #dedede, #e4e4e4e0, #e2e2e2ad, #ececec47, #eaeaea00);
}
#categoriasAccordion a.accordion-header span.mainInfo {
    font-size: 0.875rem;
}
#categoriasAccordion a {
    color: var(--negro4);
}
#categoriasAccordion .accordion-item li a{
    text-decoration: none!important;
}
#categoriasAccordion .accordion-item li {
    border-left: 4px solid transparent!important;
}
#categoriasAccordion .accordion-item li:hover {
    padding-left: 4px;
    background-color: var(--grisito);
    border-radius: 0px 5px 5px 0px;
    border-left: 4px solid var(--azul4)!important;
}

#categoriasAccordion a.bg-grisito.accordion-header:hover,
#categoriasAccordion .filtrarPorEntrega a:hover {
    background-color: var(--grisito2);
    text-decoration: none;
    color: var(--negro2);
    font-weight: bolder;
    /* box-shadow: 0.2rem 0.2rem 0.5rem 0rem var(--grisito4); */
}
/* #resultadoBusqueda {
    padding-top: 3rem;
    padding-bottom: 3rem;
} */
.columnasProveedor #dentroOfueraDeEnvio span {
    display: none;
}
.columnasProveedor #dentroOfueraDeEnvio:hover span {
    display: inline;
}
.columnasProveedor #dentroOfueraDeEnvio:hover {
    z-index: 5;
    width: 96%;
    font-size: .9rem;
    opacity: 1!important;
}
#resultadoBusqueda .busquedaRow .columnasProveedor {
    max-width: none!important;
    padding-left: 0px!important;
    /* padding-right: 1rem!important; */
}
#resultadoBusqueda .busquedaRow .columnasProveedor .card {
    /* margin-top: 0.5rem!important; */
    margin: 0.5rem auto!important;
    min-height: 150px;
    height: 5vh;
    max-height: 180px;
}
#resultadoBusqueda .card-img:hover {
    transform: none;
}
#categoriasAccordion h5{
    display: none!important;
}
#categoriasAccordionScroll {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    -webkit-position: sticky;
    position: sticky;
    top: 80px;
    height: 85vh;
    overflow-y: hidden;
    padding-right: 0.5rem;
}
#categoriasAccordionScroll:hover {
    overflow-y: scroll;
}
#categoriasAccordionScroll::-webkit-scrollbar-thumb {
    background-color: var(--grisito2);
    height: 10px;
}
#categoriasAccordionScroll::-webkit-scrollbar {
    width: 2px;
    /* background: var(--grisito); */
}
@media (min-width: 1200px) {
    #resultadoBusqueda .busquedaRow .columnasProveedor {
        width: 33%!important;
        flex: 0 0 33.333333%!important;
    }
}
@media (max-width:1200px) {
    div#resultadoBusqueda {
        width: 93%;
    }
    @media (max-width:900px) {
        div#resultadoBusqueda {
            width: 98%;
        }
        #categoriasAccordion a.accordion-header span.mainInfo {
            font-size: 0.8rem;
        }
    }
    #resultadoBusqueda .busquedaRow .columnasProveedor {
        width: 50%!important;
        flex: 0 0 50%!important;
    }
}

@media (max-width: 995px){
    #resultadosMapa h6 {
        top: 52px;
    }
    #resultadoBusqueda .busquedaRow .columnasProveedor {
        width: 50%!important;
        flex: 0 0 50%!important;
    }
}
@media (min-width:768px) {
    .buscador-inicio form {
        flex-direction: row;
        align-items: flex-start;
    }
    .buscador-inicio form select, 
    .buscador-inicio form input[type="text"] {
        margin-right: 1rem;
    }
    .buscador-inicio input {
        flex: 1;
    }
}
@media (max-width:768px) {
    #resultadosMapa h6 {
        top: 70px;
    }

    #resultadoBusqueda #categoriasAccordion {
        width: 28%!important;
        flex: 0 0 28%!important;
        max-width: none!important;
    }
    #resultadoBusqueda #categoriasAccordion + div {
        width: 72%!important;
        flex: 0 0 72%!important;
        max-width: none!important;
    }
    @media (max-width:718px) {
        #categoriasAccordionScroll {
            height: auto;
            overflow-y: auto;
            position: static;
        }
        #toggleTodasCategoriaBtn,
        .toggleTodasCategoriaBtn,
        #cerrarCategorias {
            display: block!important;
        }
        #categoriasAccordion {
            z-index: 25!important;
        }
        #resultadoBusqueda #categoriasAccordion {
            width: 100%!important;
            flex: 0 0 100%!important;
        }
        #resultadoBusqueda #categoriasAccordion + div {
            width: 100%!important;
            flex: 0 0 100%!important;
            padding: 0!important;
        }
        #categoriasAccordion {
            transition: all .7s ease-in-out;
            position: fixed;
            top: 0;
            left: -120%;
            z-index: 20;
            background-color: white;
            padding: 5rem 1.5rem!important;
            height: 100vh;
            overflow-y: scroll;
        }
        div#resultadoBusqueda {
            width: 100%;
            padding: 3rem 1.5rem!important;
        }
        .columnasProveedor {
            display: flex;
            align-items: center;
            padding-right: 0.5rem!important;
        }
        #categoriasAccordion {
            background: linear-gradient(
                179deg,
                var(--azul) 150px,
                #fff 40px
              );
            background-attachment: local;
        }
        #categoriasAccordion h5{
            color: white;
            display: flex!important;
        }
    }
    @media (max-width:520px) {
        #resultadoBusqueda .busquedaRow .columnasProveedor {
            /* background-color: red; */
            width: 100%!important;
            flex: 0 0 100%!important;
        }
        #resultadoBusqueda .busquedaRow .productoBusqueda {
            width: 50%!important;
            flex: 0 0 50%!important;
            padding: 0px 5px!important;
        }
        #resultadoBusqueda .busquedaRow .columnasProveedor .card {
            /* margin-top: 1rem!important; */
            margin: 0.7rem auto!important;
        }
        .columnasProveedor {
            padding-right: 0rem!important;
        }
        div#resultadoBusqueda {
            padding: 3rem 1rem!important;
        }
    }
    @media (max-width: 430px) {
        .toggleTodasCategoriaBtn {
            font-size: 1rem;
        }
        div#resultadoBusqueda {
            padding: 3rem 0.8rem!important;
        }
        #resultadoBusqueda .busquedaRow .productoBusqueda {
            width: 100%!important;
            flex: 0 0 100%!important;
            padding: 0!important;
        }
    }
}

/* ------------------------- */
input[type="file"]:hover {
    cursor: pointer;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="url"],
form input[type="date"],
form input[type="time"],
form input[type="number"], 
form select,
.custom-select,
form textarea{
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;   
    background-color: white;
    border-radius: 5px;
    color: #888888;
    border: 1px solid #A8A6A8;
    padding: 1.1rem;
    margin-bottom: 2rem;
    height: auto;
}
form input:focus-visible {
    outline: none;
}

#nombreRedesSociales,
#urlRedesSociales,
#reciboEntrega,
#etiquetas,
#formatoTiempoPreparacion {
    border-radius: 0;
}
#enviarPedido div.row{
    /* background-color: rgba(0, 0, 0, .3); */
    background-color: #343a40!important;
    border-radius: 1rem;
    color: hsl(0, 0%, 65%);
}
#siEnviarPedido, 
#noEnviarPedido {
    opacity: 0;
}
#siEnviarPedido:checked + label,
#noEnviarPedido:checked + label{
    /* background-color: #343a40; */
    background-color: var(--naranja);
    color: hsl(0, 0%, 95%);
    /* color: var(--naranja); */
    border-radius: 0.8rem;
}
#cardPedido {
    background-color: var(--grisito);
    border-radius: 0rem 0rem 1rem 1rem;
}
@media (min-width:768px) {
    .buscador-inicio form {
        flex-direction: row;
        align-items: flex-start;
    }
    .buscador-inicio form select, 
    .buscador-inicio form input[type="text"] {
        margin-right: 1rem;
    }
    .buscador-inicio input {
        flex: 1;
    }
}
#busquedaAvanzada:hover {
    cursor: pointer;
}
/* Pedidos */
.ver-pedidos a{
    transition: all .2s ease;
    color: var(--grisito4);
    border-radius: 10px;
}
.ver-pedidos a:hover {
    background-color: var(--dark);
    color: #fff;
    text-decoration: none;
}
.ver-btn-pedidos-activo {
    background-color: var(--dark)!important;
    color: #fff!important;
    text-decoration: none;
}
@media (max-width: 575px) {
    .ver-pedidos a{
        font-size: 0.8rem;
    }
    .ver-pedidos a:hover {
        /* background-color: var(--grisito3)!important; */
        color: var(--negro2);
    }
    .ver-pedidos a.ver-btn-pedidos-activo:hover {
        background-color: var(--dark)!important;
        color: #fff;
    }
}
/*  TRABAJO */
.compartirNegocioHover {
    position: relative;
}
.compartirNegocioHover span.bg-dark {
    display: none!important;
    position: absolute;
}
.compartirNegocioHover:hover > span.bg-dark {
    display: flex!important;
}
.estadistica-general > div {
    transition: all .3s linear;
}
.estadistica-general a {
    position: relative;
    min-width: 250px;
    margin: 0 auto;
}
.hover-info .cerrarHover-info {
    position: absolute;
    right: 7px;
    top: 7px;
}
.hover-info:hover {
    display: none;
}
#lapsoTiempoPedidos {
    width: 100%;
    max-width: 280px;
    
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 1.5rem;

    color: var(--grisito4);

    font-weight: bold;
    text-align: center;

    border-radius: 15px;
    border-color: var(--grisito2);
}
#lapsoTiempoPedidos:hover {
    color: var(--grisito5);
    border-color: var(--grisito5);
}
/* Trabajo Estadisticas */
.trabajo-estadisticas .clickable-elemento {
    overflow: hidden;
    cursor: pointer;
}
.trabajo-estadisticas .clickable-elemento:hover {
    outline: 1px solid;
}
.stats-header h4.text-limited {
    width: auto!important;
    color: var(--negro2)
}
#balancePorCategorias .card-balance-categoria {
    max-width: 220px;
}
#balancePorCategorias .balancePorCategoriasScroll {
    max-height: 72px;
}
@media (max-width: 1200px){
    #balancePorCategorias .balancePorCategoriasScroll {
        max-height: none;
    }
}
@media (max-width: 578px){
    #balancePorCategorias .card-balance-categoria {
        max-width: 70%;
    }
    @media (max-width: 350px){
        .stats-header h4 small {
            max-width: 130px;
        }
    }
    .stats-header h4 i {
        position: absolute;
        right: 0px;
    }
}
@media (max-width: 320px){
    .stats-header {
        display: block!important;
    }
    .stats-header h4 small {
        max-width: 235px;
    }
}
.organizarDatosGraficaBtns {
    top: -16px;
    padding-right: 16px;
}
.organizarDatosGraficaBtns #DeArribaAbajo,
.organizarDatosGraficaBtns #DeIzquierdaDerecha {
    font-family: 'Staatliches';
    color: var(--grisito4);

    width: 35px;
    height: 35px;

    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    background-color: var(--white);
}
.organizarDatosGraficaBtns #DeArribaAbajo.active,
.organizarDatosGraficaBtns #DeIzquierdaDerecha.active {
    border: solid 2px var(--azul4)!important;
}
.organizarDatosGraficaBtns .lineas {
    display: flex;
    align-items: center;
    margin: 2px;
}
.organizarDatosGraficaBtns .lineas span {
    width: 3px;
    height: 10px;
    background-color: var(--grisito4);
    margin: 0px 0.5px;
    border-radius: 3px;
}
.organizarDatosGraficaBtns #DeIzquierdaDerecha {
    display: flex;
    align-items: center;
    justify-content: center;
}
.organizarDatosGraficaBtns #DeArribaAbajo > span {
    width: 8px;
    height: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    transform: rotate(90deg);
}
.organizarDatosGraficaBtns #DeArribaAbajo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#DeIzquierdaDerecha:active {
    transform: translateX(4px);
}
#DeArribaAbajo:active {
    transform: translateY(4px);
}

.trabajo-estadisticas .balance {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    text-align: center;

    overflow: hidden;
}
.trabajo-estadisticas .estadisticas-principales p {
    font-size: 1.5rem;
}
.trabajo-estadisticas .balance .barraBalance {
    display: flex;

    justify-content: space-around;
    align-items: flex-end;

    height: 100px;
    width: 8.5vw;
    max-width: 35px;

    margin: 0 auto;
    margin-top: 25px;

    background-color: #d5d9dd66;
    border-radius: 15px 15px 0px 0px;

    z-index: 0;
}
.trabajo-estadisticas .balance .barraBalance .ingre {
    background-color: var(--grisito3);
    background-color: #76c72a;
}
.trabajo-estadisticas .balance .barraBalance .cost {
    background-color: var(--grisito4);
    background-color: #dc3545;
}
.trabajo-estadisticas .balance .barraBalance .util {
    background-color: var(--dark);
}
.trabajo-estadisticas .balance .barraBalance span {
    display: inline-block;
    width: 33.33%;
    height: 100%;
    opacity: 0.67;
    z-index: 0;
    border-radius: 15px 15px 0px 0px;
}
.trabajo-estadisticas .balance .barraBalance span:hover span {
    opacity: 1;
}
.trabajo-estadisticas .balance .barraBalance span:hover {
    cursor: pointer;
    opacity: 1;
}
.trabajo-estadisticas .balance .barraBalance > span:hover::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    border-radius: 20px 0px 0px 0px;
    z-index: 1;
}
.trabajo-estadisticas .balance .barraBalance .info-balance {
    position: absolute;
    display: block;
    width: 100px;
    height: 25px;

    border-radius: 7px;

    background-color: #fff;
    box-shadow: 0px 2px 1px 1px #6c757d1f;
    opacity: 0;

    top: 0px;
    left: 4px;
}
.historial-estadistica .productos-lista .historial-producto-info {
    display: none;
}
.historial-estadistica .productos-lista:hover .historial-producto-info {
    display: block;
}
.historial-estadistica div.py-3:hover {
    background-color: #e7e7e7!important;
}
#verHistorialGastos .gasto-regis:hover .rounded-circle {
    background-color: var(--danger);
    color: #fff;
    font-weight: bold;
}
#verHistorialGastos .gasto-regis:hover {
    border-top: 1px solid;
    border-color: var(--rojo)!important;
    background-color: #dc35450d;
    border-radius: 0px 0px 15px 0px;
}
#gasto-marcado {
    opacity: 0.5;
    transform: scale(1.5);
}
#gasto-marcado:active,
#gasto-marcado:hover {
    opacity: 1;
}

#balancePorCategorias h6 small {
    display: none;
}
#balancePorCategorias h6:hover small {
    display: block;
}
.nav-secondary-trabajo .active {
    border-top: 4px solid var(--azul4);
    color: var(--azul4);
}
.nav-secondary-trabajo > div {
    width: 90%;
}
.categoriaBalancePorCobrarPagadosHoy div {
    display: none;
}
.categoriaBalancePorCobrarPagadosHoy small:hover {
    font-weight: bold;
}
.categoriaBalancePorCobrarPagadosHoy small:hover + div {
    display: block;
    background-color: red;
    cursor: pointer;
}
.categoriaBalancePorCobrarPagadosHoy div {
    top: 38px;
    left: 1.5%;
    width: 97%;
    z-index: 1;
}
.categoriaBalancePorCobrarPagadosHoy div::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: var(--light);
    bottom: -5px;
    left: 45%;
    transform: rotate(45deg);
}
.categoriaBalancePorCobrarPagadosHoy div:hover {
    display: block;
}
@media (min-width: 1200px){
    .categoriaBalancePorCobrarPagadosHoy div {
        top: 4px;
    }
}
@media (max-width: 576px){
    .trabajo-estadisticas .estadisticas-principales p {
        font-size: 1rem;
    }
}
@media (max-width: 992px){
    .nav-secondary-trabajo > div {
        width: 95%;
    }
}
.prodConduce:hover {
    background-color: #e0e0e0;
}
.InputsEntradaSalidas input:hover {
    font-weight: bold;
}
#cambiarEstadoConduce {
    text-align: center;
    width: 100%;
}
#listaProdConduce {
    height: auto;
}
@media (min-width: 576px){
    #cambiarEstadoConduce {
        width: auto;
    }
}
@media (min-width: 768px){
    #listaProdConduce {
        height: 100%;
    }
}
/* Delivery - trabajo */
.compartirNegocioHover span.bg-dark{
    top: -5px;
    right: -8%;
    width: 95vw;
}
@media (max-width: 325px){
    #nuevoRepartidor .msg {
        font-size: 1.24em;
        line-height: 1.3;
    }
    .modal-footer button.p-3 {
        padding: 0.8rem!important;
    }
}
@media (min-width: 575px){
    .compartirNegocioHover span.bg-dark{
        top: -5px;
        left: -335px;
        right: -37px;
        max-width: 650%;
    }
}
/* Pedidos - trabajo */
.pedido-dashboard {
    width: 100%;
    max-height: 88vh;
    overflow-x: scroll;
    overflow-y: hidden;
    border-radius: 15px;
    scroll-snap-type: x mandatory;
}
.pedido-dashboard::-webkit-scrollbar-thumb {
    background-color: var(--grisito2);
  }
.pedido-dashboard::-webkit-scrollbar {
    height: 5px;
    border-radius: 15px;
}

.pedido-dashboard .ver-pedidos {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pedido-dashboard .ver-pedidos a{
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 1rem;
}
.pedido-dashboard .lista-pedidos,
.pedido-dashboard .ver-pedidos {
    min-width: 1170px;
}
.lista-pedidos:hover .pedidos-contenedor {
    opacity: 0.5;
}
.lista-pedidos .pedidos-contenedor {
    width: 20%;
    max-height: 70vh;
    min-height: 288px;
    overflow-y: auto;
    overflow-y: overlay;
}
@media (max-width: 500px){
    .lista-pedidos .pedidos-contenedor {
        scroll-snap-align: center;
    }
}
.lista-pedidos .pedidos-contenedor::-webkit-scrollbar-thumb {
    background-color: var(--grisito);
  }
.lista-pedidos .pedidos-contenedor::-webkit-scrollbar {
    width: 4px;
}
.lista-pedidos .pedidos-contenedor:hover {
    opacity: 1!important;
    border-radius: 0px 0px 15px 15px!important;
}
.pedido-dashboard .card-pedido {
    max-width: 222px;
    max-height: 288px;
    margin: 0 auto;
    background-color: white;
}
.pedidos-historial .card-pedido h5,
.pedido-dashboard .card-pedido h5 {
    overflow-y: scroll;
    max-height: 25px;
}
.pedido-dashboard .card-pedido h5::-webkit-scrollbar-thumb {
    background-color: var(--grisito2);
  }
.pedido-dashboard .card-pedido h5::-webkit-scrollbar {
    width: 3px;
}
.card-pedido-productos {
    width: 100%;
    height: 50px;
}
.card-pedido-productos-limitados {
    width: 100%;
    height: 50px;
    overflow-y: scroll;
}
.pedido-dashboard .card-pedido a i{
    transition: all .3s ease-in-out;
    transform: translateX(-250px);
}
.pedido-dashboard .card-pedido a:hover i{
    transform: translateX(0px);
}
.card-pedido .cuenta-por-cobrar {
    position: absolute;
    top: 10px;
    right: 8px;

    color: var(--amarillo);
    font-weight: bold;
    font-size: 1rem;
}
@media (max-width: 520px){
    .pedido-dashboard .lista-pedidos,
    .pedido-dashboard .ver-pedidos {
        min-width: 1750px;
    }
    .pedido-dashboard .card-pedido {
        width: 95%;
        max-width: none;
        max-height: 288px;
    }
}
@media (max-width: 375px){
    .pedido-dashboard .lista-pedidos,
    .pedido-dashboard .ver-pedidos {
        min-width: 1500px;
    }
}
@media (max-width: 350px){
    .pedido-dashboard .lista-pedidos,
    .pedido-dashboard .ver-pedidos {
        min-width: 1400px;
    }
}
@media (max-width: 300px){
    .pedido-dashboard .lista-pedidos,
    .pedido-dashboard .ver-pedidos {
        min-width: 1150px;
    }
}
@media (min-width: 575px){
    .lista-pedidos .pedidos-contenedor:hover {
        background-color: var(--grisito);
    } 
    .pedido-dashboard .ver-pedidos a:hover{
        background-color: var(--grisito4);
    }
}
@media (min-width: 1400px){
    .pedido-dashboard .card-pedido {
        margin: 0 auto;
    }
}
/* ----- Trabajo - Servicios ---- */
/* #serviciosModal {
    z-index: 1039;
}
.modal-backdrop {
    z-index: 1038;
} */
/* ----- Opiniones ------ */
#opiniones {
    z-index: 1020;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
#opiniones .header {
    height: 10%;
}
#opiniones .main-contenedor {
    height: 90%;
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
}
#opiniones #infoModal {
    z-index: 1111!important;
}
#opiniones .btn-evaluacion input {
    opacity: 0;
}
#opiniones .btn-evaluacion i{
    transition: color .3s ease-in-out;
}
#opiniones .btn-evaluacion i:active {
    color: var(--negro2);
    transform: scale(0.9);
}
#opiniones p {
    line-height: 1.2;
}

.verColabEspecificoBtn:active{
    transform: translateY(4px);
}
.inventarioPrefe:active,
.abonar-cxc-especifico:active,
.ratingDashboard .abrirComentarios:active,
.ratingDashboard .abrirComentarios-cliente:active,
.ratingDashboard .abrirComentarios-repartidor:active,
.ratingDashboard .abrirComentarios-proveedor:active {
    transform: translateX(7px);
}
.ratingDashboard .porcentajesRating {
    cursor: pointer;
}
.ratingDashboard .porcentajesRating small {
    font-size: 0.7em;
    display: block;
}
.ratingDashboard .neutroPorcentaje small,
.ratingDashboard .negativoPorcentaje small,
.ratingDashboard .positivoPorcentaje small {
    transition: all .2s ease-in-out;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
}
.ratingDashboard .porcentajesRating {
    transition: all .2s linear;
    transform: scaleY(0.5);
}
.ratingDashboard .porcentajesRating:hover{
    transform: none;
}
.ratingDashboard .porcentajesRating span {
    border-bottom: 3px solid transparent;
}

.ratingDashboard .neutroPorcentaje:hover {
    border-bottom: 3px solid hsla(0, 0%, 0%, 0.2);
}
.ratingDashboard .negativoPorcentaje:hover,
.ratingDashboard .positivoPorcentaje:hover {
    border-bottom: 3px solid hsla(0, 0%, 100%, 0.4);
}
.ratingDashboard .neutroPorcentaje:hover small,
.ratingDashboard .negativoPorcentaje:hover small,
.ratingDashboard .positivoPorcentaje:hover small{
    opacity: 1;
}
/* comentarios */
#verMasComentarios span {
    font-size : 1rem!important;
}

.comentario {
    display: flex;
    margin-bottom: 2rem;
}
.comentario .imagen {
    flex: 0 0 80px;
    height: 80px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 2rem;
}
.comentario .texto {
    padding: 2rem;
    border: 1px solid #C7C7C7;
    background-color: white;
}
.comentario .texto p {
    margin: 0;
}

/* ====================== */
/** Categorias **/
main.categorias {
    background-color: #F2F2F2;
    padding: 2rem 0;
    margin-top: 3rem;
}


.listado-categorias p {
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem;
    display: block;
}
@media (min-width:768px) {
    .listado-categorias li p {
        font-size: 1.4rem;
    }
}
.listado-categorias li {
    margin-bottom: 1rem;
}
.listado-categorias li img {
    transition: transform .3s ease;
}
.listado-categorias li:hover img{
    transform: scale(0.95); 
   
}

/** Caracteristicas **/
.meeti-bg {
    background: linear-gradient(
        to bottom, 
        #B8336A 0%, 
        #B8336A 50%, 
        #068D9D 50%, 
        #068D9D 100%
    );

    padding: 5rem 0;
}
@media (min-width:768px) {
    .meeti-bg {
        background: linear-gradient(
            to right, 
            #B8336A 0%, 
            #B8336A 50%, 
            #068D9D 50%, 
            #068D9D 100%
        );
    }
    td.d-flex, th.d-flex {
        display: table-cell!important;
    }
}
.meeti  {
    color: white;
    width:90%;
}
.meeti  h3 {
    font-size: 2.4rem;
}
.meeti  p {
    font-size: 1.4rem;
}
/** Footer **/
.site-footer {
    background-color: var(--negro2)!important;
}
.site-footer small, 
.site-footer h6, 
.site-footer a, 
.site-footer p {
    color: var(--grisito);
    margin: 0;
    text-decoration: none;
}
.site-footer i {
    font-size: 1rem;
    margin-right: 25px;
}
.site-footer .legal-info {
    text-align: center;
    padding: 1.4rem;
    border-radius: 1rem 1rem 0rem 0rem;
    background-color: var(--negro);
}
#legalInfoBtns .legalInfoBtn {
    transition: all .3s ease-in-out;
    font-weight: bold;
    transform: translateX(45px) scale(1.2);
    max-width: 160px;
}
#legalInfoBtns .collapsed {
    font-weight: normal;
    transform: translateX(0px) scale(1);
}
.site-footer .mas-ugerit-info {
    padding: 1rem 0rem 1.5rem 0rem;
}
@media (min-width:998px) {
    #legalInfoBtns .legalInfoBtn {
        max-width: fit-content;
    }
}
@media (max-width:768px) {
    .site-footer .col-3 {
        padding-right: 0;
    }
    .site-footer img {
        width: 65px;
    }
    @media (max-width:767px) {
        #legalInfoBtns .legalInfoBtn {
            max-width: fit-content;
        }
    }
}

/** Crear Cuenta **/
main {
    background-color: white;
}
main.contenedor-formularios {
    /* max-width: 900px; */
    width:100%;
    padding: 4rem 10%;
}
.no-padding {
    padding: 0!important;
}

.default-form .campo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.campo.acciones {
    justify-content: space-between;
    padding: 1rem 0;
}
.campo.enviar {
    justify-content: flex-end;
    padding-top: 2rem;
}
.default-form .campo label {
    flex: 0 0 120px;
}
.default-form .campo input[type="text"],
.default-form .campo input[type="password"],
.default-form .campo input[type="email"],
.default-form .campo input[type="url"],
.default-form .campo input[type="date"],
.default-form .campo input[type="time"],
.default-form .campo input[type="number"],
.default-form .campo textarea, 
.default-form .campo select{
    margin: 0;
    flex: 1;
}
.default-form legend {
    color: #068D9D;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 2.5rem 0;
}
.default-form.comentarios .campo {
    align-items: flex-start;   
}
.default-form .campo textarea {
    height: 10rem;
}
.contenedor-editor {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.campo select:focus {
    outline: none;
}
trix-editor  {
    display: block;
}
trix-editor h1 {
    text-align: left!important;
}
.campo.descripcion label {
    display: block;
    margin-bottom: 2rem;
    align-self: flex-start;
    padding-top: 4rem;
}
/* trix-toolbar,  */
trix-editor {
    background-color: white!important;
}
button.trix-button {
    background-color: white!important;
}
trix-toolbar {
    padding: 1rem;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    -webkit-position: sticky;
    position: sticky;
    
    top: 3rem;
    z-index: 3;
    margin-bottom: 15px;
    
    background-color: var(--grisito2);
    border-radius: 0rem 0rem 1rem 1rem;
}
@media only screen and (max-width: 998px) {
    trix-toolbar {
        padding: 1rem 0rem;
        /* margin-left: -3.3rem; */
        padding: 1.5rem 1%!important;
        padding-bottom: 1rem!important;
        /* width: 115%; */
        top: 2rem;
    }  
    .trix-button-row {
        transform: scale(.8);
    }
    @media only screen and (max-width: 875px) {
        trix-toolbar .trix-button-group:not(:first-child) {
            margin-left: 0vw;
        }
        .trix-button-row {
            transform: scale(.78);
        }
    }
    @media only screen and (max-width: 767px) {
        trix-toolbar {
            top: 3.5rem;
        }
    }
}
trix-editor {
    font-size: 1.2rem;
    min-height: 5rem!important;
    padding: 1rem;
}
trix-editor h1, 
trix-editor blockquote {
    color: black;
}
trix-toolbar .trix-button-group {
    margin-bottom: 0;
}
trix-toolbar .trix-button--icon-strike {
    display: none;
}
trix-toolbar [data-trix-button-group="file-tools"] {
    display: none;
}

/* ACERCA DE */
#terminos-condiciones ul {
    list-style: disc;
    margin-left: 1.5rem;
}
#nosotros p,
#terminos-condiciones ol,
#terminos-condiciones p,
#politicas-privacidad ol,
#politicas-privacidad p {
    line-height: 1.4;
    font-weight: bold;
    color: var(--grisito4);
}
#notas-de-version {
    text-align: left;
    border-bottom: solid 2px var(--negro3);
    padding-bottom: 15vh;
    margin-bottom: 10vh;
}
#notas-de-version h1 {
    text-align: left;
    color: var(--negro);
}
.notas-de-version-titulo {
    font-size: 7rem;
    color: var(--negro);
    line-height: 0.85;
}

.nota-de-version-imagen {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 768px) {
    .notas-de-version-titulo {
        font-size: 4rem;
    }
    .nota-de-version-imagen {
        width: 100%;
        height: 275px;
        background-size: contain;
    }    
}
@media (max-width: 375px) {
    .notas-de-version-titulo {
        font-size: 3.5rem;
    }
}
/** Administración **/
/* .panel-principal { */
   /* margin: 2rem 0; */
   /* box-shadow: 1rem 1rem 1rem 1rem var(--negro2); */
/* } */
.contenedor-centrador {
    width: 93%;
    margin: 0 auto;
}
.contenedor-botones {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.contenedor-botones a {
    margin-bottom: 1rem;
}
@media(max-width: 480px){
    .contenedor-centrador {
        width: 100%;
        margin: 0;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
}
@media (min-width:768px) {
    .contenedor-botones {
        display: flex;
        flex-direction: row;
    }
    .contenedor-botones a {
        flex: 1;
        margin-bottom: 0;
        margin-right: 2rem;
    }
    .contenedor-botones a:last-of-type{
        margin-right: 0;
    }
    @media (min-width:998px) {
        .likeFavBar {
            max-width: 85vw;
        }
        .contenedor-centrador {
            max-width: 80vw;
            width: 87%;
        }
    }
}

/** Listado de Eventos admin**/
.seccion-admin{
    padding-top: 2rem;
}
.seccion-admin li {
    padding: 1rem 0;
    border-bottom:  1px solid #E6E6E6;
}

.seccion-admin li:last-of-type{
    border-bottom: none;
}
@media (min-width:768px) {
    .seccion-admin li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }
}
.seccion-admin .fecha,
.seccion-admin h3 {
    margin: 0;
}
.informacion-admin {
    flex: 0 0 35%;
    margin-right: 2rem;
}
.informacion-admin small {
    font-weight: 700;
    font-size: .8rem;
}
.acciones.contenedor-botones a {
    flex: 1;
}
.acciones.contenedor-botones {
    width: 100%;
}

@media (max-width: 320px){
    .seccion-admin.contenedor-centrador.py-5 {
        width: 100%;
    }
}
/** Single Eventos **/

.encabezado-evento {
    border-top: 4px solid #EAEAEA;
    padding: 5rem 0;
}
@media (min-width:768px) {
    .encabezado-evento .contenedor {
        display: flex;
        justify-content: space-between;
    }   
}
.resumen-evento h1 {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 2rem;
}
/** Asistencia **/
.pregunta-asistencia {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pregunta-asistencia p {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.opciones-asistencia {
    display: flex;
    justify-content: space-between;
}
.opciones-asistencia a{
    flex: 1;
}
.opciones-asistencia a:first-of-type{
    margin-right: 2rem;
}
.contenido-evento {
    background-color: #F2F2F2;
    padding: 5rem 0;
}
@media (min-width:768px) {
    .contenido-evento .contenedor{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .contenido-evento .informacion-evento {
        flex: 0 0 60%;
    }
    .contenido-evento .informacion{
        flex: 0 0 calc(40% - 2rem);
    }
}

/** Asistentes **/
.asistentes .titulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.asistentes .titulo a {
    color: #068D9D;
    font-weight: 700;
    font-size: 1.4rem;
}
.lista-asistentes {
    display: flex;
    justify-content: space-between;

}
.lista-asistentes li {
    flex: 0 0 calc(33.3% - 1rem);
    height: 200px;
    background-color: white;
    border: 1px solid #C7C7C7;
}
/** Sidebar **/
@media (max-width: 480px){
    .likeFavBar {
        width: 100%;
        margin: 0;
    }
}
.contenido-evento aside {
    background-color: white;
    border: 1px solid #C7C7C7;
}
.contenido-evento aside > div {
    padding: 1rem  0 1rem 5rem;
    background-size: 50px;
    background-position: center left;
    background-repeat: no-repeat;
    margin: 2rem;
}
.contenido-evento aside  p {
    margin: 0;
}

aside .fecha {
    background-image: url(../img/icono-hora.svg);
    margin-bottom: 2rem;
}
aside .ubicacion {
    background-image: url(../img/icono-ubicacion.svg);
}
aside img {
    display: block;
}
/* ====== ANIMATIONS ====================== */
/* PROGRESS BAR */
/* .paused{ 
    -webkit-animation-play-state:paused; 
    -moz-animation-play-state:paused; 
    -o-animation-play-state:paused; 
    animation-play-state:paused; 
} */
.progress {
    background: rgba(255,255,255,0.1);
    border-radius: 100px;
    align-items: center;
    padding: 0 5px;
    height: 20px;
    width: 100%;
  }
  
  .progress-value {
    animation: load 5s linear forwards;
    /* animation-play-state: paused; */
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #fff;
    height: 7px;
    width: 0;
  }
  
@keyframes load {
    0% { width: 0; }
    100% { width: 100%; }
}
/* SPINNER */
.sk-chase {
    width: 1rem;
    height: 1rem;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--naranja);
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }
/* ======= TRACKING PEDIDO ============= */
#cliente-repartidor-calificacion h5,
.lista-repartidores h5.w-100 {
    overflow-y: scroll;
    max-height: 25px;
}
#cliente-repartidor-calificacion .porcientoCalificacion p,
.lista-repartidores p {
    font-weight: bold;
    line-height: 1;
}
#cliente-repartidor-calificacion .porcientoCalificacion p span{
    display: block;
    font-size: 1.4em;
}
.lista-repartidores span {
    max-height: 52px;
    overflow: hidden;
}
.lista-repartidores span::-webkit-scrollbar-thumb {
    background-color: var(--negro4);
}
.lista-repartidores span::-webkit-scrollbar {
    width: 2px;
}
#cliente-repartidor-calificacion .porcientoCalificacion p small,
.lista-repartidores small {
    font-weight: bold;
}
@media (max-width: 768px){
    #cliente-repartidor-calificacion .porcientoCalificacion p small,
    .lista-repartidores small {
        font-size: .7em;
    }
    @media (max-width: 325px){
        .lista-repartidores span {
            overflow-y: scroll;
        }        
        #cliente-repartidor-calificacion .porcientoCalificacion p small,
        .lista-repartidores small {
            font-size: .65em;
        }
    }    
}

/* PEDIDO ENVIADO / Order sent */
.pedidoEnviado {
    animation: pedidoEnviado 2s infinite ease-in-out;
}
@keyframes pedidoEnviado {
    0% {
        transform: translate(0px);
    }
    50% {
        transform: 
            translate(8px, -12px)
            rotate(5deg); 
    }
    100% {
        transform: translate(0px); 
    }
}
/* PEDIDO PENDIENTE / PENDING Order */
.pedidoPendiente .punto1 {
    animation: pedidoPendiente 1.5s 0.3s infinite ease-in-out;
}
.pedidoPendiente .punto2 {
    animation: pedidoPendiente 1.5s 0.6s infinite ease-in-out;
}
.pedidoPendiente .punto3 {
    animation: pedidoPendiente 1.5s 0.9s infinite ease-in-out;

}
@keyframes pedidoPendiente {
    0% {opacity: 0}
    100% {opacity: 1};
}
/* PREPARANDO / Preparing  */
.preparandoAnimation {
    white-space: nowrap;
}
.cogRotacion {
    animation: preparandoPedido;
    animation: preparandoPedido 2s infinite ease-in-out;
}
.cogRotacionReverse {
    animation: preparandoPedido;
    animation: preparandoPedido 2s infinite ease-in-out;
    animation-direction: reverse!important;
}
.cogGrande {
    font-size: 100px;
    position: relative;
    bottom: 7px;
    right: 20px;
}
.cogMediano {
    font-size: 75px;
    position: relative;
    bottom: 42px;
    left: -40px;
}
.cogSemiMediano {
    font-size: 50px;
    position: relative;
    left: 64px;
}
.cogPeque {
    font-size: 25px;
    position: relative;
    left: 25px;
    bottom: 24px;
}
@keyframes preparandoPedido {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Listo para salir / ready to shipping */
.enEsperaParaSalirAnimation .personasAnimation{
    animation: enEsperaParaSalirAnimation;
    animation: enEsperaParaSalirAnimation 3s infinite ease-in-out;
}
@keyframes enEsperaParaSalirAnimation {
    0% {
        transform: translateX(-80px);
    }
    50% {
        transform: translateX(-10px);
    }
    70% {
        transform: rotate(-15deg);
    }
    100% {
        transform: 
            rotate(0deg)
            translateY(-27px)
            translateX(50px); 
    }
}

/* EN CAMINO / Delivering */
.pedidoEnCamino {
    animation: pedidoEnCamino 8s infinite ease-in-out;
}
@keyframes pedidoEnCamino {
    0% {
        transform: translateX(-40px);
    }
    10% {
        transform: translateX(0px);
    }
    30% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(180px);
    }
    75% {
        transform: translateX(180px);
    }
    100% {
        transform: translateX(210px); 
    }
}
/* LISTO Y EN ESPERA / DONE and wating for customer */
.pedidoListoYenEspera {
    animation: pedidoListoYenEspera 2s infinite ease;
}
@keyframes pedidoListoYenEspera {
    0% {
        transform: translate(0px);
    }
    50% {
        transform: 
            translate(7px, -4px)
            rotate(7deg); 
    }
    100% {
        transform: translate(0px); 
    }
}
/* EN ESPERA / hold */
.pedidoEnEspera {
    
    background: linear-gradient( #fff 4px, transparent 0px);
    width: 5px;
    height: 48px;
    display: block;

    position: relative;
    top: 95px;
    left: 33.5px;
    
    animation: pedidoEnEspera 12s infinite ease-in-out;
}
@keyframes pedidoEnEspera {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(36deg);
    }
    20% {
        transform: rotate(72deg);
    }
    30% {
        transform: rotate(108deg);
    }
    40% {
        transform: rotate(144deg);
    }
    50% {
        transform: rotate(180deg);
    }
    60% {
        transform: rotate(216deg);
    }
    70% {
        transform: rotate(252deg);
    }
    80% {
        transform: rotate(288deg);
    }
    90% {
        transform: rotate(324deg);
    }
    100% {
        transform: rotate(360deg); 
    }
}
/* PROCESO PEDIDO VIEWER */
#procesoPedido {
    display: flex;
    justify-content: center;

    max-width: 900px;
    margin: 0 auto;
}
#procesoPedido div.pasos {
    width: 22%;
    height: 8px;
    margin: 0px 2%;
    position: relative;
    bottom: 30px;
    border-radius: 15px;

    background-color: var(--grisito);

    overflow: hidden;
}
#procesoPedido div.pasos div {
    width: 100%;
    height: 100%;
    
    /* background-color: transparent; */
}

#procesoPedido div.pasos div.procesoActual {
    /* background-color: var(--naranja); */
    background-color: var(--azul4);
    opacity: 0.5;
    border-radius: 15px;
    animation: procesoPedidoViewerANIMATION 2s infinite ease-in-out;
}

@keyframes procesoPedidoViewerANIMATION {
    0% { width: 0; }
    100% { width: 100%; }
}

/* OPINIONES ANIMATION */
.opinionesAnimation{
    width: 100%;
    height: 50vh;
    min-height: 300px;
    transform: translate(10%, 12%);
}
.opinionesAnimation i {
    position: relative;
    left: 40%;
    top: 10vh;

    font-size: 8rem;
}
.opinionesAnimation .estrella {
    color: var(--negro2);
    left: 10%;
    top: 20vh;
    animation: opinionesEstrellaANIMATION 1.5s infinite ease-in-out;
}
.opinionesAnimation .comentario {
    color: var(--grisito2);
    left: 10%;
    animation: opinionesComentarioANIMATION 3s infinite ease-in-out;
}

@media (max-width: 575px){
    .opinionesAnimation{
        transform: translateY(-10%);
    }
}

@keyframes opinionesEstrellaANIMATION {
    0% { 
        transform: rotate(0deg);
    }
    50% { 
        transform:  rotate(-45deg);
    }
    100% { 
        transform:  rotate(0deg);
    }
}

@keyframes opinionesComentarioANIMATION {
    0% { 
        transform: scale(0.3)
                   rotate(0deg)
                   translate(-400px, 15px);
    }
    50% { 
        transform: rotate(35deg);
        text-shadow: 8px 8px 10px var(--grisito3);
    }
    100% { 
        transform:  rotate(0deg)
                    translate(-20px, 150px)
                    scale(0);
    }
}

/* ANIMACIONES GENERALES */
.bounceANIMATION {
    opacity: 1;
    pointer-events: all;
    animation-delay: 2s;
    -webkit-animation-name: bounceANIMATION;
    animation-name: bounceANIMATION;
    animation-iteration-count: 2;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#home-logo-animation .bounceANIMATION {
    animation-iteration-count: 1;
    animation-delay: 0.10s;
}
@-webkit-keyframes bounceANIMATION {
    0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
    40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    }
    70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    }
    90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
    }
}
    
@keyframes bounceANIMATION {
    0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
    40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    }
    70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    }
    90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0);
    }
}

.bounceInANIMATION {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    animation-iteration-count: infinite;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
  }
@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.fadeInUpANIMATION {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    }
    @keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
}

#home-logo-animation .fadeInUpANIMATION {
    animation-duration: 0.4s;
}

@keyframes unvanishAnimation {
    0% {
        opacity: 0;
    } 100% {
        opacity: 1;   
    }
}

.unVanishAnimation {
    animation: unvanishAnimation 300ms 1 ease-in-out;
}