﻿@font-face {
    /*    font-family: Alegreya;
    src: url('/fonts/Alegreya/static/Alegreya-Regular.ttf');
*/
}

html {
    font-family: "Changa", "Open Sans", sans-serif;
    font-size: 14px;
}

#navbarTop.HeaderFloat {
    transition: 0.5s;
}

#navbarTop.HeaderFloat {
    /*background-color: rgba(74, 115, 177, .90);*/
    background-color: rgba(255, 255, 255, .90);
}

    #navbarTop.HeaderFloat a {
        /*color: #000 !important;*/
    }

#navbarTop a {
    /*color: #000;*/
    /*color: #fff;*/
    transition: 0.5s;
}

    #navbarTop a:hover {
        /*color: #f5a01f;*/
    }

#navbarTop .dropdown-menu a {
    color: #000 !important;
}

body {
    overflow-y: auto;
    font-family: "Lato", "Open Sans", sans-serif;
    /*font-family: 'Roboto',Helvetica, sans-serif;*/
    /*font-family: Alegreya;*/
    font-size: 14px;
}

    body::-webkit-scrollbar {
        width: 10px;
    }

    body::-webkit-scrollbar-track {
        background: transparent;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #eee;
        border-radius: 20px;
        border: 2px solid #fff;
    }

main {
    min-height: calc(100vh );
}

header {
    margin-top: 120px;
}

    header .Logo {
        height: 100px;
    }

    header .navbar {
        box-shadow: 0 0 20px 0 var(--color1);
        background-color: #fff;
        /*background-color: var(--color1);*/
    }

#navbarTop.HeaderFloat .Logo {
    height: 30px;
}

footer {
    /*color: #fff;*/
    /*box-shadow: 0 0 20px 0 var(--color1);*/
}

    footer a, footer i {
        /*color: #fff;*/
    }

a {
    color: initial;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: initial;
    }

.CookiesConsent {
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    background-color: rgba( 48, 48, 48, 0.90 );
    color: #efefef;
    padding: 0;
}

    .CookiesConsent .Parraf {
        font-size: 20px;
    }

    .CookiesConsent h1 {
        font-weight: 700;
    }

    .CookiesConsent button {
        position: absolute;
        height: 44px;
        width: 94px;
        left: auto;
        right: 0px;
        bottom: 0px;
        top: auto;
        padding: 6px;
        color: #ffffff;
        font-weight: 400;
        font-size: 12px;
        line-height: 36px;
        border: 1px none #ffffff;
        border-radius: 0px;
        box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
        text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
        background-color: rgba( 148, 191, 171, 1.00 );
    }

.ScrollStyleHorizontal {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    padding-bottom: 5px;
}

    .ScrollStyleHorizontal .ScrollStyleHorizontalContainer {
        flex-wrap: nowrap;
        width: 100%;
    }

    .ScrollStyleHorizontal::-webkit-scrollbar {
        height: 10px;
    }

    .ScrollStyleHorizontal::-webkit-scrollbar-track {
        background: transparent;
    }

    .ScrollStyleHorizontal::-webkit-scrollbar-thumb {
        background-color: #eee;
        border-radius: 20px;
        border: 2px solid #fff;
    }

/*#endregion Scrolls*/

.Roots {
    /*padding-top: 20px;*/
    /*margin-top: -25px;*/
    background-color: var(--color1);
    display: flow;
    width: fit-content;
    border-radius: 0 0 10px 10px;
    padding: 5px 20px 10px 20px;
}

    .Roots span {
        color: #fff;
        margin-left: 5px;
        margin-right: 5px;
    }

        .Roots span.Root {
            color: #fff;
            font-size: 1.5rem;
        }

    .Roots a.Root {
        font-size: 1.2rem;
        display: inline-block;
        transition: transform 0.3s ease-in-out;
        color: #ccc;
    }

        .Roots a.Root:focus, .Roots a.Root:hover {
            transform: scale(1.2);
        }

.ButtonToTop {
    padding: 17px 23px;
    border: 1px dashed var(--color2);
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    display: none;
}

    .ButtonToTop i {
        vertical-align: sub;
        color: var(--color2);
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.BlockLoading {
    display: none;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    text-align: center;
}

    .BlockLoading.show {
        display: table;
    }

    .BlockLoading div {
        font-size: 50px;
        display: table-cell;
        vertical-align: middle;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: initial;
}

    a:hover {
        text-decoration: none;
        color: initial;
    }

.Scale:focus, .Scale:hover {
    transform: scale(1.1);
}

.Scale.Min:focus, .Scale.Min:hover {
    transform: scale(1.01);
}

.bootbox .modal-header .modal-title {
    font-size: 20px;
}

.FooterTop {
    box-shadow: 0 0 20px 0 var(--color1);
    /*background-color: var(--color1);*/
    /*color: #fff;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

    .FooterTop a:hover {
        /*color: #fff;*/
    }

textarea.NotResize {
    resize: none;
}

.modal-header {
    background-color: #232f3e;
}

    .modal-header .modal-title {
        color: #fff;
    }

    .modal-header .close {
        color: #fff;
        opacity: 1;
    }

.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #f8f9fa;
}

    .btn-transparent:hover, .btn-transparent:not(:disabled):not(.disabled).active, .btn-transparent:not(:disabled):not(.disabled):active, .show > .btn-transparent.dropdown-toggle {
        border-color: #f8f9fa;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgba(0,0,0,.5) !important;
}

.form-check-input, .form-check-label {
    cursor: pointer;
}

.Corte {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Corte-4 {
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

    .Corte-4.show {
        display: block;
    }

.Vertical200 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}



@media (max-width: 576px) {
    main {
        margin-top: 60px;
    }

    header .Logo {
        height: 40px;
    }

    .ToMobile.row, .TagItem .row, .FoodItem .row {
        flex-wrap: wrap;
    }

    .ToMobile .col-sm-1, .TagItem .col-sm-1, .FoodItem .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ToMobile .col-sm-2, .TagItem .col-sm-2, .FoodItem .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ToMobile .col-sm-3, .TagItem .col-sm-3, .FoodItem .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ToMobile .col-sm-4, .TagItem .col-sm-4, .FoodItem .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ToMobile .col-sm-5, .TagItem .col-sm-5, .FoodItem .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ToMobile .col-sm-6, .TagItem .col-sm-6, .FoodItem .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ToMobile .col-sm-7, .TagItem .col-sm-7, .FoodItem .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ToMobile .col-sm-8, .TagItem .col-sm-8, .FoodItem .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ToMobile .col-sm-9, .TagItem .col-sm-9, .FoodItem .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ToMobile .col-sm-10, .TagItem .col-sm-10, .FoodItem .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ToMobile .col-sm-11, .TagItem .col-sm-11, .FoodItem .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .TagItem {
        border-radius: 0;
        transition: box-shadow .3s ease-in-out;
    }

        .TagItem img {
            border-radius: 0;
        }
}

.Scale {
    transition: transform 0.3s ease-in-out;
}

a.ScaleLink .card {
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    transition: all .3s ease-in-out;
    text-align: center;
    /*transition: transform 0.3s ease-in-out;*/
}

    a.ScaleLink .card:hover {
        /*font-size: 10px;*/
        z-index: 10000;
        transform: scale(1.1);
        box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    }

.title_block {
    margin-bottom: 30px;
    background: #fff;
    color: #232323;
    text-align: center;
    /*font-size: 24px;*/
    border: 0;
    text-transform: none;
    padding: 0;
}

    .title_block:before {
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        width: 69%;
        background: #888;
        margin: 20px auto 0;
        padding: 0;
    }

    .title_block:after {
        border: 0;
        content: "";
    }

    .title_block span {
        background: #fff;
        width: 30%;
        z-index: 1;
        position: relative;
        padding: 5px 15px 5px 15px;
        text-transform: uppercase;
    }

.BoxTop {
    margin-bottom: 30px;
}

    .BoxTop.HideLine {
        border-bottom: none;
    }

    .BoxTop .Buttons {
        margin-top: -5px;
        float: right;
        text-align: right;
    }

    .BoxTop.WithMessage .Buttons {
        margin-top: 15px;
    }

    .BoxTop .Title {
        margin-top: 15px;
        margin-bottom: 0;
        min-height: 30px;
    }

    .BoxTop.WithMessage .Title {
        min-height: 24px;
        margin-top: initial;
    }

    .BoxTop .Subtitle {
        min-height: 20px;
        font-size: 12px;
        color: #666;
    }

.BorderProductHeight {
    border-top: 0;
    border-left: 0;
    border-right: 3px dashed #900;
    border-bottom: 3px dashed #900;
    padding-right: 5px;
    padding-bottom: 5px
}
