@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;0,700;0,900;1,400&display=swap');
:root {
    --color-base: #108010;
    --color-primary: #96C340;
    --color-secondary: #a2d345;
}

.noselect{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#ascrail2000-hr{
    /*display: none !important;*/
}
body {
    font-family: 'Roboto', 'sans-serif';
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    /*letter-spacing: 0.2px;*/
}
img{
    max-width: 100%;
}
figure{
    margin-bottom: 0;
}
input[type='text'].form-control, input[type='number'].form-control, input[type='email'].form-control, input[type='password'].form-control, input[type='date'].form-control, input[type='tel'].form-control, select.form-control, textarea.form-control, select.select {
     height: 50px;
    line-height: 1.5 !important;
    -webkit-appearance: none;
    border-radius: 6px;
    padding: 0 1rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
    /*width: 100%;*/
    border-color: #bbb;
    color: #252525;
    font-size: 14px;
}
textarea.form-control {
    height: auto !important;
    padding-top: 12px;
}
.form-control:focus{
    border-color: #eaeaea;
    box-shadow: 0 0 0 0.5rem rgba(197,197,197,0.25);
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: 0 0 0 0.5rem rgba(197,197,197,0.25);
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(206,241,137,0.5);
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: #a2d345;
    border-color: #a2d345;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
    background-color: #a2d345;
    border-color: #a2d345;
}
.btnCambiarPrensentacion{
    background-color: transparent !important;
    color: #000 !important;
}
.btnCambiarPrensentacion.active {
    color: #a2d345 !important;
}
.fw-lighter{
    font-weight: 600 !important;
}
h1,h2,h3{
    color: #000;
}
p {
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.2rem;
}
h4, .h4 {
    font-size: 1rem;
}
h5, .h5 {
    font-size: 0.9rem;
}
h6, .h6 {
    font-size: 0.8rem;
}
.text-primary{
    color: #a2d345 !important;
}
.text-secondary{
    color: #108010 !important;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control:-moz-placeholder {
   color: #ccc;
   opacity: 1;
}
.form-control::-moz-placeholder {
   color: #ccc;
   opacity:  1;
}
.form-control:-ms-input-placeholder {
   color: #ccc;
}
a{
    color: #a2d345;
    text-decoration: none;
}
a:hover {
    color: #89bd26;
}
a, button, .btn{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn{
    border-radius: 8px;
}
.rounded {
    border-radius: 12px !important;
}
.tags {
    margin-top: 5px;
    background-color: #e92c1e;
    padding: .625em 1.65em;
    border-radius: 12px;
    color: #fff;
    font-size: 8pt;
    line-height: 12px;
    white-space: normal;
    z-index: 3;
    position: absolute;
    left: 4px;
    top: 0;
}
.bagdes {
    margin-top: 5px;
    background-color: #009fa1;
    padding: .625em 1.65em;
    border-radius: 12px;
    color: #fff;
    font-size: 8pt;
    line-height: 12px;
    white-space: normal;
    z-index: 3;
    position: absolute;
    right: 4px;
    top: 0;
}
.flags {
    margin-top: 5px;
    background-color: #e84242;
    padding: .625em 1.65em;
    border-radius: 12px;
    color: #fff;
    font-size: 8pt;
    line-height: 12px;
    white-space: normal;
    z-index: 3;
    position: absolute;
    right: 4px;
    top: 0;
}
.stock {
    margin-top: 5px;
    background-color: #000;
    padding: .625em 1.65em;
    border-radius: 12px;
    color: #fff;
    font-size: 8pt;
    line-height: 12px;
    white-space: normal;
    z-index: 3;
    position: absolute;
    left: 4px;
    top: 0;
}
.btn-primary{
    background-color: #a2d345;
    border-color: #a2d345;
    /*color: #000;*/
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #8ebf33;
    border-color: #8ebf33;
}
.btn-secondary{
    background-color: #108010;
    border-color: #108010;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: #0f950f;
    border-color: #0f950f;
}
.btn-light{
    background-color: #f2f1f1;
    border-color: #f2f1f1;
    color: #383838;
}
.btn-dark:hover {
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-primary{
    /*background-color: tran;*/
    border-color: #a2d345;
    color: #a2d345;
}
.btn-outline-primary:hover, .btn-outline-primary:focus{
    background-color: #a2d345;
    border-color: #a2d345;
    box-shadow: 0 0 0 0.25rem rgba(162,211,69,0.5);
}
.btn-outline-secondary {
    color: #6f6f6f;
    border-color: #6f6f6f;
}
.btn-outline-secondary:hover {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}
.btn-outline-white {
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important;
}
.btn-default {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-default:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-success {
    background-color: #0aa310;
    border-color: #0aa310;
}
.btn-danger{
    background-color: #e10c2b;
    border-color: #e10c2b;
}
.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle{
    background-color: #000;
    border-color: #000;
}
.btn-outline-shadow:hover{
    box-shadow: 0 4px 20px rgb(34 34 34 / 15%);
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    /*display: none;*/
    width: 0;
    border: 0 !important;
    margin: 0 !important;
    position: absolute;
    z-index: -1;
    outline: none !important;
}
.radio label, .checkbox label {
    padding: 3px 5px 0px 30px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    font-weight: normal;
}
.radio label:before, .checkbox label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent;
    border: 1px solid #a2d345;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.radio label:before{
    background: white;
}
.radio label:after {
    /*content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px;
    top: 10px;
    background: #fff;
    border-radius: 50%;*/
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.checkbox label:before {
    border-radius: 4px;
}
.checkbox label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.checkbox label:focus:before{
    box-shadow: 0 0 0 0.25rem rgb(215 215 215 / 53%);
}
.checkbox input:focus{
    box-shadow: none !important;
}
.radio label a, .checkbox label a {
    text-decoration: underline;
    color: #a2d345;
}
.radio input[type="radio"]:checked + label:before, .checkbox input[type="checkbox"]:checked + label:before {
    background: #a2d345;
    border: 1px solid #a2d345;
}
.checkbox input[type="checkbox"]:checked + label:after {
    display: block;
}
.radio input[type="radio"]:checked + label:after {
    display: block;
}
.form-check-input:checked{
    background-color: #a2d345;
    border-color: #a2d345;
}
.form-check-input[type=checkbox]{
    height: 20px;
    width: 20px;
    border: 2px solid #a2d345;
    display: inline-block;
    cursor: pointer;
}
.form-check-input[type=radio]{
    height: 20px;
    width: 20px;
    border: 1px solid #a2d345;
    display: inline-block;
    cursor: pointer;
}
.form-check-input:checked[type=radio] {
    background-size: 90%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-label{
    padding-left: 6px;
    vertical-align: middle;
    cursor: pointer;
}
.form-check-input:focus{
    box-shadow: 0 0 0 0.25rem rgba(215,215,215,0.53);
}
.text-muted {
    color: #707070!important;
}
.sticky-top{
    position: sticky !important;
    top: 155px;
    z-index: 10;
}
.row>* {
    position: relative;
}
.input-group-text{
    padding: .375rem 1.5rem;
    border-radius: 14px;
    cursor: pointer;
}
.mt-6{
    margin-top: 6rem!important;
}
.mb-6{
    margin-bottom: 6rem!important;
}
.mt-7{
    margin-top: 7rem!important;
}
.mb-7{
    margin-bottom: 7rem!important;
}
.slider-productos .slick-list{
    overflow-x: clip !important;
    overflow-y: visible !important;
    z-index: 2;
}
.text-light {
    color: #f2f2f2!important;
}
.input-group-addon{
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: -1px;
    display: flex;
    align-items: center;
    border-radius: 14px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -9px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -8px;
    border-top: 6px solid #f3f3f3;
}
.bg-primary {
    background-color: #a2d345 !important;
}
.bg-light{
    background-color: #fbfbfb !important;
}
.bg-lighter {
    background-color: #e9f1d3 !important;
}
.border-primary {
    border-color: #94c03f!important;
}
.accordion-button{
    font-weight: bold;
}
.accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #a2d345;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(100);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #a2d345;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(162,211,69,0.34);
}
.accordion-item{
    border: 1px solid #f5f5f5;
}
.alert-success {
    color: #000000;
    background-color: #9ce9c6;
    border-color: #9ce9c6;
}
.popover{
    box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 0%), 0 0 0 0px rgb(244 244 244), 0.3em 1em 1em rgb(0 0 0 / 30%);
    box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 0%), 0 0 0 0px rgb(244 244 244), 0.3em 1em 1em rgb(0 0 0 / 30%);
    border-color: #eee;
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before{
    border-bottom-color: #eee;
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before{
    border-top-color: #eee;
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before{
    border-right-color: #eee;
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before{
    border-left-color: #eee;
}
.text-danger{
    color: #e20427!important;
}
.text-success {
    color: #0aa310!important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #ddd;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover{
    color: #ddd;
}
.datepicker table tr td, .datepicker table tr th{
    word-break: normal;
    font-weight: 400;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #a2d345;
    border-color: #a2d345;
    text-shadow: none;
}
.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover{
    background-color: #a2d345;
    border-color: #a2d345;
    text-shadow: none;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active{
    background-color: #a2d345;
    border-color: #a2d345;
    text-shadow: none;
}

option {
    background: #a2d345;
    color:#fff;
}
option:not(:checked) {
    background-color: white;
    color:#000;
}
/* scroll web */
::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
::-webkit-scrollbar-thumb {
    background: #a2d345;
    border-radius: 4px !important;
    cursor: pointer !important;
}
::-webkit-scrollbar-thumb:active {
    background-color: #a2d345;
    cursor: pointer !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #a2d345;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
::-webkit-scrollbar-track {
    background: #f6faeb;
    /*border:  1px solid red;*/
    /*border-radius: 4px;*/
}
::-webkit-scrollbar-scroll{
    background: #a2d345;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    /*border:  1px solid red;*/
}
::-moz-scrollbar {
    width: 11px;
    height: 11px;
}
::-moz-scrollbar-thumb{
    border-radius: 4px !important;
}
::-moz-scrollbar-thumb:active {
    background-color: #a2d345;
    cursor: pointer !important;
}
::-moz-scrollbar-thumb:hover {
    background: #000;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
::-moz-scrollbar-track {
    /*border:  1px solid red;*/
    /*border-radius: 4px;*/
    background: #f6faeb;
}
::-moz-scrollbar-scroll{
    /*background: blue;*/
}
::-moz-scrollbar-track:hover,
::-moz-scrollbar-track:active {
    /*border:  1px solid red;*/
}
::-ms-scrollbar {
    width: 11px;
    height: 11px;
}
::-ms-scrollbar-thumb{
    border-radius: 4px !important;
}
::-ms-scrollbar-thumb:active {
    background-color: #a2d345;
    cursor: pointer !important;
}
::-ms-scrollbar-thumb:hover {
    background: #a2d345;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
::-ms-scrollbar-track {
    /*border:  1px solid red;
    border-radius: 4px;*/
    background: #f6faeb;
}
::-ms-scrollbar-scroll{
    background: #a2d345;
}
::-ms-scrollbar-track:hover,
::-ms-scrollbar-track:active {
    /*border:  1px solid red;*/
}
/*fin scroll web*/
.dropdown-hover .btn-light{
    background-color: #fff;
    border-color: #fff;
}
.dropdown-hover .dropdown-menu{
    position: absolute;
    width: 100%;
    /* width: 170%;*/
    margin-left: 0;
    max-height: 61vh;
    overflow: auto;
    /*transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;*/
    transition: .5s;
    /*display: block;*/
    padding: 0;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.11);
    top: 100%;
    font-size: 14px;
    /*left: 0;*/
}
.dropdown-hover .dropdown-toggle::after{
    display: none;
}
.dropdown-hover .dropdown-menu li{
    padding: 6px 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dropdown-hover .bootstrap-select .dropdown-menu.inner{
    width: 100%;
}
.dropdown-hover .bootstrap-select .dropdown-menu li{
    padding: 0;
}
.dropdown-hover .bootstrap-select .dropdown-item{
    white-space: normal;
    padding: 6px 10px;
}
.dropdown-hover .dropdown-item.active,.dropdown-hover .dropdown-item:active{
    background-color: #000000;
}
.dropdown-hover .dropdown-item:focus,.dropdown-hover .dropdown-item:hover{
    background-color: #000000;
    color: #fff;
}
.dropdown-hover .dropdown-menu li.active{
    background: #a2d345;
    color: #fff;
}
.dropdown-hover .dropdown-menu li:hover {
    background: #a2d345;
    color: #fff;
}
/*--------------------------------*/
/*--------------------------------*/
/* EFECTO INICIO */
#loader-wrapper {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:99999999999999;
    background:#fafcf1;
}
.loader-content {
    position:absolute;
    /*text-align:center;*/
    left:54%;
    top:50%;
    transform:translate(-50%, -50%);
    width:85px;
    height:85px;
}
/*-- 0--*/
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f41738;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff0001;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
/*-- 1 --*/

@-webkit-keyframes sk-scaleout{
    0%{-webkit-transform:scale(0)}
    100%{-webkit-transform:scale(1.1);opacity:0}
}
@keyframes sk-scaleout{
    0%{-webkit-transform:scale(0);transform:scale(0)}
    100%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:0}
}
.spinner_load {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #8abebf;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*-- 5 --*/
#preloader5{
    position:relative;
    width:22px;
    height:22px;
    background: #dbb042;
    border-radius:50px;
    -webkit-animation: preloader_5 1.5s infinite linear;
    -moz-animation: preloader_5 1.5s infinite linear;
    -ms-animation: preloader_5 1.5s infinite linear;
    animation: preloader_5 1.5s infinite linear;
}
#preloader5:after{
    position:absolute;
    width:85px;
    height:85px;
    border-top: 2px solid #03A9F4;
    border-bottom: 2px solid #03A9F4;
    border-left:2px solid transparent;
    border-right:2px solid transparent;
    border-radius:50px;
    content:'';
    top:-33px;
    left:-33px;
    -webkit-animation: preloader_5_after 1.5s infinite linear;
    -moz-animation: preloader_5_after 1.5s infinite linear;
    -ms-animation: preloader_5_after 1.5s infinite linear;
    animation: preloader_5_after 1.5s infinite linear;
    box-sizing: initial !important;
}
@-webkit-keyframes preloader_5 {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(180deg); background:#75602a;}
    100% {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes preloader_5_after {
    0% {border-top:2px solid #dbb042; border-bottom:2px solid #dbb042;}
    50% {border-top:2px solid #dbb042; border-bottom:2px solid #dbb042;}
    100% {border-top:2px solid #dbb042; border-bottom:2px solid #dbb042;}
}
@-moz-keyframes preloader_5 {
    0% {-moz-transform: rotate(0deg);}
    50% {-moz-transform: rotate(180deg);background:#75602a;}
    100% {-moz-transform: rotate(360deg);}
}
@-moz-keyframes preloader_5_after {
    0% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
    50% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
    100% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
}
@-ms-keyframes preloader_5 {
    0% {-ms-transform: rotate(0deg);}
    50% {-ms-transform: rotate(180deg);background:#75602a;}
    100% {-ms-transform: rotate(360deg);}
}
@-ms-keyframes preloader_5_after {
    0% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
    50% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
    100% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
}
@keyframes preloader_5 {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);background:#75602a;}
    100% {transform: rotate(360deg);}
}
@keyframes preloader_5_after {
    0% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
    50% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
    100% {border-top:2px solid #dbb042;border-bottom:2px solid #dbb042;}
}
.loader-lineal{
    display: block;
    position: relative;
    width: 300px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-48%, -50%) rotateZ(343deg);
    -moz-transform: translate(-48%, -50%) rotateZ(343deg);
    -ms-transform: translate(-48%, -50%) rotateZ(343deg);
    transform: translate(-48%, -50%) rotateZ(343deg);
}
.loader-lineal span{
    position: relative;
    color: #d00001;
    width: 150px;
    height: 2px;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
}
.loader-lineal span:before{
    content: ' ';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #d00001;
    background: #d00001;
}
.loader-lineal span:last-child:after{
    content: ' ';
    position: absolute;
    bottom: 100%;
    left: -50%;
    margin: 0 0 5px 5px;
    width: 140px;
    height: 2px;
    background: #d00001;
    transition: all 1s ease;
    transform-origin: 0;
    -webkit-animation: lineal 1.5s linear infinite;
    animation: lineal 1.5s linear infinite;
}
@keyframes lineal {
    0%   {
        transform: scale(0,1);
    }
    100% {
        transform: scale(1,1);
    }
}
/*efecto elipsis*/
.loader-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-48%, -50%) rotateZ(0deg);
    -moz-transform: translate(-48%, -50%) rotateZ(0deg);
    -ms-transform: translate(-48%, -50%) rotateZ(0deg);
    transform: translate(-48%, -50%) rotateZ(0deg);
}
.loader-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #19b7c3;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader-ellipsis div:nth-child(1) {
    left: 8px;
    animation: loader-ellipsis1 0.6s infinite;
}
.loader-ellipsis div:nth-child(2) {
    left: 8px;
    animation: loader-ellipsis2 0.6s infinite;
}
.loader-ellipsis div:nth-child(3) {
    left: 32px;
    animation: loader-ellipsis2 0.6s infinite;
}
.loader-ellipsis div:nth-child(4) {
    left: 56px;
    animation: loader-ellipsis3 0.6s infinite;
}
@keyframes loader-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loader-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loader-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*fin loader slipsis*/
/*loader scale*/
.loaders {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 99999999999999;
    transform: translate(-50%,-50%);
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
}
.loader-inner > div {
    background-color: #a2d345;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.loader-inner > div:nth-child(1), .loader-inner > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}
.loader-inner > div:nth-child(2), .loader-inner > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}
/*fin loader scale*/
/*loader spiner brinco*/
@keyframes jellijump {
    5% {
        top: -2.500em;
    }
    20% {
        top: -1.875em;
    }
    40% {
        top: -0.625em;
        border-radius: 50%;
    }
    45% {
        border-radius: 60% 40% 60% 40%;
    }
    50% {
        top: 0em;
        border-radius: 70% 40% 80% 40%;
    }
    60% {
        top: -0.625em;
        border-radius: 90% 40% 90% 40%;
    }
    80% {
        top: -1.875em;
        border-radius: 40% 80% 40% 70%;
    }
    90% {
        border-radius: 60% 40% 60% 40%;
    }
    95% {
        top: -2.500em;
        border-radius: 50%;
    }
}
@keyframes jellijumpImagen {
    5% {
        top: -2.500em;
    }
    20% {
        top: -1.875em;
    }
    40% {
        top: -0.625em;
    }
    50% {
        top: 0em;
    }
    60% {
        top: -0.625em;
    }
    80% {
        top: -1.875em;
    }
    95% {
        top: -2.500em;
    }
}
@keyframes shadow {
    0% {transform: scale(0.5);}
    50% {transform: scale(1);}
    100% {transform: scale(0.5);}
}
.spinner-c1 {
    display: inline-block;
    position: relative;
    height: 3.125em;
}
.spinner-c1:before {
    content: "";
    display: block;
    width: 100%;
    border-radius: 50%;
    height: 1.563em;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    bottom: -0.1em;
    transform: scale(0.5);
    -webkit-animation: shadow 1s linear infinite 0s;
    animation: shadow 1s linear infinite 0s;
}
.spinner-c1:after {
    content: "";
    display: block;
    width: 3.125em;
    height: 3.125em;
    background: #fd2f5d;
    border-radius: 50%;
    position: relative;
    transform: rotate(45deg);
    top: -2.5em;
    margin: 0 0.446em;
    -webkit-animation: jellijump 1s linear infinite 0s;
    animation: jellijump 1s linear infinite 0s;
}
.spinner-img{
    display: inline-block;
    position: relative;
    height: 8.125em;
    width: 100px;
}
.spinner-img > div{
    -webkit-animation: jellijumpImagen 1s linear infinite 0s;
    animation: jellijumpImagen 1s linear infinite 0s;
    position: absolute;
    top: -2.5em;
    right: 0;
    left: 0;
    width: 100px;
    text-align: center;
}
.spinner-img > div img{
    height: 100px;
}
.text-loader {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #985636;
    font-size: 12px;
    margin: 0 auto;
    font-weight: bold;
}
/*fin loader spiner brinco*/
/* FIN EFECTO INICIO*/

/*----------------------------------*/
/*efecto menu*/
.menu-one {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
@keyframes menuAnimacion{
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.menu-efecto {
    top: 0;
    /*background: #f6faeb;*/
    background: rgb(255 255 255 / 97%);
    position: relative;
    z-index: 99;
    width: 100%;
    padding-top: 0;
}
.menu-on {
    background: #fff;
    /*background: rgb(255 255 255 / 97%);*/
    padding-bottom: 0;
    box-shadow: 0 2px 6px 2px rgba(129,129,129,0.8);
    position: fixed;
    top: 0;
    padding-top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 0px solid #fff;
    transition: transform 0.3s ease-out, opacity 0s 0.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.3s ease-out, opacity 0s 0s;
    -webkit-animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: menuAnimacion 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.menu-on > .container-fluid{
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.menu-off {
    opacity: 0;
    position: fixed;
    z-index: -1;
}
.menu-off > .container-fluid{
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
/*fin efecto menu*/
/*cabecera*/
.top-cab {
    background: #7b4e24;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    z-index: 991;
    position: relative;
    top: 0;
    /*box-shadow: 0px 4px 13px rgba(221,221,221,0.8);*/
}
.top-cab p{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-cab a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-cab i {
    padding-right: 0px;
    /*display: inline-block;
    vertical-align: middle;
    line-height: 1;*/
}
.top-cab i:before {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}
.top-cab p:hover{
    color: #c7eaea;
}
.top-cab p:hover a{
    color: #c7eaea;
}
.top-cab a:hover{
    color: #c7eaea;
}
.hr-top aside{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-top: 6px;
}
.hr-top aside:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #ffffff;
    opacity: 0.5;
}
.transform-y{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.div-ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1px;
    font-size: 9pt;
}
.div-ul li a{
    display: block;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.div-ul li a:hover{
    color: #a2d345;
}
.div-ul li:nth-child(2n) {
    padding-left: 10px;
}
.div-ul li:nth-child(3n) {
    padding-left: 10px;
}
.div-ul li i:before {
    font-size: 16pt;
    /*color: #4f2161;*/
}
.cantidadGlobal{
    position: relative;
    display: inline-block;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.cantidadGlobal em {
    position: absolute;
    top: -15px;
    right: -7px;
    font-size: 10px;
    line-height: 1.4;
    background: #0aa310;
    border-radius: 50%;
    width: 18px;
    color: #fff;
    height: 18px;
    text-align: center;
    padding: 1px;
    font-style: normal;
    font-family: 'Roboto';
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cantidadGlobal span{
    display: block;
    font-size: 9px;
    text-transform: uppercase;
}
.dropdown-toggle.no-dropdown::after {
    display: none;
}
/*buscador pc*/
.form-buscar .form-control {
    height: 45px !important;
    border: 1px solid #fff !important;
    border-radius: 12px !important;
    color: #461b48;
    box-shadow: none;
    font-size: 16px !important;
    background: #fff !important;
    border-left: 0 !important;
    padding-left: 4rem !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 0.8rem rgba(162,211,69,0.5);
}
.form-buscar .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left: 0;
    position: absolute;
    z-index: 4;
    /*right: 0;
    top: 0;*/
    right: 3rem;
    /*top: 26px;*/
}
.btn-buscar {
    height: 45px;
    width: 50px;
    border: 0 solid #000;
    background: transparent;
    color: #a2d345;
    border-radius: 0 12px 12px 0;
    border-right: 0;
    font-weight: bold;
    position: relative;
}
.btn-buscar .iconos-lupa{
    line-height: 1;
    display: block;
}
.btn-buscar .iconos-lupa:before{
    font-size: 16px;
}
.btn-buscar:hover, .btn-buscar:focus{
    /*border-color: #000;
    background: #000;*/
}
.form-buscar .form-control:focus{
    box-shadow: 0 0 0 0.8rem rgba(162,211,69,0.7);
}
.imgLoaderBuscadorGloblar{
    position: absolute;
    left: 0px;
    top: 12%;
    z-index: 2;
    width: 70%;
    margin: 0 auto;
    right: 0;
    bottom: 0;
}
#display {
    width: 94%;
    display: none;
    overflow: hidden;
    z-index: 99;
    border: solid 1px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    border: 0px solid #dcdcdc;
    max-height: 350px;
    overflow-y: overlay;
    box-shadow: 0px 5px 10px #e9e9e9;
    box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 10%), 0 0 0 2px rgb(244 244 244 / 0%), 0.3em 1em 1em rgb(0 0 0 / 30%);
}
.text-buscador {
    display: inline-block;
    vertical-align: middle;
}
#display a {
    padding: 10px 20px;
    border-bottom: 1px dashed #dcdcdc;
    display: flex;
    align-items: center;
    color: #383838;
    transition: all 0.4s ease;
}
.enlace-buscador figure {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
}
.enlace-buscador figure img {
    max-width: 80%;
    max-height: 40px;
}
.enlace-buscador aside {
    display: table-cell;
    vertical-align: middle;
    width: 85%;
}
#display a:hover {
    background: #f6faeb;
}
/*fin buscador pc*/

/*carrito*/
.div-carrito {
    position: relative;
    /*padding: 10px 5px 10px 5px;*/
    padding: 0 0px;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.div-carrito #carrito-item {
   /* display: block;
    color: #000;*/
    color: #000;
    font-weight: bold;
    position: relative;
}
.div-carrito.active{
    /*background: #f4f4f4;*/
}
.item-carro {
    /*position: relative;
    display: inline-block;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;*/
}
.item-carro em {
    /*position: absolute;
    top: -15px;
    right: -8px;
    font-size: 12px;
    line-height: 1.4;
    background: #ffeb3b;
    border-radius: 50%;
    width: 18px;
    color: #000;
    height: 18px;
    text-align: center;
    padding: 1px;
    font-style: normal;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
}
#contenido-carrito {
    position: absolute;
    display: none;
    width: auto;
    width: 350px;
    height: auto;
    margin-left: 0;
    z-index: 99999;
    right: -1px;
    top: 100%;
    border: 1px solid #f4f4f4;
    background: #fff;
    /*box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 10%), 0 0 0 0px rgb(244 244 244), 0.3em 1em 1em rgb(0 0 0 / 30%);*/
    box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 0%), 0 0 0 0px rgb(244 244 244), 0.3em 1em 1em rgb(0 0 0 / 30%);
    padding: 15px;
    border-radius: 4px;
}
#carrito-item:before, #carrito-item:after {
    bottom: 0px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    left: 50%;
    transition: transform .4s;
    z-index: 9999;
    backface-visibility: hidden;
}
#carrito-item:after {
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
    z-index: 999999;
    margin-bottom: 0px;
}
#carrito-item:before {
    border-width: 9px;
    margin-left: -9px;
    border-bottom-color: #eee;
}
.contenedor-carrito {
    width: 100%;
    height: 100%;
    padding: 16px 15px 0px 15px;
    background: #fff;
    /* border: 1px solid #eaeaea; */
    overflow-x: hidden;
    max-height: 60vh;
}
.item-carrito {
    display: table;
    vertical-align: middle;
    border-color: inherit;
    width: 100%;
    border-bottom: 1px solid #f2f1f1;
    margin-bottom: 15px;
}
.item-carrito section {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.item-carrito figure {
    display: table-cell;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    width: 35%;
    text-align: center;
}
.item-carrito a {
    color: #6c6c6c !important;
    text-transform: capitalize;
    display: table-cell !important;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    font-size: 10pt;
    padding: 5px !important;
    text-align: right;
    /* width: 40%; */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.item-carrito figure a {
    padding: 0;
    text-align: center;
}
.item-carrito img {
    height: 45px;
    width: 90%;
    margin: 0 auto;
    /* max-width: 100%; */
}
.item-carrito a i {
    /* display: block; */
    font-style: normal;
    text-transform: lowercase;
}
.item-carrito strong {
    display: table-cell;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    font-size: 11pt;
    width: 66px;
    padding: 5px;
    width: 20%;
}
.cerrar-carrito i:before {
    font-size: 10px !important;
    padding: 7px;
     background: #f4f4f4;
    color: #000;
     border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cerrar-carrito i:hover:before {
    background: #a1d245;
    color: #fff;
}
.item-carrito a:hover {
    color: #000000 !important;
}
.contenedor-carrito-abajo {
    background: #fff;
    padding: 6px;
    text-align: center;
}
.boton-pagar {
    text-transform: uppercase;
    margin-right: 0px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff !important;
    /*border: 1px solid #a2d345;*/
    background: #a2d345;
    display: inline-block !important;
    padding: 5px 10px !important;
    font-size: 10pt;
    width: 49%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.boton-pagar span{
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5;
}
.boton-pagar span:before {
    font-size: 16pt !important;
    color: #fff !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.boton-pagar:hover, .boton-pagar:focus {
    background: #81ab33;
    color: white !important;
}
.boton-pagar:hover span:before, .boton-pagar:focus span:before {
    color: #fff !important;
}
.boton-carrito {
    text-transform: uppercase;
    /* margin-right: 10px; */
    border-radius: 8px;
    text-decoration: none;
    color: #ffffff !important;
    background: #0aa310;
    /* border: 1px solid #e43a17; */
    display: inline-block !important;
    padding: 5px 10px !important;
    font-size: 10pt;
    width: 49%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.boton-carrito span{
    vertical-align: middle;
    display: inline-block;
}
.boton-carrito span:before {
    color: #fff !important;
    font-size: 16pt !important;
}
.boton-carrito:hover, .boton-carrito:focus{
    background: #057e0a;
}
.active #carrito-item:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.active #carrito-item:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(1px);
}
/*fin carrito*/

/*usuario*/
.div-user {
    display: inline-block;
    padding-right: 2px;
    position: relative;
}
.menu-sesion.dropdown {
    display: inline-block;
    position: initial;
}
.div-user a {
    color: #000;
    padding-left: 6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    padding: 10px 10px;
}
.menu-sesion .dropdown-menu {
    /*box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 10%), 0 0 0 0px rgb(244 244 244), 0.3em 1em 1em rgb(0 0 0 / 30%);*/
    box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 0%), 0 0 0 0px rgb(244 244 244), 0.3em 1em 1em rgb(0 0 0 / 30%);
    padding: 15px;
    right: 0 !important;
    left: auto !important;
    background: #fff;
    min-width: 10rem;
    width: 140px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    top: 100%!important;
    transform: translate(0px, 0px) !important;
}
.menu-sesion .dropdown-menu li {
    padding: 0 !important;
    display: block;
}
.menu-sesion .dropdown-toggle{
    position: relative;
}
.menu-sesion .dropdown-toggle:before, .menu-sesion .dropdown-toggle:after {
    bottom: 0;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    left: 50%;
    transition: transform .4s;
    z-index: 9999;
    backface-visibility: hidden;
    display: block !important;
}
.menu-sesion .dropdown-toggle:after {
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
    z-index: 999999;
    margin-bottom: 0;
}
.menu-sesion .dropdown-toggle:before {
    border-width: 9px;
    margin-left: -9px;
    border-bottom-color: #eee;
}
.menu-sesion a.show{
    /*background: #f4f4f4;*/
    /*padding: 10px 5px 9px 5px;*/
    border-radius: 6px 6px 0 0;
}
.menu-sesion .dropdown-toggle.show:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menu-sesion .dropdown-toggle.show:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(1px);
}
.div-cerrar {
    position: relative;
    display: block;
    text-align: left !important;
    padding: 4px;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.div-cerrar a {
    color: #000;
    text-decoration: none;
    /*font-weight: 100;*/
    font-size: 10pt;
    /* padding-left: 6px; */
    padding: 10px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*fin usuario*/

/*menu*/
.menu{
    /*border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;*/
}
.menu .navbar-nav .nav-link{
    color: #000;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.menu .navbar-nav li.active .nav-link {
    color: #e10c2b;
    /*background: #f4f4f4;*/
}
.menu .navbar-nav li.active .nav-link.link-solo img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.menu .navbar-nav li .nav-link:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #e20427;
    opacity: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    transition: .2s ease-in;
}
.menu .navbar-nav li .nav-link:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #e20427;
    opacity: 0;
    top: 5px;
    left: 0;
    right: 0;
    transition: .2s ease-in;
}
.menu .navbar-nav li:hover .nav-link:before, .menu .navbar-nav li.active .nav-link:before{
    bottom: 0;
    opacity: 1;
}
.menu .navbar-nav li:hover .nav-link:after, .menu .navbar-nav li.active .nav-link:after{
    top: 0;
    opacity: 1;
}
.menu .navbar-nav .nav-link:hover, .menu .navbar-nav .nav-link.show{
    color: #e20427;
    background: #fff;
}
.menu .navbar-nav .nav-link.link-solo:hover, .menu .navbar-nav .nav-link.link-solo.show{
    background: transparent;
}
.menu .navbar-nav .nav-link.link-solo:hover img, .menu .navbar-nav .nav-link.link-solo.show img{
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.menu .dropdown-item:focus, .menu .dropdown-item:hover {
    color: #e20427;
    background-color: #fff;
}
.menu .dropdown-toggle::after {
    display: none;
}
.dropdown-toggle::after {
    vertical-align: middle;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "\f282";
    font-family: bootstrap-icons !important;
    font-size: 10px;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}
.menu .dropdown-item{
    white-space: normal;
}
.dropdown-menu{
    border-radius: 0;
    background: #fff;
    box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 10%), 0 0 0 2px rgb(244 244 244), 0.3em 1em 1em rgb(0 0 0 / 30%);
    padding: 15px;
    border: 0;
}
.menu .dropdown-toggle{
    white-space: normal;
}
.menu .link-solo img{
    display: inline-block;
    max-height: 15px;
    width: auto !important;
    margin: 0rem 0 0rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}
.link-todo{
    text-transform: uppercase;
    text-decoration: none;
    color: #0aa5b9 !important;
    font-weight: bold;
    font-size: 15px !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}
.link-todo:hover, .link-todo:focus{
    color: #108010 !important;
}
.menu-imagen{
    display: flex;
    align-items: center;
}
.menu-imagen figure{
    height: 30px;
    width: 30px;
    /*border-radius: 50%;*/
    overflow: hidden;
    /*background: white;*/
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0;
}
.menu-imagen figure img{
    width: 100%;
}
.menu-imagen span {
    width: 86%;
    padding-left: 10px;
}
/*fin menu*/

/*banner main*/
.main-slider {
    position: relative;
    width: 100%;
    /*height: 38vw;*/
    /*min-height: 8vw;*/
    /*margin-bottom: 50px;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.main-slider .slick-slide {
    position: relative;
    /*height: 38vw;*/
}

.main-slider .slick-slider .slick-list, .main-slider .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-slider .slick-slide iframe {
    background: black;
    position: relative;
    top: 0 !important;
}

.main-slider .slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.main-slider .slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.titulo-banner {
    position: absolute;
     top: 50%;
    /*bottom: 10%;*/
    left: 0;
    /*color: #fff;*/
    /*font-size: 14pt;*/
    width: 100%;
    /* text-align: center; */
    line-height: 1.5;
}
.titulo-banner article {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 60%;
    /*margin: 0 auto;*/
}
.titulo-banner article div {
    background: transparent;
    /*padding: 2% 2% 2% 2%;*/
    padding: 2% 2% 2% 16%;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;
}
.titulo-banner article .btn-cotizar {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2s;
}
.titulo-banner article .btn-cotizar a{
    background: #a2d345;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.titulo-banner article .btn-cotizar a:hover, .titulo-banner article .btn-cotizar a:focus {
    background: #000;
}
.main-slider .slick-active .titulo-banner {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.main-slider .slick-active .titulo-banner article div {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.main-slider .slick-active .titulo-banner article .btn-cotizar {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.main-slider .slick-slide video {
    display: block;
    /*position: absolute;*/
    /*top: 50%;*/
    position: relative;
    top: 0;
    left: 0;
    /*left: 50%;*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.slick-slide.slick-active {
    z-index: 1;
}
/*fin banner main*/

.titulos {
    /*border-bottom: 2px solid #000;*/
    display: flex;
    background: #108010;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    align-items: center;
}
.titulos h4 {
    display: inline-block;
    margin-right: auto!important;
    font-weight: bold;
    font-size: 12pt;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.titulos a {
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
    align-self: center;
    font-weight: bold;
}
.collapse-title{
    justify-content: space-between;
    cursor: pointer;
}
.collapse-title i:before{
    content: "\f63b";
}
.collapse-title.collapsed i:before{
    content:"\f64d";
}
.slick-slide.slick-active {
    z-index: 1;
}
.flechas-triangular {
    z-index: 1;
}
.slick-list {
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
    overflow: initial;
    overflow-x: clip;
}
.padding-carru .item.slick-slide {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    /*padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 20px;*/
}
.contenido-prod {
    margin: 0 auto;
    position: relative;
     /*border: 1px solid #fff;*/
    /*padding: 10px;*/
    z-index: 1;
    color: black;
    font-size: 10pt;
    transition: all 0.4s ease;
    /*box-shadow: 0 0 25px rgb(0 0 0 / 10%);*/
    /*border-radius: 8px;*/
}
.contenido-prod .carruser {
    padding-top: 12px;
}
.contenido-prod a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.contenido-prod .imagen-producto img {
    /* height: 270px; */
    width: 100%;
    /*max-height: 200px;*/
    margin: 0 auto;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.link-mascara{
    height: 100%;
    width: 100%;
}
.link-mascara span{
    display: flex;
    justify-content: end;
    /*align-items: center;*/
    height: 100%;
    color: #5a2704;
}
.efecto-zoom a {
    display: block;
    position: relative;
}
.seccionimg {
    width: 100%;
    height: 180px;
    max-height: 61vh;
    overflow: hidden;
    position: relative;
    will-change: transform;
}
.imgsec {
    width: 100%;
    height: 100%;
    background-position: center;
    background-position: center center;
    background-size: auto 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.efecto-zoom .imgsec {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.efecto-zoom:hover .imgsec {
    transform: scale(1.1, 1.1);
}
.imgsec2 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-position: center center;
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.efecto-zoom .imgsec2 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.efecto-zoom:hover .imgsec2 {
    transform: scale(1.1, 1.1);
}
.dscto{
    color: #999;
    font-size: 60%;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    padding-right: 5px
}
.contenido-prod h5.dscto{
    font-size: 14px;
}
.contenido-prod h5.precio {
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4rem;
    color: #a2d345;
    display: inline-block;
    vertical-align: middle;
}
.item-tit {
    /*text-align: left;*/
    font-size: 12pt;
    /* word-wrap: break-word; */
    overflow: hidden;
    margin-bottom: 2px;
    font-weight: 600;
    /* transform: scaley(1.07); */
    /* font-stretch: ultra-expanded; */
}
.item-text {
    color: #777;
    font-size: 10pt;
}
.text-red{
    color: #e10c2b !important;
}
.text-blue{
    color: #0072ff !important;
}
.precio{
    color: #e10c2b;
}
.precio2{
    color: #108010;
    position: relative;
    padding-left: 35px;
    vertical-align: middle;
}
.precio2:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 46%;
    z-index: 1;
    background: #dbdbdb;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.grupos-botones {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-comparador {
    vertical-align: middle;
    align-items: center;
    width: auto !important;
    border-radius: 6px;
    background: transparent;
    color: #000;
    text-align: left;
    display: block;
    padding: 6px 0 0;
    border: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-comparador:hover, .btn-comparador:focus {
    color: #de161b;
    background: transparent;
}
.grid-iconos{
    position: absolute;
    top: auto;
    bottom: 15px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    text-align: center;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grid-iconos a{
    margin: 0 5px;
    background-color: transparent;
    border-radius: 50px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.grid-iconos span{
    text-align: center;
    display: block;
    position: relative;
}
.grid-iconos span i{
    height: 38px;
    width: 38px;
    display: block;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    padding: 11px 5px;
    border-radius: 50px;
    color: #000;
    border: 0px solid #eee;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.grid-iconos a:hover i{
    background-color: #108010;
    color: #fff;
}
.active.favorito i{
    background-color: #108010;
    color: #fff;
}
.active.favorito i:before {
    font-weight: bold;
}
.active.favorito span:before {
    font-weight: bold;
}
.contenido-prod:hover .grid-iconos{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contenido-prod:hover .grid-iconos a{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.contenido-prod article {
    position: absolute;
    z-index: 3;
    bottom: -50px;
    left: -1px;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    /*background-color: #fff;*/
    /*border-left: 1px solid #dadada;*/
    /* border-bottom: 1px solid #b7b7b7; */
    /*border-right: 1px solid #dadada;*/
    transition: all .15s ease-out 0s;
    /*border-radius: 0 0 8px 8px;*/
}
.btn-agregar {
    background: #a2d345;
    color: #ffffff !important;
    border: 1px solid #a2d345;
    padding: 10px;
    font-size: 11pt;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* opacity: 0; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.btn-agregar span:before {
    font-size: 12pt;
}
.btn-agregar img {
    width: auto !important;
    height: 20px;
}
.btn-agregar:hover, .btn-agregar:focus {
    background: #80b125;
    border: 1px solid #80b125;
}
.contenido-prod .mascaranegra2.llena {
    background: rgba(0, 0, 0, 0.6);
}
.contenido-prod:hover {
    border: 0px solid #dadada;
    box-shadow: 0px 0px 8px #adadad;
    border-radius: 0px 8px 0 0;
    z-index: 3;
}
.contenido-prod:hover .grupos-botones {
    opacity: 1;
}
.contenido-prod:hover article {
    height: auto;
    /*top: -58%;*/
    bottom: 0;
    /*padding: 10px;*/
    /*padding-top: 0.5rem;*/
    /*padding-bottom: 0;*/
    /*border: 1px solid #dadada;*/
    /*box-shadow: 0px 5px 5px #adadad;*/
    /*border-top: 0;*/
}
.contenido-prod:hover .mascaranegra2 {
    background: rgba(0, 0, 0, 0.22);
}
.contenido-prod:hover .mascaranegra2 .btn-mascara {
    transform: translate(-50%, 0%);
    opacity: 1;
}
/*.contenido-prod:hover article.solo-wathsapp {*/
/*    top: -78%;*/
/*}*/
.fondo-plomo {
    background: #f5f5f5;
}
.fondo-verde {
    background: #f6faeb;
}
.seccionimg2 {
    width: 100%;
    height: 280px;
    max-height: 61vh;
    overflow: hidden;
    position: relative;
    will-change: transform;
}
.mascaranegra2 {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
    height: 100%;
    text-align: center;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.mascaranegra2 .btn-mascara {
    opacity: 0;
    position: absolute;
    bottom: 38%;
    left: 50%;
    z-index: 12;
    width: 62%;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    color: #fff;
    border-radius: 12px;
    border: 1px solid #ffffff;
    white-space: nowrap;
    padding: 10px 18px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, 800%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 800%);
    -webkit-transition: all 0.25s 0.1s;
    -o-transition: all 0.25s 0.1s;
    transition: all 0.25s 0.1s;
}
.mascaranegra2 .btn-mascara i {
    padding-left: 10px;
}
.mascaranegra2 .btn-mascara i:before {
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mascaranegra2 .btn-mascara:hover, .mascaranegra2 .btn-mascara:focus{
    background-color: #fff;
    color: #108010;
}
.caja-prod{
    position: relative;
}
.caja-prod aside{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4% 4%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    height: 80px;
}
.caja-prod:hover .mascaranegra2 {
    background: rgba(0, 0, 0, 0.2);
}
.caja-prod:hover .mascaranegra2 .btn-mascara {
    transform: translate(-50%, 0%);
    opacity: 1;
}
.caja-prod:hover aside{
    display: none;
}
.mascaranegra2.cat .btn-mascara{
    font-size: 15px;
    padding: 15px 15px;
    width: 40%;
}
.mascaranegra2.cat .btn-mascara i {
    display: inline-block;
    vertical-align: text-bottom;
}
.mascaranegra2.cat .btn-mascara i:before {
    font-size: 10px;
}
.mascaranegra2.cat aside{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.mascaranegra2.cat aside span{
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
}
.contenido-prod:hover .imagen-producto img {
    transform: scale(1.1, 1.1);
}
.btn-lt{
    color: #fff !important;
    position: absolute !important;
    left: 10px;
    top: 10px;
    opacity: 0 !important;
    background: transparent !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-rt{
    color: #fff !important;
    position: absolute !important;
    right: 10px;
    top: 10px;
    opacity: 0 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.btn-lb{
    color: #fff !important;
    position: absolute !important;
    left: 10px;
    bottom: 10px;
    opacity: 0 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.btn-rb{
    color: #fff !important;
    position: absolute !important;
    right: 10px;
    bottom: 10px;
    opacity: 0 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.btn-lt:hover,
.btn-rt:hover,
.btn-lb:hover,
.btn-rb:hover{
    background: black;
}
.caja-prod:hover .btn-lt,
.caja-prod:hover .btn-rt,
.caja-prod:hover .btn-lb,
.caja-prod:hover .btn-rb{
    opacity: 1 !important;
}
.cont-inst{
    position: relative;
}
.cont-inst .mascaranegra2 .btn-icono {
    opacity: 0;
    position: absolute;
    bottom: 38%;
    left: 50%;
    z-index: 12;
    width: 62%;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    color: #fff;
    border-radius: 1rem;
    border: 0px solid #ffffff;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 26px;
    display: table-cell;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, 0%) scale(0);
    -ms-transform: translate(-50%, 0%) scale(0);
    -o-transform: translate(-50%, 0%) scale(0);
    transform: translate(-50%, 0%) scale(0);
    -webkit-transition: all 0.25s 0.1s;
    -o-transition: all 0.25s 0.1s;
    transition: all 0.25s 0.1s;
}
.imagen-producto {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}
.cont-inst .imagen-producto img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.cont-inst:hover .imagen-producto img {
    transform: scale(1.1, 1.1);
}
.cont-inst:hover .mascaranegra2 {
    background: rgba(0, 0, 0, 0.5);
}
.cont-inst:hover .mascaranegra2 .btn-icono {
    /*transform: translate(-50%, 0%);*/
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
}

/* chatbot whatsapp */
@-webkit-keyframes pulse-wsp{

    0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(110,185,0,0.7)}

    70%{transform:scale(1);box-shadow:0 0 0 10px rgba(110,185,0,0)}

    100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(110,185,0,0)}

}

@-ms-keyframes pulse-wsp{

    0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(110,185,0,0.7)}

    70%{transform:scale(1);box-shadow:0 0 0 10px rgba(110,185,0,0)}

    100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(110,185,0,0)}

}

@-moz-keyframes pulse-wsp{

    0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(110,185,0,0.7)}

    70%{transform:scale(1);box-shadow:0 0 0 10px rgba(110,185,0,0)}

    100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(110,185,0,0)}

}

@keyframes pulse-wsp{

    0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(110,185,0,0.7)}

    70%{transform:scale(1);box-shadow:0 0 0 10px rgba(110,185,0,0)}

    100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(110,185,0,0)}

}
#nta-wa-gdpr{

    vertical-align: text-top !important;

    padding: 0 !important;

    margin: 0 !important;

}
.nta-wa-gdpr{

    font-size: 11px;

    padding: 5px;

    margin-left: -5px;

    margin-right: -5px;

    border-radius: 4px;

}



.nta-wa-gdpr a{

    text-decoration: underline;

    color: inherit;

}



.pointer-disable{

    pointer-events: none;

}



.nta-woo-products-button:before, .nta-woo-products-button:after{

    content: '';

    display: block;

    clear: both;

}



.wa__button{

    border-bottom: none !important;

}



.wa__btn_w_img:hover{

    text-decoration: none;

}



.wa__button,

.wa__btn_popup,

.wa__button *,

.wa__btn_popup *,

.wa__btn_popup :before,

.wa__button :before,

.wa__button :after,

.wa__btn_popup :after,

.wa__popup_chat_box,

.wa__popup_chat_box *,

.wa__popup_chat_box :before,

.wa__popup_chat_box :after{

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

}



/* VVV--button--VVV */

.wa__button{

    position: relative;

    width: 300px;

    min-height: 64px;

    display: block;

    font-family: Arial,Helvetica,sans-serif;

    text-decoration: none;

    color: #fff;

    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);

    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);

    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);

}

.wa__btn_txt{

    display: inline-block;

    font-size: 12px;

    line-height: 1.33em;

}



.wa__btn_w_icon .wa__btn_txt{

    padding: 16px 20px 15px 71px;

}



.wa__button_text_only .wa__btn_txt,

.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,

.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{

    padding-top: 25px;

    padding-bottom: 24px;

}







.wa__btn_w_icon .wa__btn_txt .wa__btn_title{

    font-weight: 600;

    padding-left: 2px;

    font-size: 14px;

}



.wa__cs_info{

    margin-bottom: 2px

}



.wa__btn_status{

    color: #F5A623;

    font-size: 9px;

    padding: 2px 0 0;

    font-weight: 700;

}



.wa__cs_info .wa__cs_name,

.wa__cs_info .wa__cs_status{

    display: inline-block;

}



.wa__cs_info .wa__cs_name{

    font-weight: 400;

    font-size: 12px;

    line-height: 1.36em;

}



.wa__stt_online .wa__cs_info .wa__cs_name{

    color: #d5f0d9

}



.wa__stt_offline .wa__cs_info .wa__cs_name{

    color: #76787d;

}



.wa__cs_info .wa__cs_status{

    width: 36px;

    height: 14px;

    margin-left: 3px;

    padding: 1px;

    font-size: 9px;

    line-height: 1.34em;

    border-radius: 5px;

    color: rgba(255,255,255,0.98);

    position: relative;

    top: -1px;

    left: 0px;

    text-align: center;

}



.wa__stt_online .wa__cs_info .wa__cs_status{

    background: #62c971;

}



.wa__stt_offline .wa__cs_info .wa__cs_status{

    background: #b9bbbe;

}





.wa__stt_online{

    background: #2DB742;

    cursor: pointer;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    backface-visibility: hidden;

    will-change: transform;

}

.wa__stt_online .wa__btn_txt{

    position: relative;

    z-index: 4;

}

.wa__r_button.wa__stt_online:before{

    border-radius: 50vh;

}

.wa__sq_button.wa__stt_online:before{

    border-radius: 5px;

}

.wa__stt_online:before{

    content: '';

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    background: rgba(0,0,0,0.2);

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    opacity: 0;

    will-change: opacity;

}

.wa__button.wa__stt_online:focus,

.wa__button.wa__stt_online:active,

.wa__button.wa__stt_online:hover{

    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);

    transform: translate(0,-3px);

    -webkit-transform: translate(0,-3px);

    -moz-transform: translate(0,-3px);

    -ms-transform: translate(0,-3px);

}

.wa__button.wa__stt_online:focus:before,

.wa__button.wa__stt_online:active:before,

.wa__button.wa__stt_online:hover:before{

    opacity: 1;

}

.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{

    transform: scale(1);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    transition: 0.2s ease all;

    -webkit-transition: 0.2s ease all;

    -moz-transition: 0.2s ease all;

}



.wa__stt_offline{

    background: #EBEDF0;

    color: #595B60;

    box-shadow: none;

    cursor: initial;

}



.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {

    padding: 8px 20px 6px 71px;

}



.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{

    padding: 8px 20px 8px 100px

}



.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {

    padding: 8px 20px 8px 70px;

}



.wa__btn_w_icon .wa__btn_icon{

    position: absolute;

    top: 50%;

    left: 16px;

    transform: translate(0,-50%);

    -moz-transform: translate(0,-50%);

    -webkit-transform: translate(0,-50%);

}



.wa__btn_w_icon .wa__btn_icon img{

    width: 41px;

    height: 69px;

}



.wa__btn_w_img{

    position: relative;

    width: 300px;

    margin: 20px 0 20px;

}



.wa__btn_w_img .wa__cs_img{

    position: absolute;

    top: 50%;

    left: 0px;

    text-align: center;

    transform: translate(0,-50%);

    -webkit-transform: translate(0,-50%);

    -moz-transform: translate(0,-50%);

}

.wa__btn_w_img .wa__cs_img_wrap{

    width: 79px;

    height: 79px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border: 3px solid #ffffff;

    position: relative;

    overflow: hidden;

}

.wa__btn_w_img .wa__cs_img img{

    max-width: 100%;

    height: auto;

    transition: 0.2s ease transform;

    -webkit-transition: 0.2s ease transform;

    -moz-transition: 0.2s ease transform;

}

.wa__btn_w_img .wa__cs_img:after{

    content: '';

    background: #ffffff url('../../imagenes/whatsapp.png') center center no-repeat;

    background-size: 21px;

    display: block;

    width: 27px;

    height: 27px;

    position: absolute;

    top: 20px;

    right: -14px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

}



.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{

    content: '';

    background: #ffffff url('../../imagenes/whatsapp.png') center center no-repeat;

    background-size: 21px;

    display: block;

    width: 27px;

    height: 27px;

    position: absolute;

    top: 20px;

    right: -14px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);

}





.wa__btn_w_img .wa__btn_txt{

    padding:14px 20px 12px 103px;

}



.wa__r_button{

    border-radius: 50vh;

}



.wa__sq_button{

    border-radius: 5px;

}



.wa__sq_button.wa__btn_w_img{

    width: 270px;

    margin-left: 30px;

}



.wa__r_button.wa__btn_w_img .wa__cs_img{

    left: -5px;

}



.wa__sq_button.wa__btn_w_img .wa__cs_img{

    left: -35px;

}



.wa__sq_button.wa__btn_w_img .wa__btn_txt{

    padding: 10px 20px 10px 70px;

    display: table-cell;

    vertical-align: middle;

    height: 66px;

}



.wa__btn_txt .wa__btn_title{

    font-weight: 600;

}



.wa__r_button.wa__btn_w_img .wa__btn_txt{

    padding: 8px 20px 8px 100px;

    display: table-cell;

    vertical-align: middle;

    height: 66px;

}



.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{

    margin-left: 3px;

}

/* ^^^--button--^^^ */



/* VVV--popup--VVV */



.wa__popup_chat_box{

    font-family: Arial,Helvetica,sans-serif;

    width: 351px;

    border-radius: 5px 5px 8px 8px;

    -webkit-border-radius: 5px 5px 8px 8px;

    -moz-border-radius: 5px 5px 8px 8px;

    position: fixed;

    overflow: hidden;

    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);

    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);

    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);

    bottom: 102px;

    right: 25px;

    z-index: 999;

    opacity: 0;

    visibility: hidden;

    -ms-transform: translate(0,50px);

    transform: translate(0,50px);

    -webkit-transform: translate(0,50px);

    -moz-transform: translate(0,50px);

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    will-change: transform,visibility,opacity;

    max-width: calc(100% - 50px);

}

.wa__popup_chat_box:hover,

.wa__popup_chat_box:focus,

.wa__popup_chat_box:active{

    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);

    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);

    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);

}

.wa__popup_chat_box.wa__active{

    -ms-transform: translate(0,0);

    transform: translate(0,0);

    -webkit-transform: translate(0,0);

    -moz-transform: translate(0,0);

    visibility: visible;

    opacity: 1;

}

.wa__popup_chat_box .wa__popup_heading{

    position: relative;

    padding: 15px 43px 17px 74px;

    color: #d9ebc6;

    background: #2db742;

}

.wa__popup_chat_box .wa__popup_heading_sm{

    padding: 12px 15px 17px 74px;

}

.wa__popup_chat_box .wa__popup_heading:before{

    content: '';

    background: url('../../imagenes/chat.png') center top no-repeat;

    background-size: 33px;

    display: block;

    width: 55px;

    height: 33px;

    position: absolute;

    top: 20px;

    left: 12px;

}

.wa__popup_chat_box .wa__popup_heading_sm:before{

    top: 19px;

    left: 11px;

}



.wa__popup_chat_box .wa__popup_heading .wa__popup_title{

    padding-top: 2px;

    padding-bottom: 3;

    color: #ffffff;

    font-size: 18px;

    line-height: 24px;

    will-change: transform;

}



.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{

    padding-top: 4px;

    font-size: 12px;

    line-height: 20px;

    will-change: transform;

}

.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{

    padding-top: 0px;

}



.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{

    display: inline-block;

    color: #ffffff;

    text-decoration: none;

}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{

    text-decoration: underline;

}



.wa__popup_chat_box  .wa__popup_notice{

    font-size: 11px;

    color: #a5abb7;

    font-weight: 500;

    padding: 0 3px;

}

.wa__popup_chat_box .wa__popup_content{

    background: #ffffff;

    padding: 13px 20px 21px 19px;

    text-align: center;

}

.wa__popup_chat_box .wa__popup_content_left{

    text-align: left;

}

.wa__popup_chat_box .wa__popup_avatar{

    position: absolute;

    overflow: hidden;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    left: 12px;

    top: 12px;

    height: 50px;

    width: 50px;

}

.wa__popup_chat_box .wa__popup_avatar .wa__cs_img_wrap{

    height: 100%;

}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{

    border-radius: unset;

    -webkit-border-radius: unset;

    -moz-border-radius: unset;

}



.wa__popup_chat_box .wa__stt{

    padding: 13px 40px 12px 74px;

    position: relative;

    text-decoration: none;

    display: table;

    width: 100%;

    border-left: 2px solid #2db742;

    background: #f5f7f9;

    border-radius: 2px 4px 2px 4px;

    -webkit-border-radius: 2px 4px 2px 4px;

    -moz-border-radius: 2px 4px 2px 4px;

}

.wa__popup_chat_box .wa__stt:after{

    content: '';

    background: url('../../imagenes/whatsapp.png') 0 0 no-repeat;

    position: absolute;

    right: 14px;

    top: 26px;

    width: 20px;

    height: 20px;

    background-size: 100% 100%;

    -webkit-background-size: 100% 100%;

    -moz-background-size: 100% 100%;

}

.wa__popup_chat_box .wa__stt.wa__stt_offline:after{

    background-image: url('../../imagenes/whatsapp.png');

}

.wa__popup_chat_box .wa__stt.wa__stt_online{

    transition: 0.2s ease all;

    -webkit-transition: 0.2s ease all;

    -moz-transition: 0.2s ease all;

}

.wa__popup_chat_box .wa__stt.wa__stt_online:hover,

.wa__popup_chat_box .wa__stt.wa__stt_online:active,

.wa__popup_chat_box .wa__stt.wa__stt_online:focus{

    background: #ffffff;

    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);

    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);

    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);

}

.wa__popup_content_list .wa__popup_content_item{

    margin: 14px 0 0;

    transform: translate(0,20px);

    -webkit-transform: translate(0,20px);

    -moz-transform: translate(0,20px);

    will-change: opacity,transform;

    opacity: 0;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    transition-delay: 2.1s;

    -webkit-transition-delay: 2.1s;

    -moz-transition-delay: 2.1s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){

    transition-delay: 0.3s;

    -webkit-transition-delay: 0.3s;

    -moz-transition-delay: 0.3s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){

    transition-delay: 0.5s;

    -webkit-transition-delay: 0.5s;

    -moz-transition-delay: 0.5s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){

    transition-delay: 0.7s;

    -webkit-transition-delay: 0.7s;

    -moz-transition-delay: 0.7s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){

    transition-delay: 0.9s;

    -webkit-transition-delay: 0.9s;

    -moz-transition-delay: 0.9s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){

    transition-delay: 1.1s;

    -webkit-transition-delay: 1.1s;

    -moz-transition-delay: 1.1s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){

    transition-delay: 1.3s;

    -webkit-transition-delay: 1.3s;

    -moz-transition-delay: 1.3s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){

    transition-delay: 1.5s;

    -webkit-transition-delay: 1.5s;

    -moz-transition-delay: 1.5s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){

    transition-delay: 1.7s;

    -webkit-transition-delay: 1.7s;

    -moz-transition-delay: 1.7s;

}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){

    transition-delay: 1.9s;

    -webkit-transition-delay: 1.9s;

    -moz-transition-delay: 1.9s;

}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{

    opacity: 1;

    transform: translate(0,0);

    -webkit-transform: translate(0,0);

    -moz-transform: translate(0,0);

}

.wa__popup_content_list .wa__popup_content_item .wa__member_name{

    font-size: 14px;

    color: #363c47;

    line-height: 1.188em !important;

}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty{

    font-size: 11px;

    color: #989b9f;

    padding: 2px 0 0;

    line-height: 1.125em !important;

}

.wa__popup_content_list .wa__popup_content_item .wa__member_status{

    color: #F5A623;

    font-size: 10px;

    padding: 5px 0 0;

    line-height: 1.125em !important;

}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{

    display: table-cell;

    vertical-align: middle;

    min-height: 48px;

    height: 48px;

}

.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{

    border-left-color: #c0c5ca;

}

.wa__popup_avt_list{

    font-size: 0;

    margin: 7px 0 24px;

}

.wa__popup_avt_list .wa__popup_avt_item{

    display: inline-block;

    position: relative;

    width: 46px;

}

.wa__popup_avt_list .wa__popup_avt_img{

    width: 60px;

    height: 60px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    position: relative;

    overflow: hidden;

    border: 2px solid #ffffff;

    left: -7px;

}

.wa__popup_call_btn{

    background: #2db742;

    color: #ffffff;

    text-decoration: none;

    display: inline-block;

    width: 275px;

    max-width: 100%;

    font-size: 16px;

    padding: 14px 10px;

    border-radius: 24px;

    -webkit-border-radius: 24px;

    -moz-border-radius: 24px;

    margin: 25px 0 15px;

    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);

    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);

    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);

}

.wa__popup_call_btn.wa__popup_call_btn_lg:before{

    content: '';

    display: inline-block;

    width: 20px;

    height: 20px;

    position: relative;

    background: url('../../imagenes/whatsapp_logo_green_sm.svg') 0 0 no-repeat;

    background-size: 100% 100%;

    -webkit-background-size: 100% 100%;

    -moz-background-size: 100% 100%;

    vertical-align: top;

    top: 0px;

    margin-right: -19px;

    left: -31px;

    transition: 0.2s ease background-image;

    -webkit-transition: 0.2s ease background-image;

    -moz-transition: 0.2s ease background-image;

}

.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,

.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,

.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{

    background-image: url('../../imagenes/whatsapp.png')

}



.wa__popup_chat_box_gray{

    border-radius: 2px 2px 8px 8px;

}



.wa__popup_chat_box_gray .wa__popup_heading_gray{

    background: #f8f8f8;

    border-top: 3px solid #2db742;

    color: #868c9a;

    font-weight: 500;

}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{

    color: #595b60;

}

.wa__popup_chat_box_gray .wa__popup_heading_gray:before{

    content: '';

    background: url(../../imagenes/whatsapp_logo_green.svg) center top no-repeat;

    background-size: 33px;

    display: block;

    width: 55px;

    height: 33px;

    position: absolute;

    top: 20px;

    left: 12px;

}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{

    color: #595b60;

}



.wa__popup_chat_box_ct{

    width: 384px;

    text-align: center;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct{

    text-align: center;

    padding: 18px 0 18px;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct:before {

    content: '';

    background: url(../../imagenes/whatsapp.png) center top no-repeat;

    background-size: 30px;

    display: block;

    width: 30px;

    height: 31px;

    position: absolute;

    top: 15px;

    left: 72px;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{

    padding-left: 22px;

    padding-bottom: 14px;

}



.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{

    margin-top: -5px;

    line-height: 12px;

}



.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{

    content: '';

    clear: both;

    display: block;

}



.wa__popup_chat_box_ct .wa__popup_ct_content{

    background: #ffffff;

    padding: 0 0 14px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{

    padding-top: 18px;

    padding-bottom: 15px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item{

    width: 33%;

    float: left;

    font-size: 10px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item a{

    text-decoration: none;

    color: #989b9f;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{

    padding-top: 8px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{

    color: #363c47;

    font-size: 13px;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{

    color: #989b9f;

    padding: 3px 0 0;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{

    color: #2db742;

    font-size: 9px;

    line-height: 12px;

    display: inline-block;

    padding: 3px 0 0 16px;

    background: url('../../imagenes/whatsapp_logo_green.svg') 0 3px no-repeat;

    background-size: 12px auto;

    -webkit-background-size: 12px auto;

    -moz-background-size: 12px auto;

}



.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{

    color: #f5a623;

    font-size: 9px;

    line-height: 12px;

    padding: 2px 0 0;

}





.wa__popup_chat_box_ct .wa__popup_ct_avatar img{

    border-radius: 50%

}



.wa__popup_chat_box_ct .wa__popup_ct_call_btn{

    width: 97px;

    font-size: 11px;

    padding: 9px 10px 11px;

    margin: 15px 0 15px;

}



/* ^^^--popup--^^^ */
/* VVV--popup button--VVV */

.wa__btn_popup{

    position: fixed;

    right: 10px;

    bottom: 8px;

    cursor: pointer;

    font-family: Arial,Helvetica,sans-serif;

    z-index: 98;

}

.wa__btn_popup .wa__btn_popup_icon{

    width: 56px;

    height: 56px;

    background: #2db742;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);

    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);

    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);

    animation: pulse-wsp 1.5s infinite;

}

.wa__btn_popup .wa__btn_popup_icon:before{

    content: '';

    position: absolute;

    z-index: 1;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: transparent url('../../imagenes/whatsapp.png') center center no-repeat;

    background-size: 35px auto;

    -webkit-background-size: 35px auto;

    -moz-background-size: 35px auto;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

}

.wa__btn_popup .wa__btn_popup_icon:after{

    content: '';

    opacity: 0;

    position: absolute;

    z-index: 2;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: transparent url('../../imagenes/cerrar.png') center center no-repeat;

    background-size: 18px auto;

    -webkit-background-size: 18px auto;

    -moz-background-size: 18px auto;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

    -ms-transform: scale(0) rotate(-360deg);

    transform: scale(0) rotate(-360deg);

    -webkit-transform: scale(0) rotate(-360deg);

    -moz-transform: scale(0) rotate(-360deg);

}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before{

    opacity: 0;

    -ms-transform: scale(0) rotate(360deg);

    transform: scale(0) rotate(360deg);

    -webkit-transform: scale(0) rotate(360deg);

    -moz-transform: scale(0) rotate(360deg);

}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after{

    opacity: 1;

    -ms-transform: scale(1) rotate(0deg);

    transform: scale(1) rotate(0deg);

    -webkit-transform: scale(1) rotate(0deg);

    -moz-transform: scale(1) rotate(0deg);

}

.wa__btn_popup .wa__btn_popup_txt{

    position: absolute;

    width: 156px;

    right: 100%;

    background-color: #f5f7f9;

    font-size: 12px;

    color: #43474e;

    /*top: 15px;*/

    top: 0px;

    /* top: 50%;

    transform: translate(0,-50%);

    -moz-transform: translate(0,-50%);

    -webkit-transform: translate(0,-50%); */

    padding: 7px 0 7px 12px;

    margin-right: 7px;

    letter-spacing: -0.03em;

    border-radius: 4px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    transition: 0.4s ease all;

    -webkit-transition: 0.4s ease all;

    -moz-transition: 0.4s ease all;

}

.wa__btn_popup.wa__active .wa__btn_popup_txt{

    -ms-transform: translate(0,15px);

    transform: translate(0,15px);

    -webkit-transform: translate(0,15px);

    -moz-transform: translate(0,15px);

    opacity: 0;

    visibility: hidden;

}

/* ^^^--popup button--^^^ */
/* fin chatbot whatsapp */

/*=========== flecha hacia arriba ============*/
.scrollup{
    /*width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:20px;
    left: 10px;
    text-indent:-9999px;
    background: transparent url('../../imagenes/navegacion-top.svg') no-repeat;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background-size: cover;
    fill: #000;
    z-index: 991;*/
    display:none;
}
.scrollup:hover{
    opacity:1;
}
.btn-to-top {
    background: #a2d345;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    font-family: "Font Awesome 6 Pro";
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 10px;
    text-align: center;
    width: 40px;
    z-index: 991;
    -webkit-transition: color 0.3s,background 0.3s,border-radius 0.3s;
    -o-transition: color 0.3s,background 0.3s,border-radius 0.3s;
    transition: color 0.3s,background 0.3s,border-radius 0.3s;
    will-change: color,background,border-radius;
    border-radius: 50%;
}
.btn-to-top:before {
    content: "\f106";
}
.btn-to-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #a2d345;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s transform,.4s opacity,.4s border-radius;
    -o-transition: .4s transform,.4s opacity,.4s border-radius;
    transition: .4s transform,.4s opacity,.4s border-radius;
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    will-change: transform,opacity;
}
.btn-to-top:hover {
    background: #a2d345;
    border-radius: 5px;
}
.btn-to-top:hover:after {
    border-color: #a2d345;
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    border-radius: 5px;
    opacity: 1;
}
/*=========== final flecha hacia arriba ============*/

.div-iconos {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
.div-iconos figure{
    position: relative;
}
.div-iconos img {
    /*height: 45px;*/
    max-height: 75px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.div-iconos .logoColor{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.div-iconos figure:hover .logoBN {
    opacity: 0;
    overflow: hidden;
}
.div-iconos figure:hover .logoColor{
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.tooldiv{
    position: relative;
}
.tooldiv aside{
    background: #108010;
    padding: 20px 15px;
    color: #fff;
}
.tooldiv span{
    width: 20px;
    height: 20px;
    background: #108010;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    display: block;
    margin-top: -11px;
    z-index: -1;
    margin-left: 10%;
}
.dividido{
    color: #108010;
}
.dividido h1{
    padding-right: 15px;
    font-weight: bold;
    display: inline-block;
}

.dividido p.texto-chico{
    color: #293fee;
    font-size: 14px;
}

.dividido h1:nth-of-type(2){
    color: #e43a17;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    padding-right: 0;
    display: inline-block;
}
.dividido h1:nth-of-type(2):before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    border-radius: 50%;
}
.spinner {
    width: 130px;
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
    padding-left: 4px;
}
.input-group-btn-vertical i{
    position: absolute;
    top: 20%;
    left: 30%;
    line-height: 1.4;
}
.spinner .form-control{
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    height: 60px !important;
    text-align: center;
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
    width: 100%;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 11px;
    margin-left: -1px;
    position: relative;
    border-radius: 4px;
    color: #fff;
    font-size: 9px;
    font-weight: 100;
    background: #bcbcbc;
    border: 1px solid #bcbcbc;
    margin-bottom: 5px;
    height: 28.5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
}
.input-group-btn-vertical > .btn:hover, .input-group-btn-vertical > .btn:focus {
    color: #fff;
    background: #676767;
    border: 1px solid #676767;
    box-shadow: none;
}


/*---- TABULADOR ----*/
.tabulador{
/*    margin-top: 4%;
    margin-bottom: 4%;*/
}
#tabs{
    /*overflow: hidden;*/
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
    clear: both;
    /*min-height: 60px;*/
    min-height: 39px;
    border-bottom: 1px solid #a2d345;
    position: relative;
}

#tabs li{
    float: left;
    margin: 0 2em 0 0;
}

#tabs a{
    position: relative;
    /*background: #fff;*/
    /* background: rgba(0, 0, 0, 0.28) url(../../imagenes/tab1.png); */
    /* background-image: url(../../imagenes/tab0.png); */
    /* background-image: url(../fonts/icomoon.svg); */
    /* background-size: 100% 100%; */
    /* background-image: linear-gradient(to bottom, #fff, #ddd); */
    /*padding: 0.5em 0em;*/
     padding: 0.5em 5.5em;
    font-size: 1rem;
    float: left;
    text-decoration: none;
    color: #888;
    /* text-shadow: 0 1px 0 rgba(255,255,255,.8); */
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* box-shadow: 0 2px 2px rgba(0,0,0,.4); */
    /* font-weight: 700; */
}
.tabulador p, .tabulador a, .tabulador i, .tabulador li, .tabulador ol, .tabulador span{
    font-size: 1.1em;
}
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
    background: #fff;
    /* background-image: url("../../imagenes/tab1.png"); */
    /*background-size: 100% 100%;*/
    color: #000;
}

#tabs a:focus{
    outline: 0;
}

#tabs a::after{
    /*content:'';*/
    /*content: url("http://www.idear.com.pe/img/right_tab2.png");*/
    position:absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    /*box-shadow: 2px 2px 2px rgba(0,0,0,.4);*/
    /*transform: skew(10deg);*/
    /*border-radius: 0 5px 0 0;*/
    transition: all 0.4s ease;
}

#tabs #current a,
#tabs #current a::after{
    background: #ffffff;
    z-index: 2;
    color: #000;
    /*background-image: url("../../imagenes/tab1.png");
    background-size: 100% 100%;*/
}

#content
{
    width: 100%;
    /*background: #fcfcfc;*/
    padding: 25px 20px;
    /*    height: 338px;*/
    height: auto;
    position: relative;
    z-index: 2;
    border-radius: 0 0px 0px 0px;
    color: #000;
    /*letter-spacing: .06rem;*/
    overflow: auto;
}
.tab-t1{
    position: relative;
}
.tab-t1 table {
    /*width: 100% !important;*/
    margin-top: 2%;
    margin-bottom: 2%;
}
table tr {
    text-align: left;
    padding-left: 20px;
}
table td {
    /*padding: 10px 15px;*/
    border-top: 1px dotted #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: transparent;
    color: #000;
    line-height: 1.2;
    transition: all 0.3s ease;
}
/*table tr td:first-child {*/
/*    background-color: #F5F5F5;*/
/*    width: 35%;*/
/*}*/
#tabs a:before {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: " ";
    position: absolute;
    bottom: 0px;
   /* border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #f0f0f0;*/
    /*height: 9px;*/
    margin-left: 2px;
    vertical-align: middle;
    /*width: 16px;*/
    content: " ";
    position: absolute;
    /*left: 50%;*/
    /*bottom: 0px;*/
    /*margin-left: -8px;*/
    /*visibility: hidden;*/
    margin-left: 0;
    width: 100%;
    bottom: 1px;
    left: 0;
    display: block;
    height: 0;
    background: #a2d345;
}
#tabs a:hover:before, #tabs #current a:before {
    /*bottom: -8px;*/
    visibility: visible;
    /*border-top: 9px solid #333333;*/
    height: 4px;

}
td, th {
    padding: 10px 12px;
}
.tab_bg table thead{
    border: 1px solid #108010;
}
.tab_bg table thead tr{
    background: #108010;
    color: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.tab_bg table tr:nth-child(1) {
    /*background: rgba(230, 230, 230, 0) !important;*/
    /*color: #000 !important;*/
}
.tab_bg table tr{
    transition: all 0.8s ease;
    background: #ffffff;
}
.tab_bg table tr:nth-child(odd) {
    /*background: #ffffff;*/
    /*color: #000;*/

}
.tab_bg table tr:hover {
    background: #f0f0f0;
    color: #000;
}
.tab_bg table td{
    border-top: 1px solid #019fa1;
    border-bottom: 1px solid #108010;
    border-left: 1px solid #108010;
    border-right: 1px solid #108010;
}
.tabla-sin-borde.table > thead > tr > th, .tabla-sin-borde.table > tbody > tr > th, .tabla-sin-borde.table > tfoot > tr > th, .tabla-sin-borde.table > thead > tr > td, .tabla-sin-borde.table > tbody > tr > td, .tabla-sin-borde.table > tfoot > tr > td{
    border: 0px solid #ddd;
}
.tabla-sin-borde tr td:first-child{
    background-color: #ffffff;
}
/*fin tabulador*/
.linkeables{
    padding: 0;
    margin: 0px 0 0px;
    /* border-bottom: 1px dotted #b7b7b7; */
}
.linkeables li{
    list-style: none;
    display: inline-block;
    padding: 0 1px;
    font-size: 11px;
}
.linkeables li a{
    color: #000;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.linkeables li a:hover{
    color: #89bd26;
}
.linkeables>li+li:before {
    /*content: "/\00a0";*/
    content: ">";
    padding: 0 3px 0 0;
}
.linkeables li a i{
    padding-right: 6px;
}
.grupo-desliz {
    margin-bottom: 15px;
    border: 1px solid #000;
    border-radius: 10px;
}
.desliz.panel-heading {
    background: #fff;
    padding: 5px 15px;
    color: #333;
    display: table;
    width: 100%;
    cursor: pointer;
}
.grupo-desliz .desliz.panel-heading {
    background: transparent;
}
.desliz span {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group-item {
    border: 0;
    padding: 10px 15px 10px 20px;
    background-color: transparent;
}
.list-group-item i {
    font-size: 7pt;
    color: #020202;
    font-weight: 100;
    text-shadow: none;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
}
.list-group-item span {
    height: 16px;
    min-width: 16px;
    padding: 0 5px;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 11px;
    color: #aaa;
    border-radius: 20px;
    line-height: 16px;
    font-weight: 400;
    float: right;
    position: relative;
    top: 0px;
}
.footer h4{
    color: #000;
    font-weight: 800;
    font-size: 15px;
}
.footer a {
    color: #727373;
}
.footer p {
    color: #727373;
}
.footer a:hover, .footer a:focus {
    color: #4f2161;
}
.fondo-suscribete{
    background: #f8fbfd;
}
.fondo-footer{
    background-image: url("../../imagenes/fondo-footer.jpg");
    background-position: center;
    background-size: cover;
}
.fondo-copy{
    background: #fafcf1;
}
.iconos-footer{
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.iconos-footer span:before{
    font-size: 50px;
    color: #575757;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.iconos-footer h3{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.iconos-footer span {
    /*width: 80px;*/
    display: block;
    transition: .4s ease-in-out;
}
.iconos-footer img {
    width: 110px;
    /*transition: .4s ease-in-out;*/
}
.iconos-footer aside {
    width: 100%;
    padding-left: 5%;
}
.iconos-footer:hover h3{
    color: #108010;
}
.iconos-footer:hover span {
    transform: rotateY(180deg);
}
.iconos-footer:hover span:before{
    color: #108010;
}
.fondo-footer a {
    color: #6f6f6f;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.fondo-footer a:hover {
    color: #108010;
}


.iconos-pie{
    padding-bottom: 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie a{
    color: #6f6f6f;
    text-decoration: none;
}
.iconos-pie span{
    width: 52px;
    text-align: left;
}
.iconos-pie span:before{
    background: transparent;
    border-radius: 50%;
    padding: 4px;
    font-size: 18px;
    color: #6f6f6f;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie aside{
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.iconos-pie:hover {
    color: #a2d345;
}
.iconos-pie:hover a{
    color: #a2d345;
}
.iconos-pie:hover span:before {
    color: #a2d345;
}
.iconos-pie:hover aside{
    padding-left: 4px;
}
.redes a {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 30px;
    color: #545454;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 15px;
    margin-right: 5px;
    /* background: rgb(156, 156, 156); */
    padding: 3px;
}
.redes a:before {
    content: '';
    position: absolute;
    width: 90%;
    z-index: -1;
    height: 90%;
    background: #019fa1;
    left: 5%;
    top: 5%;
    border-radius: 4px;
    transition: 0.5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    display: none;
}
.redes a:hover{
    color: #a2d345;
}
.redes span {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.redes span:before {
    font-size: 20px;
}
.redes a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.caja-prod a{
    text-decoration: none;
    color: #4e225f;
}
.input-sus{
    height: 65px !important;
    font-size: 16px !important;
}
.btn-sus{
    height: 65px!important;
    padding: 0 20px!important;
    /*margin-left: -10px !important;*/
    position: relative!important;
    z-index: 2;
    box-shadow: 3px 3px 6px rgba(87,87,87,0.5);
}
.mascaracarru {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.fondo-marcas .item a {
    height: 85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}
.fondo-marcas .item img {
    max-height: 85px;
    width: auto;
    /*max-width: 90%;*/
    margin: 0 auto;
    will-change: transform;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.fondo-marcas .item:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -mstransform: scale(1.1);
    transform: scale(1.1);
}
.modal-dialog.modal-lg {
    margin-top: 90px;
    padding-right: 0;
}
.modal-content {
    border-radius: 8px;
    border: 0px solid rgba(0,0,0,.2);
    box-shadow: inset 0 0em 1.5em rgba(0,0,0,0.1), 0 0 0 2px rgba(244 ,244,244,0), 0.3em 1em 1em rgba(0,0,0,0.3);
    padding: 15px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #000;
}
.modal-header {
    margin: 0;
    padding: 25px 15px;
    background: #fff;
    border-bottom: 0px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
    color: #000;
    text-align: center;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 40pt;
    font-weight: 100;
    text-shadow: none;
    color: #fff;
    font-family: initial;
    opacity: 1;
    height: auto;
    border: 0;
    background: transparent;
    outline: none;
    line-height: 1;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-body input.busca{
    border-radius: 14px !important;
    box-shadow: 0 0 0 0.5rem rgba(175,175,175,0.5);
}
.modal-body .input-group-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}
.modal-body .input-group-btn button {
    height: 100%;
    border-radius: 0 10px 10px 0;
}
.main-slider #display{
    max-height: 170px;
}
.main-slider #display a{
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
.page-link{
    border: 0px solid #dee2e6;
    color: #575757;
    font-weight: bold;
    font-size: 18px;
}
.page-link-relleno {
    padding: 0.375rem 1rem;
    position: relative;
    display: block;
    color: #575757;
    font-weight: bold;
    font-size: 18px;
}
.page-individual-left{
    padding-right: 4%;
}
.page-individual-right{
    padding-left: 4%;
}
.page-link i:before{
    font-weight: bold !important;
}
.page-item .page-link span {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.page-item:hover .page-link span {
    border-bottom: 1px solid #108010;
}
.page-link:hover, .page-link:focus {
    color: #108010;
    background-color: #fff;
    border-color: #ffffff;
    outline: none;
}
.page-item.active .page-link {
    color: #108010;
    background-color: #fff;
    border-color: #ffffff;
    z-index: 2;
}
.page-item.active .page-link span {
    border-bottom: 1px solid #108010;
}
.pagination{
    justify-content: center;
}
.page-link:focus{
    box-shadow: none;
}
.lista-filtros {
    display: grid;
    overflow-x: auto;
    /*font-size: 14px;*/
    padding-bottom: 16px;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    gap: 10px;
}
.item-filtros {
    width: auto;
    padding: 10px 10px;
    background: #a2d345;
    color: #fff;
    border-radius: 10px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*white-space: nowrap;*/
    font-weight: bold;
    line-height: 1.4;
}
.item-filtros div{
    /*display: inline-block;*/
    align-items: center;
    display: flex;
    border: 1px solid #6f6f6f;
    border-radius: 1rem;
    padding: 10px 12px;
    /* margin: 4px; */
    line-height: 1.2;
    /*width: 15.68%;*/
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.item-filtros div i{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.item-filtros div i:before{
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}
.item-filtros input{
    display: none;
}
.item-filtros input:checked + div{
    background: #108010;
    color: #fff;
}
.item-filtros input:checked + div i:before{
    font-family: bootstrap-icons !important;
    content: "\f26c";
    font-weight: 100;
}
.item-filtros:hover, .item-filtros.active {
    background: #057e0a;
    color: #fff;
}
.brands{
    background: #108010;
    padding: 4px 12px;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
}
.w-90{
    width: 90% !important;
}
.w-80{
    width: 80% !important;
}
.w-70{
    width: 70% !important;
}
.w-60{
    width: 60% !important;
}
.w-40 {
    width: 40%!important;
}
.w-30 {
    width: 30%!important;
}
.w-20 {
    width: 20%!important;
}
.w-10 {
    width: 10%!important;
}
.df-left{
    width: 100%;
}
.df-right{
    width: 200px;
}
.figura{
    position: relative;
    height: 150px;
    overflow: hidden;
}
.figura img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.figura span{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
}
.alto-chico{
    height: 35px !important;
}
.input-desct i:before{
    font-size: 12px;
}
.fs-7{
    font-size: 0.8rem !important;
}
.fs-8{
    font-size: 0.6rem !important;
}
.cont-lista:hover .figura img{
    transform: scale(1.1);
}
.text-decoration-0{
    text-decoration: none !important;
}
.form-linea .form-control{
    border: 0;
    border-bottom: 1px solid #bbbbbb;
    border-radius: 0 !important;
}
.btn-rounder{
    border-radius: 4rem !important;
    height: 50px;
}
/*efecto formulario*/
.efecto-formulario .form-control{
    padding-top: 10px !important;
    background: transparent !important;
    z-index: 2 !important;
    position: relative !important;
}
.efecto-formulario i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-49%);
}
.efecto-formulario span.label{
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 0 !important;
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    z-index: 1;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.efecto-formulario.padding-left-chico span.label{
    left: 17px;
}
.efecto-formulario input:not(:placeholder-shown) + span,
.efecto-formulario textarea:not(:placeholder-shown) + span {
    color: #707070;
    -webkit-transform: translateY(-10px) scale(0.7);
    -moz-transform: translateY(-10px) scale(0.7);
    -ms-transform: translateY(-10px) scale(0.7);
    transform: translateY(-10px) scale(0.7);
}
.efecto-formulario input:focus + span,
.efecto-formulario textarea:focus + span {
    color: #0070f0;
    background: #fff;
    -webkit-transform: translateY(-10px) scale(0.7);
    -moz-transform: translateY(-10px) scale(0.7);
    -ms-transform: translateY(-10px) scale(0.7);
    transform: translateY(-10px) scale(0.7);
}
.efecto-formulario .form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #0070f0 !important;
}
/*fin efecto formulario*/
/*******************/
/*--efecto formulario 2 --*/
.efecto-formulario2{
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.efecto-formulario2 .form-control{
    padding: 1.5rem 1.5rem 1.5rem 3.25rem !important;
    margin-top: 0px !important;
}
.efecto-formulario2 label{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #959dad;
    display: inline-block;
    float: right;
    margin-bottom: 0;
    padding: 1.25rem 1em;
    font-size: 90%;
    max-width: 100%;
    z-index: 3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.efecto-formulario2 label i{
    position: absolute;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
    -webkit-transform: translate3d(-2em, 0, 0);
    transform: translate3d(-2em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.efecto-label span{
    display: inline-block;
    width: auto;
    -webkit-transform: translate3d(-0.20em, 0, 0);
    transform: translate3d(-0.20em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.efecto-formulario2 input:focus + label i,
.efecto-formulario2 textarea:focus + label i {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.efecto-formulario2 input:focus + label span,
.efecto-formulario2 textarea:focus + label span {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
.efecto-formulario2 input:not(:placeholder-shown) + label i,
.efecto-formulario2 textarea:not(:placeholder-shown) + label i {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.efecto-formulario2 input:not(:placeholder-shown) + label span,
.efecto-formulario2 textarea:not(:placeholder-shown) + label span {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
/*fin efecto formulario 2*/
.rounded-4{
    border-radius: 14px;
}
.rounded-5{
    border-radius: 2rem;
}
.rounded-6{
    border-radius: 50%;
}
.hr-roja{
    background: #e10c2b;
    opacity: 1;
    height: 2px !important;
}
.lado-izq{
    width: 70px;
}
.lado-izq i{
    height: 100%;
    width: 100%;
    background: #26bd7e;
    margin: 0;
    position: relative;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
}
.lado-der{
    width: 100%;
    padding: 15px 10px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.simulador .list-step-simulafacil li {
    text-align: left;
    margin: 0;
    font-size: 13px;
    position: relative;
    width: 163px !important;
    vertical-align: top;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a3a5a9;
}
.simulador .list-step-simulafacil li a{
    color: #a3a5a9 !important;
}
.simulador .list-step-simulafacil li b{
    font-weight: 300;
}
.simulador .list-step-simulafacil li span.circle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    /* margin: auto; */
    display: block;
    font-size: 12px;
    padding: 8px;
    color: #fff;
    background-color: #a3a5a9;
    /*margin-bottom: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
}
.simulador .list-step-simulafacil li.active span.circle {
    background-color: #000;
    color: #fff;
}
.simulador .list-step-simulafacil li.active{
    color: #000;
    font-weight: bold;
}
.simulador .list-step-simulafacil li.active b{
    font-weight: bold !important;
}
.simulador .list-step-simulafacil li:after {
    content: " ";
    width: 85px;
    margin-right: -50px;
    margin-top: 14px;
    background-color: #f0f0f0;
    position: absolute;
    height: 1px;
    border-radius: 0;
    right: 0;
    top: 0;
    width: 30%;
    margin-right: -13%;
    z-index: -1;
}
.simulador .list-step-simulafacil li:last-child:after{
    display: none;
}
/*cuadro metodo*/
.cuadro-pagoplomo{
    background: #f6faeb;
    border-radius: 8px;
    font-size: 12px;
    padding: 12px 8px;
    display: block;
    height: 100%;
    color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.col-absoluto{
    position: absolute;
    left: 37%;
}
.radio-cuadro{
    cursor: pointer;
}
.radio-cuadro input[type=radio] {
    border-radius: 50%;
}
.radio-cuadro input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #108010;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: transparent;
}
.radio-cuadro figure{
    padding: 4px;
    /* border: 1px solid #108010; */
    border-radius: 1rem;
    width: 65px;
    margin: 0 auto;
}
.color-debajo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    width: 100%;
}
.radio-cuadro img{
    height: 57px;
}
.radio-cuadro input:checked {
    background-color: #a2d345;
}
.radio-cuadro input:checked + div .color-debajo {
    background: #a2d345;
}
.col-1-5 {
    flex: 0 0 auto;
    width: 10.333333%;
}
.form-cuadrado .form-control {
    color: #000;
}
.form-cuadrado input, .form-cuadrado select, .form-cuadrado .form-control {
    height: 50px !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    /*font-size: 14px;*/
}
.ic-verde{
    color: #00a822;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.banner-int{
    background-position: center;
    background-size: cover;
    height: 320px;
    color: #fff;
    position: relative;
}
.banner-int:before{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}
.form-plomo .form-control{
    background: #f6f6f6 !important;
    border: 0px solid #f6f6f6;
    border-radius: 0 !important;
}
.form-plomo .form-control::placeholder{
    color: #575757;
}
.iconos-chicos i{
    width: 50px;
    text-align: left;
}
.iconos-chicos i:before{
    font-size: 22px;
    /*color: #575757;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.iconos-chicos aside{
    font-size: 16px;
    color: #000;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.iconos-chicos aside a{
    color: #000;
}
.iconos-chicos:hover i:before{
    color: #a2d345;
}
.iconos-chicos:hover aside{
    color: #a2d345;
}
.iconos-chicos:hover aside a{
    color: #a2d345;
}
.redes2 a {
    position: relative;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 0.8;
    margin-right: 5px;
    padding: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.redes2 a:before {
    content: '';
    position: absolute;
    width: 90%;
    z-index: -1;
    height: 90%;
    background: #a2d345;
    left: 5%;
    top: 5%;
    border-radius: 6px;
    transition: 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.redes2 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.redes2 span:before {
    font-size: 22px;
}
.redes2 a:hover:before {
    background: #108010;
    /*transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);*/
}
.redes2 a:hover{
    color: #ffffff;
}
.cuadro-noticia {
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* background-color: #fff; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    position: relative;
    width: auto;
    min-width: auto;
    overflow: hidden;
    /* grid-column: span 2; */
    height: 600px;
}
.cuadro-flotante {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 45px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.cuadro-flotante h1, .cuadro-flotante h2, .cuadro-flotante h3, .cuadro-flotante h4, .cuadro-flotante h5{
    color: #fff;
}
.link-noticia {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}
.link-noticia picture {
    /* position: relative; */
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.link-noticia picture:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    /* height: 306px; */
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(68,68,68,0)),to(#000));
    background: linear-gradient(180deg,rgba(68,68,68,0) 20%,#000);
}
.link-noticia img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cuadro-noticia:hover .link-noticia img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.btn-flecha{
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #000;
    line-height: 1;
    font-weight: 400;
    border-radius: 500px;
    letter-spacing: 0.1em;
    padding: 17px 30px;
    background: #108010;
    color: #fff;
    width: 155px;
}
.btn-flecha svg {
    width: 15px;
    height: 11px;
    fill: #fff;
    margin-left: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-flecha:hover{
    background: #e61a5a;
}
.btn-flecha:hover svg {
    transform: translateX(4px);
    fill: #fff;
}
.not2 {
    height: 296px;
}
.not3{
    height: auto !important;
}
.div-imagen {
    overflow: hidden;
    height: 300px;
}
.div-imagen img {
    width: 100%;
    /*max-height: 200px;*/
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.noticia-cat{
    position: relative;
    padding: 0 0 12px 0;
    margin-bottom: 18px;
}
.noticia-cat:before{
    content: "";
    height: 1px;
    width: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
}
.cuadro-noticia:hover .div-imagen img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.title-subrayado h3 span{
    background-image: linear-gradient(#108010, #108010);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.4s;
}
.title-subrayado:hover h3 span{
    background-size: 100% 2px;
}
.title-hover:hover{
    color: #108010 !important;
}
.fourOfour {
    text-align: center;
    padding: 80px;
    color: #000;
}
.fourOfour h1 {
    font-weight: bold;
    font-size: 120pt;
}
.fourOfour .message, .fourOfour .message2 {
    color: #636363;
}
.fondo-negro{
    background: #000000;
    color: #fff;
}
/*barra scroll*/
.menu .navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.menu .navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background: #96c340;
    /*border-radius: 6px;*/
    cursor: pointer !important;
}
.menu .navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:active {
    background-color: #96c340;
    cursor: pointer !important;
}
.menu .navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #96c340;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
.menu .navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-track {
    /*border-radius: 6px;*/
    /*background: #000;*/
}
.scroll-bar::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.scroll-bar::-webkit-scrollbar-thumb {
    background: #96c340;
    /*border-radius: 6px;*/
    cursor: pointer !important;
}
.scroll-bar::-webkit-scrollbar-thumb:active {
    background-color: #96c340;
    cursor: pointer !important;
}
.scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #96c340;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
.contenedor-carrito::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.contenedor-carrito::-webkit-scrollbar-thumb {
    background: #96c340;
    /*border-radius: 6px;*/
    cursor: pointer !important;
}
.contenedor-carrito::-webkit-scrollbar-thumb:active {
    background-color: #96c340;
    cursor: pointer !important;
}
.contenedor-carrito::-webkit-scrollbar-thumb:hover {
    background: #96c340;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
}
/*fin barra scroll*/
.modal-home .close {
    z-index: 999;
    position: absolute;
    right: -21px;
    top: -22px;
    background: #fff;
    font-size: 36px;
    opacity: 1;
    color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 0;
    line-height: 1;
    text-shadow: none;
    font-weight: 100;
    font-family: 'Swis721WGL4BT';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-items: flex-start;
    box-shadow: 2px 2px 4px #5f5f5f;
}
.modal-home .close:hover {
    color: #fff;
    background: #108010;
    outline: 0 !important;
}
.modal-home .modal-content{
    padding: 0;
}
.numerador {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.numerador i {
    background-color: #a2d345;
    border-radius: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    font-style: normal;
}
.numerador span {
    color: #000;
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 20px;
    margin-left: 6px;
}
.text-liston {
    color: #000;
    /*font-size: 12pt;*/
    margin: 0px 0 10px;
    position: relative;
}
.text-liston aside {
    position: relative;
    /*width: 100%;*/
}
.text-liston aside select {
    padding-right: 2.5rem;
}
.text-liston aside i {
    position: absolute;
    right: 12px;
    color: #252525;
    line-height: 1.7;
    z-index: 2;
    pointer-events: none;
    top: 0;
    display: table;
    height: 100%;
}
.text-liston aside i:before {
    font-size: 12px;
    vertical-align: middle;
    display: table-cell;
}
.custom-hr {
    width: 100%;
    height: 13px;
    border-bottom: 1px solid #dedede;
    text-align: center;
    margin-bottom: 25px;
}
.hr-text {
    background: #fff;
    padding: 0 10px;
    color: #333;
}
/*.lista .contenido-prod .carruser {
    padding-top: 0;
    display: table;
    width: 100%;
}
.lista .contenido-prod .carruser figure{
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.lista .contenido-prod .carruser figure{
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.lista .contenido-prod .carruser aside{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
.lista .contenido-prod .carruser aside .item-tit{
    min-height: auto;
    max-height: auto;
    font-size: 11pt;
    font-weight: bold;
    overflow: visible;
}
.lista .contenido-prod article{
    width: 100% !important;
    margin: 0 auto;
    border: 0;
    box-shadow: none;
    text-align: right;
    position: relative;
    left: 0;
    padding: 0;
    overflow: visible;
    height: auto;
}
.lista .contenido-prod article .btn-agregar{
    margin: 10px 0;
    width: 50%;
}
.lista .grid-iconos{
    opacity: 1;
    justify-content: start;
    bottom: 0;
}
.lista .grid-iconos a{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}*/

/*menu filtro*/
.menu-left .accordion-item{
    position: relative;
}
.menu-left .accordion-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.menu-left .accordion-item:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -14px;
    border: 0 solid transparent;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-color: #ebebeb;
    width: 12px;
    height: 21px;
}
.menu-left .accordion-item:after {
    position: absolute;
    content: "";
    top: 10px;
    left: -14px;
    border: 0 solid transparent;
    border-left-width: 1px;
    border-color: #ebebeb;
    height: 100%;
}
.menu-left .accordion-item:last-child:before {
    border-radius: 0 0 0 5px;
}
.menu-left .accordion-item:last-child:after{
    display: none;
}
.menu-left-section > aside > .accordion:first-child > .accordion-item:before {
    display: none;
}
.menu-left-section > aside > .accordion:first-child > .accordion-item > h2:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-left-section > aside > .accordion:first-child > .accordion-item:after {
    display: none;
}
.menu-left-section > aside > .accordion.primero > .accordion-item:before {
    display: none;
}
.menu-left-section > aside > .accordion.primero > .accordion-item > h2:before{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-left-section > aside > .accordion.primero > .accordion-item:after {
    display: none;
}
.menu-left .accordion-header a{
    width: 100%;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
}
.menu-left .accordion-button{
    width: 35px;
    padding: 0.5rem 0.5rem;
}
.menu-left .accordion-item{
    border-bottom: 0;
}
.menu-left .accordion-button::after{
   background-size: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    filter: brightness(0);
}
.menu-left .accordion-flush .accordion-item .accordion-button:focus{
    outline: none;
    box-shadow: none;
    border-color: inherit;
}
.menu-left .accordion-button:not(.collapsed){
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}
.menu-left-section > aside > .accordion > .accordion-item > .accordion-header > a{
    font-weight: bold;
}
.menu-left .accordion .accordion-item .accordion-flush {
    padding-left: 18px;
}
.menu-left .accordion .accordion-item .accordion-flush .accordion-item .accordion-flush{
    padding-left: 26px;
}
.menu-left h2.accordion-header:hover:before{
    background: #108010;
    border: 1px solid #108010 !important;
}
.menu-left .accordion-header a:hover{
    color: #108010;
}
/*fin menu filtro*/
.categoria-imagen {
    display: flex;
    align-items: center;
}
.categoria-imagen figure{
    height: 20px;
    width: 20px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0;
}
.categoria-imagen figure img {
    width: 100%;
    filter: brightness(0);
}
.categoria-imagen span {
    width: 86%;
    padding-left: 10px;
}
.listado-producto{
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
}
.listado-producto div{
    padding-right: 6px;
}
.listado-producto aside a{
    padding: 2px 4px;
    color: #000;
    position: relative;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}
.listado-producto aside a.active{
    background: #f0f0f0;
}
/*.listado-producto aside a:before{
    content: "";
    height: 50%;
    width: 1px;
    background: #d7d7d7;
    position: absolute;
    right: -2px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}
.listado-producto aside a:last-child:before{
    display: none;
}*/
.btn-redes {
    background: #000;
    height: 28px;
    width: 28px;
    /* padding: 5px 10px; */
    border-radius: 50%;
    color: #fff;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    align-items: center;
    justify-content: center;
}
.btn-whatsapp2 {
    background: #00ba07;
}
.btn-facebook {
    background: #006abf;
}
.btn-twitter {
    background: #03a9f4;
}
.btn-linkedin {
    background: #0073a7;
}
.btn-redes:hover, .btn-redes:focus {
    color: #fff;
    background: #000 !important;
}
.efecto-img-zoom{
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 6px;
}
@keyframes fixedAnim{0%{right:125%}125%{right:0}}
.efecto-img-zoom figure:before{
    background: transparent linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -35%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.efecto-img-zoom img{
    width: 100%;
    -webkit-transition: 2s -webkit-transform;
    transition: 2s -webkit-transform;
    -o-transition: 2s -o-transform;
    transition: 2s transform;
    transition: 2s transform,2s -webkit-transform,2s -o-transform;
}
.efecto-img-zoom:hover img{
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.efecto-img-zoom:hover figure:before{
        animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}
.descuento{
    position: absolute;
    top: 38px;
    right: 5px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    padding: 0 5px;
    background: #a2d345;
    border-radius: 2px;
    color: #fff;
    z-index: 1;
}
/*.descuento:before{
    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #03a9f4;
    position: absolute;
    right: -10px;
    width: 32px;
    height: 32px;
    z-index: 0;
    border-radius: 27px 27px 11px 27px;
}
.descuento:after{
    content: '';
    width: 4px;
    height: 4px;
    right: -5px;
    position: absolute;
    background: #fff;
    z-index: 9;
    border-radius: 50%;
}*/
.descuento i{
    z-index: 1;
    font-style: normal;
}
.descuento.solo{
    top: 5px;
}
.oferta{
    position: absolute;
    top: 4px;
    right: 5px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    padding: 0 5px;
    background: #d7142e;
    border-radius: 2px;
    color: #fff;
    z-index: 1;
}
/*.oferta:before{
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #e92c1e;
    position: absolute;
    right: -10px;
    width: 32px;
    border-radius: 27px 11px 27px 27px;
    height: 32px;
    z-index: 0;
}
.oferta:after{
    content: '';
    width: 4px;
    height: 4px;
    right: -5px;
    position: absolute;
    background: #fff;
    z-index: 9;
    border-radius: 50%;
}*/
.oferta i{
    z-index: 1;
    font-style: normal;
    line-height: 1;
}
.sinstock{
    position: absolute;
    top: 4px;
    left: 5px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    padding: 0 5px;
    background: #a26539;
    border-radius: 2px;
    color: #fff;
    z-index: 1;
}
/*.sinstock:before{
    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #3f51b5;
    position: absolute;
    left: -10px;
    width: 32px;
    height: 32px;
    z-index: 0;
    border-radius: 11px 27px 27px 27px;
}
.sinstock:after{
    content: '';
    width: 4px;
    height: 4px;
    left: -5px;
    position: absolute;
    background: #fff;
    z-index: 9;
    border-radius: 50%;
}*/
.sinstock i{
    z-index: 1;
    font-style: normal;
}
.titulo-categoria{

}
.tabla-transparente > table{
    border-bottom: 1px solid #bbb;
}
table tr {
    text-align: left;
    padding-left: 20px;
}
.tabla-transparente .table > thead > tr > th {
    border: 0;
    border-bottom: 2px solid #bbb;
    border-top: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
}
.tabla-transparente .table > tbody > tr {
    border-bottom: 1px solid #bbb;
}
.tabla-transparente .table > tbody > tr > td {
    border: 0;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 1em;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tabla-transparente .table > tbody > tr:last-child > td {
    border-bottom: 0px solid #bbb;
}
.tabla-transparente > table tr td:first-child {
    background-color: transparent;
    width: auto;
}
.btn-transparente {
    background: transparent;
    color: #000;
    font-weight: normal;
    text-transform: initial;
    display: inline-block;
    padding: 0.8rem 1rem;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.btn-transparente:hover, .btn-transparente:focus {
    /* background: #fff; */
    color: #a2d345 !important;
}
#tarifaEnvio .accordion-button:not(.collapsed){
    color: #000 !important;
    background-color: #fff;
    box-shadow: none;
}
#tarifaEnvio .accordion-button{
    font-size: 14px;
    font-weight: bold;
    outline: none !important;
    box-shadow: none;
}
#tarifaEnvio .accordion-button::after{
    content: "\f13a";
    font-family: "Font Awesome 6 Pro";
    background-image:  none;
    filter: brightness(100%);
}
#tarifaEnvio .accordion-button:not(.collapsed)::after{
    margin-top: -4px;
}
.escoge-tiendas{
    max-height: 250px;
    /*background: #f8f8f8;*/
    border-radius: 8px;
    border: 1px solid #bbb;
}
.escoge-tiendas ul{
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.escoge-tiendas ul li{
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    border-bottom: 1px dashed #e9e9e9;
}
.escoge-tiendas ul li:last-child{
    border-bottom: 0 dashed #000;
}
.escoge-tiendas ul li:hover{
    background: #f9f9f9;
}
.escoge-tiendas ul li.active{
    background: #f6faeb;
}
.escoge-tiendas ul li.active p i{
    color: white !important;
    background: #a2d345;
}
.card-compra{
    background: #fafcf1;
    text-align: center;
}
.card-compra i{
    font-size: 45px;
    color: #108010;
}

.box-shadow {
    box-shadow: 0px 0px 8px #a4a4a4;
    overflow: hidden;
    border-radius: 1rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-shadow .seccionimg {
    height: 220px;
}
.contenido-carru aside{
    background: #108010;
    padding: 8% 8%;
    color: #fff;
}
.contenido-carru .seccionimg {
    display: block;
    overflow: hidden;
    position: relative;
}
.contenido-carru .seccionimg:after {
    background: #21c9c0;
    color: #fff;
    border-radius: 50%;
    bottom: 0;
    content: "\f002";
    font: 18px/3em "Font Awesome 6 Pro";
    font-weight: 100;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3em;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    -o-transition: opacity .4s,-o-transform .4s;
    transition: opacity .4s,transform .4s;
    transition: opacity .4s,transform .4s,-webkit-transform .4s,-o-transform .4s;
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
}
.contenido-carru .seccionimg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.contenido-carru:hover .seccionimg:before {
    opacity: 1;
}
.contenido-carru:hover .seccionimg:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.fechadate{
    border-radius: 999px;
    height: 59px;
    width: 59px;
    background-color: #108010;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    z-index: 1;
}
.fechadate span:nth-child(2){
    font-size: 11px;
    font-weight: 600;
}
.modal-home .slick-slide{
    height: auto !important;
}
.modal-home .slick-prev, .modal-home .slick-next{
    background: #fff !important;
    border: 0px !important;
}
.modal-home .slick-prev:before, .modal-home .slick-next:before, .modal-home .slick-prev:after, .modal-home .slick-next:after{
    background: #000 !important;
}
.img-carrito-compras-pag {
    width: auto;
    max-height: 50px;
    max-width: 100px;
    padding: 10px;
}
.text-verde{
    color: #108010 !important;
}
.active.bg-primary{
    background-color: #f44336 !important;
}
.fondo-cockies{
    position: fixed;
    z-index: 999999999;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}
.marker{
    background: #ffed52;
    padding: 4px;
}
.fondo-body {
    background-image: url(../../imagenes/fondo-footer.jpg);
    background-position: center;
    background-size: contain;
    /*background-repeat: repeat;*/
}
.col-auto {
    padding: 5px;
    float: left;
}
.sombra-banner{
    position: relative;
    width: 100%;
    z-index: 1;
}
.main-slider .slick-dots{
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}
.buscador-absoluto {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200%;
    height: 100%;
    z-index: 9999999;
    overflow: hidden;
    /*display: none;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.buscador-absoluto .form-buscar{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 28;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    background-color: #cde79a;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.buscador-absoluto .input-group{
    align-items: center;
}
.input-group-btn.input-right{
    position: absolute !important;
    left: 3rem;
    right: auto !important;
}
.input-group-btn.input-right .btn-buscar{
    border-radius: 12px 0 0 12px;
}
.buscador-absoluto.active{
    /*display: block;*/
    overflow: visible;
    bottom: 0;
}
.buscador-absoluto.active .form-buscar{
    transform: translate(0);
}
.titulo-collapse{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scroll-bar2::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.scroll-bar2::-webkit-scrollbar-thumb {
    background: #dddddd;
    border-radius: 6px;
    cursor: pointer !important;
}
.scroll-bar2::-webkit-scrollbar-thumb:active {
    background-color: #dddddd;
    cursor: pointer !important;
}
.scroll-bar2::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
    cursor: pointer !important;
}
.cont-testimonio {
    border: 1px solid #99c741;
    padding: 2rem 0.5rem;
    transition: all 0.4s ease;
}
.top-testimonio {
    display: flex;
    align-items: center;
}
.top-testimonio picture {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    border: 1px solid #cbcbcb;
}
.top-testimonio picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bottom-testimonio {
    display: flex;
    justify-content: space-between;
}
.bottom-testimonio picture {
    width: 30%;
    margin-left: 15px;
}
.cont-testimonio:hover {
    transform: scale(0.97);
    box-shadow: 0 0 10px rgba(153,199,65,0.78);
}
.fa-user-check.active{
    color: #a2d345;
}
.parallax{
    background-size: cover;
    background-position: center;
}
.fotografia{
    border-radius: 1.4rem;
    background: #fff;
    padding: 6px;
    margin: 0 2px;
}
.parallax-white:before {
    content: "";
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
}
.pedido-popup .fs-7{
    font-size: 1rem !important;
    /*color: #e10c2b !important;*/
}
.img-carro {
    max-height: 45px;
    width: auto;
    max-width: 100%;
}


/*final css*/



/*----------------------------------*/
/*resposive movil*/
/*----------------------------------*/
@media(max-width: 1200px){
    .titulo-banner h1 {
        font-size: 2.3rem;
    }
}
/*fin 1200*/
@media(max-width: 991px){
    .titulo-banner h1 {
        font-size: 2rem;
    }
    .div-ul li{
        vertical-align: middle;
        padding: 0;
    }
    .form-buscar .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
        padding-left: 0;
    }
    .menu {
        border-top: 0px solid #f4f4f4;
        border-bottom: 0px solid #f4f4f4;
    }
    .head-logo .navbar-toggler .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin-top: 6px;
        width: 30px;
        transform: rotate(45deg);
    }
    .head-logo .navbar-toggler.collapsed .icon-bar {
        background-color: #0d0d0d;
        transform: rotate(0deg);
        width: 30px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar {
        transform: rotate(0deg);
        margin-top: 6px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar + .icon-bar {
        display: block;
    }
    .head-logo .navbar-toggler .icon-bar + .icon-bar {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .head-logo .navbar-toggler{
        /*border: 2px solid #4f2161;*/
        box-shadow: none;
        padding: 8px 11px;
    }
    .head-logo .navbar-toggler.collapsed{
        border: none;
        background: transparent;
        position: relative;
        right: 0;
        top: 0;
    }
    .link-todo{
        color: #108010 !important;
        opacity: 1;
        background: #fff;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 16px !important;
    }
    .navbar-toggler-icon{
        font-size: 11px;
        width: 100%;
        height: 6px;
        display: block;
    }
    .menu .navbar-nav li.active{
        background: #108010;
    }
    .menu .navbar-nav .nav-link{
        padding: 12px 15px;
        color: #ffffff;
        margin: 0;
        position: relative;
        text-transform: initial;
        font-size: 16px;
    }
    .menu .dropdown-menu{
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    .menu .dropdown-item:focus, .menu .dropdown-item:hover{
        background-color: #ffffff;
    }
    .menu .dropdown a.show{
        font-weight: bold;
    }
    .menu .navbar-nav li.active .nav-link {
        background: #fff;
        font-weight: bold;
    }
    .menu-imagen span{
        padding-left: 0;
    }
    .menu .dropdown-toggle::after {
        position: absolute;
        right: 15px;
    }
    .menu ul li ul li a{
        padding: 12px;
        padding-left: 25px !important;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        color: #108010;
        background: #fff;
        position: relative;
    }
    .menu ul li ul li ul li a{
        padding-left: 35px !important;
    }
    .menu ul li ul li a.sin-imagen{
        display: block;
    }
    .menu ul li ul li ul li ul li a{
        padding-left: 45px !important;
    }
    .menu .navbar-nav .nav-link:hover{
        color: #108010;
        background: transparent;
    }
    .link-todo:hover, .link-todo:focus{
        color: #fff !important;
    }
    .menu .navbar-nav .nav-link.show {
        color: #108010;
        background: #108010;
        font-weight: bold;
    }
    .menu .navbar-collapse {
        padding-right: 0px !important;
        padding-left: 0px !important;
        left: -90%;
        transform: translate(0);
        transition-delay: 0s,.3s;
        transition-duration: .3s,0s;
        transition-property: transform,visibility;
        transition-timing-function: ease-in-out;
        visibility: hidden;
        z-index: 99999;
        position: fixed;
        height: 100vh;
        float: left;
        background-color: #a2d345;
        width: 90%;
        bottom: 0;
        top: 0;
        display: block;
        box-shadow: none;
        border: 0;
    }
    .menu .navbar-collapse.show {
        overflow-y: auto;
        overflow: scroll;
        transform: translate(100%);
        transition-delay: 25ms,0s;
        transition-duration: .3s,0s;
        transition-property: transform,visibility;
        transition-timing-function: ease-in-out;
        visibility: visible;
    }
    .menu .navbar-nav {
        /*float: none;*/
        margin: 0 0px;
        padding-top: 14%;
        padding-left: 0;
        padding-right: 0;
    }
    .menu .submenu a{
        color: #108010 !important;
        background: #fff;
    }
    .menu .submenu a:hover{
        color: #fff !important;
    }
    .menu .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        position: absolute;
        right: 15px;
        border-top: 0.4em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        top: 50%;
        font-size: 10px;
        transform: translateY(-50%);
    }
    .menu .dropdown-item::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        position: absolute;
        right: 15px;
        border-top: 0.4em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        top: 50%;
        font-size: 10px;
        transform: translateY(-50%);
    }
    .head-logo .navbar-toggler {
        position: fixed;
        top: 10px;
        right: 10%;
        z-index: 999999;
        border: 0;
        outline: 0 !important;
        box-shadow: none;
        background: #a2d345;
    }
    .fullwidth:before{
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 99;
    }
    .fullwidth .head-logo:before {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 999;
    }
    .navbar-nav > li{
        margin: 0px;
        text-align: left;
    }
    .item-filtros{
        /*width: 23.3%;*/
    }
    h1, .h1 {
        font-size: 1.5rem;
    }
    h2, .h2 {
        font-size: 1.3rem;
    }
    h3, .h3 {
        font-size: 1.1rem;
    }
    h4, .h4 {
        font-size: 1rem;
    }
    h5, .h5 {
        font-size: 0.9rem;
    }
    h6, .h6 {
        font-size: 0.8rem;
    }
    .df-right{
        width: 100%;
    }
    .hr-top aside{
        padding: 0px;
    }
    .hr-top aside:before{
        display: none;
    }
    .cantidadGlobal em{
        top: -14px;
        right: -8px;
    }
    .div-ul li a{
        color: #000;
    }
    .cantidadGlobal span{
        display: none;
    }
    .div-ul li:nth-child(3n) {
        padding-left: 10px;
    }
    .listado-producto {
        display: block;
        padding-left: 0;
        margin-top: 5px;
    }
    .listado-producto aside a{
        padding: 6px 10px;
        display: inline-block;
    }
    body, a, p{
        word-break: break-word;
    }
    .titulo-banner article .btn-cotizar a{
        padding: 12px 18px;
    }
    .menu .navbar-nav li .nav-link:before, .menu .navbar-nav li .nav-link:after{
        display: none;
    }
    .logo img{
        height: 100px;
    }
    .sombra-banner{
        bottom: -22px;
    }
    .fs-0{
        font-size: 2.5rem;
    }
    ::-webkit-scrollbar-thumb{
        border-radius: 4px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
    }
    ::-moz-scrollbar-thumb{
        border-radius: 4px;
    }
    ::-ms-scrollbar-thumb{
        border-radius: 4px;
    }
}
/*fin 991*/
@media(max-width: 767px){
    .hidden-xs {
        display: none !important;
    }
    p {
        margin-bottom: 2px;
    }
    h1, .h1 {
        font-size: 1.5rem;
    }
    h2, .h2 {
        font-size: 1.3rem;
    }
    h3, .h3 {
        font-size: 1.1rem;
    }
    h4, .h4 {
        font-size: 1rem;
    }
    h5, .h5 {
        font-size: 0.9rem;
    }
    h6, .h6 {
        font-size: 0.8rem;
    }
    .div-iconos{
        display: grid;
        text-align: center;
        grid-template-columns: repeat(7, minmax(calc(100% / 2 - 100%), 1fr));
    }
    .navbar-brand{
        margin-right: 0;
    }
    .logo{
        width: 24%;
        margin: 0 auto;
    }
    .logo img{
        height: auto;
    }
    .logo-minsa{
        position: absolute;
        top: 35%;
    }
    .logo-minsa img{
        height: 25px !important;
    }
    .head-logo .navbar-toggler.collapsed {
        position: relative;
        top: 0;
        right: 0;
    }
    .head-logo .navbar-toggler .icon-bar {
        transform: rotate(45deg);
    }
    .head-logo .navbar-toggler.collapsed .icon-bar {
        transform: rotate(0deg);
        width: 30px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar {
        transform: rotate(0deg);
        margin-top: 6px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar + .icon-bar {
        display: block;
    }
    .head-logo .navbar-toggler:focus, .head-logo .navbar-toggler:hover {
        outline: 0 !important;
        box-shadow: none;
    }
    .head-logo .navbar-toggler .icon-bar + .icon-bar {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .div-ul {
        margin-bottom: 0 !important;
        display: table;
        width: 100%;
        padding: 0;
        text-align: center;
        border-top: 1px solid #0d0d0d;
        border-bottom: 1px solid #0d0d0d;
    }
    .div-ul li {
        display: table-cell;
        vertical-align: middle;
        width: 24%;
        padding: 0 0px;
        border-left: 1px solid #0d0d0d;
    }
    .div-ul li:first-child {
        border-left: 0px solid #838484;
    }
    .div-ul li:nth-child(2n) {
        padding-left: 10px;
    }
    .div-ul li a{
        color: #0d0d0d;
    }
    .div-ul li a:hover {
        color: #7f7f7f;
    }
    .btn-sus{
        margin-left: 0 !important;
    }
    .cont-inst .mascaranegra2 {
        background: rgba(0, 0, 0, 0);
    }
    .cont-inst .mascaranegra2 .btn-icono{
        opacity: 1;
        transform: translate(-50%, 0%) scale(1);
        left: 20px;
        top: 0;
        bottom: auto;
        color: #e10c2b;
    }
    .div-iconos img{
        max-height: 45px;
    }
    #display2 {
        width: 100%;
        display: none;
        overflow: hidden;
        z-index: 99;
        border: solid 1px;
        position: relative;
        top: 100%;
        left: 0;
        background-color: white;
        border: 0px solid #dcdcdc;
        max-height: 350px;
        overflow-y: overlay;
        box-shadow: inset 0 0em 1.5em rgb(0 0 0 / 10%), 0 0 0 2px rgb(244 244 244 / 0%), 0.3em 1em 1em rgb(0 0 0 / 30%);
    }
    #display2 a {
        padding: 10px 20px;
        border-bottom: 1px dashed #dcdcdc;
        display: block;
        color: #383838;
        transition: all 0.4s ease;
    }
    .enlace-buscador figure {
        display: table-cell;
        vertical-align: middle;
        width: 15%;
    }
    .enlace-buscador figure img {
        max-width: 80%;
        max-height: 40px;
    }
    .enlace-buscador aside {
        display: table-cell;
        vertical-align: middle;
        width: 85%;
    }
    .pagination{
        flex-wrap: wrap;
    }
    .page-link{
        font-size: 16px;
    }
    .lista-filtros{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
        gap: 10px;
        justify-items: center;
        width: 95%;
        margin: 0 auto;
    }
    .item-filtros{
        width: 100%;
        font-size: 12px;
    }
    .menu-on > .container-fluid {
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
    }
    .menu-off > .container-fluid {
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
    }
    .list-inline{
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .simulador .list-step-simulafacil li{
        width: 33.333% !important;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }
    .simulador .list-step-simulafacil li:after{
        width: 15%;
        margin-right: 5%;
    }
    .simulador .list-step-simulafacil li span.circle{
        margin-right: 0;
        margin-bottom: 10px;
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .radio-cuadro {
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-bottom: 16px;
    }
    .col-absoluto {
        position: relative;
        left: 0;
    }
    .radio-cuadro input {
        margin-right: 10px;
        position: relative;
        opacity: 1;
        z-index: 1;
        width: 22px;
        height: 20px;
        border: 2px solid #a2d345;
    }
    .radio-cuadro div{
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }
    .radio-cuadro figure {
        /*padding: 8px;*/
        /*border: 2px solid #108010;*/
        border-radius: 50%;
        width: 50px;
        margin: 0 10px 0 0px;
    }
    .radio-cuadro img {
        height: 40px;
        margin-right: 10px;
    }
    .banner-int{
        height: 260px;
    }
    .h3-xs{
        font-size: 1.1rem;
    }
    .cuadro-flotante{
        padding: 25px;
    }
    .cuadro-noticia{
        height: 300px;
    }
    .titulo-banner{
        width: 100%;
    }
    .titulo-banner article .btn-cotizar a{
        padding: 12px 16px;
        font-size: 13px;

    }
    .titulo-banner article{
        width: 85%;
        margin: 0 auto;
    }
    .titulo-banner article div{
        text-align: center;
        padding: 2% 0;
    }
    .menu-on .top-cab{
        display: none;
    }
    .contenido-prod .grid-iconos{
        opacity: 1;
    }
    .contenido-prod .grid-iconos a{
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .contenido-prod article{
        height: 60px;
        padding: 10px;
        padding-top: 0.5rem;
        padding-bottom: 0;
        border: 0px solid #dadada;
        box-shadow: none;
        border-top: 0;
        position: relative;
    }
    .contenido-prod:hover article{
        border: 0px solid #dadada;
        box-shadow: none;
    }
    .modal-home .close{
        right: 0px;
    }
    .container, .container-sm{
        max-width: 100%;
    }
    .linkeables li a{
        font-size: 11px;
    }
    .linkeables{
        margin: 0;
    }
    .sticky-top{
        position: relative !important;
        top: 0 !important;
    }
    /*menu filtros*/
    .menu-left {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 99999;
        -webkit-transition: opacity .3s ease-in;
        -moz-transition: opacity .3s ease-in;
        -ms-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in;
        background: rgba(0,0,0,.6);
        overflow: hidden;
    }
    .btn-ocultarmenu {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        font-weight: 100;
        text-shadow: none;
        font-size: 36px;
    }
    .menu-left .menu-left-section {
        position: absolute;
        width: 86%;
        top: 0;
        left: -86%;
        right: 0;
        bottom: 0;
        padding-bottom: 70px;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 99;
        -webkit-transition: left .5s ease-in;
        -moz-transition: left .5s ease-in;
        -ms-transition: left .5s ease-in;
        transition: left .5s ease-in;
    }
    .tit-menu-left {
        background: #108010;
        color: #fff;
        margin: 0;
        padding: 17px 15px;
    }
    .menu-left .titulos{
        background: #f0f8fd;
        color: #108010 !important;
        border-radius: 0;
    }
    .menu-left .titulos h3{
        color: #108010 !important;
        font-size: 15px;
    }
    .menu-left .titulos i:before{
        font-weight: bold !important;
    }
    .menu-left .accordion-header a{
        font-size: 13px;
    }
    #btn-menu-left{
        background: #108010;
        color: #fff;
        padding: 12px;
        border-radius: 5px;
        font-weight: bold;
        text-align: center;
    }
    .menu-left.active {
        visibility: visible;
        opacity: 1;
    }
    .menu-left.active .menu-left-section {
        left: 0;
    }
    /*fin menu filtros*/
    /*select oculto*/
    .select-oculto select{
        height: auto !important;
        margin-top: 0 !important;
        border-radius: 0;
        background: transparent !important;
        font-size: 13pt;
        font-weight: bold;
        padding: 10px 4px;
        color: transparent !important;
        box-shadow: none !important;
        outline: none !important;
        border-color: transparent !important;
    }
    .select-oculto select > option {
        color: #000;
        padding: 4px;
    }
    .texto-abso {
        position: absolute;
        z-index: 1;
        margin: 0;
        right: 12px;
        top: 10px;
        font-size: 14px;
        color: black;
    }
    /*fin select oculto*/
    .oferta{
        right: 18px;
        width: 100px;
    }
    .descuento{
        right: 18px;
        width: 60px;
    }
    .sinstock{
        left: 18px;
    }
    .listado-producto{
        display: inline-flex;
        align-items: center;
        padding-left: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item-tit{
        font-size: 1rem;
    }
    .w-xs-10{
        width: 10% !important;
    }
    .w-xs-20{
        width: 20% !important;
    }
    .w-xs-30{
        width: 30% !important;
    }
    .w-xs-40{
        width: 40% !important;
    }
    .w-xs-50{
        width: 50% !important;
    }
    .w-xs-60{
        width: 60% !important;
    }
    .w-xs-70{
        width: 70% !important;
    }
    .w-xs-80{
        width: 80% !important;
    }
    .w-xs-90{
        width: 90% !important;
    }
    .w-xs-100{
        width: 100% !important;
    }
    #tabs{
        display: flex!important;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }
    #tabs li {
        flex: 0 1 auto;
        align-self: auto;
        min-width: 0;
        flex-grow: 1;
        margin: 0;
        width: 47.9%;
        display: table-cell;
        height: 100%;
        float: initial;
    }
    #tabs a {
        width: 100%;
        text-align: center;
        padding: 15px 3px;
        font-size: 0.9rem;
        font-weight: bold;
    }
    #tabs a:before{
        bottom: -2px;
    }
    .tabla-transparente .table > thead{
        display: none;
    }
    .cart-figure{
        float: left;
        height: 7.14286rem;
        margin-bottom: 1.5rem;
        width: 33.33333%;
        position: relative;
    }
    .tabla-transparente .table > tbody > tr{
        border-bottom: 1px solid #bbb;
        clear: both;
        display: block;
        padding: 1.5rem 0;
        overflow: hidden;

    }
    .tabla-transparente .table > tbody > tr > td{
        display: block;
        float: left;
        clear: both;
        width: 100%;
        position: relative;
        font-weight: bold;
        padding-top: 0;
        padding-bottom: 0;
    }
    .tabla-transparente .table > tbody > tr > td.cart-figure{
        height: auto;
        width: 33.33333%;
        margin-bottom: 10px;
        position: relative;
    }
    .img-carrito-compras-pag{
        /*width: 100%;*/
    }
    .tabla-transparente .table > tbody > tr > td.cart-nombre{
        height: auto;
        display: table-cell;
        padding-left: 0;
        float: none;
    }
    .cart-item-oculto {
        color: #666;
        float: left;
        margin-bottom: 0.35714rem;
        text-align: right;
        width: 33.33333%;
    }
    .tabla-transparente .spinner .form-control{
        height: 25px !important;
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        background-color: #fff !important;
    }
    .tabla-transparente .input-group-btn-vertical{
        width: 40%;
        display: inline-flex;
        padding-left: 6px;
    }
    .tabla-transparente .input-group-btn-vertical > .btn{
        padding: 9px;
        margin-bottom: 0;
        height: 25px;
        margin-left: 0;
    }
    .tabla-transparente .input-group-btn-vertical > .btn:last-child{
        margin-top: 0;
        margin-left: 4px;
    }
    .tabla-transparente .spinner {
        width: 60%;
    }
    .btnElimarProductoCarrito{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .tabla-transparente > table{
        border: 0;
    }
    .bg-xs-light{
        background: #fbfbfb;
        border: 0 !important;
    }
    #tarifaEnvio .accordion-item{
        background-color: transparent;
    }
    #tarifaEnvio .accordion-button{
        background-color: transparent;
        padding: 0.8rem 0 !important;
    }
    #tarifaEnvio .accordion-button:not(.collapsed){
        background-color: transparent;
    }
    .btn{
        font-size: 15px;
    }
    .fechadate.blog{
        top: 1rem;
        left: 1rem;
    }
    .main-slider .slick-slide {
        /*height: 450px;*/
    }
    .main-slider .slick-slide figure{
        height: 100%;
    }
    .main-slider .slick-slide .slide-media{
        /*background-size: cover;*/
        /*height: 100%;*/
        /*background-position: center;*/
    }
    .main-slider h1{
        font-size: 1.7rem !important;
    }
    .main-slider p span span{
        /*font-size: 1.7rem !important;*/
    }
    .spinner{
        width: 100px;
    }
    .contenido-prod article{
        height: auto;
        top: 0;
        padding: 0;
        left: 0px;
    }
    .menu-left-section .dropdown-hover .dropdown-menu{
        position: relative !important;
        transform: none !important;
        box-shadow: none;
    }
    .cantidadGlobal em{
        top: -8px;
    }
    .contenido-prod .carruser{
        padding-top: 0;
    }
    .padding-carru .item.slick-slide{
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 6px;
        padding-right: 6px;
    }

    .alto-chico {
        height: 45px !important;
    }
    #btnCalcularEnvio{
        height: 50px;
    }
    .escoge-tiendas ul li{
        padding: 10px;
    }
    .border-xs-0{
       border: 0px !important;
    }
    .mascaranegra2.cat aside span{
        font-size: 1.2rem;
    }
}
/*fin 767*/
@media(max-width: 600px) {
    .blog-carousel .slick-slider{
        /*overflow: visible;*/
    }
    .blog-carousel .slick-list{
        /*overflow: visible !important;*/
    }
    .blog-carousel .slick-track {
        /*overflow: visible !important;*/
    }
    .blog-carousel .slick-slide .bg-card-carousel {
        display: block;
        width: 100%;
        /*height: 100%;*/
        top: 20px;
        bottom: 20px;
        position: absolute;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 1rem;
    }
    .blog-carousel .slick-slide.slick-current .bg-card-carousel {
        display: none;
    }
    .blog-carousel.padding-carru .item.slick-slide{
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        margin: 0 0.5rem;
        width: 100% ;
        max-width: 290px;
        position: relative;
        display: block;
    }
    #tabs a{
        font-size: 0.9rem;
    }
}
@media(max-width: 500px) {
    .btn{
        font-size: 15px;
    }
}
@media(max-width: 290px){
    body{
        font-size: 0.8rem;
    }
    h1, .h1 {
        font-size: 1.2rem;
    }
    h2, .h2 {
        font-size: 1.1rem;
    }
    h3, .h3 {
        font-size: 1rem;
    }
    h4, .h4 {
        font-size: 0.9rem;
    }
    h5, .h5 {
        font-size: 0.8rem;
    }
    .fs-5 {
        font-size: 0.8rem!important;
    }
    .btn {
        font-size: 14px;
    }
    .radio label, .checkbox label{
        font-size: 0.8rem;
    }
    .iconos-footer img {
        width: 60px;
    }
    .mascaranegra2.cat aside span {
        font-size: 1rem;
    }
    .item-filtros{
        font-size: 0.9rem;
    }
    #collapsePorcionesMedidas .col-8.p-1{
        width: 100%;
    }
    #collapsePorcionesMedidas .col-4.text-end{
        display: none;
    }
}
@media (max-width: 162px) {
    .logo {
        width: 75%;
    }
    .div-ul li a{
        font-size: 12px;
        padding: 0px 0px;
    }
    .div-ul li:nth-child(2n) {
        padding-left: 5px;
    }
    .div-ul li:nth-child(3n) {
        padding-left: 5px;
    }
    .div-ul li i:before {
        font-size: 14pt;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar {
        width: 20px;
    }
    .head-logo .navbar-toggler.collapsed .icon-bar + .icon-bar{
        margin-top: 4px;
    }
    .head-logo .navbar-toggler.collapsed{
        padding: 0;
    }
    .head-logo .navbar-toggler{
        padding: 0;
    }
    .head-logo .navbar-toggler .icon-bar{
        width: 20px;
    }
    .item-carro em{
        top: -9px;
        right: -9px;
        font-size: 9px;
        width: 15px;
        height: 15px;
    }
    .menu .navbar-nav .nav-link {
        padding: 8px 8px;
    }
    .menu ul li ul li a {
        padding: 8px;
        padding-left: 20px !important;
        font-size: 11px;
    }
    .menu ul li ul li a.sin-imagen{
        display: block;
    }
    .link-todo{
        font-size: 11px !important;
    }
    .modal-header{
        padding: 5px 5px;
    }
    .modal-body{
        padding: 8px 0px;
    }
    input[type='text'].form-control, input[type='number'].form-control, input[type='email'].form-control, input[type='password'].form-control, input[type='date'].form-control, input[type='tel'].form-control, select.form-control, textarea.form-control, select.select{
        font-size: 12px !important;
        height: 40px !important;
        padding: 0 8px;
    }
    .btn{
        padding: 0.3rem 0.5rem;
        font-size: 12px;
    }
    body{
        font-size: 11px;
    }
    p {
        margin-bottom: 0.3rem;
    }
    h1, .h1 {
        font-size: 15px;
    }
    h2, .h2 {
        font-size: 14px;
    }
    h3, .h3 {
        font-size: 13px;
    }
    h4, .h4 {
        font-size: 12px;
    }
    h5, .h5 {
        font-size: 11px;
    }
    h6, .h6 {
        font-size: 10px;
    }
    .fs-1 {
        font-size: calc(1rem + 0.5vw)!important;
    }
    .fs-6 {
        font-size: 0.7rem!important;
    }
    .alto-chico {
        height: 40px !important;
    }
    svg.svg-buscador {
        width: 50px;
        height: 50px;
    }
    #display2 a {
        padding: 6px 6px;
    }
    .form-buscar .form-control{
        height: 40px !important;
        font-size: 12px !important;
        border-radius: 10px !important;
        box-shadow: 0 0 0 0.4rem rgba(162,211,69,0.5);
    }
    .btn-buscar {
        height: 40px;
        width: 30px;
    }
    .mascaranegra2 .btn-mascara{
        font-size: 10px;
        padding: 6px 8px;
    }
    .mascaranegra2 .btn-mascara i:before {
        font-size: 12px;
    }
    .ps-5 {
        padding-left: 1rem!important;
    }
    .pe-5 {
        padding-right: 1rem!important;
    }
    .pb-5 {
        padding-bottom: 1rem!important;
    }
    .pt-5 {
        padding-top: 1rem!important;
    }
    .mt-5 {
        margin-top: 1rem!important;
    }
    .mb-5 {
        margin-bottom: 1rem!important;
    }
    .ps-4 {
        padding-left: 0.5rem!important;
    }
    .pe-4 {
        padding-right: 0.5rem!important;
    }
    .pt-4 {
        padding-top: 0.5rem!important;
    }
    .pb-4 {
        padding-bottom: 0.5rem!important;
    }
    .mt-4 {
        margin-top: 0.5rem!important;
    }
    .mb-4 {
        margin-bottom: 0.5rem!important;
    }
    .pt-3 {
        padding-top: 0.2rem!important;
    }
    .pb-3 {
        padding-bottom: 0.2rem!important;
    }
    .ps-3 {
        padding-left: 0.2rem!important;
    }
    .pe-3 {
        padding-right: 0.2rem!important;
    }
    .mt-3 {
        margin-top: 0.2rem!important;
    }
    .mb-3 {
        margin-bottom: 0.2rem!important;
    }
    .cont-inst .mascaranegra2 .btn-icono{
        padding: 0px 6px;
        font-size: 22px;
    }
    .btn-sus {
        height: 40px !important;
        padding: 0 10px !important;
    }
    .radio label, .checkbox label{
        font-size: 11px;
        padding: 3px 5px 0px 20px;
    }
    .radio label:before, .checkbox label:before{
        width: 15px;
        height: 15px;
    }
    .iconos-footer span {
        width: 100%;
        margin-bottom: 10px;
    }
    .iconos-footer span:before{
        font-size: 30px;
    }
    .d-flex {
        display: flex!important;
        flex-wrap: wrap;
    }
    .iconos-pie span:before{
        padding: 4px;
        font-size: 10px;
    }
    .iconos-pie span {
        width: 20px;
    }
    footer .mt-4.d-block.text-md-center img{
        height: 40px !important;
    }
    .div-iconos img {
        max-height: 30px;
    }
    .scrollup{
        width: 35px;
        height: 35px;
        bottom: 10px;
    }
    .wa__btn_popup .wa__btn_popup_icon{
        width: 45px;
        height: 45px;
    }
    .wa__btn_popup .wa__btn_popup_icon:before{
        -webkit-background-size: 25px auto;
        -moz-background-size: 25px auto;
    }
    .item-filtros div{
        font-size: 11px;
    }
    .mascaranegra2.cat .btn-mascara {
        font-size: 9px;
        padding: 5px 4px;
        width: 50%;
    }
    .mascaranegra2 .btn-mascara i {
        padding-left: 5px;
    }
    .mascaranegra2.cat .btn-mascara i:before {
        font-size: 6px;
    }
    .btn-lt {
        font-size: 9px;
        left: 4px;
        top: 4px;
    }
    .btn-rt{
        right: 4px;
        top: 4px;
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .btn-lb{
        left: 4px;
        bottom: 4px;
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .btn-rb{
        right: 4px;
        bottom: 4px;
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .page-link {
        font-size: 11px;
        padding: 0.3rem 0.4rem;
    }
    .page-link-relleno{
        font-size: 11px;
        padding: 0.3rem 0.4rem;
    }
    .iconos-footer aside{
        text-align: justify;
    }
    .iconos-footer aside h3{
        text-align: center;
    }
    .brands{
        padding: 2px 4px;
        font-size: 12px;
    }
    .w-20 {
        width: 50%!important;
    }
    .simulador .list-step-simulafacil li{
        font-size: 8px;
        padding-left: 0;
    }
    .simulador .list-step-simulafacil li span.circle{
        width: 16px;
        height: 16px;
        font-size: 8px;
    }
    .simulador .list-step-simulafacil li:after{
        margin-top: 8px;
        width: 45%;
        margin-right: -10%;
    }
    .simulador .list-step-simulafacil li span:nth-child(2){
        display: none;
    }
    .ic-verde{
        font-size: 16px;
        padding-left: 3px;
    }
    .figura{
        height: 110px;
    }
    .h3-xs{
        font-size: 13px;
    }
}
/*fin 162*/
/*---------------------------------*/
/* min-width */
/*---------------------------------*/
@media (min-width: 767px) and (max-width: 991px){
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    .hidden-md {
        display: none !important;
    }
}
@media(min-width: 767px){
    .item-filtros:hover div{
        background: #108010;
        color: #fff;
    }
    .item-filtros:hover div i:before{
        font-family: bootstrap-icons !important;
        content: "\f26c";
        font-weight: 100;
    }
    /*-efecto con buscador*/
    .menu-on .top-cab{
        display: none;
    }
    .menu-on .head-logo.container{
        padding-top: 0.2rem!important;
        padding-bottom: 0.2rem!important;
    }
    .menu-on .head-logo .logo{
        width: 70%;
    }
    .menu-on .form-buscar .form-control{
        height: 36px !important;
        font-size: 14px !important;
        box-shadow: 0 0 0 0.7rem rgba(162,211,69,0.5);
    }
    .menu-on .btn-buscar{
        height: 36px;
        width: 44px;
    }
    /*fin efecto con buscador*/
    .ws-nowrap{
        white-space: nowrap;
    }
    .tabla-transparente .spinner .form-control{
        background-color: #ffffff !important;
    }
    .main-slider .slick-slide iframe {
        width: 100% !important;
    }
    .titulo-banner h1{
        font-size: 3rem;
    }
    .dropdown-hover .dropdown-menu{
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        display: block;
    }
    .dropdown-hover:hover .dropdown-menu{
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*fin min-width 767*/
@media(min-width:  991px){
    .menu .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        font-weight: 600;
    }
    .menu ul li a.link-solo{
        padding-right: 0.2rem !important;
        padding-left: 0.2rem !important;
        padding-top: 0.6rem !important;
        padding-bottom: 0.6rem !important;
    }
    .menu .navbar-expand-lg .navbar-collapse{
        position: relative;
    }
    .menu li.nav-item.dropdown{
        position: static !important;
    }
    .menu .navbar-expand-lg .navbar-nav .dropdown-menu{
        position: absolute;
        width: 100%;
    }
    .menu ul li ul li ul li a{
        color: #666 !important;
        font-weight: normal !important;
    }
    .menu ul li ul li ul li a:hover{
        color: #108010 !important;
    }
    .menu-drop1 >li {
        position: initial;
        width: 24%;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    /*.menu .navbar-expand-lg ul .dropdown2{
        position: initial;
        width: 33%;
        transition: all 0.5s ease;
        display: inline-block;
        vertical-align: top;
    }*/
    .dropdown2 > .submenu {
        top: 100.5% !important;
        width: 100% !important;
        left: 0 !important;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0px !important;
        border-radius: 0 !important;
        position: relative !important;
        display: block;
        padding: 0 0px 4% !important;
        border: 0;
        box-shadow: none;
        background: transparent;
    }
    .menu .navbar-expand-lg .dropdown a{
        font-size: 14px;
        color: #000;
        text-decoration: none;
        /*padding: 10px 15px;*/
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        font-weight: 600;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .menu .navbar-expand-lg .dropdown a.sin-imagen{
        display: block;
    }
    .menu .navbar-expand-lg .dropdown a:hover{
        color: #108010;
    }
    .menu .dropdown-menu.menu-drop1{
        max-height: 61vh;
        overflow: auto;
    }
    .menu .link-solo{
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row;
        font-size: 12px !important;
        margin: 0 0 0 10px;
        text-align: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-transform: uppercase;
        height: 100%;
    }
    .menu .link-solo figure {
        height: 20px;
        width: 20px;
        overflow: hidden;
        /*background: white;*/
        align-items: center;
        justify-content: center;
        display: flex;
        margin: 0;
    }
    .menu .link-solo figure img {
        width: 100%;
    }
    .menu .link-solo span {
        width: 86%;
        padding-left: 5px;
    }
    .menu .link-solo.sin-imagen{
        flex-direction: row;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .dropdown3 > .submenu{
        top: 100.5% !important;
        width: 100% !important;
        left: 0 !important;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0px !important;
        border-radius: 0 !important;
        position: relative !important;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }
    .menu .icono-menu{
        display: inline-block;
        vertical-align: middle;
        font-size: 9px;
        margin-top: -4px;
    }
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        top: 100%;
        left: 0;
        -webkit-animation: fadeInDown 400ms;
        animation: fadeInDown 400ms;
    }
    .scroll-up .buscador-completo{
        position: fixed;
        background: #fff;
        z-index: 999;
        width: 100%;
    }
    .col-lg-1-1{
        flex: 0 0 auto;
        width: 10%;
    }
    .col-lg-6-3 {
        flex: 0 0 auto;
        width: 56%;
    }
    .col-lg-3-5 {
        flex: 0 0 auto;
        width: 35%;
    }
    .col-lg-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-lg-2-2 {
        flex: 0 0 auto;
        width: 22%;
    }
    .mt-md-6{
        margin-top: 6rem!important;
    }
    .mb-md-6{
        margin-bottom: 6rem!important;
    }
    .mt-md-7{
        margin-top: 7rem!important;
    }
    .mb-md-7{
        margin-bottom: 7rem!important;
    }
    .px-md-45 {
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important;
    }
    .px-md-6 {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
    .px-md-7 {
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .px-md-8 {
        padding-left: 6rem!important;
        padding-right: 6rem!important;
    }
    .px-md-9 {
        padding-left: 7rem!important;
        padding-right: 7rem!important;
    }
    .pt-md-6 {
        padding-top: 4rem!important;
    }
    .pt-md-7 {
        padding-top: 5rem!important;
    }
    .pt-md-8 {
        padding-top: 6rem!important;
    }
    .pt-md-9 {
        padding-top: 7rem!important;
    }
    .pb-md-6 {
        padding-bottom: 4rem!important;
    }
    .pb-md-7 {
        padding-bottom: 5rem!important;
    }
    .pb-md-8 {
        padding-bottom: 6rem!important;
    }
    .pb-md-9 {
        padding-bottom: 7rem!important;
    }
    .pe-md-6 {
        padding-right: 4rem!important;
    }
    .pe-md-7 {
        padding-right: 5rem!important;
    }
    .pe-md-8 {
        padding-right: 6rem!important;
    }
    .pe-md-9 {
        padding-right: 7rem!important;
    }
    .ps-md-6 {
        padding-left: 4rem!important;
    }
    .ps-md-7 {
        padding-left: 5rem!important;
    }
    .ps-md-8 {
        padding-left: 6rem!important;
    }
    .ps-md-9 {
        padding-left: 7rem!important;
    }
    .w-lg-10 {
        width: 10%!important;
    }
    .w-lg-20 {
        width: 20%!important;
    }
    .w-lg-30 {
        width: 30%!important;
    }
    .w-lg-40 {
        width: 40%!important;
    }
    .w-lg-50 {
        width: 50%!important;
    }
    .w-lg-60 {
        width: 60%!important;
    }
    .w-lg-70 {
        width: 70%!important;
    }
    .w-lg-80 {
        width: 80%!important;
    }
    .w-lg-90 {
        width: 90%!important;
    }
    .w-lg-100 {
        width: 100%!important;
    }
    .margen-menor{
        margin-top: -155px!important;
    }
    .menu-left{
        z-index: 1;
        position: relative;
    }
}
/*fin min-width 991*/
@media (min-width: 1200px){
    .hidden-lg {
        display: none !important;
    }
    .col-lg-1-1{
        flex: 0 0 auto;
        width: 11%;
    }
    .col-lg-5-3 {
        flex: 0 0 auto;
        width: 46%;
    }
    .col-lg-3-5 {
        flex: 0 0 auto;
        width: 30.5%;
    }
    .ps-lg-6 {
        padding-left: 6rem!important;
    }
    .pe-lg-6 {
        padding-right: 6rem!important;
    }
    .ps-lg-7 {
        padding-left: 7rem!important;
    }
    .pe-lg-7 {
        padding-right: 7rem!important;
    }
    .pt-xl-22 {
        padding-top: 0.8rem!important;
    }
    .pb-xl-22 {
        padding-bottom: 0.8rem!important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 100%;
        width: 90%;
        margin: 0 auto;
    }
    .menu .link-solo{
        font-size: 14px !important;
    }
    .fs-0 {
        font-size: 4.5rem!important;
    }
}
