/*
@font-face {
    font-family: Gilgongo;
    src: url(Gilgongo.woff);
}

@font-face {
    font-family: Quicksand_Bold;
    src: url(Quicksand_Bold.otf);
}

@font-face {
    font-family: Quicksand_Book;
    src: url(Quicksand_Book.otf);
}
    @font-face {
    font-family: "Montserrat";
    src: url("./montserrat/Montserrat-Medium.otf");
    src: url("../fonts/pct.eot?#iefix") format("embedded-opentype"),
        url("../fonts/pct.woff") format("woff"),
        url("../fonts/pct.ttf") format("truetype"),
        url("../fonts/pct.svg#pct") format("svg");
    font-weight: normal;
    font-style: normal;
}
    */


@font-face {
    font-family: "Montserrat";
    src: url("./montserrat/Montserrat-ExtraLight.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("./montserrat/Montserrat-Medium.otf");
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("./montserrat/Montserrat-Bold.otf");
    font-weight: bolder;
    font-style: bolder;
}

:root {

    --tomate: rgb(248, 160, 31) !important;
    --tomategrd: linear-gradient(90deg, rgba(248, 160, 31, 1) 0%, rgba(248, 160, 31, 0.5970763305322129) 100%) !important;

    --tendoazul: rgb(3, 52, 111) !important;
    --tendoazulgrd: linear-gradient(90deg, rgba(3, 52, 111, 1) 0%, rgba(3, 82, 175, 0.595) 100%) !important;

    --celeste: rgb(73, 142, 203) !important;
    --celestegrd: linear-gradient(90deg, rgba(73, 142, 203, 1) 0%, rgba(73, 142, 203, 0.5970763305322129) 100%) !important;

    --tendocyan: rgb(2, 151, 149) !important;
    --tendocyangrd: linear-gradient(90deg, rgba(2, 151, 149, 1) 0%, rgba(2, 151, 149, 0.5970763305322129) 100%) !important;


    --ambatoazulclaro: #346ef6 !important;
    --ambatoazuloscuro: #2751b5 !important;
    --ambatotomate: #f1b85f !important;
    --ambatoblanco: #f7f7f7 !important;

    font-family: 'Montserrat', 'Montserrat-Medium', 'Montserrat-Bold' !important;
    /*font-family: 'Gilgongo', 'Quicksand', 'Quicksand_Bold', 'Quicksand_Book', 'FontAwesome' !important;*/

}

.navbar-toggler-icon {
    background: var(--bs-navbar-toggler-icon-bg) !important;
}

body {
    font-family: 'Montserrat';

}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
}

@media only screen and (max-width: 300px) {
    :root {
        font-size: medium;

    }
}

.botonestop {
    width: 100%;
    text-align: center;

}

.pathheader {
    padding: 2px;
    float: left;
    width: 100%;
    text-align: end;
    font-size: small;
}


.loader {
    font-size: 10px;
    margin: 30% auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #FFF;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: gray;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: gray;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
}

.loading--show {
    display: flex;
}

.texto-tomate {
    color: var(--tomate);

}

.h-tomate:hover {
    background: var(--tomate);
}

.texto-celeste {
    color: var(--celeste);
}

.bg-tomate {
    background: var(--tomate);
}

.bg-celeste {
    background: var(--celeste);
}

.bg-tomatedgrd {
    background: var(--tomategrd);
}

.bg-celestedgrd {
    background: var(--celestegrd);
}


.bg-cyan {
    background: var(--tendocyan);
}

.bg-cyandgrd {
    background: var(--tendocyangrd);
}

.bg-azul {
    background: var(--tendoazul);
}

.bg-azuldgrd {
    background: var(--tendoazulgrd);
}


/**/

.container::-webkit-scrollbar {
    -webkit-appearance: none;
}

.container::-webkit-scrollbar:vertical {
    width: 10px;
}

.container::-webkit-scrollbar-button:increment,
.container::-webkit-scrollbar-button {
    display: none;
}

.container::-webkit-scrollbar:horizontal {
    height: 10px;
}

.container::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.container::-webkit-scrollbar-track {
    border-radius: 10px;
}





@media print {

    table,
    td,
    th {
        border: 1px solid;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 12px;
    }

    .mostrar {
        display: block !important;
        width: 100%;
    }

    .ocultar {
        display: none !important;
    }

}

@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

.loader {
    font-size: 10px;
    margin: 30% auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #FFF;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: gray;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: gray;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
}

.loading--show {
    display: flex;
}

.modal2 {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    display: none;
}


input:not([value=""]):not(:focus):invalid {
    background-color: white;
}

.wapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}


label {
    color: #6c757d !important;

}


@media print {
    .ocultar {
        display: none !important;
    }

    .mostrar {
        width: 100%;
        height: 100%;
    }
}





.widget:first-child {
    margin-top: -4px;
}

.widget .widget-content {
    display: inline-block;
    width: 100%;
}

.widget .widget-banner {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 17px;
    width: 100%;
    text-align: left;
}

.widget .widget-title {
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 19px;
    margin-bottom: 18px;
    float: left;
}

.widget ul li a {
    font-size: 14px;
    line-height: 40px;
    color: #444444;
}

.widget ul li {
    list-style: none;
    float: left;
    width: 100%;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget.categories-widget .widget-title {
    padding-bottom: 13px;
    border-bottom: none;
    margin-bottom: 0;
}

.widget.categories-widget ul li {
    display: block;
    width: 100%;
    float: left;
}

.widget.categories-widget .sub-cate {
    padding-left: 33px;
}

.widget.categories-widget .has-child-cate:not(.open) .sub-cate {
    display: none;
}


.widget a {
    text-decoration: none;
    outline: none;
}

.widget ul {
    list-style-type: disc;
}

.widget a.active {
    color: #F8A01F;
}

.widget ul {
    list-style-type: disc;
}


.widget .has-child-cate>a {
    display: inline-block;
    float: left;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
}

.widget.categories-widget .widget-content>ul>li:last-child {
    margin-bottom: 10px;
}

.widget.filter-widget .vertical-list li a:not(.btn-control)::before {
    content: '';
    display: inline-block;
    float: left;
    width: 15px;
    height: 14px;
    background-color: #fafafa;
    border: 1px solid #e9e9e9;
    margin-top: 12px;
}

.widget.filter-widget .vertical-list li a:not(.btn-control)::after {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    float: left;
    margin-top: 0;
    transform: translateX(-14px);
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    margin-right: -2px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}

.widget.filter-widget .vertical-list li a:hover::after,
.widget.filter-widget .vertical-list li a.active::after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.widget.filter-widget .vertical-list li a.btn-control {
    position: relative;
}

.widget.filter-widget .vertical-list li a.btn-control::before {
    content: '';
    height: 1px;
    background-color: #949494;
    bottom: 1px;
    right: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    display: inline-block;
    position: absolute;
}

.widget.filter-widget .vertical-list li a.btn-control i {
    margin-left: 3px;
}

.widget.filter-widget .vertical-list li.default-hiden {
    display: none;
}

.widget.filter-widget .inline-round li {
    width: auto;
}

.widget.filter-widget .inline-round li:not(last-child) {
    margin-right: 7px;
}

.widget.filter-widget .inline-round li a {
    display: inline-block;
    min-width: 43px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    text-align: center;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5.5px 3px;
}

.widget.filter-widget .inline-round li a.active,
.widget.filter-widget .inline-round li a:hover {
    color: #ffffff !important;
}

.widget.filter-widget .inline-round {
    margin-top: 17px;
}

.widget-product .products li:not(:last-child) {
    margin-bottom: 20px;
}

.widget-product .widget-content {
    margin-top: 2px;
}

.widget.filter-widget {
    margin-bottom: 10px;
}






.vertical-menu {
    width: 200px;
}

.vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #ccc;
}

.vertical-menu a.active {
    background-color: #4CAF50;
    color: white;
}